/* в целом для всех страниц с -20% в размерах */

@media (min-width: 1101px) {
.scale-80 * {
  margin: 0;
  padding: 0;
}
.scale-80 a {
  color: inherit;
  text-decoration: none;
}
.scale-80 img {
  max-width: 100%;
  height: auto;
}
.scale-80 ul, .scale-80 ol {
  list-style: none;
}
.scale-80 button, .scale-80 input, .scale-80 textarea, .scale-80 select {
  background-color: transparent;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  resize: none;
  border: none;
}
.scale-80 button {
  cursor: pointer;
}
.scale-80 select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.scale-80 select::-ms-expand {
  display: none;
}
.scale-80 input[type="date"]::-webkit-inner-spin-button, .scale-80 input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.scale-80 input:-ms-input-placeholder, .scale-80 textarea:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.scale-80 input::placeholder, .scale-80 textarea::placeholder {
  color: #ffffff;
  opacity: 1;
}
.scale-80 body {
  font-family: 'HelveticaNeueCyr', sans-serif;
  position: relative;
  color: #fff;
  background-color: #000D0D;
  line-height: 1.35;
  font-weight: 300;
  font-size: 12.8px;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}
.scale-80 {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
.scale-80 {
    scroll-behavior: auto;
  }
}
.scale-80 #how, .scale-80 #case, .scale-80 #invest {
  scroll-margin-top: 19.2px;
}
.scale-80 .body-block {
  overflow: hidden;
}
.scale-80 .wrapper {
  max-width: 1136px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.scale-80 .section-title {
  font-size: 34.4px;
  font-weight: 300;
  text-align: center;
}
.scale-80 .section-pt {
  padding-top: 40px;
}
.scale-80 .section-pb {
  padding-bottom: 40px;
}
.scale-80 .primary-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 80px;
  padding: 4.8px 24.8px;
  height: 49.6px;
  background-color: #ADFE82;
  color: #141414;
  transition: 0.25s;
  font-weight: 500;
}
.scale-80 .primary-btn:has(span) {
  padding: 4.8px 4.8px 4.8px 24.8px;
}
.scale-80 .primary-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 80px;
  background-color: #141414;
  margin-left: 14.4px;
}
.scale-80 .primary-btn:hover {
  box-shadow: 8px 0px 28px rgba(173, 254, 130, 0.35);
}
.scale-80 .orange-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 80px;
  padding: 4.8px 24.8px;
  height: 49.6px;
  background-color: #FFB800;
  color: #141414;
  transition: 0.25s;
  font-weight: 500;
}
.scale-80 .orange-btn:has(span) {
  padding: 4.8px 4.8px 4.8px 24.8px;
}
.scale-80 .orange-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 80px;
  background-color: #141414;
  margin-left: 14.4px;
}
.scale-80 .orange-btn:hover {
  box-shadow: 8px 0px 28px rgba(255, 184, 0, 0.35);
}
.scale-80 .secondary-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 80px;
  padding: 4.8px 24.8px;
  height: 49.6px;
  background-color: #141414;
  color: #ADFE82;
  border: 0.8px solid #ADFE82;
  transition: 0.25s;
  margin-left: 16px;
}
.scale-80 .secondary-btn:not(:has(span)) {
  justify-content: center;
}
.scale-80 .secondary-btn:has(span) {
  padding: 4.8px 4.8px 4.8px 24.8px;
}
.scale-80 .secondary-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 80px;
  background-color: #ADFE82;
  margin-left: 14.4px;
  transition: 0.25s;
}
.scale-80 .secondary-btn span svg path {
  transition: 0.25s;
}
.scale-80 .secondary-btn:hover {
  background-color: #ADFE82;
  color: #141414;
}
.scale-80 .secondary-btn:hover span {
  background-color: #141414;
}
.scale-80 .secondary-btn:hover span svg path {
  stroke: #fff;
}
.scale-80 .field__label {
  display: block;
  padding: 0 14.4px;
  font-weight: 500;
}
.scale-80 .field__inp {
  display: block;
  width: 100%;
  border: 1.6px dashed rgba(255, 255, 255, 0.2);
  border-radius: 80px;
  height: 56px;
  padding: 0 28px;
  margin-top: 8px;
  box-sizing: border-box;
  transition: 0.25s;
}
.scale-80 .field__inp:focus {
  border-color: rgba(173, 254, 130, 0.5);
}
.scale-80 .field__inp:-ms-input-placeholder {
  opacity: 0.6;
}
.scale-80 .field__inp::placeholder {
  opacity: 0.6;
}
.scale-80 h1 {
  line-height: 1.1;
}
.scale-80 h2 {
  line-height: 1.2;
}
.scale-80 .show-on-mob {
  display: none;
}
.scale-80 .body-bg-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.scale-80 .body-bg {
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 100%;
  min-height: calc(100% + 160px);
  object-fit: cover;
  object-position: top center;
  mix-blend-mode: hard-light;
  z-index: -1;
}
.scale-80 .header {
  padding: 20.8px 0;
}
.scale-80 .header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scale-80 .header__main {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.scale-80 .header__logo {
  display: block;
  width: 144px;
}
.scale-80 .header__logo img {
  display: block;
}
.scale-80 .header__nav {
  margin-left: auto;
  margin-right: auto;
}
.scale-80 .header__nav ul {
  display: flex;
}
.scale-80 .header__nav ul > *:not(:first-child) {
  margin-left: 44px;
}
.scale-80 .header__btns {
  display: flex;
}
.scale-80 .header__login {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10.4px;
  background-color: rgba(255, 255, 255, 0.15);
  min-height: 37.6px;
  box-sizing: border-box;
  padding: 10.4px 13.6px;
  font-weight: 500;
  transition: 0.25s;
}
.scale-80 .header__login svg {
  display: block;
  margin-right: 6.4px;
  flex-shrink: 0;
  width: 16px;
}
.scale-80 .header__login svg path {
  transition: 0.25s;
}
.scale-80 .header__login:hover {
  background-color: #ADFE82;
  color: #141414;
}
.scale-80 .header__login:hover svg path {
  fill: #141414;
}
.scale-80 .header__btns .header__login + .header__login {
  margin-left: 10.4px;
}
.scale-80 .header__request {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10.4px;
  background-color: #ADFE82;
  min-height: 37.6px;
  box-sizing: border-box;
  padding: 10.4px 13.6px;
  font-weight: 500;
  color: #141414;
  margin-left: 10.4px;
  transition: 0.25s;
}
.scale-80 .header__request:hover {
  box-shadow: 8px 0px 28px rgba(255, 184, 0, 0.35);
}
.scale-80 .header__request--2 {
  background-color: #FFB800;
}
.scale-80 .header__burger {
  position: relative;
  display: none;
  flex-shrink: 0;
  width: 24px;
  height: 9.6px;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.scale-80 .header__burger::before, .scale-80 .header__burger::after {
  content: '';
  position: absolute;
  right: 0;
  height: 2.4px;
  border-radius: 80px;
  background-color: #ADFE82;
  transform-origin: left;
}
.scale-80 .header__burger::before {
  width: 100%;
  top: 0;
}
.scale-80 .header__burger::after {
  width: calc(100% - 3.2px);
  bottom: 0;
}
.scale-80 .header__burger--active::before {
  transform: rotate(45deg);
  top: -4.8px;
}
.scale-80 .header__burger--active::after {
  transform: rotate(-45deg);
  width: 100%;
  bottom: -4.8px;
}
.scale-80 .hero2 {
  padding-top: 88px;
  padding-bottom: 40px;
}
.scale-80 .hero2__btns {
  display: flex;
}
.scale-80 .hero2__content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.scale-80 .hero2__text {
  width: 57.74%;
}
.scale-80 .hero2__title span {
  font-weight: 500;
}
.scale-80 .hero2__title {
  font-size: 52.8px;
  font-weight: 300;
}
.scale-80 .hero2__descr {
  font-size: 19.2px;
  margin-top: 28px;
  margin-bottom: 44px;
}
.scale-80 .hero2__additional {
  width: calc(100% - 57.75% - 16px);
  box-sizing: border-box;
  padding: 54.4px 25.6px 38.4px 25.6px;
  border: 1.6px dashed #ADFE82;
  border-radius: 16px;
}
.scale-80 .hero2__partners_title {
  font-size: 22.4px;
  font-weight: 300;
  margin-bottom: 16px;
}
.scale-80 .hero2__partners_list {
  display: flex;
  align-items: center;
  gap: 25.6px;
}
.scale-80 .hero2__partners_list li img {
  display: block;
}
.scale-80 .hero2__communication {
  margin-top: 53.6px;
}
.scale-80 .hero2__communication_title {
  font-size: 22.4px;
  font-weight: 300;
  margin-bottom: 16px;
}
.scale-80 .hero2__communication_list li img {
  display: block;
}
.scale-80 .hero2__communication_list {
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
.scale-80 .hero {
  padding-top: 75.2px;
  padding-bottom: 24.8px;
}
.scale-80 .hero--ed .hero__content {
  max-width: 840px;
}
.scale-80 .hero--ed .hero__descr {
  max-width: 819.2px;
  font-size: 22.4px;
}
.scale-80 .hero__content {
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.scale-80 .hero__title {
  font-size: 48.8px;
  font-weight: 300;
}
.scale-80 .hero__title span {
  font-weight: 700;
}
.scale-80 .hero__descr {
  font-weight: 300;
  margin-top: 24.8px;
  font-size: 20px;
}
.scale-80 .hero__btns {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.scale-80 .hero__line {
  position: absolute;
  left: calc(100% + 104px);
  bottom: -40px;
}
.scale-80 .partner__title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 17.6px;
  opacity: 0.2;
  text-align: center;
}
.scale-80 .partner__items {
  display: flex;
  align-items: center;
  gap: 28.8px;
}
.scale-80 .partner__item {
  transition: 0.25s;
  position: relative;
}
.scale-80 .partner__item img {
  display: block;
  opacity: 0;
  transition: 0.25s;
}
.scale-80 .partner__item img + img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.2;
}
.scale-80 .partner__item:hover img {
  opacity: 1;
}
.scale-80 .partner__item:hover img + img {
  opacity: 0;
}
.scale-80 .how__line {
  display: none;
}
.scale-80 .how__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.scale-80 .how__imp {
  width: calc(100% / 3);
  position: -webkit-sticky;
  position: sticky;
  top: calc((100dvh / 2) - 120px);
  left: 0;
}
.scale-80 .how__title {
  text-align: left;
  margin-bottom: 20px;
}
.scale-80 .how__descr {
  font-weight: 300;
  max-width: 324.8px;
}
.scale-80 .how__items {
  width: 62%;
}
.scale-80 .how__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.scale-80 .how__item:not(:first-child) {
  margin-top: 43.2px;
}
.scale-80 .how__item:first-child .how__img {
  margin-top: -40px;
}
.scale-80 .how__item:nth-child(4) .how__text {
  padding-top: 40px;
}
.scale-80 .how__item:nth-child(4) .how__img {
  margin: unset;
}
.scale-80 .how__item:nth-child(2) .how__img {
  margin-left: -16px;
}
.scale-80 .how__item:nth-child(3) .how__text {
  padding-top: 32px;
}
.scale-80 .how__item:nth-child(3) .how__img {
  margin: 0;
}
.scale-80 .how__img {
  position: relative;
  display: block;
  width: calc(50% + 22.4px);
}
.scale-80 .how__img img {
  display: block;
  width: 100%;
}
.scale-80 .how__text {
  padding-top: 57.6px;
  padding-bottom: 57.6px;
  width: 48%;
}
.scale-80 .how__num {
  font-size: 25.6px;
  font-weight: 500;
  opacity: 0.2;
}
.scale-80 .how__name {
  margin-top: 25.6px;
  font-size: 23.2px;
  color: #ADFE82;
  font-weight: 500;
  margin-bottom: 10.4px;
}
.scale-80 .how__bottom {
  display: flex;
  justify-content: center;
  margin-top: 50.4px;
}
.scale-80 .integration .wrapper {
  position: relative;
}
.scale-80 .integration__line {
  position: absolute;
  left: 8px;
  top: calc(100% - 26.4px);
  z-index: -1;
}
.scale-80 .integration__content {
  padding: 64.8px 16px;
  border-radius: 28.8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
.scale-80 .integration__descr {
  max-width: 332.8px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
.scale-80 .integration__partners {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.scale-80 .integration__partners > *:not(:first-child) {
  margin-left: 64px;
}
.scale-80 .integration__partners > *:first-child {
  align-self: flex-end;
}
.scale-80 .integration__partners img {
  display: block;
}
.scale-80 .grow__top {
  max-width: 464px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.scale-80 .grow__alert {
  margin-top: 20px;
}
.scale-80 .grow__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
  gap: 16px;
}
.scale-80 .grow__item {
  padding: 25.6px 14.4px 25.6px 21.6px;
  box-sizing: border-box;
  border-radius: 14.4px;
  background: rgba(24, 28, 27, 0.6);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.scale-80 .grow__name {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #ADFE82;
  font-size: 18.4px;
}
.scale-80 .grow__name img {
  display: block;
  flex-shrink: 0;
  margin-right: 21.6px;
  width: 50.4px;
}
.scale-80 .grow__list {
  margin-top: 21.6px;
}
.scale-80 .grow__list li {
  display: flex;
  align-items: flex-start;
}
.scale-80 .grow__list li:not(:first-child) {
  margin-top: 6.4px;
}
.scale-80 .grow__list li::before {
  content: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.13046 10C4.88896 10 4.65796 9.905 4.49258 9.7375L0.237459 5.42162C-0.0941657 5.08661 -0.0757907 4.55911 0.275959 4.2441C0.628584 3.9291 1.18246 3.94577 1.51233 4.28077L5.12171 7.93998L12.4787 0.27156C12.806 -0.0692769 13.359 -0.0917772 13.716 0.218226C14.0721 0.52823 14.0966 1.05574 13.7711 1.39491L5.77621 9.72833C5.61258 9.9 5.37983 9.99833 5.13658 10H5.13046Z' fill='%23ADFE82'/%3E%3C/svg%3E%0A");
  display: inline-block;
  flex-shrink: 0;
  margin-right: 6.4px;
}
.scale-80 .case {
  font-size: 12.8px;
  overflow: hidden;
}
.scale-80 .case__title {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.scale-80 .case__slider {
  padding-left: 96px;
  padding-right: 96px;
  margin-top: 40px;
  position: relative;
}
.scale-80 .case .swiper {
  overflow: unset;
}
.scale-80 .case .swiper-slide {
  opacity: 0.3;
  transition: 0.25s;
}
.scale-80 .case .swiper-slide-active {
  opacity: 1!important;
}
.scale-80 .case__item {
  box-sizing: border-box;
  padding: 36px 50.4px;
  background: rgba(24, 28, 27, 0.6);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 14.4px;
}
.scale-80 .case__subtitle {
  font-size: 18.4px;
  max-width: 456px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.scale-80 .case__cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 25.6px;
}
.scale-80 .case__logo {
  margin-bottom: 10.4px;
}
.scale-80 .case__logo img {
  display: block;
}
.scale-80 .case__company {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 21.6px;
}
.scale-80 .case__company_name {
  font-size: 16px;
  font-weight: 500;
  max-width: 232px;
}
.scale-80 .case__solution {
  padding: 21.6px 17.6px;
  border-radius: 14.4px;
  border: 1.6px dashed rgba(255, 255, 255, 0.2);
}
.scale-80 .case__solution_title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6.4px;
}
.scale-80 .case__task {
  padding: 21.6px 17.6px;
  margin-top: 44px;
  border-radius: 14.4px;
  position: relative;
}
.scale-80 .case__task::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: 8px 0px 40px rgba(173, 254, 130, 0.25);
  background-color: #fff;
  opacity: 0.1;
}
.scale-80 .case__task_title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6.4px;
}
.scale-80 .case__result {
  padding: 21.6px 17.6px;
  border-radius: 14.4px;
  color: #141414;
  background-color: #ADFE82;
  margin-top: 16px;
}
.scale-80 .case__result_title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6.4px;
}
.scale-80 .case__next-btn, .scale-80 .case__prev-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43.2px;
  height: 43.2px;
  border-radius: 80px;
  background-color: #ADFE82;
  z-index: 10;
}
.scale-80 .case__next-btn {
  right: 17.5vw;
}
.scale-80 .case__prev-btn {
  left: 17.5vw;
}
.scale-80 .case__bottom {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.scale-80 .case__logo {
  height: 38.4px;
  display: flex;
  align-items: flex-end;
}
.scale-80 .invest__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% minmax(-webkit-min-content, 464px);
  -ms-grid-columns: 50% minmax(min-content, 464px);
  grid-template-columns: 50% minmax(-webkit-min-content, 464px);
  grid-template-columns: 50% minmax(min-content, 464px);
  gap: 16px;
  justify-content: space-between;
  margin-top: 40px;
}
.scale-80 .invest__question {
  margin-top: 40px;
}
.scale-80 .invest__title {
  max-width: 504px;
  margin-left: auto;
  margin-right: auto;
}
.scale-80 .run__title {
  font-weight: 500;
  font-size: 23.2px;
  color: #ADFE82;
  text-align: center;
}
.scale-80 .run__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 28px;
}
.scale-80 .run__item {
  padding: 28.8px 21.6px;
  background: rgba(24, 28, 27, 0.6);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 14.4px;
}
.scale-80 .run__num {
  font-weight: 500;
  font-size: 25.6px;
  color: #ADFE82;
}
.scale-80 .run__name {
  margin-top: 14.4px;
  font-size: 16px;
  font-weight: 500;
}
.scale-80 .run__descr {
  margin-top: 5.6px;
  font-size: 12px;
}
.scale-80 .guarant {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.scale-80 .guarant__title {
  font-weight: 500;
  font-size: 23.2px;
  color: #ADFE82;
  text-align: center;
}
.scale-80 .guarant__list {
  margin-top: 28px;
  font-size: 12.8px;
}
.scale-80 .guarant__list li {
  display: flex;
  align-items: flex-start;
}
.scale-80 .guarant__list li:not(:first-child) {
  margin-top: 8px;
}
.scale-80 .guarant__list li::before {
  content: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.13046 10C4.88896 10 4.65796 9.905 4.49258 9.7375L0.237459 5.42162C-0.0941657 5.08661 -0.0757907 4.55911 0.275959 4.2441C0.628584 3.9291 1.18246 3.94577 1.51233 4.28077L5.12171 7.93998L12.4787 0.27156C12.806 -0.0692769 13.359 -0.0917772 13.716 0.218226C14.0721 0.52823 14.0966 1.05574 13.7711 1.39491L5.77621 9.72833C5.61258 9.9 5.37983 9.99833 5.13658 10H5.13046Z' fill='%23ADFE82'/%3E%3C/svg%3E%0A");
  display: inline-block;
  flex-shrink: 0;
  margin-right: 8px;
}
.scale-80 .guarant__btn {
  margin-top: 32px;
}
.scale-80 .question {
  padding: 36px;
  border: 1.6px dashed rgba(255, 255, 255, 0.2);
  border-radius: 16px;
}
.scale-80 .question__title {
  text-align: center;
  font-size: 23.2px;
  font-weight: 300;
}
.scale-80 .question__contact {
  margin-top: 20px;
}
.scale-80 .question__contact span {
  font-weight: 500;
  display: block;
}
.scale-80 .question__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.scale-80 .question__phone a {
  display: block;
  text-decoration: underline;
  font-weight: 500;
}
.scale-80 .question__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10.4px;
  background-color: rgba(255, 255, 255, 0.15);
  min-height: 37.6px;
  box-sizing: border-box;
  padding: 10.4px 13.6px;
  font-weight: 500;
  transition: 0.25s;
}
.scale-80 .question__btn:hover {
  background-color: #ADFE82;
  color: #141414;
}
.scale-80 .footer {
  padding-bottom: 43.2px;
}
.scale-80 .footer__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.scale-80 .footer__copyright {
  width: 130.4px;
  font-size: 12.8px;
  margin-top: 16px;
}
.scale-80 .footer__list li:not(:first-child) {
  margin-top: 10.4px;
}
.scale-80 .footer__contact li:not(:first-child) {
  margin-top: 6.4px;
}
.scale-80 .footer__contact li a {
  display: flex;
  align-items: center;
}
.scale-80 .footer__contact li a svg {
  display: block;
  flex-shrink: 0;
  margin-right: 6.4px;
}
.scale-80 .footer__info-list {
  font-size: 12.8px;
}
.scale-80 .footer__info-list li:not(:first-child) {
  margin-top: 5.6px;
}
.scale-80 .footer__ask {
  display: inline-block;
  margin-top: 26.4px;
  font-weight: 500;
  transition: 0.25s;
}
.scale-80 .footer__ask:hover {
  color: #ADFE82;
}
.scale-80 .footer__resident {
  font-weight: 400;
  display: flex;
  flex-direction: row;

  align-items: center;
  justify-content: space-between;
}
.scale-80 .footer__logos {
  display: flex;
  gap: 16px; 
  align-items: center;
}
.scale-80 .footer__resident p {
  max-width: 640px;
}
.scale-80 .footer__resident img {
  display: block;
  margin-top: 12px;
}
.scale-80 .footer__resident .footer__ask {
  display: none;
}
.scale-80 .footer__mob-copyright {
  display: none;
}
.scale-80 .modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
}
.scale-80 .modal--active {
  opacity: 1;
  pointer-events: auto;
}
.scale-80 .modal__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.scale-80 .modal__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  mix-blend-mode: hard-light;
}
.scale-80 .modal__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  width: calc(100% - 16px);
  max-width: 560px;
  max-height: calc(100% - 16px);
  padding: 64px 16px;
  overflow-y: auto;
  background-color: #141414;
  z-index: 2;
  border-radius: 16px;
  box-sizing: border-box;
  background-image: url('../img/modal-bg.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: hard-light;
  transition: 0.25s;
}
.scale-80 .modal--active .modal__content {
  transform: translate(-50%, -50%) scale(1);
}
.scale-80 .modal__in {
  max-width: 377.6px;
  margin-left: auto;
  margin-right: auto;
}
.scale-80 .modal__title {
  text-align: center;
  font-weight: 500;
  font-size: 25.6px;
}
.scale-80 .modal__close {
  position: absolute;
  right: 24px;
  top: 24px;
}
.scale-80 .modal__form {
  max-width: 328px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
}
.scale-80 .modal__field:not(:first-child) {
  margin-top: 12px;
}
.scale-80 .field__checkbox input {
  height: 12.8px;
  width: 12.8px;
  margin-right: 6.4px;
  margin-left: 14.4px;
  accent-color: #ADFE82;
}
.scale-80 .field__checkbox span {
  font-size: inherit;
  font-weight: bold;
}
.scale-80 .modal__submit {
  min-height: 56px;
  width: 100%;
  justify-content: center;
  padding: 6.4px;
  font-weight: 500;
  margin-top: 12px;
}
.scale-80 .modal__submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.scale-80 .modal__agree {
  max-width: 273.6px;
  margin-left: auto;
  margin-right: auto;
  font-size: 11.2px;
  text-align: center;
  margin-top: 16px;
}
.scale-80 .modal__agree a {
  text-decoration: underline;
}
.scale-80 .page-section {
  flex-grow: 1;
  display: flex;
  box-sizing: border-box;
  padding-bottom: 16px;
  padding-top: 16px;
}
.scale-80 .page-section .wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.scale-80 .page-section__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 752px;
}
.scale-80 .page-section__title {
  font-size: 48.8px;
  font-weight: 300;
}
.scale-80 .page-section__descr {
  margin-top: 28px;
  font-size: 22.4px;
  max-width: 641.6px;
}
.scale-80 .page-section__btn {
  margin-top: 40px;
}
.scale-80 .page-section__center {
  display: flex;
  align-items: center;
  margin-top: 36px;
  background: rgba(24, 28, 27, 0.6);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 16px;
  padding: 32px 56px;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.scale-80 .page-section__contact {
  display: flex;
  align-items: center;
}
.scale-80 .page-section__contact svg {
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
}
.scale-80 .page-section__ask {
  min-height: 41.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding-left: 17.6px;
  padding-right: 17.6px;
  font-weight: 500;
  transition: 0.25s;
}
.scale-80 .page-section__ask:hover {
  background-color: #ADFE82;
  color: #141414;
}
.scale-80 .lose-money__body {
  padding: 19.2px;
}
.scale-80 .lose-money__descr {
  margin-top: 16px;
}
.scale-80 .lose-money__name {
  color: #83BB65;
  font-size: 25.6px;
  font-weight: 700;
  line-height: 1.05;
}
.scale-80 .lose-money__img img {
  display: block;
  width: 100%;
}
.scale-80 .lose-money__bottom {
  display: flex;
  justify-content: center;
  margin-top: 58.4px;
}
.scale-80 .lose-money__card {
  background: rgba(24, 28, 27, 0.6);
  border-radius: 16px;
  overflow: hidden;
}
.scale-80 .lose-money__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 60px;
}
.scale-80 .solution__name {
  font-weight: 700;
  font-size: 24px;
  color: #83BB65;
  line-height: 1.05;
  margin-bottom: 16px;
}
.scale-80 .solution__descr {
  font-size: 14.4px;
  line-height: 1.4;
  color: #889B7F;
}
.scale-80 .solution__text {
  max-width: 244px;
}
.scale-80 .solution__item--lg .solution__text {
  max-width: 431.2px;
}
.scale-80 .solution__item--lg {
  grid-column: span 2 / span 2;
}
.scale-80 .solution__item {
  position: relative;
  padding: 32px;
  box-sizing: border-box;
  min-height: 392px;
  display: flex;
  align-items: center;
  background: rgba(24, 28, 27, 0.6);
  border-radius: 19.2px;
}
.scale-80 .solution__img {
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
  
}
.scale-80 .solution__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 16px;
}
.scale-80 .implementation__title {
  text-align: left;
}
.scale-80 .implementation__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 60px;
}
.scale-80 .implementation__heads {
  width: 272px;
}
.scale-80 .implementation__head:hover {
  padding-left: 9.6px;
}
.scale-80 .implementation__head {
  display: flex;
  align-items: center;
  height: 72.8px;
  color: #2F3232;
  font-weight: 700;
  font-size: 14.4px;
  border-bottom: 0.8px solid #83BB651A;
  cursor: pointer;
  transition: .25s;
  width: 100%;
  box-sizing: border-box;
}
.scale-80 .implementation__head[data-tab-head="active"]:hover {
  padding-left: 0;
}
.scale-80 .implementation__head[data-tab-head="active"] {
  color: #83BB65;
  font-size: 16px;
}
.scale-80 .implementation__tab {
  width: calc(100% - 272px - 32px);
}
.scale-80 .implementation__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14.4px 0;
}
.scale-80 .implementation__body {
  padding-top: 22.4px;
  display: grid;
  grid-template-columns: .55fr .45fr;
  gap: 32px;
}
.scale-80 .implementation__task_title, .scale-80 .implementation__solution_title {
  font-size: 25.6px;
  font-weight: 700;
  margin-bottom: 12.8px;
}
.scale-80 .implementation__task_title {
  color: #83BB65;
}
.scale-80 .implementation__task {
  background-color: #181C1B99;
  margin-bottom: 16px;
}
.scale-80 .implementation__solution {
  color: #141414;
  background-color: #ADFE82;
}
.scale-80 .implementation__task, .scale-80 .implementation__solution {
  padding: 32px;
  border-radius: 16px;
}
.scale-80 .implementation__name {
  padding-left: 12px;
  position: relative;
  font-size: 14.4px;
}
.scale-80 .implementation__name::before {
  content: '';
  position: absolute;
  left: 0;
  top: .5em;
  width: 4px;
  height: 4px;
  border-radius: 80px;
  background-color: #83BB65;
}
.scale-80 .implementation__info_descr {
  font-size: 19.2px;
}
.scale-80 .implementation__info_num {
  font-size: 51.2px;
  font-weight: 700;
  margin-bottom: 8px;
}
.scale-80 .implementation__info:not(:last-child) {
  margin-bottom: 52.8px;
}
.scale-80 .implementation__info {
  text-align: right;
}
.scale-80 .implementation__tab {
  display: none;
}
.scale-80 .implementation__tab[data-tab-body="active"] {
  display: block;
  animation: implementationFadeIn .2s
}
.scale-80 .implementation__logo:not(:has(img)) {
  background: rgba(173, 254, 130, 0.13);
}
.scale-80 .implementation__logo {
  width: 105.6px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 14.4px;
  font-weight: 300;
  border-radius: 8px;
}
.scale-80 .implementation__result_title {
  font-size: 25.6px;
  font-weight: 700;
  margin-bottom: 12.8px;
}
.scale-80 .implementation__result_list li::before {
  content: counter(item) ". ";
  display: inline-block;
  flex-shrink: 0;
  width: 16px;
}
.scale-80 .implementation__result_list li {
  counter-increment: item;
  display: flex;
  align-items: flex-start;
}
.scale-80 .implementation__result_list {
  counter-reset: item
}
.scale-80 .implementation__result {
  padding: 32px;
  
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect   width='100%' height='100%' rx='20' ry='20' fill='none' stroke='white' stroke-width='1' stroke-dasharray='7 7' /%3E%3C/svg%3E%0A");
  border-radius: 16px;
}
.scale-80 .review-swiper {
  overflow: unset;
}
.scale-80 .review__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  box-sizing: border-box;
}
.scale-80 .review__avatar {
  flex-shrink: 0;
  width: 78.4px;
  height: 78.4px;
  border-radius: 80px;
  overflow: hidden;
  border: 1.6px solid #fff;
  margin-right: 17.6px;
}
.scale-80 .review__descr {
  margin-top: 8px;
  font-size: 11.2px;
  font-weight: 300;
  color: #ADFE82;
  line-height: 1.1;
}
.scale-80 .review__name {
  font-size: 19.2px;
  font-weight: 500;
}
.scale-80 .review__online::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4.8px;
  height: 4.8px;
  border-radius: 80px;
  background-color: #ADFE82;
}
.scale-80 .review__online {
  position: absolute;
  right: 0;
  top: 0;
  width: 11.2px;
  height: 11.2px;
  border-radius: 80px;
  background: rgba(173, 254, 130, 0.266667);
}
.scale-80 .review__text {
  margin-top: 44px;
}
.scale-80 .review__top {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.scale-80 .review__slider {
  position: relative;
  margin-top: 40px;
  padding-top: 56px;
  padding-bottom: 32px;
  overflow: hidden;
}
.scale-80 .review__prev {
  position: absolute;
  left: 27%;
  top: 50%;
  transform: translateY(-50%);
  width: 43.2px;
  height: 43.2px;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ADFE82;
  z-index: 11;
}
.scale-80 .review__next {
  position: absolute;
  right: 27%;
  top: 50%;
  transform: translateY(-50%);
  width: 43.2px;
  height: 43.2px;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ADFE82;
  z-index: 11;
}
.scale-80 .review__slider::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 28.16%;
  background: linear-gradient(90deg, #141414 0%, rgba(0, 14, 12, 0) 100%);
  z-index: 11;
  pointer-events: none;
}
.scale-80 .review__slider::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 28.16%;
  background: linear-gradient(270deg, #141414 0%, rgba(0, 14, 12, 0) 100%);
  z-index: 11;
  pointer-events: none;
}
.scale-80 .review__slide {
  padding: 32px;
  box-sizing: border-box;
  background: #0E1715;
  box-shadow: 0px 0px 56.24px rgba(1, 103, 13, 0.2);
  border-radius: 16px;
}
.scale-80 .partner-2 {
  position: relative;
}
.scale-80 .partner-2__body {
  overflow: hidden;
}
.scale-80 .partner-2__left {
  position: absolute;
  transform: translateY(-20%);
  left: 0;
  z-index: -1;
}
.scale-80 .partner-2__right {
  position: absolute;
  transform: translateY(-20%);
  right: 0;
  z-index: -1;
}
.scale-80 .partner-2__body {
  margin-top: 48px;
  overflow: hidden;
}
.scale-80 .partner-2__item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .25s;
}
.scale-80 .partner-2__item img:first-child { opacity: 0; }
.scale-80 .partner-2__item img:last-child { opacity: .2; }
.scale-80 .partner-2__item:hover img:last-child { opacity: 0; }
.scale-80 .partner-2__item:hover img:first-child { opacity: 1; }
.scale-80 .partner-2__slider {
  overflow: hidden;
}
.scale-80 .partner-2__slides {
  display: flex;
  touch-action: pan-y pinch-zoom;
  margin-left: -16px;
  margin-top: 48px;
}
.scale-80 .partner-2__slide {
  flex: 0 0 272px;
  min-width: 0;
  padding-left: 16px;
}
.scale-80 .partner-2__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #122018;
  z-index: -2;
}
.scale-80 .partner-2__item::after {
  content: '';
  position: absolute;
  left: 55%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #111D16;
  z-index: -2;
  border-radius: 24px 0 0 0;
}
.scale-80 .partner-2__item {
  
  width: 100%;
  height: 160px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 24px;
}
.scale-80 .calculator {
  position: relative;
}
.scale-80 .calculator__content {
  background: linear-gradient(268.35deg, rgba(14, 16, 15, 0.7) 7.6%, #181C1B 51.69%, rgba(24, 28, 27, 0.2) 95.45%);
  backdrop-filter: blur(6px);
  border-radius: 32px;
  padding: 64px;
}
.scale-80 .calculator__title {
  margin-bottom: 48px;
}
.scale-80 .calculator__field_title {
  font-weight: 500;
  font-size: 20.8px;
  margin-bottom: 49.6px;
}
.scale-80 .calculator__field_slider .noUi-horizontal .noUi-handle {
  width: 22.4px;
  height: 22.4px;
  box-sizing: border-box;
  border: 4.8px solid #ADFE82;
  background-color: #000;
  border-radius: 80px;
  top: -11.2px
}
.scale-80 .calculator__field_slider .noUi-tooltip {
  background-color: transparent;
  border: none;
  font-size: 22.4px;
  font-weight: 500;
  color: #ADFE82;
}
.scale-80 .calculator__field_slider .noUi-horizontal {
  height: 3.2px;
}
.scale-80 .calculator__field_vals {
  display: flex;
  justify-content: space-between;
  margin-top: 17.6px;
}
.scale-80 .calculator__main {
  display: flex;
  align-items: flex-start;
}
.scale-80 .calculator__fields {
  width: 50%;
  display: grid;
  gap: 25.6px;
}
.scale-80 .calculator__additional {
  width: calc(50% - 56px);
  margin-left: auto;
}
.scale-80 .calculator__additional_title {
  color: #ADFE82;
  font-size: 24px;
  font-weight: 500;
}
.scale-80 .calculator__additional_descr {
  font-weight: 500;
}
.scale-80 .calculator__additional_money {
  padding: 32px 19.2px;
  background-color: #ADFE82;
  border-radius: 16px;
  font-size: 33.6px;
  font-weight: 300;
  color: #161616;
  margin-top: 28px;
  margin-bottom: 13.6px;
}
.scale-80 .calculator__bottom {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.scale-80 .noUi-handle::after, .scale-80 .noUi-handle::before {
  display: none;
}
@media screen and (max-width: 1450px) {
.scale-80 .how__descr br {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
.scale-80 .show-mob {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
.scale-80 .show-pc {
    display: none;
  }
.scale-80 .show-on-mob {
    display: block;
  }
.scale-80 .hide-on-mob {
    display: none;
  }
.scale-80 .body-bg {
    top: 0;
    min-height: unset;
  }
.scale-80 .section-title {
    font-size: 28.8px;
    
  }
.scale-80 .section-pt {
    padding-top: 32px;
  }
.scale-80 .section-pb {
    padding-bottom: 32px;
  }
.scale-80 .primary-btn__txt {
    text-align: center;
    flex-grow: 1;
  }
.scale-80 .wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
.scale-80 .header {
    position: relative;
    z-index: 30;
  }
.scale-80 .header__row {
    position: relative;
    z-index: 20;
  }
.scale-80 .header__main {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100dvh;
    background-image: url('../img/mob-menu-bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #141414;
    background-blend-mode: hard-light;
    z-index: 10;
    padding-top: 120px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    opacity: 0;
    transform: translateX(30%);
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  }
.scale-80 .header__main--active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    visibility: visible;
  }
.scale-80 .header__nav {
    margin-left: unset;
  }
.scale-80 .header__nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
.scale-80 .header__nav ul > *:not(:first-child) {
    margin-left: 0px;
    margin-top: 16px;
  }
.scale-80 .header__nav ul a {
    font-size: 25.6px;
  }
.scale-80 .header__logo {
    position: relative;
    z-index: 11;
  }
.scale-80 .header__burger {
    display: block;
    position: relative;
    z-index: 21;
  }
.scale-80.landing-mobile-nav-open {
    overflow: hidden;
  }
.scale-80.landing-mobile-nav-open body {
    overflow: hidden;
  }
.scale-80.landing-mobile-nav-open .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 31;
  }
.scale-80.landing-mobile-nav-open .header__main {
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
.scale-80 .header__btns {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 48px;
  }
.scale-80 .header__request {
    margin-left: 0;
    margin-top: 16px;
    font-size: 19.2px;
    border-radius: 12px;
    min-height: 51.2px;
    padding-left: 24px;
    padding-right: 24px;
  }
.scale-80 .header__login {
    width: 168.8px;
    font-size: 19.2px;
    border-radius: 8px;
  }
.scale-80 .header__btns .header__login + .header__login {
    margin-top: 16px;
    margin-left: 0;
  }
.scale-80 .header__login svg {
    width: 18.4px;
    margin-top: -3.2px;
  }
.scale-80 .hero {
    padding-top: 32px;
    padding-bottom: 16px;
  }
.scale-80 .hero__title {
    font-size: 30.4px;
  }
.scale-80 .hero__descr {
    font-size: 16px !important;
  }
.scale-80 .hero__btns {
    flex-direction: column;
    margin-top: 36px;
  }
.scale-80 .hero__request {
    text-align: center;
  }
.scale-80 .hero__opps {
    margin-left: unset;
    margin-top: 8px;
  }
.scale-80 .hero__line {
    display: none;
  }
.scale-80 .hero2 {
    padding-top: 32px;
    padding-bottom: 16px;
  }
.scale-80 .hero2__content {
    flex-direction: column;
    align-items: unset;
  }
.scale-80 .hero2__text, .scale-80 .hero2__additional {
    width: 100%;
  }
.scale-80 .hero2__text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
.scale-80 .hero2__opps2 {
    color: #FFB800;
    font-size: 14.4px;
    font-weight: 500;
    margin-top: 14.4px;
    display: inline-block;
  }
.scale-80 .hero2__additional {
    margin-top: 40px;
    padding: 0;
    border: none;
  }
.scale-80 .hero2__partners_title, .scale-80 .hero2__communication_title {
    font-size: 14.4px;
  }
.scale-80 .hero2__communication {
    margin-top: 16px;
  }
.scale-80 .hero2__title {
    width: 100%;
    font-size: 30.4px;
  }
.scale-80 .hero2__descr {
    font-size: 14.4px !important;
    margin-bottom: 0;
  }
.scale-80 .hero2__btns {
    flex-direction: column;
    margin-top: 32px;
  }
.scale-80 .hero2__request {
    text-align: center;
  }
.scale-80 .hero2__opps {
    margin-left: unset;
    margin-top: 8px;
  }
.scale-80 .hero2__line {
    display: none;
  }
.scale-80 .partner__items {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }
.scale-80 .how {
    position: relative;
  }
.scale-80 .how__line {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
.scale-80 .how__content {
    flex-direction: column;
  }
.scale-80 .how__imp {
    width: 100%;
  }
.scale-80 .how__imp {
    position: unset;
  }
.scale-80 .how__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
.scale-80 .how__item:not(:first-child) {
    margin-top: 40px;
  }
.scale-80 .how__items {
    margin-top: 32px;
    width: unset;
    margin-left: -12px;
    margin-right: -12px;
    overflow: hidden;
    padding-left: 12px;
    padding-right: 12px;
  }
.scale-80 .how__img {
    width: 100%;
  }
.scale-80 .how__text {
    width: 100%;
    padding: 0;
  }
.scale-80 .how__text br {
    display: none;
  }
.scale-80 .how__item:first-child .how__img {
    margin-left: -9%;
    margin-top: -5%;
    max-width: calc(100% + 15.5%);
    width: calc(100% + 15.5%);
  }
.scale-80 .how__item:nth-child(2) .how__img {
    margin-left: -9%;
    margin-top: 2%;
    margin-bottom: -14%;
    max-width: calc(100% + 25.5%);
    width: calc(100% + 25.5%);
  }
.scale-80 .how__item:nth-child(3) .how__text {
    padding-top: 0;
  }
.scale-80 .how__item:nth-child(3) .how__img {
    margin-left: -4%;
    margin-bottom: -14%;
    width: calc(100% + 21%);
    max-width: calc(100% + 21%);
    margin-top: 24px;
  }
.scale-80 .how__item:nth-child(4) .how__img {
    margin-left: -2%;
    max-width: calc(100% + 18%);
    width: calc(100% + 18%);
    margin-top: 8%;
  }
.scale-80 .how__item:nth-child(4) .how__text {
    padding-top: 0;
  }
.scale-80 .how__text {
    order: -1;
  }
.scale-80 .how__num {
    font-size: 20.8px;
  }
.scale-80 .how__name {
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.15;
  }
.scale-80 .integration__content {
    padding: 48px 17.6px;
  }
.scale-80 .integration__descr {
    margin-top: 12px;
  }
.scale-80 .integration__partners {
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
  }
.scale-80 .integration__partners > *:not(:first-child) {
    margin-top: 12px;
    margin-left: 0;
  }
.scale-80 .integration__line {
    top: -41.6px;
    transform: scaleX(-1);
    left: -56px;
    width: 124.8px;
  }
.scale-80 .integration__title {
    text-align: center;
  }
.scale-80 .grow__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
.scale-80 .grow__item {
    padding: 20px 16px;
  }
.scale-80 .grow__name {
    font-size: 20.8px;
  }
.scale-80 .grow__name img {
    display: none;
  }
.scale-80 .grow__list {
    margin-top: 12px;
  }
.scale-80 .grow__top {
    text-align: left;
  }
.scale-80 .grow__alert {
    margin-top: 16px;
  }
.scale-80 .case__slider {
    padding-left: 12px;
    padding-right: 12px;
  }
.scale-80 .case__item {
    padding: 32px 16px;
  }
.scale-80 .case__cols {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
.scale-80 .case__task {
    margin-top: 16px;
  }
.scale-80 .case__next-btn, .scale-80 .case__prev-btn {
    top: 67.2px;
  }
.scale-80 .case__subtitle {
    padding-left: 28.8px;
    padding-right: 28.8px;
    font-size: 14.4px;
  }
.scale-80 .case__prev-btn {
    left: 12px;
  }
.scale-80 .case__next-btn {
    right: 12px;
  }
.scale-80 .case__task, .scale-80 .case__solution, .scale-80 .case__result {
    padding: 16px;
  }
.scale-80 .case__bottom {
    margin-top: 32px;
  }
.scale-80 .invest__title {
    margin-left: unset;
    max-width: unset;
  }
.scale-80 .invest__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
.scale-80 .run__title {
    text-align: left;
    font-size: 20.8px;
  }
.scale-80 .run__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
.scale-80 .run__item {
    padding: 20.8px 16px;
    position: relative;
  }
.scale-80 .run__num {
    font-size: 20.8px;
  }
.scale-80 .run__name {
    position: absolute;
    left: 54.4px;
    top: 23.2px;
    margin-top: 0;
    width: calc(100% - 54.4px - 16px);
  }
.scale-80 .guarant__title {
    text-align: left;
    font-size: 20.8px;
  }
.scale-80 .guarant__list {
    margin-top: 16px;
  }
.scale-80 .guarant__btn {
    margin-top: 24px;
  }
.scale-80 .question {
    padding: 24px;
  }
.scale-80 .question__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
.scale-80 .question__btn {
    margin-top: 16px;
  }
.scale-80 .question__contact {
    text-align: center;
    margin-top: 12px;
  }
.scale-80 .question__contact span {
    margin-top: 4px;
  }
.scale-80 .footer__left {
    justify-content: center;
    display: flex;
    margin-bottom: 24px;
  }
.scale-80 .footer__left a {
    width: 142.4px;
  }
.scale-80 .footer__content {
    flex-wrap: wrap;
  }
.scale-80 .footer__left {
    width: 100%;
  }
.scale-80 .footer__list {
    font-size: 17.6px;
  }
.scale-80 .footer__list {
    width: calc(40% - 4px);
  }
.scale-80 .footer__additional {
    text-align: right;
    width: calc(60% - 4px);
  }
.scale-80 .footer__info-list {
    font-size: 13.6px;
  }
.scale-80 .footer__contact {
    order: 3;
  }
.scale-80 .footer__resident, .scale-80 .footer__contact {
    width: calc(50% - 4px);
    margin-top: 20px;
  }
.scale-80 .footer__contact {
    text-align: right;
    align-self: flex-end;
  }
.scale-80 .footer__contact a {
    justify-content: end;
  }
.scale-80 .footer__additional .footer__ask {
    display: none;
  }
.scale-80 .footer__resident {
    flex-direction: column;
    width: 100%;
  }
.scale-80 .footer__resident {
    flex-direction: column;
    text-align: center;
  }
.scale-80 .footer__logos {
    margin-top: 16px;
    justify-content: center;
  }
.scale-80 .footer__resident .footer__ask {
    display: inline-block;
    margin-bottom: 20px;
  }
.scale-80 .footer__resident img {
    margin-top: 4px;
    width: 120px;
  }
.scale-80 .footer__ask {
    margin-top: 0;
  }
.scale-80 .footer__copyright {
    display: none;
  }
.scale-80 .footer__mob-copyright {
    display: block;
    text-align: center;
    margin-top: 24px;
  }
.scale-80 .modal__content {
    padding: 40px 20px;
  }
.scale-80 .modal__close {
    
    right: 16px;
    top: 16px;
  }
.scale-80 .modal__title {
    font-size: 19.2px;
  }
.scale-80 .page-section__title {
    font-size: 30.4px;
  }
.scale-80 .page-section__descr {
    margin-top: 20px;
    font-size: 16px;
  }
.scale-80 .page-section__btn {
    margin-top: 36px;
  }
.scale-80 .page-section__center {
    flex-direction: column;
    align-items: center;
    padding: 28px;
  }
.scale-80 .page-section__contact {
    margin-bottom: 16px;
  }
.scale-80 .lose-money__card {
    width: 224px;
    flex-shrink: 0;
  }
.scale-80 .lose-money__body {
    padding: 16px;
  }
.scale-80 .lose-money__cards {
    overflow-x: auto;
  }
.scale-80 .lose-money__descr {
    font-size: 12.8px;
  }
.scale-80 .lose-money__name {
    font-size: 19.2px;
  }
.scale-80 .solution__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
  }
.scale-80 .solution__items {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
.scale-80 .solution__item--lg {
    grid-column: unset;
  }
.scale-80 .solution__text {
    max-width: unset;
  }
.scale-80 .solution__name {
    font-size: 19.2px;
  }
.scale-80 .solution__descr {
    font-size: 12px;
  }
.scale-80 .solution__img {
    position: unset;
    transform: unset;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
  }
.scale-80 .partner-2__item img {
    max-width: 52px;
  }
.scale-80 .partner-2__slides {
    margin-left: -4.8px;
  }
.scale-80 .partner-2__slide {
    flex-basis: 96px;
    padding-left: 4.8px;
  }
.scale-80 .partner-2__item {
    height: 52.8px;
    border-radius: 5.6px;
  }
.scale-80 .partner-2__right {
    width: 160px;
    transform: translateY(-5%);
  }
.scale-80 .partner-2__left {
    width: 160px;
    transform: translateY(-10%);
  }
.scale-80 .implementation {
    margin-top: 64px;
  }
.scale-80 .implementation__title {
    text-align: center;
  }
.scale-80 .implementation__heads {
    width: 100%;
  }
.scale-80 .implementation__head {
    height: 51.2px;
  }
.scale-80 .implementation__tab {
    width: 100%;
  }
.scale-80 .implementation__content {
    flex-direction: column;
  }
.scale-80 .implementation__logo {
    width: 80px;
  }
.scale-80 .implementation__name {
    width: calc(100% - 80px - 19.2px);
    font-size: 11.2px;
  }
.scale-80 .implementation__body {
    grid-template-columns: 1fr;
  }
.scale-80 .implementation__task_title, .scale-80 .implementation__solution_title {
    font-size: 19.2px;
  }
.scale-80 .implementation__task, .scale-80 .implementation__solution {
    padding: 16px;
    border-radius: 16px;
  }
.scale-80 .implementation__solution_descr {
    font-size: 12.8px;
  }
.scale-80 .implementation__info_num {
    font-size: 32px;
  }
.scale-80 .implementation__info_descr {
    font-size: 14.4px;
  }
.scale-80 .implementation__info:not(:last-child) {
    margin-bottom: 25.6px;
  }
.scale-80 .implementation__result_title {
    font-size: 19.2px;
  }
.scale-80 .implementation__result_list li::before {
    width: 16px;
  }
.scale-80 .implementation__result {
    padding: 16px;
  }
.scale-80 .review {
    overflow: hidden;
  }
.scale-80 .review__text {
    font-size: 11.2px;
  }
.scale-80 .review__slide {
    padding: 32px 16px;
  }
.scale-80 .review__avatar {
    width: 51.2px;
    height: 51.2px;
    margin-right: 8px;
  }
.scale-80 .review__slider {
    margin-top: 25.6px;
    margin-left: -12px;
    width: calc(100% + 24px);
  }
.scale-80 .review__slider::before, .scale-80 .review__slider::after {
    display: none;
  }
.scale-80 .review__next, .scale-80 .review__prev {
    width: 32px;
    height: 32px;
  }
.scale-80 .review-swiper {
    overflow: visible;
  }
.scale-80 .review__next {
    right: 3.5%;
    top: 45%;
  }
.scale-80 .review__prev {
    left: 3.5%;
    top: 45%;
  }
.scale-80 .calculator__content {
    padding: 56px 19.2px;
  }
.scale-80 .calculator__main {
    flex-direction: column;
    align-items: unset;
  }
.scale-80 .calculator__title {
    margin-bottom: 25.6px;
  }
.scale-80 .calculator__fields, .scale-80 .calculator__additional {
    width: 100%;
  }
.scale-80 .calculator__field_title {
    font-size: 14.4px;
    margin-bottom: 32px;
  }
.scale-80 .calculator__field_slider .noUi-tooltip {
    font-size: 14.4px;
    bottom: 100%;
  }
.scale-80 .calculator__field_slider .noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    top: -8px;
    border-width: 2.4px;
  }
.scale-80 .calculator__additional_title {
    font-size: 14.4px;
  }
.scale-80 .calculator__additional {
    margin-top: 25.6px;
  }
.scale-80 .calculator__additional_descr {
    font-size: 8.8px;
    text-align: center;
  }
.scale-80 .calculator__additional_money {
    padding: 14.4px 19.2px;
    font-size: 25.6px;
  }
}
.scale-80 .modal {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        opacity: 0;
        pointer-events: none;
        transition: 0.25s;
    }
.scale-80 .modal--active {
        opacity: 1;
        pointer-events: auto;
    }
.scale-80 .modal__bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
    }
.scale-80 .modal__content {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(0.95);
        width: calc(100% - 16px);
        max-width: 560px;
        max-height: calc(100% - 16px);
        padding: 64px 16px;
        overflow-y: auto;
        background-color: #141414;
        z-index: 2;
        border-radius: 16px;
        box-sizing: border-box;
        transition: 0.25s;
    }
.scale-80 .modal-conf-title {
      text-align: center;
      font-size: 16.8px;
      margin-top: 19.2px;
    }
.scale-80 .modal--active .modal__content {
        transform: translate(-50%, -50%) scale(1);
    }
.scale-80 .modal__close {
        position: absolute;
        top: 16px;
        right: 16px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 6.4px;
        opacity: 0.7;
        transition: opacity 0.2s;
        z-index: 10;
    }
.scale-80 .modal__close:hover {
        opacity: 1;
    }
.scale-80 {
        --cb-bg: #141414;
        --cb-text: #f8f8f8;
        --cb-accent: #adfe82;
        --cb-border: rgba(173, 254, 130, 0.55);
    }
.scale-80 * { box-sizing: border-box; }
.scale-80 .cb-modal__in {
        max-width: 416px;
        margin: 0 auto;
    }
.scale-80 .cb-modal__title {
        margin: 0;
        text-align: center;
        font-size: clamp(22.4px, 4vw, 33.6px);
        font-weight: 600;
        line-height: 1.1;
        color: var(--cb-text);
    }
.scale-80 .cb-contacts {
        
        display: grid;
        gap: 9.6px;
    }
.scale-80 .cb-contacts__row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9.6px;
    }
.scale-80 .cb-contacts__link, .scale-80 .cb-contacts__toggle, .scale-80 .cb-submit {
        display: flex;
        align-items: center;
        border-radius: 799.2px;
        text-decoration: none;
        border: none;
        cursor: pointer;
        transition: .2s ease;
        font-size: 14.4px;
        font-weight: 600;
    }
.scale-80 .cb-contacts__link {
        min-height: 65.6px;
        gap: 9.6px;
        padding: 11.2px 14.4px;
        color: var(--cb-text);
        border: 0.8px solid var(--cb-border);
        background: rgba(20, 20, 20, .78);
        width: 100%;
        display: flex;
        flex-direction: column;
    }
.scale-80 .cb-contacts__link:hover, .scale-80 .cb-contacts__toggle:hover, .scale-80 .cb-submit:hover {
        transform: translateY(-0.8px);
    }
.scale-80 .contact-button-icon {
      width: 24px;
      height: 24px;
    }
.scale-80 .contact-button-icon-tg {
      width: 25.6px;
      height: 25.6px;
    }
.scale-80 .cb-contacts__icon {
        flex: 0 0 36.8px;
        width: 36.8px;
        height: 36.8px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: #fff;
        overflow: hidden;
    }
.scale-80 .cb-contacts__icon--max {
        background: #141414;
        border: 0.8px solid rgba(255,255,255,.18);
    }
.scale-80 .cb-contacts__icon img {
        width: 19.2px;
        height: 19.2px;
        object-fit: contain;
    }
.scale-80 .cb-contacts__icon--tg img {
        width: 22.4px;
        height: 22.4px;
    }
.scale-80 .cb-contacts__icon--max img {
        width: 21.6px;
        height: 21.6px;
    }
.scale-80 .cb-contacts__toggle {
        width: 100%;
        justify-content: space-between;
        min-height: 56px;
        padding: 4.8px 4.8px 4.8px 19.2px;
        background: #141414;
        color: var(--cb-accent);
        border: 0.8px solid var(--cb-accent);
    }
.scale-80 .cb-contacts__toggle-circle {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        font-size: 19.2px;
        flex: 0 0 40px;
        font-weight: 800;
        background: var(--cb-accent);
        color: #141414;
    }
.scale-80 .cb-form__fields {
        margin-top: 16px;
        display: grid;
        gap: 11.2px;
    }
.scale-80 .cb-form__fields-group {
        display: grid;
        gap: 11.2px;
    }
.scale-80 .cb-form__label {
        display: block;
        margin: 0 0 6.4px 14.4px;
        font-weight: 600;
        color: var(--cb-text);
    }
.scale-80 .cb-form__input {
        width: 100%;
        height: 56px;
        border-radius: 799.2px;
        border: 1.6px dashed rgba(255,255,255,.2);
        background: transparent;
        color: var(--cb-text);
        padding: 0 22.4px;
        font-size: 12.8px;
        outline: none;
    }
.scale-80 .cb-form__input::placeholder {
      opacity: 0.6;
    }
.scale-80 .cb-form__input:focus {
        border-color: rgba(173, 254, 130, .7);
    }
.scale-80 .cb-form__checkbox {
        display: flex;
        align-items: center;
        gap: 9.6px;
        cursor: pointer;
        color: var(--cb-text);
        margin-left: 14.4px;
    }
.scale-80 .cb-form__checkbox input {
        width: 16px;
        height: 16px;
        cursor: pointer;
    }
.scale-80 .cb-submit {
        justify-content: space-between;
        min-height: 56px;
        padding: 4.8px 4.8px 4.8px 19.2px;
        background: var(--cb-accent);
        color: #141414;
        width: 100%;
        margin-top: 3.2px;
    }
.scale-80 .cb-submit__circle {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        flex: 0 0 40px;
        background: #141414;
        color: #fff;
    }
.scale-80 .cb-submit__circle::after {
        content: "→";
    }
.scale-80 .cb-agree {
        margin: 12.8px auto 0;
        max-width: 288px;
        text-align: center;
        font-size: 11.2px;
        line-height: 1.45;
        color: var(--cb-text);
    }
.scale-80 .cb-agree a {
        color: inherit;
        text-decoration: underline;
    }
@media (max-width: 640px) {
.scale-80 .modal-conf-title {
        font-size: 14.4px;
      }
.scale-80 .modal__content {
            padding: 48px 12.8px;
        }
.scale-80 .cb-contacts__row {
            gap: 8px;
        }
.scale-80 .cb-contacts__link {
            min-height: 59.2px;
            padding: 9.6px 11.2px;
        }
.scale-80 .cb-contacts__icon {
            width: 33.6px;
            height: 33.6px;
            flex-basis: 33.6px;
        }
.scale-80 .cb-contacts__link, .scale-80 .cb-contacts__toggle, .scale-80 .cb-submit {
            font-size: 12px;
        }
.scale-80 .cb-contacts__toggle, .scale-80 .cb-submit {
            min-height: 51.2px;
            padding-left: 16px;
        }
.scale-80 .cb-contacts__toggle-circle, .scale-80 .cb-submit__circle {
            width: 36.8px;
            height: 36.8px;
            flex-basis: 36.8px;
        }
.scale-80 .cb-form__input {
            height: 51.2px;
        }
}
}
