@font-face {
  font-family: Futura;
  src: url('../fonts/FuturaCyrillicMedium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Futurabook;
  src: url('../fonts/FuturaCyrillicBook.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Futura;
  src: url('../fonts/FuturaCyrillicHeavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Futura;
  src: url('../fonts/FuturaCyrillicDemi.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Futura;
  src: url('../fonts/FuturaCyrillicLight.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Futura;
  src: url('../fonts/FuturaCyrillicBold.ttf') format("truetype"), url('../fonts/FuturaCyrillicExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-menu {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #fff;
  width: 100vw;
  height: auto;
  padding: 16px 48px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0000000d;
}

.container {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.social-media {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  position: relative;
}

.social-media.center {
  justify-content: center;
  align-items: center;
}

.nav-link {
  color: #666;
  margin-left: 0;
  margin-right: 0;
  font-family: Futura, Impact, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all .2s;
}

.nav-link:hover {
  color: #000;
}

.nav-link.w--current {
  color: #ffb6c1;
  font-family: Futura, Impact, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.nav-link.w--current:hover {
  font-weight: 400;
}

.nav-link-2 {
  color: #303030;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
}

.nav-link-2:hover {
  color: #000;
  font-weight: 600;
}

.nav-link-3 {
  color: #303030;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .2s;
}

.nav-link-3:hover {
  color: #000;
  font-weight: 600;
}

.linkedin {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.contact-icon {
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 18px;
  display: flex;
  position: relative;
}

.h1 {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura, Impact, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 76px;
}

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

.hero {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f7f7f7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 55vh;
  padding-top: 80px;
  display: flex;
}

.hero._2 {
  height: 30vh;
  padding-bottom: 20px;
}

.text-block {
  text-align: center;
  max-width: 1200px;
  font-family: Futurabook, Impact, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.button {
  color: #fff;
  background-color: #ffb6c1;
  border-radius: 50px;
  margin-top: 12px;
  font-family: Futura, Impact, sans-serif;
  font-weight: 400;
  transition: font-size .25s, padding .25s;
}

.button:hover {
  background-color: #d3808d;
  padding-left: 17px;
  padding-right: 17px;
  font-weight: 700;
}

.button:active {
  background-color: #c46472;
}

.button.secondary {
  color: #cf6a79;
  background-color: #fff;
}

.projects {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  padding: 48px 0;
  display: grid;
}

.hover-card {
  aspect-ratio: 1;
  color: #000;
  background-color: #fff;
  border: 1px solid #ffd4da;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-info {
  z-index: 4;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #ff9be070;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-info:where(.w-variant-4d4b7369-e284-758f-928a-beb7290dc124) {
  display: flex;
}

.text-block-2 {
  color: #000;
  font-family: Futurabook, Impact, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.text-block-2:where(.w-variant-4d4b7369-e284-758f-928a-beb7290dc124) {
  font-family: Futurabook, Impact, sans-serif;
}

.heading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura, Impact, sans-serif;
  font-weight: 900;
  text-decoration: none;
}

.heading-2:where(.w-variant-4d4b7369-e284-758f-928a-beb7290dc124) {
  font-family: Futura, Impact, sans-serif;
  font-weight: 900;
}

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding: 32px 48px;
  font-family: Futurabook, Impact, sans-serif;
  display: flex;
}

.text-block-3 {
  text-align: center;
}

.her {
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.bg {
  flex: 1;
  align-self: center;
  position: static;
  inset: 0%;
}

.bg:where(.w-variant-4d4b7369-e284-758f-928a-beb7290dc124) {
  transform: scale(1.1);
}

.body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  display: flex;
}

.section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  padding: 48px 0;
  display: flex;
}

.images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.paragraph {
  color: #6e6e6e;
  text-align: center;
  max-width: 1200px;
  margin-bottom: 0;
  font-family: Futura, Impact, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.cv-section {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding-top: 140px;
  display: flex;
}

.cv-body {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  display: flex;
}

.paragraph-2 {
  color: #414141;
  font-size: 20px;
  line-height: 29px;
}

.paragraph-2.bold {
  color: #080808;
  text-transform: none;
  width: 100%;
  font-family: Futura, Impact, sans-serif;
  font-weight: 400;
}

.paragraph-2.regular {
  font-family: Futurabook, Impact, sans-serif;
  font-weight: 400;
}

.text-span, .text-span-2, .text-span-3 {
  font-weight: 700;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1200px;
}

.image-2 {
  flex: 0 auto;
  width: 50%;
  min-width: 50%;
  display: block;
}

.flex-block-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex: 0 auto;
  width: 50%;
  min-width: 50%;
  padding-right: 24px;
}

.h-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.h-wrapper.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.v-wrapper {
  flex-flow: column;
  width: 100%;
}

.v-wrapper.center {
  justify-content: flex-start;
  align-items: center;
}

.h2 {
  color: #afafaf;
  font-family: Futura, Impact, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 56px;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
}

.bg-image {
  z-index: 0;
  filter: blur(10px);
  flex: 1;
  position: absolute;
  transform: scale(1.4);
}

.bg-image:where(.w-variant-4d4b7369-e284-758f-928a-beb7290dc124) {
  filter: blur(9px);
  flex: 0 auto;
  align-self: stretch;
  max-width: none;
  height: 100%;
}

.case-bg-image {
  z-index: 2;
  align-self: stretch;
  position: relative;
}

.case-bg-image:where(.w-variant-4d4b7369-e284-758f-928a-beb7290dc124) {
  flex: 1;
  align-self: auto;
}

.telegram, .instagram, .code-embed, .code-embed-2, .code-embed-3, .behance-icon {
  width: 24px;
  height: 24px;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.brand {
  width: 290px;
  height: 100%;
}

.paragraph-3 {
  font-family: Futurabook, Impact, sans-serif;
  font-weight: 500;
}

.paragraph-4 {
  font-family: Futura, Impact, sans-serif;
}

.infowrapper {
  width: 100%;
}

.paragraph-5 {
  margin-bottom: 0;
  text-decoration: underline;
}

.paragraph-6 {
  color: #2c2c2c;
  border-bottom: 0 solid #000;
  margin-bottom: 0;
  padding-bottom: 3px;
  font-family: Futurabook, Impact, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.paragraph-6.link {
  border-bottom-width: 1px;
  border-bottom-color: #a3a3a3;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #eee;
    display: none;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    display: flex;
  }

  .container {
    justify-content: space-between;
    align-items: center;
  }

  .social-media {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 1;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .nav-link {
    text-align: center;
  }

  .linkedin {
    width: auto;
    height: auto;
    padding: 18px;
  }

  .contact-icon {
    width: auto;
    height: auto;
  }

  .h1 {
    font-size: 42px;
    line-height: 52px;
  }

  .hero {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block {
    font-size: 16px;
  }

  .text-block.center {
    display: block;
  }

  .button.secondary {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .projects {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .hover-card {
    width: 48%;
    height: 100%;
  }

  .hover-info {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    align-self: stretch;
    padding: 16px;
    inset: 0%;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .images {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .paragraph {
    font-size: 18px;
    line-height: 24px;
  }

  .cv-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 90px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-2.bold {
    font-size: 16px;
    line-height: 24px;
  }

  .flex-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-2 {
    order: -9999;
    width: 50%;
  }

  .flex-block-2 {
    width: 100%;
    min-width: 100%;
    padding-right: 0;
  }

  .h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .case-bg-image {
    width: auto;
    height: 100%;
    min-height: 100%;
    top: 0;
    bottom: 0;
  }

  .code-embed-3, .behance-icon {
    width: 24px;
    height: 24px;
  }

  .menu-button {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .menu-button.w--open {
    color: #d500cc;
    background-color: #eee;
  }

  .icon {
    align-self: center;
    position: static;
    inset: 0%;
  }

  .nav-right {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .text-block.center {
    text-align: center;
    display: block;
  }

  .hover-card {
    border-color: #ffe9ed;
  }

  .images {
    flex-flow: column;
    display: flex;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 25px;
  }

  .image-2 {
    width: 50%;
  }

  .h-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .menu-button.w--open {
    color: #ffb6c1;
  }

  .icon {
    color: #636363;
    -webkit-text-stroke-color: lightpink;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-left: 16px;
    padding-right: 8px;
  }

  .social-media {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-left: 0;
    padding-right: 0;
  }

  .linkedin {
    padding-left: 18px;
  }

  .h1 {
    font-size: 32px;
    line-height: 44px;
  }

  .hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block.center {
    text-align: center;
    display: block;
  }

  .projects {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .hover-card {
    width: 100%;
    height: 100%;
  }

  .hover-info {
    align-self: stretch;
    inset: 0%;
  }

  .section, .cv-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .flex-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-2 {
    width: 50%;
  }

  .flex-block-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-right: 0;
  }

  .h-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .h-wrapper.grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .case-bg-image {
    flex: 0 auto;
    align-self: stretch;
    width: auto;
    max-width: none;
    height: 100%;
  }

  .nav-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
  }
}

#w-node-_125cdd56-8b51-ad54-345b-235d2c98b387-0547805f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_125cdd56-8b51-ad54-345b-235d2c98b388-0547805f, #w-node-_125cdd56-8b51-ad54-345b-235d2c98b389-0547805f, #w-node-_125cdd56-8b51-ad54-345b-235d2c98b38a-0547805f, #w-node-_125cdd56-8b51-ad54-345b-235d2c98b38b-0547805f, #w-node-_125cdd56-8b51-ad54-345b-235d2c98b38c-0547805f, #w-node-_125cdd56-8b51-ad54-345b-235d2c98b38d-0547805f, #w-node-_125cdd56-8b51-ad54-345b-235d2c98b38e-0547805f, #w-node-_125cdd56-8b51-ad54-345b-235d2c98b38f-0547805f, #w-node-_125cdd56-8b51-ad54-345b-235d2c98b390-0547805f, #w-node-_125cdd56-8b51-ad54-345b-235d2c98b391-0547805f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b1b5a8ed-4b5e-18d3-0e6e-3f7fc58117e1-eb5b2023 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b1b5a8ed-4b5e-18d3-0e6e-3f7fc58117e2-eb5b2023, #w-node-b1b5a8ed-4b5e-18d3-0e6e-3f7fc58117e3-eb5b2023, #w-node-b1b5a8ed-4b5e-18d3-0e6e-3f7fc58117e4-eb5b2023, #w-node-b1b5a8ed-4b5e-18d3-0e6e-3f7fc58117e5-eb5b2023, #w-node-b1b5a8ed-4b5e-18d3-0e6e-3f7fc58117e6-eb5b2023, #w-node-b1b5a8ed-4b5e-18d3-0e6e-3f7fc58117e7-eb5b2023, #w-node-b1b5a8ed-4b5e-18d3-0e6e-3f7fc58117e8-eb5b2023, #w-node-b1b5a8ed-4b5e-18d3-0e6e-3f7fc58117e9-eb5b2023, #w-node-b1b5a8ed-4b5e-18d3-0e6e-3f7fc58117ea-eb5b2023, #w-node-b1b5a8ed-4b5e-18d3-0e6e-3f7fc58117eb-eb5b2023 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_56643d6d-9c18-03a6-f3a4-c7a8f0a05dbc-eb5b2023 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-ff2746ca-7117-4f6c-f989-783913afbcb6-eb5b2023, #w-node-ba6b1c35-7879-30ef-7466-c968bf363030-eb5b2023, #w-node-_33d057ef-1020-1b09-f259-edf6b3ed10dd-eb5b2023, #w-node-_81defa95-9706-68f0-4eab-185e490d8748-eb5b2023, #w-node-b91f550e-c80f-ecca-e16b-536320cb7b44-eb5b2023, #w-node-_43a81dd8-90fa-f2aa-3a52-43c8320e7364-eb5b2023, #w-node-_9553656d-788b-8eca-440a-7e6b58c08bc8-eb5b2023, #w-node-_8456eb08-a10e-7cac-047d-1c234526a188-eb5b2023, #w-node-e12cd6d6-b93c-3e43-f4c8-204d4cebc224-eb5b2023, #w-node-_0d552ed1-7afc-e0c7-9969-1ddb5c91b6c1-eb5b2023, #w-node-a61a5355-9672-eed4-4da7-b7eeada4390b-eb5b2023, #w-node-_7b457895-43dc-6a8a-43e4-c1984f021258-eb5b2023, #w-node-c008fc4c-a141-705f-e80c-570a3d91b207-eb5b2023, #w-node-_58c6d0a1-12a8-f4b1-005b-880d6f5d8ce0-073a86f6, #w-node-_58c6d0a1-12a8-f4b1-005b-880d6f5d8ce1-073a86f6, #w-node-_58c6d0a1-12a8-f4b1-005b-880d6f5d8ce2-073a86f6, #w-node-_58c6d0a1-12a8-f4b1-005b-880d6f5d8ce3-073a86f6, #w-node-_58c6d0a1-12a8-f4b1-005b-880d6f5d8ce4-073a86f6, #w-node-_58c6d0a1-12a8-f4b1-005b-880d6f5d8ce5-073a86f6, #w-node-_58c6d0a1-12a8-f4b1-005b-880d6f5d8ce6-073a86f6, #w-node-_58c6d0a1-12a8-f4b1-005b-880d6f5d8ce7-073a86f6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fefe6dd6-0790-13d3-7886-059a3f184b17-6a833606, #w-node-fefe6dd6-0790-13d3-7886-059a3f184b18-6a833606 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fefe6dd6-0790-13d3-7886-059a3f184b19-6a833606 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-fefe6dd6-0790-13d3-7886-059a3f184b1a-6a833606, #w-node-_5fb6163a-4551-10bb-514f-badacab8eaa9-1b02bdf5, #w-node-_5de9f7cc-ed2f-5a62-13ef-e518d5b063c4-1b02bdf5, #w-node-d56cdd1d-4b95-e8b8-e83b-2ff822c8f24d-1b02bdf5, #w-node-bf18b67b-4cc3-5aee-3f45-c8aa632b966f-1b02bdf5, #w-node-_62fd0b02-ad05-2f44-e888-d0035c1995f3-1b02bdf5, #w-node-_5fb6163a-4551-10bb-514f-badacab8eaa7-1b02bdf5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5fb6163a-4551-10bb-514f-badacab8eaa8-1b02bdf5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-c6ae3c87-2653-5b76-c92b-e3a824f19476-f7e6ecba, #w-node-c6ae3c87-2653-5b76-c92b-e3a824f19477-f7e6ecba, #w-node-c6ae3c87-2653-5b76-c92b-e3a824f19478-f7e6ecba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c89e97c2-58cf-2480-f7e0-a546a03ceb17-e29f0b2a {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: auto center;
}

#w-node-c89e97c2-58cf-2480-f7e0-a546a03ceb18-e29f0b2a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_298b2b41-73e4-67c2-d6b5-b5905a941552-adf1f91e {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: center;
}

#w-node-ce25ed40-a40e-7db6-7ee1-d4caf605d303-de98857b, #w-node-_6d6163da-fc99-846f-0ddf-445378c7d181-de98857b, #w-node-_141b9b20-8afa-bdbf-458d-39ab0258f30b-de98857b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaCyrillicMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futurabook';
  src: url('../fonts/FuturaCyrillicBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaCyrillicHeavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaCyrillicDemi.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaCyrillicLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaCyrillicBold.ttf') format('truetype'), url('../fonts/FuturaCyrillicExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}