@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  border: none;
  outline: none;
}

a,
button,
.orange-button,
.black-button,
.modules .tabs-wrapper .item,
.faq .faq-question,
.burger-button span {
  transition: all 0.25s ease;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body,
html {
  max-width: 100vw;
  overflow-x: hidden;
  background: #fbfdff;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin: auto;
}

.orange-button,
.black-button {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: #f8f9fc;
  border-radius: 4px;
  padding: 20px 30px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.orange-button {
  background: #f47920;
}

.black-button {
  background: #414042;
}

header {
  padding: 20px 0;
}
header a {
  text-decoration: none;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-logo {
  position: relative;
  width: 100%;
  max-width: 125px;
}
header .header-logo img {
  width: 100%;
}
header nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
header nav .nav-item {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #141618;
  padding: 5px 0px;
}
header .header-menu-panel {
  display: flex;
  align-items: center;
  gap: 30px;
}
header .header-buttons {
  display: flex;
  align-items: center;
  gap: 30px;
}
header .burger-button {
  display: none;
}

.section-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 120%;
  color: #141618;
}
.section-heading span {
  font-weight: 400;
}

.h1 {
  font-size: 54px;
}

.big-text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 119%;
  color: #141618;
}

.regular-text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  color: #141618;
}

.hero {
  position: relative;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}
.hero .container {
  position: relative;
  z-index: 2;
  padding: 240px 0 50px;
}
.hero .section-heading {
  margin-bottom: 10px;
}
.hero .big-text {
  margin-bottom: 30px;
}
.hero .buttons {
  display: flex;
  gap: 20px;
}
.hero .btm-info {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 115px;
  align-items: flex-end;
}
.hero .procents .top {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.hero .procents .top svg {
  width: 24px;
  margin-bottom: 14px;
}
.hero .procents .top p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #f47920;
}
.hero .procents .top p span {
  font-size: 80px;
}
.hero .procents .btm {
  width: 100%;
  padding-top: 10px;
  border-top: 2px solid #f47920;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 119%;
  color: #141618;
}
.hero .dop-info {
  max-width: 315px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-align: right;
  color: #141618;
  opacity: 0.6;
}
.hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero.how-hero h1 {
  max-width: 1060px;
  margin-bottom: 10px;
}
.hero.how-hero .container {
  padding-bottom: 140px;
}
.hero.how-hero p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 119%;
  color: #141618;
  margin-bottom: 10px;
  max-width: 726px;
}
.hero.how-hero p span {
  font-weight: 400;
  color: #f47920;
}
.hero.how-hero p:last-of-type {
  margin-bottom: 30px;
}

.how-viz {
  border-radius: 20px;
  background: #f4f4f4;
  margin: 10px;
  position: relative;
  z-index: 2;
}
.how-viz.key-vars {
  background: none;
  margin: 60px 0;
}
.how-viz.key-vars .item {
  border: 1px solid #eaeaea;
  background: #f4f4f4;
}
.how-viz .section-heading {
  font-weight: 300;
  margin-bottom: 20px;
}
.how-viz .sub-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
  margin-bottom: 40px;
}
.how-viz .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.how-viz .item {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  background: #fbfdff;
  padding: 20px;
}
.how-viz .item .num {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #f47920;
  width: 100%;
  text-align: right;
  margin-bottom: 60px;
}
.how-viz .item .heading {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
}
.how-viz .item .text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #141618;
}
.how-viz .about-wrapper {
  display: flex;
  gap: 20px;
}
.how-viz .about-wrapper .item {
  position: relative;
  padding: 30px 30px 0 30px;
}
.how-viz .about-wrapper .item .heading {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
}
.how-viz .about-wrapper .item .text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #141618;
}
.how-viz .about-wrapper .item .text span {
  font-weight: 400;
}
.how-viz .about-wrapper .item p {
  position: relative;
  z-index: 2;
}
.how-viz .about-wrapper .item .item-bg {
  max-width: 530px;
}

.begu {
  position: relative;
  padding: 125px 0;
  overflow: hidden;
}
.begu::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 375px;
  height: 100%;
  content: "";
  display: block;
  background: linear-gradient(90deg, #fbfdff 20.67%, rgba(248, 249, 252, 0) 100%);
}
.begu::before {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 375px;
  height: 100%;
  content: "";
  display: block;
  background: linear-gradient(90deg, #fbfdff 20.67%, rgba(248, 249, 252, 0) 100%);
  transform: rotate(-180deg);
}
.begu .wrapper {
  display: flex;
  gap: 40px;
  width: -moz-max-content;
  width: max-content;
  animation: begustr 18s linear infinite;
  will-change: transform;
}
.begu .item {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-shrink: 0;
}
.begu .item img {
  height: 40px;
}
.begu .container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@keyframes begustr {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 20px));
  }
}
.about {
  padding-bottom: 100px;
}
.about .section-heading {
  margin-bottom: 50px;
}
.about .wrapper {
  display: flex;
  gap: 130px;
  align-items: flex-end;
}
.about .about-l {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 650px;
}
.about .about-l .item {
  display: flex;
  gap: 25px;
}
.about .about-l .item svg {
  flex-shrink: 0;
  width: 24px;
}
.about .about-l .item .big-text {
  margin-bottom: 4px;
}
.about .about-r .item {
  display: flex;
  gap: 40px;
  align-items: center;
}
.about .about-r .item .num {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #f47920;
}
.about .about-r .item .text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
}
.about .about-r .item {
  border-top: 1px solid rgba(65, 64, 66, 0.4);
  padding: 25px 0px;
}
.about .about-r .item:last-child {
  border-bottom: 1px solid rgba(65, 64, 66, 0.4);
  padding-right: 106px;
}

.why {
  border-radius: 30px 30px 0 0;
  background: #f4f4f4;
  padding-top: 100px;
  padding-bottom: 100px;
}
.why .desc {
  display: flex;
  gap: 26px;
  margin-bottom: 40px;
}
.why .desc svg {
  width: 24px;
  flex-shrink: 0;
}
.why .desc p span {
  font-weight: 400;
}
.why .container {
  display: flex;
  gap: 110px;
}
.why .section-heading {
  margin-bottom: 50px;
}
.why .bg {
  width: 447px;
  height: 536px;
}
.why .sub-text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  color: #141618;
  margin-bottom: 30px;
}
.why .wrapper {
  display: flex;
  flex-direction: column;
}
.why .wrapper .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 32px 25px 0;
  position: relative;
}
.why .wrapper .item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  width: 999px;
  height: 100%;
  background: white;
  opacity: 0;
}
.why .wrapper .item.active {
  background: white;
}
.why .wrapper .item.active::after {
  opacity: 1;
}
.why .wrapper .item .heading {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
}
.why .wrapper .item .text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #141618;
  margin-top: 10px;
}

.line-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
.line-list li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
}
.line-list li::before {
  position: relative;
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #f47920;
}

.section-desc-row {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.section-desc {
  display: flex;
  gap: 26px;
  margin-bottom: 40px;
}
.section-desc.w100p {
  width: 100%;
  margin-bottom: 10px;
}
.section-desc.w100p p {
  max-width: 890px;
  width: 100%;
  margin-bottom: 0 !important;
}
.section-desc.w100p:nth-child(3) {
  margin-bottom: 60px;
}
.section-desc svg {
  width: 24px;
  flex-shrink: 0;
}
.section-desc p span {
  font-weight: 400;
}

.tasks {
  background: #f4f4f4;
  border-radius: 0 0 30px 30px;
  position: relative;
}
.tasks .container {
  padding: 100px 0;
  position: relative;
  z-index: 2;
}
.tasks .section-heading {
  margin-bottom: 20px;
  margin-bottom: 20px;
}
.tasks .desc {
  max-width: 650px;
  margin-bottom: 40px;
}
.tasks .bg {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.tasks .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.tasks .wrapper .item {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  background: #fbfdff;
  padding: 20px;
}
.tasks .wrapper .item .num {
  width: 100%;
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #f47920;
  margin-bottom: 60px;
}
.tasks .wrapper .item .heading {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
}
.tasks .wrapper .item .text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #141618;
  margin-top: 10px;
}
.tasks .black-button {
  margin-top: 40px;
}

.for-who,
.how-data {
  padding-top: 100px;
}
.for-who .section-heading,
.how-data .section-heading {
  margin-bottom: 50px;
  font-weight: 300;
}
.for-who .section-desc,
.how-data .section-desc {
  margin-bottom: 50px;
}
.for-who .wrapper,
.how-data .wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.for-who .for-l,
.how-data .for-l {
  width: 100%;
  max-width: 650px;
}
.for-who .for-l .section-heading,
.how-data .for-l .section-heading {
  margin-bottom: 40px;
}
.for-who .for-l .items-wrapper,
.how-data .for-l .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
}
.for-who .for-l .items-wrapper .item,
.how-data .for-l .items-wrapper .item {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  padding: 4px 10px 4px 4px;
  background: #f4f4f4;
}
.for-who .for-l .items-wrapper .item img,
.how-data .for-l .items-wrapper .item img {
  flex-shrink: 0;
}
.for-who .for-l .items-wrapper .item p,
.how-data .for-l .items-wrapper .item p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
}
.for-who .for-l .list-heaeding,
.how-data .for-l .list-heaeding {
  max-width: 460px;
  margin-bottom: 20px;
}
.for-who .for-l ul,
.how-data .for-l ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
.for-who .for-l ul li,
.how-data .for-l ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
}
.for-who .for-l ul li::before,
.how-data .for-l ul li::before {
  position: relative;
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #f47920;
}
.for-who .list,
.how-data .list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
.for-who .list li,
.how-data .list li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
}
.for-who .list li::before,
.how-data .list li::before {
  position: relative;
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #f47920;
}

.how-data .wrapper {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.how-data .wrapper .item {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 30px;
  background: #f4f4f4;
}
.how-data .wrapper .item .hading {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
  margin-bottom: 20px;
}
.how-data .wrapper .item .desc {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #141618;
  margin-bottom: 10px;
}
.how-data .wrapper .item ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.how-data .wrapper .item ul li {
  display: flex;
  gap: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #141618;
}
.how-data .wrapper .item ul li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #f47920;
  margin-top: 6px;
}

.key-num {
  padding-top: 100px;
}
.key-num .section-heading {
  font-weight: 300;
  margin-bottom: 50px;
}
.key-num .line {
  display: flex;
  gap: 20px;
}
.key-num .line:nth-child(even) {
  justify-content: flex-end;
}
.key-num .line:nth-child(even) .item .heading {
  align-items: flex-end;
}
.key-num .wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.key-num .item {
  border-radius: 10px;
  padding: 30px 30px 20px;
  background: #f4f4f4;
}
.key-num .item.orange-text .span {
  padding-right: 100px;
}
.key-num .item.orange-text .line-text {
  color: #f47920;
}
.key-num .item.orange-text .line-text span {
  color: #f47920;
}
.key-num .item.orange-text svg path {
  stroke: #f47920;
}
.key-num .item .big-text {
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  color: #141618;
}
.key-num .item .heading {
  display: flex;
  gap: 10px;
}
.key-num .item .heading svg {
  margin-bottom: 10px;
}
.key-num .item .span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
  color: #141618;
}
.key-num .item .line-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  color: #141618;
}
.key-num .item .line-text span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
}
.key-num .item .text {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(65, 64, 66, 0.6);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #141618;
}
.key-num .item .s-text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
  max-width: 75px;
}
.key-num .item.orange {
  background: #f47920;
}
.key-num .item.orange .big-text,
.key-num .item.orange .text {
  color: #fbfdff;
}
.key-num .item.orange .text {
  border-top: 1px solid white;
}

.brashure {
  background: #f4f4f4;
  padding: 10px 0;
  margin-top: 100px;
}
.brashure .container {
  display: flex;
  gap: 60px;
}
.brashure .bg {
  width: 100%;
  max-width: 720px;
}
.brashure .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.brashure .info svg {
  margin-top: 50px;
  margin-bottom: 20px;
}
.brashure .section-heading {
  font-weight: 300;
  margin-bottom: 20px;
}
.brashure .sub-text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
  margin-bottom: 30px;
}
.brashure .black-button {
  padding: 20px 75px;
  margin-bottom: 70px;
}

.modules {
  margin-top: 100px;
  margin-bottom: 100px;
}
.modules .section-heading {
  margin-bottom: 50px;
  font-weight: 300;
}
.modules .heading {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.modules .heading .section-desc {
  flex: 1;
}
.modules .heading .section-desc .small {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #141618;
  opacity: 0.6;
}
.modules .bg {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 100px;
}
.modules .tabs-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.modules .tabs-wrapper .item {
  cursor: pointer;
  border-radius: 4px;
  padding: 15px;
  background: #f4f4f4;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #141618;
}
.modules .tabs-wrapper .item.active {
  background: #414042;
  color: #f8f9fc;
}
.modules .tabs-item {
  margin-top: 40px;
  border-radius: 30px;
  background: #f4f4f4;
  padding: 60px;
  position: relative;
}
.modules .tabs-item:not(.active) {
  display: none;
}
.modules .tabs-item svg {
  position: absolute;
  top: 60px;
  right: 60px;
}
.modules .tabs-item .wrapper {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
.modules .tabs-item .wrapper.wrapper-kvi {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}
.modules .tabs-item .wrapper.wrapper-kvi .wrapper-item:nth-child(1) {
  grid-column: 1;
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.modules .tabs-item .wrapper.wrapper-kvi .wrapper-item:nth-child(1) .text {
  margin-bottom: 10px;
}
.modules .tabs-item .wrapper.wrapper-kvi .wrapper-item:nth-child(1) img {
  margin-top: auto;
}
.modules .tabs-item .wrapper.wrapper-kvi .wrapper-item:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.modules .tabs-item .wrapper.wrapper-kvi .wrapper-item:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
.modules .tabs-item .wrapper-l,
.modules .tabs-item .wrapper-r {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  flex-shrink: 0;
  width: 100%;
  max-width: calc(50% - 5px);
  min-height: 0;
}
.modules .tabs-item .wrapper-l > .wrapper-item:last-child,
.modules .tabs-item .wrapper-r > .wrapper-item:last-child {
  flex: 1;
}
.modules .tabs-item .wrapper-item {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  background: #fbfdff;
  padding: 20px 20px 30px 30px;
}
.modules .tabs-item .wrapper-item img {
  max-width: 100%;
  margin-top: 10px;
}
.modules .tabs-item .wrapper-item .num {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #f47920;
  width: 100%;
  text-align: right;
}
.modules .tabs-item .wrapper-item .text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #141618;
  margin-top: 19px;
}

@media (min-width: 1200px) {
  .modules .tabs-item .wrapper:not(.wrapper-kvi) .wrapper-l .wrapper-item,
  .modules .tabs-item .wrapper:not(.wrapper-kvi) .wrapper-r .wrapper-item {
    min-height: 155px;
    box-sizing: border-box;
  }
  .modules .tabs-item .wrapper:not(.wrapper-kvi) .wrapper-l .wrapper-item.wrapper-item--has-image,
  .modules .tabs-item .wrapper:not(.wrapper-kvi) .wrapper-r .wrapper-item.wrapper-item--has-image {
    min-height: 310px;
  }
  .modules .tabs-item .wrapper:not(.wrapper-kvi) .wrapper-l > .wrapper-item:only-child,
  .modules .tabs-item .wrapper:not(.wrapper-kvi) .wrapper-r > .wrapper-item:only-child {
    display: flex;
    flex-direction: column;
  }
  .modules .tabs-item .wrapper:not(.wrapper-kvi) .wrapper-l > .wrapper-item:only-child .text,
  .modules .tabs-item .wrapper:not(.wrapper-kvi) .wrapper-r > .wrapper-item:only-child .text {
    margin-top: auto;
  }
}

.plusses {
  border-radius: 30px;
  background: #f4f4f4;
  padding-top: 100px;
}
.plusses .section-heading {
  font-weight: 300;
  margin-bottom: 50px;
}
.plusses .section-heading span {
  font-weight: 400;
}
.plusses .plusses-wrapper {
  display: flex;
  gap: 20px;
  align-items: stretch;
}
.plusses .plusses-l {
  width: 100%;
  max-width: 447px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  flex-shrink: 0;
}
.plusses .plusses-l .plusses-item:last-child {
  grid-column: span 2;
}
.plusses .plusses-r {
  flex: 1;
}
.plusses .plusses-r .plusses-item {
  display: flex;
  gap: 30px;
  height: 100%;
}
.plusses .plusses-r .plusses-item .bg {
  max-width: 418px;
}
.plusses .plusses-item {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 20px;
  background: #fbfdff;
}
.plusses .plusses-item .icon {
  margin-bottom: 30px;
}
.plusses .plusses-item .heading {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
  margin-bottom: 10px;
}
.plusses .plusses-item .text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #141618;
}
.plusses .plusses-bord {
  margin-top: 50px;
  position: relative;
}
.plusses .plusses-bord .container {
  position: relative;
  z-index: 2;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plusses .plusses-bord .container .section-heading {
  max-width: 700px;
  margin-bottom: 20px;
  text-align: center;
}
.plusses .plusses-bord .container .text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #141618;
  margin-bottom: 30px;
}
.plusses .plusses-bord .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.keyses {
  margin-top: 100px;
  margin-bottom: 100px;
}
main.keyses {
  margin: 0;
}
.keyses .section-heading {
  font-weight: 300;
  margin-bottom: 50px;
}
.keyses .wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
}
.keyses .wrapper .item {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 20px;
  background: #f4f4f4;
  box-sizing: border-box;
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.keyses .wrapper .item .top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.keyses .wrapper .item .logo {
  width: 72px;
  flex-shrink: 0;
}
.keyses .wrapper .item .type {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  color: #414042;
  border: 1px solid #eaeaea;
  border-radius: 50px;
  padding: 5px 7px;
  background: white;
  height: -moz-fit-content;
  height: fit-content;
  flex: 0 1 auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.keyses .wrapper .item .heading {
  margin-top: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
}
.keyses .wrapper .item .description {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #141618;
  margin-top: 10px;
  flex: 1 1 auto;
  min-height: 0;
}
.keyses .wrapper .item .button {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #f47920;
  margin-top: auto;
  padding-top: 40px;
}
.keyses .black-button {
  margin-top: 40px;
}

.case-archive-keyses .wrapper .item {
  background: #fbfdff;
}

.plusses.case-archive-plusses {
  margin-top: 100px;
}

.how-work {
  background: #f4f4f4;
  border-radius: 30px;
  margin-top: 100px;
}
.how-work .container {
  padding: 72px 0 72px;
}
.how-work .section-heading {
  font-weight: 300;
  font-size: 56px;
  line-height: 120%;
  margin-bottom: 52px;
}
.how-work .timeline {
  position: relative;
  height: 236px;
}
.how-work .timeline .line {
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 999px;
}
.how-work .timeline .line-gray {
  top: 110px;
  background: #ececec;
}
.how-work .timeline .line-orange {
  top: 110px;
  width: 532px;
  background: #f47920;
}
.how-work .timeline .dot {
  position: absolute;
  top: 106px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #f5a665;
  border: 3px solid #f4f4f4;
}
.how-work .timeline .dot-1 {
  left: 180px;
}
.how-work .timeline .dot-2 {
  left: 390px;
}
.how-work .timeline .dot-3 {
  left: 600px;
}
.how-work .timeline .dot-4 {
  left: 810px;
}
.how-work .timeline .dot-5 {
  left: 1018px;
}
.how-work .timeline .dot-6 {
  left: 1228px;
}
.how-work .timeline .dot-7 {
  left: 1304px;
}
.how-work .timeline .item {
  position: absolute;
  min-height: 88px;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  background: #fbfdff;
  box-shadow: 0 10px 26px rgba(20, 22, 24, 0.14);
  padding: 16px 14px 14px;
}
.how-work .timeline .item.top {
  top: 0;
}
.how-work .timeline .item.btm {
  top: 134px;
}
.how-work .timeline .item .text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #141618;
}
.how-work .timeline .item .num {
  position: absolute;
  top: 14px;
  right: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #f2a463;
}
.how-work .timeline .item-1 {
  left: 16px;
  width: 299px;
}
.how-work .timeline .item-2 {
  left: 174px;
  width: 294px;
}
.how-work .timeline .item-3 {
  left: 354px;
  width: 386px;
}
.how-work .timeline .item-4 {
  left: 560px;
  width: 366px;
}
.how-work .timeline .item-5 {
  left: 814px;
  width: 240px;
}
.how-work .timeline .item-6 {
  left: 978px;
  width: 342px;
}
.how-work .video-preview {
  margin: 48px auto 0;
  max-width: 1120px;
  height: 388px;
  border-radius: 16px;
  background: linear-gradient(90deg, #070f20 0%, #090f1b 100%);
  position: relative;
  overflow: hidden;
}
.how-work .video-preview .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f0f0f0;
  cursor: pointer;
}
.how-work .video-preview .play::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 17px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #141618;
}
.how-work .black-button {
  display: block;
  margin: 42px auto 0;
  padding: 20px 48px;
}
.how-work.algoritm {
  background: none;
}
.how-work .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.how-work .wrapper .item {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 20px;
  background: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
.how-work .wrapper .item .text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
}
.how-work .wrapper .item .text span {
  font-weight: 400;
}

.dop {
  border-radius: 30px;
  padding: 100px 0;
}
.dop .container {
  padding: 70px 0 66px;
}
.dop .section-heading {
  margin-bottom: 50px;
  font-weight: 300;
}
.dop .wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.dop .item {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  background: #f4f4f4;
  padding: 20px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
}
.dop .item .icon {
  width: 24px;
  height: 24px;
  margin-left: auto;
  margin-bottom: 24px;
}
.dop .item .heading {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
  margin-bottom: 10px;
}
.dop .item .text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #141618;
}
.dop .item .button {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  color: #f47920;
}

.vned {
  background: #f4f4f4;
  border-radius: 30px;
  margin-bottom: 100px;
}
.vned .container {
  padding: 68px 0 64px;
}
.vned .section-heading {
  font-weight: 300;
  margin-bottom: 40px;
}
.vned > .container > .heading {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 34px;
}
.vned > .container > .heading .section-desc {
  flex: 1;
  margin-bottom: 0;
}
.vned > .container > .heading .regular-text span {
  font-weight: 400;
}
.vned .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.vned .item {
  border-radius: 10px;
  min-height: 212px;
  display: flex;
  flex-direction: column;
}
.vned .item .top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 5px;
  padding: 20px;
  background: #fbfdff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
}
.vned .item .btn {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  background: #fbfdff;
}
.vned .item .step-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}
.vned .item .heading {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
}
.vned .item .text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #141618;
  margin-bottom: auto;
}
.vned .item .time {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #eaeaea;
  border-radius: 40px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
}
.vned .item .time .icon {
  width: 30px;
  height: 30px;
  padding: 5px;
  background: #f4f4f4;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vned .item .time .icon img,
.vned .item .time .icon svg {
  width: 18px;
  height: 18px;
}
.vned .item .time p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #414042;
}
.vned .orange-button {
  margin-top: 36px;
  padding: 20px 34px;
}

.faq {
  border-radius: 30px;
  margin-bottom: 100px;
}
.faq .section-heading {
  font-weight: 300;
  margin-bottom: 50px;
}
.faq .faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq .faq-item {
  border-radius: 10px;
  border: 1px solid #eaeaea;
  background: #fbfdff;
  overflow: hidden;
}
.faq .faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  text-align: left;
  background: #ececec;
  cursor: pointer;
}
.faq .faq-question span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
}
.faq .faq-question svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.faq .faq-answer {
  display: none;
  padding: 20px 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #141618;
}
.faq .faq-answer a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.faq .faq-item.active .faq-question svg {
  transform: rotate(90deg);
}
.faq .faq-item.active .faq-answer {
  display: block;
}

.form {
  position: relative;
  padding: 100px 0;
}
.form .container {
  display: flex;
  gap: 10px;
  position: relative;
  z-index: 2;
}
.form .form-l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 650px;
}
.form .form-l .btm {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
  max-width: 450px;
}
.form .form-l .btm::before {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #f47920;
  margin-bottom: 20px;
}
.form .section-heading {
  font-weight: 300;
}
.form .section-heading span {
  font-weight: 400;
}
.form .sub-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: rgba(20, 22, 24, 0.7);
  margin-top: 10px;
}
.form .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form .form-r {
  width: 100%;
  max-width: 650px;
}
.form .form-r form {
  padding: 30px;
  border-radius: 10px;
  background: #fbfdff;
}
.form .form-r form.mrs-lead-form .mrs-lead-form__notice {
  display: none;
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
}
.form .form-r form.mrs-lead-form .mrs-lead-form__notice.is-visible {
  display: block;
}
.form .form-r form.mrs-lead-form .mrs-lead-form__notice--success {
  background: #e8f5e9;
  border: 1px solid #c8e6c9;
  color: #1b5e20;
}
.form .form-r form.mrs-lead-form .mrs-lead-form__notice--error {
  background: #ffebee;
  border: 1px solid #ffcdd2;
  color: #b71c1c;
}
.form .form-r form.mrs-lead-form .orange-button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.form .form-r .inputs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form .form-r .inputs input,
.form .form-r .inputs select,
.form .form-r .inputs textarea,
.form .form-r .inputs section {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #f4f4f4;
  padding: 14px 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 110%;
  color: black;
}
.form .form-r .inputs input::-moz-placeholder, .form .form-r .inputs textarea::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 110%;
  color: black;
}
.form .form-r .inputs input::placeholder,
.form .form-r .inputs textarea::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 110%;
  color: black;
}
.form .form-r .inputs section {
  position: relative;
  padding-right: 48px;
}
.form .form-r .inputs section option {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 110%;
  color: black;
}
.form .form-r .inputs section option:not(:first-child) {
  display: none;
}
.form .form-r .inputs section::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #141618;
}
.form .form-r .inputs textarea {
  min-height: 160px;
  resize: vertical;
}
.form .form-r .policys {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.form .form-r .policys label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.form .form-r .policys input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form .form-r .policys .checkbox-visual {
  margin-top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #e0e0e0;
  background: #d8d8d8;
  border-radius: 2px;
  flex-shrink: 0;
  position: relative;
}
.form .form-r .policys input[type=checkbox]:checked + .checkbox-visual {
  background: #f47920;
  border-color: #f47920;
}
.form .form-r .policys input[type=checkbox]:checked + .checkbox-visual::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form .form-r .policys .text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #141618;
}
.form .form-r .policys .text a {
  color: #f47920;
  text-decoration: underline;
}
.form .form-r .orange-button {
  margin-top: 30px;
}

footer.footer {
  background: #414042;
  padding: 60px 0 26px;
}
footer.footer .footer-top {
  display: grid;
  grid-template-columns: 200px 1.1fr 1fr 1.25fr;
  gap: 40px;
  padding-bottom: 58px;
  border-bottom: 1px solid rgba(248, 249, 252, 0.35);
}
footer.footer .footer-logo img {
  width: 165px;
}
footer.footer a {
  text-decoration: none;
}
footer.footer .footer-col .title {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 110%;
  color: rgba(248, 249, 252, 0.5);
  margin-bottom: 12px;
}
footer.footer .footer-col .title.mt {
  margin-top: 28px;
}
footer.footer .footer-col .links {
  display: flex;
  flex-direction: column;
}
footer.footer .footer-col .links a {
  padding: 5px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 110%;
  color: #f8f9fc;
}
footer.footer .contacts .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  text-decoration: none;
}
footer.footer .contacts .contact-item svg {
  flex-shrink: 0;
}
footer.footer .contacts .contact-item span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 110%;
  color: #fff;
}
footer.footer .contacts .socials {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}
footer.footer .contacts .socials .social-btn {
  width: 38px;
  height: 38px;
  border-radius: 4px;
  background: #f47920;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.footer .footer-bottom {
  padding-top: 24px;
  display: flex;
  align-items: center;
  gap: 435px;
}
footer.footer .footer-bottom p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 110%;
  color: #f8f9fc;
}
footer.footer .contacts {
  max-width: 314px;
}

.task-orange {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f47920;
  margin-bottom: 5px;
}

.learn {
  position: relative;
  margin-top: 90px;
  padding: 100px 0;
}
.learn .regular-text {
  margin-bottom: 20px;
}
.learn .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.learn .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0 10px;
}
.learn .section-heading {
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
  max-width: 953px;
}

.what-under {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 100px 0;
}
.what-under .section-desc {
  margin: 50px 0;
}
.what-under .wrapper {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.what-under .wrapper .item {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 30px;
  background: #fbfdff;
}
.what-under .wrapper .item .hading {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
  margin-bottom: 20px;
}
.what-under .wrapper .item .desc {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #141618;
  margin-bottom: 10px;
}
.what-under .wrapper .item ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.what-under .wrapper .item ul li {
  display: flex;
  gap: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #141618;
}
.what-under .wrapper .item ul li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #f47920;
  margin-top: 6px;
}

.unic {
  margin-top: 100px;
  margin-bottom: 100px;
}
.unic .section-heading {
  font-weight: 300;
}
.unic .section-hading-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.unic .section-hading-block .buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.unic .section-hading-block .buttons .unic-prev,
.unic .section-hading-block .buttons .unic-next {
  background: none;
}
.unic .unic-slider {
  margin-top: 50px;
}
.unic .unic-slider .swiper-wrapper {
  align-items: stretch;
}
.unic .unic-slider .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 20px;
  background: #f4f4f4;
}
.unic .unic-slider .swiper-slide .num {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #f47920;
  text-align: right;
  margin-bottom: 30px;
}
.unic .unic-slider .swiper-slide .heading {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
  margin-bottom: 10px;
}
.unic .unic-slider .swiper-slide .text {
  flex-grow: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #141618;
}

.about-podhod {
  background: none;
  margin-top: 100px;
  margin-bottom: 100px;
}
.about-podhod .section-heading {
  margin-bottom: 50px;
}
.about-podhod .item {
  background: #f4f4f4;
}
.about-podhod .item .heading {
  margin-bottom: 10px;
}

.why-need {
  position: relative;
  margin-top: 100px;
  padding: 100px 0;
}
.why-need .section-heading {
  margin-bottom: 50px;
  font-weight: 300;
}
.why-need .container {
  position: relative;
  z-index: 2;
}
.why-need .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why-need .section-desc.desc.w100p {
  margin-bottom: 20px;
}
.why-need .section-desc.desc.w100p:last-of-type {
  margin-bottom: 0;
}

.team {
  margin-top: 100px;
  margin-bottom: 120px;
}
.team .heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}
.team .heading .section-heading {
  font-weight: 300px;
  margin-bottom: 20px;
}
.team .heading .desc {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  color: #141618;
  max-width: 930px;
}
.team .buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.team-slider .swiper-slide {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 20px;
  background: #f4f4f4;
}
.team-slider .team-slide-top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.team-slider .face {
  width: 90px;
  height: 90px;
}
.team-slider .fio {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
}
.team-slider ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.team-slider li {
  display: flex;
  gap: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #141618;
}
.team-slider li::before {
  flex-shrink: 0;
  border-radius: 100px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  background: #f47920;
}
.team-slider .focus {
  background: #f47920;
  border-radius: 10px;
  padding: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.team-slider .focus span {
  font-weight: 400;
}
.team-slider .focus {
  font-size: 18px;
  line-height: 120%;
  color: #fbfdff;
}

.case-recommend {
  margin-top: 100px;
  margin-bottom: 100px;
}
.case-recommend .case-recommend__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
.case-recommend .case-recommend__title {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 46px;
  line-height: 130%;
  color: #141618;
  margin: 0;
}
.case-recommend .buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.case-recommend .case-testimonials-prev,
.case-recommend .case-testimonials-next {
  cursor: pointer;
  line-height: 0;
}
.case-recommend .case-testimonials-prev:focus-visible,
.case-recommend .case-testimonials-next:focus-visible {
  outline: 2px solid #f47920;
  outline-offset: 2px;
  border-radius: 50%;
}
.case-recommend .case-testimonials-slider .swiper-wrapper {
  align-items: stretch;
}
.case-recommend .case-testimonials-slider .swiper-slide {
  box-sizing: border-box;
  height: auto;
  display: flex;
}
.case-recommend .case-testimonials-card {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-width: 0;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 24px;
  background: #f4f4f4;
}
.case-recommend .case-testimonials-card__quote {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #141618;
  margin: 0;
}
.case-recommend .case-testimonials-card__quote p {
  margin: 0 0 0.75em;
}
.case-recommend .case-testimonials-card__quote p:last-child {
  margin-bottom: 0;
}
.case-recommend .case-testimonials-card__footer {
  margin-top: auto;
  padding-top: 24px;
}
.case-recommend .case-testimonials-card__name {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
  margin: 0 0 6px;
}
.case-recommend .case-testimonials-card__role {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #141618;
  margin: 0;
}

.buisness {
  margin-top: 100px;
  margin-bottom: 70px;
}
.buisness .orange-item {
  position: relative;
  padding: 30px;
  overflow: hidden;
  border: 1px solid #eaeaea;
  border-radius: 10px;
}
.buisness .orange-item .info {
  position: relative;
  z-index: 2;
}
.buisness .orange-item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.buisness .orange-item .section-heading {
  font-weight: 300;
  color: #f47920;
  margin-bottom: 10px;
}
.buisness .orange-item .desc {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #141618;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.buisness .orange-item .desc:nth-child(3) {
  margin-bottom: 30px;
}
.buisness .orange-item .desc::before {
  flex-shrink: 0;
  border-radius: 100px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #f47920;
}
.buisness .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
  min-width: 0;
  width: 100%;
  max-width: 100%;
}
.buisness .item {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 30px;
  background: #fbfdff;
  min-width: 0;
  max-width: 100%;
}
.buisness .item .heading {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
  margin-bottom: 10px;
  overflow-wrap: break-word;
}
.buisness .item .text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #141618;
  margin-bottom: 30px;
  overflow-wrap: break-word;
}
.buisness .item .black-button {
  padding: 16px 60px;
  max-width: 100%;
  box-sizing: border-box;
}
.buisness .book {
  border-radius: 3px;
  margin-bottom: 20px;
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #f47920;
}

.task-s {
  margin-top: 100px;
  margin-bottom: 60px;
}
.task-s .task-h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 120%;
  color: #141618;
  margin-bottom: 20px;
}
.task-s .desc {
  margin-top: 50px;
}
.task-s .section-heading {
  font-weight: 300;
  max-width: 925px;
  margin-top: 5px;
}
.task-s .task-s-sub-text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f47920;
}
.task-s .regular-text {
  margin-bottom: 20px;
}
.task-s ul {
  margin-bottom: 20px;
}

.solution {
  background: rgba(244, 121, 32, 0.15);
  padding: 30px 0;
}
.solution .heading {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 120%;
  color: #141618;
}
.solution .heading span {
  font-weight: 400;
}
.solution .text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
  margin-top: 20px;
}
.solution .text span {
  font-weight: 400;
}

.solution-page .solution-fixed-burger {
  position: fixed;
  top: 24px;
  left: 24px;
  z-index: 101;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: #141618;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(20, 22, 24, 0.2);
}
.solution-page .solution-fixed-burger span {
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: #f8f9fc;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.solution-page .solution-fixed-menu {
  position: fixed;
  top: 90px;
  left: 24px;
  width: min(320px, 100vw - 40px);
  max-height: 400px;
  z-index: 100;
  background: #f1f1f3;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  padding: 26px 24px;
  box-shadow: 0 20px 38px rgba(20, 22, 24, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.solution-page .solution-fixed-menu .title {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: #141618;
  margin-bottom: 28px;
  flex-shrink: 0;
}
.solution-page .solution-fixed-menu .links {
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.solution-page .solution-fixed-menu .links a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #141618;
  text-decoration: none;
}
.solution-page.solution-menu-open .solution-fixed-burger span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.solution-page.solution-menu-open .solution-fixed-burger span:nth-child(2) {
  opacity: 0;
}
.solution-page.solution-menu-open .solution-fixed-burger span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.solution-page.solution-menu-open .solution-fixed-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .container {
    margin: 0 40px;
    max-width: 1320px;
    width: calc(100% - 80px);
    min-width: 0;
    box-sizing: border-box;
  }
  .section-heading {
    font-size: 42px;
  }
  .h1 {
    font-size: 48px;
  }
  .big-text {
    font-size: 22px;
  }
  .regular-text {
    font-size: 18px;
  }
  .orange-button,
  .black-button {
    font-size: 17px;
    padding: 18px 24px;
  }
  header {
    padding: 16px 0;
  }
  header nav {
    gap: 18px;
  }
  header nav .nav-item {
    font-size: 15px;
    padding: 4px 0;
  }
  header .header-menu-panel {
    gap: 20px;
  }
  header .header-buttons {
    gap: 18px;
  }
  .begu {
    margin: 0 40px;
    width: calc(100% - 80px);
    min-width: 0;
    box-sizing: border-box;
  }
  .how-viz {
    margin: 10px 40px;
    max-width: 1320px;
    width: calc(100% - 80px);
    min-width: 0;
    box-sizing: border-box;
  }
  .how-viz .wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .how-viz .about-wrapper {
    flex-direction: row;
    align-items: stretch;
    gap: 16px;
  }
  .hero .container {
    padding: 160px 0 40px;
  }
  .hero .btm-info {
    margin-top: 64px;
  }
  .hero .procents .top p span {
    font-size: 64px;
  }
  .hero.how-hero .container {
    padding-bottom: 100px;
  }
  .about .wrapper {
    flex-direction: row;
    align-items: flex-end;
    gap: 72px;
  }
  .about .about-l {
    max-width: min(560px, 52%);
  }
  .about .about-r {
    flex: 1;
    min-width: 0;
  }
  .why .container {
    flex-direction: row;
    align-items: flex-start;
    gap: 56px;
  }
  .why .bg {
    width: min(380px, 38%);
    height: auto;
    flex-shrink: 0;
  }
  .tasks .container {
    padding: 72px 0;
  }
  .tasks .wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .for-who .wrapper {
    flex-direction: row;
    align-items: flex-start;
    gap: 28px;
  }
  .for-who .for-l {
    max-width: min(560px, 52%);
  }
  .how-data .wrapper {
    gap: 16px;
  }
  .brashure .container {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
  .modules .tabs-item {
    padding: 44px 40px;
  }
  .modules .tabs-item svg {
    top: 40px;
    right: 40px;
    max-width: 52px;
    height: auto;
  }
  .modules .bg {
    margin-top: 48px;
    margin-bottom: 80px;
  }
  .plusses .plusses-wrapper {
    flex-direction: row;
    align-items: stretch;
    gap: 16px;
  }
  .plusses .plusses-l {
    max-width: 400px;
    gap: 16px;
  }
  .plusses .plusses-r {
    min-width: 0;
  }
  .key-num .item .big-text,
  .key-num .item .line-text {
    font-size: 60px;
  }
  .how-work .section-heading {
    font-size: 44px;
    margin-bottom: 36px;
  }
  .how-work .timeline {
    min-width: 1280px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
    padding-bottom: 8px;
  }
  .how-work .video-preview {
    height: 340px;
  }
  .dop .wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
  .vned .wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .form .container {
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
  }
  .form .form-l {
    max-width: 650px;
    flex-shrink: 0;
  }
  footer.footer .footer-top {
    grid-template-columns: minmax(120px, 160px) repeat(3, minmax(0, 1fr));
    gap: 24px 20px;
  }
  footer.footer .footer-bottom {
    gap: 32px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .team .heading {
    flex-direction: row;
    align-items: flex-end;
    gap: 32px;
  }
  .team .heading .desc {
    max-width: min(720px, 58%);
  }
  .unic .section-hading-block {
    gap: 24px;
  }
}
.text-img .container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.text-img .info {
  max-width: 620px;
  width: 100%;
}
.text-img .section-heading {
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 36px;
}
.text-img .desc {
  margin-top: 40px;
}

.solution-scale {
  padding: 100px 0;
  background: #0d0d0d;
}
.solution-scale .task-s-sub-text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f47920;
  margin-bottom: 16px;
}
.solution-scale .section-heading {
  font-weight: 300;
  font-size: 56px;
  line-height: 110%;
  color: #f8f9fc;
  max-width: 1140px;
  margin-bottom: 24px;
}
.solution-scale .regular-text {
  color: rgba(248, 249, 252, 0.82);
  max-width: 1200px;
  margin-bottom: 20px;
}
.solution-scale .solution-scale-visual {
  margin: 34px 0 44px;
}
.solution-scale .solution-scale-visual img {
  display: block;
  width: 100%;
  border-radius: 6px;
}
.solution-scale .solution-scale-subheading {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 115%;
  color: #f8f9fc;
  max-width: 980px;
  margin-bottom: 20px;
}

.task-2 {
  padding: 100px 0;
}
.task-2 .regular-text {
  margin-bottom: 20px;
}
.task-2 .section-heading {
  margin-bottom: 20px;
  font-weight: 300;
}
.task-2 .line-list li::before {
  flex-shrink: 0;
}
.task-2 .line-list {
  margin-bottom: 60px;
}
.task-2 .grid-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 60px;
}
.task-2 .grid-block .grid-row {
  background: #f4f4f4;
  padding-left: 20px;
  display: flex;
  align-items: center;
  gap: 55px;
}
.task-2 .grid-block .grid-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
  width: 260px;
}
.task-2 .grid-block .grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 700px;
}
.task-2 .grid-block .grid-wrapper .item {
  padding: 22px 15px;
  border-radius: 10px;
  background: #f47920;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.task-2 .grid-block .grid-wrapper .item .heading {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #fff;
}
.task-2 .grid-block .grid-wrapper .item .text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #fff;
}

.solution-2 {
  background: rgba(244, 121, 32, 0.15);
  padding-top: 60px;
}
.solution-2 .item .heading {
  margin-bottom: 10px;
}
.solution-2 .item .text {
  margin-bottom: 4px;
}
.solution-2 .wrapper-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 120%;
  color: #141618;
  margin: 20px 0;
}

.task-3 {
  padding-top: 95px;
  padding-bottom: 60px;
}
.task-3 .heading-container {
  margin-bottom: 60px;
}
.task-3 .section-heading {
  font-weight: 300;
  margin-bottom: 50px;
}
.task-3 .wrapper-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 120%;
  color: #141618;
  margin-bottom: 20px;
}
.task-3 .wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.task-3 .wrapper .item {
  flex: 1;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  padding: 60px 20px;
}
.task-3 .wrapper .item .heading {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
  margin-bottom: 10px;
}
.task-3 .wrapper .item .text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #141618;
}
.task-3 .why-container {
  margin-bottom: 60px;
}
.task-3 .line-list {
  margin-bottom: 20px;
}

.solution-3 {
  background: rgba(244, 121, 32, 0.15);
  padding-bottom: 60px;
}
.solution-3 .section-heading {
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 20px;
}
.solution-3 .regular-text {
  margin-top: 20px;
}

.res {
  padding-top: 60px;
}
.res .section-heading {
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 20px;
}
.res .wrapper .item.big.orange {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 20px;
  background: #f47920;
  grid-column: span 2;
}
.res .wrapper .item.big.orange .text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
}
.res .wrapper .item.big.orange .text span {
  font-weight: 400;
}
.res .plusses-bord .section-heading {
  margin-bottom: 20px;
  font-size: 46px;
  line-height: 120%;
}
.res .plusses-bord .regular-text {
  margin-bottom: 30px;
}

.task-4 {
  padding: 100px 0 60px;
}
.task-4 .section-heading {
  font-weight: 300;
  margin-bottom: 50px;
}
.task-4 .heading-container {
  margin-bottom: 60px;
}
.task-4 .list-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 120%;
  color: #141618;
  margin-bottom: 20px;
}
.task-4 .line-list {
  margin-bottom: 20px;
}
.task-4 .warn {
  display: flex;
  align-items: center;
  gap: 25px;
}

.solution-4 {
  background: rgba(244, 121, 32, 0.15);
  padding: 30px 0;
}
.solution-4 .section-heading {
  margin-bottom: 20px;
}

.help {
  background: none;
}
.help.mt0 {
  margin-top: 0;
  padding-top: 0;
}
.help .wrapper-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #141618;
  margin-bottom: 20px;
}
.help .regular-text {
  margin-bottom: 20px;
}

.smart-can {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  margin-top: 20px;
}
.smart-can .text {
  position: relative;
  z-index: 2;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
}
.smart-can .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.solution-work {
  padding: 100px 0;
}
.solution-work .section-heading {
  font-weight: 300;
  margin-bottom: 50px;
}
.solution-work .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.solution-work .item {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 20px;
  background: #fbfdff;
}
.solution-work .item .icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}

@media (max-width: 1199px) {
  h1:not(.section-heading),
  h2:not(.section-heading),
  h3:not(.section-heading),
  h4:not(.section-heading),
  h5:not(.section-heading),
  h6:not(.section-heading) {
    font-size: 92% !important;
  }
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .section-heading {
    font-size: 38px;
    line-height: 115%;
  }
  .h1 {
    font-size: 32px;
  }
  .solution-scale {
    padding: 44px 0;
  }
  .solution-scale .section-heading {
    font-size: 36px;
    line-height: 115%;
  }
  .solution-scale .solution-scale-subheading {
    font-size: 30px;
    line-height: 115%;
  }
  .solution-scale .solution-scale-visual {
    margin: 24px 0 28px;
  }
  .regular-text {
    font-size: 16px;
  }
  .big-text {
    font-size: 18px;
  }
  .orange-button,
  .black-button {
    width: 100%;
    text-align: center;
    padding: 16px 20px;
    font-size: 16px;
  }
  header {
    position: relative;
    z-index: 10;
    padding: 14px 0;
  }
  header .container {
    flex-wrap: nowrap;
    gap: 12px;
  }
  header .header-logo {
    max-width: 104px;
    z-index: 2;
  }
  header .burger-button {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #f4f4f4;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    margin-left: auto;
    cursor: pointer;
    z-index: 2;
  }
  header .burger-button span {
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #141618;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  header .header-menu-panel {
    position: absolute;
    top: calc(100% + 6px);
    left: 20px;
    right: 20px;
    border-radius: 12px;
    background: #fbfdff;
    border: 1px solid #eaeaea;
    box-shadow: 0 10px 30px rgba(20, 22, 24, 0.15);
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  }
  header .header-menu-panel nav#header-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  header .header-menu-panel nav#header-nav .nav-item {
    display: block;
    padding: 12px 8px;
    font-size: 15px;
  }
  header .header-menu-panel .header-buttons {
    display: flex;
    width: 100%;
    margin: 4px 0 0;
    gap: 8px;
    flex-wrap: wrap;
  }
  header .header-menu-panel .header-buttons .mail {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 4px);
    border-radius: 8px;
    background: #f4f4f4;
    padding: 8px;
  }
  header .header-menu-panel .header-buttons .orange-button {
    width: 100%;
    margin-top: 2px;
  }
  header.menu-open .burger-button span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  header.menu-open .burger-button span:nth-child(2) {
    opacity: 0;
  }
  header.menu-open .burger-button span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  header.menu-open .header-menu-panel {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    visibility: visible;
  }
  header nav#header-nav {
    display: none;
  }
  header .header-buttons {
    display: none;
  }
  .hero .container {
    padding: 80px 20px 20px;
  }
  .hero .buttons {
    flex-direction: column;
    gap: 10px;
  }
  .hero .btm-info {
    margin-top: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .hero .procents .top p span {
    font-size: 48px;
  }
  .hero .dop-info {
    text-align: left;
  }
  .hero.how-hero .container {
    padding-bottom: 16px;
  }
  .hero.how-hero p {
    font-size: 16px;
    max-width: none;
  }
  .how-viz {
    margin: 0 0 0;
    border-radius: 16px;
  }
  .how-viz .container {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .how-viz .section-heading {
    font-size: 30px;
    margin-bottom: 14px;
  }
  .how-viz .sub-heading {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .how-viz .wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .how-viz .item {
    padding: 16px;
  }
  .how-viz .item .num {
    margin-bottom: 16px;
  }
  .how-viz .item .heading {
    font-size: 16px;
  }
  .how-viz .item .text {
    font-size: 15px;
    margin-top: 8px;
  }
  .how-viz .about-wrapper {
    flex-direction: column;
    gap: 12px;
  }
  .how-viz .about-wrapper .item {
    padding: 16px 16px 0;
  }
  .how-viz .about-wrapper .item .heading {
    font-size: 16px;
  }
  .how-viz .about-wrapper .item .text {
    font-size: 15px;
  }
  .how-viz .about-wrapper .item .item-bg {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
  }
  .how-viz .section-desc.w100p {
    gap: 16px;
    margin-bottom: 16px;
  }
  .how-data .section-heading {
    margin-bottom: 24px;
  }
  .how-data .section-desc {
    margin-bottom: 24px;
  }
  .how-data .list-heading {
    margin-bottom: 12px;
  }
  .how-data .list {
    margin-top: 12px;
    gap: 10px;
  }
  .how-data .list li {
    font-size: 16px;
    gap: 12px;
  }
  .how-data .list li::before {
    width: 24px;
  }
  .how-data .wrapper {
    margin-top: 28px;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .how-data .wrapper .item {
    padding: 16px;
  }
  .how-data .wrapper .item .hading {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .how-data .wrapper .item .desc {
    font-size: 15px;
  }
  .how-data .wrapper .item ul li {
    font-size: 15px;
  }
  .begu {
    padding: 42px 0;
  }
  .begu::after, .begu::before {
    width: 80px;
  }
  .about,
  .why,
  .tasks .container,
  .for-who,
  .how-data,
  .what-under,
  .key-num,
  .modules,
  .plusses,
  .keyses,
  .how-work,
  .learn,
  .unic,
  .why-need,
  .team,
  .case-recommend,
  .buisness,
  .about-podhod,
  .dop,
  .vned,
  .faq,
  .form {
    margin-top: 0;
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .about .wrapper,
  .why .container,
  .for-who .wrapper,
  .brashure .container,
  .modules .heading,
  .modules .tabs-item .wrapper,
  .plusses .plusses-wrapper,
  .form .container {
    flex-direction: column;
    gap: 16px;
  }
  .keyses .wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .modules .tabs-item .wrapper.wrapper-kvi {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .modules .tabs-item .wrapper.wrapper-kvi .wrapper-item:nth-child(1),
  .modules .tabs-item .wrapper.wrapper-kvi .wrapper-item:nth-child(2),
  .modules .tabs-item .wrapper.wrapper-kvi .wrapper-item:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
  }
  .why .bg,
  .for-who .bg,
  .brashure .bg,
  .plusses .plusses-r .plusses-item .bg {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .why .wrapper .item {
    padding-right: 0;
  }
  .tasks .wrapper,
  .dop .wrapper,
  .vned .wrapper,
  footer.footer .footer-top {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .tasks .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .key-num .line {
    flex-direction: column;
  }
  .key-num .item .big-text,
  .key-num .item .line-text {
    font-size: 40px;
  }
  .modules .bg {
    margin-top: 16px;
    margin-bottom: 24px;
  }
  .modules .tabs-item {
    padding: 16px;
    border-radius: 16px;
  }
  .modules .tabs-item svg {
    display: none;
  }
  .modules .tabs-item .wrapper-l,
  .modules .tabs-item .wrapper-r {
    max-width: 100%;
  }
  .plusses .plusses-l {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
  .plusses .plusses-l .plusses-item:last-child {
    grid-column: auto;
  }
  .plusses .plusses-r .plusses-item {
    flex-direction: column;
  }
  .how-work .section-heading {
    font-size: 30px;
    margin-bottom: 18px;
  }
  .how-work .timeline {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .how-work .timeline .line,
  .how-work .timeline .dot {
    display: none;
  }
  .how-work .timeline .item,
  .how-work .timeline .item.top,
  .how-work .timeline .item.btm {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    min-height: auto;
    padding: 12px;
  }
  .how-work .timeline .item .text {
    font-size: 16px;
  }
  .how-work .video-preview {
    height: 180px;
    margin-top: 20px;
  }
  .how-work .wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .how-work .wrapper .item {
    align-items: flex-start;
  }
  .how-work .wrapper .item .icon {
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
  .how-work .wrapper .item .text {
    font-size: 16px;
  }
  .how-work .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .modules .tabs-wrapper {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
    padding-bottom: 6px;
    margin-right: -20px;
    padding-right: 20px;
  }
  .modules .tabs-wrapper .item {
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 15px;
    padding: 10px 12px;
  }
  .modules .tabs-item .section-heading {
    font-size: 24px;
    padding-right: 0;
  }
  .modules .tabs-item .wrapper {
    flex-direction: column;
    gap: 12px;
  }
  .modules .tabs-item .wrapper-item .text {
    font-size: 15px;
  }
  .vned > .container > .heading {
    flex-direction: column;
  }
  .form .form-r form {
    padding: 16px;
  }
  .form .form-r .inputs textarea {
    min-height: 120px;
  }
  .form .form-r .inputs input,
  .form .form-r .inputs select,
  .form .form-r .inputs textarea,
  .form .form-r .inputs section {
    font-size: 14px;
    line-height: 1.2;
  }
  .form .form-r .inputs section option {
    font-size: 14px;
  }
  footer.footer {
    padding: 44px 0 20px;
  }
  footer.footer .footer-top {
    gap: 24px;
  }
  footer.footer .footer-bottom {
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
  .learn .section-heading {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .what-under {
    border-radius: 20px;
  }
  .what-under .section-desc {
    margin: 24px 0;
  }
  .what-under .wrapper {
    margin-top: 28px;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .what-under .wrapper .item {
    padding: 16px;
  }
  .what-under .wrapper .item .hading {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .what-under .wrapper .item .desc {
    font-size: 15px;
  }
  .what-under .wrapper .item ul li {
    font-size: 15px;
  }
  .unic .section-hading-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .unic .section-hading-block .buttons {
    align-self: flex-end;
  }
  .unic .unic-slider {
    margin-top: 24px;
  }
  .unic .unic-slider .swiper-slide .heading {
    font-size: 16px;
  }
  .about-podhod .section-heading {
    font-size: 30px;
    margin-bottom: 18px;
  }
  .why-need .section-heading {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .why-need .section-desc.w100p {
    margin-bottom: 14px;
  }
  .team .heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
  }
  .team .heading .info .section-heading {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .team .heading .info .desc {
    font-size: 16px;
    line-height: 130%;
    max-width: none;
  }
  .team .heading .buttons {
    align-self: flex-end;
  }
  .team-slider .swiper-slide {
    padding: 16px;
  }
  .team-slider .team-slide-top {
    gap: 14px;
    margin-bottom: 16px;
  }
  .team-slider .face {
    width: 72px;
    height: 72px;
  }
  .team-slider .fio {
    font-size: 18px;
  }
  .team-slider li {
    font-size: 15px;
  }
  .team-slider .focus {
    font-size: 15px;
  }
  .case-recommend .case-recommend__heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
  }
  .case-recommend .case-recommend__title {
    font-size: 30px;
    line-height: 115%;
  }
  .case-recommend .buttons {
    align-self: flex-end;
  }
  .case-recommend .case-testimonials-card {
    padding: 20px;
  }
  .case-recommend .case-testimonials-card__quote {
    font-size: 16px;
  }
  .case-recommend .case-testimonials-card__name {
    font-size: 18px;
  }
  .case-recommend .case-testimonials-card__role {
    font-size: 13px;
  }
  .buisness {
    overflow-x: clip;
  }
  .buisness .orange-item {
    padding: 20px;
    min-height: 200px;
  }
  .buisness .orange-item .section-heading {
    font-size: 26px;
  }
  .buisness .wrapper {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    width: 100%;
    max-width: 100%;
  }
  .buisness .item {
    padding: 16px;
    min-width: 0;
  }
  .buisness .item .heading {
    font-size: 16px;
  }
  .buisness .item .text {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .buisness .item .black-button {
    width: 100%;
    max-width: 100%;
    padding: 16px 20px;
  }
  .buisness .book {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .task-s {
    margin-top: 0;
    margin-bottom: 0;
    padding: 44px 0;
  }
  .task-s .section-heading {
    max-width: none;
    margin-bottom: 16px;
  }
  .task-s .task-h3 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .task-s .desc {
    margin-top: 24px;
    margin-bottom: 20px;
  }
  .task-s .regular-text {
    margin-bottom: 14px;
  }
  .line-list {
    gap: 10px;
    margin-top: 14px;
  }
  .line-list li {
    font-size: 16px;
    gap: 12px;
    align-items: flex-start;
  }
  .line-list li::before {
    width: 24px;
    margin-top: 10px;
  }
  .section-desc-row {
    flex-direction: column;
    gap: 14px;
  }
  .section-desc {
    gap: 14px;
    margin-bottom: 20px;
  }
  .solution {
    padding: 24px 0;
  }
  .solution .heading {
    font-size: 28px;
  }
  .solution .text {
    font-size: 16px;
    margin-top: 12px;
  }
  .text-img {
    padding: 44px 0;
  }
  .text-img .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .text-img .info {
    max-width: none;
  }
  .text-img .section-heading {
    font-size: 28px;
    margin-bottom: 14px;
  }
  .text-img .desc {
    margin-top: 20px;
  }
  .text-img img {
    width: 100%;
    height: auto;
    border-radius: 14px;
  }
  .task-2 {
    padding: 44px 0;
  }
  .task-2 .line-list {
    margin-bottom: 24px;
  }
  .task-2 .grid-block {
    margin-bottom: 24px;
    gap: 12px;
  }
  .task-2 .grid-block .grid-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
    border-radius: 10px;
  }
  .task-2 .grid-block .grid-heading {
    width: 100%;
    font-size: 16px;
  }
  .task-2 .grid-block .grid-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .task-2 .grid-block .grid-wrapper .empty {
    display: none;
  }
  .task-2 .grid-block .grid-wrapper .item {
    padding: 14px 12px;
  }
  .task-2 .grid-block .grid-wrapper .item .heading {
    font-size: 15px;
  }
  .task-2 .grid-block .grid-wrapper .item .text {
    font-size: 16px;
  }
  .solution-2 {
    padding-top: 44px;
  }
  .solution-2 .wrapper-heading {
    font-size: 24px;
    margin: 14px 0;
  }
  .task-3 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .task-3 .heading-container,
  .task-3 .why-container {
    margin-bottom: 24px;
  }
  .task-3 .section-heading {
    margin-bottom: 20px;
  }
  .task-3 .wrapper-heading {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .task-3 .wrapper {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 14px;
  }
  .task-3 .wrapper .item {
    padding: 16px;
  }
  .solution-3 {
    padding-bottom: 44px;
  }
  .solution-3 .section-heading {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .solution-3 .regular-text {
    margin-top: 12px;
  }
  .res {
    padding-top: 44px;
  }
  .res .section-heading {
    font-size: 28px;
    margin-bottom: 14px;
  }
  .res .wrapper .item.big.orange {
    grid-column: auto;
  }
  .res .plusses-bord .section-heading {
    font-size: 30px;
    margin-bottom: 14px;
  }
  .task-4 {
    padding: 44px 0;
  }
  .task-4 .heading-container {
    margin-bottom: 24px;
  }
  .task-4 .section-heading {
    margin-bottom: 20px;
  }
  .task-4 .list-heading {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .task-4 .warn {
    gap: 12px;
    align-items: flex-start;
  }
  .solution-4 {
    padding: 24px 0;
  }
  .solution-4 .section-heading {
    margin-bottom: 12px;
  }
  .help .wrapper-heading {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .smart-can {
    border-radius: 14px;
    padding: 16px;
  }
  .smart-can .text {
    font-size: 16px;
    line-height: 130%;
  }
  .solution-work {
    padding: 44px 0;
  }
  .solution-work .section-heading {
    margin-bottom: 20px;
  }
  .solution-work .wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 20px;
  }
  .solution-work .item {
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
  }
  .solution-work .item .icon {
    width: 40px;
    height: 40px;
  }
  .solution-page .solution-fixed-burger {
    top: auto;
    left: 16px;
    bottom: 16px;
    width: 44px;
    height: 44px;
    border-radius: 8px;
  }
  .solution-page .solution-fixed-burger span {
    width: 18px;
  }
  .solution-page .solution-fixed-menu {
    top: auto;
    left: 12px;
    bottom: 68px;
    width: calc(100vw - 24px);
    padding: 20px 18px;
    border-radius: 10px;
  }
  .solution-page .solution-fixed-menu .title {
    margin-bottom: 18px;
  }
  .solution-page .solution-fixed-menu .links {
    gap: 14px;
  }
  .solution-page .solution-fixed-menu .links a {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .section-heading {
    font-size: 32px;
  }
  .h1 {
    font-size: 27px;
  }
  .hero .procents .top p span {
    font-size: 38px;
  }
  .for-who .for-l .items-wrapper .item p,
  .tasks .wrapper .item .heading,
  .plusses .plusses-item .heading,
  .vned .item .heading,
  .faq .faq-question span {
    font-size: 16px;
  }
  .header .burger-button,
  header .burger-button {
    width: 36px;
    height: 36px;
  }
  .form .form-r .inputs input,
  .form .form-r .inputs select,
  .form .form-r .inputs textarea,
  .form .form-r .inputs section {
    font-size: 16px;
    padding: 12px 14px;
  }
  .form .form-r .inputs section option {
    font-size: 14px;
  }
}

/* --- Страница одиночного кейса (разметка keys-page.html) --- */
.regular-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.regular-list li {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  color: #141618;
}
.regular-list li span {
  font-weight: 400;
}

.gray-bg {
  background: #f4f4f4;
  padding: 100px 0;
}

main.keyses .task-s,
.keyses.case-single .task-s {
  margin-bottom: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.keyses.case-single .section-desc {
  margin-bottom: 10px;
}

.keyses.case-single .task-s .desc {
  margin-top: 0;
}

.keyses.case-single .orange-items {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.keyses.case-single .orange-items .l {
  flex: 1;
  min-width: min(100%, 280px);
}
.keyses.case-single .orange-items .l:only-child {
  flex: 1 1 100%;
}
.keyses.case-single .orange-items .item {
  border-radius: 10px;
  padding: 20px;
  background: #f47920;
  width: 100%;
  max-width: 387px;
  box-sizing: border-box;
}
.keyses.case-single .orange-items .item.item--green {
  background: #2e7d32;
}
.keyses.case-single .orange-items .item-heading {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #fbfdff;
  font-family: "Manrope", sans-serif;
}
.keyses.case-single .orange-items .item-heading p {
  margin: 0 0 0.5em;
}
.keyses.case-single .orange-items .item-heading p:last-child {
  margin-bottom: 0;
}
.keyses.case-single .orange-items .text {
  font-weight: 300;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 120%;
  color: #fbfdff;
}
.keyses.case-single .orange-items .text span {
  font-weight: 400;
}

.keyses.case-single .solution .wrapper.orange-items {
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.keyses.case-single .solution .wrapper.orange-items .item {
  width: 100%;
  max-width: 387px;
}

.rev {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #141618;
  margin-bottom: 10px;
}

.rev-fio {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #141618;
}

.hero.how-hero .case-breadcrumbs {
  margin-bottom: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
}
.hero.how-hero .case-breadcrumbs a {
  color: #141618;
  text-decoration: none;
}
.hero.how-hero .case-breadcrumbs a:hover {
  text-decoration: underline;
}
.hero.how-hero .case-breadcrumbs__sep {
  margin: 0 6px;
  color: rgba(20, 22, 24, 0.45);
}
.hero.how-hero .case-breadcrumbs__current {
  color: rgba(20, 22, 24, 0.65);
}

.task-s h3.heading {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 120%;
  color: #141618;
  margin-top: 36px;
  margin-bottom: 16px;
}
.task-s h3.heading:first-child {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .gray-bg {
    padding: 44px 0;
  }
  .keyses.case-single .orange-items {
    flex-direction: column;
  }
  .keyses.case-single .orange-items .item {
    max-width: none;
  }
  .keyses.case-single .solution .wrapper.orange-items .item {
    max-width: none;
  }
}

/* Страница 404 */
.b-404 {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: 600px;
}
.b-404__bg {
  position: absolute;
  inset: 0;
  background: transparent center right / cover no-repeat;
  z-index: 0;
}
.b-404__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(248, 249, 252, 0.98) 0%,
    rgba(248, 249, 252, 0.9) 38%,
    rgba(248, 249, 252, 0.3) 65%,
    rgba(248, 249, 252, 0) 100%
  );
}
.b-404__inner {
  position: relative;
  z-index: 1;
  max-width: 520px;
  padding: 80px 0;
}
.b-404__code {
  font-size: clamp(96px, 14vw, 180px);
  font-weight: 700;
  line-height: 0.9;
  color: #141618;
  margin: 0 0 24px;
  font-family: inherit;
}
.b-404__code span {
  color: #f47920;
}
.b-404__title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 600;
  color: #141618;
  margin: 0 0 12px;
  line-height: 1.25;
}
.b-404__text {
  font-size: 17px;
  color: #627081;
  margin: 0 0 36px;
  line-height: 1.6;
}
.b-404__btn {
  display: inline-block;
  padding: 14px 36px;
  background: #f47920;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  transition: background 0.2s ease;
}
.b-404__btn:hover {
  background: #d9650e;
  color: #fff;
}
@media (max-width: 768px) {
  .b-404__bg {
    background-position: 80% center;
  }
  .b-404__bg::after {
    background: linear-gradient(
      to right,
      rgba(248, 249, 252, 0.97) 0%,
      rgba(248, 249, 252, 0.88) 60%,
      rgba(248, 249, 252, 0.5) 100%
    );
  }
}

/*# sourceMappingURL=style.css.map */