.body {
  color: #204b45;
  flex-direction: column;
  align-items: stretch;
  font-family: Averta cyrillic, sans-serif;
  font-size: 16px;
  line-height: 26px;
  display: flex;
}

.coming-soon {
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.flex {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.flex.vertical {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.flex.vertical.center {
  align-content: center;
  align-items: center;
}

.flex.vertical.relative {
  position: relative;
}

.flex.vertical.top {
  justify-content: flex-start;
}

.flex.vertical._80 {
  width: 80%;
}

.flex.vertical.bg {
  background-color: #204b45;
  height: 100%;
  padding: 64px;
}

.flex.vertical.project {
  background-color: #f7f7f7;
  padding: 40px;
}

.flex.center {
  align-content: space-between;
}

.flex.link {
  transition: all .4s;
}

.flex.link:hover {
  opacity: .57;
}

.flex.hide {
  display: none;
}

.flex.green {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  background-color: #204b45;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 80px 32px;
  display: grid;
}

.heading-1 {
  margin-bottom: 0;
  font-size: 48px;
  line-height: 58px;
}

.heading-1.light {
  color: #fff;
  font-size: 48px;
  line-height: 58px;
}

.heading-1.center {
  text-align: center;
}

.paragraph {
  max-width: 500px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.paragraph.center {
  text-align: center;
  margin-top: 24px;
  font-weight: 300;
}

.paragraph.center.auto {
  max-width: none;
  margin-bottom: 0;
}

.paragraph.light {
  color: #fff;
}

.paragraph.bold {
  font-weight: 700;
}

.nav-items {
  margin-left: auto;
  display: flex;
}

.nav-item {
  color: #204b45;
  margin-left: 24px;
  margin-right: 8px;
  padding: 8px 0 4px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.nav-item:hover {
  opacity: .4;
  background-color: rgba(247, 247, 247, 0);
}

.nav-item.w--current {
  background-color: rgba(75, 171, 0, 0);
  border: 0 solid #4bab00;
  border-bottom-width: 2px;
  font-weight: 400;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 56px;
  padding-right: 56px;
}

.container.flex {
  width: 100%;
}

.container.relative {
  position: relative;
}

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

.brand {
  display: block;
}

.nav-bar.flex {
  flex-direction: row;
  justify-content: space-around;
  height: 72px;
  box-shadow: 0 -1px 12px rgba(0, 0, 0, .12);
}

.header {
  background-image: url('../images/Header.png');
  background-position: 0 0;
  background-size: auto;
  height: auto;
}

.header.flex {
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  height: 80vh;
}

.header-2-col {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.image {
  padding-bottom: 0;
  padding-right: 8px;
}

.image.full {
  object-fit: cover;
  width: 100%;
  height: 550px;
  max-height: 1100%;
}

.image.x {
  width: 100%;
  height: 100%;
}

.header-form {
  margin-top: 0;
  position: absolute;
  top: auto;
  bottom: -25%;
  left: auto;
  right: 5%;
}

.label {
  font-size: 13px;
}

.form {
  background-color: #fff;
  width: 440px;
  padding: 64px 32px;
  box-shadow: 0 -1px 30px rgba(0, 0, 0, .1);
}

.text-field {
  background-color: #f7f7f7;
  border: 0 solid #000;
  height: 40px;
}

.select-field {
  border: 0 solid #000;
  height: 40px;
  margin-right: -1px;
}

._32px {
  height: 32px;
}

._80px {
  height: 80px;
}

.form-button {
  opacity: 1;
  color: #4bab00;
  background-color: rgba(75, 171, 0, .1);
  width: 100%;
  margin-top: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 700;
  transition: all .4s;
}

.form-button:hover {
  color: #fff;
  background-color: #4bab00;
  border-radius: 0;
}

._120px {
  height: 120px;
}

.section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.section.color-background {
  background-color: #f7f7f7;
}

.section.footer {
  color: #163531;
  background-color: #163531;
}

._16px {
  height: 16px;
}

.two-col {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 2.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.two-col._1-3 {
  grid-row-gap: 32px;
  grid-template-columns: 3fr 2.5fr;
}

.two-col.relative {
  position: relative;
}

.heading-2 {
  width: 481px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 42px;
}

.heading-2.center {
  text-align: center;
}

.heading-2.light {
  color: #fff;
  width: auto;
}

._160px {
  width: 10%;
  height: 160px;
}

._24px {
  height: 24px;
}

.home-section-two-image {
  height: 40px;
  margin-right: 8px;
}

.image-3 {
  width: 10px;
  margin-left: 8px;
}

.text-block {
  color: #4bab00;
  font-weight: 700;
  text-decoration: none;
}

.testimonial {
  background-color: #fff;
  width: 320px;
  max-width: 320px;
  margin-right: 32px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: none;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.testimonial-text {
  font-size: 12px;
  line-height: 18px;
}

.testmonial-header {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.text-block-2 {
  font-weight: 700;
}

.image-4 {
  margin-left: auto;
}

.testimonials {
  width: auto;
  display: flex;
  position: absolute;
  bottom: -232.078px;
}

.testimonials.two {
  bottom: -64.078px;
  right: 553px;
}

.testimonials.hide {
  display: none;
}

.footer-content {
  grid-column-gap: 64px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-4 {
  color: #fff;
  font-size: 24px;
}

.button {
  color: #1a1a1a;
  background-color: #fff;
  padding: 12px 32px;
  text-decoration: none;
  transition: all .4s;
}

.button:hover {
  opacity: .37;
}

.text-block-3 {
  color: #204b45;
  font-weight: 700;
}

.heading-5 {
  color: #fff;
  font-size: 20px;
}

.heading-5.copy {
  flex: 1;
  font-size: 13px;
  font-weight: 400;
}

.heading-5.dark {
  color: #204b45;
  line-height: 28px;
}

.link {
  color: #fff;
  text-decoration: none;
  transition: opacity .2s ease-in;
}

.link:hover {
  opacity: .4;
}

._40px {
  height: 40px;
}

.icon {
  margin-right: 8px;
}

.textarea {
  background-color: #f7f7f7;
  border: 0 #000;
  height: 120px;
  max-height: 120px;
  padding-bottom: 88px;
  display: block;
}

.image-5 {
  display: none;
}

.page-header {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 250px;
  display: flex;
}

.page-header.mezs {
  background-image: url('../images/Meža-un-lauksaimniecības-zemes-iegāde-header.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.page-header.par-mums {
  background-image: url('../images/Mask-Group.jpg');
}

.page-header.privatpersona {
  background-image: url('../images/Mask-Group_2.jpg');
}

.page-header.komercialie {
  background-image: url('../images/Mask-Group.png');
}

.page-form {
  margin-top: 0;
  position: static;
  top: auto;
  bottom: -25%;
  left: auto;
  right: 5%;
}

.heading-3 {
  margin-top: 0;
}

.heading-3.light {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.list-item {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.list-item.tp {
  align-items: flex-start;
}

.image-6 {
  width: 24px;
  margin-right: 8px;
}

.list {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 32px;
}

.list.bg {
  background-color: #f7f7f7;
  width: 100%;
  padding-left: 32px;
}

.comparison {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 2.5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 80%;
  margin-top: 56px;
  display: grid;
}

.four-col {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-top: 56px;
  display: grid;
}

.heading-6 {
  margin-top: 24px;
  margin-bottom: 0;
  padding-bottom: 24px;
  font-size: 20px;
}

.why-us {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  background-image: url('../images/Kāpēc-izvēlēties-mūs_.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  padding: 120px 64px;
  display: grid;
}

.div-block {
  height: 56px;
}

.loader {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

._8px {
  height: 8px;
}

.image-7 {
  width: 100%;
  height: 750px;
}

.logo {
  width: 150px;
}

.error-message {
  color: #fff;
  background-color: red;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  background-color: red;
}

.success {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.page-link {
  font-size: 16px;
  transition: all .2s;
}

.page-link:hover {
  opacity: .43;
}

.success-message, .success-message-2 {
  opacity: 0;
}

.get-offer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 3.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.get-offer._1-3 {
  grid-row-gap: 32px;
  grid-template-columns: 3fr 2.5fr;
}

.get-offer.relative {
  position: relative;
}

.image-8 {
  width: 100%;
}

.menu-button {
  z-index: 2;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 5%;
  right: auto;
}

.burger-line {
  background-color: #000;
  width: 40px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.full-screen-menu {
  z-index: 1;
  background-color: rgba(255, 255, 255, .95);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: #5e5b5b;
  text-transform: none;
  margin-top: 10px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(94, 91, 91, .75);
}

.nav-bar-2 {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-button-2 {
  z-index: 2;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 5%;
  right: auto;
}

.burger-line-2 {
  background-color: #000;
  width: 40px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.full-screen-menu-2 {
  z-index: 1;
  background-color: rgba(255, 255, 255, .95);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-link-2 {
  color: #5e5b5b;
  text-transform: none;
  margin-top: 10px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(255, 255, 255, .58);
}

.menu-button-3 {
  z-index: 2;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 5%;
  right: auto;
}

.burger-line-3 {
  background-color: #000;
  width: 40px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

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

.project-image {
  white-space: normal;
  object-fit: contain;
  position: static;
}

.projekti {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 2.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 56px;
  display: grid;
}

.projekti._1-3 {
  grid-row-gap: 32px;
  grid-template-columns: 3fr 2.5fr;
}

.projekti.relative {
  position: relative;
}

.jj {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .flex.vertical.top.hide {
    display: none;
  }

  .flex.vertical._80 {
    width: 100%;
  }

  .flex.vertical.project {
    align-items: flex-start;
    padding-right: 40px;
  }

  .container.flex {
    margin-top: 0;
  }

  .brand.w--current {
    position: static;
    top: 3%;
    bottom: auto;
    left: 5%;
    right: auto;
  }

  .nav-bar.flex {
    display: none;
  }

  .header.flex {
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: auto;
  }

  .header-2-col {
    grid-row-gap: 64px;
    grid-template-rows: auto 575px;
    grid-template-columns: 1fr;
  }

  .image {
    object-fit: cover;
    width: 100%;
    height: 350px;
  }

  .image.full {
    height: 350px;
  }

  .header-form {
    width: 100%;
    margin-bottom: 0;
    position: static;
    top: auto;
    bottom: -9%;
    left: 7%;
    right: 0%;
  }

  .header-form.hide {
    display: none;
  }

  .form {
    width: 100%;
  }

  ._80px.hide {
    display: none;
  }

  ._120px.top {
    height: 160px;
  }

  .two-col {
    grid-column-gap: 0px;
    grid-row-gap: 64px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    width: 100%;
  }

  .two-col._1-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 3fr;
  }

  .two-col.one {
    grid-template-rows: auto;
  }

  ._160px {
    height: 120px;
  }

  .testimonials {
    display: none;
  }

  .footer-content {
    grid-column-gap: 32px;
    grid-row-gap: 100px;
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .page-header {
    padding-left: 32px;
    padding-right: 32px;
  }

  .page-form {
    width: 100%;
    margin-bottom: 0;
    position: static;
    top: auto;
    bottom: -9%;
    left: 7%;
    right: 0%;
  }

  .list {
    padding-left: 16px;
  }

  .list.bg {
    padding-left: 24px;
    padding-right: 16px;
  }

  .comparison {
    grid-column-gap: 0px;
    grid-row-gap: 64px;
    grid-template-rows: auto;
    grid-template-columns: 50% 1fr;
    width: 100%;
  }

  .four-col {
    width: 100%;
  }

  .why-us {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .loader, .image-7.hide {
    display: none;
  }

  .get-offer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    width: 100%;
  }

  .get-offer._1-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 3fr;
  }

  .get-offer.one {
    grid-template-rows: auto;
  }

  .menu-button {
    margin-left: auto;
    display: flex;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .burger-line {
    background-color: #fff;
  }

  .full-screen-menu {
    background-color: #204b45;
  }

  .nav-link {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
  }

  .nav-link.w--current {
    line-height: 40px;
  }

  .mobile-menu {
    align-items: center;
    padding-left: 64px;
    padding-right: 46px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .image-9 {
    width: 100px;
  }

  .nav-bar-2 {
    clear: right;
    background-color: #204b45;
    display: flex;
    position: fixed;
    top: 0%;
  }

  .menu-button-2 {
    margin-left: auto;
    position: static;
  }

  .burger-line-2 {
    background-color: #fff;
  }

  .full-screen-menu-2 {
    background-color: #204b45;
    display: none;
  }

  .nav-link-2 {
    color: #fff;
    margin-top: 32px;
    font-size: 24px;
    font-weight: 300;
  }

  .project-image {
    width: 100%;
  }

  .projekti {
    grid-column-gap: 0px;
    grid-row-gap: 64px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    width: 100%;
  }

  .projekti._1-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 3fr;
  }

  .projekti.one {
    grid-template-rows: auto;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    width: 100%;
    max-width: none;
  }

  .paragraph.light {
    max-width: 100%;
  }

  .heading-2.light {
    color: #fff;
    width: auto;
  }

  .footer-content {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.5fr;
  }

  .comparison {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .four-col {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .why-us {
    justify-content: space-between;
    height: auto;
    padding-left: 32px;
    padding-right: 32px;
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  .flex {
    display: flex;
  }

  .flex.vertical.bg {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .flex.hide {
    display: none;
  }

  .flex.left {
    justify-content: flex-start;
  }

  .heading-1 {
    font-size: 32px;
    line-height: 42px;
  }

  .heading-1.light {
    font-size: 32px;
    line-height: 42px;
    display: flex;
  }

  .paragraph.center.auto {
    text-align: left;
  }

  .paragraph.light.bold {
    max-width: 100%;
  }

  .paragraph.light.bold.small {
    font-size: 13px;
  }

  .container, .container.relative {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image.full {
    height: 250px;
  }

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

  .two-col {
    grid-row-gap: 32px;
  }

  .heading-2 {
    width: 100%;
  }

  ._160px {
    height: 140px;
  }

  .icon {
    width: 30px;
  }

  .image-5 {
    display: none;
  }

  .page-header {
    padding-top: 120px;
    padding-bottom: 64px;
  }

  .page-header.mezs {
    height: auto;
    padding-top: 120px;
    padding-bottom: 64px;
  }

  .comparison {
    grid-row-gap: 32px;
  }

  .why-us {
    background-size: cover;
    grid-template-rows: auto 1fr auto auto;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .get-offer {
    grid-row-gap: 0px;
  }

  .nav-link {
    font-size: 16px;
  }

  .nav-link:hover {
    color: rgba(255, 255, 255, .49);
  }

  .nav-link.w--current {
    font-size: 16px;
    line-height: 32px;
  }

  .nav-link-2 {
    font-size: 20px;
  }

  .projekti {
    grid-row-gap: 32px;
  }
}

#w-node-dad8e5d1-736a-b227-0553-0d146d2467b2-90e2adc2 {
  justify-self: center;
}

#w-node-_10d6f975-900d-2c01-807b-c029054fb9b8-90e2adc2 {
  align-self: center;
}

#w-node-_2960c4ad-8521-7aec-5f67-e0f31f4e6de8-1f4e6dc5 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_79d3448c-df94-d305-9674-52941de2335f-eabba877 {
  justify-self: end;
}

#w-node-_5333bfec-66f2-368a-a352-fb6b2bbc549f-eabba877 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8fb83001-4b58-16ce-9407-3c0a654e307d-eabba877 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_21678032-43a2-8d2f-6828-2c319fe0b0c4-eabba877 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: start;
}

#w-node-ef12a6e1-35d4-6f71-f99e-ca0f3f366e90-eabba877 {
  grid-area: 2 / 1 / 4 / 2;
  align-self: start;
}

#w-node-_2da2eec3-a86f-6083-cd09-434666be8798-690b159d, #w-node-_2da2eec3-a86f-6083-cd09-434666be8799-690b159d {
  align-self: center;
}

#Projekti-un-finans-jums-priv-tperson-m.w-node-badcc6ea-2c90-bfc7-b2b5-5cb8a32834a2-95b88d2d, #w-node-_7a57cc36-8e7f-c822-8965-7d7ce1372933-adbfc768 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-d60ed22d-c4bd-2668-236d-5b301c894354-90e2adc2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8496b7a8-9f2e-7816-9663-005839d68591-90e2adc2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2960c4ad-8521-7aec-5f67-e0f31f4e6dc9-1f4e6dc5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2960c4ad-8521-7aec-5f67-e0f31f4e6ddf-1f4e6dc5 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-d60ed22d-c4bd-2668-236d-5b301c894354-eabba877 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5333bfec-66f2-368a-a352-fb6b2bbc549f-eabba877 {
    grid-column-end: 2;
  }

  #w-node-_8fb83001-4b58-16ce-9407-3c0a654e307d-eabba877 {
    grid-column: 1 / 2;
  }

  #w-node-_21678032-43a2-8d2f-6828-2c319fe0b0c4-eabba877 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ef12a6e1-35d4-6f71-f99e-ca0f3f366e90-eabba877 {
    grid-row: 3 / 4;
  }

  #w-node-d60ed22d-c4bd-2668-236d-5b301c894354-690b159d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2da2eec3-a86f-6083-cd09-434666be8799-690b159d {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_28206d51-230a-f358-1a55-61f3c7b4d39a-690b159d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d60ed22d-c4bd-2668-236d-5b301c894354-95b88d2d, #w-node-fea186dd-6efc-98e0-c27c-83f1c7788cf4-95b88d2d, #w-node-_4eec86bb-76e5-b3cf-ef73-d4ea4c13f95e-95b88d2d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3fc41e32-a15c-2dd3-ad0b-6b49bea1af48-95b88d2d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3fc41e32-a15c-2dd3-ad0b-6b49bea1af55-95b88d2d, #w-node-f360c317-fc83-e187-55b7-519fdcb50070-95b88d2d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2373663e-fad1-2353-b891-b7d5f506ba64-95b88d2d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d60ed22d-c4bd-2668-236d-5b301c894354-adbfc768 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_996241da-3742-6d38-0e51-4f4f6e08c63b-adbfc768 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e40c5025-4304-3077-903c-08798cb1a4c5-adbfc768 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2960c4ad-8521-7aec-5f67-e0f31f4e6dc9-1f4e6dc5 {
    grid-column-end: 2;
  }

  #w-node-_2960c4ad-8521-7aec-5f67-e0f31f4e6ddf-1f4e6dc5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2960c4ad-8521-7aec-5f67-e0f31f4e6de8-1f4e6dc5 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_5333bfec-66f2-368a-a352-fb6b2bbc549f-eabba877 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3fc41e32-a15c-2dd3-ad0b-6b49bea1af48-95b88d2d {
    grid-row: 2 / 3;
  }

  #w-node-_3fc41e32-a15c-2dd3-ad0b-6b49bea1af55-95b88d2d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_996241da-3742-6d38-0e51-4f4f6e08c63b-adbfc768 {
    grid-row: 2 / 3;
  }

  #w-node-e40c5025-4304-3077-903c-08798cb1a4c5-adbfc768 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3fc41e32-a15c-2dd3-ad0b-6b49bea1af48-95b88d2d {
    grid-row: 2 / 3;
  }

  #w-node-_3fc41e32-a15c-2dd3-ad0b-6b49bea1af55-95b88d2d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_996241da-3742-6d38-0e51-4f4f6e08c63b-adbfc768 {
    grid-row: 2 / 3;
  }

  #w-node-e40c5025-4304-3077-903c-08798cb1a4c5-adbfc768 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Averta cyrillic';
  src: url('../fonts/Averta-Cyrillic-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta cyrillic';
  src: url('../fonts/Averta-Cyrillic-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta cyrillic';
  src: url('../fonts/Averta-Cyrillic-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}