.sub-menu,
body {
  background-color: #fff;
}
*,
:after,
:before,
html {
  -webkit-font-smoothing: antialiased;
}
body,
h1 {
  line-height: 1.4;
  margin: 0;
}
h2,
html {
  line-height: 1.15;
}
.header-top .user-trigger::before,
.trigger-button::before {
  background-size: contain;
  background-repeat: no-repeat;
}
.comment p,
.sub-menu a,
footer {
  font-size: 16px;
}
.special-sections .special-sections__in .parteners-menu .menu-item:first-child,
ul {
  padding-left: 0;
}
h1,
h2,
li,
p,
ul {
  margin-top: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
i {
  font-style: normal;
}
.main-menu,
.sub-menu,
.type-none {
  list-style-type: none;
}
.comment .thumb img,
.thumb img {
  object-position: top;
  object-fit: cover;
}
.thumb {
  overflow: hidden;
}
html {
  -webkit-tap-highlight-color: transparent;
}
.section-title-container {
  padding: 15px 0 15px 25px;
}
@media all and (max-width: 1279px) and (orientation: landscape) {
  .section-title-container {
    padding: 15px 0 15px 25px;
  }
}
.sub-menu {
  padding: 8px 0;
  font-weight: 400;
  font-size: 18px;
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.25);
}
.sub-menu.ctg-news {
  border-left: 5px solid #ea2700;
}
.sub-menu.ctg-news li.active a,
.sub-menu.ctg-news li.current-menu-parent a {
  background-color: #ea2700;
  color: #fff;
}
.sub-menu.ctg-news a:focus,
.sub-menu.ctg-news a:hover {
  background-color: #ea2700;
}
.sub-menu.ctg-lifestyle {
  border-left: 5px solid #e527c3;
}
.sub-menu.ctg-lifestyle a:focus,
.sub-menu.ctg-lifestyle a:hover {
  background-color: #e527c3;
}
.sub-menu a {
  display: inline-block;
  padding: 5px 15px;
  width: 100%;
}
.sub-menu a:focus,
.sub-menu a:hover {
  background-color: #e4e4e6;
  color: #fff;
}
.trigger-button {
  color: #fff;
  font-size: 14px;
}
.trigger-button::before {
  content: "";
  display: inline-block;
  background-position: center;
  height: 19px;
  width: 19px;
  vertical-align: top;
}
.news-container {
  padding-bottom: 15px;
}
footer {
  line-height: 1.125;
  font-weight: 300;
}
footer .copyright {
  font-weight: 700;
  margin-bottom: 40px;
}
.breadcrumbs,
.breadcrumbs img {
  margin-top: 2px;
}
.article-wrapper {
  margin-bottom: 30px;
}
.article-wrapper--top {
  margin-bottom: 0;
}
.article-wrapper .controller {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.comment p {
  margin-bottom: 10px;
}
.comment .thumb {
  float: left;
  margin-right: 15px;
  margin-top: 4px;
}
.main-menu > li,
.main-menu > li > a,
.special-sections .special-sections__in {
  position: relative;
}
@media print {
  figure,
  img {
    page-break-inside: avoid;
  }
  @page {
    size: A4 portrait;
  }
  @page :left {
    margin-left: 3cm;
    @bottom-left {
      margin: 10pt 0 30pt 0;
      border-top: 0.25pt solid #666;
      content: "Libertatea";
      font-size: 9pt;
      color: #333;
    }
  }
  @page :right {
    margin-left: 4cm;
    @bottom-right {
      content: "Pagina " counter(page) " din " counter(pages);
    }
  }
  *,
  :after,
  :before {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  img {
    max-width: 100% !important;
  }
  h2,
  p {
    orphans: 3;
    widows: 3;
  }
  h1,
  h2 {
    page-break-after: avoid;
  }
}
a,
a:hover {
  text-decoration: none;
}
.article-body img,
.img-responsive {
  max-width: 100%;
  height: auto;
}
.featured-image-info {
  z-index: 1000;
}
html {
  -ms-overflow-style: scrollbar;
  -ms-overflow-style: scrollbar;
  transition: 0.2s;
  scroll-behavior: smooth;
}
@-ms-viewport {
  width: device-width;
}
body {
  font-weight: 400;
  text-align: left;
  min-height: 100%;
  font-family:
    "Nunito Sans",
    Segoe UI,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 20px;
  color: #333;
  overflow-y: scroll;
  overflow-x: hidden;
}
li,
p {
  margin-bottom: 20px;
  font-weight: 350;
}
p {
  margin-bottom: 1rem;
}
a:hover {
  transition: color linear;
  color: #0056b3;
  color: inherit;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: none;
}
h1 {
  font-size: 22px;
  letter-spacing: -0.4px;
}
@media all and (min-width: 640px) {
  .trigger-button {
    font-size: 20px;
    letter-spacing: -0.3px;
    color: #333;
  }
  .trigger-button::before {
    height: 24px;
    width: 24px;
  }
  .news-container {
    background-color: #fff;
  }
  footer {
    padding: 40px 0;
  }
  footer .controller {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .copyright {
    margin-bottom: 0;
    margin-top: 6px;
  }
  .comment {
    padding-left: 105px;
  }
  .comment p {
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
  .comment .thumb {
    width: 84px;
    height: 84px;
    position: absolute;
    left: 0;
  }
  h1 {
    font-size: 32px;
  }
  .section-title-container {
    border-top: 2px solid #ea2700;
    padding: 10px 0;
  }
}
h2 {
  font-size: 22px;
}
.section-title-container .widget-title {
  font-size: 20px;
  color: #ea2700;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: normal;
}
@media all and (max-width: 1279px) {
  .article-wrapper .controller--is-flex-desktop {
    display: block;
  }
  li,
  p {
    font-size: 20px;
    line-height: 26px;
  }
  .header-section {
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100%;
  }
}
footer,
header,
section {
  max-width: 3000px;
  margin-left: auto;
  margin-right: auto;
}
.justify-center {
  justify-content: center;
}
.breadcrumbs {
  padding-bottom: 10px;
  align-items: center;
  column-gap: 5px;
}
.breadcrumbs *,
.color-red {
  color: #ea2700;
}
.header-top {
  width: 100%;
  z-index: 9998;
  height: 70px;
  background-color: #ea2700;
}
@media all and (min-width: 640px) {
  .breadcrumbs {
    font-size: 16px;
  }
  .header-top {
    background-image: none;
    height: 98px;
  }
}
.header-top .controller {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 1279px) and (max-width: 1599px) {
  .header-top .controller {
    max-width: fit-content;
  }
  .main-right-menu {
    padding-right: 50px;
  }
}
.header-top .controller > *,
header .controller > * {
  pointer-events: auto;
}
.header-top .logo {
  margin-right: auto;
}
.header-top .user-trigger {
  font-size: 18px;
  position: relative;
  color: #333;
  font-weight: 400;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.header-top .user-trigger::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-image: url("/img/cont-rosu.svg");
  height: 24px;
  width: 24px;
}
@media all and (max-width: 1279px) {
  .height-header {
    display: block;
    height: 149px;
  }
  .main-right-menu .btn-menu-mobile:not(.has_avatar) {
    filter: invert(100%) sepia(100%) hue-rotate(0deg) saturate(0%)
      brightness(200%) contrast(200%);
  }
}
.main-menu,
.special-sections .special-sections__in .scroll-menu.disabled {
  display: none;
}
.main-menu {
  letter-spacing: -0.3px;
  padding: 0 30px;
  margin: 0;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}
.main-menu > li:focus .sub-menu-wrapper,
.main-menu > li:hover .sub-menu-wrapper {
  padding: 15px;
  height: auto;
  opacity: 1;
}
.main-menu > li:focus .sub-menu-wrapper .sub-menu,
.main-menu > li:hover .sub-menu-wrapper .sub-menu {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  list-style-type: none;
  background-color: #fff;
  border-radius: 8px;
  padding: 5px 0;
}
.main-menu > li:focus .sub-menu-wrapper .sub-menu a,
.main-menu > li:hover .sub-menu-wrapper .sub-menu a {
  display: inline-block;
  padding: 5px 15px;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
}
.main-menu > li > a {
  padding: 0 10px;
  display: block;
  line-height: 1;
  font-size: 22px;
  font-weight: 700;
}
.main-menu > li > a:hover {
  color: #ea2700;
  transition: color linear;
}
.article-signature .thumb-author,
.logo {
  margin-right: 5px;
}
.thumb img {
  height: 100%;
}
.main-right-menu .btn-menu-mobile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 20px;
  flex-direction: column;
  justify-content: flex-end;
  transition: filter 0.3s ease-in-out;
}
.article-signature .box-authors .item-author:last-child,
.btn-menu-mobile:last-child,
.main-right-menu .btn-menu-mobile:last-child {
  margin-right: 0;
}
.main-right-menu .btn-menu-mobile span {
  font-size: 14px;
  margin-top: 3px;
  font-weight: 600;
}
.special-sections {
  border-top: 1px solid #ea2700;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0;
  background-color: #fff;
}
.special-sections .special-sections__in .scroll-menu {
  height: 24px;
  width: 60px;
  position: absolute;
  top: -1px;
  cursor: pointer;
  display: flex;
}
.special-sections .special-sections__in #scrollRight {
  right: 0;
  justify-content: right;
  background: -moz-linear-gradient(
    to left,
    #fff 38%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    to left,
    #fff 38%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(to left, #fff 38%, rgba(255, 255, 255, 0) 100%);
}
.special-sections .special-sections__in #scrollLeft {
  z-index: 1;
  left: 0;
  transform: rotate(-180deg);
  background: -moz-linear-gradient(
    to left,
    #fff 38%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    to left,
    #fff 38%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(to left, #fff 38%, rgba(255, 255, 255, 0) 100%);
  justify-content: right;
}
.special-sections .special-sections__in .parteners-menu {
  display: flex;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.special-sections .special-sections__in .parteners-menu::-webkit-scrollbar {
  display: none;
}
.btn-menu-mobile,
.special-sections .special-sections__in .parteners-menu .menu-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.special-sections .special-sections__in .parteners-menu .menu-item:last-child {
  padding-right: 0;
  border-right: none;
}
.special-sections .special-sections__in .parteners-menu .menu-item a {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}
.special-sections .special-sections__in .parteners-menu .menu-item a:hover {
  border-bottom: 2px solid #ea2700;
  transition: border-bottom-color linear;
}
.tmp-sidebar-without-img .container-in {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
footer div.copyright {
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 5px;
}
@media (max-width: 639px) {
  .artC1 .news-item-info,
  .article-body,
  .controller--menu-top,
  .special-sections .special-sections__in {
    margin-top: 0;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  figure .img-info {
    display: block;
    width: 100vw;
    height: auto;
  }
  .time-and-comments .time-article-wrap {
    color: #101828 !important;
  }
  .thumb_mob {
    margin-bottom: 20px !important;
  }
} /*! This file is auto-generated */
.tmp-sidebar-without-img .section-title-container .widget-title {
  background-color: #ea2700;
  color: #fff;
}
@media all and (max-width: 639px) {
  .controller {
    width: 100%;
  }
  .section-title-container .widget-title {
    flex: 1;
  }
  .breadcrumbs img {
    width: 14px;
  }
  .header-top .user-trigger::before {
    height: 23px;
    width: 20px;
    vertical-align: top;
    margin-right: 0;
  }
  .height-header {
    height: 113px;
  }
  .special-sections .special-sections__in #scrollRight {
    right: 0;
  }
  .special-sections .special-sections__in #scrollLeft {
    left: 0;
  }
  .special-sections .special-sections__in .parteners-menu .menu-item {
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #e5e5e5;
  }
  .article-title {
    font-size: 22px;
    line-height: 26px;
  }
  .time-and-comments {
    flex-direction: row;
    align-items: start;
    font-size: 13px;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 30px;
  }
}
.article-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
}
.news-item {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 4px -2px rgba(16, 24, 40, 0.06);
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1);
}
.news-item .cat-and-date {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 5px;
  width: 100%;
}
.news-item .news-item__metadata__time {
  font-weight: 300;
  font-size: 14px;
}
.news-item .category-label,
strong {
  font-weight: 500;
}
.news-item .news-item-info {
  padding: 12px 15px;
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 1279px) {
  .news-container:not(.hero) {
    padding-bottom: 20px;
    top: -570px;
    left: 10px;
  }
  body {
    font-size: 20px;
  }
  .controller {
    max-width: 1300px;
    width: 100%;
  }
  h1 {
    font-size: 36px;
    letter-spacing: -0.5px;
  }
  li,
  p {
    font-size: 22px;
    line-height: 28px;
  }
  .header-top {
    background-color: #fff;
    height: 113px;
  }
  .height-header {
    display: none;
  }
  .main-menu {
    display: flex;
  }
  .main-right-menu .btn-menu-mobile:not(.logged-in):hover {
    filter: invert(100%) sepia(100%) hue-rotate(0deg) saturate(0%)
      brightness(30%) contrast(100%);
  }
  .tmp-sidebar-without-img {
    width: 300px;
  }
  .sticky-container {
    flex: 1;
    padding-right: 5px;
  }
  .news-item .news-item-info {
    padding: 13px 15px 15px;
  }
  .time-and-comments .comments-btn {
    margin-bottom: 6px;
  }
}
.artC1,
.section-title-container,
.signature-and-time,
.tmp-sidebar-without-img .container-in .news-item {
  width: 100%;
}
.tmp-sidebar-without-img {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
.tmp-sidebar-without-img .section-title-container {
  background-color: #ea2700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 8px 0 0;
  border-top: 0;
}
.tmp-sidebar-without-img .container-in {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  pointer-events: none;
}
.tmp-sidebar-without-img .container-in .news-item:first-child {
  border-radius: 0 0 8px 8px;
}
.comment .thumb,
a {
  background-color: transparent;
}
h1 {
  padding: 10px 0 15px;
}
.article-signature {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
}
.article-signature .box-authors .item-author .thumb-author {
  height: 45px;
  width: 45px;
}
.article-signature .box-authors .item-author .thumb-author img:not(.no-image) {
  border-radius: 50%;
}
.article-signature .thumb-author img {
  margin-top: -1px;
}
.d-flex,
.time-and-comments {
  display: flex;
}
@media all and (max-width: 639px) {
  .article-title {
    font-size: 18px;
    line-height: 22px;
  }
  .news-item {
    border-radius: 0;
  }
  .widget-title {
    padding: 15px 15px 10px;
    background-color: #fff;
    width: 100%;
    display: block;
  }
  .tmp-sidebar-without-img .section-title-container .widget-title {
    padding-bottom: 15px;
  }
  h1 {
    font-weight: 600;
    padding: 5px 0 10px;
  }
  .article-signature .box-authors {
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .time-and-comments {
    flex-direction: row;
    align-items: start;
    font-size: 13px;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
  }
}
.time-and-comments .time-article-wrap {
  font-size: 18px;
  color: #475467;
}
.article-wrapper .controller {
  justify-content: space-between;
}
@media all and (min-width: 920px) {
  .article-body {
    padding-right: 5px;
  }
}
.comment {
  padding-left: 35px;
  position: relative;
  margin-bottom: 15px;
}
.comment .thumb {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  padding-bottom: 30px;
}
.comment .comm-body {
  background-color: #fff;
}
.comment .thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.comment .comm-body {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #eaecf0;
  font-size: 16px;
  margin-bottom: 5px;
}
.comment .comm-body p {
  font-size: 16px;
  font-weight: 300;
  color: #2d2d2d;
  line-height: normal;
  margin-bottom: 0;
}
.comment .comm-body .comm-info {
  font-size: 14px;
  color: #2d2d2d;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5px;
  font-weight: 300;
}
.comment .comm-body .comm-info span {
  font-weight: 300;
}
.featured-image-info {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}
.news-item,
.news-item-info,
.thumb {
  position: relative;
}
@media (width <=1250px) {
  .tmp-sidebar-without-img {
    display: none;
  }
}
*,
::after,
::before {
  box-sizing: border-box;
}
aside,
figcaption,
figure,
footer,
header,
section {
  display: block;
}
h1,
h2 {
  margin-bottom: 0.5rem;
}
.article-wrapper .news-item-info h1,
.parteners-menu li,
ul,
ul ul {
  margin-bottom: 0;
}
b,
strong {
  font-weight: bolder;
}
a {
  color: #007bff;
  -webkit-text-decoration-skip: objects;
  color: inherit;
}
a:focus {
  outline: 0;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
  max-width: 100%;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
a {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.mySlides {
  display: none;
}
::-moz-selection {
  background: #ea2700;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #ea2700;
  color: #fff;
  text-shadow: none;
}
.article-signature,
.breadcrumbs {
  color: #9b9b9b;
  line-height: 1.4;
  font-size: 16px;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  body {
    width: 100vw;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.controller {
  max-width: 1260px;
  margin: 0 auto;
}
@media all and (min-width: 640px) {
  .header-top .controller {
    align-items: center;
  }
  .logo {
    padding: 15px 0;
  }
  .special-sections {
    padding: 12px 0;
  }
  .special-sections .special-sections__in .parteners-menu {
    gap: 20px;
  }
  .special-sections .special-sections__in .parteners-menu .menu-item a {
    font-weight: 500;
    font-size: 18px;
  }
  footer div.copyright {
    align-self: center;
    text-align: center;
  }
  .tmp-sidebar-without-img .section-title-container {
    padding: 8px 10px;
    max-height: 41px;
  }
  .signature-and-time {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .article-signature .box-authors .item-author .info-author .author-name {
    font-size: 18px;
  }
  .time-and-comments {
    flex-direction: column;
    align-items: end;
  }
  .time-and-comments .time-article-wrap .time-content {
    font-size: 14px;
    color: #475467;
  }
  .article-body {
    margin-top: 25px;
  }
  .controller {
    width: 88vw;
    min-width: 600px;
    max-width: 800px;
  }
  h1 {
    font-size: 36px;
    line-height: 1.15;
  }
}
.widget-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1px 35px 0 10px;
  line-height: 1;
  border-radius: 1px;
  letter-spacing: -0.3px;
  width: 100%;
}
@media (max-width: 640) {
  h2 {
    font-size: 22px;
  }
}
.thumb,
header {
  background-color: #fff;
}
.article-signature .box-authors .item-author .info-author .author-name,
header .user-trigger {
  font-size: 18px;
  color: #333;
}
.mg-top-10 {
  margin-top: 10px;
}
.mg-bottom-15 {
  margin-bottom: 15px;
}
.news-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  transition: transform 0.5s;
}
.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs,
.thumb {
  display: block;
}
.breadcrumbs {
  width: 100%;
  font-weight: 400;
}
.breadcrumbs a {
  border-bottom: 1px solid rgba(155, 155, 155, 0);
}
.breadcrumbs a:focus,
.breadcrumbs a:hover {
  border-bottom: 1px solid #9b9b9b;
}
header {
  width: 100%;
  z-index: 9998;
  height: 60px;
}
@media all and (min-width: 640px) {
  .widget-title {
    margin: -3px 0 28px;
  }
  p {
    margin-bottom: 22px;
    letter-spacing: -0.2px;
  }
  h2 {
    font-size: 26px;
  }
  .news-item {
    flex-direction: column;
  }
  header {
    background-color: #fff;
    background-image: none;
    height: 98px;
  }
}
header .controller {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .user-trigger {
  position: relative;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
header .user-trigger::before {
  background-image: url("/img/icon-user.svg");
  height: 24px;
  width: 24px;
}
@media all and (min-width: 640px) {
  header .controller {
    align-items: center;
  }
  .logo {
    padding: 15px 0;
    flex: 1;
  }
}
.logo img {
  max-width: unset;
  width: 55px;
  height: 50px;
}
.thumb,
.thumb img {
  width: 100%;
  transition: 0.5s;
}
.thumb {
  height: 0;
  padding-bottom: 60%;
}
@media all and (max-width: 1279px) and (orientation: landscape) {
  .thumb {
    padding-bottom: 56.25%;
  }
}
.thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sub-menu-wrapper {
  position: absolute;
  height: 0;
  overflow: hidden;
  padding: 0 20px;
  opacity: 0;
  left: -20px;
  width: 250px;
  z-index: 100000;
}
.btn-menu-mobile span {
  font-size: 20px;
  margin-left: 5px;
}
@media all and (max-width: 639px) {
  .time-and-comments .time-article-wrap {
    font-size: 13px;
    margin-right: 4px;
  }
  .artC1 .news-item-info {
    margin-top: 0;
  }
  .tmp-sidebar-without-img {
    margin-top: 15px;
  }
  .tmp-sidebar-without-img .section-title-container,
  .tmp-sidebar-without-img .section-title-container .widget-title {
    border-radius: 8px 8px 0 0;
  }
  .btn-menu-mobile span {
    font-size: 16px;
  }
  .artC1 {
    padding: 0;
  }
}
@media all and (max-width: 374px) {
  .btn-menu-mobile span {
    font-size: 14px;
  }
}
@media all and (min-width: 1279px) {
  .artC1 {
    max-width: calc(100% - 325px);
  }
  .sticky-container {
    flex: 1;
    padding-right: 0;
  }
  .controller {
    max-width: 1260px;
    width: 100%;
  }
  h1 {
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: -0.5px;
  }
  header {
    height: 113px;
  }
  .logo {
    padding: 20px 0;
    flex: none;
  }
  .logo img {
    width: 74px;
    height: 68px;
  }
  .article-hero .controller {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 55px;
  }
}
.article-hero .thumb {
  padding-bottom: 58.8%;
}
@media all and (min-width: 640px) {
  .logo img {
    width: 80px;
    height: 73.5px;
  }
  .btn-menu-mobile {
    margin-right: 20px;
  }
  .article-hero .thumb {
    padding-bottom: 58.8%;
  }
  .title-container h1 {
    padding: 12px 0 3px;
    margin-bottom: 15px;
  }
}
.article-hero .thumb img {
  object-position: center;
}
.sticky-container {
  padding-bottom: 20px;
}
@media all and (min-width: 1279px) {
  .article-hero .thumb {
    padding-bottom: 548px;
  }
  .artC1 {
    width: 940px;
  }
}
.article-body,
.article-container {
  width: 100%;
  position: relative;
}
.article-signature a:not(.signature-comments-cta) {
  border-bottom: 1px solid rgba(234, 39, 0, 0);
}
.article-signature .box-authors {
  align-items: start;
  flex-wrap: wrap;
  justify-content: start;
}
.article-signature .box-authors .item-author {
  display: flex;
  margin-right: 15px;
  display: flex;
  margin-bottom: 10px;
  margin-top: 5px;
}
.article-signature .box-authors .item-author .info-author {
  flex-direction: column;
  justify-content: center;
  line-height: normal;
}
.article-signature .box-authors .item-author .info-author .job-author {
  color: #8a8693;
  font-size: 14px;
}
.article-wrapper .news-item-info .breadcrumbs {
  color: #333;
}
@media all and (max-width: 1279px) {
  .main-right-menu .btn-menu-mobile:not(.user-trigger) {
    filter: invert(100%) sepia(100%) hue-rotate(0deg) saturate(0%)
      brightness(200%) contrast(200%);
  }
  .article-wrapper .controller {
    display: block;
  }
  .btn-menu-mobile {
    padding: 0 !important;
  }
  .article-wrapper .news-item-info h1 {
    min-height: 116px;
  }
}
.article-wrapper .news-item-info .signature-and-time {
  width: 100%;
  justify-content: space-between;
}
.article-wrapper .news-item-info .article-signature {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  color: #797979;
  margin-bottom: 10px;
}
@media all and (max-width: 639px) {
  .article-wrapper .news-item-info .article-signature {
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: -30px;
  }
  .article-wrapper .comment-and-share-wrap {
    margin-left: 0;
    margin-right: 25px;
  }
}
.article-body p a,
a:visited:hover {
  color: #e11229;
  border-bottom: 1px solid #e11229;
}
.article-body
  ul:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs):not(
    .comment-actions
  ):not(.children) {
  margin: -9px 0 18px;
  font-weight: 300;
  padding: 0;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: -0.2px;
}
.comment:last-of-type {
  border-bottom: none;
}
@media all and (min-width: 640px) {
  .article-signature .box-authors .item-author {
    margin-top: 10px;
  }
  .article-wrapper .news-item-info .article-signature {
    margin-right: 50px;
  }
  .article-wrapper h2,
  .article-wrapper p {
    margin-left: 0;
    margin-right: 0;
  }
  .article-body {
    margin-top: 40px;
  }
  .article-body
    ul:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs):not(
      .comment-actions
    ):not(.children) {
    margin: -11px 0 22px;
    padding: 0;
  }
  .article-body figure {
    margin: 38px 0 22px;
  }
} /*! This file is auto-generated */
header .user-trigger {
  font-weight: 400;
  text-transform: capitalize;
}
@media (max-width: 375px) {
  header .header-search {
    padding: 17px 6px;
    font-size: 16px;
  }
  header .user-trigger {
    padding-right: 10px;
  }
}
footer {
  padding: 20px;
}
@media (min-width: 1279px) and (max-width: 1599px) {
  .main-menu > li > a {
    padding: 0 15px 0 5px;
    margin-right: 5px;
  }
  .btn-menu-mobile span {
    font-size: 14px;
  }
  .btn-menu-mobile {
    margin-right: 15px;
  }
}
@media all and (min-width: 1599px) {
  .comment p {
    font-size: 22px;
  }
  body:not(.si_ronod) .article-wrapper .controller,
  body:not(.si_ronod) .header-top .controller,
  body:not(.si_ronod) .special-sections .controller,
  body:not(.si_ronod) footer .controller {
    padding-left: 10px;
    padding-right: 0;
  }
  .controller {
    max-width: 1300px;
  }
  h1 {
    font-size: 48px;
    letter-spacing: -1px;
  }
  .article-hero .thumb {
    padding-bottom: 58.8%;
  }
  .artC1 {
    width: 1260px;
  }
  .title-container h1 {
    padding-right: 50px;
  }
  .article-body {
    padding-right: 19px;
    padding-left: 0;
  }
  .article-body
    ul:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs):not(
      .comment-actions
    ):not(.children) {
    font-size: 28px;
    margin-bottom: 28px;
  }
}
.img-info {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.prev {
  left: 0;
}
.mySlides img {
  max-width: 100%;
  max-height: 525px;
  height: 100%;
  object-fit: contain;
  margin-bottom: 0 !important;
}
.article-signature,
.breadcrumbs,
.btn-menu-mobile,
.category-label,
.logo,
.main-menu,
.type-none {
  pointer-events: none !important;
}
.header-top .main-menu > li > a,
.header-top .main-menu > li > a:visited,
.special-sections .parteners-menu .menu-item a,
.special-sections .parteners-menu .menu-item a:visited {
  color: #2f353b !important;
}
figcaption {
  background-color: #fbfbfb;
  padding-left: 10px;
  font-weight: 700;
  font-size: 14px;
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 200 1000;
  font-stretch: 100%;
  font-display: swap;
  src:
    local("Nunito Sans"),
    url("/fonts/nunito-sans-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 200 1000;
  font-stretch: 100%;
  font-display: swap;
  src:
    local("Nunito Sans"),
    url("/fonts/nunito-sans-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

:root {
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
}
.mySlides {
  height: auto;
}
.mySlides {
  display: flex;
}
.slideshow-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 22px;
}
.slideshow-container .mySlides > img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.mySlides {
  position: relative;
  overflow: hidden;
  background-color: #62626237;
  touch-action: pan-y;
  user-select: none;
}
.dots-container,
.next,
.prev,
.slide-number {
  position: absolute;
  z-index: 5;
}
.next,
.prev {
  user-select: none;
  cursor: pointer;
  top: 0;
  width: auto;
  height: 100%;
  padding: 16px;
  color: #c62100;
  font-weight: 700;
  font-size: 18px;
  transition:
    color 0.3s,
    background-color 0.3s;
  border: none;
  border-radius: 0 3px 3px 0;
  background-color: transparent;
  margin-top: 0;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
@media (hover: hover) {
  .next:hover,
  .prev:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #007fff;
  }
}
.slide-number {
  color: #f2f2f2;
  font-weight: 700;
  font-size: 12px;
  padding: 8px 12px;
  top: 0;
}
.dots-container {
  top: calc(100% - 30px);
  left: 0;
  right: 0;
  text-align: center;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s;
}
.zoom-overlay {
  height: 100%;
  width: 100%;
}
.dot.active {
  background-color: #c62100;
}
.dot:hover {
  background-color: #717171;
}
.zoom-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  cursor: zoom-out;
}
.zoom-image {
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
  cursor: default;
}
.zoom-close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  cursor: pointer;
  z-index: 100;
  transition: color 0.3s;
}
.zoom-close:hover {
  color: #007fff;
}
.fade__img {
  text-align: center;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.article-body p a:focus,
.article-body p a:hover,
a:visited {
  color: #007fff;
  border-bottom: 1px solid #007fff;
}
@media (max-width: 768px) {
  .sticky-container {
    display: none;
  }
}
@media (min-width: 1279px) {
  h1 {
    font-size: 36px;
    letter-spacing: -0.5px;
    line-height: 1.4;
    margin: 0;
  }
}
@media (min-width: 1599px) {
  .art_desc {
    padding-left: 10px;
  }
}
.article-body p a {
  border-bottom: 1px solid #e11229;
  color: #e11229;
}
h2 a {
  border-bottom: 1px solid #e11229 !important;
  color: #e11229 !important;
}
h2 a:hover {
  border-bottom: 1px solid #007fff !important;
  color: #007fff !important;
}
.article-body {
  margin-top: 0 !important;
}

.article-gallery-picture__image {
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  .sticky-container {
    display: none;
  }
}

@media (min-width: 1279px) {
  h1 {
    font-size: 36px;
    letter-spacing: -0.5px;
    line-height: 1.4;
    margin: 0;
  }
}

@media (min-width: 1599px) {
  .art_desc {
    padding-left: 10px;
  }
}

@media (max-width: 639px) {
  .thumb_mob {
    margin-bottom: 20px !important;
  }
}

.mySlides {
  height: auto;
}

.article-body p a {
  border-bottom: 1px solid #e11229;
  color: #e11229;
}

.article-body p a:hover {
  border-bottom: 1px solid #007fff;
  color: #007fff;
}

h2 a {
  border-bottom: 1px solid #e11229 !important;
  color: #e11229 !important;
}

h2 a:hover {
  border-bottom: 1px solid #007fff !important;
  color: #007fff !important;
}

a:visited {
  color: #007fff;
  border-bottom: 1px solid #007fff;
}

a:visited:hover {
  color: #e11229;
  border-bottom: 1px solid #e11229;
}

.article-body {
  margin-top: 0 !important;
}

.article-body p a:hover,
.article-body p a:focus {
  border-bottom: 1px solid #007fff;
  color: #007fff;
}

.form-wrapper {
  max-width: 450px;
  margin: 30px auto;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}