@charset "UTF-8";
@import url(reboot.css);
@import url(../fonts/fonts.css);
.player .player__titlu {
  color: #FFF;
}
.player .player__realizatori {
  color: #4882ce;
}
@media (hover: hover) {
  .player .player__realizatori a:hover {
    box-shadow: 0 1px 0 #4882ce;
  }
}

.widget-deschidere--F .news-item--large .news-item__category {
  color: #4882ce;
}
@media all and (min-width: 900px) {
  .widget-deschidere--F .news-item--large .news-item__category {
    color: #25518B;
  }
}

.hidden {
  display: none;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

::-moz-selection {
  background: #25518B;
  color: #FFF;
  text-shadow: none;
}

::selection {
  background: #25518B;
  color: #FFF;
  text-shadow: none;
}

svg:not(:root) {
  overflow: hidden;
}

*, *:before, *:after {
  box-sizing: border-box;
  transition: all 0.2s ease;
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-wrap: pretty;
}

body {
  font-family: "xfwy", sans-serif;
  font-size: 16px;
  line-height: 1.4375;
  color: #1A1919;
  background-color: #FFF;
  margin-top: 84px;
}
@media all and (min-width: 640px) {
  body {
    margin-top: 116px;
  }
}
body.body--international {
  margin-top: calc(84px + 41px);
}
@media all and (min-width: 640px) {
  body.body--international {
    margin-top: calc(116px + 41px);
  }
}
@media all and (min-width: 1390px) {
  body.body--international {
    margin-top: 0;
  }
}
@media all and (min-width: 1390px) {
  body.body--international .header {
    position: static;
  }
}
body.body--international .header--scroll--always-on,
body.body--international .header--scroll {
  transform: translateY(calc(-33px - 41px));
}
@media all and (min-width: 640px) {
  body.body--international .header--scroll--always-on,
  body.body--international .header--scroll {
    transform: translateY(calc(-54px - 41px));
  }
}
@media all and (min-width: 1390px) {
  body.body--international .header--scroll--always-on,
  body.body--international .header--scroll {
    transform: none;
  }
}
body.body--international .header--scroll--always-on .menu__main,
body.body--international .header--scroll .menu__main {
  top: calc(33px + 41px);
}
@media all and (min-width: 640px) {
  body.body--international .header--scroll--always-on .menu__main,
  body.body--international .header--scroll .menu__main {
    top: calc(54px + 41px);
  }
}
body.body--international .header--scroll--always-on .menu__main__close,
body.body--international .header--scroll .menu__main__close {
  top: calc(49px + 41px);
}
@media all and (min-width: 640px) {
  body.body--international .header--scroll--always-on .menu__main__close,
  body.body--international .header--scroll .menu__main__close {
    top: calc(70px + 41px);
  }
}
@media all and (min-width: 1390px) {
  body.body--international .header--scroll--always-on .logo,
  body.body--international .header--scroll .logo {
    transform: none;
  }
}
body.body--international .menu__social a img {
  width: 24px;
  height: 24px;
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
}

input[type=text],
input[type=email],
input[type=file],
input[type=number],
input[type=tel],
input[type=url],
input[type=date],
input[type=password],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: #FFF;
  border: 1px solid rgba(26, 25, 25, 0.25);
  padding: 12px 15px 10px;
}
@media all and (min-width: 640px) {
  input[type=text],
  input[type=email],
  input[type=file],
  input[type=number],
  input[type=tel],
  input[type=url],
  input[type=date],
  input[type=password],
  textarea {
    padding: 17px 20px 15px;
  }
}
input[type=text]:focus,
input[type=email]:focus,
input[type=file]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #1A1919;
}

input[type=search] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-image: url(../images/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-color: #FFF;
  border: 1px solid rgba(26, 25, 25, 0.25);
  padding: 12px 15px 10px;
}
@media all and (min-width: 640px) {
  select {
    padding: 17px 20px 15px;
  }
}
select:focus {
  border-color: #1A1919;
}

.btn {
  background-color: #25518B;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 18px 6px;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
}
.btn span {
  flex: 1;
  text-align: center;
}
@media (hover: hover) {
  .btn:hover {
    color: #FFF;
    background-color: #18355b;
  }
}

.rc-wrapper {
  position: relative;
}
.rc-wrapper input {
  position: absolute;
  top: 9px;
  left: 0;
}
.rc-wrapper label {
  font-weight: 400 !important;
  padding: 5px 0 5px 22px;
  margin-bottom: 0 !important;
}

.banner {
  text-align: center;
}
@media all and (min-width: 640px) {
  .banner--mobile {
    display: none;
  }
}
.banner--tablet {
  display: none;
}
@media all and (min-width: 640px) {
  .banner--tablet {
    display: block;
  }
}
@media all and (min-width: 1390px) {
  .banner--tablet {
    display: none;
  }
}
.banner--desktop {
  display: none;
}
@media all and (min-width: 1390px) {
  .banner--desktop {
    display: block;
  }
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

iframe {
  transition: none !important;
}

strong,
b {
  font-weight: 600;
}

.controller {
  width: 100%;
  max-width: calc(100% - 50px);
  margin: 0 auto;
  position: relative;
}
@media all and (min-width: 640px) {
  .controller {
    max-width: calc(100% - 100px);
  }
}
@media all and (min-width: 1390px) {
  .controller {
    max-width: 1290px;
  }
}

.fader {
  background-color: rgba(26, 25, 25, 0.75);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  display: block;
  z-index: 7777;
  opacity: 0;
  pointer-events: none;
  height: 100vh;
}

.fader--active {
  opacity: 1;
  pointer-events: auto;
}

.thumb {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  background-color: #F0F3F7;
  background-color: #1A1919;
}
.thumb video,
.thumb img,
.thumb iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.thumb--personaj {
  display: none;
}
@media all and (min-width: 900px) {
  .thumb--personaj {
    display: block;
    background-color: transparent;
    position: absolute;
    width: 300px;
    padding-bottom: 0;
    height: auto;
    top: -30px;
    bottom: 0;
    right: 30px;
  }
}
.thumb--personaj img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}

.news-item {
  position: relative;
}
.news-item:has(.link) .thumb::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid transparent;
}
@media (hover: hover) {
  .news-item:has(.link):hover .news-item__title {
    color: #25518B;
  }
  .news-item:has(.link):hover .news-item__title h1, .news-item:has(.link):hover .news-item__title h2, .news-item:has(.link):hover .news-item__title h3, .news-item:has(.link):hover .news-item__title h4, .news-item:has(.link):hover .news-item__title h5, .news-item:has(.link):hover .news-item__title h6 {
    color: #25518B;
  }
  .news-item:has(.link):hover .thumb {
    background-color: #FFF;
  }
  .news-item:has(.link):hover .thumb img {
    opacity: 0.95;
  }
  .news-item:has(.link):hover .thumb::after {
    border-color: #25518B;
  }
}
.news-item .thumb + .news-item__info {
  padding-top: 19px;
}
.news-item .thumb + .news-item__info .news-item__special {
  position: absolute;
  top: -48px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 48px;
  font-size: 16px;
  padding: 0 20px;
}
@media all and (min-width: 640px) {
  .news-item .thumb + .news-item__info .news-item__special {
    font-size: 20px;
  }
}
.news-item .thumb + .news-item__info .news-item__title:first-child {
  margin-top: -6px;
}

.news-item__info {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #FFF;
}

.news-item__cat-date {
  line-height: 1.2;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 8px;
  text-wrap: balance;
}

.news-item__cat-date--calendar {
  font-weight: 600;
  background-color: #1A1919;
  color: #FFF;
  padding: 10px 8px 8px 8px;
  margin-top: -19px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.news-item__cat-date--calendar img {
  vertical-align: middle;
  margin: -2px 0 0 0;
}

.articol__calendar {
  border: 1px solid #1A1919;
  font-weight: 600;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-wrap: pretty;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media all and (min-width: 640px) {
  .articol__calendar {
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    gap: 15px;
  }
}
.articol__calendar img {
  vertical-align: middle;
  margin: -2px 0 0 0;
  width: 48px !important;
}

.news-item__category {
  position: relative;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.news-item__category + .news-item__date::before {
  content: "  ·  ";
}

a.news-item__category {
  color: #25518B;
  z-index: 11;
}
@media (hover: hover) {
  a.news-item__category:hover {
    color: #25518B;
    border-color: #25518B;
  }
}

.news-item__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.news-item__title h1, .news-item__title h2, .news-item__title h3, .news-item__title h4, .news-item__title h5, .news-item__title h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: inline;
}

.news-item__special {
  display: inline-block;
  background-color: #25518B;
  color: #FFF;
  font-weight: 600;
  padding: 0 10px;
  margin-right: 6px;
}

.news-item__intro {
  margin-top: 8px;
  font-weight: 300;
}

.news-item--large {
  width: 100vw;
  margin-left: -25px;
}
@media all and (min-width: 640px) {
  .news-item--large {
    margin-left: -50px;
  }
}
@media all and (min-width: 900px) {
  .news-item--large {
    width: 100%;
    margin-left: 0;
  }
}
.news-item--large .news-item__info {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;
  background-color: #F0F3F7;
}
@media all and (min-width: 640px) {
  .news-item--large .news-item__info {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media all and (min-width: 900px) {
  .news-item--large .news-item__info {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    background-color: #FFF;
  }
}
@media all and (min-width: 640px) {
  .news-item--large .news-item__title {
    font-size: 28px;
    line-height: 1.2;
  }
}
.news-item--large.news-item--with-video .news-item__title::after, .news-item--large.news-item--with-photo .news-item__title::after, .news-item--large.news-item--with-audio .news-item__title::after {
  width: 22px;
  height: 22px;
}

.news-item--with-video .thumb + .news-item__info::before,
.news-item--with-photo .thumb + .news-item__info::before,
.news-item--with-audio .thumb + .news-item__info::before {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: #25518B;
  top: -48px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.news-item--with-video .thumb + .news-item__info .news-item__title::after,
.news-item--with-photo .thumb + .news-item__info .news-item__title::after,
.news-item--with-audio .thumb + .news-item__info .news-item__title::after {
  display: none;
}
.news-item--with-video .thumb + .news-item__info .news-item__special,
.news-item--with-photo .thumb + .news-item__info .news-item__special,
.news-item--with-audio .thumb + .news-item__info .news-item__special {
  left: 49px;
}
.news-item--with-video .news-item__title::after,
.news-item--with-photo .news-item__title::after,
.news-item--with-audio .news-item__title::after {
  content: "";
  display: block;
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(2px);
  margin-left: 2px;
}

.news-item--with-video .thumb + .news-item__info::before {
  background-image: url(../images/VideoPlay.svg);
}
.news-item--with-video .news-item__title::after {
  background-image: url(../images/custom/VideoPlayInText.svg);
}

.news-item--with-photo .thumb + .news-item__info::before {
  background-image: url(../images/PhotoPlay.svg);
}
.news-item--with-photo .news-item__title::after {
  background-image: url(../images/custom/PhotoPlayInText.svg);
}

.news-item--with-audio .thumb + .news-item__info::before {
  background-image: url(../images/HeadphonesPlay.svg);
}
.news-item--with-audio .news-item__title::after {
  background-image: url(../images/custom/HeadphonesPlayInText.svg);
}

.link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.header {
  box-shadow: 0 0 40px rgba(26, 25, 25, 0.05);
  z-index: 1000;
  position: relative;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8888;
}
.header .controller {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
@media all and (min-width: 640px) {
  .header .controller {
    padding: 15px 0;
  }
}
@media all and (min-width: 1390px) {
  .header .controller {
    align-items: flex-end;
  }
}
.header + .widget-news--A {
  padding-top: 0;
}
@media all and (min-width: 900px) {
  .header + .widget-news--A {
    padding-top: 40px;
  }
}

.header--scroll--always-on,
.header--scroll {
  transform: translateY(-33px);
}
@media all and (min-width: 640px) {
  .header--scroll--always-on,
  .header--scroll {
    transform: translateY(-54px);
  }
}
.header--scroll--always-on .logo,
.header--scroll .logo {
  transform: scale(0.6) translateY(6px);
}
@media all and (min-width: 640px) {
  .header--scroll--always-on .logo,
  .header--scroll .logo {
    transform: scale(0.5) translateY(12px);
  }
}
.header--scroll--always-on .logo .rri-translated,
.header--scroll .logo .rri-translated {
  height: 0;
  overflow: hidden;
}
.header--scroll--always-on .menu__icon,
.header--scroll .menu__icon {
  transform: translateY(17px);
}
@media all and (min-width: 640px) {
  .header--scroll--always-on .menu__icon,
  .header--scroll .menu__icon {
    transform: translateY(28px);
  }
}
@media all and (min-width: 1390px) {
  .header--scroll--always-on .menu__icon,
  .header--scroll .menu__icon {
    transform: none;
  }
}
.header--scroll--always-on .menu__main,
.header--scroll .menu__main {
  top: 33px;
}
@media all and (min-width: 640px) {
  .header--scroll--always-on .menu__main,
  .header--scroll .menu__main {
    top: 54px;
  }
}
@media all and (min-width: 640px) {
  .header--scroll--always-on .fader--active,
  .header--scroll .fader--active {
    height: 150vh;
  }
}
.header--scroll--always-on .menu__main__close,
.header--scroll .menu__main__close {
  top: 49px;
}
@media all and (min-width: 640px) {
  .header--scroll--always-on .menu__main__close,
  .header--scroll .menu__main__close {
    top: 70px;
  }
}

.logo {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform-origin: bottom left;
  align-items: flex-start;
}
@media all and (min-width: 1390px) {
  .logo {
    margin-right: 24px;
  }
}
.logo img {
  height: 64px;
  width: auto;
}
@media all and (min-width: 640px) {
  .logo img {
    height: 86px;
  }
}
.logo h1 {
  position: absolute;
  text-indent: 200%;
  white-space: nowrap;
}
.logo .rri-translated {
  display: none;
}
@media all and (min-width: 640px) {
  .logo .rri-translated {
    display: block;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 66px;
    display: block;
    line-height: 1;
  }
}

.menu {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: -4px;
}

.menu__main {
  list-style-type: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  max-width: 450px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #FFF;
  padding: 30px 25px;
  z-index: 8888;
  transform: translateX(100%);
}
@media all and (min-width: 1390px) {
  .menu__main {
    transform: none;
    display: flex;
    margin-right: -8px;
    position: static;
    width: auto;
    max-width: none;
    height: auto;
    overflow-x: unset;
    overflow-y: unset;
    background-color: transparent;
    padding: 0;
    align-items: stretch;
  }
}

@media all and (min-width: 1390px) {
  .menu__main--mobile-only .menu__main__item {
    display: none;
  }
}
@media all and (min-width: 1390px) {
  .menu__main--mobile-only .menu__main__item.menu__main__item--desktop-only {
    display: flex;
  }
}
@media (hover: hover) {
  .menu__main--mobile-only .menu__main__item.menu__main__item--desktop-only:hover > a {
    background-color: transparent;
    color: #1A1919;
  }
}
@media (hover: hover) {
  .menu__main--mobile-only .menu__main__item.menu__main__item--desktop-only > a:hover {
    background-color: #25518B;
    color: #FFF;
  }
}

.menu__main--active {
  transform: none;
}

.menu__main__item {
  position: relative;
}
@media all and (min-width: 1390px) {
  .menu__main__item {
    display: flex;
    align-items: stretch;
  }
}
.menu__main__item > a {
  display: flex;
  align-items: flex-end;
  font-weight: 600;
  padding: 7px 12px;
  line-height: 1.1;
  min-height: 32px;
}
.menu__main__item ul {
  list-style-type: none;
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 0;
       column-gap: 0;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media all and (min-width: 1390px) {
  .menu__main__item ul {
    -moz-columns: 1;
         columns: 1;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 200px;
    padding: 31px 0 16px;
    box-shadow: inset 0 15px 0 #FFF;
    background-color: #F0F3F7;
    top: 100%;
  }
}
.menu__main__item ul li {
  width: 100%;
}
.menu__main__item ul a {
  display: block;
  padding: 4px 12px;
  line-height: 1.1;
  font-size: 14px;
  width: 100%;
  font-weight: 400;
  min-height: 0;
}
@media all and (min-width: 1390px) {
  .menu__main__item ul a {
    font-size: 16px;
    padding: 8px 22px;
  }
}
@media (hover: hover) {
  .menu__main__item ul a:hover {
    background-color: #1A1919;
    color: #FFF;
  }
}
@media all and (min-width: 1390px) {
  .menu__main__item ul.menu__2cols {
    width: 370px;
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.menu__main__item ul.menu__2cols li {
  display: inline-block;
}
@media all and (min-width: 1390px) {
  .menu__main__item ul.menu__3cols {
    width: 550px;
    -moz-columns: 3;
         columns: 3;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.menu__main__item ul.menu__3cols li {
  display: inline-block;
}
.menu__main__item:last-child ul {
  right: 0;
}
@media (hover: hover) {
  .menu__main__item:hover > a {
    background-color: #25518B;
    color: #FFF;
  }
  .menu__main__item:hover ul {
    opacity: 1;
    pointer-events: auto;
  }
}

.menu__main__close {
  position: fixed;
  top: 16px;
  right: 11px;
}
@media all and (min-width: 1390px) {
  .menu__main__close {
    display: none;
  }
}
.menu__main__close a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100px;
  width: 52px;
  height: 52px;
  padding: 10px;
}
.menu__main__close a img {
  width: 25px;
  height: auto;
}
@media all and (min-width: 640px) {
  .menu__main__close a img {
    width: 30px;
  }
}

.menu__mobile-only {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 1390px) {
  .menu__mobile-only {
    display: none;
  }
}
.menu__mobile-only a {
  display: flex;
  align-items: flex-end;
  font-weight: 600;
  padding: 7px 12px;
  line-height: 1.1;
  min-height: 32px;
}

.menu__social {
  font-size: 14px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
@media all and (min-width: 1390px) {
  .menu__social {
    font-size: 12px;
    border-bottom: 1px solid #DDD;
    position: absolute;
    top: 4px;
    right: 0;
    margin-top: 0;
  }
}
.menu__social ul {
  list-style-type: none;
}
@media all and (min-width: 1390px) {
  .menu__social ul {
    display: flex;
  }
}
@media all and (min-width: 1390px) {
  .menu__social li + li {
    margin-left: 20px;
  }
}
.menu__social a,
.menu__social .menu__social__item {
  display: flex;
  align-items: center;
  padding: 8px 2px 8px 10px;
}
@media all and (min-width: 1390px) {
  .menu__social a,
  .menu__social .menu__social__item {
    padding: 8px 2px 8px 0;
  }
}
.menu__social a img,
.menu__social .menu__social__item img {
  margin-right: 3px;
  margin-top: -2px;
}
@media (hover: hover) {
  .menu__social a:hover,
  .menu__social .menu__social__item:hover {
    box-shadow: 0 1px 0 #1A1919;
  }
}
.menu__social .rri-translated {
  display: none;
}
@media all and (min-width: 1390px) {
  .menu__social .rri-translated {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #25518B;
    padding-top: 1px;
    padding-right: 20px;
    margin-right: auto;
  }
}

.menu__social__item {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 0 6px;
  min-width: 28px;
  min-height: 38px;
}
.menu__social__item--facebook {
  background-image: url(../images/FacebookLogo.svg);
}
.menu__social__item--instagram {
  background-image: url(../images/InstagramLogo.svg);
}
.menu__social__item--youtube {
  background-image: url(../images/YoutubeLogo.svg);
}
.menu__social__item--rss {
  background-image: url(../images/RSSLogo.svg);
}
.menu__social__item--twitter {
  background-image: url(../images/xlogo.svg);
}
.menu__social__item--soundcloud {
  background-image: url(../images/SoundcloudLogo.svg);
}
.menu__social__item--linkedin {
  background-image: url(../images/LinkedinLogo.svg);
}
.menu__social__item--flickr {
  background-image: url(../images/FlickrLogo.svg);
}
.menu__social__item--spotify {
  background-image: url(../images/SpotifyLogo.svg);
}

.menu__icon {
  display: flex;
  padding: 4px;
  margin-left: 16px;
  border-radius: 100px;
  flex-shrink: 0;
}
@media all and (min-width: 1390px) {
  .menu__icon {
    align-self: flex-end;
  }
}
.menu__icon img {
  width: 24px;
  height: auto;
}
@media all and (min-width: 640px) {
  .menu__icon img {
    width: 30px;
  }
}
@media all and (min-width: 1390px) {
  .menu__icon img {
    width: 24px;
  }
}
@media (hover: hover) {
  .menu__icon:hover {
    box-shadow: 0 0 0 1px rgba(26, 25, 25, 0.75);
  }
}

.menu__icon--mobile-only {
  display: flex;
}
@media all and (min-width: 1390px) {
  .menu__icon--mobile-only {
    display: none;
  }
}

.widget-live {
  background-color: #25518B;
  position: relative;
  padding: 18px 0 0;
  display: block;
}
@media all and (min-width: 640px) {
  .widget-live {
    padding: 24px 0 0;
  }
}
.widget-live::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  mix-blend-mode: luminosity;
  opacity: 0.15;
}
.widget-live .controller {
  display: flex;
  align-items: center;
}
.widget-live .controller img {
  width: 28px;
  height: auto;
  margin-right: 8px;
}
@media all and (min-width: 640px) {
  .widget-live .controller img {
    width: 32px;
  }
}
@media all and (min-width: 900px) {
  .widget-live + .widget-news {
    padding-top: 40px;
  }
}
.widget-live + .widget-special {
  margin-top: 25px;
}
@media all and (min-width: 640px) {
  .widget-live + .widget-special {
    margin-top: 40px;
  }
}
.widget-live + .ads {
  margin-top: 25px;
}
@media all and (min-width: 640px) {
  .widget-live + .ads {
    margin-top: 40px;
  }
}

.widget-live--parteneri {
  background-color: #F0F3F7;
}
.widget-live--parteneri::before {
  display: none;
}
.widget-live--parteneri .widget__title--small {
  padding-top: 10px;
  margin-bottom: 5px;
}
.widget-live--parteneri .widget__title--small::before {
  display: none;
}
.widget-live--parteneri .widget-live__posturi {
  padding-bottom: 40px;
}
@media (hover: hover) {
  .widget-live--parteneri .widget-live__posturi {
    scrollbar-color: rgba(37, 81, 139, 0.35) #F0F3F7;
    scrollbar-width: thin;
  }
  .widget-live--parteneri .widget-live__posturi::-webkit-scrollbar {
    height: 10px;
    background-color: transparent;
  }
  .widget-live--parteneri .widget-live__posturi::-webkit-scrollbar-thumb {
    background: rgba(37, 81, 139, 0.5);
    border-radius: 20px;
  }
  .widget-live--parteneri .widget-live__posturi::-webkit-scrollbar-thumb:hover {
    background: rgba(37, 81, 139, 0.6);
  }
}
.widget-live--parteneri .widget-live__post {
  width: 120px;
  height: 120px;
}
.widget-live--parteneri .widget-live__post img {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@keyframes bouncy-live--mobile {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(0);
  }
  90% {
    transform: translateX(calc(100vw - 74px - 12px - 100%));
  }
  100% {
    transform: translateX(calc(100vw - 74px - 12px - 100%));
  }
}
@keyframes bouncy-live--tablet {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(0);
  }
  90% {
    transform: translateX(calc(100vw - 124px - 12px - 100%));
  }
  100% {
    transform: translateX(calc(100vw - 124px - 12px - 100%));
  }
}
@keyframes bouncy-live--desktop {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(0);
  }
  90% {
    transform: translateX(calc(1254px - 100%));
  }
  100% {
    transform: translateX(calc(1254px - 100%));
  }
}
.widget-live--mini {
  padding: 0;
}
.widget-live--mini::before {
  display: none;
}
.widget-live--mini .widget-live__title {
  font-size: 16px;
  font-weight: 600;
  padding: 13px 6px 12px;
  white-space: nowrap;
  flex: 1;
  overflow: hidden;
  position: relative;
}
.widget-live--mini .widget-live__title::before, .widget-live--mini .widget-live__title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  z-index: 1;
}
.widget-live--mini .widget-live__title::before {
  left: 0;
  background-image: linear-gradient(90deg, #25518B 0%, rgba(37, 81, 139, 0) 100%);
}
.widget-live--mini .widget-live__title::after {
  right: 0;
  background-image: linear-gradient(-90deg, #25518B 0%, rgba(37, 81, 139, 0) 100%);
}
@media all and (min-width: 640px) {
  .widget-live--mini .widget-live__title br {
    display: none;
  }
}
.widget-live--mini .widget-live__title .widget-live__title__inner {
  display: inline-flex;
  position: absolute;
  left: 6px;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-name: bouncy-live--mobile;
}
@media all and (min-width: 640px) {
  .widget-live--mini .widget-live__title .widget-live__title__inner {
    animation-name: bouncy-live--tablet;
  }
}
@media all and (min-width: 1390px) {
  .widget-live--mini .widget-live__title .widget-live__title__inner {
    animation-name: bouncy-live--desktop;
  }
}
@media (hover: hover) {
  .widget-live--mini:hover .widget-live__indicator {
    transform: scale(1.3);
    box-shadow: inset 0 0 0 0.8px rgba(255, 255, 255, 0.8);
  }
  .widget-live--mini:hover .widget-live__title {
    transform: translateX(3px);
  }
}
.widget-live--mini + .widget-news--A {
  padding-top: 0;
}
@media all and (min-width: 900px) {
  .widget-live--mini + .widget-news--A {
    padding-top: 40px;
  }
}
.widget-live--mini + .widget-deschidere--G {
  padding-top: 0;
}
@media all and (min-width: 900px) {
  .widget-live--mini + .widget-deschidere--G {
    padding-top: 40px;
  }
}
.widget-live--mini + .ads {
  margin-top: 0;
}

.widget-live__mini-menu {
  display: none;
}
@media all and (min-width: 1390px) {
  .widget-live__mini-menu {
    display: flex;
    align-items: center;
    margin-inline-end: -12px;
    position: relative;
  }
}
.widget-live__mini-menu a {
  font-weight: 600;
  position: relative;
  z-index: 11;
  color: #FFF;
  padding: 13px 12px 12px;
  line-height: 1;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: transparent;
}
@media (hover: hover) {
  .widget-live__mini-menu a:hover {
    text-decoration-color: #FFF;
  }
}
.widget-live__mini-menu .menu__main {
  margin-right: 0;
}

@media all and (min-width: 1390px) {
  .widget-live--main-menu {
    position: sticky;
    top: 0;
    z-index: 8888;
  }
}
@media all and (min-width: 1390px) {
  .widget-live--main-menu .controller {
    justify-content: center;
  }
}
.widget-live--main-menu .controller > a {
  display: flex;
  align-items: center;
  margin-inline-end: auto;
}
@media (hover: hover) {
  .widget-live--main-menu .controller > a:hover .widget-live__indicator {
    transform: scale(1.3);
    box-shadow: inset 0 0 0 0.8px rgba(255, 255, 255, 0.8);
  }
  .widget-live--main-menu .controller > a:hover .widget-live__title {
    transform: translateX(3px);
  }
}
@media all and (min-width: 1390px) {
  .widget-live--main-menu .widget-live__title {
    white-space: nowrap;
  }
}
@media all and (min-width: 1390px) {
  .widget-live--main-menu .menu__main {
    margin-inline-start: 12px;
  }
}
.widget-live--main-menu .menu__main .menu__main__item > a {
  padding: 12px 12px 11px;
  color: #FFF;
  white-space: nowrap;
}
.widget-live--main-menu .menu__main .menu__main__item ul {
  padding: 16px 0;
  box-shadow: none;
  background-color: #1A1919;
  color: #FFF;
  border-top: none;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25), 1px 0 0 rgba(255, 255, 255, 0.25), -1px 0 0 rgba(255, 255, 255, 0.25);
}
.widget-live--main-menu .menu__main .menu__main__item ul a {
  padding: 8px 22px;
  font-weight: 400;
  white-space: normal;
}
@media (hover: hover) {
  .widget-live--main-menu .menu__main .menu__main__item ul a:hover {
    background-color: #25518B;
  }
}
@media (hover: hover) {
  .widget-live--main-menu .menu__main .menu__main__item:hover > a {
    background-color: rgba(255, 255, 255, 0.15);
  }
}
@media (hover: hover) {
  .widget-live--main-menu:hover .widget-live__indicator {
    transform: none;
    box-shadow: none;
  }
  .widget-live--main-menu:hover .widget-live__title {
    transform: none;
  }
}

@keyframes marcaj--live__dot__1 {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes marcaj--live__dot__2 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 0;
    transform: scale(2.2);
  }
}
.widget-live__indicator {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  margin: 0 6px 0 2px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
  flex-shrink: 0;
  z-index: 2;
}
.widget-live__indicator::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  background-color: #FFF;
  border-radius: 50%;
  animation-name: marcaj--live__dot__1;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.widget-live__indicator::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  border-radius: 50%;
  animation-name: marcaj--live__dot__2;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.widget-live__title {
  font-weight: 300;
  color: #FFF;
  line-height: 1;
  font-size: 20px;
  flex: 1;
}
@media all and (min-width: 640px) {
  .widget-live__title {
    font-size: 24px;
  }
}

.widget-live__posturi {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  padding: 12px 25px 25px;
  gap: 8px;
}
@media all and (min-width: 640px) {
  .widget-live__posturi {
    padding: 17px 50px 30px;
    gap: 12px;
  }
}
@media all and (min-width: 1390px) {
  .widget-live__posturi {
    padding: 17px calc((100% - 1290px) / 2) 30px;
  }
}
.widget-live__posturi:has(.widget-live__post__info) {
  flex-direction: column;
}
@media all and (min-width: 640px) {
  .widget-live__posturi:has(.widget-live__post__info) {
    flex-direction: row;
  }
}
.widget-live__posturi:has(.widget-live__post__info) .widget-live__post {
  width: 100%;
}
@media all and (min-width: 640px) {
  .widget-live__posturi:has(.widget-live__post__info) .widget-live__post {
    width: 205px;
  }
}
@media (hover: hover) {
  .widget-live__posturi {
    scrollbar-color: rgba(255, 255, 255, 0.35) #25518B;
    scrollbar-width: thin;
  }
  .widget-live__posturi::-webkit-scrollbar {
    height: 10px;
    background-color: transparent;
  }
  .widget-live__posturi::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
  }
  .widget-live__posturi::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.6);
  }
}

.widget-live__post {
  width: 150px;
  height: 150px;
  background-color: #FFF;
  flex-shrink: 0;
  box-shadow: 0 2px 5px 0 rgba(26, 25, 25, 0.2);
  display: flex;
  flex-direction: column;
  position: relative;
}
@media all and (min-width: 640px) {
  .widget-live__post {
    width: 205px;
    height: 205px;
  }
}
.widget-live__post:has(.widget-live__post__info) {
  color: #FFF;
  background-color: #25518B;
}
@media (hover: hover) {
  .widget-live__post:has(.link):hover {
    transform: translateY(-3px);
  }
}

.widget-live__post__info {
  margin: 12px;
}
@media all and (min-width: 640px) {
  .widget-live__post__info {
    margin: 18px 18px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.widget-live__post__ora {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 12px 0;
}
@media all and (min-width: 640px) {
  .widget-live__post__ora {
    padding: 22px 18px 0;
  }
}

.widget-live__post__emisiune {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 600;
  padding: 6px 12px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media all and (min-width: 640px) {
  .widget-live__post__emisiune {
    padding: 8px 18px;
    font-size: 24px;
    max-height: 118px;
  }
}

.widget-live__post__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 12px 10px;
}
@media all and (min-width: 640px) {
  .widget-live__post__footer {
    padding: 4px 18px 15px;
  }
}
.widget-live__post__footer svg {
  width: 26px;
  height: 26px;
}

.widget-live__post__logo {
  height: 32px;
  width: auto;
}

.widget-live__post__play {
  fill: #1A1919;
}

.widget-live__post__progress {
  width: 100%;
  height: 6px;
  background-color: #1A1919;
}
.widget-live__post__progress__inner {
  height: 6px;
  background-color: rgba(240, 243, 247, 0.9);
}

.widget-live__post--actualitati .widget-live__post__ora {
  color: #EE322D;
}
.widget-live__post--actualitati .widget-live__post__play {
  fill: #EE322D;
}
.widget-live__post--actualitati .widget-live__post__progress__inner {
  background-color: #EE322D;
}

.widget-live__post--cultural .widget-live__post__ora {
  color: #ED9F2D;
}
.widget-live__post--cultural .widget-live__post__play {
  fill: #ED9F2D;
}
.widget-live__post--cultural .widget-live__post__progress__inner {
  background-color: #ED9F2D;
}

.widget-live__post--muzical .widget-live__post__ora {
  color: #D8127E;
}
.widget-live__post--muzical .widget-live__post__play {
  fill: #D8127E;
}
.widget-live__post--muzical .widget-live__post__progress__inner {
  background-color: #D8127E;
}

.widget-live__post--antenasatelor .widget-live__post__ora {
  color: #6CB644;
}
.widget-live__post--antenasatelor .widget-live__post__play {
  fill: #6CB644;
}
.widget-live__post--antenasatelor .widget-live__post__progress__inner {
  background-color: #6CB644;
}

.widget-live__post--international .widget-live__post__ora {
  color: #00ACDD;
}
.widget-live__post--international .widget-live__post__play {
  fill: #00ACDD;
}
.widget-live__post--international .widget-live__post__progress__inner {
  background-color: #00ACDD;
}

.widget-live__post--treinet .widget-live__post__ora {
  color: #B9242B;
}
.widget-live__post--treinet .widget-live__post__play {
  fill: #B9242B;
}
.widget-live__post--treinet .widget-live__post__progress__inner {
  background-color: #B9242B;
}

.widget-live__post--forsport .widget-live__post__ora {
  color: #00CA95;
}
.widget-live__post--forsport .widget-live__post__play {
  fill: #00CA95;
}
.widget-live__post--forsport .widget-live__post__progress__inner {
  background-color: #00CA95;
}

.widget-live__post--regional .widget-live__post__ora {
  color: #25518B;
}
.widget-live__post--regional .widget-live__post__play {
  fill: #25518B;
}
.widget-live__post--regional .widget-live__post__progress__inner {
  background-color: #25518B;
}

.widget-live__post--rv-nostalgia .widget-live__post__ora {
  color: #669BE5;
}
.widget-live__post--rv-nostalgia .widget-live__post__play {
  fill: #669BE5;
}
.widget-live__post--rv-nostalgia .widget-live__post__progress__inner {
  background-color: #669BE5;
}

.widget-live__post--rv-gold .widget-live__post__ora {
  color: #FF9946;
}
.widget-live__post--rv-gold .widget-live__post__play {
  fill: #FF9946;
}
.widget-live__post--rv-gold .widget-live__post__progress__inner {
  background-color: #FF9946;
}

.widget-live__post--rv-fresh .widget-live__post__ora {
  color: #C082E0;
}
.widget-live__post--rv-fresh .widget-live__post__play {
  fill: #C082E0;
}
.widget-live__post--rv-fresh .widget-live__post__progress__inner {
  background-color: #C082E0;
}

.widget-live__post--divizii .widget-live__post__ora {
  color: #BF0000;
}
.widget-live__post--divizii .widget-live__post__play {
  fill: #BF0000;
}
.widget-live__post--divizii .widget-live__post__progress__inner {
  background-color: #BF0000;
}

.widget-live__post--tezaur .widget-live__post__ora {
  color: #FF3231;
}
.widget-live__post--tezaur .widget-live__post__play {
  fill: #FF3231;
}
.widget-live__post--tezaur .widget-live__post__progress__inner {
  background-color: #FF3231;
}

.widget-live--lite .widget-live__post {
  width: 200px;
  height: auto;
}
@media all and (min-width: 640px) {
  .widget-live--lite .widget-live__post {
    width: auto;
    flex: 1;
  }
}
.widget-live--lite .widget-live__post__logo {
  height: 60px;
}
@media all and (min-width: 900px) {
  .widget-live--lite .widget-live__post__logo {
    height: 86px;
  }
}
.widget-live--lite .widget-live__post__footer {
  padding: 6px 12px;
}
@media all and (min-width: 900px) {
  .widget-live--lite .widget-live__post__footer {
    padding: 8px 18px;
  }
}

.widget-deschidere {
  padding: 0 0 25px;
}
@media all and (min-width: 900px) {
  .widget-deschidere {
    padding: 40px 0;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere .controller {
    display: flex;
    align-items: flex-start;
  }
}
.widget-deschidere .news-item {
  flex: 1;
}
.widget-deschidere .news-item__info {
  background-color: #1A1919;
  color: #FFF;
}
@media all and (min-width: 900px) {
  .widget-deschidere .news-item__info {
    background-color: #FFF;
    color: #1A1919;
  }
}
@media all and (min-width: 1030px) {
  .widget-deschidere .thumb {
    z-index: -1;
  }
}
.widget-deschidere .thumb::after {
  border: 6px solid transparent;
}
@media all and (min-width: 1030px) {
  .widget-deschidere .thumb + .news-item__info {
    margin-right: 220px;
    padding-right: 30px;
  }
}
@media (hover: hover) {
  .widget-deschidere .news-item--large:hover .news-item__info::after {
    opacity: 1;
  }
}
.widget-deschidere .banner {
  display: none;
}
@media all and (min-width: 900px) {
  .widget-deschidere .banner {
    display: block;
    width: 300px;
    margin-left: 30px;
  }
}
.widget-deschidere .ultima-ora {
  margin-bottom: 5px;
  margin-top: 25px;
  box-shadow: 0 -25px 0 #F0F3F7;
  padding-bottom: 30px;
}
@media all and (min-width: 900px) {
  .widget-deschidere .ultima-ora {
    width: 300px;
    margin-left: 30px;
    margin-bottom: 0;
    padding-bottom: 24px;
    margin-top: 0;
    box-shadow: none;
  }
}
.widget-deschidere .ultima-ora .news-item__title {
  color: #1A1919;
}
@media all and (min-width: 900px) {
  .widget-deschidere .ultima-ora .news-item__title {
    font-size: 17px;
  }
}
.widget-deschidere + .widget-news {
  padding-top: 0;
}
.widget-deschidere + .widget-live {
  margin-top: -25px;
}
@media all and (min-width: 900px) {
  .widget-deschidere + .widget-live {
    margin-top: 0;
  }
}

.ads {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 900px) {
  .ads {
    padding: 30px 0;
    background-color: #F0F3F7;
  }
}
@media all and (min-width: 640px) {
  .ads--mobile {
    display: none;
  }
}
.ads--tablet {
  display: none;
}
@media all and (min-width: 640px) {
  .ads--tablet {
    display: flex;
  }
}
@media all and (min-width: 1390px) {
  .ads--tablet {
    display: none;
  }
}
.ads--desktop {
  display: none;
}
@media all and (min-width: 1390px) {
  .ads--desktop {
    display: flex;
  }
}
.ads + .widget-special {
  margin-top: 25px;
}
@media all and (min-width: 640px) {
  .ads + .widget-special {
    margin-top: 40px;
  }
}
.ads + .widget-live {
  margin-top: 25px;
}
@media all and (min-width: 640px) {
  .ads + .widget-live {
    margin-top: 40px;
  }
}

.widget-news {
  padding: 25px 0;
}
@media all and (min-width: 640px) {
  .widget-news {
    padding: 40px 0;
  }
}
@media all and (min-width: 900px) {
  .widget-news .controller {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.widget-news + .widget-live {
  margin-top: -25px;
}
@media all and (min-width: 900px) {
  .widget-news + .widget-live {
    margin-top: 0;
  }
}
.widget-news + .widget-news {
  margin-top: -50px;
}
@media all and (min-width: 640px) {
  .widget-news + .widget-news {
    margin-top: -80px;
  }
}
@media all and (min-width: 900px) {
  .widget-news + .widget-news {
    padding-top: 0;
    margin-top: -10px;
  }
}
@media all and (min-width: 900px) {
  .widget-news + .widget-news .controller {
    border-top: 1px solid #DDD;
    padding-top: 30px;
  }
}
@media all and (min-width: 900px) {
  .widget-news + .widget-news .controller + .controller {
    border-top: none;
    padding-top: 0;
  }
}
.widget-news + .widget-news .widget__title--small {
  margin-top: 30px;
}
@media all and (min-width: 640px) {
  .widget-news + .widget-news .widget__title--small {
    margin-top: 50px;
  }
}
@media all and (min-width: 900px) {
  .widget-news + .widget-news .widget__title--small {
    margin-top: 10px;
  }
}
.widget-news + .widget-news.widget-news--D {
  margin-top: -50px;
}
@media all and (min-width: 640px) {
  .widget-news + .widget-news.widget-news--D {
    margin-top: -80px;
  }
}
@media all and (min-width: 900px) {
  .widget-news + .widget-news.widget-news--D {
    margin-top: -20px;
  }
}
.widget-news + .widget-news.widget-news--D .controller {
  border-top: none;
  padding-top: 0;
}

.widget-news__col {
  margin-bottom: 25px;
}
@media all and (min-width: 900px) {
  .widget-news__col {
    margin-left: 30px;
    width: 300px;
    margin-bottom: 0;
  }
}
.widget-news__col .news-item + .news-item {
  margin-top: 30px;
}
.widget-news__col .news-item:not(:first-child) .news-item__info:first-child {
  margin-top: -10px;
  border-top: 1px solid #DDD;
  padding-top: 25px;
}

.ultima-ora {
  background-color: #F0F3F7;
  position: relative;
  padding: 28px 25px 24px;
  width: 100vw;
  margin-left: -25px;
  margin-bottom: -25px;
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 640px) {
  .ultima-ora {
    margin-left: -50px;
    padding: 28px 50px 24px;
    margin-bottom: 0;
  }
}
@media all and (min-width: 900px) {
  .ultima-ora {
    width: 100%;
    margin-left: 0;
    padding: 28px 24px 24px;
  }
}
.ultima-ora::before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 6px;
  background-color: #25518B;
  left: 25px;
  top: 0;
}
@media all and (min-width: 640px) {
  .ultima-ora::before {
    left: 50px;
  }
}
@media all and (min-width: 900px) {
  .ultima-ora::before {
    left: 24px;
  }
}
.ultima-ora .news-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ultima-ora .news-item + .news-item {
  margin-top: 0;
}
.ultima-ora .news-item:not(:first-child) .news-item__info:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
.ultima-ora .news-item__info {
  background-color: transparent;
}
.ultima-ora .news-item__title {
  font-size: 16px;
  line-height: 1.25;
}
.ultima-ora .btn {
  margin-top: 15px;
}
.ultima-ora .app-links {
  position: static;
  width: 100%;
  gap: 15px;
  margin-top: 25px;
  border-top: 1px solid #DDD;
  padding-top: 25px;
}
@media all and (min-width: 640px) {
  .ultima-ora .app-links {
    gap: 5px;
  }
}
.ultima-ora .app-links a {
  width: auto;
  flex: 1;
}
.ultima-ora:has(.ultima-ora__scroll) {
  max-height: calc(100vh - 140px);
}
.ultima-ora:has(.ultima-ora__scroll) .app-links {
  margin-top: 0;
}

@media all and (min-width: 900px) {
  .widget-deschidere:has(.ultima-ora__scroll) .controller {
    padding-right: 330px;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere:has(.ultima-ora__scroll) .ultima-ora {
    max-height: 100%;
    height: 100%;
    position: absolute;
    right: 0;
  }
}

@media all and (min-width: 900px) {
  .widget-news .controller:has(.ultima-ora__scroll) {
    padding-right: 330px;
  }
}
@media all and (min-width: 900px) {
  .widget-news .controller:has(.ultima-ora__scroll) .widget-news__col:has(.ultima-ora__scroll) {
    position: absolute;
    right: 0;
    width: 300px;
    max-height: 100%;
    height: 100%;
  }
}
@media all and (min-width: 900px) {
  .widget-news .controller:has(.ultima-ora__scroll) .widget-news__col:has(.ultima-ora__scroll) .ultima-ora {
    max-height: 100%;
    height: 100%;
  }
}

.ultima-ora__titlu {
  font-size: 20px;
  line-height: 1.1;
  color: #25518B;
  margin-bottom: 12px;
  font-weight: 600;
}

.ultima-ora__scroll {
  overflow-y: auto;
  overflow-x: clip;
  flex: 1;
  width: calc(100% + 48px);
  margin-left: -24px;
  padding: 0 24px 12px;
}
.ultima-ora__scroll .news-item {
  padding-left: 20px;
}
.ultima-ora__scroll .news-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #25518B;
  z-index: 1;
}
.ultima-ora__scroll .news-item::after {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  width: 1px;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.ultima-ora__scroll .news-item:first-child::after {
  top: 17px;
}
.ultima-ora__scroll .news-item:last-child::after {
  bottom: calc(100% - 23px);
}

.widget__title {
  width: 100%;
  font-size: 36px;
  color: #25518B;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 18px;
}
@media all and (min-width: 640px) {
  .widget__title {
    font-size: 48px;
    margin-bottom: 22px;
  }
}

.widget__title--small {
  position: relative;
  padding-top: 28px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 22px;
}
.widget__title--small::before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 6px;
  background-color: #25518B;
  left: 0;
  top: 0;
}
@media (hover: hover) {
  a .widget__title--small:hover:hover::before {
    width: 44px;
  }
}

.widget-news__large-col {
  margin-left: 0;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.widget-news__large-col .widget-news--D {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -10px;
}

.widget-news--A .controller {
  align-items: stretch;
}
.widget-news--A .widget-news__col {
  display: flex;
  flex-direction: column;
}
.widget-news--A .widget-news__col:first-child {
  width: auto;
  flex: 1;
  margin-left: 0;
}
.widget-news--A .widget-news__col .banner {
  flex: 1;
  margin-bottom: 40px;
}
@media all and (min-width: 900px) {
  .widget-news--A .widget-news__col .banner {
    margin-bottom: 0;
  }
}
.widget-news--A .widget-news--D .controller {
  max-width: 100%;
}

.widget-news--tezaur {
  background-image: url(../images/custom/grain_texture_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.widget-news--tezaur .news-item__info {
  background-color: transparent;
}
.widget-news--tezaur .ultima-ora {
  background-color: rgba(255, 196, 89, 0.15);
  box-shadow: inset 0 0 0 1px #1A1919;
}
.widget-news--tezaur .widget-news__col .news-item:not(:first-child) .news-item__info:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.widget-news--tezaur .ultima-ora .news-item:not(:first-child) .news-item__info:first-child {
  border-top: none;
}
.widget-news--tezaur .ultima-ora .app-links {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.widget-deschidere--B {
  padding-top: 0;
}
@media all and (min-width: 900px) {
  .widget-deschidere--B {
    background-color: #1A1919;
    background-image: url(../images/bg5.jpg);
    background-size: cover;
    background-position: center;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--B .news-item__info {
    background-color: transparent;
    color: #FFF;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--B .widget-news__col {
    order: 1;
    margin-left: 0;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--B .widget-news__col:first-child {
    order: 2;
    margin-left: 30px;
  }
}
.widget-deschidere--B .widget-news__col:first-child .news-item__info {
  background-color: #1A1919;
  color: #FFF;
}
@media all and (min-width: 900px) {
  .widget-deschidere--B .widget-news__col:first-child .news-item__info {
    background-color: transparent;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--B .widget-news__col:last-child {
    order: 3;
    margin-left: 30px;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--B .widget-news__col .news-item:not(:first-child) .news-item__info:first-child {
    border-top-color: rgba(255, 255, 255, 0.15);
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--B + .widget-live::before {
    display: none;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--B + .widget-special {
    margin-top: 40px;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--B + .widget-news {
    margin-top: 0;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--B + .widget-news .controller {
    border-top-color: transparent;
  }
}

@media all and (min-width: 900px) {
  .widget-deschidere--B2 {
    background-color: #F0F3F7;
    background-image: url(../images/bg-int.jpg);
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--B2 .news-item__info {
    background-color: transparent;
    color: #1A1919;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--B2 .widget-news__col {
    order: 1;
    margin-left: 0;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--B2 .widget-news__col:first-child {
    order: 2;
    margin-left: 30px;
  }
}
.widget-deschidere--B2 .widget-news__col:first-child .news-item__info {
  background-color: #F0F3F7;
  background-image: url(../images/bg-int.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #1A1919;
}
@media all and (min-width: 900px) {
  .widget-deschidere--B2 .widget-news__col:first-child .news-item__info {
    background-color: transparent;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--B2 .widget-news__col:last-child {
    order: 3;
    margin-left: 30px;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--B2 .widget-news__col .news-item:not(:first-child) .news-item__info:first-child {
    border-top-color: rgba(26, 25, 25, 0.15);
  }
}

@media all and (min-width: 900px) {
  .widget-deschidere--C {
    position: relative;
    padding-top: 0;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--C .controller {
    position: static;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--C .news-item {
    position: static;
    height: 50vh;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--C .thumb {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    bottom: 40px;
    padding-bottom: 0;
    height: auto;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--C .news-item__info {
    max-width: calc((100% - 60px) / 3 * 2 + 30px);
    padding: 19px 30px;
    background-color: #1A1919;
    color: #FFF;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--C + .widget-special {
    margin-top: 40px;
  }
}
.widget-deschidere--C + .widget-live::before {
  display: none;
}

.widget-deschidere--D {
  padding: 0 0 35px;
}
@media all and (min-width: 900px) {
  .widget-deschidere--D {
    background-color: #1A1919;
    background-image: url(../images/bg6.jpg);
    background-size: cover;
    background-position: center;
  }
}
.widget-deschidere--D .widget-news__col {
  margin-bottom: 0;
}
@media all and (min-width: 900px) {
  .widget-deschidere--D .widget-news__col {
    width: auto;
    flex: 1;
  }
}
.widget-deschidere--D .news-item__info {
  background-color: #1A1919;
  color: #FFF;
}
@media all and (min-width: 900px) {
  .widget-deschidere--D .news-item__info {
    background-color: transparent;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--D + .widget-news .controller {
    border-top: none;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--D + .widget-special {
    margin-top: 40px;
  }
}
.widget-deschidere--D + .widget-live {
  margin-top: -35px;
}
@media all and (min-width: 900px) {
  .widget-deschidere--D + .widget-live {
    margin-top: 0;
  }
}
.widget-deschidere--D + .widget-live::before {
  display: none;
}

.widget-deschidere--E {
  padding-top: 0;
}
@media all and (min-width: 900px) {
  .widget-deschidere--E {
    background-color: #1A1919;
    background-image: url(../images/bg7.jpg);
    background-size: cover;
    background-position: center;
  }
}
.widget-deschidere--E .news-item--large .news-item__info {
  background-color: #1A1919;
  color: #FFF;
}
@media all and (min-width: 900px) {
  .widget-deschidere--E .news-item--large .news-item__info {
    background-color: transparent;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--E .news-item__info {
    background-color: transparent;
    color: #FFF;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--E .news-item:not(:first-child) .news-item__info:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--E .ultima-ora {
    background-color: rgba(240, 243, 247, 0.15);
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--E .ultima-ora .news-item:not(:first-child) .news-item__info:first-child {
    border-top: none;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--E + .widget-news .controller {
    border-top: none;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--E + .widget-special {
    margin-top: 40px;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--E + .widget-live::before {
    display: none;
  }
}

.widget-deschidere--F .news-item--large .news-item__info {
  background-color: #1A1919;
  color: #FFF;
}
@media all and (min-width: 900px) {
  .widget-deschidere--F .news-item--large .news-item__info {
    background-color: transparent;
    color: #1A1919;
  }
}

.widget-deschidere--G {
  background-image: url(../images/bg1.jpg);
  padding-bottom: 0;
  background-size: cover;
  overflow: hidden;
}
@media all and (min-width: 900px) {
  .widget-deschidere--G {
    padding-bottom: 40px;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--G .news-item--large {
    display: flex;
    flex-direction: row;
    gap: 30px;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 40px;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    margin: 10px 0 20px;
    box-shadow: 0px 126px 35px rgba(0, 0, 0, 0.01), 0px 80px 32px rgba(0, 0, 0, 0.12), 0px 45px 27px rgba(0, 0, 0, 0.4), 0px 20px 20px rgba(0, 0, 0, 0.68), 0px 5px 11px rgba(0, 0, 0, 0.79), inset 0 0 0 1px rgba(255, 255, 255, 0.15);
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--G .news-item--large .thumb {
    width: auto;
    padding: 0;
    height: auto;
    flex: 1;
    aspect-ratio: 16/9;
  }
}
.widget-deschidere--G .news-item--large .news-item__info {
  background-color: #1A1919;
  color: #FFF;
}
@media all and (min-width: 900px) {
  .widget-deschidere--G .news-item--large .news-item__info {
    padding-top: 0;
    background-color: transparent;
    flex: 1;
    gap: 5px;
    position: static;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--G .news-item--large .news-item__info::before {
    bottom: 40px;
    left: 40px;
    top: auto;
  }
}
@media all and (min-width: 1390px) {
  .widget-deschidere--G .news-item--large .news-item__info .news-item__title {
    font-size: 32px;
    text-wrap: balance;
  }
}
.widget-deschidere--G + .widget-news {
  margin-top: -25px;
}
@media all and (min-width: 900px) {
  .widget-deschidere--G + .widget-news {
    margin-top: 0;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--G + .widget-news .controller {
    border-top: none;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--G + .widget-special {
    margin-top: 40px;
  }
}
@media all and (min-width: 900px) {
  .widget-deschidere--G + .widget-live::before {
    display: none;
  }
}

.widget-news--B .widget-news__col,
.widget-news--C .widget-news__col,
.widget-news--D .widget-news__col {
  width: auto;
  flex: 1;
}
.widget-news--B .widget-news__col:first-child,
.widget-news--C .widget-news__col:first-child,
.widget-news--D .widget-news__col:first-child {
  margin-left: 0;
}

.widget-news--B .controller {
  align-items: stretch;
}
.widget-news--B .widget-news__col {
  display: flex;
  flex-direction: column;
}
.widget-news--B .widget-news__col .banner {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 900px) {
  .widget-news--B .widget-news__col .banner {
    background-color: #F0F3F7;
  }
}
.widget-news--B + .widget-news.widget-news--D {
  margin-top: -10px;
}
@media all and (min-width: 640px) {
  .widget-news--B + .widget-news.widget-news--D {
    margin-top: -70px;
  }
}
@media all and (min-width: 900px) {
  .widget-news--B + .widget-news.widget-news--D {
    margin-top: -10px;
  }
}
.widget-news--B + .widget-news.widget-news--D .controller {
  border-top: 1px solid #DDD !important;
  padding-top: 30px;
}
.widget-news--B + .widget-news.widget-news--D .news-item {
  border-top: none;
  padding-top: 0;
}

.widget-news--D .controller {
  border-top: none !important;
}
.widget-news--D .news-item {
  border-top: 1px solid #DDD;
  padding-top: 25px;
}

.widget-special .controller {
  padding: 28px 25px 1px;
  background-image: url(../images/custom/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  max-width: 100%;
}
@media all and (min-width: 640px) {
  .widget-special .controller {
    padding: 40px 60px 10px 60px;
    max-width: calc(100% - 100px);
  }
}
@media all and (min-width: 900px) {
  .widget-special .controller {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 60px 45px 60px;
  }
}
@media all and (min-width: 1390px) {
  .widget-special .controller {
    max-width: 1290px;
  }
}
.widget-special .controller::before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 6px;
  background-color: #25518B;
  left: 25px;
  top: 0;
}
@media all and (min-width: 640px) {
  .widget-special .controller::before {
    width: 130px;
    left: 60px;
  }
}
.widget-special .controller > a {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  position: relative;
}
@media all and (min-width: 640px) {
  .widget-special .controller > a {
    margin-bottom: 22px;
  }
}
.widget-special .controller > a::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #25518B;
  top: -28px;
  width: 32px;
  height: 6px;
  transform-origin: 0;
  pointer-events: none;
}
@media all and (min-width: 640px) {
  .widget-special .controller > a::before {
    top: -40px;
    width: 130px;
  }
}
.widget-special .controller > a .widget__title {
  margin-bottom: 0;
}
@media (hover: hover) {
  .widget-special .controller > a:hover::before {
    width: 38px;
  }
}
@media (hover: hover) and (min-width: 640px) {
  .widget-special .controller > a:hover::before {
    width: 154px;
  }
}
.widget-special .widget-news__col {
  flex: 1;
}
.widget-special .news-item__info {
  background-color: transparent;
}
.widget-special .widget-news__col:nth-child(2) {
  margin-left: 0;
}
@media all and (min-width: 640px) {
  .widget-special + .widget-live {
    margin-top: 40px;
  }
}
.widget-special + .widget-special {
  margin-top: 25px;
}
@media all and (min-width: 640px) {
  .widget-special + .widget-special {
    margin-top: 40px;
  }
}
.widget-special + .ads {
  margin-top: 25px;
}
@media all and (min-width: 640px) {
  .widget-special + .ads {
    margin-top: 40px;
  }
}

@media all and (min-width: 900px) {
  .widget-special--cu-personaj {
    padding-top: 30px;
  }
}
@media all and (min-width: 900px) {
  .widget-special--cu-personaj .controller {
    padding-right: 360px;
  }
}

.widget-news--video .news-item .thumb {
  z-index: 11;
}
.widget-news--video .news-item .thumb::after {
  display: none;
}

.footer {
  background-color: #1A1919;
  background-image: url(../images/bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  padding: 40px 0;
  color: #FFF;
}
.footer .controller {
  display: flex;
  flex-wrap: wrap;
}

.footer__logo {
  width: 100%;
  margin-bottom: 30px;
}
.footer__logo img {
  width: 135px;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.footer__col {
  width: 100%;
  padding-right: 20px;
}
@media all and (min-width: 640px) {
  .footer__col {
    width: 50%;
  }
}
@media all and (min-width: 900px) {
  .footer__col {
    flex: 1;
    padding-right: 0;
  }
}
.footer__col ul {
  list-style-type: none;
  font-size: 12px;
  margin-bottom: 20px;
}
.footer__col ul a {
  display: block;
  padding: 3px 0;
}
@media (hover: hover) {
  .footer__col ul a:hover {
    text-decoration: underline;
  }
}
@media all and (min-width: 900px) {
  .footer__col + .footer__col {
    margin-left: 30px;
  }
}

.footer__col__title {
  margin-bottom: 10px;
}

.footer__row {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 20px;
  position: relative;
}
@media all and (min-width: 900px) {
  .footer__row {
    padding-top: 30px;
  }
}
.footer__row ul {
  list-style-type: none;
  margin-bottom: 10px;
}
@media all and (min-width: 900px) {
  .footer__row ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 900px) {
  .footer__row li::after {
    content: "|";
    margin: 0 10px;
  }
}
.footer__row li:last-child::after {
  display: none;
}
.footer__row li a {
  font-weight: 600;
  display: inline-block;
  padding: 4px 0;
}
@media all and (min-width: 900px) {
  .footer__row li a {
    padding: 0;
  }
}
@media (hover: hover) {
  .footer__row li a:hover {
    text-decoration: underline;
  }
}
.footer__row p {
  font-size: 12px;
}
@media all and (min-width: 640px) {
  .footer__row:has(.superbrands-footer) {
    padding-right: 180px;
  }
}
@media all and (min-width: 1390px) {
  .footer__row:has(.superbrands-footer) {
    padding-right: 140px;
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
@media all and (min-width: 1390px) {
  .footer__row:has(.superbrands-footer) .app-links {
    right: 150px;
    top: 63px;
  }
}
@media all and (min-width: 1390px) {
  .footer__row:has(.app-links) {
    padding-right: 340px;
  }
}
@media all and (min-width: 1390px) {
  .footer__row:has(.app-links):has(.superbrands-footer) {
    padding-right: 500px;
  }
}

.app-links {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
@media all and (min-width: 640px) {
  .app-links {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1390px) {
  .app-links {
    position: absolute;
    top: 45px;
    right: 0;
    width: 300px;
    margin: 0;
  }
}
.app-links a {
  flex: 1;
}
@media all and (min-width: 640px) {
  .app-links a {
    flex: none;
    width: 145px;
  }
}
.app-links img {
  border-radius: 5px;
}

.cat-header {
  padding: 30px 0 0;
}
@media all and (min-width: 640px) {
  .cat-header {
    padding: 45px 0 0;
  }
}
@media all and (min-width: 1030px) {
  .cat-header .controller {
    padding-right: 440px;
  }
}

.cat-header__title {
  line-height: 1.1;
  font-weight: 300;
  color: #25518B;
  font-size: 48px;
}
.cat-header__title + .cat-header__sub {
  margin-top: 10px;
}

.cat-header__descriere {
  font-size: 12px;
  margin-top: 10px;
  font-weight: 300;
}
@media all and (min-width: 640px) {
  .cat-header__descriere {
    font-size: 16px;
    margin-top: 15px;
  }
}
.cat-header__descriere + .cat-header__sub {
  margin-top: 10px;
}

.cat-header__sub {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.cat-header__sub li {
  margin-right: 10px;
}
@media all and (min-width: 640px) {
  .cat-header__sub li {
    margin-right: 15px;
  }
}
.cat-header__sub a {
  display: inline-block;
  color: #25518B;
  font-weight: 600;
  border-bottom: 1px solid transparent;
}
@media (hover: hover) {
  .cat-header__sub a:hover {
    border-color: #25518B;
  }
}

.cat-header--emisiune {
  background-color: #F0F3F7;
  padding-bottom: 20px;
}
@media all and (min-width: 640px) {
  .cat-header--emisiune {
    padding-bottom: 5px;
    background-color: transparent;
  }
}
@media all and (min-width: 640px) {
  .cat-header--emisiune .controller {
    padding-right: 190px;
    min-height: 160px;
    background-color: #F0F3F7;
    padding: 30px;
    padding-right: 190px;
    box-shadow: inset -160px 0 0 #FFF;
  }
}
@media all and (min-width: 1390px) {
  .cat-header--emisiune .controller {
    padding-right: 440px;
    box-shadow: inset -205px 0 0 #FFF;
    min-height: 205px;
  }
}
.cat-header--emisiune .thumb {
  margin: 20px 0 20px -25px;
  width: 100vw;
  padding-bottom: 100vw;
}
@media all and (min-width: 640px) {
  .cat-header--emisiune .thumb {
    width: 160px;
    padding-bottom: 160px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
}
@media all and (min-width: 1390px) {
  .cat-header--emisiune .thumb {
    width: 205px;
    padding-bottom: 205px;
  }
}
.cat-header--emisiune .cat-header__descriere {
  font-size: 16px;
}
.cat-header--emisiune .breadcrumbs::after {
  background-image: linear-gradient(270deg, #F0F3F7 0%, rgba(240, 243, 247, 0) 100%);
}
.cat-header--emisiune .btn {
  font-size: 16px;
  margin: 20px 0 10px;
  width: 100%;
  justify-content: center;
}
@media all and (min-width: 640px) {
  .cat-header--emisiune .btn {
    margin-bottom: 0;
    width: auto;
    margin-top: 20px;
  }
}
.cat-header--emisiune .btn + .btn {
  margin-top: 0;
}
@media all and (min-width: 640px) {
  .cat-header--emisiune .btn + .btn {
    margin-top: 20px;
  }
}

.cat-header__descriere__realizator {
  color: #25518B;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
}
@media all and (min-width: 640px) {
  .cat-header__descriere__realizator {
    font-size: 20px;
  }
}
.cat-header__descriere__realizator a {
  box-shadow: inset 0 -1px 0 #F0F3F7, inset 0 -2px 0 #25518B;
  display: inline-block;
}
@media (hover: hover) {
  .cat-header__descriere__realizator a:hover {
    box-shadow: inset 0 -1px 0 #F0F3F7, inset 0 -4px 0 #25518B;
  }
}

.cat-header__descriere__program {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}
@media all and (min-width: 640px) {
  .cat-header__descriere__program {
    font-size: 20px;
  }
}

.breadcrumbs {
  list-style-type: none;
  display: flex;
  font-size: 12px;
  margin-bottom: 10px;
  overflow-x: hidden;
  position: relative;
}
.breadcrumbs::after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: auto;
  width: 30px;
  background-image: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.breadcrumbs li {
  flex-shrink: 0;
}
.breadcrumbs li + li::before {
  content: "»";
  margin: 0 8px;
}
.breadcrumbs a,
.breadcrumbs span {
  border-bottom: 1px solid transparent;
  display: inline-block;
  font-weight: 600;
  flex-shrink: 0;
}
.breadcrumbs a {
  color: #25518B;
}
@media (hover: hover) {
  .breadcrumbs a:hover {
    border-color: #25518B;
  }
}
.breadcrumbs .breadcrumb_last,
.breadcrumbs .breadcrumbs__articol {
  font-weight: 300;
}

@media all and (min-width: 640px) {
  .body--categorie .widget-news + .widget-news {
    margin-top: -80px;
  }
}
@media all and (min-width: 900px) {
  .body--categorie .widget-news + .widget-news {
    padding-top: 0;
    margin-top: -10px;
  }
}
@media all and (min-width: 900px) {
  .body--categorie .widget-news + .widget-news .controller {
    border-top: none;
    padding-top: 0;
  }
}
@media all and (min-width: 900px) {
  .body--categorie .widget-news--B .controller {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
  }
}
@media all and (min-width: 900px) {
  .body--categorie .widget-news--B .widget-news__col {
    margin-left: 0;
  }
}

.pagination {
  display: flex;
  list-style-type: none;
  padding: 0;
  width: 100%;
  gap: 5px;
}
.pagination li {
  display: none;
}
@media all and (min-width: 1390px) {
  .pagination li {
    display: block;
    order: 0;
  }
}
.pagination li.mobile {
  display: block;
  order: 3;
}
@media all and (min-width: 1390px) {
  .pagination li.mobile {
    order: 0;
  }
}
.pagination li.mobile:first-child {
  order: 1;
}
@media all and (min-width: 1390px) {
  .pagination li.mobile:first-child {
    order: 0;
  }
}
.pagination li.page-selector {
  flex: 1;
  display: block;
  order: 2;
}
@media all and (min-width: 1390px) {
  .pagination li.page-selector {
    display: none;
  }
}
.pagination a, .pagination div {
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F0F3F7;
  font-weight: 600;
  font-size: 16px;
}
.pagination a {
  color: #25518B;
  border: 1px solid #F0F3F7;
}
@media (hover: hover) {
  .pagination a:hover {
    box-shadow: inset 0 0 0 1px #25518B;
  }
  .pagination a:hover span {
    color: #25518B;
  }
}
.pagination a.selected {
  background-color: #25518B;
  border: 1px solid #25518B;
  color: #FFF;
}
.pagination a.selected:hover span {
  color: #FFF;
}
.pagination img {
  width: 32px;
  height: 32px;
}
.pagination div {
  background-color: transparent;
  font-weight: 400;
}
.pagination select {
  height: 46px;
  padding: 0 15px;
  width: 100%;
  background-color: #F0F3F7;
  border: 1px solid #F0F3F7;
  font-family: "xfwy", sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 0;
  color: #1A1919;
}
.pagination select:focus {
  border: 1px solid #25518B;
}

@media all and (min-width: 1030px) {
  .articol-wrapper .controller {
    display: flex;
    padding: 40px 0;
  }
}
@media all and (min-width: 1390px) {
  .articol-wrapper .controller {
    padding: 50px 0;
  }
}

.articol {
  padding: 25px 0;
}
@media all and (min-width: 640px) {
  .articol {
    padding: 40px 0;
  }
}
@media all and (min-width: 1030px) {
  .articol {
    flex: 1;
    max-width: calc(100% - 340px);
    padding: 0 40px 0 0;
    border-right: 1px solid #DDD;
  }
}
@media all and (min-width: 1390px) {
  .articol {
    padding-right: 50px;
    max-width: calc(100% - 389px);
  }
}
.articol img {
  width: 100%;
}
.articol h1 {
  font-size: 30px;
  line-height: 1.2;
  margin: 18px 0;
  font-weight: 600;
}
@media all and (min-width: 640px) {
  .articol h1 {
    font-size: 48px;
    margin: 20px 0;
    line-height: 1.1;
  }
}
.articol h2 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  margin: 25px 0 18px;
}
@media all and (min-width: 640px) {
  .articol h2 {
    font-size: 28px;
    margin: 30px 0 20px;
  }
}
.articol p,
.articol ul:not(.breadcrumbs):not(.program__zile),
.articol ol {
  font-size: 18px;
  margin-bottom: 18px;
  font-weight: 300;
  letter-spacing: 0.3px;
}
@media all and (min-width: 640px) {
  .articol p,
  .articol ul:not(.breadcrumbs):not(.program__zile),
  .articol ol {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.articol p a,
.articol ul:not(.breadcrumbs):not(.program__zile) a,
.articol ol a {
  color: #25518B;
  box-shadow: 0 1px 0 transparent;
}
@media (hover: hover) {
  .articol p a:hover,
  .articol ul:not(.breadcrumbs):not(.program__zile) a:hover,
  .articol ol a:hover {
    box-shadow: 0 1px 0 #25518B;
  }
}
.articol ul:not(.breadcrumbs):not(.program__zile),
.articol ol {
  padding-left: 30px;
}
.articol ul:not(.breadcrumbs):not(.program__zile) li,
.articol ol li {
  margin-bottom: 10px;
  padding-left: 10px;
}
.articol ul:not(.breadcrumbs):not(.program__zile) {
  list-style-type: square;
}
.articol audio {
  width: 100%;
  vertical-align: top;
}
.articol figure {
  margin: 25px 0 25px -25px;
  width: 100vw;
}
@media all and (min-width: 640px) {
  .articol figure {
    margin: 30px 0 30px -50px;
  }
}
@media all and (min-width: 1030px) {
  .articol figure {
    width: 100%;
    margin-left: 0;
  }
}
.articol figcaption {
  font-size: 12px;
  border-bottom: 1px solid #DDD;
  padding: 5px 25px 3px;
}
@media all and (min-width: 640px) {
  .articol figcaption {
    padding: 9px 50px 7px;
  }
}
@media all and (min-width: 1030px) {
  .articol figcaption {
    padding-left: 0;
    padding-right: 0;
  }
}
.articol iframe {
  max-width: 100%;
}
@media all and (min-width: 640px) {
  .articol .foto-persoana {
    float: left;
    width: 40%;
    margin: 5px 40px 40px 0;
  }
}
@media all and (min-width: 1390px) {
  .articol .foto-persoana {
    margin-right: 50px;
  }
}
.articol .foto-persoana .thumb {
  padding-bottom: 0;
  height: auto;
}
.articol .foto-persoana .thumb img {
  position: static;
}
@media all and (min-width: 640px) {
  .articol .foto-persoana figcaption {
    padding: 9px 0 7px;
  }
}
@media all and (min-width: 1030px) {
  .articol > *:first-child {
    margin-top: -5px;
  }
}
@media all and (min-width: 1030px) {
  .articol > *:last-child {
    margin-bottom: 0;
  }
}
.articol .tags {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 640px) {
  .articol .tags {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.articol .tags strong {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}
.articol .tags a {
  display: inline-block;
  background-color: #F0F3F7;
  padding: 3px 6px 2px;
  margin-top: 3px;
  margin-right: 3px;
}
@media (hover: hover) {
  .articol .tags a:hover {
    background-color: #25518B;
    color: #FFF;
  }
}
.articol .widget-live {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 7px 0 25px;
}
@media all and (min-width: 640px) {
  .articol .widget-live {
    margin: 10px 0 30px;
  }
}
.articol .widget-live .controller {
  padding: 25px;
  flex-wrap: wrap;
  max-width: 100%;
}
@media all and (min-width: 640px) {
  .articol .widget-live .controller {
    padding: 30px;
  }
}
.articol .widget-live .controller img {
  align-self: flex-start;
}
@media all and (min-width: 640px) {
  .articol .widget-live .controller img {
    margin-top: 1px;
  }
}
.articol .widget-live__title {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
  flex: 1;
}
@media all and (min-width: 640px) {
  .articol .widget-live__title {
    font-size: 28px;
  }
}
.articol .audio-wrapper {
  width: 100%;
  margin-top: 20px;
  background-color: #FFF;
  padding: 10px;
  margin-bottom: 5px;
}
.articol .widget-news {
  border: 1px solid #DDD;
  border-left: none;
  border-right: none;
  width: 100vw;
  margin-left: -25px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media all and (min-width: 640px) {
  .articol .widget-news {
    margin-left: -50px;
  }
}
@media all and (min-width: 900px) {
  .articol .widget-news {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1390px) {
  .articol .widget-news {
    width: 100%;
    margin-left: 0;
  }
}
.articol .widget-news .controller {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.articol .widget-news .widget-news__col {
  margin: 0;
}
@media all and (min-width: 900px) {
  .articol .widget-news .widget-news__col {
    width: 100%;
  }
}
.articol .widget-news .news-item__title h2 {
  font-size: 20px;
}
.articol .widget-news .news-item__intro {
  font-size: 16px;
  margin: 8px 0 0;
}
@media all and (min-width: 640px) {
  .articol .widget-news.widget-news--2col .controller {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (min-width: 900px) {
  .articol .widget-news.widget-news--3col .controller {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.articol .__fbvideo,
.articol video {
  max-width: 100%;
  height: auto;
}

.articol__intro {
  font-weight: 400;
}
.articol .articol__intro {
  font-weight: 400;
}

.articol .articol__autor-data {
  font-size: 14px;
}
@media all and (min-width: 640px) {
  .articol .articol__autor-data {
    font-size: 16px;
  }
}

.articol__citat {
  background-image: url(../images/custom/bg4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 25px;
  display: inline-block;
  width: 100%;
  margin: 7px 0 25px;
}
@media all and (min-width: 640px) {
  .articol__citat {
    margin: 10px 0 30px;
    padding: 40px;
  }
}
.articol__citat p {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 0;
}
@media all and (min-width: 640px) {
  .articol__citat p {
    font-size: 28px;
  }
}
.articol__citat p + * {
  margin-top: 15px;
}
@media all and (min-width: 640px) {
  .articol__citat p + * {
    margin-top: 20px;
  }
}
.articol__citat footer {
  color: #25518B;
  font-size: 14px;
  line-height: 1.3;
}
@media all and (min-width: 640px) {
  .articol__citat footer {
    font-size: 20px;
  }
}

.articol__fisiere-atasate {
  display: inline-flex;
  width: 100%;
  flex-direction: column;
  border: 1px solid #1A1919;
  margin: 7px 0 35px;
}
@media all and (min-width: 640px) {
  .articol__fisiere-atasate {
    margin: 20px 0 35px;
  }
}

.articol__fisiere-atasate__item {
  display: flex;
  padding: 25px 25px 25px 20px;
  align-items: center;
  gap: 20px;
  position: relative;
}
@media all and (min-width: 640px) {
  .articol__fisiere-atasate__item {
    padding: 40px;
    gap: 35px;
  }
}
.articol__fisiere-atasate__item::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.5px;
  height: 1px;
  left: 10px;
  right: 10px;
  background-color: #1A1919;
}
@media all and (min-width: 640px) {
  .articol__fisiere-atasate__item::before {
    left: 20px;
    right: 20px;
  }
}
.articol__fisiere-atasate__item img {
  width: 64px;
  height: auto;
}
@media (hover: hover) {
  .articol__fisiere-atasate__item:hover {
    background-color: #F0F3F7;
  }
}
.articol__fisiere-atasate__item:first-child::before {
  display: none;
}

.articol__fisiere-atasate__item__text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.articol__fisiere-atasate__item__text span {
  font-weight: 600;
  text-wrap: balance;
}
@media all and (min-width: 640px) {
  .articol__fisiere-atasate__item__text span {
    font-size: 20px;
  }
}
.articol__fisiere-atasate__item__text .btn {
  justify-self: flex-start;
  align-self: flex-start;
}
@media all and (min-width: 640px) {
  .articol__fisiere-atasate__item__text .btn {
    font-size: 16px;
    padding: 12px 30px 10px;
  }
}

@media all and (min-width: 1030px) {
  .articol-sidebar {
    width: 300px;
    margin-left: 40px;
  }
}
@media all and (min-width: 1390px) {
  .articol-sidebar {
    margin-left: 50px;
    width: 339px;
  }
}
.articol-sidebar > * {
  margin-bottom: 30px;
}
@media all and (min-width: 640px) {
  .articol-sidebar > * {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1390px) {
  .articol-sidebar .banner {
    padding: 20px 0;
    background-color: #F0F3F7;
  }
}

.galerie-c1 {
  padding-bottom: 0;
  position: relative;
}
@media all and (min-width: 1030px) {
  .galerie-c1 {
    width: 341px;
    flex: none;
  }
}
.galerie-c1 .articol__intro {
  display: none;
}
@media all and (min-width: 1030px) {
  .galerie-c1 .articol__intro {
    display: block;
    font-size: 16px;
    font-weight: 300;
  }
}
.galerie-c1 h1 {
  font-size: 20px;
}
@media all and (min-width: 1030px) {
  .galerie-c1 h1 {
    font-size: 28px;
  }
}
.galerie-c1 h1 span {
  color: #25518B;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
  letter-spacing: 0.5px;
}
@media all and (min-width: 1030px) {
  .galerie-c1 h1 span {
    font-size: 32px;
  }
}
.galerie-c1 h1 a {
  display: block;
}
@media (hover: hover) {
  .galerie-c1 h1 a:hover {
    color: #25518B;
  }
}
.galerie-c1 .link {
  top: 105px;
}
.galerie-c1 .inapoi-link {
  display: none;
}
@media all and (min-width: 1030px) {
  .galerie-c1 .inapoi-link {
    display: block;
  }
}

.galerie-c2 {
  padding-top: 0;
}
@media all and (min-width: 1030px) {
  .galerie-c2 {
    border: none;
    padding-left: 50px;
    padding-right: 0;
  }
}
.galerie-c2 .inapoi-link {
  background-color: #FFF;
  position: sticky;
  top: -1px;
  padding: 11px 0 10px;
  box-shadow: 50px 0 0 #FFF, -50px 0 0 #FFF;
  margin-bottom: -10px;
  margin-top: -10px;
}
@media all and (min-width: 1030px) {
  .galerie-c2 .inapoi-link {
    display: none;
  }
}
@media all and (min-width: 1030px) {
  .galerie-c2 .inapoi-link + figure {
    margin-top: 0;
  }
}
.galerie-c2 .thumb {
  padding-bottom: 0;
  height: auto;
  margin-bottom: 40px;
}
@media all and (min-width: 1030px) {
  .galerie-c2 .thumb {
    margin-bottom: 60px;
  }
}
.galerie-c2 .thumb img {
  position: static;
}
.galerie-c2 figcaption {
  font-size: 16px;
  padding: 15px 25px 2px;
  font-weight: 300;
  border-bottom: none;
  margin-top: -40px;
}
@media all and (min-width: 1030px) {
  .galerie-c2 figcaption {
    font-size: 20px;
    padding: 15px 0 10px;
    margin-top: -60px;
  }
}

.inapoi-link {
  z-index: 15;
  pointer-events: none;
}

.inapoi-link__inner {
  pointer-events: auto;
  background-color: #F0F3F7;
  display: inline-flex;
  color: #25518B;
  font-weight: 600;
  font-size: 12px;
  align-items: center;
  line-height: 1;
  padding: 11px 15px 8px 30px;
  background-image: url(../images/custom/ArrowLeft.svg);
  background-repeat: no-repeat;
  background-position: 11px 8px;
  background-size: 15px;
}
@media (hover: hover) {
  .inapoi-link__inner:hover {
    background-color: #25518B;
    background-image: url(../images/ArrowLeft-.svg);
    color: #FFF;
  }
}

@media all and (min-width: 1030px) {
  .sticky-wrapper {
    position: sticky;
    top: 45px;
  }
}

.news-item__show-runners {
  color: #25518B;
  margin-top: 8px;
}

.news-item__show-time {
  font-weight: 600;
  margin-top: 8px;
}

.body--emisiuni .news-item__title {
  font-size: 28px;
  line-height: 1.2;
}
.body--emisiuni .news-item .thumb {
  padding-bottom: 100%;
  background-color: #25518B;
}
@media all and (min-width: 900px) {
  .body--emisiuni .widget-news--B .controller {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
  }
}
@media all and (min-width: 900px) {
  .body--emisiuni .widget-news--B .widget-news__col {
    margin-left: 0;
  }
}

.link-galerie {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.link-galerie::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #25518B;
  width: 48px;
  height: 48px;
  bottom: 0;
  left: 0;
  background-image: url(../images/icon-galerie.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.link-galerie span {
  position: absolute;
  left: 49px;
  bottom: 0;
  height: 48px;
  display: flex;
  align-items: center;
  background-color: #1A1919;
  color: #FFF;
  font-weight: 600;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1;
}
@media all and (min-width: 640px) {
  .link-galerie span {
    font-size: 20px;
  }
}
@media (hover: hover) {
  .link-galerie span:hover {
    background-color: #25518B;
  }
}

.link-galerie--video {
  height: 47px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.articol--program {
  max-width: 850px;
  padding-right: 0;
  border: none;
  margin-left: auto;
  margin-right: auto;
}

.program__zile {
  list-style-type: none;
  display: flex;
  font-weight: 600;
  line-height: 1.1;
  padding-top: 7px;
  margin-bottom: 30px;
}
@media all and (min-width: 640px) {
  .program__zile {
    margin-bottom: 40px;
  }
}
.program__zile li {
  flex: 1;
}
.program__zile li a {
  display: block;
  text-align: center;
  padding: 17px 0 15px;
  border: 1px solid transparent;
  border-bottom-color: #DDD;
  font-size: 0;
}
@media all and (min-width: 640px) {
  .program__zile li a {
    font-size: 16px;
  }
}
.program__zile li a::first-letter {
  font-size: 16px;
}
@media (hover: hover) {
  .program__zile li a:hover {
    color: #25518B;
    border-bottom-color: #25518B;
  }
}
.program__zile li a.active {
  color: #25518B;
  border-color: #DDD;
  border-bottom-color: transparent;
}

.program__item {
  display: flex;
  margin-bottom: 30px;
}
@media all and (min-width: 640px) {
  .program__item {
    margin-bottom: 20px;
  }
}
.program__item .thumb {
  width: 86px;
  padding-bottom: 86px;
  background-color: #25518B;
  background-image: url(../images/logo-srr-mono-alb.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  order: 2;
}
@media all and (min-width: 640px) {
  .program__item .thumb {
    width: 120px;
    padding-bottom: 120px;
    order: 3;
  }
}
@media all and (min-width: 900px) {
  .program__item .thumb {
    width: 160px;
    padding-bottom: 160px;
  }
}

.program__c1 {
  width: 58px;
  order: 1;
}

.program__ora {
  background-color: #1A1919;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  padding: 7px 0 5px;
}

.program__c2 {
  box-shadow: inset 1px 0 0 rgba(26, 25, 25, 0.15);
  padding-left: 15px;
  order: 3;
  flex: 1;
}
@media all and (min-width: 640px) {
  .program__c2 {
    margin-left: 22px;
    padding-left: 30px;
    order: 2;
  }
}

.articol .program__titlu,
.program__titlu {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
@media (hover: hover) {
  .articol .program__titlu a:hover,
  .program__titlu a:hover {
    color: #25518B;
  }
}
.articol .program__titlu + .program__realizatori,
.articol .program__titlu + .program__descriere,
.program__titlu + .program__realizatori,
.program__titlu + .program__descriere {
  margin-top: 3px;
}

.articol .program__realizatori,
.program__realizatori {
  font-size: 16px;
  margin: 0;
  color: #25518B;
  mix-blend-mode: multiply;
}
.articol .program__realizatori + .program__descriere,
.program__realizatori + .program__descriere {
  margin-top: 10px;
}

.articol .program__descriere,
.program__descriere {
  font-size: 16px;
  margin: 0;
}

.program__item--big {
  flex-wrap: wrap;
}
@media all and (min-width: 640px) {
  .program__item--big {
    flex-wrap: nowrap;
  }
}
.program__item--big > .program__c2 {
  background-color: #F0F3F7;
  padding-top: 18px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  box-shadow: none;
  width: 100%;
  flex: none;
}
@media all and (min-width: 640px) {
  .program__item--big > .program__c2 {
    width: auto;
    flex: 1;
    box-shadow: inset 1px 0 0 rgba(26, 25, 25, 0.15);
    padding-top: 25px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.program__item--big .program__item {
  margin-top: 30px;
  margin-bottom: 0;
}
.program__item--big .program__item + .program__item {
  margin-top: 20px;
}

.program__link-podcast {
  display: block;
  width: 58px;
  height: 58px;
  background-color: #25518B;
  background-image: url(../images/HeadphonesPlay.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 38px;
}
@media (hover: hover) {
  .program__link-podcast:hover {
    background-color: #18355b;
  }
}

.program__link-podcast--live {
  position: relative;
  background-position: center 5px;
}
.program__link-podcast--live::after {
  content: "";
  display: block;
  content: "LIVE";
  color: #FFF;
  position: absolute;
  bottom: 5px;
  text-align: center;
  width: 100%;
  font-size: 10px;
  font-weight: 600;
}

.intertitlu-program {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 300;
}
@media all and (min-width: 640px) {
  .intertitlu-program {
    margin-bottom: 40px;
  }
}

.player {
  padding: 45px 0 35px;
  position: relative;
  background-color: #1A1919;
  color: #FFF;
  text-align: center;
}
@media all and (min-width: 640px) {
  .player {
    padding: 40px 0;
    font-size: 18px;
    text-align: left;
  }
}
.player::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  mix-blend-mode: luminosity;
  opacity: 0.15;
}
.player .controller {
  max-width: 850px;
  width: calc(100% - 50px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (min-width: 640px) {
  .player .controller {
    padding-right: 245px;
    padding-bottom: 76px;
    width: calc(100% - 100px);
    align-items: flex-start;
    min-height: 280px;
  }
}
.player .thumb {
  width: 60vw;
  padding-bottom: 60vw;
  margin-bottom: 30px;
  background-color: #25518B;
  background-image: url(../images/logo-srr-mono-alb.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (min-width: 640px) {
  .player .thumb {
    width: 205px;
    padding-bottom: 205px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.player .six-nine,
.player iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.player + .widget-live::before {
  display: none;
}

.player--lite {
  padding: 30px 0;
}
.player--lite .controller {
  align-items: flex-start;
}
@media all and (min-width: 640px) {
  .player--lite .controller {
    padding: 10px 0;
  }
}
.player--lite .player__titlu {
  text-align: left;
}
.player--lite .player__indicator-live {
  position: static;
}
.player--lite .player__indicator-live + .player--lite__logo {
  margin-top: -22px;
}
.player--lite .player__descriere {
  margin-top: 30px;
}
@media all and (min-width: 640px) {
  .player--lite .player__descriere {
    margin-top: 20px;
  }
}
.player--lite .player__btn {
  align-self: flex-start;
}

.player--lite__logo {
  margin-bottom: 25px;
  background-color: #FFF;
  padding: 10px 18px;
}
.player--lite__logo img {
  height: 86px;
  width: auto;
}

.player--video {
  padding-top: 30px;
}
@media all and (min-width: 640px) {
  .player--video {
    padding-top: 40px;
  }
}
@media all and (min-width: 640px) {
  .player--video .controller {
    padding-right: 0;
  }
}
.player--video .six-nine,
.player--video iframe {
  order: 0;
}
@media all and (min-width: 640px) {
  .player--video .six-nine,
  .player--video iframe {
    margin-bottom: 30px;
  }
}
.player--video .player__titlu {
  order: 2;
}
.player--video .player__indicator-live {
  position: static;
  order: 1;
}
@media all and (min-width: 640px) {
  .player--video .player__indicator-live {
    align-self: flex-start;
    order: 0;
    margin-bottom: 0;
  }
}
.player--video .player__realizatori,
.player--video .player__orar,
.player--video .player__descriere {
  order: 3;
}
.player--video .thumb {
  display: none;
}
.player--video .player__btn {
  order: 3;
  margin-top: 30px;
}
.player--video .player__timeline {
  margin-top: 50px;
  order: 2;
}

.player__actions {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
}
@media all and (min-width: 640px) {
  .player__actions {
    flex-direction: row;
    gap: 15px;
  }
}
.player__actions .player__btn {
  width: calc(60vw - 49px);
}
@media all and (min-width: 640px) {
  .player__actions .player__btn {
    width: 120px;
  }
}
@media all and (min-width: 640px) {
  .player__actions .player__btn--video {
    display: flex;
    width: auto;
  }
}

@keyframes marcaj--live__dot__3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.player__indicator-live {
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  background-color: #FFF;
  color: #1A1919;
  position: relative;
  line-height: 1;
  padding: 9px 12px 9px 10px;
  text-transform: uppercase;
  pointer-events: none;
  margin-bottom: 22px;
  z-index: 2;
  position: absolute;
  top: calc(60vw - 17px);
  display: flex;
  align-items: center;
}
@media all and (min-width: 640px) {
  .player__indicator-live {
    position: relative;
    top: auto;
    align-self: flex-start;
  }
}
.player__indicator-live span {
  margin-top: 3px;
}
.player__indicator-live .widget-live__indicator {
  box-shadow: inset 0 0 0 1px rgba(37, 81, 139, 0.8);
}
.player__indicator-live .widget-live__indicator::before {
  background-color: #25518B;
}
.player__indicator-live .widget-live__indicator::after {
  background-color: #25518B;
}

.player__titlu {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 300;
  color: #25518B;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media all and (min-width: 640px) {
  .player__titlu {
    font-size: 48px;
  }
}

.player__realizatori {
  color: #25518B;
  margin-top: 10px;
  margin-bottom: 0;
  order: 2;
  width: 100%;
  text-align: left;
}
@media all and (min-width: 640px) {
  .player__realizatori {
    order: 0;
  }
}
.player__realizatori a {
  box-shadow: 0 1px 0 transparent;
}
@media (hover: hover) {
  .player__realizatori a:hover {
    box-shadow: 0 1px 0 #25518B;
  }
}

.player__orar {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 600;
  order: 2;
  width: 100%;
  text-align: left;
}
@media all and (min-width: 640px) {
  .player__orar {
    order: 0;
  }
}

.player__descriere {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 300;
  order: 2;
  width: 100%;
  text-align: left;
}
@media all and (min-width: 640px) {
  .player__descriere {
    order: 0;
  }
}

.player__descriere--song-playing {
  font-weight: 600;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0;
}

.player__descriere--song-playing__now {
  background-color: #25518B;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  padding: 2px 5px 1px;
  margin-right: 10px;
  margin-top: -2px;
  vertical-align: middle;
}

.player__btn {
  margin-top: 20px;
  background-color: #25518B;
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  height: 48px;
  padding: 0 21px 0 20px;
  margin-left: 49px;
  position: relative;
  align-self: center;
  width: 120px;
  justify-content: center;
  text-align: center;
}
@media all and (min-width: 640px) {
  .player__btn {
    align-self: flex-start;
    margin-top: 28px;
    order: 0;
  }
}
.player__btn::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: -49px;
  background-color: #25518B;
  background-image: url(../images/PlayCircle-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
}
@media (hover: hover) {
  .player__btn:hover {
    background-color: #18355b;
  }
  .player__btn:hover::before {
    background-color: #18355b;
  }
}

.player__btn--audio {
  width: auto;
}
.player__btn--audio::before {
  background-image: url(../images/HeadphonesPlay.svg);
}

.player__btn--video {
  width: auto;
}
.player__btn--video::before {
  background-image: url(../images/monitor-play-light.svg);
}

.player__btn__txt-off {
  display: none;
}

.player__btn--off::before {
  background-image: url(../images/StopCircle.svg);
}
.player__btn--off .player__btn__txt-on {
  display: none;
}
.player__btn--off .player__btn__txt-off {
  display: inline;
}

.player__timeline {
  position: relative;
  background-color: #000;
  height: 6px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media all and (min-width: 640px) {
  .player__timeline {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
  }
}

.player__timeline__start,
.player__timeline__end {
  position: absolute;
  bottom: 18px;
  font-weight: 600;
  font-size: 16px;
  z-index: 1;
}
.player__timeline__start::before,
.player__timeline__end::before {
  content: "";
  display: block;
  position: absolute;
  height: 18px;
  width: 1px;
  top: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.player__timeline__start {
  left: 0;
}
.player__timeline__start::before {
  left: 0;
}

.player__timeline__end {
  right: 0;
}
.player__timeline__end::before {
  right: 0;
}

.player__timeline__progress {
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #25518B;
}

.cover-concurs {
  max-width: 850px;
  margin: -60px auto 0;
}
@media all and (min-width: 640px) {
  .cover-concurs {
    margin: -80px auto 0;
  }
}
.cover-concurs + .user-zone {
  margin-top: 0;
}
@media all and (min-width: 640px) {
  .cover-concurs + .user-zone {
    margin-top: 0;
  }
}

.intrebare-concurs {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media all and (min-width: 640px) {
  .intrebare-concurs {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.login-concurs {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #FFF;
  box-shadow: 0 5px 30px rgba(37, 81, 139, 0.25);
  padding: 30px;
  margin-top: 10px;
}
@media all and (min-width: 640px) {
  .login-concurs {
    margin-top: 15px;
    padding: 40px;
  }
}
.login-concurs .user-zone__message {
  margin: 0;
}

.user-zone {
  max-width: 850px;
  margin: 30px auto;
  background-color: #F0F3F7;
  padding: 25px;
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 640px) {
  .user-zone {
    margin: 40px auto;
    padding: 40px 100px;
  }
}
.user-zone input[type=text],
.user-zone input[type=email],
.user-zone input[type=file],
.user-zone input[type=number],
.user-zone input[type=tel],
.user-zone input[type=url],
.user-zone input[type=date],
.user-zone input[type=password],
.user-zone textarea,
.user-zone select {
  margin-bottom: 20px;
  width: 100%;
}
.user-zone p:has(.wpcf7-form-control-wrap) + .user-zone__message {
  font-weight: 600;
  font-size: 24px;
  margin: 30px 0 20px;
  line-height: 1.2;
}
.user-zone label {
  font-weight: 600;
}
.user-zone input[type=submit] {
  background-color: #25518B;
  color: #FFF;
  margin-top: 25px;
  font-weight: 600;
  padding: 15px;
  border-radius: 0;
}
@media all and (min-width: 640px) {
  .user-zone input[type=submit] {
    align-self: flex-start;
    padding: 17px 40px 15px;
    margin-top: 15px;
  }
}
.user-zone input[type=submit]:focus, .user-zone input[type=submit]:hover {
  background-color: #18355b;
  cursor: pointer;
}
.user-zone a:not(.social-login__button) {
  color: #25518B;
  border-bottom: 1px solid transparent;
}
.user-zone a:not(.social-login__button):focus, .user-zone a:not(.social-login__button):hover {
  border-color: #25518B;
}
@media all and (min-width: 640px) {
  .user-zone .rc-wrapper {
    margin-bottom: 15px;
  }
}
.user-zone .wpcf7-list-item {
  margin-left: 0 !important;
}
.user-zone .wpcf7-list-item label {
  font-weight: 400;
}

.forgot-pass {
  text-align: right;
}

.user-zone__title {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 25px;
  width: 100%;
}
@media all and (min-width: 640px) {
  .user-zone__title {
    font-size: 48px;
    margin-bottom: 30px;
  }
}

.user-zone__message {
  width: 100%;
  margin-bottom: 30px;
  margin-top: -15px;
}

.main-error {
  color: red;
  background-color: #FFF;
  padding: 20px 25px;
  margin-bottom: 30px;
}

.field-error {
  font-size: 14px;
  margin-top: -5px;
  line-height: 1.2;
  margin-bottom: 12px;
  color: red;
}
.field-error + input {
  border-color: red;
}

.social-login__button {
  display: flex;
  font-weight: 600;
  line-height: 1.2;
  padding: 13px 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #FFF;
}
@media all and (min-width: 640px) {
  .social-login__button {
    flex: 1;
  }
}
.social-login__button img {
  width: 28px;
  height: 28px;
  margin: 0 15px 0 -5px;
}
.social-login__button + .social-login__button {
  margin-top: 20px;
}
@media all and (min-width: 640px) {
  .social-login__button + .social-login__button {
    margin-top: 0;
    margin-left: 10px;
  }
}

.social-login {
  border-top: 1px solid #DDD;
  margin-top: 30px;
  padding: 30px 0 10px;
}
@media all and (min-width: 640px) {
  .social-login {
    display: flex;
    margin-top: 50px;
    padding: 50px 0 20px;
  }
}

.share-buttons {
  display: flex;
  margin: 30px 0;
  gap: 4px;
}
.share-buttons a {
  display: flex;
  align-items: center;
  min-height: 56px;
  background-color: #F0F3F7;
  line-height: 1.1;
  flex: 1;
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 32px;
  transition: background-color 0.2s ease;
  padding: 13px 20px 12px 56px;
  font-weight: 600;
}
@media all and (min-width: 640px) {
  .share-buttons a {
    background-position: 24px 12px;
    flex: none;
    padding: 14px 34px 12px 68px;
  }
}
@media (hover: hover) {
  .share-buttons a:hover {
    color: #FFF;
  }
}

.share-buttons__fb {
  background-image: url(../images/FacebookLogo.svg);
}
@media (hover: hover) {
  .share-buttons__fb:hover {
    background-image: url(../images/FacebookLogo-.svg);
    background-color: #0A82ED;
  }
}

.share-buttons__wa {
  background-image: url(../images/WhatsappLogo.svg);
}
@media (hover: hover) {
  .share-buttons__wa:hover {
    background-image: url(../images/WhatsappLogo-.svg);
    background-color: #1BD040;
  }
}

.share-buttons__x {
  background-image: url(../images/XTwitterLogo.svg);
}
@media (hover: hover) {
  .share-buttons__x:hover {
    background-image: url(../images/XTwitterLogo-.svg);
    background-color: #000000;
  }
}

.popup-search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 9999;
  pointer-events: none;
}
@media all and (min-width: 640px) {
  .popup-search {
    padding-top: 40px;
  }
}
.popup-search .fader {
  pointer-events: none;
}
.popup-search--active .fader {
  opacity: 1;
  pointer-events: auto;
}
.popup-search--active .popup-search__inner {
  pointer-events: auto;
  transform: none;
}

.popup-search__inner {
  background-color: #FFF;
  width: 100%;
  position: relative;
  z-index: 10000;
  padding: 50px 37px 60px;
  pointer-events: none;
  transform: translateY(-100%);
}
@media all and (min-width: 640px) {
  .popup-search__inner {
    max-width: 480px;
    transform: translateY(calc(-100% - 50px));
    padding: 45px 50px 55px;
  }
}

.popup-search__title {
  font-size: 20px;
  margin-bottom: 10px;
}
@media all and (min-width: 640px) {
  .popup-search__title {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

.popup-search__form {
  display: flex;
  width: 100%;
}
.popup-search__form input[type=search] {
  font-size: 16px;
  border: 1px solid #DDD;
  border-right: none;
  flex: 1;
  padding: 12px 15px 10px;
  border-radius: 0;
}
@media all and (min-width: 640px) {
  .popup-search__form input[type=search] {
    font-size: 18px;
  }
}
.popup-search__form input[type=search]:focus {
  border-color: #aaaaaa;
}
.popup-search__form button {
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background-color: #25518B;
  color: #FFF;
  font-weight: 600;
  padding: 12px 15px 10px;
  cursor: pointer;
}
@media all and (min-width: 640px) {
  .popup-search__form button {
    font-size: 18px;
    padding: 12px 20px 10px;
  }
}
@media (hover: hover) {
  .popup-search__form button:hover {
    background-color: #18355b;
  }
}
.popup-search__form button:focus {
  background-color: #18355b;
}

.close {
  position: absolute;
  top: 16px;
  right: 11px;
  display: block;
  width: 52px;
  height: 52px;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}
@media all and (min-width: 640px) {
  .close {
    background-size: 30px;
    top: 16px;
    right: 12px;
  }
}
.close::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 9px;
  bottom: 10px;
  left: 9px;
  border-radius: 100px;
  border: 1px solid transparent;
  z-index: 1;
}
@media all and (min-width: 640px) {
  .close::after {
    top: 4px;
    right: 5px;
    bottom: 6px;
    left: 5px;
  }
}
@media (hover: hover) {
  .close:hover::after {
    border-color: rgba(26, 25, 25, 0.75);
  }
}

.popup-user {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 9999;
  pointer-events: none;
}
.popup-user .fader {
  pointer-events: none;
}
.popup-user--active .fader {
  opacity: 1;
  pointer-events: auto;
}
.popup-user--active .popup-user__inner {
  pointer-events: auto;
  transform: none;
}

.popup-user__inner {
  background-color: #FFF;
  width: 100%;
  max-width: 250px;
  position: relative;
  z-index: 10000;
  padding: 30px 25px;
  pointer-events: none;
  transform: translateX(100%);
  height: 100vh;
}
@media all and (min-width: 640px) {
  .popup-user__inner {
    max-width: 350px;
  }
}
@media all and (min-width: 1390px) {
  .popup-user__inner {
    max-width: 400px;
  }
}

.popup-user__title {
  font-size: 20px;
  padding: 4px 12px;
  margin-bottom: 10px;
}
@media all and (min-width: 640px) {
  .popup-user__title {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

.popup-user__link {
  display: block;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.1;
}
@media all and (min-width: 640px) {
  .popup-user__link {
    padding: 8px 12px;
    font-size: 16px;
  }
}
@media (hover: hover) {
  .popup-user__link:hover {
    background-color: #25518B;
    color: #FFF;
  }
}

.comentariu + .comentariu {
  border-top: 1px solid #DDD;
  padding-top: 20px;
}
@media all and (min-width: 640px) {
  .comentariu + .comentariu {
    padding-top: 30px;
  }
}

.comentariu__nume-data {
  margin-bottom: 5px;
  font-size: 14px;
}
@media all and (min-width: 640px) {
  .comentariu__nume-data {
    margin-bottom: 10px;
  }
}

.comentariu__text {
  font-size: 16px !important;
}
@media all and (min-width: 640px) {
  .comentariu__text {
    font-size: 18px !important;
    margin-bottom: 26px !important;
  }
}

.comentariu-nou {
  padding-bottom: 20px;
}
@media all and (min-width: 1390px) {
  .comentariu-nou {
    padding-bottom: 0;
  }
}
.comentariu-nou textarea {
  width: 100%;
  border: 1px solid rgba(26, 25, 25, 0.25);
  border-radius: 0;
  padding: 20px;
  height: 150px;
  margin-bottom: 10px;
  font-size: 16px;
}
@media all and (min-width: 640px) {
  .comentariu-nou textarea {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.comentariu-nou textarea:focus {
  outline: none;
  border-color: #1A1919;
}
.comentariu-nou button {
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background-color: #25518B;
  color: #FFF;
  font-weight: 600;
  padding: 12px 25px 10px;
  cursor: pointer;
}
@media all and (min-width: 640px) {
  .comentariu-nou button {
    font-size: 18px;
    padding: 12px 30px 10px;
  }
}
@media (hover: hover) {
  .comentariu-nou button:hover {
    background-color: #18355b;
  }
}
.comentariu-nou button:focus {
  background-color: #18355b;
}

.titlu-comentarii {
  margin-top: 35px !important;
}
@media all and (min-width: 640px) {
  .titlu-comentarii {
    margin-top: 50px !important;
    margin-bottom: 25px !important;
  }
}

.mesaj-logare-comentarii {
  background-color: #F0F3F7;
  padding: 25px;
  font-size: 16px !important;
  margin-bottom: 20px !important;
}
@media all and (min-width: 640px) {
  .mesaj-logare-comentarii {
    font-size: 18px !important;
    padding: 40px;
  }
}
@media all and (min-width: 1390px) {
  .mesaj-logare-comentarii {
    margin-bottom: 0 !important;
  }
}

.comentariu--moderare .comentariu__nume-data {
  opacity: 0.4;
}
.comentariu--moderare .comentariu__text {
  opacity: 0.4;
}

.comentariu__text__moderare {
  font-size: 14px !important;
  color: #25518B;
  margin-top: -10px;
}
@media all and (min-width: 640px) {
  .comentariu__text__moderare {
    font-size: 16px !important;
    margin-top: -16px;
    margin-bottom: 26px !important;
  }
}

.languages {
  display: flex;
  background-color: #1A1919;
  color: #FFF;
  overflow-y: hidden;
  overflow-x: auto;
}
@media all and (min-width: 1030px) {
  .languages {
    justify-content: center;
  }
}
.languages ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
@media all and (min-width: 640px) {
  .languages ul {
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
  }
}
@media all and (min-width: 1390px) {
  .languages ul {
    border: none;
  }
}
.languages a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  padding: 1px 15px 0;
  white-space: nowrap;
}
@media (hover: hover) {
  .languages a:hover {
    background-color: #25518B;
  }
}
.languages a.selected {
  box-shadow: inset 0 -4px 0 #25518B;
}
.languages .current-menu-item a {
  box-shadow: inset 0 -4px 0 #25518B;
}

.calendar {
  display: flex;
  flex-direction: column;
}

.calendar__header {
  display: flex;
  align-items: center;
  border-top: 1px solid #1A1919;
  border-bottom: 1px solid #1A1919;
}
.calendar__header select {
  padding: 12px 42px 10px 15px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}
.calendar__header select.calendar__month {
  flex: 1;
}
@media (hover: hover) {
  .calendar__header select:hover {
    background-color: #F0F3F7;
  }
}

.calendar__arrows {
  width: 14.29%;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (hover: hover) {
  .calendar__arrows:hover {
    background-color: #F0F3F7;
  }
}

.calendar__days {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  box-shadow: inset 0 -1px 0 #1A1919;
}

.calendar__day {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/0.8;
  box-shadow: inset 0 0 0 1px transparent;
}
@media (hover: hover) {
  .calendar__day:hover {
    box-shadow: inset 0 0 0 1px #1A1919;
  }
}
.calendar__day--title {
  font-weight: 600;
  color: #25518B;
  background-color: #F0F3F7;
}
@media (hover: hover) {
  .calendar__day--title:hover {
    box-shadow: inset 0 0 0 1px transparent;
  }
}
.calendar__day--other-month {
  color: rgba(26, 25, 25, 0.25);
}
@media (hover: hover) {
  .calendar__day--other-month:hover {
    color: rgba(26, 25, 25, 0.25);
  }
}
.calendar__day--current {
  color: #FFF;
  background-color: #25518B;
}
@media (hover: hover) {
  .calendar__day--current:hover {
    color: #FFF;
  }
}

.widget-posters {
  position: relative;
}
@media all and (min-width: 1030px) {
  .widget-posters:has(.widget__title) .slider-controller {
    top: calc((100vw - 220px) / 5 * 2 / 3 + 106px);
  }
}
@media all and (min-width: 1390px) {
  .widget-posters:has(.widget__title) .slider-controller {
    top: 264px;
  }
}
.widget-posters .controller {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}
.widget-posters .news-item {
  flex-shrink: 0;
  width: 200px;
}
@media all and (min-width: 640px) {
  .widget-posters .news-item {
    width: 32vw;
  }
}
@media all and (min-width: 900px) {
  .widget-posters .news-item {
    width: 25vw;
  }
}
@media all and (min-width: 1030px) {
  .widget-posters .news-item {
    width: calc((100% - 120px) / 5);
  }
}
.widget-posters .news-item .thumb {
  padding-bottom: 150%;
}
.widget-posters .widget-posters__inner {
  width: 100vw;
  max-width: none;
  margin-left: 0;
  padding: 0 25px;
  position: relative;
}
@media all and (min-width: 640px) {
  .widget-posters .widget-posters__inner {
    padding: 0 50px;
  }
}
@media all and (min-width: 900px) {
  .widget-posters .widget-posters__inner {
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1030px) {
  .widget-posters .widget-posters__inner {
    max-width: calc(100% - 100px);
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
}
@media all and (min-width: 1390px) {
  .widget-posters .widget-posters__inner {
    max-width: 1290px;
  }
}

.widget-posters__wrapper {
  display: flex;
  gap: 20px;
}
@media all and (min-width: 640px) {
  .widget-posters__wrapper {
    gap: 30px;
  }
}
@media all and (min-width: 1030px) {
  .widget-posters__wrapper {
    width: 100%;
  }
}
.widget-posters__wrapper--scrolled {
  transform: translateX(calc(-100% - 30px));
}

.slider-controller {
  display: none;
  pointer-events: none;
}
@media all and (min-width: 1030px) {
  .slider-controller {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: calc((100vw - 220px) / 5 * 2 / 3 + 24px);
    height: 50px;
    z-index: 20;
    justify-content: space-between;
  }
}
@media all and (min-width: 1390px) {
  .slider-controller {
    top: 181px;
    left: calc((100% - 1390px) / 2);
    right: auto;
    width: 1390px;
  }
}

.slider-controller__arrow {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border-radius: 50%;
  pointer-events: auto;
}
.slider-controller__arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
}
.slider-controller__arrow img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 24px;
  height: auto;
}
@media (hover: hover) {
  .slider-controller__arrow:hover {
    box-shadow: inset 0 0 0 1px #1A1919;
  }
}
.slider-controller__arrow--left {
  transform: translateX(50%);
}
@media all and (min-width: 1390px) {
  .slider-controller__arrow--left {
    transform: translateX(-25%);
  }
}
.slider-controller__arrow--right {
  transform: translateX(-50%);
}
@media all and (min-width: 1390px) {
  .slider-controller__arrow--right {
    transform: translateX(25%);
  }
}

.back-to-top {
  display: none;
}
@media all and (min-width: 1390px) {
  .back-to-top {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: url(../images/back-to-top.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    display: block;
    right: 50px;
    bottom: 50px;
    z-index: 100000;
    background-color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    opacity: 0;
    pointer-events: none;
  }
}
.back-to-top--show {
  opacity: 1;
  pointer-events: auto;
}

.top {
  position: absolute;
  top: 0;
  left: 0;
}

.articol-sidebar__widget {
  margin-bottom: 30px;
  padding: 24px;
  box-shadow: inset 0 0 0 1px #DDD;
}
@media all and (min-width: 1390px) {
  .articol-sidebar__widget {
    margin-bottom: 40px;
  }
}

.articol-sidebar__widget__title {
  border-bottom: 1px solid #1A1919;
  padding: 0 0 10px;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
}

.articol-sidebar__widget__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.widget-w-sidebar .controller:last-child {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 30px;
}
@media all and (min-width: 900px) {
  .widget-w-sidebar .controller:last-child {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (min-width: 1390px) {
  .widget-w-sidebar .controller:last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.widget-w-sidebar .news-item {
  margin-bottom: 30px;
}
.widget-w-sidebar .articol-sidebar {
  margin: 0;
  width: auto;
}
@media all and (min-width: 900px) {
  .widget-w-sidebar .articol-sidebar {
    grid-column: 2;
    grid-row-start: 1;
    grid-row-end: 1000;
  }
}
@media all and (min-width: 1390px) {
  .widget-w-sidebar .articol-sidebar {
    grid-column: 3;
  }
}
@media all and (min-width: 640px) {
  .widget-w-sidebar .articol-sidebar__widget {
    padding: 24px 30px;
  }
}

.galerie-in-articol {
  display: grid;
  gap: 6px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 15px 0 25px;
}
@media all and (min-width: 640px) {
  .galerie-in-articol {
    margin: 30px 0 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 12px;
  }
}

.galerie-in-articol__foto {
  aspect-ratio: 1/1;
  position: relative;
}
.galerie-in-articol__foto img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (hover: hover) {
  .galerie-in-articol__foto:hover {
    transform: scale(1.2);
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 54px 55px, rgba(0, 0, 0, 0.06) 0px -12px 30px, rgba(0, 0, 0, 0.06) 0px 4px 6px, rgba(0, 0, 0, 0.08) 0px 12px 13px, rgba(0, 0, 0, 0.04) 0px -3px 5px;
  }
}

.tiled-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (min-width: 640px) {
  .tiled-gallery {
    margin: 30px 0;
    background-color: #F0F3F7;
    padding: 30px;
  }
}

.galerie-widget {
  display: flex;
  flex-direction: column;
  margin: 25px 0;
}
@media all and (min-width: 640px) {
  .galerie-widget {
    margin: 30px 0;
  }
}

.articol .galerie-widget figure {
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.articol .galerie-widget figure .thumb {
  padding-bottom: 75%;
  width: 100%;
  overflow: clip;
  background-size: cover;
  background-position: center;
}
.articol .galerie-widget figure .thumb img {
  -o-object-fit: contain;
     object-fit: contain;
}
.articol .galerie-widget figcaption {
  width: 100%;
}
@media all and (min-width: 640px) {
  .articol .galerie-widget figcaption {
    margin-bottom: 5px;
  }
}

.galerie-widget__thumbs {
  display: flex;
  overflow-x: auto;
  overflow-y: clip;
  gap: 10px;
  margin-left: -25px;
  width: 100vw;
}
@media all and (min-width: 640px) {
  .galerie-widget__thumbs {
    margin-left: -50px;
  }
}
@media all and (min-width: 1030px) {
  .galerie-widget__thumbs {
    margin-left: 0;
    width: 100%;
  }
}

.galerie-widget__item {
  display: block;
  width: 100px;
  flex-shrink: 0;
  aspect-ratio: 16/10;
  position: relative;
  opacity: 0.5;
}
@media all and (min-width: 640px) {
  .galerie-widget__item {
    width: 160px;
  }
}
@media all and (min-width: 900px) {
  .galerie-widget__item {
    width: 180px;
  }
}
.galerie-widget__item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (hover: hover) {
  .galerie-widget__item:hover {
    opacity: 0.9;
  }
}
.galerie-widget__item--active {
  opacity: 1;
}

.galerie-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 100%;
  pointer-events: none;
}

.galerie-arrows__left,
.galerie-arrows__right {
  display: block;
  pointer-events: auto;
  width: 36px;
  height: 36px;
  background-color: rgba(0, 0, 0, 0.75);
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.75);
}
@media all and (min-width: 640px) {
  .galerie-arrows__left,
  .galerie-arrows__right {
    width: 48px;
    height: 48px;
  }
}
@media (hover: hover) {
  .galerie-arrows__left:hover,
  .galerie-arrows__right:hover {
    border-color: rgba(255, 255, 255, 0.75);
  }
}

.galerie-arrows__left {
  background-image: url(../images/arrow-left-.svg);
  border-left: none;
}

.galerie-arrows__right {
  background-image: url(../images/arrow-right-.svg);
  margin-left: auto;
  border-right: none;
}

@media all and (min-width: 1030px) {
  .header--galerie-slide .controller {
    max-width: calc(100% - 100px);
  }
}

.galerie-slide {
  margin-top: -33px;
}
@media all and (min-width: 640px) {
  .galerie-slide {
    margin-top: -54px;
  }
}
@media all and (min-width: 1030px) {
  .galerie-slide .controller {
    max-width: calc(100% - 100px);
  }
}
@media all and (min-width: 1030px) {
  .galerie-slide .sticky-wrapper {
    top: 100px;
  }
}
@media all and (min-width: 1390px) {
  .galerie-slide .sticky-wrapper {
    top: 110px;
  }
}
@media all and (min-width: 1030px) {
  .galerie-slide .galerie-widget {
    margin-top: 0;
  }
}
.galerie-slide .galerie-widget figure .thumb {
  padding-bottom: 0;
}
@media all and (min-width: 1030px) {
  .galerie-slide .galerie-widget figure .thumb img {
    max-height: calc(100vh - 224px);
  }
}
@media all and (min-width: 1390px) {
  .galerie-slide .galerie-widget__item {
    width: 163px;
  }
}
.galerie-slide .galerie-c1 h1 {
  margin-top: 0;
}
.galerie-slide .galerie-c2 {
  padding-bottom: 0;
}
@media all and (min-width: 1030px) {
  .galerie-slide .galerie-c2 {
    max-width: calc(100% - 341px);
  }
}
.galerie-slide .galerie-c2 .thumb {
  margin-bottom: 0;
}
.galerie-slide .galerie-c2 figcaption {
  margin-top: 0;
}
@media all and (min-width: 1030px) {
  .galerie-slide .galerie-c2 figcaption {
    display: none;
  }
}
.galerie-slide .galerie-arrows {
  transform: none;
  top: 0;
  bottom: 0;
  align-items: center;
}
.galerie-slide .galerie-arrows__left::before,
.galerie-slide .galerie-arrows__right::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}
.galerie-slide .galerie-arrows__left::before {
  left: 0;
  width: 25%;
}
.galerie-slide .galerie-arrows__right::before {
  right: 0;
  width: 75%;
}

.superbrands {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 100px;
  aspect-ratio: 1/1;
  background-image: url(../images/superbrands.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10000;
  pointer-events: none;
}
@media all and (min-width: 640px) {
  .superbrands {
    right: 35px;
    bottom: 30px;
    width: 150px;
  }
}
.superbrands--hidden {
  opacity: 0;
  transform: translateY(30px);
}

.superbrands-footer {
  width: 100%;
  margin-top: 30px;
}
@media all and (min-width: 640px) {
  .superbrands-footer {
    position: absolute;
    top: 20px;
    right: -15px;
    width: auto;
    margin-top: 0;
  }
}
.superbrands-footer img {
  width: 100px;
  height: auto;
  transform: translateX(-5px);
}
@media all and (min-width: 640px) {
  .superbrands-footer img {
    transform: none;
    width: 150px;
  }
}
@media all and (min-width: 1390px) {
  .superbrands-footer img {
    width: 125px;
  }
}

.player .player__titlu {
  color: #FFF;
}
.player .player__realizatori {
  color: #4882ce;
}
@media (hover: hover) {
  .player .player__realizatori a:hover {
    box-shadow: 0 1px 0 #4882ce;
  }
}

.widget-deschidere--F .news-item--large .news-item__category {
  color: #4882ce;
}
@media all and (min-width: 900px) {
  .widget-deschidere--F .news-item--large .news-item__category {
    color: #25518B;
  }
}

@media print {
  @page {
    size: A4 portrait;
  }
  @page :left {
    margin-left: 3cm;
    @bottom-left {
      margin: 10pt 0 30pt 0;
      border-top: 0.25pt solid #666;
      content: "A1";
      font-size: 9pt;
      color: #333;
    }
  }
  @page :right {
    margin-left: 4cm;
    @bottom-right {
      content: "Pagina " counter(page) " din " counter(pages);
    }
  }
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img, table, figure {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }
}/*# sourceMappingURL=default.css.map */