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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.main-wrapper {
  position: relative;
}

.block-heading {
  background-image: linear-gradient(0deg, #000, #fff0);
  padding-top: 2%;
  padding-bottom: 2%;
  position: absolute;
  inset: auto 0% 0%;
}

.block-plazhka {
  background-color: #ffe300;
  border-radius: 12px;
  width: auto;
  margin-bottom: 12px;
  padding: 10px;
}

.heading {
  color: #fff;
  margin-top: 0;
  line-height: 150%;
}

.text-block {
  color: #fff;
  line-height: 150%;
}

.body {
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-block-2 {
  font-size: 13px;
  font-weight: 500;
}

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

.link-block {
  width: 148px;
}

.block-1 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.text-block-3 {
  margin-bottom: 24px;
}

.text-block-3._24 {
  margin-bottom: 0;
}

.block-2 {
  padding-top: 0;
  padding-bottom: 32px;
}

.heading-2 {
  border-left: 3px solid #ffe300;
  margin-bottom: 24px;
  padding: 20px;
}

.heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 150%;
}

.text-block-4 {
  margin-bottom: 24px;
}

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

.card {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 10px #0003;
}

.text-block-5 {
  color: #000;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
}

.text-block-6, .text-block-7, .text-block-8 {
  font-size: 14px;
}

.block-vidilennya {
  background-color: #fff;
  border-left: 3px solid #000;
  border-radius: 12px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
  box-shadow: 0 2px 10px #0003;
}

.text-block-9 {
  color: #7c7c7c;
  margin-bottom: 12px;
  font-weight: 400;
}

.block-vidilennya2 {
  background-color: #fff;
  border-left: 3px solid #000;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 0 20px;
}

.txt5 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.block-object {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
  box-shadow: 0 2px 10px #0003;
}

.text-block-10 {
  color: #000;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
}

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

.card1 {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 12px;
  padding: 20px;
}

.text-block-11 {
  color: #000;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}

.text-block-12 {
  color: #585858;
  font-size: 14px;
}

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

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

.link, .link-2, .link-3 {
  color: #000;
}

.image {
  object-fit: cover;
  min-height: 100vh;
}

.link-block-mob {
  width: 148px;
  display: none;
}

.link-4 {
  color: #000;
}

.fin-sec {
  color: #000;
  background-color: #000;
  padding-top: 32px;
  padding-bottom: 32px;
}

.littl-text {
  color: #fff;
  font-size: 12px;
}

.link-18 {
  color: #fff;
}

.tt {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading {
    font-size: 27px;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .grid, .grid-2 {
    flex-flow: column;
    display: flex;
  }

  .image {
    min-height: 80vh;
  }
}

@media screen and (max-width: 479px) {
  .block-heading {
    background-color: #f7f7f7;
    background-image: none;
    padding-top: 4%;
    padding-bottom: 4%;
    position: static;
  }

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

  .block-plazhka {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .heading {
    color: #000;
    font-size: 27px;
  }

  .text-block {
    color: #000;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .block-logo {
    background-color: #f7f7f7;
    justify-content: center;
    align-items: center;
    padding-top: 4%;
    padding-bottom: 4%;
    padding-left: 0%;
    position: static;
  }

  .link-block {
    display: none;
  }

  .block-2 {
    padding-bottom: 24px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .grid, .grid-2 {
    flex-flow: column;
    display: flex;
  }

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

  .image {
    object-position: 29% 50%;
    min-height: auto;
  }

  .link-block-mob {
    display: block;
  }

  .link-18 {
    color: #3d302b;
  }
}


