a {
  color: inherit;
  text-decoration: none;
}
p {
  margin-bottom: 20px;
}
.large-title {
  font-size: 50px;
  margin-bottom: 20px;
}

.large-title a {
  text-decoration: none;
  color:#37655E;
}
.large-title a:hover {
  text-decoration: none;
  color:#3AA291;
}

@media screen and (max-width: 1024px) {
  .large-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.text-md {
  font-size: 25px;
}
.text-center {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .text-center {
    width: 75%;
  }
}
.text-left {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .text-left {
    width: 100%;
  }
}
.link {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  line-height: 1.71em;
  transition: 150ms;
  color: #fff;
  text-decoration-thickness: 1px;
  text-decoration-color: #212427;
  text-decoration-skip-ink: none;
  text-underline-offset: 5px;
}
.link:hover {
  text-decoration-color: currentColor;
}
:root {
  --bg: black;
  --font-color: white;
  --grey: #4b555e;
  --sber: #2AB659;
  --pik: #EB670E;
  --ooomc: #127B6B;
  --homecredit: #AC122E;
}
.grey {
  color: var(--grey);
}
.sber {
  color: var(--sber);
}
.pik {
  color: var(--pik);
}
.ooomc {
  color: var(--ooomc);
}
.homecredit {
  color: var(--homecredit);
}
[style*='max-w'] {
  width: 100%;
  object-fit: scale-down;
  max-height: 100%;
  max-width: calc(var(--max-w, 100%));
}
.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.narrow {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.section {
  position: relative;
  padding: 20px 0;
}

body {
  background: var(--bg);
  scroll-behavior: smooth;
  color: var(--font-color);
  font-size: 14px;
  font-family: 'Wix Madefor Display', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.page {
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0 20px 20px 20px;
}
@media screen and (max-width: 1024px) {
  .page {
    min-width: 320px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: normal;
}
button {
  border: none;
  box-shadow: none;
  background: none;
  outline: none;
  border-radius: 0;
}
section {
  position: relative;
}
.vh100 {
  height: var(--100vh);
}
.inaccessible {
  pointer-events: none;
}
.fadeIn {
  opacity: 1;
}
.fadeOut {
  opacity: 0 !important;
}
[zoom-out] {
  position: relative;
  transform: scale(1.2);
}
.animate-zoom-out {
  animation: animate-zoom-out 500ms both ease;
}
@keyframes animate-zoom-out {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
.s1__title {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .s1__title {
    width: 75%;
    text-align: center;
  }
}
.s1__footer {
  position: fixed;
  bottom: 20px;
  left: 20px;
}
.s1__text {
  margin-bottom: 0;
}
.s1__dot {
  position: fixed;
  bottom: 50px;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 4px;
  background-color: currentColor;
  animation: animate-dot 2500ms both infinite;
}
@keyframes animate-dot {
  from {
    height: 8px;
    transform: translateY(8px);
    opacity: 0;
  }
  20% {
    height: 8px;
    transform: translateY(0px);
    opacity: 1;
  }
  50% {
    height: 16px;
    transform: translateY(8px);
    opacity: 1;
  }
  51% {
    height: 16px;
    transform: translateY(8px);
    opacity: 1;
  }
  70% {
    opacity: 1;
    height: 8px;
    transform: translateY(8px);
  }
  to {
    opacity: 0;
    transform: translateY(8px);
  }
}
.s2__article {
  width: 50%;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .s2__article {
    width: 100%;
    margin-bottom: 50px;
  }
}
.s2__article:last-of-type {
  margin-bottom: 0;
}
[blur-out] {
  opacity: 0.2;
  filter: blur(5px);
  transition: opacity 300ms, filter 300ms 150ms;
}
[blur-out].un-blur {
  opacity: 1;
  filter: blur(0);
}
[style*='max-w'] {
  width: 100%;
  object-fit: scale-down;
  max-height: 100%;
  max-width: calc(var(--max-w, 100%));
}
.section {
  position: relative;
  padding: 20px 0;
}
:root {
  --bg: black;
  --font-color: #C0C0C0;
  --grey: #394047;
  --green: #2ab659;
  --orange: #e16912;
  --green: #3BFB2A;
}
.grey {
  color: var(--grey);
}
.green {
  color: var(--green);
}
.orange {
  color: var(--orange);
}
.green {
  color: var(--green);
}
.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 50%;
  margin: 150px auto;
}
@media screen and (max-width: 1024px) {
  .video-wrapper {
    max-width: 100%;
    margin: 125px auto;
  }
}
video {
  width: 100%;
  max-height: 500px;
}
.video-control {
  position: absolute;
  transform: translate(var(--x), var(--y));
  z-index: 1;
  cursor: pointer;
}
.play-button {
  display: none;
  width: 34.75%;
}
.stop-button {
  display: none;
  width: 37%;
  aspect-ratio: 1/1;
  border: 1px solid var(--green);
}
[style*='max-w'] {
  width: 100%;
  object-fit: scale-down;
  max-height: 100%;
  max-width: calc(var(--max-w, 100%));
}
.section {
  position: relative;
  padding: 20px 0;
}
.large-title {
  font-size: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .large-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.text-md {
  font-size: 25px;
}
.text-center {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .text-center {
    width: 75%;
  }
}
.text-left {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .text-left {
    width: 100%;
  }
}
.link,
.navigation a {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  line-height: 1.71em;
  transition: 150ms;
  color: #C0C0C0;
  text-decoration-thickness: 1px;
  text-decoration-color: #212427;
  text-decoration-skip-ink: none;
  text-underline-offset: 5px;
}
.link:hover,
.navigation a:hover {
  text-decoration-color: currentColor;
}
.s4 {
  margin-bottom: 40px;
}
.navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  max-width: 30%;
}
@media screen and (max-width: 1024px) {
  .navigation {
    max-width: 75%;
  }
}
.navigation a {
  max-width: 100%;
}

[style*='max-w'] {
  width: 100%;
  object-fit: scale-down;
  max-height: 100%;
  max-width: calc(var(--max-w, 100%));
}
.section {
  position: relative;
  padding: 20px 0;
}
.large-title {
  font-size: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .large-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.text-md {
  font-size: 25px;
}
.text-center {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .text-center {
    width: 75%;
  }
}
.text-left {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .text-left {
    width: 100%;
  }
}
.link {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  line-height: 1.71em;
  transition: 150ms;
  color: #C0C0C0;
  text-decoration-thickness: 1px;
  text-decoration-color: #212427;
  text-decoration-skip-ink: none;
  text-underline-offset: 5px;
}
.link:hover {
  text-decoration-color: currentColor;
}
.row {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .row {
    gap: 0px;
    flex-direction: column;
  }
}
.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 50%;
  flex-grow: 1;
}
.card__media {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 8px;
  background-color: var(--bg, transparent);
}
.card__media img,
.card__media video {
  max-width: 100%;
  min-height: var(--min-h, auto);
  max-height: var(--max-h, auto);
}
@media screen and (max-width: 1024px) {
  .card__media img,
  .card__media video {
    min-height: auto;
    max-height: auto;
  }
}
.card__desc {
  width: 100%;
  margin-bottom: 20px;
}
.section-case {
  margin: 150px 0;
  padding: 0;
}
.case-title {
  margin-bottom: 150px;
}
.section-tape {
  position: relative;
  margin-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
}
.text-tape {
  font-weight: 500;
  /*color: var(--white); */
  user-select: none;
}
.text-tape--link::after {
  margin-top: 6px;
}
.text-tape * {
  font-style: normal;
}
.text-tape [data-splitter]::before {
  content: ' ' attr(data-splitter) ' ';
}
.tape-screen {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.positioned-tape {
  position: relative;
  transform: translateX(var(--x, 0px));
}


.positioned-tape,
.super-group,
.group {
  display: flex;
  gap: calc(var(--gap) * 1px);
  white-space: nowrap;
}
