.ardplayer.ardplayer-show-focus-outlines
  .ardplayer-controlbar:focus:not(:focus-visible),
.ardplayer.ardplayer-show-focus-outlines
  [tabindex]:not([tabindex^="-"]):focus:not(:focus-visible),
.ardplayer.ardplayer-show-focus-outlines button:focus:not(:focus-visible) {
  outline: none;
}

.ardplayer:not(.ardplayer-show-focus-outlines)
  .ardplayer-controlbar:focus-visible,
.ardplayer:not(.ardplayer-show-focus-outlines)
  [tabindex]:not([tabindex^="-"]):focus-visible,
.ardplayer:not(.ardplayer-show-focus-outlines) button:focus-visible {
  outline: none;
}

.ardplayer.ardplayer-state-audio
  .ardplayer-volume-fader:not(:hover)
  .noUi-handle {
  transform: scale(0);
}

.ardplayer.ardplayer-state-audio:not(.ardplayer-state-embedded):not(:hover)
  .ardplayer-controlbar
  .noUi-horizontal
  .noUi-handle {
  transform: scale(0);
}

.ardplayer
  .ardplayer-bottom-sheet-container
  .ardplayer-input-wrapper
  input:focus-visible {
  border: none !important;
  outline: none !important;
}

.ardplayer video::-internal-media-controls-overlay-cast-button {
  display: none;
}

.ardplayer.ardplayer-show-focus-outlines
  .ardplayer-controlbar
  .ardplayer-controlbar-jumpmarks
  .ardplayer-controlbar-jumpmark:focus:not(:focus-visible) {
  outline: none;
}

a,
article,
aside,
b,
body,
div,
h1,
h2,
h3,
header,
html,
img,
label,
li,
nav,
ol,
p,
section,
span,
strong,
ul {
  border: 0;
  font-size: 100%;
  font: inherit;
  font-style: inherit;
  font-weight: inherit;
  /* letter-spacing: .02rem; */
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: baseline;
}

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

article,
aside,
header,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a:focus,
a:focus img {
  outline: 0.2rem solid #80807e;
  outline-offset: -0.2rem;
}

a:active,
a:active img,
a:hover,
a:hover img {
  outline: 0;
}

a {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

.seitenkopf__headline--text,
.socialbuttons .socialbuttons__subline,
.taglist,
a,
body,
div,
h1,
h2,
h3,
html,
img,
label,
li,
ol,
p,
span,
ul {
  /* font-family: Thesis, Thesis Plus Kyrillic, Helvetica, Arial, sans-serif; */
  /* font-weight: 400 */
}

.metatextline {
  font-family: Thesis, Thesis Plus Kyrillic, Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.seitenkopf__headline--text {
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 3.3rem;
}

@media screen and (min-width: 768px) {
  .seitenkopf__headline--text {
    font-size: 2.9rem;
    font-weight: 400;
    line-height: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .content-wrapper__group {
    max-width: 650px;
  }
}

.textabsatz {
  font-size: 1.8rem;
  line-height: 1.4;
}

.socialbuttons .socialbuttons__subline {
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.textabsatz a {
  border-bottom: 0.1rem solid #e3000f;
  color: #e3000f;
  font-weight: bold;
}

h2 .seitenkopf__headline--text {
  font-size: 30px !important;
}

.seitenkopf__headline--text {
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
}

@media screen and (min-width: 768px) {
  .seitenkopf__headline--text {
    margin-bottom: 1rem;
  }
}

.meldungsfooter,
.textabsatz {
  padding: 0 2rem;
}

.textabsatz {
  margin: 0 0 1.4rem;
}

.container {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}

.columns {
  float: left;
  margin-top: 0;
}

body {
  background-color: white;
}

.layout-container {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.layout-content {
  align-items: stretch;
  display: flex;
  /* flex-wrap: wrap; */
  overflow: hidden;
  padding-top: 3rem;
  gap: 1rem;
}

@media print {
  .layout-content {
    overflow: visible;
  }
}

.content-wrapper {
  background-color: #fff;
  display: block;
  margin: auto;
  max-width: 1024px;
}

@media screen and (min-width: 1921px) {
  .content-wrapper {
    max-width: 1200px;
  }
}

@media screen and (min-width: 768px) {
  .content-wrapper {
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .content-wrapper {
    padding: 0 40px;
  }

  .layout-content {
    padding-top: 0rem;
  }
}

@media print {
  .layout-content {
    padding-top: 0;
  }
}

@page {
  margin: 2cm;
}

.tag-btn.tag-btn--light-grey {
  background: #e4e4e4;
  color: #33322f;
  font-size: 1.5rem;
}

.tag-btn.tag-btn--light-grey:hover {
  background: #c2c2c1;
}

.tag-btn.tag-btn--light-grey:focus {
  outline-color: #80807e;
}

.content-wrapper.content-wrapper--show-cuts {
  background-color: transparent;
  max-width: 996px;
  padding: 8px !important;
}

.content-wrapper.content-wrapper--show-cuts .layout-container {
  max-width: 128rem;
}

@media screen and (min-width: 1921px) {
  .content-wrapper.content-wrapper--show-cuts {
    max-width: 128rem;
  }
}

@media screen and (min-width: 1024px) {
  .content-wrapper.content-wrapper--show-cuts {
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .content-wrapper.content-wrapper--show-cuts {
    padding: 0px !important;
    width: 100%;
  }

  .content-wrapper.content-wrapper--show-cuts .layout-container {
    padding: 16px !important;
    display: block;
    background-color: #fff;
  }

  .layout-content {
    display: flex !important;
    padding-top: 0rem;
    overflow: visible;
    flex-wrap: wrap;
    width: 100% !important;
  }

  .content-wrapper__group {
    width: 100% !important;
  }

  .seitenkopf__headline--text {
    font-size: 28px !important;
    line-height: 36px !important;
    font-weight: bold !important;
  }

  .seitenkopf__label {
    margin-top: 1rem;
  }

  .meldungsfooter,
  .textabsatz {
    padding: 0;
  }

  h2 .seitenkopf__headline--text {
    font-size: 25px !important;
  }
}

body,
html {
  overflow-x: hidden;
}

.content-wrapper.content-wrapper--show-cuts .content-wrapper__group {
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 0;
}

@media screen and (min-width: 1024px) {
  .content-wrapper.content-wrapper--show-cuts .content-wrapper__group {
    padding: 1.25rem;
    -webkit-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
    box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
  }
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #33322f;
  font-size: 100%;
}

@media screen and (max-width: 360px) {
  html {
    font-size: 56%;
  }
}

@media print {
  html {
    font-size: 50%;
  }
}

a,
body,
div,
h1,
h2,
h3,
html,
img,
label,
li,
ol,
p,
span,
ul {
  border: 0;
  outline: none;
}

.tag-btn {
  background-color: #fff;
  border-radius: 1.8rem;
  color: #33322f;
  cursor: pointer;
  font-size: 1.3rem;
  padding: 0.7rem 1.2rem;
}

.tag-btn:focus {
  outline-offset: 0.2rem;
}

.searchfield__submit:focus-visible {
  outline: none;
}

.label {
  background: #dd1f26;
  border-radius: 0.3rem;
  color: #fff;
  display: inline-flex;
  font-family: Thesis, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 0.8rem;
  padding: 0.3rem 0.8rem;
  text-transform: uppercase;
}

.label strong {
  letter-spacing: 0.11rem;
}

.label.label--small {
  font-size: 1.1rem;
  padding: 0.4rem 0.6rem 0.3rem;
}

.metatextline {
  box-sizing: border-box;
  color: #80807e;
  font-size: 1.3rem;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #737373;
  margin-top: 1.6rem;
}

.meta {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.textabsatz {
  background: #fff;
  box-sizing: border-box;
  color: #33322f;
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .textabsatz {
    padding: 0;
  }
}

.article-breadcrumb li + li > :before {
  border-color: transparent transparent transparent #80807e;
  border-style: solid;
  border-width: 0.4rem 0 0.4rem 0.6rem;
  content: "";
  display: inline-block;
  height: 0;
  margin: 0 0.6em 0.1rem -1.2rem;
  top: -2rem;
  width: 0;
}

.seitenkopf {
  background: #fff;
}

.seitenkopf__data {
  display: flex;
  width: 100%;
}

.seitenkopf__title {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .seitenkopf__title {
    padding: 0 0rem;
  }
}

.seitenkopf__headline--text {
  clear: left;
  color: #212121;
  display: block;
}

.content-wrapper__group img {
  width: 100%;
}

.seitenkopf__headline--text {
  font-size: 44px;
  font-weight: 400;
  font-style: normal;
  font-family: "proximanova-regular", Averta-Bold, sans-serif;
  line-height: 51px;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .seitenkopf__headline--text {
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
  }
}

.seitenkopf__label {
  display: block;
  float: left;
  margin-bottom: 1rem;
}

.meldungsfooter {
  background-color: #fff;
  box-sizing: border-box;
  display: inline-block;
  margin-top: -2px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .meldungsfooter {
    padding: 0;
  }
}

@media print {
  .meldungsfooter {
    display: none;
  }
}

.taglist {
  -ms-overflow-style: none;
  display: flex;
  margin: 2.4rem 0 1.6rem;
  overflow: auto;
  scrollbar-width: none;
  white-space: nowrap;
}

@media screen and (min-width: 1024px) {
  .taglist {
    margin: 2.4rem 0 0.8rem;
    white-space: normal;
  }
}

.taglist::-webkit-scrollbar {
  background: transparent;
  height: 0;
  width: 0;
}

.taglist__element {
  display: flex;
  margin: 0.4rem 1.1rem 0.4rem 0.4rem;
  white-space: nowrap;
}

@media screen and (min-width: 1024px) {
  .taglist__element {
    margin: 1.4rem 0.9rem 2rem 0.4rem;
  }
}

.socialbuttons {
  background-color: #fff;
  margin: 1.6rem 0 2.4rem;
}

.socialbuttons__list {
  align-items: baseline;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.socialbuttons__list__item {
  display: contents;
  height: 3.6rem;
  width: 3.6rem;
}

.socialbuttons__list__item .tabfocus {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.socialbuttons .socialbuttons__icon,
.socialbuttons .socialbuttons__icon--functional {
  height: 3.6rem;
  margin-bottom: 0.8rem;
  width: 3.6rem;
}

.socialbuttons .socialbuttons__icon--functional {
  background: #e4e4e4;
  border-radius: 3rem;
}

.socialbuttons .socialbuttons__icon--functional svg {
  fill: #33322f;
  margin: 0 auto;
  /* padding: .8rem; */
  width: 2rem;
}

.socialbuttons .socialbuttons__subline {
  color: #33322f;
}

_:future {
  height: -webkit-fill-available;
}
.intgrtn-form-signup {
  position: relative;
}
.intgrtn-form-signup,
.intgrtn-form-signup * {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  text-indent: 0;
  text-align: left;
}
.formHeader {
  background: #e3000f;
  text-align: center;
  color: white;
  font-weight: 700;
  margin: 0;
  padding: 30px 24px;
  font-size: 20px;
  letter-spacing: 2px;
  font-family: inherit;
}

.formwrap-outer .intgrtn-form-signup {
  padding: 32px;
}

.form-container {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.formHeader {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.formHeader {
  white-space: normal;
  word-break: break-word;
}
.newsletter-subscription {
  padding: 16px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -o-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}

.newsletter-subscription__image-url img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}

.newsletter-subscription {
  background: #fff;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}

.newsletter-subscription__heading {
  display: flex;
  margin-bottom: 16px;
}

.newsletter-subscription__heading-text {
  margin-right: 8px;
}

.newsletter-subscription__heading-text div {
  font-size: 24px;
  line-height: 26px;
  font-family: "proximanova-bold", sans-serif;
  color: #212121;
  margin: 0 0 8px;
}

.newsletter-subscription__heading-text p {
  font-size: 13px;
  margin: 0;
}

.newsletter-subscription__blurb {
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: flex-start;
  margin: 16px 0 0;
}

.newsletter-subscription__blurb img {
  width: 54px;
  margin-right: 16px;
  flex: 0 0 auto;
}

.newsletter-subscription__blurb p {
  margin: 0;
}

.newsletter-subscription__btn {
  font-size: 15px;
  background-color: #212121;
  color: #fff;
  font-family: "proximanova-regular", sans-serif;
  padding: 0 24px;
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-size: 15px;
  text-align: center;
  display: block;
  margin-top: 16px;
}

.newsletter-subscription__btn:hover,
.newsletter-subscription__btn:focus,
.newsletter-subscription__btn:active {
  background-color: #080808;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}

.newsletter-subscription__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.newsletter-subscription__image-url {
  width: calc(32px + 100%);
  height: 214px;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  margin-left: -16px;
}

.newsletter-subscription {
  padding: 16px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -o-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}

.newsletter-subscription__image-url img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}

@font-face {
  font-family: "proximanova-bold";
  src: url("/fonts/proximanova-bold-webfont.woff2") format("woff2"),
    url("/fonts/bold/proximanova-bold-webfont.woff") format("woff"),
    url("/fonts/bold/proximanova-bold-webfont.ttf") format("truetype"),
    url("/fonts/bold/proximanova-bold-webfont.svg#proxima_novaregular")
      format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "proximanova-regular";
  src: url("/fonts/proximanova-regular-webfont.woff2") format("woff2"),
    url("/fonts/regular/proximanova-regular-webfont.woff") format("woff"),
    url("/fonts/regular/proximanova-regular-webfont.ttf") format("truetype"),
    url("/fonts/regular/proximanova-regular-webfont.svg#proxima_novaregular")
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

input {
  overflow: visible;
}

[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

@media (min-width: 768px) {
  html {
    overflow-y: scroll;
  }
}

html,
body {
  margin: 0;
  padding: 0;
  height: auto;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  position: relative;
}

img:-moz-loading {
  visibility: hidden;
}

.footer--rhs {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 16px;
  margin-bottom: 24px;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover,
a:focus,
a:active {
  outline: 0;
}

::selection,
::-webkit-selection,
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

body {
  margin: 0;
  font-family: "proximanova-regular", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #212121;
  background-color: #f0f4fb;
}

@media (min-width: 999px) {
  body {
    padding-top: 48px;
  }
}

@media (min-width: 768px) {
  body {
    /* padding-top: 58px; */
    background-color: #fafafa;
  }
}

@media (min-width: 999px) {
  .mobile {
    display: none !important;
  }
}

@media (max-width: 999px) {
  .desktop {
    display: none !important;
  }
}

.wrapper {
  width: 980px;
  margin: auto;
}

#main-content {
  cursor: default;
}

@media (min-width: 10px) and (max-width: 1023px) {
  #main-content {
    /* padding-bottom: 60px; */
    /* width: 100vw; */
    position: relative;
    /* background-color: #f0f4fb */
  }
}

@media (max-width: 1023px) {
  .footer-desktop {
    display: none;
  }
}

@media (min-width: 10px) and (max-width: 768px) {
  .article--top-bar-right {
    display: none !important;
  }

  h1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 999px) {
  #main-content {
    margin-bottom: 0px;
    padding: 0;
  }

  .footer--rhs {
    /* width: 996px; */
    padding: 8px;
    margin: auto;
    /* text-align: center; */
  }

  #main-content.wrapper {
    width: 996px;
    padding: 8px;
    background-color: #fafafa;
  }
}

.container {
  display: flex;
  flex-flow: row nowrap;
}

input:focus {
  outline: 0;
}

input[type="text"] {
  border: none;
  padding: 8px 16px;
  font-size: 16px;
}

input,
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.brandbar {
  height: 48px;
  top: 0;
  background-color: #000;
  margin-bottom: 8px;
  display: flex;
  cursor: default;
  z-index: 11;
  position: fixed;
  width: 100%;
}

.brandbar .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brandbar__links {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 0;
}

.brandbar__links li {
  display: inline-block;
  /* padding: 0 10px; */
  position: relative;
}

.brandbar__links li > a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-family: "proximanova-bold", sans-serif;
  display: block;
  line-height: 18px;
}

.brandbar__links li > a:hover {
  text-decoration: underline;
}

.brandbar__links .links--image {
  display: inline-flex;
  align-items: center;
  /* padding: 0 4px */
}

.brandbar__links .links--image-notice {
  /* margin: -6px 16px 0 0; */
  padding: 0;
  min-height: 22px;
}

/* .brandbar__links .links--image-notice img {
  min-width: 110px
} */
.brandbar__links li > a {
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  display: block;
  font-weight: bold;
}

.brandbar__links .links--image a span {
  white-space: nowrap;
  margin: 0 8px 0 4px;
  align-content: center;
}

.brandbar__links .links--image a {
  display: flex;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.brandbar__links .links--image a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.brandbar__links .links--image a img {
  max-height: 22px;
}

.brandbar__links .links--image:after {
  display: none;
}

.brandbar__links .links--image-text {
  margin-right: 8px;
  padding: 0;
  min-height: 22px;
}

.brandbar .auth {
  margin: 0;
  padding: 0;
  display: flex;
}

.brandbar .auth li {
  list-style: none;
  display: inline-flex;
  align-items: center;
  /* margin-left: 8px */
}

.brandbar .auth__login a {
  font-size: 12px;
  color: #fff;
  font-family: "proximanova-bold", sans-serif;
  /* width: 110px; */
  text-align: center;
}

.brandbar .auth__login a:hover {
  text-decoration: underline;
}

.brandbar .links--dropdown {
  color: #fff;
  font-size: 12px;
  font-family: "proximanova-bold", sans-serif;
  display: inline-block;
  padding: 17px 10px;
  width: 115px;
  flex: 0 0 auto;
}

.brandbar .links--dropdown > span:after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  background-image: url("/img/icon-arrow-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
}

.brandbar .links--dropdown:hover > span:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.brandbar .links--dropdown:hover .brandbar__dropdown {
  display: flex;
}

.brandbar .links__dropdown--image {
  display: flex;
  align-items: center;
  width: auto;
  /* min-height: 48px; */
  /* margin-right: 16px; */
  padding: 12px 0;
}

.brandbar .links__dropdown--image img {
  margin-right: 5px;
  max-height: 24px;
}

.brandbar .links__dropdown--image > span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brandbar .links__dropdown--image:after {
  display: none;
}

.brandbar__dropdown {
  position: absolute;
  top: 49px;
  right: 0;
  z-index: 100;
  padding: 22px 15px;
  background-color: #fff;
  display: none;
  justify-content: space-between;
  width: auto;
  -o-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}

.brandbar__dropdown:before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 0;
}

.brandbar__dropdown--column {
  color: #212121;
  font-size: 14px;
  line-height: 20px;
  font-family: "proximanova-bold", sans-serif;
  width: 145px;
  margin: 0 15px;
}

.brandbar__dropdown--column a {
  color: #212121;
  font-family: "proximanova-bold", sans-serif;
  display: block;
  margin-bottom: 8px;
}

.brandbar__dropdown--column a:hover {
  text-decoration: underline;
}

.brandbar__dropdown--column a:last-child {
  margin-bottom: 0;
}

.social-links-container ul {
  margin: 0;
  padding: 0;
}

.social-links-container ul li {
  display: inline-block;
}

header .social-links {
  position: relative;
  margin: 0;
}

header .social-links .social-control {
  display: flex;
}

header .social-links .social-control .social-item {
  margin: 0 0 0 4px;
  flex: auto;
}

header .social-links .social-control .social-item a {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

header .social-links .social-control .social-item a img {
  height: 22px;
}

header .social-links .social-control .social-item a:hover {
  opacity: 0.7;
}

header .social-links-container ul li {
  display: block;
}

@media (min-width: 999px) {
  .header {
    background-color: #fff;
    /* margin-bottom: 8px; */
    -o-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
    -ms-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
    -moz-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
    -khtml-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
    -webkit-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
    box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }

  .header-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding: 0 16px;
  }

  .header-container--content {
    margin-left: 16px;
    display: flex;
    align-items: center;
    min-width: 680px;
    height: 40px;
    justify-content: flex-end;
  }

  .header__logo {
    display: inline-block;
    flex: 1;
  }

  .header__logo.news24 > img {
    width: auto;
    height: 55px;
  }

  .header__logo > img {
    width: auto;
    height: 55px;
  }

  .header__search {
    position: relative;
    min-width: 270px;
  }

  .header__search input[type="text"] {
    width: 270px;
    padding: 0 40px 0 24px;
    height: 34px;
    color: #212121;
    font-size: 13px;

    background-color: #f1f2f6;
    border: none;
    -webkit-border-radius: 17px;
    -khtml-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }

  .header__search input[type="text"]:focus {
    background-color: #ebecf2;
  }

  /* .header .social-links {
    height: 31px
  } */

  /* .header .social-links .social-control .social-item {
    width: 31px
  } */

  /* .header .social-links .social-control .social-item a img {
    height: 31px
  } */
}

@media (min-width: 10px) and (max-width: 999px) {
  .header {
    background-color: #fff;
    color: #212121;
    padding: 0 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
  }

  .header__logo {
    display: inline-block;
    font-size: 0;
  }

  .header__logo > img {
    height: 29px;
    width: auto;
  }

  .header__content {
    display: inline-block;
    font-size: 0;
  }

  .header__content #auth-section {
    display: flex;
    align-items: center;
    height: 40px;
  }
}

@media (min-width: 10px) and (max-width: 1023px) and (min-width: 10px) and (max-width: 1023px) {
  .header__content #auth-section {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    height: auto;
  }
}

@media (min-width: 10px) and (max-width: 1023px) {
  .header .auth {
    margin: 0;
    padding: 0;
  }

  .header .auth li {
    /* list-style: none;
    display: inline-block; */
    margin-left: 8px;
  }

  .header .auth__subscribe a {
    font-size: 12px;
    background-color: #dd1f26;
    color: #fff;
    font-family: "proximanova-regular", sans-serif;
    padding: 0 12px;
    display: inline-block;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    -moz-transition: background-color 0.2s ease, color 0.2s ease;
    -o-transition: background-color 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease;
    height: 26px;
    line-height: 23px;
    font-size: 12px;
    padding: 0 12px;
    width: auto;
    font-family: "proximanova-bold", sans-serif;
  }

  .weather-widget__data {
    display: none !important;
  }

  .auth li {
    list-style: none;
    display: inline-flex;
    align-items: center;
  }

  .header .auth__subscribe a:hover,
  .header .auth__subscribe a:focus,
  .header .auth__subscribe a:active {
    background-color: #b0191e;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0;
  }

  .header .auth__subscribe a:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
  }

  .header .auth__login a {
    font-size: 12px;
    color: #212121;
    font-family: "proximanova-bold", sans-serif;
  }

  .header .auth__login a:hover {
    text-decoration: underline;
  }
}

.sticky-header {
  top: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  flex-direction: column;
  position: sticky;
  position: -webkit-sticky;
  background-color: #eceff5;
}

.header__nav {
  background-color: #fff;
}

.header__nav ul {
  overflow-y: hidden;
}

@media (min-width: 10px) and (max-width: 999px) {
  .header__nav {
    background-color: #fff;
    margin: 0;
    position: relative;
    margin-bottom: 4px;
  }

  .header__nav:after {
    content: "";
    width: 8px;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(
      to right,
      rgba(164, 164, 164, 0) 0%,
      rgba(164, 164, 164, 0.2) 50%,
      rgba(164, 164, 164, 0.8) 100%
    );
  }
}

.header__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .header__nav ul {
    display: flex;
    justify-content: flex-start;
  }
}

@media (min-width: 10px) and (max-width: 768px) {
  .header__nav ul {
    text-align: justify;
    padding: 0 8px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.header__nav ul > li {
  display: inline-block;
  position: relative;
}

@media (min-width: 768px) {
  .header__nav ul > li {
    flex: 0 1 auto;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
  }
}

@media (min-width: 10px) and (max-width: 768px) {
  .header__nav ul > li {
    height: 43px;
    text-align: center;
    margin-right: 20px;
  }
}

.header__nav ul > li a {
  position: relative;
  text-decoration: none;
  color: #212121;
  font-size: 13px;
  padding: 13px 8px;
  display: block;
}

@media (min-width: 768px) {
  .header__nav ul > li a {
    font-weight: 400;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
}

@media (min-width: 10px) and (max-width: 768px) {
  .header__nav ul > li a {
    font-size: 10px;
    letter-spacing: 1px;
    color: rgba(33, 33, 33, 0.5);
    text-transform: uppercase;
    font-family: "proximanova-bold", sans-serif;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 5px;
  }
}

.header__nav ul > li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  opacity: 0;
  height: 3px;
  background-color: #d0021b;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.header__nav ul > li a.is-active {
  color: #c00000;
}

@media (min-width: size) {
  .header__nav ul > li a.is-active {
    color: #212121;
  }
}

.header__nav ul > li a.is-active:after {
  opacity: 1;
}

@media (min-width: 768px) {
  .header__nav ul > li:hover a {
    color: #c00000;
  }

  .header__nav ul > li:hover a:after {
    opacity: 1;
  }

  .header__nav ul > li:hover .sub-nav {
    display: flex;
  }
}

.header__nav ul > li.has-children:before {
  content: "";
  width: 12px;
  height: 9px;
  position: absolute;
  top: 20px;
  right: 4px;
  z-index: 1;
  background-image: url("/img/icon-arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.header__nav ul > li.has-children a {
  padding: 13px 24px 13px 8px;
}

.header__nav ul > li.has-children:hover:before {
  background-image: url("/img/icon-arrow-red-down.svg");
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 16px;
}

.header__nav ul > li.has-children.is-active.has-children:before {
  background-image: url("/img/icon-arrow-red-down.svg");
}

.header__nav ul > li.has-children.is-active.has-children:hover:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 16px;
}

.header__nav ul > li .sub-nav,
.header__nav ul > li .sub-nav-child {
  flex-direction: column;
  display: none;
  background-color: #fff;
  position: absolute;
  min-width: 180px;
  top: 100%;
  left: 0;
  z-index: 10;
  -webkit-border-radius: 0 0 2px 2px;
  -khtml-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -o-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
  -ms-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
  -moz-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
  -khtml-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
  -webkit-box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
  box-shadow: 0 2px 2px rgba(33, 65, 141, 0.2);
}

.header__nav ul > li .sub-nav > li,
.header__nav ul > li .sub-nav-child > li {
  text-align: left;
}

.header__nav ul > li .sub-nav > li a,
.header__nav ul > li .sub-nav-child > li a {
  font-size: 11px;
  letter-spacing: 0.71px;
  color: #212121;
  padding: 8px 16px;
  text-transform: uppercase;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.header__nav ul > li .sub-nav > li a:hover,
.header__nav ul > li .sub-nav-child > li a:hover {
  background-color: #f3f3f3;
}

.header__nav ul > li .sub-nav > li a:after,
.header__nav ul > li .sub-nav-child > li a:after {
  display: none;
}

.header__nav ul > li .sub-nav > li.has-children:before {
  top: 12px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.header__nav ul > li .sub-nav > li.has-children:hover:before {
  background-image: url("/img/icon-arrow-down.svg");
  right: 7px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.header__nav ul > li .sub-nav > li:hover .sub-nav-child {
  display: flex;
}

.header__nav ul > li .sub-nav-child {
  left: 100%;
  top: 0;
}

.footer__nav ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.footer__nav ul li {
  list-style: none;
}

@media (min-width: 768px) {
  .footer__nav ul li {
    display: inline-block;
    margin-right: 5px;
    position: relative;
  }

  .footer__nav ul li:after {
    content: "|";
    margin-left: 5px;
    font-size: 13px;
  }

  .footer__nav ul li:last-child:after {
    display: none;
  }

  .footer__nav ul li a {
    color: #212121;
    font-size: 13px;
    font-family: "proximanova-bold", sans-serif;
  }

  .footer__nav ul li a:hover {
    text-decoration: underline;
  }
}

.footer--rhs {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 16px;
  margin-bottom: 24px;
}

.footer__app-links {
  display: flex;
  /* justify-content: space-evenly; */
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.footer__app-links a {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  /* width: 50%; */
  margin-bottom: 4px;
}

.footer__app-links a:hover {
  opacity: 0.8;
}

.footer__app-links a img {
  height: 50px;
}

.footer__social-title {
  display: block;
  font-family: "proximanova-bold", sans-serif;
  color: dimgray;
  font-size: 14px;
}

.footer__social .social-links {
  margin: 8px auto;
}

.footer__social .social-links .social-control .social-item {
  margin: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.footer__social .social-links .social-control .social-item:hover {
  opacity: 0.8;
}

.footer__social .social-links .social-control .social-item a img {
  width: 30px;
  height: 30px;
}

.footer__copyright {
  font-size: 13px;
  color: #212121;
  line-height: 20px;
  display: block;
  margin: 16px 0;
}

.footer__copyright .popia {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.footer__copyright a {
  color: #212121;
  display: block;
  line-height: 24px;
}

.footer__copyright a:hover {
  text-decoration: underline;
}

.footer__copyright a.footer__btn {
  background: #212121;
  display: inline-block;
  line-height: 20px;
  font-size: 10px;
  letter-spacing: 0.6px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  padding: 0 8px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  margin-top: 8px;
  width: fit-content;
}

.footer__copyright a.footer__btn:hover,
.footer__copyright a.footer__btn:focus,
.footer__copyright a.footer__btn:active {
  background-color: #080808;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}

.footer__copyright a.footer__contact {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.footer__copyright a.footer__contact:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 8px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/img/email.svg");
}

.footer__third-party {
  width: 65px;
  height: 35px;
  margin-top: 8px;
}

@media (min-width: 10px) and (max-width: 768px) {
  .footer__nav {
    position: fixed;
    left: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    z-index: 99;
    background: #fff;
    height: 61px;
    display: flex;
    align-items: center;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    -o-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.2);
  }
}

.footer__nav ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

@media (min-width: 10px) and (max-width: 768px) {
  .footer__nav ul {
    text-align: center;
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 43px;
  }
}

.footer__nav ul li {
  flex: 1;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.auth__subscribe > a {
  font-size: 15px;
  background-color: #dd1f26;
  color: #fff;
  font-family: "proximanova-regular", sans-serif;
  padding: 0 24px;
  display: inline-block;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: auto;
  text-align: center;
  padding: 0 16px;
  font-family: "proximanova-bold", sans-serif;
  font-size: 12px;
}

.auth__subscribe > a:hover,
.auth__subscribe > a:focus,
.auth__subscribe > a:active {
  background-color: #b0191e;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}

.auth__subscribe > a:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.header__nav {
  border-top: 1px solid #e9e9e9;
}

.header__nav ul > li a {
  font-size: 12px;
}

.header__nav ul > li.has-children:before {
  top: 18px;
}

.header__nav ul > li.has-children:hover:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 14px;
}

.header__nav ul > li.has-children.is-active.has-children:hover:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 14px;
}

.header__logo {
  width: auto;
  height: 40px;
  flex: 1;
  background-image: url(/img/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 10px) and (max-width: 999px) {
  .header__logo {
    height: 22px;
  }
}

.header__logo img {
  display: none;
}

.header__search input[type="text"] {
  width: 280px;
  font-weight: 500;
  padding-left: 41px;
}

.header__search input[type="text"] {
  font-size: 16px;
  color: #909090;
  margin-bottom: 0;
  padding: 0 12px;
  height: 40px;
  width: 100%;
  border: 1px solid #909090;
  background-color: #fff;
  transition: 0.2s ease-in border, 0.2s ease-in outline;
  overflow: hidden;
  border-radius: 100px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.header__search input[type="text"] {
  width: 280px;
  font-weight: 500;
  padding-left: 41px;
}

.brandbar__links .links--image a img {
  max-height: 22px;
  max-width: 62px;
  min-height: 22px;
}

.brandbar__links li {
  display: inline-block;
  margin-right: 8px;
  position: relative;
}

.brandbar .links__dropdown--image > span:after {
  margin-left: 5px;
}

.brandbar .links--dropdown {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: auto;
  flex: 0 0 auto;
  line-height: 22px;
  min-height: 48px;
  max-height: 48px;
}

.auth__subscribe a {
  font-size: 12px;
  color: #fff;
  background-color: #dd1f26;
  outline: 0;
  padding: 4px 12px;
  border: 1px solid #dd1f26;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  display: inline-block;
  width: auto;
  overflow: hidden;
  border-radius: 100px;
  font-weight: bold;
  flex: 0 0 auto;
  padding: 0 12px;
  line-height: 24px;
  max-height: 24px;
}

.auth__login a {
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  outline: 0;
  padding: 4px 8px;
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  display: inline-block;
  width: auto;
  overflow: hidden;
  border-radius: 100px;
  font-weight: bold;
  flex: 0 0 auto;
  padding: 0 12px;
  line-height: 24px;
  max-height: 24px;
  margin: 0 0 0 8px;
}

.brandbar .links__dropdown--image img {
  margin-right: 4px;
  max-height: 22px;
  width: 22px;
}

.header .social-links .social-control .social-item a img {
  height: 24px;
  filter: none;
}

.header .social-control li a img {
  width: 100%;
  height: auto;
}

.header .social-control li a {
  display: block;
}

.weather-widget__data {
  border-left: 1px solid #e9e9e9;
  margin-left: 12px;
  padding: 2px 0 2px 12px;
}

.weather-widget {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 12px;
}

.weather-widget--locked .weather-widget__image:after {
  content: "";
  width: 40px;
  height: 26px;
  display: block;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header .social-control {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-left: 12px;
}

.header__nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  height: 40px;
}
.weather-widget {
  display: flex;
  align-items: center;
}

@media (min-width: 10px) and (max-width: 768px) {
  .weather-widget {
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .article--top-bar {
    margin-bottom: 16px;
  }
}

.article--top-bar {
  display: flex;
  align-items: center;
  position: relative;
}

.article__date {
  font-size: 10px;
  color: #212121;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.3px;
  margin: 0;
}

.article__date {
  font-size: 12px;
}

@media (min-width: 768px) {
  .article--top-bar-right {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.article--top-bar .social-sharing .social-control .social-item a img {
  width: 28px;
  height: 28px;
}

.article--top-bar .social-sharing .social-control .social-item a {
  display: block;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.article--top-bar-right a {
  font-size: 0;
}

.article--top-bar .social-sharing .social-control .social-item {
  list-style: none;
  margin-left: 5px;
  width: 28px;
  height: 28px;
}

.article--top-bar .social-sharing .social-control {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-family: "proximanova-bold", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #bcbcbc;
  letter-spacing: 0.6px;
}

.most-read-widget {
  background-color: #fff;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 0 8px;
}

.most-read-widget {
  padding: 16px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -o-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}

.most-read-widget label {
  font-family: "proximanova-regular", sans-serif;
  display: inline-block;
  padding: 10px 0 6px;
  min-width: 125px;
  text-align: center;
  letter-spacing: 1.4px;
  color: #dd1f26;
  background: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  border-bottom: 3px solid #fff;
  margin-bottom: 0;
  -webkit-transition: color 0.2s ease, border 0.2s ease;
  -moz-transition: color 0.2s ease, border 0.2s ease;
  -o-transition: color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, border 0.2s ease;
}

.most-read-widget__tab {
  display: none;
  width: 100%;
  border-top: 1px solid #e2e2e2;
}

.most-read-widget__tab ul {
  margin: 0;
  padding: 8px 0 0;
}

.most-read-widget__tab ul li {
  list-style: none;
  display: flex;
  padding: 4px 8px 4px 0;
}

.most-read-widget__tab ul li:nth-of-type(1):before {
  content: "1";
}

.most-read-widget__tab ul li:before {
  font-size: 20px;
  font-family: "proximanova-bold", sans-serif;
  color: rgba(33, 33, 33, 0.15);
  width: 39px;
  height: 24px;
  display: block;
  text-align: center;
  padding-left: 2px;
  line-height: 22px;
  flex: 0 0 auto;
}

.most-read-widget__tab ul li a {
  display: flex;
  color: #212121;
  font-family: "proximanova-bold", sans-serif;
  font-size: 14px;
  line-height: 17px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.most-read-widget {
  background-color: #fff;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 0 8px;
}

.most-read-widget input {
  display: none;
}

.most-read-widget__tab ul li:nth-of-type(2):before {
  content: "2";
}

.most-read-widget__tab ul li:nth-of-type(3):before {
  content: "3";
}

.most-read-widget__tab ul li:nth-of-type(4):before {
  content: "4";
}

.most-read-widget__tab ul li:nth-of-type(5):before {
  content: "5";
}

.most-read-widget #tab-0:checked ~ #content-tab-0 {
  display: block;
}

.most-read-widget input:checked + label {
  color: #21418d;
  border-bottom: 3px solid #21418d;
}

.article--top-bar-right > span {
  font-size: 12px;
  font-family: "proximanova-regular", sans-serif;
  color: #212121;
  margin-right: 4px;
}

.article__date:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 6px;
  background-image: url(/img/icon-clock.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.article--top-bar-right {
  display: flex;
  align-items: center;
}

.weather-widget__image {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: block;
}

@media (min-width: 10px) and (max-width: 768px) {
  .weather-widget__image {
    width: 18px;
    height: 18px;
    order: 2;
    outline: 0;
  }
}

.weather-widget--locked {
  margin-left: 8px;
  min-width: 190px;
}

@media (min-width: 10px) and (max-width: 1023px) {
  .weather-widget--locked {
    margin-left: 0;
    min-width: 40px;
    display: inline-block;
    vertical-align: middle;
  }
}

.weather-widget--locked .weather-widget__image {
  flex: 0 0 auto;
  width: 40px;
  height: 26px;
  order: 1;
}

.weather-widget--locked .weather-widget__image:after {
  content: "";
  width: 40px;
  height: 26px;
  display: block;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  background-image: url(/img/icon-weather-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.weather-widget--locked .weather-widget__data {
  align-self: flex-start;
  text-align: left;
  order: 2;
}

@media (min-width: 10px) and (max-width: 768px) {
  .weather-widget__data {
    border-left: none;
    margin-left: 0;
    padding: 0;
    order: 1;
    text-align: right;
    align-self: flex-end;
  }
}

.weather-widget__data--date {
  font-size: 12px;
  color: #212121;
  display: block;
  margin: 0;
}

.weather-widget__data--city {
  font-size: 12px;
  color: #212121;
  font-family: "proximanova-bold", sans-serif;
  display: block;
}

@media (min-width: 10px) and (max-width: 1023px) {
  .weather-widget__data--city {
    font-size: 8px;
    color: rgba(33, 33, 33, 0.6);
  }
}
.goTo {
  background-color: #e3000f !important;
  color: white !important;
  padding: 20px 30px !important;
  margin: 20px 0 20px;
  text-transform: uppercase;
  width: 50%;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600 !important;
  animation: pulseShadow 1s infinite;
}

@keyframes pulseShadow {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.76);
  }
  70% {
    box-shadow: 0 0 10px 15px rgba(0, 0, 0, 0.349);
  }
  95% {
    box-shadow: 0 0 0 0 rgba(1, 2, 3, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(136, 136, 136, 0.123);
  }
}
.goTo:hover {
  transform: scale(1.03);
}

@media (max-width: 800px) {
  .goTo {
    width: 100%;
  }
}

.list-item li {
  margin-bottom: 10px;
  line-height: 26px;
  font-size: 21px;
  padding-bottom: 10px;
  margin-left: 30px;
  list-style-type: numeric;
}

.list-item li a {
  border-bottom: 0.1rem solid #e3000f;
  color: #e3000f;
  font-weight: bold;
}

input {
  box-sizing: border-box;
}

input {
  color: black !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media screen and (max-width: 998px) {
  .header__weather {
    display: none;
  }
}
