.hero__portfolio {
  height: unset !important;
  min-height: unset !important;
  max-width: 1650px;
  padding-top: 0;
}.hero__portfolio:after {
  display: none;
}.hero-service__portfolio {
  line-height: 134%;
  font-size: 31px;
}.hero-service__portfolio .section-title span {
  text-decoration-thickness: 3px;
  text-underline-offset: 7px;
}.hero-clients__portfolio {
  background: rgb(50 52 61 / 38%);
}.hero-card__portfolio::before {
  z-index: 0;
}.hero-card__portfolio:after {
  z-index: 1;
}.hero-card__portfolio {
  z-index: 2;
  right: 0px;
  bottom: 2px;
}.hero-service__decor--left {
  display: block;
  flex: 0 0 auto;
  width: 42px;
  height: 104px;
  position: relative;
  margin-top: 4px;
}.hero-service__decor--left {
  margin-left: 10px;
  margin-right: 6px;
}.hero-service__decor--left::before,
.hero-service__decor--left::after {
  content: "";
  position: absolute;

  width: 12px;
  height: 94%;

  background: linear-gradient(
    180deg,
    #f2b705 0%,
    #f2b705 58%,
    rgba(242, 183, 5, 0.72) 74%,
    rgba(242, 183, 5, 0.35) 88%,
    rgba(242, 183, 5, 0) 100%
  );

  transform: skew(-10deg);
  border-radius: 1px;
}.hero-service__decor--left::before {
  left: 0;
  top: 10px;
}.hero-service__decor--left::after {
  right: 5px;
  top: -12px;
}.portfolio-showcase__inner {
  position: relative;
  padding-top: 42px;
}.portfolio-showcase-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  padding: 0 40px;
}.portfolio-showcase-tabs::-webkit-scrollbar {
  display: none;
}.portfolio-showcase-tabs__button {
  flex: 0 0 auto;

  min-height: 22px;
  padding: 4px 12px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 999px;

  color: #a4a6b3;
  background: rgba(255, 255, 255, 0.035);

  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;

  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}.portfolio-showcase-tabs__button.is-active {
  color: #171b25;
  background: var(--accent-color);
}.portfolio-showcase-tabs__button.is-active {
  background-color: #f4f4f4;
  font-weight: 600;
}.portfolio-showcase__bottom {
  position: relative;
  z-index: 5;
}.portfolio-showcase {
  background: #0d101f;
  padding: 70px 0 95px;
  overflow: hidden;
}.portfolio-showcase__inner {
  max-width: 1650px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 6px;
  background: #0d101f;
  padding: 0 15px;
}.portfolio-showcase__bottom {
  background: #f8fcff;
  padding: 0 0 48px;
  display: flex;
  justify-content: center;
}.portfolio-showcase__button {
  min-width: 190px;
  height: 42px;
  padding: 0 24px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  border: 1px solid #0d101f;
  border-radius: 60px;

  color: #0d101f;
  font-size: 13px;
  font-weight: 500;

  transition: 0.2s ease;
}.portfolio-showcase__button:hover {
  background: #0d101f;
  color: #fff;
}.portfolio-showcase-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;

  padding: 0 40px;
  margin: 0;

  position: relative;
  z-index: 20;

  width: 100%;
  max-width: 100%;

  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;

  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}.portfolio-showcase-tabs::-webkit-scrollbar {
  display: none;
}.portfolio-showcase-tabs__button {
  flex: 0 0 auto;

  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;

  padding: 18px;

  position: relative;
  z-index: 1;

  border-radius: 40px 40px 0 0;
  background: transparent;

  transition: background-color 0.2s ease, color 0.2s ease, font-weight 0.2s ease;
}.portfolio-showcase-tabs__button::before,
.portfolio-showcase-tabs__button::after {
  content: "";

  height: calc(100% + 20px);
  top: 0;
  width: 38px;

  position: absolute;

  opacity: 0;
  background-color: inherit;
  z-index: -1;
  pointer-events: none;

  transition: opacity 0.2s ease;
}.portfolio-showcase-tabs__button::before {
  border-radius: 20px 0 0 0;
  right: calc(100% - 20px);
  transform: skew(-28deg);
}.portfolio-showcase-tabs__button::after {
  border-radius: 0 20px 0 0;
  left: calc(100% - 20px);
  transform: skew(28deg);
}.portfolio-showcase-tabs__button.is-active {
  background-color: #171b25;
  color: var(--accent-color);
}.portfolio-showcase-tabs__button.is-active::before,
.portfolio-showcase-tabs__button.is-active::after {
  opacity: 1;
}.portfolio-showcase {
  background: #0d101f;
  padding: 70px 0 95px;
  overflow: hidden;
}.portfolio-showcase__bottom {
  background: #f8fcff;
  padding: 0 0 48px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 5;
}.portfolio-showcase__button {
  min-width: 190px;
  height: 42px;
  padding: 0 24px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  border: 1px solid #0d101f;
  border-radius: 60px;

  color: #0d101f;
  font-size: 13px;
  font-weight: 500;

  transition: 0.2s ease;
}.portfolio-showcase__button:hover {
  background: #0d101f;
  color: #fff;
}.mock__hero {
  height: 90px;
  border-radius: 8px;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #3c4a3a, #9aa57d);
}.mock__hero.small {
  height: 60px;
}.mock__hero.dark {
  background: linear-gradient(135deg, #1a1c33, #3b2e63);
}.portfolio-showcase-tabs {
  display: flex;
  align-items: center;
  gap: 20px;

  width: 100%;
  max-width: 100%;

  overflow-x: auto;
  overflow-y: hidden;

  white-space: nowrap;
  flex-wrap: nowrap;

  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;

  touch-action: pan-x;
}.portfolio-showcase-tabs::-webkit-scrollbar {
  display: none;
}.portfolio-showcase-tabs__button {
  flex: 0 0 auto;
  white-space: nowrap;
}.steps-dev__video,
.reviews__video,
.portfolio__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}.case--dark .steps-dev__video {
  opacity: 0.35;
}.case--crypto .steps-dev__video,
.case--crypto .reviews__video,
.case--crypto .portfolio__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.16;
  z-index: 1;
  pointer-events: none;
}.case--crypto .steps-dev__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
  z-index: 1;
  pointer-events: none;
}.block__services {
  display: flex;
  gap: 20px;
  margin-top: 80px;
}.block__services2 {
  margin-top: 120px;
}.hero-service__services {
  max-width: 571px;
}.breadcrumbs__item {
  font-weight: 500;
  font-size: 16px;
  color: #797979;
}.breadcrumbs-main__item {
  color: var(--accent-color) !important;

  font-size: 16px;
}.breadcrumbs-main {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 58px;
}.service-offer {
  width: 100%;
  padding: 19px 0 0;
  margin-top: 27px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
}.service-offer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}.service-offer__prices {
  display: flex;
  align-items: center;
  gap: 34px;
  min-width: 0;
}.service-offer__price {
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #fff;
  white-space: nowrap;
  font-family: var(--unbounded-font);
}.service-offer__old-price {
  position: relative;
  font-weight: 300;
  font-size: 30px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.32);
  white-space: nowrap;
  font-family: var(--unbounded-font);
}.service-offer__old-price::after {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  top: 52%;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%);
}.service-offer__button {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  flex: 0 0 auto;

  color: #fff;
  font-weight: 500;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.2;
  white-space: nowrap;

  transition: color 0.25s ease;
}.service-offer__button-circle {
  width: 82px;
  height: 82px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
  flex: 0 0 auto;
  transition: border-color 0.25s ease;
}.service-offer__button-line {
  width: 34px;
  height: 2px;
  background: #fff;
  position: relative;
  transition: background 0.25s ease, transform 0.25s ease;
}.service-offer__button-line::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;

  width: 11px;
  height: 11px;

  border-top: 2px solid #fff;
  border-right: 2px solid #fff;

  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.25s ease;
}.service-offer__features {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}.service-offer__feature {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  color: #f8f8f8;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;
  white-space: nowrap;
}.service__img {
  margin-top: 13%;
}.landing-purpose {
  position: relative;
  overflow: hidden;
  background: #f8fcff;
  color: #0d101f;
  padding: 70px 0 90px;
}.landing-purpose::before {
  content: "";
  position: absolute;
  top: -72px;
  left: -70px;
  width: 360px;
  height: 220px;
  opacity: 0.34;
  pointer-events: none;

  background-image: linear-gradient(rgb(13 16 31 / 31%) 1px, #00000000 1px),
    linear-gradient(90deg, rgb(13 16 31 / 35%) 1px, transparent 1px);
  background-size: 28px 28px;

  transform: rotate(-24deg);
}.landing-purpose::after {
  content: "";
  position: absolute;
  top: -155px;
  right: -70px;
  width: 420px;
  height: 360px;
  opacity: 0.34;
  pointer-events: none;
  background-image: linear-gradient(rgb(13 16 31 / 35%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(13 16 31 / 37%) 1px, transparent 1px);
  background-size: 30px 30px;

  transform: rotate(28deg);
}.landing-purpose__inner {
  position: relative;
  z-index: 2;
}.landing-purpose__head {
  margin-bottom: 100px;
}.landing-purpose__title {
  max-width: 780px;
  margin: 0;

  font-family: var(--unbounded-font, inherit);
  font-weight: 700;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #0d101f;
}.landing-purpose__title span {
  position: relative;
  display: inline-block;
  color: var(--accent-color, #f2b705);
  text-transform: uppercase;
}.landing-purpose__title span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 8px;

  background-image: url("data:image/svg+xml,%3Csvg width='120' height='8' viewBox='0 0 120 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4 C 5 0, 10 0, 15 4 S 25 8, 30 4 S 40 0, 45 4 S 55 8, 60 4 S 70 0, 75 4 S 85 8, 90 4 S 100 0, 105 4 S 115 8, 120 4' fill='none' stroke='%23f2b705' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 60px 8px;
  pointer-events: none;
}.landing-purpose__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(38px, 7vw, 120px);
}.landing-purpose__item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 16px;
}.landing-purpose__number {
  padding-top: 2px;

  color: #797979;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}.landing-purpose__item-title {
  margin: 0 0 14px;

  color: #0d101f;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25;
}.landing-purpose__text {
  max-width: 285px;
  margin: 0;

  color: #797979;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}.portfolio-service {
  padding-top: 90px;
  padding-bottom: 146px;
}.landing-pricing {
  background: #0d101f;
  color: #fff;
  padding: 110px 0 0px;
  overflow: hidden;
}.landing-pricing__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
  align-items: flex-start;
  gap: 72px;
}.landing-pricing__content {
  position: relative;
  min-width: 0;
}.landing-pricing__decor {
  width: 260px;
  height: 112px;
  margin-bottom: 34px;

  position: relative;
  border-radius: 999px;

  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02)), #1a2030;

  box-shadow: inset 0 6px 14px rgba(255, 255, 255, 0.1), inset 0 -14px 25px rgba(0, 0, 0, 0.55),
    0 24px 42px rgba(0, 0, 0, 0.35);

  transform: rotate(-10deg);
}.landing-pricing__decor::before {
  content: "";
  position: absolute;
  inset: 18px 42px 22px 26px;

  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.12);

  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 8px 20px rgba(255, 255, 255, 0.08);
}.landing-pricing__decor span {
  position: absolute;
  top: 10px;
  right: 42px;

  width: 92px;
  height: 92px;
  border-radius: 50%;

  background: radial-gradient(circle at 35% 28%, #f2c94c 0 12%, #d79b00 42%, #6f4300 100%);

  box-shadow: inset 0 6px 12px rgba(255, 255, 255, 0.3), inset 0 -10px 18px rgba(0, 0, 0, 0.35),
    0 10px 24px rgba(0, 0, 0, 0.55);
}.landing-pricing__title {
  margin: 0 0 34px;

  font-family: var(--unbounded-font, inherit);
  font-weight: 700;
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: #fff;
}.landing-pricing__title span {
  position: relative;
  display: inline-block;

  color: var(--accent-color, #f2b705);
}.landing-pricing__title span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 8px;

  background-image: url("data:image/svg+xml,%3Csvg width='120' height='8' viewBox='0 0 120 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4 C 5 0, 10 0, 15 4 S 25 8, 30 4 S 40 0, 45 4 S 55 8, 60 4 S 70 0, 75 4 S 85 8, 90 4 S 100 0, 105 4 S 115 8, 120 4' fill='none' stroke='%23f2b705' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 60px 8px;
}.landing-pricing__text {
  max-width: 650px;

  color: #797979;
  font-size: 18px;
  line-height: 1.55;
}.landing-pricing__text p + p {
  margin-top: 30px;
}.pricing-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 34px;
}.pricing-card {
  min-height: 560px;
  padding: 30px 41px;

  display: flex;
  flex-direction: column;

  border-radius: 18px;
  overflow: hidden;
}.pricing-card--basic {
  background: #f8fcff;
  color: #0d101f;
}.pricing-card--premium {
  background: var(--accent-color, #f2b705);
  color: #0d101f;
}.pricing-card__head {
  text-align: center;
  margin-bottom: 29px;
}.pricing-card__name {
  margin: 0 0 18px;

  font-family: var(--unbounded-font, inherit);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(13, 16, 31, 0.5);
}.pricing-card--premium .pricing-card__name {
  color: #0d101f;
}.pricing-card__price {
  font-weight: bolder;
  font-size: 40px;
  line-height: 1;
  color: #0d101f;
  font-family: var(--unbounded-font, inherit);
}.pricing-card--premium .pricing-card__price {
  color: #fff;
}.pricing-card__list {
  display: grid;
  gap: 22px;
  margin-bottom: 34px;
}.pricing-card__list li {
  position: relative;
  padding-left: 30px;

  color: #797979;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.45;
}.pricing-card--premium .pricing-card__list li {
  color: #0d101f;
  font-weight: 600;
}.pricing-card__list li img {
  width: 22px;
}.pricing-card__button {
  margin-top: auto;

  padding: 18px 24px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  border-radius: 8px;

  background: var(--accent-color, #f2b705);
  color: #0d101f;

  font-weight: 600;
  font-size: 17px;
  line-height: 1;

  transition: 0.25s ease;
}.pricing-card--premium .pricing-card__button {
  background: #0d101f;
  color: #fff;
}.pricing-card__button span {
  transition: transform 0.25s ease;
}.pricing-card__list {
  display: grid;
  gap: 0 !important;
  margin-bottom: 34px;
}.pricing-card__list li {
  position: relative;
  display: flex;
  gap: 10px;
  padding: 0 0 18px 0px;
  margin-bottom: 18px;
}.pricing-card__list li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 0;
  bottom: 0;

  height: 1px;
  background: rgba(13, 16, 31, 0.12);
}.pricing-card--basic .pricing-card__list li:not(:last-child)::after {
  background: rgba(13, 16, 31, 0.12);
}.pricing-card--premium .pricing-card__list li:not(:last-child)::after {
  background: rgba(13, 16, 31, 0.24);
}.pricing-card__list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}.pricing-card__list li::before {
  top: 1px;
}.landing__decor {
  width: 298px;
  height: 159px;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}.landing__decor {
  object-fit: cover;
}.proud-projects {
  background: #0d101f;
  color: #fff;
  padding: 0px 0 96px;
  overflow: hidden;
}.proud-projects__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 44px;
  margin-bottom: 70px;
}.proud-projects__all {
  display: inline-flex;
  align-items: center;
  gap: 28px;

  color: #c8cbd5;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;

  width: fit-content;
  transition: 0.25s ease;
}.proud-projects__all-circle {
  width: 104px;
  height: 104px;
  border: 2px solid #fff;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
  flex: 0 0 auto;
  transition: 0.25s ease;
}.proud-projects__all-circle::before {
  content: "";
  width: 48px;
  height: 2px;
  background: #fff;

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-20%, -50%);

  transition: 0.25s ease;
}.proud-projects__all-circle span {
  width: 13px;
  height: 13px;

  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;

  transform: rotate(45deg) translate(-5px, -5px);
  transition: 0.25s ease;
}.proud-projects__all:hover {
  color: var(--accent-color, #f2b705);
}.proud-projects__all:hover .proud-projects__all-circle {
  border-color: var(--accent-color, #f2b705);
}.proud-projects__all:hover .proud-projects__all-circle::before {
  background: var(--accent-color, #f2b705);
  transform: translate(-30%, -50%);
}.proud-projects__all:hover .proud-projects__all-circle span {
  border-color: var(--accent-color, #f2b705);
}.proud-projects__title {
  margin: 0;

  font-family: var(--unbounded-font, inherit);
  font-size: clamp(34px, 4.2vw, 62px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.04em;
  text-align: right;

  color: #fff;
}.proud-projects__title span {
  position: relative;
  display: inline-block;
  color: var(--accent-color, #f2b705);
}.proud-projects__title span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 9px;

  background-image: url("data:image/svg+xml,%3Csvg width='120' height='8' viewBox='0 0 120 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4 C 5 0, 10 0, 15 4 S 25 8, 30 4 S 40 0, 45 4 S 55 8, 60 4 S 70 0, 75 4 S 85 8, 90 4 S 100 0, 105 4 S 115 8, 120 4' fill='none' stroke='%23f2b705' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 60px 8px;
}.proud-projects__grid {
  display: grid;
  grid-template-columns: 0.88fr 1.32fr 0.88fr;
  align-items: end;
  gap: 50px;
}.proud-project {
  min-width: 0;
}.proud-project--big {
  
}.proud-project__image {
  display: block;
  overflow: hidden;
  background: #171b29;

  height: 335px;
  margin-bottom: 30px;

  transition: 0.35s ease;
}.proud-project--big .proud-project__image {
  height: 465px;
}.proud-project__image img {
  width: 100%;
  height: 100%;

  display: block;
  object-fit: fill;
  object-position: center;

  transition: 0.45s ease;
}.proud-project__image--left {
  border-radius: 0px 80px 0px 80px;
}.proud-project__image--center {
  border-radius: 80px 0 90px 0;
}.proud-project__image--right {
  border-radius: 0px 80px 0px 80px;
}.proud-project__name {
  min-height: 50px;
  margin: 0;
  padding: 0 0 24px;

  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;

  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}.proud-project__image:hover img {
  transform: scale(1.055);
}.proud-project__image:hover {
  filter: brightness(1.06);
}.portfolio__link {
  translate: 0 0;
  white-space: nowrap;
}.portfolio__link .circle-link__icon {
  transform: scaleX(-1);
}.hero-service__project {
  margin-bottom: 0 !important;
}.landing-faq {
  position: relative;
  overflow: hidden;
  background: #121729;
  color: #fff;
  padding: 120px 0 100px;
  isolation: isolate;
}.landing-faq__wave {
  position: absolute;
  left: -8%;
  right: -8%;
  top: -82px;
  height: 210px;
  z-index: 0;
  pointer-events: none;

  background: #0d101f;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  transform: rotate(2.5deg);
}.landing-faq__grid-bg {
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -80px;
  height: 520px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.45;

  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.18) 1px, transparent 1.5px),
    linear-gradient(115deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px),
    linear-gradient(65deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px);

  background-size: 34px 34px, 48px 48px, 48px 48px;
  transform: perspective(760px) rotateX(62deg) translateY(120px) scale(1.25);
  transform-origin: center bottom;

  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.18) 18%, #000 45%, #000 100%);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.18) 18%, #000 45%, #000 100%);
}.landing-faq__inner {
  position: relative;
  z-index: 2;

  max-width: 870px;
  margin: 0 auto;
}.landing-faq__title {
  margin: 0 0 54px;

  font-family: var(--unbounded-font, inherit);
  font-weight: 700;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.15;
  letter-spacing: -0.04em;

  color: #fff;
}.landing-faq__title span {
  position: relative;
  display: inline-block;
  color: var(--accent-color, #f2b705);
}.landing-faq__title span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 8px;

  background-image: url("data:image/svg+xml,%3Csvg width='120' height='8' viewBox='0 0 120 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4 C 5 0, 10 0, 15 4 S 25 8, 30 4 S 40 0, 45 4 S 55 8, 60 4 S 70 0, 75 4 S 85 8, 90 4 S 100 0, 105 4 S 115 8, 120 4' fill='none' stroke='%23f2b705' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 60px 8px;
}.landing-faq__accordion {
  display: grid;
  gap: 24px;
}.landing-faq__item {
  overflow: hidden;
  border-radius: 10px;
  background: rgba(8, 10, 22, 0.86);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}.landing-faq__button {
  width: 100%;
  min-height: 74px;
  padding: 0 34px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;

  text-align: left;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.35;

  transition: color 0.25s ease;
}.landing-faq__item.is-active .landing-faq__button {
  color: var(--accent-color, #f2b705);
}.landing-faq__arrow {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  position: relative;
}.landing-faq__arrow::before,
.landing-faq__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9px;
  height: 1.5px;
  background: var(--accent-color, #f2b705);
  transition: 0.25s ease;
}.landing-faq__arrow::before {
  left: 0;
  transform: rotate(35deg);
}.landing-faq__arrow::after {
  right: 0;
  transform: rotate(-35deg);
}.landing-faq__item.is-active .landing-faq__arrow::before {
  transform: rotate(-35deg);
}.landing-faq__item.is-active .landing-faq__arrow::after {
  transform: rotate(35deg);
}.landing-faq__content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}.landing-faq__content-inner {
  padding: 0 34px 30px;
}.landing-faq__content-inner p {
  max-width: 720px;
  margin: 0;

  color: #8f95a6;
  font-size: 17px;
  line-height: 1.65;
}.landing-faq__item.is-active .landing-faq__content {
  height: auto;
}.landing-faq {
  position: relative !important;
  overflow: hidden !important;
  background: #121729 !important;
  color: #fff;
  padding: 150px 0 100px !important;
  isolation: isolate;
}.landing-faq::before,
.landing-faq::after {
  content: none !important;
}.landing-faq__top-curve {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;

  width: 100% !important;
  height: 210px !important;

  z-index: 0 !important;
  pointer-events: none !important;
}.landing-faq__top-curve svg {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}.landing-faq__top-curve path {
  fill: #0f1221 !important;
}.landing-faq__wave {
  display: none !important;
}.landing-faq .case-curve,
.landing-faq .case-curve--bottom,
.landing-faq .case-curve--top {
  display: none !important;
}.landing-faq .container,
.landing-faq__inner {
  position: relative !important;
  z-index: 2 !important;
}.landing-faq__inner {
  max-width: 870px;
  margin: 0 auto;
}.landing-faq__title {
  margin-top: 0 !important;
  margin-bottom: 54px !important;
}.hero__portfolio2 {
  height: unset !important;
  max-height: unset !important;
}.hero__contacts {
  height: 82px !important;
  padding: 0 !important;
}.services-hero-tabs {
  position: relative;
  overflow: hidden;
  padding: 54px 0 64px;
  min-height: 623px;
  background: #050a22;
  color: #fff;
  isolation: isolate;
}.services-hero-tabs__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgb(0 0 0 / 93%) 0%, rgb(0 0 0 / 75%) 36%, rgb(0 0 0 / 84%) 100%),
    linear-gradient(180deg, rgb(0 0 0 / 24%) 0%, rgb(0 0 0 / 52%) 100%),
    url(./../images/poslugs.png) center / cover no-repeat;
}.services-hero-tabs .container {
  position: relative;
  z-index: 2;
}.services-hero-tabs__inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 46px;
  margin-bottom: 34px;
}.services-hero-tabs__content {
  max-width: 823px;
  padding-top: 6px;
}.services-hero-tabs__label {
  margin-bottom: 12px;
}.services-hero-tabs__title {
  margin: 0 0 18px;
  max-width: 780px;
  font-weight: 700;
  font-size: clamp(30px, 3.2vw, 55px);
  line-height: 1.1;
  color: #fff;
  letter-spacing: -0.02em;
}.services-hero-tabs__title span {
  position: relative;
  display: inline-block;
  color: #f2b705;
}.services-hero-tabs__title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='8' viewBox='0 0 120 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4 C 5 0, 10 0, 15 4 S 25 8, 30 4 S 40 0, 45 4 S 55 8, 60 4 S 70 0, 75 4 S 85 8, 90 4 S 100 0, 105 4 S 115 8, 120 4' fill='none' stroke='%23f2b705' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 60px 8px;
}.services-hero-tabs__text {
  max-width: 610px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.6;
}.services-hero-tabs__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 188px;
  height: 40px;
  border-radius: 6px;
  background: #f2b705;
  color: #090d23;
  font-size: 12px;
  font-weight: 600;
  transition: 0.25s ease;
}.services-hero-tabs__button:hover {
  background: #ffd13a;
}.services-hero-tabs__button span {
  font-size: 12px;
  transition: transform 0.25s ease;
}.services-hero-tabs__button:hover span {
  transform: translate(2px, -2px);
}.services-hero-tabs__media {
  position: relative;
  width: 100%;
  max-width: 430px;
}.services-hero-tabs__image {
  display: block;
  width: 100%;
  height: 408px;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  
  transition: opacity 0.3s ease, transform 0.3s ease;
}.services-hero-tabs__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}.services-hero-tabs__image.is-changing {
  opacity: 0.2;
  transform: scale(0.98);
}.services-hero-tabs__play {
  position: absolute;
  left: -38px;
  top: 58%;
  z-index: 4;
  width: 96px;
  height: 96px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}.services-hero-tabs__play-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  animation: servicesPlayRotate 12s linear infinite;
}.services-hero-tabs__play-ring::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(242, 183, 5, 0.4);
  border-radius: 50%;
}.services-hero-tabs__play-ring span {
  position: absolute;
  left: 50%;
  top: 4px;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.08em;
  transform-origin: 0 44px;
}.services-hero-tabs__play-ring span:nth-child(1) {
  transform: rotate(0deg) translateX(-50%);
}.services-hero-tabs__play-ring span:nth-child(2) {
  transform: rotate(90deg) translateX(-50%);
}.services-hero-tabs__play-ring span:nth-child(3) {
  transform: rotate(180deg) translateX(-50%);
}.services-hero-tabs__play-ring span:nth-child(4) {
  transform: rotate(270deg) translateX(-50%);
}.services-hero-tabs__play-icon {
  position: relative;
  z-index: 2;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f2b705;
  color: #090d23;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1;
  transition: 0.25s ease;
}.services-hero-tabs__play:hover .services-hero-tabs__play-icon {
  transform: rotate(45deg);
  background: #ffd13a;
}.services-hero-tabs__timeline {
  position: relative;
  max-width: 730px;
  margin-top: -11%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}.services-hero-tabs__timeline::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 23px;
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
}.services-hero-tabs__tab {
  position: relative;
  min-height: 116px;
  text-align: center;
  color: #fff;
}.services-hero-tabs__tab-name {
  display: block;
  margin-bottom: 16px;
  font-size: 13px;
  position: relative;
  top: 35px;
  font-weight: 500;
  line-height: 1.2;
}.services-hero-tabs__tab-desc {
  display: block;
  max-width: 118px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.45;
  opacity: 0;
  visibility: hidden;
  transform: translateY(52px);
  transition: 0.25s ease;
}.services-hero-tabs__tab-dot {
  position: absolute;
  left: 50%;
  bottom: 16px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f3f3f3;
  transform: translateX(-50%);
  transition: 0.25s ease;
  z-index: 2;
}.services-hero-tabs__tab-preview {
  position: absolute;
  left: 50%;
  top: 15px;
  width: 99px;
  height: 49px;
  padding: 2px;
  border: 1px solid #f2b705;
  border-radius: 999px;
  overflow: hidden;
  transform: translateX(-50%) translateY(-14px) rotate(0deg);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
}.services-hero-tabs__tab-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}.services-hero-tabs__tab.is-active .services-hero-tabs__tab-preview {
  opacity: 1;
  visibility: visible;
}.services-hero-tabs__tab.is-active .services-hero-tabs__tab-desc {
  opacity: 1;
  visibility: visible;
}.services-hero-tabs__tab.is-active .services-hero-tabs__tab-dot {
  background: #f2b705;
  box-shadow: 0 0 0 4px rgba(242, 183, 5, 0.18);
}.services-hero-tabs__media {
  position: relative !important;
  width: 100% !important;
  max-width: 600px !important;
 
  display: flex !important;
  justify-content: flex-end !important;
  overflow: visible !important;
}.services-hero-tabs__image-wrap {
  position: relative !important;
  width: 100% !important;
  
  border-radius: 26px !important;
  overflow: hidden !important;
  background: #d9d9d9 !important;
}.services-hero-tabs__media > img.services-hero-tabs__image {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1.18 / 1 !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 26px !important;
}.services-hero-tabs__play {
  position: absolute !important;
  left: -3px !important;
  bottom: -25px !important;
  top: auto !important;
  z-index: 20 !important;
  width: 101px !important;
  height: 102px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: none !important;
}.services-hero-tabs__play-ring {
  position: absolute !important;
  inset: 0 !important;
  border-radius: 50% !important;
  animation: servicesPlayRotate 12s linear infinite !important;
}.services-hero-tabs__play-ring::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border: 1px solid rgba(242, 183, 5, 0.55) !important;
  border-radius: 50% !important;
}.services-hero-tabs__play-ring span {
  position: absolute !important;
  left: 50% !important;
  top: 4px !important;
  color: #ffffff !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  transform-origin: 0 42px !important;
}.services-hero-tabs__play-ring span:nth-child(1) {
  transform: rotate(0deg) translateX(-50%) !important;
}.services-hero-tabs__play-ring span:nth-child(2) {
  transform: rotate(90deg) translateX(-50%) !important;
}.services-hero-tabs__play-ring span:nth-child(3) {
  transform: rotate(180deg) translateX(-50%) !important;
}.services-hero-tabs__play-ring span:nth-child(4) {
  transform: rotate(270deg) translateX(-50%) !important;
}.services-hero-tabs__play-icon {
  position: relative !important;
  z-index: 2 !important;
  width: 65px !important;
  height: 66px !important;
  border-radius: 50% !important;
  background: #f2b705 !important;
  color: #090d23 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 28px !important;
  line-height: 1 !important;
  transition: 0.25s ease !important;
}.services-hero-tabs__play:hover .services-hero-tabs__play-icon {
  transform: rotate(45deg) !important;
  background: #ffd13a !important;
}.services-hero-tabs__media {
  position: relative;
  width: 560px;
}.services-hero-tabs__image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  aspect-ratio: 4 / 3.05;
}.services-hero-tabs__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}.services-hero-tabs__tag {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--navy);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 10px 20px;
  border-radius: 0 18px 0 0;
}.services-hero-tabs__play {
  position: absolute;
  left: -36px;
  bottom: -36px;
  width: 132px;
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}.services-hero-tabs__play-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--navy);
  display: block;
}.services-hero-tabs__play-ring svg {
  width: 100%;
  height: 100%;
  animation: spin 14s linear infinite;
}.services-hero-tabs__play-text {
  fill: #fff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}.services-hero-tabs__play-icon {
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--play-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  font-size: 22px;
  font-weight: 700;
}.hero-actions__main {
  padding-right: 8px;
}