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

a {
  color: #0054a4;
  font-weight: 700;
  text-decoration: underline;
}

.main-section {
  height: auto;
  position: relative;
}

.main-backgraund {
  height: auto;
}

.logo-block {
  z-index: 4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 1% auto auto 2%;
}

.logo-ukr-link {
  width: 100px;
  height: 24px;
}

.logo-life-link {
  width: 120px;
  height: 24px;
  display: block;
}

.heanding-wrapp {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1 {
  color: #0054a4;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 120%;
}

.button-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
}

.button-hero {
  background-color: #28d3a1;
  border-radius: 48px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

.button-hero:hover {
  background-color: #25bb8f;
  transform: rotate(-6deg);
}

.icon-wrapp {
  background-color: #fff;
  border-radius: 50px;
  width: 18%;
}

.text-hero {
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.hero-wrapp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-left: 40px;
  margin-right: 40px;
  display: grid;
  position: absolute;
  inset: auto 0% 7%;
}

.hero-photo {
  width: 100vw;
  height: 100vh;
}

.container {
  max-width: 940px;
  margin-top: 40px;
  padding-top: 0;
  padding-right: 0;
}

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

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

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

.logo-meest-wrapp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-meest {
  max-width: 100%;
}

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

.text-block.nomargin {
  color: #000;
  text-align: center;
}

.text-block.nomargin.left {
  text-align: left;
}

.text-block.white {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.text-block.white.nomargin {
  font-size: 16px;
}

.text-block.center {
  text-align: center;
}

.text-block._12 {
  padding-top: 20px;
  font-size: 14px;
}

.text-block._12.nomargin, .text-block._12.nomargin.nopadding {
  padding-top: 0;
}

.text-block._18 {
  font-size: 18px;
}

.text-block._18.red {
  color: #e60033;
}

.h2 {
  color: #0054a4;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.h2.white {
  color: #fff;
  margin-top: 0;
}

.advice-text {
  color: #000;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.text-wrapp {
  background-color: #28d3a100;
  border: 3px solid #28d3a1;
  border-radius: 4px;
  width: 100%;
  margin: 0;
  padding: 20px;
}

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

.nomargin {
  margin-bottom: 0;
}

.wrapper {
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  display: flex;
}

.wrapper._40 {
  margin-bottom: 0;
}

.card-wrapp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
  display: grid;
}

.card {
  background-color: #0054a4;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.icons-wrapp {
  width: 12%;
  margin-bottom: 20px;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.grid._12 {
  margin-bottom: 12px;
}

.grid._3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid._40 {
  margin-bottom: 0;
}

.photo-wrapp {
  width: 100%;
  margin-bottom: 20px;
}

.button-text1 {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.button {
  background-color: #28d3a1;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.arrow-wrapp {
  width: 10%;
}

.arrow-wrapp._1 {
  width: 12%;
}

.name-card {
  color: #0054a4;
  text-align: center;
  width: 350px;
  height: 52px;
  margin-bottom: 20px;
  padding: 0 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.name-card._1 {
  width: 230px;
}

.name-card._2 {
  height: auto;
}

.card1 {
  border: 1px solid #cacaca;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.card1._1 {
  height: auto;
}

.price-wrapp {
  background-color: #ececec;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 12px;
  display: flex;
}

.price-wrapp._2 {
  padding: 8px;
}

.price {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.price._5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 90%;
}

.price._2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-bottom: 16px;
}

.sale {
  background-color: #e60033;
  border-radius: 340px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 12px;
  display: flex;
  position: absolute;
  inset: 2% auto auto 2%;
}

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

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

.photo {
  border-radius: 0;
  width: 100%;
}

.grid2 {
  background-color: #0054a400;
  border-radius: 20px;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}

.step {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 4px #0054a4;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.number {
  color: #0054a4;
  text-align: center;
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 110%;
}

.content-wrapp {
  background-color: #0054a4;
  border-radius: 10px;
  padding: 32px;
}

.futter {
  background-color: #cad3df;
  margin-top: 20px;
}

.link-mist {
  justify-content: center;
  align-items: center;
  max-width: 11%;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .arrow-wrapp._1 {
    width: 11%;
  }

  .arrow-wrapp._1._2 {
    width: 14%;
  }
}

@media screen and (min-width: 1920px) {
  .hero-wrapp {
    grid-template-columns: 1fr 1.25fr;
  }

  .arrow-wrapp {
    width: 8%;
  }

  .arrow-wrapp._1 {
    width: 7%;
  }

  .arrow-wrapp._1._2 {
    width: 10%;
  }
}

@media screen and (max-width: 991px) {
  .logo-block {
    top: 3%;
    left: 3%;
  }

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

  .h1 {
    text-align: left;
    font-size: 52px;
  }

  .button-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-hero {
    text-align: left;
    font-size: 23px;
  }

  .hero-wrapp {
    grid-template-columns: 1fr 1.5fr;
    margin-left: 26px;
    margin-right: 26px;
    bottom: 18%;
  }

  .hero-photo {
    object-fit: cover;
    height: 80vh;
  }

  .container {
    max-width: 89%;
  }

  .logo-meest {
    max-width: 100%;
  }

  .text-block._18.nomargin {
    font-size: 18px;
  }

  .text-wrapp {
    width: 90%;
  }

  .icons-wrapp {
    justify-content: center;
    align-items: center;
    width: 18%;
    display: flex;
  }

  .grid._3._40 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    place-items: center start;
    display: grid;
  }

  .name-card {
    margin-bottom: 20px;
  }

  .card1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: auto;
    height: 100%;
    position: relative;
  }

  .price-wrapp {
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
  }

  .price {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 90%;
  }

  .grid2 {
    grid-template-columns: 1fr 1fr;
  }

  .step {
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
  }

  .number {
    margin-bottom: 12px;
  }

  .futter {
    margin-top: 10px;
  }

  .link-mist {
    max-width: 11%;
  }
}

@media screen and (max-width: 767px) {
  .main-photo {
    width: 70%;
  }

  .logo-block {
    justify-content: flex-start;
    align-items: center;
    inset: 3% 0% auto;
  }

  .heanding-wrapp {
    justify-content: flex-start;
    align-items: center;
    margin-left: 15%;
    margin-right: 15%;
  }

  .h1 {
    text-align: center;
    font-size: 44px;
  }

  .button-text {
    font-size: 24px;
  }

  .button-hero {
    width: 60%;
  }

  .icon-wrapp {
    width: 20%;
  }

  .text-hero {
    text-align: center;
    margin-bottom: 32px;
    font-size: 18px;
  }

  .hero-wrapp {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    bottom: 4%;
  }

  .hero-photo {
    height: 90vh;
  }

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

  .logo-meest {
    max-width: 100%;
  }

  .text-block.nomargin.center {
    text-align: left;
  }

  .h2.white {
    font-size: 26px;
  }

  .text-wrapp {
    width: 100%;
    margin: 0;
    padding: 12px;
  }

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

  .grid._12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 32px;
    display: flex;
    overflow: auto;
  }

  .grid._3._40 {
    flex-flow: column;
    display: flex;
    overflow: auto;
  }

  .grid._1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: auto;
  }

  .button-text1 {
    text-transform: none;
  }

  .button {
    padding: 12px 32px;
  }

  .arrow-wrapp {
    width: 7%;
  }

  .arrow-wrapp._1 {
    width: 12%;
  }

  .arrow-wrapp._1._2 {
    width: 7%;
  }

  .name-card {
    width: 530px;
    height: auto;
    margin-bottom: 12px;
  }

  .name-card._1 {
    width: auto;
  }

  .card1 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .card1._1 {
    width: auto;
  }

  .price-wrapp {
    width: 100%;
  }

  .price {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    margin-bottom: 12px;
  }

  .price._5 {
    width: 90%;
    height: auto;
  }

  .grid2 {
    flex-flow: column;
    display: flex;
  }

  .step {
    padding: 8px;
  }

  .link-mist {
    max-width: 13%;
  }
}

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

  .heanding-wrapp {
    margin-left: 0%;
    margin-right: 0%;
  }

  .h1 {
    margin-bottom: 16px;
    font-size: 38px;
  }

  .button-text {
    font-size: 18px;
  }

  .button-hero {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: center;
    width: 71%;
  }

  .icon-wrapp {
    width: 17%;
  }

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

  .hero-wrapp {
    margin-left: 5%;
    margin-right: 5%;
    bottom: 5%;
  }

  .hero-photo {
    height: 100vh;
  }

  .container {
    max-width: none;
    margin-top: 32px;
    margin-left: 5%;
    margin-right: 5%;
  }

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

  .logo-meest-wrapp {
    margin-bottom: 12px;
  }

  .logo-meest {
    width: 80px;
    max-width: none;
  }

  .text-block.nomargin.left {
    font-size: 15px;
  }

  .text-block.nomargin.center {
    text-align: center;
  }

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

  .h2.white {
    font-size: 20px;
  }

  .advice-text {
    text-align: center;
    font-size: 18px;
  }

  .text-wrapp {
    width: 100%;
    margin: 0;
    padding: 10px;
  }

  .text-20 {
    margin-bottom: 12px;
  }

  .wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .card-wrapp {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
  }

  .grid {
    flex-flow: column;
  }

  .grid._12 {
    margin-bottom: 0;
  }

  .grid._3._40 {
    overflow: auto;
  }

  .button-text1 {
    font-weight: 400;
  }

  .arrow-wrapp {
    width: 10%;
  }

  .arrow-wrapp._1._2 {
    width: 12%;
  }

  .name-card {
    width: auto;
    height: auto;
  }

  .name-card._1 {
    width: auto;
    margin-bottom: 12px;
  }

  .card1, .card1._1 {
    justify-content: flex-start;
    align-items: center;
  }

  .price._5 {
    flex-flow: row;
    width: 92%;
    padding-top: 12px;
  }

  .price._2 {
    flex-flow: row;
  }

  .sale {
    width: 60px;
    height: 60px;
  }

  .sale-text {
    font-size: 12px;
  }

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

  .content-wrapp {
    padding: 16px;
  }

  .link-mist {
    width: 120px;
    max-width: none;
  }
}

#w-node-_5b2184ec-62e7-f3d3-85fc-ab2e91eeb6c8-58289f4f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4f43107f-d0f7-a064-9ed7-6eb0a12c5766-58289f4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


