* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;

  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;

  font-size: 14px;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  background-color: #fff;
}

strong {
  font-weight: bold !important;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #398fc5;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.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: 90px;
}

.content-fixed,
.content-wide,
.content-fixed .elements,
.content-wide .elements {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.sticky {
  position: sticky !important;
  top: 50px;
}

.aside > div {
  display: flex;
  flex-direction: column;
  gap: 50px;
  min-width: 300px;
}

.content-fixed,
.content-wide {
  margin: 35px auto;
}

.content-fixed .spliter {
  margin: 10px auto;
  display: grid;
  grid-template-columns: auto 300px;
  gap: 35px;
}

.content-wide.spliter {
  grid-template-columns: auto;
}

.grid-one-column {
  width: 100%;
}

.grid-one-column .spliter {
  grid-template-columns: 1fr;
  width: 100%;
}

.content-fixed {
  width: 100%;
  max-width: 1440px;
  padding: 0px 2rem;
}

.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;
  margin-top: 25px;
}

.article_tag_wrapper .article_tag {
  color: #000;
  font-size: 14px !important;
  background-color: #eee;
  padding: 0 5px;
}

.article_tag_wrapper .article_tag:hover {
  text-decoration: underline;
}

.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: #398fc5;
}

.owl-item img,
.thumb img {
  /*border-radius: 20px;*/
  aspect-ratio: 16 / 9;
}

article .thumb,
.owl-image-holder {
  /*border-radius: 5px;*/
  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 img,
.owl-carousel .item:hover img {
  transform: translateZ(0px) scale(1.03, 1.03);
}

.carousel-wrapper {
  margin: 25px auto;
}
.carousel-wrapper, .carousel-container {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.carousel-container .carousel-track {
  width: 100%;
  height: 100%;
  position: relative;
}

.carousel-container .carousel-track-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.carousel-container .carousel-navigations {
  width: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}

.carousel-container .card {
  position: absolute;
  width: 75%;
  height: auto;
  background: white;
  /*border-radius: 20px;*/
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.carousel-container .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-bottom: -10px;
}

.carousel-container .card.center {
  z-index: 10;
  transform: scale(1.05) translateZ(0);
}

.carousel-container .card.center img {
  filter: none;
}


.carousel-container .card.left {
  z-index: 5;
  transform: translateX(-220px) scale(0.9) translateZ(-100px);
  opacity: 0.9;
}

.carousel-container .card.right {
  z-index: 5;
  transform: translateX(220px) scale(0.9) translateZ(-100px);
  opacity: 0.9;
}

.carousel-container .card.left:after, .carousel-container .card.right:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(255,255,255,.7);*/
}

.carousel-container .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #12121200 20%, #121212);

}


.carousel-container .card.hidden {
  pointer-events: none;
  z-index: -1;
}

.carousel-wrapper .dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

.carousel-wrapper .dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid white;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-wrapper .dots .dot.active {
  background-color: rgba(255,255,255,.7);
}

.carousel-container .nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  transition: all 0.3s ease;
  font-size: 1.5rem;
  border: none;
  outline: none;
  padding-bottom: 4px;
  background-color: transparent;
}

.carousel-container .nav-arrow:hover {
  transform: translateY(-50%) scale(1.1);
}

.carousel-container .nav-arrow.left {
  left: 20px;
  padding-right: 3px;
}

.carousel-container .nav-arrow.right {
  right: 20px;
  padding-left: 3px;
}

.carousel-container .nav-arrow i {
  font-size: 30px;
}

.carousel-container .carousel-meta {
  width: 75%;
  margin: 10px auto;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.carousel-container .carousel-meta-mobile {
  display: none;
}

.carousel-container .carousel-meta-link {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: white;
}

.carousel-container .carousel-title h2 {
  font-size: 30px;
}


.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: 400 !important;
  color: #000 !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 #d1d1d1;
}

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: 15px 0;
}

header.shrink.submenu-opened {
  padding-bottom: 0;
}

header.shrink .header-inner {
  flex-direction: row;
  gap: 30px;
}

header.shrink .header-inner .brand {
  width: 290px;
  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-size: 20px;
  font-weight: 400;
}

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: #398fc5;
}

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 #398fc5;
  position: absolute;
  bottom: -8px;
  z-index: 999;
  width: 100%;
  left: -1px;
}

header nav li.nav-item-search i {
  font-size: 17px;
  color: #398fc5;
}

#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: 35%;
  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 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: 400;
  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: #000;
  outline-color: #000;
}

#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: #000;
}

.submenu-container #search button i {
  font-size: 22px;
}

.nav-see-all,
.nav-see-all span {
  color: #398fc5;
}

/* --- 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;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.featured-carousel-title h2 {
  font-family: "DM Serif Display", serif;
  font-size: 46px;
  line-height: 46px;
  /*font-weight: 700;*/
  color: #000;
}

.owl-item .post-title span {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

/* --- vertical slider -----------------------------------------------------------------------------------------------*/
.vertical-carousel-wrapper {
  position: relative;
}

.vertical-carousel-wrapper .vertical-carousel-title {
  padding: 9px 0px 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  border-bottom: 1px solid #398fc5;
  font-size: 22px;
  line-height: 20px;
  font-weight: 400;
  color: #398fc5;
  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: #398fc5;
}
/* --- 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: #398fc5;
  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 {
}
.owl-carousel .item:hover a {
  /*color: #398fc5;*/
}
.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: #398fc5;
  font-size: 17px;
}

.owl-carousel .owl-nav > div {
  background-color: #353534;
  background-color: transparent;
}

.owl-carousel .owl-nav > div:hover {
  background-color: #398fc5;
  background-color: transparent;
}

.post-created {
  display: block;
  color: #646464 !important;
  font-size: 12px !important;
  margin: 5px 0;
  font-weight: 300 !important;
}

.main_bottom_desc,
.main_bottom_desc * {
  font-size: 17px !important;
  color: #676767;
  line-height: 23px;
}

/* --- section articles ----------------------------------------------------------------------------------------------*/
.section-articles {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.section-articles .section-articles-tabs {
  display: flex;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
}

.section-articles .section-articles-tabs .section-tabs-title {
  font-family: "DM Serif Display", serif;
  font-size: 46px;
  line-height: 46px;
  /*font-weight: 700;*/
  /*display: none;*/
}

.section-articles .section-articles-tabs .tabs-container {
  display: flex;
  gap: 20px;
}

.section-articles .section-articles-tabs button {
  font-family: "DM Serif Display", serif;
  /*font-family: "Work Sans", sans-serif;*/
  padding: 5px 0;
  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: 400;
  color: #000;
  line-height: 8px;
}

.section-articles .section-articles-tabs button.active {
  color: #398fc5;
}

.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: 9px 0px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  font-family: "DM Serif Display", serif;
  font-size: 46px;
  line-height: 46px;
  font-weight: 500;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-articles .tab-content .section-articles-list .main-post {
  width: 45%;
}

.section-articles .tab-content .section-articles-list .side-posts {
  flex: 1 1 0%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: fit-content;
  gap: 20px;
}

.section-articles .tab-content .section-articles-list .side-posts .post {
  width: 100%;
  padding-bottom: 20px;
}

.section-articles .tab-content .section-articles-list .side-posts .post article .tt-dd {
  width: 100% !important;
}

.section-articles .section-articles-title h1 {
  /*font-size: 30px;*/
  /*text-transform: uppercase;*/
  /*font-weight: 400;*/
  /*line-height: 31px;*/

  font-family: "DM Serif Display", serif;
  font-size: 46px;
  line-height: 46px;
  /*font-weight: 700;*/
}

.section-articles.video .section-articles-title {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.body-article .section-articles .section-articles-title span,
.section-articles .section-articles-title span {
  font-family: "DM Serif Display", serif;
  font-size: 46px;
  line-height: 46px;
  /*font-weight: 700;*/
}


.section-articles .section-articles-title span.more a,
.section-articles .section-articles-title span.more {
  font-size: 15px;
  text-transform: none;
  color: #000;
}

.section-articles .section-articles-title span.more i {
  font-size: 14px;
}

.section-articles .section-articles-list {
  position: relative;
  display: flex;
  width: 100%;
  gap: 40px;
}

.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: 10px;
}

.section-articles .section-articles-list .main-post article {
  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: #398fc5;
  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: #398fc5;
  color: white;
}

.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%;
  background-color: #000;
  width: 65px;
  height: 65px;
  /*width: 12%;*/
  /*aspect-ratio: 1 / 1;*/
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.truvid-player .trv-player-container {
  max-width: 100% !important;
  max-height: 100% !important;
}

.section-articles
  .section-articles-list
  .side-posts
  article
  .thumb
  .video-button {
  width: 50px;
  height: 50px;
}

.video-button {
  background-color: #398fc5;
}

.video-button i {
  font-size: 28px;
  margin-left: 5px;
  color: white;
}

.video-button i {
  font-size: 22px;
}


.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: 40px;
}

.section-articles .section-articles-list .side-posts .title .article_section {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #398fc5;
}

.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(300px, 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: 1;
}

.section-articles.layout-4.one-per-row
  .section-articles-list
  .side-posts
  .post
  article
  .title {
  order: 2;
  width: 70%;
}

.section-articles.layout-3 .section-articles-list .side-posts .post {
  width: calc(33% - 11px);
  width: 100%;
  margin-bottom: 40px;
}

.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: 0
}

.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: 30%;
}

.section-articles.layout-4
  .section-articles-list
  .side-posts
  .post
  article
  .tt-dd {
  width: 70%;
}

.section-articles.layout-4.sidebar
  .section-articles-list
  .side-posts
  .post
  article
  .thumb {
  width: 70%;
}

.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 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  display: -webkit-box;
  /*-webkit-line-clamp: 3;*/
  -webkit-box-orient: vertical;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
}

.section-articles .section-articles-list .side-posts .post article .tt-dd {
  padding-top: 10px;
}

.section-articles .section-articles-list.grid-5 .side-posts .post article .tt-dd {
  padding-top: 0;
}

.vertical_carousel_container .post article .tt-dd h3 a {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.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.layout-8 .section-articles-list.grid-5 .side-posts {
  width: 22%;
}

.section-articles.layout-8 .section-articles-list.grid-5 .side-posts .post article {
  flex-direction: column;
  gap:10px
}

.section-articles.layout-8 .section-articles-list.grid-5 .side-posts .post article .thumb,
.section-articles.layout-8 .section-articles-list.grid-5 .side-posts .post article .tt-dd {
  width: 100%;
}

.section-articles.layout-8 .section-articles-list.grid-5 .side-posts .post article .tt-dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.section-articles.layout-8 .section-articles-list.grid-5 .main-post article .tt-dd {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  text-align: center;
  width: 90%;
  background: white;
  margin: 0 auto;
  margin-top: -80px;
  z-index: 9;
  padding: 15px;
  height: auto;
  position: relative;
}

.section-articles .section-articles-list .main-post article .cut-text-2-lines,
.section-articles .section-articles-list .main-post article a {
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.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: 5px;*/
}

.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-family: "DM Serif Display", serif;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 65px;
}

.articol h1 {
  margin-bottom: 25px;
}

.body-article .article-meta {
  display: flex;
  margin-top: 25px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d1d1d1;
  align-items: flex-start;
  flex-direction: row;
  gap: 10px;
  text-transform: uppercase;
  color: #ababab;
}

.body-article .article-meta .article-authors {
  order: 2;
}

.body-article .article-meta .article-date .time,
.body-article .article-meta .article-authors span,
.body-article .article-meta .article-authors span a {
  font-size: 16px;
}

.body-article .article-meta .article-date {
  order: 1;
  padding-right: 10px;
  border-right: 1px solid #d1d1d1;
}

.body-article .social__btn__label,
.body-article .social__share__btn__label,
.body-article .article-meta .article-authors a {
  color: #398fc5;
}

.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 .articleMainImage {
  margin-bottom: 20px;
}

.section-main-article-body *:not(i),
.body-article .articol *:not(i) {
  font-size: 18px;
  line-height: 31px;
  color: #333;
  font-weight: 400;
}

.body-article .articol figure {
  margin-bottom: 20px;
}

.body-article .articol figcaption {
  font-size: 13px;
  line-height: 15px;
  margin: 10px 0;
}

.body-article .articol .articol_dec img {
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
  vertical-align: middle;
  max-width: 100%;
  object-fit: cover;
}

.body-article .articol_dec {
  display: flex;
  flex-direction: column;
  /*gap: 30px;*/
}

.wide_text_tag {
  color: white !important;
  font-size: 14px !important;
  padding: 2px 5px;
}

.wide_text_tag.exclusive {
  background: #398fc5;
}

.wide_text_tag.breaking {
    background: orange;
}

.main-post .wide_text_tag {
    display: block;
    float: left;
    padding: 5px;
    margin-top: 7px;
    margin-right: 10px;
}

.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: #398fc5 !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: 500;
  line-height: 38px;
  margin-bottom: 20px;
}

.section-main-article-body h3,
.section-main-article-body h3 *,
.body-article .articol h3,
.body-article .articol h3 * {
  font-size: 22px;
  font-weight: 500;
  /*margin: 30px 0 20px;*/
  color: #111;
  margin-bottom: 20px;
}

.section-main-article-body a,
.body-article .articol a {
  color: #398fc5;
}

.body-article .section-articles.layout-4.one-per-row .post article a {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 31px;
  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: #398fc5;
  text-decoration: none;
}

.body-article .google-news {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.body-article .google-news a {
  color: #000;
  font-weight: 400;
  font-size: 16px;
}

.section-main-article-body a:hover,
.body-article .articol a:hover {
  text-decoration: underline;
}

.body-article .articleMainImage {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.body-article .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 .articol_dec iframe {
  max-width: 100% !important;
  width: 100% !important;
  max-height: 385px !important;
}

.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: #989898;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  font-weight: 300;
}

.body-article .article-info #location a {
  color: #989898;
}

/* --- 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 #000;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  padding: 8px;
  width: 230px;
}

.social__share .social__share__title {
  font-size: 18px;
  font-weight: 400;
}

.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: #398fc5;
}

.social__btn--share .social__btn__icon,
.social__share .social__share__btn__icon {
  border: 1px solid #398fc5;
  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: #398fc5;
}

.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: #000;
  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: #000;
  font-size: 18px;
  font-weight: 400;
}

.category-columns a:hover {
  color: #398fc5;
}

/* --- 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: #fff;
}

footer .footer-inner {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

footer .footer-row {
  display: flex;
  gap: 50px;
}

footer .footer-col-title {
  color: white;
  margin-bottom: 10px;
}

footer .footer-brand img {
  width: 80px;
}

footer .footer-social-items {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

footer .footer-social-items .footer-social-item a,
footer .footer-social-items .footer-social-item i {
  color: white;
  font-size: 28px;
  vertical-align: middle;
}

footer .footer-social-items .footer-social-item i.fa-facebook {
  font-size: 19px;
}

footer .footer-social-items .footer-social-item 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 {
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 35px 0;
}

footer .footer-menu ul {
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: center;
}


footer .footer-menu ul li a:hover {
  text-decoration: underline;
}

footer .footer-brand-image {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

footer .footer-brand-image img {
  width: 80%;
}

footer .footer-copy {
  color: #000;
  width: 100%;
  text-align: center;
  font-weight: 200;
}

/* --- 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: grid;
  grid-template-columns: repeat(2, 1fr); /* două coloane */
  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: 400;
}

.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: #000;
  }

  header nav li.has-submenu.active a {
    color: #000;
  }

  header nav li.has-submenu.active:after,
  header nav li.has-submenu:hover:after {
    border-bottom: 2px solid #000;
  }

  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: #000;
  }

  .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;
  }

  .body-article .section-articles .section-articles-title span,
  .section-articles .section-articles-title span,
  .featured-carousel-title h2 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .carousel-container .carousel-title h2 {
    font-size: 18px;
  }


  /* --- section articles ------------------------------------------------------------------------------------------*/
  .section-articles .section-articles-list .main-post article a {
    font-size: 25px;
  }

  .vertical_carousel_container .post article .tt-dd h3 a, .section-articles .section-articles-list .side-posts .post article .tt-dd h3 a {
    font-size: 18px;
  }


  .section-articles .section-articles-list {
    gap: 20px;
  }



  .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 .section-articles-list .main-post article .tt-dd {
    margin-top: 10px;
  }

  .section-articles.layout-3 .section-articles-list .side-posts .post {
    width: 100%;
    margin-bottom: 0;
  }

  .section-articles .section-articles-list .side-posts {
    gap: 20px;
  }


  .section-articles .tab-content .section-articles-list .main-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 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0;
  }

  .carousel-container .card.left {
    transform: translateX(-120px) scale(0.9) translateZ(-100px);
  }

  .card.right {
    transform: translateX(120px) scale(0.9) translateZ(-100px);
  }

  .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%;
  }

  .section-articles.layout-8 .section-articles-list.grid-5 .side-posts {
    width: 100%;
    flex-direction: row;
  }

  .section-articles.layout-8 .section-articles-list.grid-5 .side-posts .post {
    width: 50%;
  }
}

@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: 90px;
  }

  .content-fixed {
    padding: 0;
  }

  footer .footer-menu ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  footer .footer-brand-image img {
    width: 100%;
  }

  /* --- 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;
  }
  a.slider_control.up,
  a.slider_control.down {
    display: none;
  }
  /* --- 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;
  }

  .carousel-container .carousel-navigations,
  .carousel-container .card {
    width: 85%;
  }

  .carousel-container .card {
    box-shadow: none;
  }

  .carousel-container .card img {
    aspect-ratio: 4/3;
  }

  .carousel-container .carousel-meta {
    display: none;
  }

  .carousel-container .carousel-meta-mobile {
    width: 75%;
    margin: 20px auto;
    position: relative;
    display: block;
  }

  .carousel-container .carousel-meta-mobile  .carousel-section {
    margin-bottom: 10px;
  }

  /* --- 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 .tab-content .section-articles-list .side-posts {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }


  .body-article .section-articles .section-articles-title span, .section-articles .section-articles-title span, .featured-carousel-title h2 {
    font-size: 2rem;
    line-height: 2rem;
  }

  /* --- section articles-----------------------------------------------------------------------------------------------*/
  .tt-dd .read-more-wrapper {
    display: none;
  }

  .section-articles.layout-3 .section-articles-list .side-posts .post article {
    gap: 10px;
  }

  .section-articles.layout-8 .section-articles-list.grid-5 .side-posts .post article .tt-dd {
    justify-content: start;
    align-items: start;
    text-align: left;
  }

  /* --- article style-----------------------------------------------------------------------------------------------*/

  .body-article h1 {
    font-size: 2.5rem !important;
    line-height: 2.5rem;
  }

  /* --- 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-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  footer .footer-apps {
    margin: 0 auto;
  }

  .img-4x3,
  .img-16x9 {
    max-width: 480px;
  }

  .section-articles.layout-8 .section-articles-list.grid-5 .side-posts {
    flex-direction: column;
  }

  .section-articles.layout-8 .section-articles-list.grid-5 .side-posts .post {
    width: 100%;
  }
}

/* --- 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%;
  }
}

.author-box .author-name {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 400;
  margin: 0 0 16px;
  color: #398fc5;
}

.author-box .author-bio {
  display: flex;
  gap: 24px;
  align-items: center;
}
.author-box .author-avatar {
  flex: 0 0 auto;
}
.author-box .author-avatar img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.author-box .author-text {
  flex: 1 1 auto;
  min-width: 0;
}

.author-box .author-text * {
  font-size: 14px;
  color: #333;
  font-weight: 300;
  line-height: 26px;
}
.author-box .author-text em {
  font-style: italic;
}

.author-box .bio-short {
  margin-bottom: 8px;
}
.author-box .bio-full {
  margin-top: 6px;
  display: none;
}
.author-box .bio-toggle {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  font-weight: 400;
  text-decoration: underline;
  font-size: 15px;
}

@media (max-width: 720px) {
  .author-box .author-name {
    font-size: 32px;
  }
  .author-box .author-bio {
    flex-direction: row;
    gap: 16px;
  }
  .author-box .author-avatar img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 520px) {
  .author-box .author-bio {
    flex-direction: column;
  }
}
