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

a {
  color: #00905a;
  font-weight: 600;
  text-decoration: underline;
}

.main-wrapper {
  position: relative;
}

.logo-wrapp {
  z-index: 10;
  margin: 0;
  position: static;
}

.logo-link {
  width: 120px;
  height: 20px;
}

.heanding-wrapp {
  z-index: 1;
  margin-bottom: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.h1 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  line-height: 150%;
}

.photo-hero {
  text-align: center;
  width: 100%;
}

.shadow {
  background-image: linear-gradient(0deg, #1b1610, #fff0 43%);
  position: absolute;
  inset: 0%;
}

.conteiner {
  margin-top: 40px;
  padding-top: 0;
}

.conteiner._40 {
  margin-bottom: 40px;
}

.date-block {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.date-text {
  color: #00905a;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.text-block {
  color: #000;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-block.futter {
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
}

.text-block._20 {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.text-block._20.italic {
  color: #000;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.text-block._1 {
  display: none;
}

.h2 {
  color: #00905a;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
}

.h3 {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(45deg, #005f3e, #00905a);
  border: 1px solid #c5c5c5;
  border-radius: 0;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.h3._1 {
  display: none;
}

.white-link {
  color: #fff;
}

.futter {
  background-color: #25272a;
}

.conteiner-futter {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.block-ph {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.block-ph._40 {
  margin-bottom: 0;
}

.block-ph._1 {
  display: none;
}

.photo {
  width: 100%;
}

.card-wrapp {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 28px;
  margin-bottom: 28px;
  display: grid;
}

.card-wrapp._2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-wrapp._2._1 {
  grid-template-columns: 1fr 1fr;
}

.card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 2px solid #00905a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.icon-wrapp {
  width: 52px;
}

.circle {
  background-color: #00905a;
  border-radius: 30px;
  width: 20px;
  height: 20px;
}

.language-block {
  margin: 0;
  position: static;
  inset: 0% 0% auto auto;
}

.language-link {
  text-decoration: none;
}

.language-icon-wrapp {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #008d58;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.language-icon {
  width: 28px;
}

.language-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.text-wrapp {
  border: 2px solid #008d58;
  margin-top: 40px;
  padding: 12px;
}

.license {
  background-color: #e7e6e6;
  padding: 12px;
}

.logo-wrapp-2 {
  z-index: 10;
  margin-top: 20px;
  margin-left: 0;
  position: static;
}

.language-icon-wrapp-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #008d58;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.language-icon-2 {
  width: 28px;
}

.top-wrapp {
  z-index: 30;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.language-text-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.language-block-2 {
  margin-top: 12px;
  margin-right: 12px;
  padding-top: 0;
  position: static;
  inset: 0% 0% auto auto;
}

@media screen and (max-width: 991px) {
  .logo-wrapp {
    margin: 0;
    position: static;
  }

  .heanding-wrapp {
    margin-bottom: 12px;
  }

  .h1 {
    font-size: 28px;
  }

  .h2 {
    margin-bottom: 24px;
    font-size: 26px;
  }

  .h3 {
    font-size: 18px;
  }

  .block-ph {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .block-ph._40 {
    margin-top: 32px;
    margin-bottom: 0;
  }

  .icon-wrapp {
    width: 52px;
  }

  .language-block {
    position: static;
  }

  .text-wrapp {
    margin-top: 28px;
  }

  .logo-wrapp-2 {
    margin: 0;
  }

  .language-icon-wrapp-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 8px;
  }

  .top-wrapp {
    margin-top: 20px;
  }

  .language-block-2 {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .logo-wrapp {
    background-color: #1b161000;
    background-image: linear-gradient(#1b1610 16%, #fff0);
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    display: flex;
    position: static;
    inset: 0% auto auto 0%;
  }

  .h1 {
    line-height: 150%;
  }

  .conteiner {
    margin-left: 5%;
    margin-right: 5%;
  }

  .h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 150%;
  }

  .h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 150%;
  }

  .conteiner-futter {
    margin-left: 5%;
    margin-right: 5%;
  }

  .block-ph {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .card-wrapp, .card-wrapp._2 {
    flex-flow: column;
    display: flex;
  }

  .icon-wrapp {
    width: 50px;
  }

  .language-block {
    margin: 0;
    position: static;
  }

  .language-icon-wrapp {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 8px;
  }

  .language-icon {
    width: 32px;
  }

  .logo-wrapp-2 {
    background-color: #1b161000;
    background-image: linear-gradient(#1b1610 16%, #fff0);
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    display: flex;
    inset: 0% 0% auto;
  }

  .language-icon-wrapp-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 8px;
  }

  .top-wrapp {
    margin: 12px;
  }

  .language-block-2 {
    z-index: 10;
    margin: 0;
  }
}

@media screen and (max-width: 479px) {
  .main-wrapper {
    background-color: #008d58;
    height: auto;
    position: relative;
  }

  .logo-wrapp {
    background-image: none;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    position: static;
  }

  .heanding-wrapp {
    position: static;
  }

  .h1 {
    text-align: left;
    margin-bottom: 20px;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 22px;
    line-height: 150%;
  }

  .shadow {
    display: none;
  }

  .conteiner {
    margin-top: 32px;
  }

  .h2 {
    text-align: left;
    font-size: 20px;
  }

  .h3 {
    text-align: left;
    font-size: 17px;
  }

  .card-wrapp._2 {
    flex-flow: column;
  }

  .card {
    padding: 12px;
  }

  .icon-wrapp {
    width: 60px;
  }

  .language-icon-wrapp {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    color: #00905a;
    background-color: #464646;
    padding: 6px;
  }

  .language-icon {
    width: 22px;
  }

  .language-text {
    font-size: 14px;
  }

  .logo-wrapp-2 {
    background-image: none;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .language-icon-wrapp-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: #464646;
    padding: 6px;
  }

  .language-icon-2 {
    width: 21px;
  }

  .top-wrapp {
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 12px;
    position: static;
  }

  .language-block-2 {
    margin: 0;
  }
}

#w-node-_70cbf898-38ce-2546-070c-92bac245ee31-95b4f0df {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


