.hor-menu--u-iq6o6reof .hor-menu__item > .hor-menu__sub_list {
  top: 50px !important;
}
body {
  opacity: 0;
}
/* OPN GAZETA */
.opn_gazeta {
  margin: 0 0 40px;
}
.opn_gazeta__inner {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: minmax(240px, 1fr) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin: 0 0 40px;
}
.opn_gazeta__image {
  font-size: 0;
}
/* OPN VISUAL */
.opn_image-and-title {
  display: flex;
  flex-wrap: wrap;
}
.opn_image-and-title__item {
  margin: 0 0 10px;
  flex: 1 0 50%;
}
.opn_image-and-title__image {
  font-size: 0;
  text-align: center;
  margin: 0 0 10px;
}
.opn_image-and-title__title {
  text-align: center;
}
.opn_images {
  margin: 0 0 40px;
}
.opn_images__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 30px;
}
.opn_images__image {
  font-size: 0;
  margin: 0 0 10px;
  text-align: center;
  flex: 1 0 20%;
}
@media (max-width: 640px) {
  .opn_images__image {
    flex: 0 0 100%;
  }
}
.opn_images__content {
  flex: 1 0 80%;
  padding: 0 0 0 40px;
}
@media (max-width: 640px) {
  .opn_images__content {
    flex: 0 0 100%;
    padding: 0;
  }
}
.opn_images__title {
  font-weight: bold;
  margin: 0 0 10px;
}
.opn_img {
  margin: 0 0 40px;
}
.opn_img__item {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: minmax(300px, 1fr) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.opn_stati__item {
  margin: 0 0 20px;
  background: #fff;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 1.2em 1.26667em 0.33333em;
}
.opn_stati__date {
  color: #7b7b7b;
  font-size: 0.9em;
}
.opn_stati__title {
  font-size: 1.4em;
  margin: 0 0 15px;
  color: #5C8697;
}
.opn_stati__desc {
  margin: 0 0 15px;
  font-size: 1.2em;
  font-weight: 500;
}
.opn_stati__desc a {
  color: #555;
}
.opn_stati__link {
  margin: 0 0 15px;
}
.button-up--u-iemv3jcwh {
  z-index: 1;
}
/* OPN ADAPTIVE */
@media (max-width: 670px) {
  .opn_adaptive_wrapper img {
    display: block;
    float: none !important;
    margin: 0 auto 15px !important;
    height: auto !important;
  }
}
.cookies-warning {
  position: fixed;
  right: 10px;
  bottom: 10px;
  box-sizing: border-box;
  padding: 15px;
  background: #fff;
  color: #808080;
  font-size: 13px;
  z-index: 600;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: -3px 1px 10px 11px rgba(0, 0, 0, 0.06);
  font-weight: normal;
  display: none;
}
@media (max-width: 640px) {
  .cookies-warning {
    left: 10px;
  }
}
.cookies-warning.opened {
  display: block;
}
.cookies-warning__close {
  cursor: pointer;
  font-size: 0;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  position: absolute;
}
.cookies-warning__close:hover svg {
  fill: #000;
}
.cookies-warning__close svg {
  width: 12px;
  height: 12px;
  fill: #6c757d;
  transition: all 0.3s ease;
}
