.footer_members {
  padding-bottom: 32px;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 32px;
  justify-content: center; }
  .footer_members .col-20 {
    width: 35%;
    margin-bottom: 20px; }
  .footer_members .member_logo_wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    min-height: 65px;
    align-items: center; }
    .footer_members .member_logo_wrapper img {
      display: block; }
  .footer_members .member_logo_text {
    font-weight: normal;
    font-size: 13px;
    line-height: 15px; }

.copyright {
  font-size: 13px;
  line-height: 15px; }

.developer {
  font-size: 13px;
  line-height: 15px; }
  .developer a {
    color: #9F9F9F;
    transition: 0.3s color ease-out; }
  .developer a:hover {
    color: #000000; }

.footer_menu_categorii .title,
.footer_menu_utile .title {
  margin-bottom: 16px; }

#menu-footer-categorii,
#menu-footer-utile {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }
  #menu-footer-categorii .menu-item,
  #menu-footer-utile .menu-item {
    width: 50%;
    margin-bottom: 16px; }
    #menu-footer-categorii .menu-item a,
    #menu-footer-utile .menu-item a {
      color: #000000;
      text-decoration: none;
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 19px; }
    #menu-footer-categorii .menu-item a:hover,
    #menu-footer-utile .menu-item a:hover {
      color: #000000; }

.footer_links {
  padding-bottom: 12px;
  border-bottom: 1px solid #E9E9E9; }
  .footer_links .col-6 {
    flex: 0 0 100%;
    max-width: 100%; }
    .footer_links .col-6 .footer-categories {
      display: none; }
    .footer_links .col-6 .footer-utile {
      flex: 0 0 100%;
      max-width: 100%; }
  .footer_links .footer-articles-section {
    display: none; }
  .footer_links .footer-subscribe-section {
    flex: 0 0 100%;
    max-width: 100%; }

.footer-article {
  margin-top: 16px; }

.footer-subscribe-section {
  position: relative;
  height: 180px;
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
  cursor: pointer; }
  .footer-subscribe-section .subscribe_background {
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover; }
  .footer-subscribe-section .dark-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%); }
  .footer-subscribe-section .inner-content {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    z-index: 2;
    color: #ffffff; }
    .footer-subscribe-section .inner-content .footer-subscribe-latest {
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      display: flex;
      align-items: center;
      margin-top: 19px;
      padding-left: 19px; }
    .footer-subscribe-section .inner-content .footer-subscribe-title {
      font-family: 'Inter';
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      margin-top: 20px;
      margin-bottom: 5px;
      padding-left: 19px; }
    .footer-subscribe-section .inner-content .footer-subscribe-desc {
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      margin-top: 5px;
      margin-bottom: 16px;
      padding-left: 19px;
      padding-right: 14px; }
    .footer-subscribe-section .inner-content > div {
      padding-left: 19px; }

.footer_desc {
  padding-bottom: 32px;
  border-bottom: 1px solid #E9E9E9; }

.footer_logo {
  padding: 0; }

.footer_socials {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0; }
  .footer_socials a {
    display: block;
    margin-left: 10px;
    font-size: 20px; }
    .footer_socials a .social-icon {
      display: block;
      width: 20px;
      height: 20px; }
  .footer_socials .traficro_link {
    width: 96px;
    height: 26px;
    position: absolute;
    top: 100%;
    right: 0; }
    .footer_socials .traficro_link .traficro_icon {
      width: 100%;
      height: auto; }

.subfooter {
  min-height: 70px;
  align-items: center; }

.scroll_up_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #B52221;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  color: #ffffff;
  transform: rotate(90deg);
  cursor: pointer;
  display: none; }

.scroll_up_btn.show {
  display: flex; }

  .premium-badge {
    background-color: #000;
    font-size: 11px;
    line-height: 14px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }


@media (min-width: 830px) {
  .footer_desc {
    padding-bottom: 12px; }
  .footer_socials a {
    margin-left: 20px; }
  .footer_members .col-20 {
    width: 154px;
    max-width: 154px;
    min-width: 154px; }
  .footer_members .member_logo_text {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px; }
  .footer_links .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E9E9E9; }
    .footer_links .col-6 .footer-categories {
      display: flex; }
    .footer_links .col-6 .footer-utile {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
  .footer_links .footer-articles-section {
    display: initial;
    flex: 0 0 50%;
    max-width: 50%; }
  .footer_links .footer-subscribe-section {
    flex: 0 0 50%;
    max-width: 50%; }
  .footer_socials .traficro_link {
    position: relative;
    top: unset;
    right: unset; }
    .footer_socials .traficro_link .traficro_icon {
      width: 100%;
      height: auto; } }

@media (min-width: 1230px) {
  .footer_members {
    justify-content: space-around; }
  .footer_links .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
    .footer_links .col-6 .footer-categories {
      display: flex; }
    .footer_links .col-6 .footer-utile {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
  .footer_links .footer-articles-section {
    display: initial;
    flex: 0 0 25%;
    max-width: 25%; }
  .footer_links .footer-subscribe-section {
    flex: 0 0 25%;
    max-width: 25%; } }
