.homepage_news {
  width: 40%;
  position:absolute;
  top: 142px;
  right:120px;
}

.homepage_news {
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 1.7s;
}


.plovouci_banner.pb2{
  top: 64%;
  left: 15%;
  animation-delay: 2.4s;
}

.homepage_news_item .textblock {
  display:flex;
  gap:10px;
  flex-direction: column;
  text-align: left;

}

.homepage_news_item .textblock .nadpis {
  font-size: 40px;
  font-weight:700;
}

.homepage_news_item .textblock .podnadpis {
  font-size: 26px;
  font-weight:300;
  margin-left:10%;
  display: flex;
  align-items: flex-start;
  line-height: 1.2;
  padding-top: 0;
  margin-top: 0;
}

.homepage_news_item .textblock .text {
  font-size: 16px;
  line-height: 1.6;
  font-weight:500;
  margin-left:10%;
}

.homepage_news_item .textblock .text p:first-of-type {
  margin-top:0px;
}

.homepage_news_item .textblock .text p:last-of-type {
  margin-bottom:0px;
}

.homepage_news_item .textblock .button {
  font-size: 13px;
  margin-left:20%;
  background-color: rgba(34, 34, 34, 0.65);
  margin-top:10px;
}


/*************************************
ikona
*************************************/

.homepage_news_item .ikona {
  position: absolute;
  top: 0px;
  right: 27px;
  width: 94px;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  overflow: hidden;
}

.homepage_news_item .ikona svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  fill: rgba(44, 44, 44, 0.4);
  stroke: #ff0808;
  stroke-width: 4.3;
  pointer-events: none;
}

.homepage_news_item .ikona i {
  font-size: 30px;
  margin-top:23px;
  color: white;
  z-index: 1;
  position: absolute;
}



/*************************************
responzive
*************************************/

@media screen and (max-width: 1460px) {


  .homepage_news{
    width: 60%;
    transform: scale(0.8);
  }


}

@media screen and (max-width: 1000px) {


  .homepage_news{
    width: 75%;
    top: 120px;
    right:0px;
  }

}

@media screen and (max-width: 800px) {

  .homepage_news{
    width: 80%;
  }

}


@media screen and (max-width: 650px) {

  .homepage_news{
    width: 90%;
  }

}

@media screen and (max-width: 600px) {

  .homepage_news{
    display:none;
  }

}
