body {
  font-family: "FiraGO regular";
  overflow-x: hidden !important;
}
.img_fluid {
  width: 100%;
  height: 100%;
  display: block;
}
.top_section {
  padding: 30px 0;
}
.bloomberg_logo {
  width: 298px;
  height: 112px;
}
.information_block {
  display: flex;
  margin-bottom: 50px;
}
.info_left_side {
  width: 595px;
  height: 487px;
  margin-right: 30px;
}
.s2 {
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.thumb_main_img {
  height: 100%;
  width: 100%;
  position: relative;
}
.thumb_main_img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 30%);
}
.thumb_main_img img {
  border-radius: 5px;
}
.s1 {
  height: 487px;
  box-sizing: border-box;
}
.s1 .swiper-slide {
  width: 100%;
}
.s1 .thumb_img {
  width: 175px;
  height: 145px;
  margin-right: 30px;
}
.s1 .swiper-slide img {
  display: block;
  object-fit: cover;
  border-radius: 5px;
}
.s1 .thumb_img {
  position: relative;
}
.s1 .swiper-slide-thumb-active .thumb_img::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 45%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #14eb1e;
}
.s1 .swiper-slide-thumb-active .thumb_img img {
  border: 3px solid #14eb1e;
}
.info_txt_block {
  width: 420px;
  margin-top: 30px;
}
.thumb_slide {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.date_ {
  font-size: 10px;
  color: #7e7e7e;
}
.info_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: normal;
  text-align: start;
}
.info_img {
  height: 324px;
  border-radius: 5px;
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 30%);
}
.info_items {
  display: inline-block;
}
.info_items::after {
  content: "";
  display: block;
  width: 0;
  height: 5px;
  background: #14eb1e;
  transition: width 0.3s;
}
.green_ {
  color: #14eb1e;
}
.main_txt_block {
  z-index: 9;
  position: absolute;
  bottom: 80px;
  left: 30px;
  width: 540px;
  text-align: left;
  line-height: normal;
}
.main_title {
  color: #fff;
  font-size: 20px;
}
.info_items:hover::after {
  width: 100%;
}
.info_img img {
  border-radius: 5px;
}
.description_ {
  padding: 35px 25px 40px;
  line-height: normal;
}
.desc_title {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.mb_3 {
  margin-bottom: 30px;
}
.news_more_btn {
  font-family: "BPG Mrgvlovani Caps 2010";
  color: #848484;
  border: 1px solid #848484;
  background-color: #fff;
  width: 214px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: all 0.2s ease-out;
  z-index: 2;
  position: relative;
  cursor: pointer;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  margin-bottom: 40px;
}

.news_more_btn:hover {
  box-shadow: inset 400px 0 0 0 #14eb1e;
  color: #fff;
  border: 1px solid #14eb1e;
}
.s2 .swiper-pagination {
  bottom: 0;
  top: initial;
  height: 14px;
}
.s2 .swiper-slide-active.swiper-pagination-progressbar-fill {
  background-color: #14eb1e;
  transform: translate3d(100%);
}

.swiper-slide-duplicate,
.swiper-slide {
  background-position: center center;
  background-size: cover;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  /* Slide content */
}
.swiper-slide-duplicate .description,
.swiper-slide .description,
.swiper-slide-duplicate .title,
.swiper-slide .title {
  display: block;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}
.swiper-slide-duplicate-active .description,
.swiper-slide-active .description,
.swiper-slide-duplicate-active .title,
.swiper-slide-active .title {
  opacity: 1;
}
.swiper-slide-duplicate-active .title,
.swiper-slide-active .title {
  margin-bottom: 0.5rem;
  font-size: 24px;
  color: #000;
  transition: opacity 0.5s ease 0.5s;
}
.swiper-slide-duplicate-active .description,
.swiper-slide-active .description {
  font-size: 16px;
  color: #777;
  transition: opacity 0.5s ease 0.75s;
}
.swiper-progress-bar {
  position: relative;
  width: 100%;
  display: block;
  z-index: 1;
  height: 2px;
}
.swiper-progress-bar .slide_progress-bar {
  position: absolute;
  height: 14px;
  background: rgba(0, 0, 0, 0.3);
  width: auto;
  clear: both;
  opacity: 0;
  bottom: 0px;
  left: 0;
  right: 0;
}
.swiper-progress-bar .slide_progress-bar:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #14eb1e;
  height: 100%;
  width: 0;
  content: "";
  transition: 0.1s width linear;
}
.swiper-progress-bar.active .slide_progress-bar {
  opacity: 1;
}
.swiper-progress-bar.animate .slide_progress-bar:after {
  transition: width linear;
  transition-delay: unset;
  width: 100%;
  transition-duration: 3s;
}
