
.container_hero{
  overflow: hidden;
  padding-left: 56px;
  background: radial-gradient(43.84% 43.84% at 50% 56.16%, #0F421A 0%, #08290F 46.63%, #031C09 100%);
}
#hero_bg{
}

.hero_logo{
  margin: 0 auto;
  padding-top: 44px;
  width: fit-content;
}

.hero_btn{
  width: 255px;
  height: 27px;
  border-radius: 45px;
  padding: 8px 70px;
  background: #006F00;
  backdrop-filter: blur(23.299999237060547px);
  font-family: 'e-Ukraine-Medium', sans-serif;
  font-size: 14px;
  letter-spacing: -2%;
  position: relative;
  z-index: 2;
}

.hero_title{
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 122px;
}

.title_big{
  color: #FFF;
  font-family: 'e-Ukraine-Medium', sans-serif;
  width: 672px;
  font-size: 56px;
  font-weight: 500;
  line-height: 106%;
  letter-spacing: -4%;
}

.title_small{
  color: #FFF;
  font-size: 56px;
  font-family: 'e-Ukraine-Thin', sans-serif;
  font-style: normal;
  font-weight: 100;
  line-height: 106%;
  letter-spacing: -4%;
}

.hero_descr{
  width: 463px;
  color: #FFFFFFE3;
  font-family: 'e-Ukraine-Light', sans-serif;;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.56px;
}

.hero_container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 54px;
  margin-top: 41px;
  gap: 70px;
}

.hero_img{
  z-index: 1;
}

.hero_img img{
  width: 628px;
  height: 759px;
}

.hero_btn_block{
  position: relative;
}

.hero_btn_block img{
  position: absolute;
  left: 10%;
  z-index: 1;
}

.hero_title_mobile{
  display: none;
}

/* MOBILE */
@media screen and (max-width: 900px) {
  .container_hero{
    padding: 0 16px;
  }

 .title_big ,.title_small{
    display: none;
  }

  .hero_title{
    margin-top: 0;
  }

  .hero_btn{
    width: 100%;
    padding: 8px;
    height: auto !important;
  }

  .line_hero{
    display: none;
  }

  .hero_img{
    max-width: 100%;
  }

  .hero_img img{
    max-width: 100%;
    width: 378.11px;
    height: 469px;
  }

  .hero_container{
    max-width: 100%;
    flex-direction: column;
    padding: 0;
  }

  .hero_title_mobile{
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
  }

  .hero_title_mobile{
    font-size: 32px;
    font-family: 'e-Ukraine-Medium', sans-serif;
    color: #fff;
    letter-spacing: -1.2px;
    line-height: 106%;
  }

  .hero_descr{
    font-size: 12px;
    font-family: 'e-Ukraine-Light', sans-serif;
    width: 100%;
  }
}