@font-face {
  font-family: "Averta";
  src: url("./font/webfont/AvertaStd-Regular.woff2") format("woff2"), url("./font/webfont/AvertaStd-Regular.woff") format("woff"), url("./font/desktop/AvertaStd-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Averta";
  src: url("./font/webfont/AvertaStd-Semibold.woff2") format("woff2"), url("./font/webfont/AvertaStd-Semibold.woff") format("woff"), url("./font/desktop/AvertaStd-Semibold.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Averta";
  src: url("./font/webfont/AvertaStd-Bold.woff2") format("woff2"), url("./font/webfont/AvertaStd-Bold.woff") format("woff"), url("./font/desktop/AvertaStd-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Averta";
  src: url("./font/webfont/AvertaStd-Extrabold.woff2") format("woff2"), url("./font/webfont/AvertaStd-Extrabold.woff") format("woff"), url("./font/desktop/AvertaStd-Extrabold.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
}
.main-part.image-block {
  position: relative;
  padding-bottom: 80px;
  background: linear-gradient(0deg, #F9FFF0 80%, #ffffff 20%);
}
@media (max-width: 991px) {
  .main-part.image-block {
    padding-bottom: 30px;
  }
}
.main-part.image-block .images {
  position: relative;
}
.main-part.image-block .images img {
  display: block;
  position: relative;
  margin: auto;
  z-index: 1;
}
.main-part.image-block .images::before, .main-part.image-block .images::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.main-part.image-block .images::before {
  right: 0px;
  top: -35px;
  width: 252px;
  height: 252px;
  background-image: url("../img/staticpage/rftucc/img_abstract_2.png");
  z-index: 0;
}
@media (max-width: 991px) {
  .main-part.image-block .images::before {
    right: -60px;
    top: -140px;
    zoom: 0.56;
  }
}
.main-part.image-block .images::after {
  left: 510px;
  bottom: -50px;
  width: 322px;
  height: 78px;
  background-image: url("../img/staticpage/rftucc/img_abstract_1.png");
  z-index: 2;
}
@media (max-width: 991px) {
  .main-part.image-block .images::after {
    left: -85px;
    bottom: -10px;
    zoom: 0.46;
  }
}/*# sourceMappingURL=image-block.css.map */