@font-face {
  font-family: ABC Diatype Semi-Mono;
  src: url('../fonts/ABCDiatypeSemi-Mono-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Coign Pro 47";
  src: url('../fonts/Coign-Pro-47-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Coign 47";
  src: url('../fonts/coign-47-bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --base: black;
  --primary: #fafafc;
  --elevation-1: #262628;
  --accent: #ff5c00;
  --secondary: #bfbfc3;
  --tinkoff: #ffd600;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--base);
  color: var(--primary);
  font-family: ABC Diatype Semi-Mono, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
}

h1, h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: "Coign 47", sans-serif;
  font-size: 8.75em;
  font-weight: 700;
  line-height: .8;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Coign 47", sans-serif;
  font-size: 5.5em;
  font-weight: 700;
  line-height: .8;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--primary);
  text-decoration: none;
}

.body-text {
  line-height: 1.3;
}

.body-text.caps {
  text-transform: uppercase;
}

.body-text.hide {
  display: none;
}

.color-example {
  width: 400px;
  height: 200px;
}

.color-example.elevation-1 {
  background-color: var(--elevation-1);
}

.color-example.accent {
  background-color: var(--accent);
}

.color-example.secondary {
  background-color: var(--secondary);
}

.header {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.cover-text {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 3.75em;
}

.cover-exp {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.cover-link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.letter {
  text-transform: uppercase;
  font-family: "Coign 47", sans-serif;
  font-size: 8.75em;
  font-weight: 700;
  line-height: 72%;
  position: absolute;
}

.letter.a {
  inset: 0% 0% auto auto;
}

.letter.n {
  inset: 0% auto auto 0%;
}

.letter.e {
  inset: auto auto 0% 0%;
}

.letter.r {
  inset: auto 0% 0% auto;
}

.main-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: 37em 37em 70em 37em 37em;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 37em;
  grid-auto-flow: row;
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 1em;
}

.text-black {
  color: var(--base);
}

.text-black.width-limit {
  width: 72%;
}

.tinkoff-preview {
  background-image: linear-gradient(#4f5a821a, #4f5a821a), url('../images/soc-edit.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  position: relative;
}

.tinkoff-preview.p16 {
  background-image: url('../images/fxn-2025-06-23-125550.466.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tinkoff-logo {
  width: 16.375em;
  height: 16.375em;
}

.spy-club {
  background-color: var(--elevation-1);
  position: relative;
  overflow: hidden;
}

.central-mockup-wrapper {
  position: absolute;
  inset: 0%;
}

.spy-club-mock-left {
  border-radius: 13px;
  width: 19em;
  height: auto;
  position: absolute;
  bottom: 13em;
  left: 20em;
}

.spy-club-mock-right {
  border-radius: 13px;
  width: 19em;
  height: auto;
  position: absolute;
  top: 10em;
  right: 25em;
}

.text-secondary {
  color: var(--secondary);
}

.text-secondary.gib-desc-width {
  width: 35em;
}

.gib {
  background-color: var(--elevation-1);
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.p16 {
  padding: 1em;
  position: relative;
}

.col {
  width: 20em;
}

.gib-body {
  flex-direction: column;
  align-items: center;
  padding-top: 3em;
  display: flex;
}

.tinkoff-about {
  background-color: var(--tinkoff);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.tinkoff-about.p16 {
  background-color: var(--secondary);
}

.content {
  width: 100%;
  height: 100%;
  position: relative;
}

.content.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content.space-between {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.head-text {
  z-index: 20;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.gib-mock {
  border-radius: 11px;
  width: 60em;
  margin-top: 5em;
}

._5ka {
  background-color: var(--elevation-1);
  position: relative;
  overflow: hidden;
}

.cta-wrapper {
  position: absolute;
  inset: auto 0% 0% auto;
}

.section-footer {
  z-index: 20;
  justify-content: space-between;
  display: flex;
}

.section-footer.body-text.caps.posa {
  position: absolute;
  inset: auto 0% 0%;
}

.chizhik-about {
  background-color: var(--elevation-1);
}

.chizhik-about.p16 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.chizhik-preview {
  background-image: url('../images/chizhik-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.chizhik-preview.p16 {
  background-image: url('../images/house44.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog-qr-section {
  background-color: #00c327;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.design-career {
  z-index: 10;
  text-align: center;
  width: 34.375em;
  position: relative;
}

.corner {
  position: absolute;
  inset: auto auto -17% 18%;
}

.footer {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer.p16 {
  justify-content: space-between;
  display: block;
}

.contacts-text {
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: space-between;
  align-items: baseline;
  max-width: 100%;
  font-family: "Coign 47", sans-serif;
  font-size: 19em;
  font-weight: 700;
  line-height: .7;
  display: inline-block;
}

.contacts-wrapper {
  position: absolute;
  inset: auto 0% 0%;
}

.footer-text-wrapper {
  color: var(--secondary);
  margin-top: 8em;
  display: inline-block;
}

.pyaterka-mock-left {
  height: 43em;
  position: absolute;
  bottom: -12em;
  left: 18em;
}

.pyaterka-mock-right {
  height: 43em;
  position: absolute;
  bottom: 12em;
  right: 22em;
}

.footer-link {
  border-bottom: 1rem solid var(--primary);
  padding-bottom: 1rem;
  display: inline-block;
}

.footer-link:hover {
  opacity: .8;
}

.gib-text {
  text-align: center;
}

.cta-col {
  color: var(--primary);
  width: 20em;
}

.no-visible {
  opacity: 0;
}

.header-overlay {
  z-index: 100;
  background-color: var(--base);
  opacity: 0;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.text-span-3 {
  color: #88db37;
}

.header-content-wrapper, .header-content-wrapper.p16 {
  width: 100%;
  height: 100%;
}

.main-photo {
  background-image: url('../images/house.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-span-4 {
  color: #e70004;
}

.text-span-5 {
  color: #3aabfc;
}

.blog-section {
  background-color: var(--elevation-1);
  justify-content: center;
  align-items: center;
}

.flex-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-svg {
  color: var(--accent);
  width: 18em;
  margin-top: -1.6em;
  margin-bottom: .5em;
}

.caption {
  font-size: .75em;
  line-height: 1.2;
}

.underline {
  background-color: var(--primary);
  width: 99%;
  height: .02em;
}

.header-link:hover {
  opacity: .8;
}

.qr-mockup {
  height: 100%;
}

.text-span-6 {
  color: #e90000;
}

.text-span-7 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}

.italic-text {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #eff0f6;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-bottom.pd-60px {
  border-top-style: solid;
  border-top-color: #3b3b3b;
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-wrapper {
  background-color: #000;
  border-top: 1px #f7f7fc;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.grid-footer-2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  align-items: center;
}

.elements---element-title {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 12px;
  margin-top: 72px;
  margin-bottom: 32px;
  padding: 24px 32px;
  box-shadow: 0 2px 8px #14142b0f;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 11em;
  }

  h2 {
    margin-bottom: 1rem;
    font-size: 11em;
  }

  h3 {
    font-size: 8em;
  }

  .body-text {
    font-size: 1.3em;
  }

  .body-text.text-secondary.gib-desc-width {
    width: 20em;
  }

  .cover-text {
    bottom: 5em;
  }

  .letter {
    font-size: 11em;
  }

  .main-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 42em 62em 62em 62em 42em 32em 32em;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 62em;
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .text-black.width-limit {
    width: 62%;
  }

  .tinkoff-preview.p16 {
    background-position: 80%;
  }

  .wrapper-div {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .central-mockup-wrapper {
    z-index: 30;
  }

  .spy-club-mock-left {
    width: 24em;
    bottom: 20em;
    left: 18em;
  }

  .spy-club-mock-right {
    width: 24em;
    top: 16em;
    right: 20em;
  }

  .text-secondary.gib-desc-width {
    width: 280px;
  }

  .p16 {
    padding: 16px;
  }

  .gib-body {
    padding-top: 0;
  }

  .tinkoff-about.p16 {
    flex-direction: column;
  }

  .design-career {
    width: 40em;
  }

  .corner {
    display: none;
    bottom: -24%;
  }

  .contacts-text {
    font-size: 18.6em;
  }

  .footer-text-wrapper {
    margin-top: 16em;
  }

  .pyaterka-mock-left {
    height: 60em;
    bottom: -24em;
    left: 12em;
  }

  .pyaterka-mock-right {
    height: 60em;
    bottom: -12em;
    right: 10em;
  }

  .footer-link {
    border-bottom-width: .7rem;
  }

  .gib-text {
    text-align: left;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .cta-col {
    width: auto;
  }

  .header-overlay {
    display: block;
  }

  .main-photo {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .blog-svg {
    width: 28em;
    margin-top: -2.4em;
  }

  .caption {
    font-size: 1.3em;
  }

  .underline {
    height: .05em;
  }

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-bottom.pd-60px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .text-right.text-center-mobile, .text-left.text-center-mobile {
    text-align: center;
  }

  .grid-footer-2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 16em;
  }

  .body-text {
    font-size: 2em;
  }

  .body-text.text-secondary.gib-desc-width {
    width: 80%;
  }

  .letter {
    font-size: 16em;
  }

  .main-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: 50em 50em 100em 100em 100em 50em 66.6em 66.6em 66.6em 66.6em;
    grid-template-columns: 1fr;
    grid-auto-rows: 66.6em;
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .text-black.width-limit {
    width: 100%;
  }

  .tinkoff-logo {
    width: 24em;
    height: 24em;
  }

  .spy-club-mock-left {
    width: 30em;
    bottom: -16em;
    left: 10em;
  }

  .spy-club-mock-right {
    width: 30em;
    top: 50.8em;
    right: 15em;
  }

  .col {
    width: 80%;
  }

  .head-text {
    display: block;
  }

  .gib-mock {
    width: 100%;
    margin-top: 8em;
  }

  .cta-wrapper {
    inset: auto auto 0% 0%;
  }

  .design-career {
    width: 60em;
  }

  .corner {
    bottom: -16%;
  }

  .footer-text-wrapper {
    margin-top: 16em;
  }

  .pyaterka-mock-left {
    height: 72em;
    bottom: -24em;
    left: 4em;
  }

  .pyaterka-mock-right {
    height: 72em;
    right: 8em;
  }

  .footer-link {
    border-bottom-width: .4rem;
    padding-bottom: .5rem;
  }

  .gib-text {
    display: block;
  }

  .main-photo {
    background-size: cover;
  }

  .blog-svg {
    width: 40em;
    margin-top: -3em;
  }

  .caption, .caption.text-secondary {
    font-size: 2em;
  }

  .underline {
    height: .1em;
  }

  .heading {
    font-size: 12em;
  }

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 479px) {
  h1, h2 {
    font-size: 22em;
  }

  .body-text {
    font-size: 3.1em;
  }

  .body-text.text-secondary.gib-desc-width {
    width: 100%;
  }

  .header {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cover-exp {
    width: 13em;
  }

  .cover-exp.body-text.caps {
    grid-row-gap: .75em;
  }

  .letter {
    font-size: 22em;
  }

  .main-grid {
    grid-row-gap: 16px;
    grid-template-rows: 86em 64.5em 128em 128em 128em 86em 86em;
    grid-auto-rows: 600px;
    margin-top: 16px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .tinkoff-logo {
    width: 28em;
    height: 32em;
  }

  .central-mockup-wrapper {
    z-index: 0;
  }

  .spy-club-mock-left {
    width: 40em;
    height: 110em;
    bottom: -44em;
    left: 1em;
  }

  .spy-club-mock-right {
    width: 40em;
    top: 80em;
    right: 0;
  }

  .col {
    width: 100%;
  }

  .gib-mock {
    margin-top: 12em;
  }

  .section-footer.body-text.caps.posa.cta-left {
    display: block;
  }

  .section-footer.body-text.caps.diff {
    mix-blend-mode: difference;
  }

  .design-career {
    width: 62em;
    margin-bottom: 20px;
  }

  .corner {
    bottom: -16%;
  }

  .contacts-text {
    text-align: left;
    white-space: normal;
    font-size: 32em;
    line-height: .9;
  }

  .footer-text-wrapper {
    margin-top: 24em;
  }

  .pyaterka-mock-left {
    width: 56em;
    height: 100em;
    bottom: -53em;
    left: -4em;
  }

  .pyaterka-mock-right {
    width: 56em;
    height: 100em;
    bottom: -38em;
    right: -4em;
  }

  .footer-link {
    border-bottom-width: .3rem;
    font-size: 1em;
    line-height: .7;
  }

  .text-span, .text-span-2 {
    display: block;
  }

  .posa {
    position: absolute;
  }

  .blog-svg {
    width: 50em;
    margin-top: -4em;
  }

  .caption, .caption.text-secondary {
    font-size: 3.1em;
  }

  .underline {
    height: .1em;
  }

  .heading {
    font-size: 16em;
  }

  .qr-mockup {
    height: 96%;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_0dd52dd1-d261-b543-048d-506febc3f2eb-70e3c067 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a7fe9fd-2475-e121-fc60-68382c2d024d-70e3c067 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2672db31-9002-a0b8-525e-7b98c7423ba4-70e3c067, #w-node-_386e485e-1b76-3142-d37a-617f82d4fd0d-70e3c067, #w-node-_39b32426-2a46-872e-36b8-6346a6c3d864-70e3c067 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_47b91a3f-4807-1a37-063a-b083934d7654-70e3c067, #w-node-d4de45a5-7d1f-b8d0-5c30-aa09743ff8f4-70e3c067 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c6b97299-49e5-c623-e496-a352bb86eb9b-70e3c067 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d43e9068-b930-72b4-15eb-3a32ef12d360-70e3c067 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0dd52dd1-d261-b543-048d-506febc3f2eb-70e3c067, #w-node-_7a7fe9fd-2475-e121-fc60-68382c2d024d-70e3c067 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2672db31-9002-a0b8-525e-7b98c7423ba4-70e3c067, #w-node-_386e485e-1b76-3142-d37a-617f82d4fd0d-70e3c067, #w-node-_39b32426-2a46-872e-36b8-6346a6c3d864-70e3c067 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_99fa578e-bf41-5b0a-c934-8863fcdf88ff-70e3c067, #w-node-_47b91a3f-4807-1a37-063a-b083934d7654-70e3c067 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d4de45a5-7d1f-b8d0-5c30-aa09743ff8f4-70e3c067, #w-node-b323a9cf-1513-881a-ce7a-702c5b5689c7-70e3c067, #w-node-c6b97299-49e5-c623-e496-a352bb86eb9b-70e3c067 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0dd52dd1-d261-b543-048d-506febc3f2eb-70e3c067, #w-node-_7a7fe9fd-2475-e121-fc60-68382c2d024d-70e3c067, #w-node-_99fa578e-bf41-5b0a-c934-8863fcdf88ff-70e3c067, #w-node-_47b91a3f-4807-1a37-063a-b083934d7654-70e3c067, #w-node-d4de45a5-7d1f-b8d0-5c30-aa09743ff8f4-70e3c067, #w-node-b323a9cf-1513-881a-ce7a-702c5b5689c7-70e3c067, #w-node-c6b97299-49e5-c623-e496-a352bb86eb9b-70e3c067 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'ABC Diatype Semi-Mono';
  src: url('../fonts/ABCDiatypeSemi-Mono-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coign Pro 47';
  src: url('../fonts/Coign-Pro-47-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coign 47';
  src: url('../fonts/coign-47-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}