.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: #ed7203;
  font-weight: 600;
  text-decoration: underline;
}

.page-wrapp {
  background-color: #f4f9fc;
}

.main-sec {
  background-color: #00964000;
  background-image: linear-gradient(#009640, #006129);
  border-radius: 0;
  position: relative;
}

.hero-photo-wrapp {
  position: relative;
}

.photo-hero {
  border-bottom-right-radius: 0;
}

.block-logo {
  justify-content: center;
  align-items: center;
  margin: 20px 0 0 20px;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo {
  width: 136px;
  height: 16px;
}

.block-heanding {
  margin-bottom: 20px;
  padding-left: 20px;
}

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

.h1 {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.bold-text {
  font-size: 40px;
  line-height: 120%;
}

.hero-wrapp {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end start;
  margin: 0;
  padding: 0;
  display: grid;
}

.hero-right {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 20px;
  display: none;
}

.pream-sec {
  position: relative;
}

.conteiner {
  max-width: 940px;
  margin-top: 40px;
}

.malutka-logo-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.malutka-link {
  width: 113px;
}

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

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

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

.h2 {
  color: #ed7203;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.question {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 7.75fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 16px;
  display: flex;
}

.icon-wrapp {
  background-color: #009640;
  border-radius: 30px;
  width: 20px;
  height: 20px;
}

.h3 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

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

.photo {
  border-top: 6px #009640;
  border-left: 6px #ed7203;
  border-radius: 0;
  width: 100%;
}

.futter {
  background-color: #009640;
}

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

.text-futter {
  color: #fff;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.link-interfax {
  color: #fff;
}

.decor {
  position: absolute;
  inset: -20% 0% auto;
}

.shadow {
  background-image: linear-gradient(#0000 53%, #000);
  display: none;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  .hero-photo-wrapp {
    position: relative;
  }

  .malutka-link {
    width: 114px;
  }

  .shadow {
    background-image: linear-gradient(0deg, #000, #fff0 48%);
    display: none;
    position: absolute;
    inset: 0%;
  }
}

@media screen and (min-width: 1920px) {
  .hero-photo-wrapp {
    width: 100%;
  }

  .hero-wrapp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    place-items: center start;
  }
}

@media screen and (max-width: 991px) {
  .block-heanding {
    margin-bottom: 20px;
    padding-left: 12px;
  }

  .h1 {
    font-size: 26px;
    line-height: 150%;
  }

  .hero-wrapp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 2fr 2fr;
  }

  .conteiner {
    max-width: 728px;
  }

  .h2 {
    font-size: 24px;
  }

  .icon-wrapp {
    width: 20px;
    height: 20px;
  }

  .h3 {
    font-size: 20px;
  }

  .image {
    width: 64px;
  }
}

@media screen and (max-width: 767px) {
  .main-sec {
    border-radius: 0;
  }

  .hero-photo-wrapp {
    width: 100%;
  }

  .block-logo {
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: 0;
    padding-top: 20px;
    position: static;
  }

  .block-heanding {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
  }

  .lapki-wrapp {
    justify-content: center;
    align-items: center;
  }

  .h1 {
    text-align: left;
    margin-top: 10px;
  }

  .hero-wrapp {
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .malutka-link {
    width: 110px;
  }

  .question {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 17.75fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: center start;
    padding: 12px;
    display: flex;
  }

  .icon-wrapp {
    background-color: #009640;
    border-radius: 100px;
    width: 15px;
    height: 15px;
    display: flex;
  }

  .icon {
    width: 100%;
  }

  .h3 {
    color: #000;
    text-align: center;
    font-size: 18px;
  }

  .photo {
    border-top-style: none;
    border-left-style: none;
    border-radius: 0;
  }

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

  .shadow {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .hero-photo-wrapp {
    width: 100%;
  }

  .block-logo {
    margin-bottom: 20px;
  }

  .block-heanding {
    margin-bottom: 20px;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
  }

  .h1 {
    text-align: left;
    margin-top: 12px;
    font-size: 24px;
  }

  .hero-wrapp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 20px;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0;
    display: flex;
  }

  .malutka-link {
    width: 76px;
  }

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

  .h2 {
    font-size: 20px;
  }

  .question {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    padding: 12px;
    display: flex;
  }

  .icon-wrapp {
    width: 15px;
    height: 15px;
  }

  .h3 {
    font-size: 18px;
  }

  .image {
    width: 56px;
  }
}

#w-node-_4b05dce3-1d47-2b1e-547c-cda5523598d7-987a60b5, #w-node-c9c94e2b-4c4c-3e0b-cfa5-d3c8004fbb04-987a60b5, #w-node-_45bebfcf-92ec-534f-21d7-ea475634f05a-987a60b5, #w-node-_4e11b7d3-16dc-ae71-c592-2ad24b38b015-987a60b5, #w-node-_4e11b7d3-16dc-ae71-c592-2ad24b38b01e-987a60b5, #w-node-ec451611-17c4-9d49-1a0d-c41e1659f9a8-987a60b5, #w-node-ec451611-17c4-9d49-1a0d-c41e1659f9bb-987a60b5, #w-node-ec451611-17c4-9d49-1a0d-c41e1659f9c8-987a60b5, #w-node-_9b2a1d9a-e72c-0bf4-daa6-33ec23911022-987a60b5, #w-node-_9b2a1d9a-e72c-0bf4-daa6-33ec23911031-987a60b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-ec451611-17c4-9d49-1a0d-c41e1659f9c8-987a60b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


