@import url("https://fonts.googleapis.com/css2?family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&display=swap");
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Archivo Narrow", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 14px;
}

html,
body {
  background-color: #fff;
}

strong {
  font-weight: bold !important;
}

a {
  color: #111;
  text-decoration: none;
}

a:hover {
  color: #9b59b6;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.img-4x3 {
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  display: block;
}

.img-16x9 {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  display: block;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

.main-wrapper {
  padding-top: 40px;
}

.content-fixed,
.content-wide,
.content-fixed .elements,
.content-wide .elements {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
}

.sticky {
  position: sticky !important;
  top: 80px;
}

.aside > div {
  display: flex;
  flex-direction: column;
  min-width: 300px;
}

.content-fixed,
.content-wide {
  margin: 35px auto;
}

.content-fixed .spliter {
  /*margin: 0 auto;*/
  margin: 10px auto;
  display: grid;
  grid-template-columns: auto 300px;
  gap: 35px;
}

.grid-one-column {
  width: 100%;
}

.grid-one-column .spliter {
  grid-template-columns: 1fr;
  width: 100%;
}

.content-fixed {
  width: 100%;
  max-width: 1440px;
  padding: 0 3%;
}

.content-wide {
  width: 100%;
  max-width: 100%;
}

.tdr_special_tag {
  display: none;
}

.ad-container {
  margin: 0 auto;
  /*background: #ddd;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.ad-container .ad-size {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
}

.cut-text-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}

.article_tag_wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.home-intro {
  margin-top: 4px !important;
  margin-bottom: 10px !important;
}
.home-intro .section-articles .section-articles-list .main-post article h1 a {
  font-size: 32px;
}
.article_tag_wrapper .article_tag {
  background: #def5ff;
  padding: 0 5px;
  border-radius: 8px;
  color: #13404f;
  transition: background-color 0.2s ease;
  font-size: 14px !important;
}

.article_tag_wrapper .article_tag:hover {
  background: #13404f;
  color: white;
  text-decoration: none;
}

.mt-50 {
  margin-top: 50px;
}

.body-article .aside #div-gpt-dcmedical_gpt-box1_right.mt-50 {
  margin-top: 0;
}

.boxPagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.boxPagination em {
  font-style: normal;
}

.boxPagination a {
  font-size: 16px;
  padding: 5px 10px;
  background: #000;
  color: white;
}

.boxPagination a.active {
  background: #9b59b6;
}

.owl-item img,
.thumb img {
  border-radius: 0;
}

article .thumb,
.owl-image-holder {
  border-radius: 0;
  overflow: hidden;
}

.thumb img,
.owl-carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.5s ease;
}

.caroufredsel_wrapper .thumb img {
  height: auto;
}

article:hover .video-button {
  opacity: 1;
  transition: 1s all;
}

.special-content {
  background-color: #def5ff;
  border-radius: 16px;
  padding: 43px 15px;
  margin: 15px auto;
}

.special-content-title {
  margin-bottom: 20px;
  font-size: 22px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  color: #13404f !important;
  margin-left: 43px;
}

/* --- header & menu -------------------------------------------------------------------------------------------------*/
header {
  position: fixed;
  padding: 10px 0;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 9999;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.video-article header {
  border-bottom: 0;
}
header .content-fixed {
  margin: 0 auto;
}

header .header-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

header nav li {
  padding-bottom: 3px;
}

header .header-inner .brand {
  width: 70px;
  transition: all 0.3s ease;
}

header.shrink {
  padding: 5px 0;
}

header.shrink.submenu-opened {
  padding-bottom: 0;
}

header.shrink .header-inner {
  flex-direction: row;
  gap: 30px;
}

header.shrink .header-inner .brand {
  width: 65px;
  position: relative;
}

header.shrink nav .nav-list {
  justify-content: start;
}

header.shrink nav li {
  padding-bottom: 0;
}

header .header-inner .brand img {
  margin-bottom: -5px;
}

header nav {
  width: 100%;
  margin: 5px auto;
}

header nav .nav-list {
  list-style: none;
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
}

header nav .nav-list a,
header nav .nav-list a span {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

header nav li.has-submenu {
  position: relative;
}

header nav li.has-submenu a {
  display: flex;
  align-items: center;
  gap: 5px;
}

header nav li i {
  transition: transform 0.3s ease;
}

header nav li.has-submenu.active a {
  color: #9b59b6;
}

header nav li.has-submenu.active:not(.nav-item-search) i {
  transform: rotate(180deg);
}

header .nav-item-search {
  margin-left: auto;
}

header nav li.has-submenu.active:not(.nav-item-search):after,
header nav li.has-submenu:not(.nav-item-search):hover:after {
  content: "";
  border-bottom: 2px solid #9b59b6;
  position: absolute;
  bottom: -8px;
  z-index: 999;
  width: 100%;
  left: -1px;
}

header nav li.nav-item-search i {
  font-size: 17px;
  color: #000;
  font-weight: 600;
}

#mobile-menu-search-button.active i.fa-magnifying-glass,
header nav li.nav-item-search.active i.fa-magnifying-glass,
#mobile-menu-search-button i.fa-xmark,
header nav li.nav-item-search i.fa-xmark {
  display: none;
}

#mobile-menu-search-button i.fa-magnifying-glass,
header nav li.nav-item-search i.fa-magnifying-glass,
#mobile-menu-search-button.active i.fa-xmark,
header nav li.nav-item-search.active i.fa-xmark {
  display: block;
}

header #mobile-menu-button {
  display: none;
}

.submenu-container {
  display: none;
  border-top: 1px solid #eee;
  max-height: 500px;
  overflow: hidden;
  margin-top: 10px;
}

.submenu-container.show {
  display: block;
}

.submenu-container .submenu-items {
  display: flex;
  width: 100%;
  gap: 75px;
}

.submenu-container .navigation-link-list {
  display: flex;
  width: 100%;
  padding: 25px 0;
}

.submenu-container .navigation-link-list__body {
  width: 20%;
  display: flex;
  gap: 20px;
  border-right: 1px solid #d1d1d1;
  padding-right: 30px;
}

.submenu-container .navigation-link-list__image {
  width: 30%;
  max-width: 170px;
}

.submenu-container .navigation-link-list__items {
  width: 65%;
  padding-left: 30px;
  display: flex;
}

.submenu-container .submenu-items ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.submenu-container .submenu-items a {
  font-weight: 500;
}

.submenu-container .submenu-items a span {
  font-size: 17px;
}

.submenu-container .submenu-items li.has-submenu-l3 ul {
  display: none;
  padding-top: 10px;
  padding-left: 20px;
  width: 100%;
}

.submenu-container .submenu-items li.has-submenu-l3.active i {
  transition: transform 0.3s ease;
}

.submenu-container .submenu-items li.has-submenu-l3.active i {
  transform: rotate(180deg);
}
.submenu-container .submenu-items li.has-submenu-l3.active ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.submenu-container .submenu-items li.has-submenu-l3.active ul li {
  padding-right: 10px;
  border-right: 1px solid #ccc;
}

.submenu-container .submenu-items li.has-submenu-l3.active ul li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.submenu-container .submenu-items ul:has(li.has-submenu-l3.active) {
  max-width: 70%;
}

.submenu-container .navigation-link-list__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 70%;
}

.submenu-container .navigation-link-list__title {
  display: flex;
  justify-content: space-between;
}

.submenu-container .navigation-link-list__title span {
  font-weight: 700;
  font-size: 18px;
}

.submenu-container .navigation-link-list__title .mobile-close-icon {
  display: none;
}

.submenu-container #search {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.submenu-container #search input#search-field {
  width: 80%;
  font-size: 18px;
  padding: 5px;
}

.submenu-container #search input#search-field:focus,
.submenu-container #search input#search-field:focus-visible {
  border-color: #13404f;
  outline-color: #13404f;
}

#mobile-menu-search-button button,
.nav-list-item button,
.submenu-container #search button {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}

.nav-list-item button i,
.submenu-container #search button i {
  color: #13404f;
}

.submenu-container #search button i {
  font-size: 22px;
}

.nav-see-all,
.nav-see-all span {
  color: #9b59b6;
}

/* --- main carousel -------------------------------------------------------------------------------------------------*/
.big-carousel-wrapper a {
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: normal;
  font-size: 25px;
}

.big-carousel-wrapper h2:hover a {
  text-decoration: underline;
}

.big-carousel-wrapper ul {
  list-style: none;
}

/* --- featured carousel -------------------------------------------------------------------------------------------- */
.featured-carousel-wrapper {
  /*padding: 20px;*/
  /*background: white;*/
  /*border-radius: 5px;*/
}

.featured-carousel-title {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 2px solid #3a3c3e;
}
.featured-carousel-title h2 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.owl-item .post-title span {
  font-size: 18px;
  font-weight: 500;
}

/* --- vertical slider -----------------------------------------------------------------------------------------------*/
.vertical-carousel-wrapper {
  position: relative;
}

.vertical-carousel-wrapper .vertical-carousel-title {
  padding: 9px 0px 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #13404f;
  border-bottom: 1px solid #9b59b6;
  font-size: 22px;
  line-height: 20px;
  font-weight: 600;
  color: #9b59b6;
  text-transform: uppercase;
}

.vertical_carousel {
  display: flex;
  flex-direction: column;
  width: 100%;
  /*gap: 20px;*/
}

.vertical_carousel li.post {
  margin-top: 20px;
}

.vertical_carousel article {
  width: 100%;
  display: flex;
  gap: 20px;
}

.vertical_carousel article .thumb {
  width: 40%;
}

.vertical_carousel article .title,
.vertical_carousel article .tt-dd {
  width: 60%;
}

/* --- slider ------------------------------------------------------------------------------------------------------- */
.caroufredsel_wrapper {
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden;
}
.slider {
  padding: 0;
  width: 1250px;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.slider li.slide {
  float: left;
  position: relative;
  width: 1250px;
  height: 550px;
  background-position: top center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.slider li.slide img {
  width: 1250px;
  height: auto;
}
.slider li.slide .pr_preloader {
  height: 550px;
}

/* --- small slider ------------------------------------------------------------------------------------------------- */
.small_slider {
  display: none;
}
.small_slider li.slide {
  position: relative;
  float: left;
  width: 690px;
}
.small_slider li.slide img {
  display: block;
  opacity: 1;
  transition: opacity 0.4s ease-in-out 0s;
  height: auto;
}
.small_slider li.slide a:hover img {
  opacity: 0.8;
  transition: opacity 0.4s ease-in-out 0s;
}
.small_slider .slider_content_box {
  width: 650px;
  left: 0;
  bottom: 0;
  top: auto;
}

/* --- slider content ----------------------------------------------------------------------------------------------- */
.slider_content_box {
  position: absolute;
  width: 450px;
  padding: 18px 20px 20px;
  background: rgba(0, 0, 0, 0.5);
  left: 105px;
  top: 260px;
}
.slider_content_box h2,
.slider_content_box h5 {
  float: left;
  clear: both;
  color: #fff;
  margin-top: 17px;
}
.slider_content_box h2 a,
.slider_content_box h5 a {
  color: #fff;
}
.slider_content_box .post_details {
  display: flex;
  gap: 10px;
  align-items: baseline;
}
.slider_content_box .post_details a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
}
.slider_content_box .post_details li.category:after {
  background: none repeat scroll 0 0 #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  margin-top: 13px;
  width: 30px;
}
.slider_content_box .post_details li.date {
  color: white;
  font-size: 12px;
}
.slider_content_box p {
  clear: both;
  color: #fff;
  font-size: 14px;
  padding: 18px 0 0 0;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.slider_content_box p,
.slider_content_box p > * {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  text-align: left;
}

/* --- slider navigation -------------------------------------------------------------------------------------------- */
.slider_navigation {
  position: absolute;
  top: 0;
  right: 0;
}
.slider_navigation .slider_control {
  float: left;
}
.slider_navigation .slider_control a,
a.slider_control {
  display: block;
  width: 41px;
  height: 41px;
  background-color: rgba(66, 73, 79, 0.8);
  background-image: url("/static/images/navigation_arrow_right.png");
  background-position: 0 0;
}
.slider_navigation .slider_control a {
  background-color: rgba(0, 0, 0, 0.5);
}
a.slider_control {
  display: block !important;
  visibility: hidden;
  position: absolute;
  z-index: 3;
  bottom: 0;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
}
a.slider_control.left {
  left: 0;
}
a.slider_control.right {
  right: 0;
}
.slider_navigation .slider_control:first-child a,
a.slider_control.left {
  background-image: url("/static/images/navigation_arrow_left.png");
}
a.slider_control.up {
  background-image: url("/static/images/navigation_arrow_up.png");
  top: 39px;
  background-position: center;
}
a.slider_control.down {
  background-image: url("/static/images/navigation_arrow_down.png");
  background-position: center;
}
a.slider_control.up,
a.slider_control.down {
  left: 0px;
}
.slider_navigation .slider_control a:hover,
a.slider_control:hover {
  background-color: #9b59b6;
}
/* --- slider posts list -------------------------------------------------------------------------------------------- */
.slider_posts_list_container {
  position: relative;
  width: 1050px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.slider_posts_list_container.small {
  width: auto;
}
.slider_posts_list {
  clear: both;
}
.slider_posts_list li {
  float: left;
  position: relative;
  width: 262.5px !important;
  height: 120px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider_posts_list li {
  width: 230px !important;
}
.slider_posts_list li.current h5,
.slider_posts_list li:hover h5 {
  color: #25282a;
}
.slider_posts_list li h5 {
  position: relative;
  z-index: 1;
  padding-top: 8px;
  padding-left: 20px;
  padding-right: 20px;
  color: #7c7c7c;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.slider_posts_list li .date {
  display: block;
  position: relative;
  z-index: 1;
  color: #ababab;
  font-size: 11px;
  padding-top: 23px;
  padding-left: 20px;
}
.slider_posts_list .slider_posts_list_bar {
  position: absolute;
  background-color: #9b59b6;
  height: 6px;
  bottom: -1px;
}
.slider_posts_list .slider_posts_list_progress_block {
  position: absolute;
  background-color: #f0f0f0;
  height: 100%;
  bottom: 4px;
}

/* --- owl carousel --------------------------------------------------------------------------------------------------*/
.owl-carousel {
  background: none !important;
  position: relative;
  max-height: 200px;
  min-height: 200px;
  overflow: hidden;
}
.owl-carousel:after {
  content: "";
  background: url("../images/preloader/preloader-19.gif") no-repeat center
    center #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-carousel.owl-loaded {
  max-height: none;
  min-height: 10px;
  overflow: visible;
}
.owl-carousel.owl-loaded:after {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.owl-carousel .item {
  opacity: 0;
  filter: alpha(opacity=0);
}
.owl-carousel .owl-stage-outer .item {
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-carousel .owl-controls {
  margin: 0;
}
.owl-carousel .owl-controls .owl-pagination {
  position: relative;
  bottom: 10px;
  z-index: 9;
  display: inline-block;
  width: 100%;
  left: 0;
}
.owl-carousel .owl-controls .owl-pagination .owl-page span {
  background: #d6d6d6;
  width: 10px;
  height: 10px;
}
.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
  background: #869791;
}
.owl-carousel .owl-nav {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
}
.owl-carousel .owl-nav > div {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  -webkit-box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, 0.2);
  color: #105efb !important;
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
}
.owl-carousel .owl-nav > div:hover {
  background: #105efb;
  color: #fff !important;
}
.owl-carousel .owl-nav > div.owl-prev {
  right: auto !important;
  left: 15px !important;
}
.owl-carousel .owl-nav > div.owl-next {
  left: auto !important;
  right: 15px !important;
}
.owl-carousel .owl-dots {
  margin-top: 0;
  text-align: center;
  float: left;
  width: 100%;
}
.owl-carousel .owl-dots .owl-dot {
  width: 16px;
  height: 6px;
  background: #adb2b5;
  -webkit-transition: background 0.35s;
  -o-transition: background 0.35s;
  transition: background 0.35s;
  -moz-transition: background 0.35s;
  -ms-transition: background 0.35s;
  display: inline-block;
  margin: 0 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: none;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #105efb;
}
.owl-carousel:hover .owl-nav {
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-carousel:hover .owl-nav .owl-next {
  margin-left: 30px;
}
.owl-carousel:hover .owl-nav .owl-prev {
  margin-right: 30px;
}
.owl-carousel .item .owl-image-holder {
  overflow: hidden;
}

.owl-carousel .owl-item a {
  display: block;
  position: relative;
}
.owl-carousel .item .post-title:hover a {
  color: #9b59b6;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: -40px;
  right: 0;
  opacity: 1;
  display: flex;
  gap: 5px;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  box-shadow: none;
  position: relative;
}

.owl-carousel:hover .owl-nav .owl-prev {
  margin-right: -30px !important;
}
.owl-carousel:hover .owl-nav .owl-next {
  margin-right: 0 !important;
}

.owl-carousel .owl-nav > div.owl-next,
.owl-carousel .owl-nav > div.owl-prev {
  left: unset !important;
  right: unset !important;
  position: relative !important;
}
.owl-carousel .owl-nav i {
  color: #3a3c3e;
  font-size: 17px;
}

.owl-carousel .owl-nav > div {
  background-color: #353534;
  background-color: transparent;
}

.owl-carousel .owl-nav > div:hover {
  background-color: #9b59b6;
  background-color: transparent;
}

.post-created {
  display: block;
  color: #646464 !important;
  font-size: 12px !important;
  margin: 5px 0;
  font-weight: 300 !important;
}

.home-intro .post-created {
  font-size: 14px !important;
}

.main_bottom_desc,
.main_bottom_desc * {
  font-size: 16px !important;
  color: #676767;
}
.home-intro .main_bottom_desc {
  color: #0c0c0c;
  font-size: 20px !important;
}
/* --- section articles ----------------------------------------------------------------------------------------------*/
.section-articles {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.section-articles .section-articles-tabs {
  display: flex;
  border-bottom: 1px solid #9b59b6;
  margin-bottom: 20px;
}

.section-articles .section-articles-tabs button {
  padding: 5px 20px;
  border: none;
  border-bottom: 2px solid transparent;
  background: none;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: -1px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  color: #9b59b6;
}

.section-articles .section-articles-tabs button.active {
  border-bottom: 2px solid #9b59b6;
  color: #9b59b6;
}

.section-articles .section-articles-tabs .tab-btn:first-child {
  padding-left: 0;
}

.tab-content {
  border-top: none;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.tab-content.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.section-articles .section-articles-title {
  padding: 5px 0px 5px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-direction: column;
}
.section-articles-description {
  margin-top: 25px;
  font-size: 18px;
}
.body-article .section-articles .section-articles-title {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 2px solid #3a3c3e;
}

.section-articles .section-articles-title h1 {
  font-size: 42px;
  font-weight: 900;
  line-height: 31px;
}

.section-articles.video .section-articles-title {
  color: #fff;
  position: relative;
  border: 0;
}

.section-articles .section-articles-title span {
  font-weight: 600;
  font-size: 28px;
}

.body-article .section-articles .section-articles-title span {
  color: #000;
}

.section-articles .section-articles-title span.more a,
.section-articles .section-articles-title span.more {
  font-size: 15px;
  text-transform: none;
  color: #9b59b6;
}

.section-articles .section-articles-title span.more i {
  font-size: 14px;
}

.section-articles .section-articles-list {
  position: relative;
  display: flex;
  width: 100%;
  gap: 20px;
}

.section-articles .section-articles-list .main-post {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 51%;
  flex: 1;
}

.section-articles .section-articles-list .main-post article .tt-dd,
.section-articles .section-articles-list .main-post article {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 20px;
}

.section-articles.layout-3
  .section-articles-list
  .side-posts
  .post
  article
  .tt-dd,
.section-articles .section-articles-list .main-post article .tt-dd {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.section-articles .section-articles-list article .read-more-wrapper {
  margin-top: 10px;
}

.section-articles .section-articles-list article .read-more-wrapper a {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.section-articles .section-articles-list article .read-more-wrapper a span {
  padding: 3px 8px;
  color: #676767;
  transition: background-color 0.3s ease;
}

.section-articles
  .section-articles-list
  article
  .read-more-wrapper
  a
  span.text {
  display: none;
}

.section-articles .section-articles-list article .read-more-wrapper .icon {
  padding: 3px 8px;
  background: #9b59b6;
  color: white;
}

.section-articles
  .section-articles-list
  article:hover
  .read-more-wrapper
  a
  span.text,
.section-articles
  .section-articles-list
  article
  .read-more-wrapper
  a:hover
  span.text {
  display: block;
  background: #9b59b6;
  color: white;
}

.section-articles.layout-2 .section-articles-list .main-post article a {
  font-size: 20px;
}

.section-articles.layout-3 .section-articles-list,
.section-articles.layout-4 .section-articles-list {
  width: 100%;
}

.section-articles .section-articles-list .main-post article .thumb {
  max-height: 477px;
  flex: 0 0 65.8%;
  overflow: hidden;
}

.video-wrapper,
.section-articles .section-articles-list article .thumb {
  position: relative;
}

.video-wrapper video,
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  cursor: pointer;
  width: 150px;
  height: 150px;
  border-radius: 0;
}
.video-wrapper {
  position: relative;
  background: #000;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.video-wrapper iframe,
.video-wrapper video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.video-wrapper.active iframe,
.video-wrapper.active video {
  display: block;
}
.video-wrapper .poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.video-wrapper.active .poster {
  display: none;
}

.video-wrapper.is-floating {
  position: fixed !important;
  width: 360px;
  height: 202px;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  background: #000;
}
.video-wrapper.is-floating .mini-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
.video-placeholder {
  width: 100%;
}
.video-sentinel {
  height: 1px;
  visibility: hidden;
}

.section-articles
  .section-articles-list
  .side-posts
  article
  .thumb
  .video-button,
.featured-carousel-wrapper .video-button {
  left: 0;
  bottom: 5px;
  top: initial;
  transform: none;
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.section-articles
  .section-articles-list
  .side-posts
  article
  .thumb
  .video-button,
.featured-carousel-wrapper .video-button i {
  font-size: 2rem;
}

.video-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  text-decoration: none;
  width: 150px;
  height: 150px;
  border-radius: 0;
}

.video-button i {
  font-size: 22px;
  line-height: 1;
  color: #fff;
}

.video-button i {
  font-size: 4rem;
}

.section-articles.layout-2 .section-articles-list .main-post article .thumb {
  flex: 0 0 57.7%;
}

.section-articles .section-articles-list .main-post article .thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-articles .section-articles-list .side-posts {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 49%;
  gap: 20px;
}

.section-articles .section-articles-list .side-posts .title .article_section {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #9b59b6;
}

.section-articles.layout-4 .section-articles-list .side-posts,
.section-articles.layout-3 .section-articles-list .side-posts {
  width: 100%;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  justify-items: start;
}

.section-articles.layout-4.one-per-row .section-articles-list .side-posts {
  grid-template-columns: 1fr;
}

.section-articles.layout-4.one-per-row
  .section-articles-list
  .side-posts
  .post
  article
  .thumb {
  order: 2;
}

.section-articles.layout-4.one-per-row
  .section-articles-list
  .side-posts
  .post
  article
  .title {
  order: 1;
  width: 80%;
}

.section-articles.layout-3 .section-articles-list .side-posts .post {
  width: calc(33% - 11px);
  width: 100%;
}

.same-section-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.same-section-list
  .section-articles.layout-3
  .section-articles-list
  .side-posts
  .post {
  width: 100%;
  margin-bottom: 0;
}

.section-articles.layout-3 .section-articles-list .main_bottom_desc {
  display: none;
}

.section-articles.layout-3
  .section-articles-list
  .side-posts
  .post:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

.section-articles.layout-4 .section-articles-list .side-posts .post {
  width: 100%;
}

.section-articles .section-articles-list .side-posts .post article {
  display: flex;
  width: 100%;
  gap: 20px;
}

.section-articles.layout-3 .section-articles-list .side-posts .post article {
  gap: 20px;
}

.section-articles.layout-3 .section-articles-list .side-posts .post article {
  flex-direction: column;
}

.section-articles .section-articles-list .side-posts .post article .thumb,
.section-articles .section-articles-list .side-posts .post article .tt-dd {
  width: 50%;
}

.section-articles.layout-3
  .section-articles-list
  .side-posts
  .post
  article
  .thumb,
.section-articles.layout-3
  .section-articles-list
  .side-posts
  .post
  article
  .tt-dd {
  width: 100%;
}

.section-articles.layout-4
  .section-articles-list
  .side-posts
  .post
  article
  .thumb {
  width: 20%;
}

.section-articles.layout-4
  .section-articles-list
  .side-posts
  .post
  article
  .tt-dd {
  width: 80%;
}

.section-articles.layout-4.sidebar
  .section-articles-list
  .side-posts
  .post
  article
  .thumb {
  width: 40%;
}

.section-articles.layout-4.sidebar
  .section-articles-list
  .side-posts
  .post
  article
  .tt-dd {
  width: 60%;
}

.section-articles .section-articles-list .side-posts .post article .thumb img {
  width: 100%;
  height: auto;
  /*height: 100%;*/
  /*object-fit: cover;*/
}

.section-articles.video .section-articles-list article .tt-dd .post-created {
  display: none;
}

.section-articles.layout-2
  .section-articles-list
  .side-posts
  .post
  article
  .tt-dd {
  width: 75%;
}

.vertical_carousel_container .post article .tt-dd h3 a,
.section-articles .section-articles-list .side-posts .post article .tt-dd h3 a {
  display: block;
  margin-top: 7px;
  font-size: 18px;
  font-weight: 500;
}

.home-intro
  .section-articles
  .section-articles-list
  .side-posts
  .post
  article
  .tt-dd
  h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vertical_carousel_container .post article .tt-dd h3 a {
  font-size: 14px;
  font-weight: 400;
}

.section-articles.video
  .section-articles-list
  .side-posts
  .post
  article
  .tt-dd
  h3
  a {
  color: #fff;
}

.section-articles.layout-3
  .section-articles-list
  .side-posts
  .post
  article
  .tt-dd
  h3
  a {
  margin-top: 0;
  /*font-size: 16px;*/
}

.section-articles.layout-4.sidebar
  .section-articles-list
  .side-posts
  .post
  article
  .tt-dd
  h3
  a {
  font-size: 14px;
  font-weight: 400;
}

.section-articles .section-articles-list .main-post article .cut-text-2-lines,
.section-articles .section-articles-list .main-post article a {
  font-size: 30px;
  font-weight: bold;
}

.section-articles.video .section-articles-list .main-post article a {
  color: #fff;
}

/* --- article -------------------------------------------------------------------------------------------------------*/
.body-article .article-elements > .elements {
  gap: 25px;
}

.body-article img {
  border-radius: 0;
}

.body-article .article-head .content-fixed {
  margin: 0;
}

.body-article iframe {
  max-width: 100%;
}

.articol h1,
.event-title,
.body-article h1 {
  color: #000 !important;
  font-size: 40px !important;
  font-weight: 600 !important;
}

.articol h1 {
  margin-bottom: 25px;
}

.body-article .article-meta {
  display: flex;
  gap: 20px;
  margin-top: 25px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  align-items: center;
  color: #666;
}

.body-article .social__btn__label,
.body-article .social__share__btn__label {
  color: #9b59b6;
}

.body-article .article-meta .article-authors a {
  color: #9b59b6;
}
.video-article-main .article-meta .article-authors a {
  color: #fff;
  text-decoration: underline;
}
.video-article-main .article-meta .article-authors a:hover {
  font-weight: bold;
}
.video-article-main .social__btn--share {
  color: #fff;
  text-decoration: underline;
}
.video-article-main .social__btn__label {
  color: #fff;
}
.video-article-main .social__btn__label:hover {
  font-weight: bold;
}

.video-article-main .social__btn--share .social__btn__icon {
  color: #fff;
}
.video-article-main .social__btn--share .social__btn__icon i {
  color: #fff;
}
.video-article-main .social__btn--share .social__btn__icon {
  border-color: #fff;
}
.body-article .social__share__btn__label:hover,
.body-article .social__btn:hover .social__btn__label,
.body-article .article-meta .article-authors a:hover {
  text-decoration: underline;
}

.body-article .article-meta .article-meta-divider {
  border-right: 1px solid #ccc;
  width: 1px;
  height: 20px;
}

.body-article .articol {
  padding: 0 75px;
}

.body-article .articol .articleMainImage {
  margin-bottom: 20px;
}

.section-main-article-body *:not(i),
.body-article .articol *:not(i) {
  font-size: 18px;
  line-height: 31px;
  color: #111;
  font-weight: 400;
}

.wide_text_tag {
  color: white !important;
  font-size: 14px !important;
  padding: 2px 5px;
}

.wide_text_tag.exclusive {
  background: #9b59b6;
}

.section-main-article-body ul,
.body-article .articol ol,
.body-article .articol ul {
  margin-left: 50px;
  margin-bottom: 20px;
}

.section-main-article-body li::marker,
.body-article .articol li::marker {
  color: #9b59b6 !important;
}

.articol #div-gpt-dcmedical_gpt-box1_horizontal {
  margin: 25px auto;
}

.section-main-article-body h2,
.section-main-article-body h2 *,
.body-article .articol h2,
.body-article .articol h2 * {
  font-size: 28px;
  margin: 50px 0 20px 0;
  font-weight: 600;
  line-height: 38px;
}

.section-main-article-body h3,
.section-main-article-body h3 *,
.body-article .articol h3,
.body-article .articol h3 * {
  font-size: 22px;
  font-weight: 600;
  margin: 30px 0 20px;
  color: #111;
}

.section-main-article-body a,
.body-article .articol a {
  color: #9b59b6;
}

.body-article .section-articles.layout-4.one-per-row .post article a {
  color: #13404f;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.body-article .section-articles.layout-4.one-per-row .post article a:hover {
  color: #9b59b6;
  text-decoration: none;
}

.body-article .google-news {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.body-article .google-news a {
  color: #13404f;
  font-weight: 600;
  font-size: 16px;
}

.section-main-article-body a:hover,
.body-article .articol a:hover {
  text-decoration: underline;
}

.body-article .articol .articleMainImage {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.body-article .articol .imageDescription {
  font-size: 14px;
  line-height: normal;
}

.section-main-article-body p,
.body-article .articol .article_description_new p,
.body-article .articol .articol_dec p {
  margin-bottom: 20px;
}

.body-article .articol .article_description_new * {
  font-size: 19px;
}

.section-main-article {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.section-main-article-part .section-articles-title h2 {
  font-size: 20px;
}

.body-article .article-info {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.body-article .article-info #location {
  color: #aeaeae;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  font-weight: 300;
}

/* --- event --- */
.event-image {
  margin: 25px auto;
}

.event-meta {
  margin-top: 10px;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 14px;
  color: #666;
}

/* --- share ---------------------------------------------------------------------------------------------------------*/
.article-share {
  position: relative;
}

.article-share-menu {
  position: absolute;
  top: 40px;
  right: 0;
  display: none;
  z-index: 999;
}

.article-share-menu.open {
  display: block;
}

.social__share {
  background-color: white;
  bottom: 0;
  -webkit-box-shadow: 0 2px 4px 0 #d1d1d1;
  box-shadow: 0 2px 4px 0 #d1d1d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  z-index: 99;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border-radius: 0;
  border-top: 2px solid #13404f;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  padding: 8px;
  width: 230px;
}

.social__share .social__share__title {
  font-size: 18px;
  font-weight: 600;
}

.social__btn--share,
.social__share button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background: 0;
  border: 0;
  color: #666;
  cursor: pointer;
  font-size: 13px;
  outline: inherit;
}

.social__btn--share:hover,
.social__share button:hover {
  color: #9b59b6;
}

.social__btn--share .social__btn__icon,
.social__share .social__share__btn__icon {
  border: 1px solid #9b59b6;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social__btn--share .social__btn__icon i,
.social__share .social__share__btn__icon i {
  font-size: 10px;
  color: #9b59b6;
}

.copy-tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 9999;
}

.copy-tooltip.show {
  opacity: 1;
}

/* --- sections by letter --- */
.letter-filter {
  margin-bottom: 20px;
  font-family: sans-serif;
}

.letter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.letter-btn {
  border: 1px solid #ccc;
  background: white;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  transition: 0.2s;
}

.letter-btn:hover {
  background: #f0f0f0;
}

.letter-sections {
  font-family: sans-serif;
}

.letter-section {
  margin-top: 30px;
}

.letter-title {
  background-color: #13404f;
  display: inline-block;
  font-weight: bold;
  width: 3.725rem;
  height: 3.725rem;
  text-align: center;
  color: rgb(255, 255, 255);
  border-radius: 9px 9px 9px 0px;
  margin: 0px 1.5rem 0.5rem 0px;
  padding: 0.625rem 0px;
  font-size: 28px;
}

.category-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.category-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 220px;
}

.category-columns li {
  border-top: 1px dotted #ccc;
  padding: 0.8rem 0;
}

.category-columns a {
  text-decoration: none;
  color: #13404f;
  font-size: 18px;
  font-weight: 600;
}

.category-columns a:hover {
  color: #9b59b6;
}

/* --- footer --------------------------------------------------------------------------------------------------------*/
#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
  background: 0 0 !important;
  color: #fff !important;
  border: 0 !important;
  font-size: 13px !important;
  padding: 0 !important;
  cursor: pointer !important;
}

footer {
  padding: 25px 0;
  background-color: #09090c;
}

footer .footer-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-brand {
  margin-bottom: 25px;
}
footer .footer-row {
  display: block;
}

footer .footer-col-title {
  color: white;
  margin-bottom: 10px;
}

footer .footer-brand img {
  width: 80px;
}

footer .footer-social-items {
  display: flex;
  gap: 15px;
  color: white;
  align-items: center;
  margin-top: 10px;
}

footer .footer-social-items a,
footer .footer-social-items i {
  color: white;
  font-size: 28px;
  vertical-align: middle;
}

footer .footer-social-items i.fa-facebook {
  font-size: 19px;
}

footer .footer-social-items i.fa-instagram {
  font-size: 21px;
}

footer .footer-apps {
  margin-left: auto;
}

footer .footer-apps .footer-col-title {
  text-align: center;
}

footer .footer-apps img {
  width: auto;
  height: 45px;
}

footer .footer-menu ul {
  list-style: none;
  display: flex;
  gap: 20px;
}
footer .nav-list-footer {
  list-style: none;
  display: flex;
  gap: 20px;
  padding-bottom: 25px;
}
footer .footer-menu ul li a,
footer .nav-list-footer li a {
  color: white;
}
footer .nav-list-footer li a span {
  font-weight: 700;
  font-size: 1rem;
}
footer .footer-menu ul li a:hover {
  text-decoration: underline;
}

footer .footer-copy {
  color: white;
  width: 100%;
  font-weight: 200;
  font-size: 12px;
}

/* --- Tables --------------------------------------------------------------------------------------------------------*/
table {
  margin: 20px 0;
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
  font-family: sans-serif;
  font-size: 0.95rem;
  color: #333;
  border: 1px solid #dee2e6;
}

table th,
table td {
  padding: 0.75rem;
  border: 1px solid #dee2e6;
  text-align: left;
  vertical-align: middle;
}

table thead {
  background-color: #f8f9fa;
  font-weight: bold;
}

/* --- cookie banner --- */

/* --- social media widget ------------------------------------------------------------------------------------------ */
.social-media-container {
  display: flex;

  gap: 1rem;
}

.social-media-item {
  aspect-ratio: 1 / 1; /* pătrat */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.5rem;
  color: white;
  border-radius: 5px;
  gap: 5px;
  cursor: pointer;
}

.social-media-item.facebook {
  background-color: #edeff6;
  color: #4c66a3;
}

.social-media-item.facebook:hover {
  background-color: #4c66a3;
  color: white;
}

.social-media-item.instagram {
  background-color: #fddcf0;
  color: #d1027b;
}

.social-media-item.instagram:hover {
  background-color: #d1027b;
  color: white;
}

.social-media-item.youtube {
  background-color: #fce9e9;
  color: #e42c27;
}

.social-media-item.youtube:hover {
  background-color: #e42c27;
  color: white;
}

.social-media-item.tiktok {
  background-color: #dffffd;
  color: #000;
}

.social-media-item.tiktok:hover {
  background-color: #000;
  color: white;
}

.social-media-item .data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.social-media-item .icon i {
  font-size: 28px;
}

.social-media-item .counter {
  font-size: 20px;
  font-weight: 600;
}

.social-media-item .label {
  text-transform: uppercase;
}

@media screen and (max-width: 1235px) {
  .main-wrapper {
    padding-top: 90px;
  }

  .main-wrapper > .content-fixed,
  .main-wrapper > .content-wide {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1024px) {
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .main-wrapper {
    padding-top: 40px;
  }

  .content-fixed,
  .content-wide,
  .content-fixed .elements,
  .content-wide .elements {
    /*gap: 50px;*/
    width: 100%;
  }

  .content-fixed .spliter {
    grid-template-columns: 1fr;
  }

  header.shrink {
    padding: 5px 0;
  }

  header.shrink .header-inner .brand {
    margin: 0 auto;
  }

  /* --- navigation ------------------------------------------------------------------------------------------------*/
  header #mobile-menu-button {
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  header #mobile-menu-button i {
    font-size: 25px;
    color: #13404f;
  }

  header nav li.has-submenu.active a {
    color: #13404f;
  }

  header nav li.has-submenu.active:after,
  header nav li.has-submenu:hover:after {
    border-bottom: 2px solid #13404f;
  }

  header nav li.has-submenu.active i {
    transform: none;
  }

  .header-inner .nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    background: white;
    z-index: 9999;
    padding: 15px 0;
    height: auto;
  }

  .navigation-link-list {
    z-index: 9999;
    background: white;
    top: 70px;
    position: fixed;
    height: calc(100% - 70px);
    overflow: hidden;
    padding: 20px;
  }

  #submenu_search .navigation-link-list {
    height: auto;
    box-shadow: 0 19px 11px -19px #ddd;
  }

  .navigation-link-list__items {
    display: flex;
    height: 100%;
    overflow: scroll;
    flex-direction: column;
  }

  .submenu-container .submenu-items {
    flex-direction: column;
    gap: 10px;
  }

  .submenu-container {
    border-top: 0;
  }

  .submenu-container .navigation-link-list__title .mobile-close-icon {
    display: block;
  }

  .submenu-container .navigation-link-list__info {
    width: 100%;
  }

  .submenu-container .mobile-close-icon i {
    font-size: 20px;
    color: #13404f;
  }

  .section-articles .section-articles-title {
    margin-bottom: 0;
  }

  .header-inner .nav.show {
    display: block;
  }

  .header-inner .nav .nav-list {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
    gap: 5px;
  }

  .header-inner .nav .nav-list-item {
    padding: 10px 0;
  }

  header nav li {
    padding-bottom: 0px;
    border-bottom: 1px solid #ddd;
    width: 100%;
  }

  header nav .nav-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  header nav li.has-submenu.active:after {
    bottom: -2px;
  }

  .submenu-container .navigation-link-list {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .submenu-container .navigation-link-list__image,
  .navigation-link-list__description {
    display: none;
  }

  .submenu-container .navigation-link-list__items {
    padding: 0;
  }

  .submenu-container .navigation-link-list__body {
    border: 0;
  }

  .submenu-container .navigation-link-list__body,
  .submenu-container .navigation-link-list__items {
    width: 100%;
    padding: 0;
  }

  /* --- sidebar ---------------------------------------------------------------------------------------------------*/
  .aside {
    width: 100% !important;
  }

  /* --- slider ----------------------------------------------------------------------------------------------------*/
  .slider {
    width: 893px;
    height: 393px;
  }
  .slider_content_box {
    width: 280px;
    left: 76px;
    top: 140px;
    padding: 13px 15px 15px;
  }
  .site_container.boxed .slider_content_box {
    top: 116px;
  }
  .slider_content_box p {
    font-size: 13px;
    padding: 13px 0 0;
  }
  .slider_content_box h2 {
    margin-top: 12px;
  }
  .slider li.slide {
    width: 893px;
    height: 393px;
    background-size: auto 393px;
    -moz-background-size: auto 393px;
    -webkit-background-size: auto 393px;
    -o-background-size: auto 393px;
  }
  .slider li.slide img {
    width: 893px;
  }
  .site_container.boxed .slider,
  .site_container.boxed .slider li.slide {
    width: 850px;
    height: 376px;
  }
  .site_container.boxed .slider li.slide img {
    width: 855px;
  }
  .slider li.slide .pr_preloader {
    height: 393px;
  }

  .small_slider li.slide,
  .small_slider li.slide img {
    width: 490px;
  }
  .small_slider .slider_content_box {
    width: 460px;
  }
  .slider_posts_list li {
    width: 187.5px !important;
  }

  /* --- section articles ------------------------------------------------------------------------------------------*/
  .section-articles .section-articles-list .main-post article .tt-dd,
  .section-articles .section-articles-list .main-post article,
  .section-articles .section-articles-list .main-post {
    display: block;
  }

  .section-articles.layout-3 .section-articles-list .side-posts .post {
    width: 100%;
  }

  .body-article .article-info {
    flex-direction: column;
    gap: 10px;
  }

  .body-article h1 {
    font-size: 24px;
  }

  .body-article .articol h2,
  .body-article .articol h2 * {
    font-size: 22px;
  }

  #mobile-menu-search-button {
    right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  #mobile-menu-search-button i {
    font-size: 23px;
    color: #000;
  }

  #mobile-menu-search-button i.fa-xmark {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .big-carousel-wrapper a {
    font-size: 16px;
  }

  /* --- slider --- */
  .slider_content_box {
    width: 280px;
    left: 49px;
    top: 110px;
    padding: 13px 15px 15px;
  }
  .site_container.boxed .slider_content_box {
    top: 110px;
  }
  .slider_content_box p {
    display: none;
  }
  .slider_content_box h2 {
    margin-top: 9px;
  }
  .slider {
    width: 550px;
    height: 242px;
  }
  .slider li.slide {
    width: 550px;
    height: 242px;
    background-size: auto 242px;
    -moz-background-size: auto 242px;
    -webkit-background-size: auto 242px;
    -o-background-size: auto 242px;
  }
  .slider li.slide img {
    width: 550px;
  }
  .site_container.boxed .slider,
  .site_container.boxed .slider li.slide {
    width: 562px;
    height: 250px;
  }
  .site_container.boxed .slider li.slide img {
    width: 567px;
  }
  .slider li.slide .pr_preloader {
    height: 242px;
  }
  .small_slider li.slide,
  .small_slider li.slide img {
    width: 462px;
  }
  .small_slider .slider_content_box {
    width: 432px;
  }
  .slider_posts_list li {
    width: 231px !important;
    height: 100px;
  }
  .slider_posts_list li h5 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
  }
  .slider_posts_list li .date {
    padding-left: 10px;
    padding-top: 8px;
    padding-right: 10px;
  }

  .section-articles .section-articles-list {
    flex-direction: column;
  }

  .section-articles .section-articles-list .main-post,
  .section-articles .section-articles-list .side-posts {
    width: 100%;
  }

  .vertical_carousel_container .post article .tt-dd h3 a,
  .section-articles
    .section-articles-list
    .side-posts
    .post
    article
    .tt-dd
    h3
    a {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0;
  }

  .section-articles.layout-3 .section-articles-list .side-posts .post {
    margin-bottom: 20px;
  }

  .section-articles .section-articles-list .side-posts .post article .tt-dd {
    width: 75%;
  }

  .section-articles .section-articles-tabs .tab-btn {
    font-size: 16px;
  }

  /* --- article --- */

  .body-article .articol {
    padding: 0;
  }

  .section-articles.layout-4.one-per-row
    .section-articles-list
    .side-posts
    .post
    article
    .thumb {
    width: 40%;
  }

  .section-articles.layout-4.one-per-row
    .section-articles-list
    .side-posts
    .post
    article
    .title {
    width: 60%;
  }
}

@media (min-width: 501px) and (max-width: 1024px) {
  /*.caroufredsel_wrapper {*/
  /*    height: 270px !important;*/
  /*}*/
  .vertical-carousel-wrapper {
    width: 80%;
    margin: 0 auto;
  }

  /*.vertical_carousel {*/
  /*    display: grid !important;*/
  /*    grid-template-columns: 1fr 1fr;*/
  /*    gap: 10px;*/
  /*    max-height: none !important;*/
  /*    overflow: hidden;*/
  /*    height: auto !important;*/
  /*    width: 100% !important;*/
  /*}*/

  /*.vertical_carousel li {*/
  /*    width: 100% !important;*/
  /*    box-sizing: border-box;*/
  /*}*/
}

@media screen and (max-width: 500px) {
  /*.mt-50 {*/
  /*    display: none;*/
  /*}*/

  .main-wrapper {
    padding-top: 80px;
  }

  /* --- slider --- */
  .slider .slider_content_box {
    padding: 10px;
    left: 33px;
    bottom: 10px;
    top: auto;
  }
  .site_container.boxed .slider_content_box {
    top: auto;
  }
  .slider_content_box .post_details,
  .slider_content_box .slider_navigation {
    display: none;
  }
  .slider_content_box h2 {
    font-size: 14px;
    margin-top: 0;
  }
  .slider {
    width: 357px;
    height: 157px;
  }
  .slider li.slide {
    width: 357px;
    height: 157px;
    background-size: auto 157px;
    -moz-background-size: auto 157px;
    -webkit-background-size: auto 157px;
    -o-background-size: auto 157px;
  }
  .slider li.slide img {
    width: 357px;
  }
  .site_container.boxed .slider,
  .site_container.boxed .slider li.slide {
    width: 400px;
    height: 178px;
  }
  .site_container.boxed .slider li.slide img {
    width: 405px;
  }
  .slider li.slide .pr_preloader {
    height: 157px;
  }
  /* --- small slider --- */
  .small_slider li.slide,
  .small_slider li.slide img {
    width: 300px;
  }
  .small_slider .slider_content_box {
    width: 280px;
    padding: 10px;
  }
  /* --- slider navigation --- */
  .slider_posts_list li,
  .vc_col-sm-8 .slider_posts_list li {
    width: 150px !important;
    height: 90px;
  }
  .slider_posts_list li h5 {
    font-size: 13px;
  }

  /* --- article --- */

  .body-article .article-meta {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }

  .article-meta-divider {
    display: none;
  }

  .section-articles .section-articles-tabs {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .section-articles.video .section-articles-list .main-post article a {
    font-size: 20px;
  }

  .section-articles .section-articles-tabs .tab-btn:first-child {
    padding-left: 20px;
  }

  .section-articles .section-articles-title span {
    font-size: 18px;
  }

  /* --- section articles-----------------------------------------------------------------------------------------------*/
  .tt-dd .read-more-wrapper {
    display: none;
  }

  /* --- article style-----------------------------------------------------------------------------------------------*/

  .body-article h1 {
    font-size: 32px !important;
  }

  /* --- Homepage touch -----------------------------------------------------------------------------------------------*/
  .margin_top_35 {
    margin-top: 35px !important;
  }

  /* --- section article list ------------------------------------------------------------------------------------------*/
  .content-fixed .elements {
    /*gap: 50px;*/
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    overflow: hidden;
  }

  .main-wrapper > .content-fixed {
    margin: 0 auto;
  }

  .content-fixed .spliter {
    margin: 0 auto;
  }

  footer .footer-apps {
    margin: 0 auto;
  }

  .img-4x3,
  .img-16x9 {
    max-width: 480px;
  }
}

/* --- animations ----------------------------------------------------------------------------------------------------*/
.animated_element {
  visibility: hidden;
  position: relative;
}
.fadeIn,
.scale,
.slideRight,
.slideRightBack,
.slideRight200,
.slideLeft,
.slideLeftBack,
.slideLeft50,
.slideDown,
.slideDownBack,
.slideDown200,
.slideUp,
.slideUpBack,
.width,
.height {
  animation-timing-function: cubic-bezier(0.75, 0, 0.25, 1);
  -webkit-animation-timing-function: cubic-bezier(0.75, 0, 0.25, 1);
  visibility: visible !important;
}
.slideRightBack,
.slideLeftBack,
.slideDownBack,
.slideUpBack {
  opacity: 0;
}
/* --- fadeIn --- */
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* --- scale --- */
.scale {
  animation-name: scale;
  -webkit-animation-name: scale;
}
@keyframes scale {
  0% {
    transform: scale(0.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
/* --- slideRight --- */
.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
}
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
/* --- slideRightBack --- */
.slideRightBack {
  animation-name: slideRightBack;
  -webkit-animation-name: slideRightBack;
}
@keyframes slideRightBack {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slideRightBack {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
}
/* --- slideRight200 --- */
.slideRight200 {
  animation-name: slideRight200;
  -webkit-animation-name: slideRight200;
}
@keyframes slideRight200 {
  0% {
    opacity: 0;
    transform: translateX(-200%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideRight200 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
/* --- slideLeft --- */
.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
/* --- slideLeftBack --- */
.slideLeftBack {
  animation-name: slideLeftBack;
  -webkit-animation-name: slideLeftBack;
}
@keyframes slideLeftBack {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
@-webkit-keyframes slideLeftBack {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
/* --- slideLeft50 --- */
.slideLeft50 {
  animation-name: slideLeft50;
  -webkit-animation-name: slideLeft50;
}
@keyframes slideLeft50 {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideLeft50 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
/* --- slideDown --- */
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
/* --- slideDownBack --- */
.slideDownBack {
  animation-name: slideDownBack;
  -webkit-animation-name: slideDownBack;
}
@keyframes slideDownBack {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@-webkit-keyframes slideDownBack {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
}
/* --- slideDown --- */
.slideDown200 {
  animation-name: slideDown200;
  -webkit-animation-name: slideDown200;
}
@keyframes slideDown200 {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideDown200 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
/* --- slideUp --- */
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
/* --- slideUpBack --- */
.slideUpBack {
  animation-name: slideUpBack;
  -webkit-animation-name: slideUpBack;
}

@keyframes slideUpBack {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}

@-webkit-keyframes slideUpBack {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
/* --- width --- */
.width {
  animation-name: width;
  -webkit-animation-name: width;
}

@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/* --- height --- */
.height {
  animation-name: height;
  -webkit-animation-name: height;
}

@keyframes height {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

@-webkit-keyframes height {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

.latest-two {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin: 16px 0 24px;
  position: relative;
}
.latest-two .video-button {
  width: 100px;
  height: 100px;
}
@media (min-width: 900px) {
  .latest-two {
    grid-template-columns: 1fr 1fr;
  }
  .latest-two .lt-card:nth-child(2) {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }

  .latest-two::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    transform: translateX(-0.5px);
    background: #e5e5e5;
    pointer-events: none;
  }
  .owl-carousel .owl-item .item-inner {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }

  .owl-carousel
    .owl-item.active:not(.cloned)
    + .owl-item.active:not(.cloned)
    .item-inner {
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid #e6e6e6;
  }
}

/* card */
.lt-card .thumb {
  display: block;
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
}
.lt-card .thumb img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  transition: transform 0.25s ease;
}
.lt-card .thumb:hover img {
  transform: scale(1.02);
}

/* badge categorie */
.badge {
  display: inline-block;
  padding: 4px 8px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-radius: 4px;
}
.badge-cat {
  color: #9b59b6;
  background: #f5f5f5;
  text-decoration: none;
}
.lt-card .meta {
  margin-top: 10px;
}

/* titlu */
.lt-title {
  margin: 6px 0 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}
.lt-title a {
  color: #000;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
}
.lt-title a:hover {
  color: #9b59b6;
}

.home-intro .section-articles-title {
  display: none;
}
.section-articles .section-articles-list {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.home-intro .section-articles .section-articles-list > :first-child {
  flex: 2 1 0;
  min-width: 0;
}

.home-intro .section-articles .section-articles-list > :not(:first-child) {
  flex: 1 1 0;
  min-width: 0;
}

.home-intro
  .section-articles
  .section-articles-list
  .side-posts
  .post
  article
  .tt-dd
  h3
  a {
  margin-top: 0;
}
.home-intro
  .section-articles
  .section-articles-list
  .post
  article
  .read-more-wrapper {
  display: none;
}
.home-intro
  .section-articles
  .section-articles-list
  .side-posts
  .post
  article
  .thumb,
.home-intro
  .section-articles
  .section-articles-list
  .side-posts
  .post
  article
  .tt-dd {
  width: 100%;
}
.home-intro .vertical_carousel_container .post article .tt-dd h3 a {
  font-size: 14px;
}
.home-intro .section-articles .section-articles-list {
  align-items: flex-start;
}

.home-intro .section-articles .section-articles-list .side-posts {
  overflow-y: auto;
  max-height: 64vh;
  padding-right: 4px;
  padding-bottom: 40px;
  position: relative;
}
.home-intro
  .section-articles
  .section-articles-list
  .side-posts::-webkit-scrollbar {
  width: 8px;
}
.home-intro
  .section-articles
  .section-articles-list
  .side-posts::-webkit-scrollbar-thumb {
  background: #c9c9c9;
  border-radius: 8px;
}
.home-intro .section-articles .section-articles-list .side-posts {
  scrollbar-width: thin;
  scrollbar-color: #c9c9c9 transparent;
}
.home-intro
  .section-articles
  .section-articles-list
  .side-posts
  .video-button
  i {
  font-size: 2rem;
}
.featured-carousel-wrapper .post-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #4b5563;
  margin-top: 8px;
}

.featured-carousel-wrapper .post-meta .meta-sep {
  width: 1px;
  height: 12px;
  background: rgba(0, 0, 0, 0.2);
}

.featured-carousel-wrapper .post-meta .meta-cat {
  color: #4b5563;
  text-decoration: none;
}
.featured-carousel-wrapper .post-meta .meta-cat:hover {
  color: #9b59b6;
}
.home-intro
  .section-articles
  .section-articles-list
  .side-posts
  .post
  article
  .tt-dd
  h3
  a {
  font-size: 16px;
}
.home-intro .thumb.thumb-taller {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.home-intro .thumb.thumb-taller::before {
  content: "";
  display: block;
  padding-top: 75%; /* 4:3 = 75% înălțime din lățime ( (3/4)*100 ) */
}
.home-intro .thumb.thumb-taller > a,
.home-intro .thumb.thumb-taller img {
  position: absolute;
  inset: 0;
}
.home-intro .thumb.thumb-taller img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-intro .section-articles .section-articles-list .main-post article .thumb {
  max-height: 800px;
  flex: 0 0 65.8%;
  overflow: hidden;
}
.section-articles.layout-3 .section-articles-list .video-button i {
  font-size: 2rem;
}
.section-articles
  .section-articles-list
  .side-posts
  article
  .thumb
  .video-button {
  bottom: 0;
}
.home-intro
  .section-articles
  .section-articles-list
  .side-posts
  .video-button
  i {
  font-size: 1rem;
}
.home-intro .section-articles .section-articles-list .side-posts .video-button {
  width: 25px !important;
  height: 25px !important;
  bottom: 4px !important;
}
.home-intro .section-articles .section-articles-list .side-posts .post-created {
  margin-bottom: 0 !important;
}
@media (max-width: 640px) {
  footer .nav-list-footer {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
  }
  footer .nav-list-footer li a {
    display: block;
  }
}
@media (max-width: 900px) {
  .home-intro .section-articles .section-articles-list {
    flex-direction: column;
  }
  .home-intro .section-articles .section-articles-list > * {
    flex: none;
    width: 100%;
  }
  .section-articles .section-articles-list .side-posts {
    max-height: none;
    overflow: visible;
  }
  .home-intro .section-articles .section-articles-list .side-posts {
    display: none;
  }
}
.video-article-layout {
  display: grid;
  grid-template-columns: 1fr 360px; /* stânga mare, dreapta 360px */
  gap: 20px;
  align-items: start;
}
.video-article-layout .article_tag_container .article_tag {
  background: #fff;
  color: #000;
}
.video-article-main {
  position: relative;
}
.body-article .video-article-main h1 {
  color: #fff !important;
  margin-top: 20px;
}
.video-article-main .articol_dec {
  font-size: 18px;
  line-height: 31px;
  color: #fff;
  font-weight: 400;
}
.video-article-main .articol_dec p {
  font-size: 18px;
  margin-bottom: 20px;
}

.video-article-main .articol_dec *:not(i) {
  font-size: 18px;
  line-height: 31px;
  color: #fff;
  font-weight: 400;
}
.video-article-aside {
  position: sticky;
  top: 80px;
}
.video-article-aside .aside-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 12px 0;
  color: #fff;
}
.video-article-layout .article-meta {
  color: #fff;
  border-bottom: 0;
}
.video-article-aside .aside-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  scrollbar-width: thin;
  srollbar-color: #c9c9c9 transparent;
  overflow-y: auto;
  max-height: 65vh;
  padding-right: 4px;
}
.aside-item {
}
.aside-link {
  display: flex;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}
.aside-thumb {
  position: relative;
  width: 140px;
  flex: 0 0 140px;
}
.aside-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.aside-thumb .video-icon {
  position: absolute;
  border-radius: 0;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  left: 0;
  bottom: 4px;
}
.aside-thumb .video-icon img {
  width: auto;
  height: auto;
}
.aside-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.aside-title-text {
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
}
.aside-meta {
  font-size: 0.875rem;
  opacity: 0.7;
  color: #fff;
}

.video-wrapper {
  position: relative;
  cursor: pointer;
}
.video-wrapper .video-button {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  color: #fff;
  font-size: 64px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background: none;
  width: 150px;
  height: 150px;
}
.img-16x9 {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 1024px) {
  .video-article-layout {
    grid-template-columns: 1fr;
  }
  .video-article-aside {
    position: static;
  }
  .aside-thumb {
    width: 36vw;
    max-width: 180px;
  }
}

.featured-carousel-wrapper .owl-image-holder {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

@supports not (aspect-ratio: 1 / 1) {
  .featured-carousel-wrapper .owl-image-holder {
    height: 0;
    padding-top: 56.25%;
  }
  .featured-carousel-wrapper .owl-image-holder img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 200px !important;
    object-fit: cover;
    object-position: center;
    display: block;
  }
}

.featured-carousel-wrapper .owl-image-holder img {
  display: block;
  width: 100%;
  height: 160px !important;
  object-fit: cover;
  object-position: center;
}
.featured-carousel-wrapper .owl-image-holder .video-button img {
  display: block;
  width: 35px;
  height: 35px !important;
}
.featured-carousel-wrapper .owl-carousel .item,
.featured-carousel-wrapper .owl-carousel .item-inner {
  height: 100%;
}
.featured-carousel-wrapper .owl-carousel .item-inner:hover img {
  transform: scale(1.02);
}
.video-article-hero {
  margin-top: 10px;
}

.home-intro .section-articles .section-articles-list .side-posts .post article {
  display: grid;
  grid-template-columns: 155px 1fr;
  gap: 10px;
  width: 100%;
  align-items: start;
}
.article_tag_container {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.article_tag_container a {
  text-decoration: none;
}

.article_tag_container .article_tag {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 12px;
  transition: background 0.2s ease-in-out, color 0.2s;
}

.article_tag_container .article_tag:hover {
  background: #9b59b6;
  color: #fff;
}
.share-box {
  position: relative;
  display: inline-block;
  margin-top: 15px;
}

.share-box .share-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  color: #000;
  border: 0;
  cursor: pointer;
}

.share-box .share-toggle:hover {
  color: #9b59b6;
}
.share-box .share-toggle span {
  font-size: 16px;
  font-weight: 700;
}
.share-box .share-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  min-width: 220px;
  background: #000;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  padding: 8px;
  display: none;
  z-index: 30;
  -webkit-transform: translateZ(0);
}

.share-box .share-dropdown .share-link {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  background: transparent;
  color: #fff;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-size: 18px !important;
  font-weight: 700;
}

.share-box .share-dropdown .share-link:hover {
  background: #9b59b6;
}

.share-box .share-dropdown .fb i {
  color: #1877f2;
}
.share-box .share-dropdown .x i {
  color: #fff;
}
.share-box .share-dropdown .wa i {
  color: #25d366;
}
.share-box .share-dropdown .copy i {
  color: #bbb;
}

.share-box .copied {
  position: absolute;
  right: -6px;
  top: -6px;
  transform: translateY(-100%);
  background: #111;
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.share-box .copied.show {
  opacity: 1;
}

.social-section {
  margin: 24px 0;
}

.social-title {
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  font-size: 20px;
}

.social-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(56px, 1fr));
  gap: 12px;
}

.social-item {
  aspect-ratio: 1 / 1;
  border: 2px solid #111;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
  text-decoration: none;
}

.social-item i {
  font-size: 22px;
  color: #111;
  line-height: 1;
}

.social-item:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}

.social-item.facebook:hover i {
  color: #1877f2;
}
.social-item.tiktok:hover i {
  color: #000000;
}
.social-item.instagram:hover i {
  color: #e1306c;
}
.social-item.youtube:hover i {
  color: #ff0000;
}
.social-item.whatsapp:hover i {
  color: #25d366;
}
.footer-row.two-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer-left {
  flex: 1 1 60%;
}

.footer-right {
  flex: 1 1 35%;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}

.footer-right h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.footer-right p {
  margin-bottom: 20px;
}
.featured-carousel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.featured-carousel-title h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.featured-carousel-title .see-all-link {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  margin-right: 70px;
}

.featured-carousel-title .see-all-link:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .social-list {
    grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
    gap: 14px;
  }
  .social-item i {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .footer-row.two-cols {
    flex-direction: column;
  }
  .footer-left,
  .footer-right {
    flex: 1 1 100%;
  }
  .video-button,
  .latest-two .video-button,
  .video-wrapper .video-button {
    width: 80px;
    height: 80px;
  }
  .home-intro .section-articles .section-articles-list .main-post article h3 {
    margin: 20px 0;
  }
  .home-intro .section-articles .section-articles-list .main-post article a {
    font-size: 22px;
  }

  .home-intro .content-fixed {
    margin-top: 0;
  }
  .section-articles .section-articles-title h1 {
    font-size: 32px;
  }
  .main-wrapper > .content-fixed,
  .main-wrapper > .content-wide {
    padding: 0 5px;
  }
  .article_tag_container .article_tag {
    padding: 4px 10px;
    font-size: 13px;
  }
  .home-intro .section-articles .section-articles-list .main-post article h1 {
    margin: 20px 0;
    line-height: 1.2;
  }
  .home-intro .section-articles .section-articles-list .main-post article h1 a {
    font-size: 26px;
  }
  .featured-carousel-wrapper .owl-image-holder img {
    height: 100% !important;
  }
  .social-list {
    grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
  }
  .social-item i {
    font-size: 16px;
  }
  .sticky .mt-50 {
    margin-top: 0 !important;
  }
  .section-articles
    .section-articles-list
    .side-posts
    article
    .thumb
    .video-button {
    bottom: 6px;
  }
  footer .content-fixed {
    margin: 10px 0;
  }
  .body-article .video-article-main h1 {
    color: #fff !important;
    margin: 20px 0;
    line-height: 1.2;
    font-size: 28px !important;
  }
  .video-article .main-wrapper {
    padding-top: 40px;
  }
  .featured-carousel-wrapper .post-content {
    margin-top: 20px;
  }
  .same-section-list {
    padding: 0 3%;
    margin-bottom: 30px;
  }
  .video-article-aside {
    display: none;
  }
  .share-box .share-dropdown {
    position: relative;
  }
}
