.tabigat_media_sidebar {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: white;
  height: 100%;
  min-height: 600px;
}
.tabigat_media_sidebar_header {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.tabigat_media_sidebar_header_title {
  color: #00302E;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.tabigat_media_sidebar_header_promo {
  width: 100%;
}
.tabigat_media_sidebar_header_promo img {
  width: 100%;
  flex-shrink: 0;
}
.tabigat_media_sidebar_header_goto {
  position: relative;
  padding: 0 6px 0 14px;
  min-height: 28px;
  color: #00302E;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  cursor: pointer;
  text-decoration: none !important;
  display: flex;
  gap: 6px;
  align-items: center;
}
.tabigat_media_sidebar_header_goto::before {
  content: '';
  width: 4px;
  height: 100%;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 1px;
  background: #BF9277;
}
.tabigat_media_sidebar_latest_news {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tabigat_media_sidebar_latest_news_item {
  background: #00302E;
  display: flex;
  flex-direction: column;
}
.tabigat_media_sidebar_latest_news_item_image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 118px;
  aspect-ratio: 1.77777778;
}
.tabigat_media_sidebar_latest_news_item_content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
  min-height: 64px;
  align-items: center;
}
.tabigat_media_sidebar_latest_news_item_content_title {
  color: #FFF;
  font-family: SegoeUIRegular;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.tabigat_media_sidebar_latest_news_item_content img {
  flex-shrink: 0;
}
.tabigat_media_sidebar_footer_goto {
  position: relative;
  padding: 0 6px 0 14px;
  min-height: 28px;
  cursor: pointer;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}
.tabigat_media_sidebar_footer_goto::before {
  content: '';
  width: 4px;
  height: 100%;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 1px;
  background: #EB5757;
}
.tabigat_media_sidebar_footer_goto_title {
  color: #000;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.tabigat_media_sidebar_footer_goto_desc {
  color: #EB5757;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.h100 {
  height: 100%;
}
