.shape {
  top: 12.6rem;
  right: 0.5rem;
  width: 25%;
  height: 210px;
  border-bottom: var(--bs-border-width) solid var(--bs-black);
  border-left: var(--bs-border-width) solid var(--bs-black);
  z-index: 1040;
}

.weblog-section .weblog__content .weblog__content-shape {
  position: relative;
}
.weblog-section .weblog__content .weblog__content-shape:before {
  content: url('data:image/svg+xml,<svg width="4" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="burger_svg__a" fill="%23fff"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.44 2.24a1.44 1.44 0 1 1-2.88 0 1.44 1.44 0 0 1 2.88 0Zm0 5.76A1.44 1.44 0 1 1 .56 8a1.44 1.44 0 0 1 2.88 0ZM2 15.2a1.44 1.44 0 1 0 0-2.88 1.44 1.44 0 0 0 0 2.88Z"></path></mask><path fill-rule="evenodd" clip-rule="evenodd" d="M3.44 2.24a1.44 1.44 0 1 1-2.88 0 1.44 1.44 0 0 1 2.88 0Zm0 5.76A1.44 1.44 0 1 1 .56 8a1.44 1.44 0 0 1 2.88 0ZM2 15.2a1.44 1.44 0 1 0 0-2.88 1.44 1.44 0 0 0 0 2.88Z" fill="currentColor"></path><path d="M2 4.68a2.44 2.44 0 0 0 2.44-2.44h-2a.44.44 0 0 1-.44.44v2ZM-.44 2.24A2.44 2.44 0 0 0 2 4.68v-2a.44.44 0 0 1-.44-.44h-2ZM2-.2A2.44 2.44 0 0 0-.44 2.24h2A.44.44 0 0 1 2 1.8v-2Zm2.44 2.44A2.44 2.44 0 0 0 2-.2v2a.44.44 0 0 1 .44.44h2ZM2 10.44A2.44 2.44 0 0 0 4.44 8h-2a.44.44 0 0 1-.44.44v2ZM-.44 8A2.44 2.44 0 0 0 2 10.44v-2A.44.44 0 0 1 1.56 8h-2ZM2 5.56A2.44 2.44 0 0 0-.44 8h2A.44.44 0 0 1 2 7.56v-2ZM4.44 8A2.44 2.44 0 0 0 2 5.56v2a.44.44 0 0 1 .44.44h2Zm-2 5.76a.44.44 0 0 1-.44.44v2a2.44 2.44 0 0 0 2.44-2.44h-2ZM2 13.32a.44.44 0 0 1 .44.44h2A2.44 2.44 0 0 0 2 11.32v2Zm-.44.44a.44.44 0 0 1 .44-.44v-2a2.44 2.44 0 0 0-2.44 2.44h2Zm.44.44a.44.44 0 0 1-.44-.44h-2A2.44 2.44 0 0 0 2 16.2v-2Z" fill="currentColor" mask="url(%23burger_svg__a)"></path></svg>');
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-20%, 40%);
  scale: 2.2;
}
.weblog-section .weblog__header {
  border-bottom: var(--bs-border-width) solid var(--bs-black);
}
.weblog-section .weblog__header .weblog__header-title {
  width: fit-content;
  border-right: var(--bs-border-width) solid var(--bs-black);
  border-left: var(--bs-border-width) solid var(--bs-black);
}
.weblog-section .weblog__header .weblog__header-title h1 {
  font-size: 26px;
}
.weblog-section .weblog__links-container .weblog__links-holder .weblog__links-header .weblog__links-header-title p {
  font-size: 20px;
}
.weblog-section .weblog__links-container .weblog__links-holder .weblog__links-table .weblog__links-item {
  width: fit-content;
  background-color: var(--bs-gray-300);
}
.weblog-section .weblog__links-container .weblog__links-holder .weblog__links-table .weblog__links-item a, .weblog-section .weblog__links-container .weblog__links-holder .weblog__links-table .weblog__links-item p {
  color: var(--bs-white);
}

@media screen and (max-width: 992px) {
  .weblog-section .weblog__header .weblog__header-title {
    width: fit-content;
    border-right: 0;
    border-left: 0;
  }
  .weblog-section .weblog__header .weblog__header-title h1 {
    font-size: 22px;
  }
  .weblog-section .weblog__links-container .weblog__links-holder .weblog__links-header .weblog__links-header-title p {
    font-size: 20px;
  }
  .weblog-section .weblog__links-container .weblog__links-holder .weblog__links-table .weblog__links-item a, .weblog-section .weblog__links-container .weblog__links-holder .weblog__links-table .weblog__links-item p {
    color: var(--bs-white);
  }
}
@media only screen and (max-width: 670px) {
  .weblog-section .weblog__header .weblog__header-title {
    width: fit-content;
    border-right: 0;
    border-left: 0;
  }
  .weblog-section .weblog__header .weblog__header-title h1 {
    font-size: 20px;
  }
  .weblog-section .weblog__links-container .weblog__links-holder .weblog__links-header .weblog__links-header-title p {
    font-size: 14px;
  }
  .weblog-section .weblog__links-container .weblog__links-holder .weblog__links-table .weblog__links-item {
    text-align: center;
  }
  .weblog-section .weblog__links-container .weblog__links-holder .weblog__links-table .weblog__links-item a, .weblog-section .weblog__links-container .weblog__links-holder .weblog__links-table .weblog__links-item p {
    color: var(--bs-white);
    font-size: 10px;
  }
}
.news-section .news__header {
  border-bottom: var(--bs-border-width) solid var(--bs-black);
}
.news-section .news__header .news__header-title {
  width: fit-content;
  border-right: var(--bs-border-width) solid var(--bs-black);
  border-left: var(--bs-border-width) solid var(--bs-black);
}
.news-section .news__header .news__header-title h1 {
  font-size: 26px;
}
.news-section .news-container .news__display .news__images .news__images-swiper .news__image-slide img {
  min-width: 100%;
  background-color: var(--bs-gray-800);
}
.news-section .news-container .news__display .news__images .news-images-swiper-button-next {
  right: -3rem;
  transform: translateY(-50%);
  margin-top: unset;
  border: 1px solid var(--bs-black);
  border-radius: 50%;
  height: 27px;
}
.news-section .news-container .news__display .news__images .news-images-swiper-button-next:after {
  color: var(--bs-black);
  font-size: 16px;
}
.news-section .news-container .news__display .news__images .news-images-swiper-button-prev {
  left: -3rem;
  transform: translateY(-50%);
  margin-top: unset;
  border: 1px solid var(--bs-black);
  border-radius: 50%;
  height: 27px;
}
.news-section .news-container .news__display .news__images .news-images-swiper-button-prev:after {
  color: var(--bs-black);
  font-size: 16px;
}
.news-section .news-container .news__display .news__videos .news__Videos-swiper .news__video-slide {
  aspect-ratio: 3/2;
  background-color: var(--bs-gray-800);
}
.news-section .news-container .news__display .news__videos .news-videos-swiper-button-next {
  right: -3rem;
  transform: translateY(-50%);
  margin-top: unset;
  border: 1px solid var(--bs-black);
  border-radius: 50%;
  height: 27px;
}
.news-section .news-container .news__display .news__videos .news-videos-swiper-button-next:after {
  color: var(--bs-black);
  font-size: 16px;
}
.news-section .news-container .news__display .news__videos .news-videos-swiper-button-prev {
  left: -3rem;
  transform: translateY(-50%);
  margin-top: unset;
  border: 1px solid var(--bs-black);
  border-radius: 50%;
  height: 27px;
}
.news-section .news-container .news__display .news__videos .news-videos-swiper-button-prev:after {
  color: var(--bs-black);
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .news-section .news__header .news__header-title {
    width: fit-content;
    border-left: 0;
  }
  .news-section .news__header .news__header-title h1 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 670px) {
  .weblog-section {
    margin-bottom: 4rem !important;
  }
  .news-section .news__header .news__header-title {
    width: fit-content;
    border-left: 0;
  }
  .news-section .news__header .news__header-title h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .shape {
    top: 8.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .news-container .news__display .news__images .news__images-swiper .news__image-slide img {
    height: 180px;
    min-height: 180px;
  }
}

/*# sourceMappingURL=Weblog.css.map */
