@font-face {
  font-family: monumentgrotesk;
  src: url('../fonts/ABCMonumentGroteskCyrillic-Medium.woff2') format("woff2"), url('../fonts/ABCMonumentGroteskCyrillic-Medium.woff2') format("woff2"), url('../fonts/ABCMonumentGroteskCyrillic-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: monumentgrotesk;
  src: url('../fonts/ABCMonumentGroteskCyrillic-MediumItalic.woff2') format("woff2"), url('../fonts/ABCMonumentGroteskCyrillic-MediumItalic.woff') format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: monumentgrotesk;
  src: url('../fonts/ABCMonumentGroteskCyrillic-Regular.woff2') format("woff2"), url('../fonts/ABCMonumentGroteskCyrillic-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: monumentgrotesk;
  src: url('../fonts/ABCMonumentGroteskCyrillic-RegularItalic.woff2') format("woff2"), url('../fonts/ABCMonumentGroteskCyrillic-RegularItalic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.body {
  cursor: cell;
  background-color: #f2f2f2;
  flex-flow: column;
  min-height: 100vh;
  font-family: monumentgrotesk, Arial, sans-serif;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.header {
  font-family: monumentgrotesk, Arial, sans-serif;
  font-weight: 400;
}

.header-container {
  z-index: 5;
  color: #3d3d3d;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.header-wrapper {
  z-index: 999;
  background-color: #f2f2f2;
  justify-content: space-between;
  align-items: center;
  font-family: monumentgrotesk, Arial, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.header-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  letter-spacing: 0;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  display: flex;
}

.header-link {
  color: #1a1b1f;
  letter-spacing: -.5px;
  vertical-align: baseline;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: monumentgrotesk, Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  display: inline;
}

.header-link:hover {
  color: #fff;
  -webkit-text-stroke-color: #1a1b1fbf;
  background-color: #1a1b1f;
  font-family: monumentgrotesk, Arial, sans-serif;
}

.header-link:focus-visible, .header-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  vertical-align: baseline;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.header-link.w--current {
  margin-left: 0;
  margin-right: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-family: monumentgrotesk, Arial, sans-serif;
}

.header-link.w--current:hover {
  color: #f2f2f2;
  background-color: #222;
}

.header-link.w--current:active {
  background-color: #3d3d3d;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.list-item {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
}

.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;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.field-label {
  text-align: left;
  font-weight: 400;
}

.submit-button {
  background-color: #222;
  border-radius: 10px;
}

.text-field {
  border-radius: 10px;
}

.heading {
  font-weight: 400;
}

.link-block {
  box-sizing: content-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  color: #333;
  white-space: pre-wrap;
  word-break: keep-all;
  object-fit: fill;
  object-position: 50% 50%;
  border: 1px solid #000;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.card-title {
  color: #333;
  border-bottom: 1px solid #000;
  width: auto;
  min-width: 200px;
  max-width: 280px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px;
  font-family: monumentgrotesk, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.text-block {
  box-sizing: border-box;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
  flex-flow: column;
  flex: 0 auto;
  order: 1;
  justify-content: flex-start;
  padding: 0;
  font-family: monumentgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.collection-item {
  box-sizing: content-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  text-transform: none;
  word-break: keep-all;
  object-fit: fill;
  direction: ltr;
  flex-flow: column;
  flex: 1;
  order: 0;
  align-self: auto;
  width: auto;
  min-width: 200px;
  max-width: 240px;
  height: auto;
  font-style: normal;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.collection-list-wrapper {
  box-sizing: border-box;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 3;
  object-fit: fill;
  background-color: #f1f1f1;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 90vh;
  margin-top: 40px;
  padding: 20px;
  line-height: 28px;
  display: flex;
  position: relative;
  overflow: visible;
}

.collection-list {
  box-sizing: content-box;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: wrap;
  flex: 0 auto;
  grid-template-rows: 234fr auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(2px, 4fr);
  grid-auto-columns: 2fr;
  grid-auto-flow: row dense;
  place-content: flex-start;
  align-self: auto;
  place-items: center start;
  display: flex;
  position: static;
  overflow: visible;
}

.empty-state {
  background-color: #f2f2f2;
}

.red-container {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 720px;
  min-width: auto;
  max-width: 720ch;
  margin-top: 80px;
  display: flex;
}

.page-h1 {
  letter-spacing: -1.32px;
  border: 1px solid #3d3d3d;
  border-radius: 1px;
  margin-top: 0;
  margin-bottom: 16px;
  padding: 12px;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
}

.paragraph {
  text-align: left;
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.container-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  min-width: 720px;
  max-width: 720px;
  display: flex;
}

.wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  max-width: 720px;
  margin-top: 50px;
  display: flex;
}

.page-title {
  color: #3d3d3d;
  border: 1px #3d3d3d;
  border-bottom-width: 0;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: monumentgrotesk, Arial, sans-serif;
  font-size: 33px;
  font-weight: 400;
}

.body-2 {
  background-color: #f2f2f2;
}

.page-title_container {
  border: 0 #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  border-radius: 0;
  padding: 12px;
  display: flex;
}

.page-head {
  -webkit-text-stroke-color: #3d3d3d;
  border: 1px solid #3d3d3d;
  margin-bottom: 40px;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 0 #3d3d3d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 12px;
  display: grid;
}

.page-title_link {
  color: #3d3d3d;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.paragraph-2 {
  font-size: 20px;
  line-height: 28px;
}

.page-head_table {
  display: flex;
}

.page-head_table-item {
  border-left: 0 #000;
  border-right: 0 #000;
  flex: 1;
  min-width: 100px;
  min-height: 100px;
  padding: 12px;
}

.page-head_table-item.hug {
  border: 0 #000;
  border-right: 1px solid #000;
  flex: 0 auto;
}

.paragraph-3 {
  text-align: left;
  font-size: 20px;
  line-height: 28px;
}

.basic-text {
  color: #3d3d3d;
  text-underline-offset: 4px;
  font-size: 20px;
  line-height: 28px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: .8px;
}

.basic-text._18px {
  font-size: 18px;
  line-height: 22px;
}

.link-with-decor {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  display: flex;
}

.link-with-decor._4px-space {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.image {
  overflow: visible;
}

.image:hover {
  opacity: .5;
  color: #3d3d3d;
}

.div-block-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 6px;
  display: flex;
}

.editor-line-home {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
}

.publish-date-home {
  display: flex;
}

.footer {
  text-align: left;
  background-color: #dadada;
  border: 1px solid #000;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 208px;
  margin-top: 50px;
  display: flex;
  position: static;
}

.div-block-6 {
  background-color: #f2f2f2;
  border-top: 0 #fff;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  width: 720px;
  height: 100%;
}

.square {
  outline-offset: 0px;
  border-top: 0 #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 0 #000;
  border-radius: 0;
  outline: 3px #333;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 166px;
  min-width: 166px;
  height: 166px;
  padding: 8px 8px 10px;
  display: flex;
}

.container-3 {
  display: flex;
}

.footer-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #000;
  flex-flow: row;
  width: 100%;
  height: 166px;
  padding: 12px 12px 22px;
  display: flex;
}

.text-block-2 {
  color: #6c6c6c;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.footer-cntnt-text-title {
  color: #858585;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.footer-cntnt-text-title._14px {
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

.div-block-7 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.footer-column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.section {
  justify-content: space-between;
  align-items: center;
  height: 42px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.div-block-8 {
  margin-top: auto;
  margin-bottom: -1px;
}

@media screen and (max-width: 991px) {
  .header-links {
    background-color: #0000;
  }

  .header-menu {
    background-color: #f2f2f2;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .header-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .basic-text {
    text-underline-offset: 4px;
    text-decoration-color: #79beff;
    text-decoration-thickness: .8px;
  }

  .collection-item-2 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .div-block-8 {
    margin-bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding-left: 22px;
    padding-right: 22px;
  }

  .header-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: 4px;
  }

  .header-logo {
    padding-left: 0;
  }

  .header-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    padding-bottom: 0;
    padding-left: 0;
  }

  .header-link {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .collection-list-wrapper {
    aspect-ratio: auto;
    margin-top: 80px;
    padding: 0;
  }

  .collection-list {
    box-sizing: content-box;
    aspect-ratio: auto;
    flex-flow: wrap;
    position: static;
  }

  .div-block-2 {
    flex-flow: column;
    display: flex;
  }

  .page-head_table {
    flex-flow: column;
  }

  .page-head_table-item.hug {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-style: none;
    border-right-width: 0;
  }

  .image {
    margin-left: 4px;
  }

  .collection-item-2, .collection-item-3 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    margin-top: 40px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .header-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid #ececec;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .header-logo.w--current {
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    display: flex;
  }

  .header-menu {
    background-color: #f2f2f2;
    flex-direction: column;
    align-content: space-around;
    align-self: center;
    width: 100%;
    padding-bottom: 0;
  }

  .header-link {
    white-space: nowrap;
    word-break: keep-all;
    vertical-align: baseline;
    font-size: 17px;
    overflow: visible;
  }

  .header-link.w--current {
    width: auto;
    font-size: 18px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .list-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 6px;
    display: flex;
  }

  .link-block {
    width: 100%;
  }

  .card-title {
    width: auto;
    min-width: 150px;
    max-width: 240px;
    padding-right: 6px;
    font-size: 18px;
    line-height: 20px;
    display: flex;
  }

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

  .collection-item {
    flex: 1;
    min-width: 150px;
  }

  .collection-list-wrapper {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-self: auto;
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .collection-list {
    box-sizing: border-box;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    aspect-ratio: auto;
    flex-flow: wrap;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-around flex-start;
    align-self: auto;
    align-items: flex-start;
    padding-right: 2px;
    display: flex;
    position: static;
    overflow: auto;
  }

  .red-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .container-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch start;
    place-items: start;
    min-width: auto;
    display: flex;
  }

  .wrapper {
    max-width: 420px;
  }

  .page-title {
    font-size: 28px;
    line-height: 32px;
  }

  .div-block-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .div-block-3, .page-head_table {
    flex-flow: column;
  }

  .page-head_table-item.hug {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-style: none;
    border-right-width: 0;
  }

  .paragraph-3, .basic-text {
    font-size: 24px;
    line-height: 24px;
  }

  .image {
    max-width: 80%;
    margin-top: 4px;
    margin-left: 12px;
  }

  .image-2 {
    max-width: 100%;
    height: auto;
    display: block;
  }

  .collection-list-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start;
    justify-items: start;
    display: grid;
  }

  .collection-item-2 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .collection-list-wrapper-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer {
    flex-flow: column;
    height: auto;
  }

  .div-block-6 {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    width: 100%;
  }

  .square {
    display: none;
  }

  .container-3 {
    flex-flow: column;
    width: 100%;
  }

  .footer-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    height: auto;
  }

  .section {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}


@font-face {
  font-family: 'monumentgrotesk';
  src: url('../fonts/ABCMonumentGroteskCyrillic-Medium.woff2') format('woff2'), url('../fonts/ABCMonumentGroteskCyrillic-Medium.woff2') format('woff2'), url('../fonts/ABCMonumentGroteskCyrillic-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'monumentgrotesk';
  src: url('../fonts/ABCMonumentGroteskCyrillic-MediumItalic.woff2') format('woff2'), url('../fonts/ABCMonumentGroteskCyrillic-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'monumentgrotesk';
  src: url('../fonts/ABCMonumentGroteskCyrillic-Regular.woff2') format('woff2'), url('../fonts/ABCMonumentGroteskCyrillic-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'monumentgrotesk';
  src: url('../fonts/ABCMonumentGroteskCyrillic-RegularItalic.woff2') format('woff2'), url('../fonts/ABCMonumentGroteskCyrillic-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}