#scrollBtn {
  background: url(../images/arrow_up.ae74e5d5.png) no-repeat bottom;
  background-color: grey;
  background-position: right 14px bottom 17px;
  background-size: 15px 10px;
  border-radius: 50%;
  bottom: 30px;
  height: 42px;
  opacity: 0;
  position: fixed;
  transition: opacity 0.6s;
  width: 42px;
  z-index: 999;
}
@media (max-width: 768px) {
  #scrollBtn {
    opacity: 1;
    position: absolute;
    z-index: 100;
  }
}
#scrollBtn.visible {
  opacity: 1;
}
.breaking-news-container::-webkit-scrollbar-thumb {
  background: none;
}
.breaking-news-container::-webkit-scrollbar {
  display: none;
}
.news-fixed-wrapper {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.news-fixed-wrapper .news-center-wrapper {
  margin: 0 auto;
  position: relative;
}
.news-fixed-wrapper .news-center-wrapper .news-overflow-wrapper {
  bottom: 25px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.6);
  display: block;
  height: 120px;
  left: 10px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  transition: all 0.4s ease-in-out;
  width: 680px;
}
.news-fixed-wrapper .news-center-wrapper .news-overflow-wrapper.closed {
  left: -1000px;
  opacity: 0;
}
.news-fixed-wrapper .news-center-wrapper .news-overflow-wrapper .breaking-news-container {
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  scrollbar-width: none;
  transition: left 0.4s ease-in-out;
  white-space: nowrap;
  width: 100%;
}
.news-fixed-wrapper .news-center-wrapper .news-overflow-wrapper .breaking-news-container .breaking-news {
  background-color: #2b3138;
  height: 100%;
  padding-left: 220px;
  width: 100%;
}
.news-fixed-wrapper
  .news-center-wrapper
  .news-overflow-wrapper
  .breaking-news-container
  .breaking-news
  .close-braking-news {
  color: #fff;
  font-family: PT Sans, Roboto, sans-serif;
  font-size: 14px;
  padding-left: 5px;
  position: absolute;
  right: 10px;
  top: 5px;
}
.news-fixed-wrapper
  .news-center-wrapper
  .news-overflow-wrapper
  .breaking-news-container
  .breaking-news
  .close-braking-news:hover {
  cursor: pointer;
}
.news-fixed-wrapper
  .news-center-wrapper
  .news-overflow-wrapper
  .breaking-news-container
  .breaking-news
  .close-braking-news
  .icon-close {
  color: #fff;
  font-size: 10px;
  padding-left: 5px;
}
.news-fixed-wrapper
  .news-center-wrapper
  .news-overflow-wrapper
  .breaking-news-container
  .breaking-news
  .breaking-news-image {
  height: 100%;
  left: 0;
  position: absolute;
  width: 220px;
}
.news-fixed-wrapper
  .news-center-wrapper
  .news-overflow-wrapper
  .breaking-news-container
  .breaking-news
  .breaking-news-image
  img {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .news-fixed-wrapper
    .news-center-wrapper
    .news-overflow-wrapper
    .breaking-news-container
    .breaking-news
    .breaking-news-image {
    display: none;
  }
}
.news-fixed-wrapper
  .news-center-wrapper
  .news-overflow-wrapper
  .breaking-news-container
  .breaking-news
  .breaking-news-text-wrapper {
  color: #fff;
  padding: 10px 20px 0;
  width: 100%;
}
.news-fixed-wrapper
  .news-center-wrapper
  .news-overflow-wrapper
  .breaking-news-container
  .breaking-news
  .breaking-news-text-wrapper
  .breaking-news-tag {
  background-color: #d02f31;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-family: PT Sans, Roboto, sans-serif;
  font-size: 12px;
  line-height: 12px;
  padding: 4px;
  text-transform: uppercase;
}
.news-fixed-wrapper
  .news-center-wrapper
  .news-overflow-wrapper
  .breaking-news-container
  .breaking-news
  .breaking-news-text-wrapper
  .breaking-news-link:hover {
  color: #fff;
}
.news-fixed-wrapper
  .news-center-wrapper
  .news-overflow-wrapper
  .breaking-news-container
  .breaking-news
  .breaking-news-text-wrapper
  .breaking-news-title {
  color: #fff;
  display: block;
  font-family: PT Sans, Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 10px;
  overflow: hidden;
  padding-right: 10px;
  white-space: normal;
}
.news-fixed-wrapper
  .news-center-wrapper
  .news-overflow-wrapper
  .breaking-news-container
  .breaking-news
  .breaking-news-text-wrapper
  .breaking-news-whole-article {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 22px;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .news-fixed-wrapper .news-center-wrapper .news-overflow-wrapper .breaking-news-container .breaking-news {
    padding-left: 0;
  }
  .news-fixed-wrapper .news-center-wrapper .news-overflow-wrapper {
    width: 460px;
  }
}
@media (max-width: 479px) {
  .news-fixed-wrapper .news-center-wrapper .news-overflow-wrapper {
    height: 150px;
    width: 300px;
  }
}
.gdpr_open {
  display: none !important;
}
.gdpr_consent_popup {
  background: #131414 !important;
  box-shadow: none !important;
  font-family: PT Sans, Roboto, sans-serif !important;
}
@media (min-width: 1024px) {
  .gdpr_consent_popup {
    height: 315px !important;
    max-height: 315px !important;
  }
}
@media (max-width: 1023px) {
  .gdpr_consent_popup {
    height: auto !important;
    max-height: 100% !important;
  }
}
.gdpr_consent_popup .gdbutton .button_text {
  line-height: unset !important;
}
@media (max-width: 1023px) {
  .gdpr_consent_popup.open {
    height: 100% !important;
    max-height: 100% !important;
  }
}
.gdpr_consent_popup.open .gdpr_slide1 {
  height: 130px !important;
}
@media (max-width: 1023px) {
  .gdpr_consent_popup.open .gdpr_slide1 {
    height: 200px !important;
  }
}
.gdpr_consent_popup.open .slide .gdpr_text1 .gdheader {
  background-position: top 0 left 13px;
  background-size: contain;
  font-size: 13px;
  line-height: 15px;
  padding-bottom: 5px;
  padding-left: 70px;
  padding-top: 10px;
}
@media (min-width: 1440px) {
  .gdpr_consent_popup.open .slide .gdpr_text1 .gdheader {
    left: -50px;
    padding-bottom: 15px;
    padding-top: 5px;
    position: absolute;
    top: 5px;
  }
}
@media (max-width: 1023px) {
  .gdpr_consent_popup.open .slide .gdpr_text1 .gdheader {
    background-image: none;
    padding-left: 5px;
  }
}
.gdpr_consent_popup.open .slide .gdpr_text1 .gdheader span {
  bottom: 5px;
  position: relative;
}
@media (min-width: 1440px) {
  .gdpr_consent_popup.open .slide .gdpr_text1 .gdheader span {
    bottom: 10px;
  }
}
.gdpr_consent_popup.open .slide .gdpr_text1 .gdheader .flag_wrap {
  top: 0;
}
.gdpr_consent_popup.open .slide .gdpr_text1 .gdheader .flag_wrap:not(.active) {
  left: 45px;
  top: 0;
}
.gdpr_consent_popup.open .slide .gdpr_text1 .text2 {
  max-height: 63px;
}
.gdpr_consent_popup:before {
  background-image: url(../images/ringier_color.9e1b1a5d.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 12px;
}
@media (max-width: 1023px) {
  .gdpr_consent_popup:before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .gdpr_consent_popup .gdpr_slide1 {
    height: 174px !important;
  }
}
@media (min-width: 1440px) {
  .gdpr_consent_popup .gdpr_slide1 {
    height: 164px !important;
  }
}
@media (max-width: 1023px) {
  .gdpr_consent_popup .gdpr_slide1 {
    height: 100% !important;
  }
}
.gdpr_consent_popup .slide .gdpr_text1 {
  position: relative;
}
@media (max-width: 1023px) {
  .gdpr_consent_popup .slide .gdpr_text1 {
    float: none !important;
    height: auto !important;
    max-width: 100% !important;
  }
}
.gdpr_consent_popup .slide .gdpr_text1 .gdheader {
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  padding-bottom: 5px;
  padding-left: 70px;
  padding-top: 10px;
}
@media (min-width: 1440px) {
  .gdpr_consent_popup .slide .gdpr_text1 .gdheader {
    left: -50px;
    padding-bottom: 15px;
    padding-top: 5px;
    position: absolute;
    top: 5px;
  }
}
@media (max-width: 1023px) {
  .gdpr_consent_popup .slide .gdpr_text1 .gdheader {
    background-image: none;
    padding-left: 5px;
  }
}
.gdpr_consent_popup .slide .gdpr_text1 .gdheader span {
  bottom: 5px;
  position: relative;
}
@media (min-width: 1440px) {
  .gdpr_consent_popup .slide .gdpr_text1 .gdheader span {
    bottom: 10px;
  }
}
.gdpr_consent_popup .slide .gdpr_text1 .gdheader .flag_wrap {
  top: 0;
}
.gdpr_consent_popup .slide .gdpr_text1 .gdheader .flag_wrap:not(.active) {
  left: 45px;
  top: 0;
}
.gdpr_consent_popup .slide .gdpr_text1 .text,
.gdpr_consent_popup .slide .gdpr_text1 .text2 {
  max-height: 100%;
  overflow: unset;
  padding: 0 10px 0 20px !important;
}
@media (min-width: 1440px) {
  .gdpr_consent_popup .slide .gdpr_text1 .text,
  .gdpr_consent_popup .slide .gdpr_text1 .text2 {
    max-height: calc(100% - 10px);
    padding: 36px 0 5px 20px !important;
  }
}
@media (max-width: 1023px) {
  .gdpr_consent_popup .slide .gdpr_text1 .text,
  .gdpr_consent_popup .slide .gdpr_text1 .text2 {
    padding: 0 5px 20px !important;
  }
}
.gdpr_consent_popup .slide .gdpr_text1 .text,
.gdpr_consent_popup .slide .gdpr_text1 .text p,
.gdpr_consent_popup .slide .gdpr_text1 .text2,
.gdpr_consent_popup .slide .gdpr_text1 .text2 p {
  font-size: 11px !important;
  line-height: 13px !important;
}
.gdpr_consent_popup .slide .gdpr_text1 .text b,
.gdpr_consent_popup .slide .gdpr_text1 .text2 b {
  font-weight: 700;
}
.gdpr_consent_popup .slide .link_wrap {
  bottom: 5px;
  line-height: 14px;
}
@media (max-width: 1023px) {
  .gdpr_consent_popup .slide .link_wrap {
    display: none;
  }
}
.gdpr_consent_popup .slide .link_wrap .link_powered,
.gdpr_consent_popup .slide .link_wrap .link_purpose,
.gdpr_consent_popup .slide .link_wrap .link_vendors {
  color: #666;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-decoration: underline;
  text-transform: lowercase;
  width: 32%;
}
.gdpr_consent_popup .slide .link_wrap .link_powered a,
.gdpr_consent_popup .slide .link_wrap .link_purpose a,
.gdpr_consent_popup .slide .link_wrap .link_vendors a {
  color: #666;
  text-transform: uppercase;
}
.gdpr_consent_popup .slide .link_wrap .link_powered {
  width: 35%;
}
.gdpr_consent_popup .slide .button_wrap {
  margin-top: 0 !important;
  padding-top: 36px;
}
.gdpr_consent_popup .slide .button_wrap .link.powered {
  margin-top: 0;
}
.gdpr_consent_popup .slide .button_wrap .gdbutton.big {
  border-radius: 6px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 42px;
  line-height: 46px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 90%;
}
.gdpr_consent_popup .slide .button_wrap .gdbutton.big.accept,
.gdpr_consent_popup .slide .button_wrap .gdbutton.big.save {
  background-image: none;
  background-position: 0;
  background-size: 0;
}
.gdpr_consent_popup .slide .button_wrap .gdbutton.save {
  display: none;
}
.gdpr_consent_popup .slide .button_wrap .gdbutton.link {
  display: inline-block;
  margin: 20px 0;
  vertical-align: middle;
  width: 90%;
}
@media (max-width: 1023px) {
  .gdpr_consent_popup .slide .button_wrap {
    float: none;
    max-width: 100%;
    padding-bottom: 10px;
    padding-top: 0;
    width: 100%;
  }
  .gdpr_consent_popup .slide .button_wrap .gdbutton.big {
    height: 32px;
    line-height: 36px;
    margin: 0 10px;
  }
}
.gdpr_consent_popup .slide .slider1_stack {
  margin: 8px 0 0 12px;
  width: calc(100% - 12px);
}
@media (max-width: 1023px) {
  .gdpr_consent_popup .slide .slider1_stack {
    margin: 8px 0 0;
    width: 100%;
  }
}
.gdpr_consent_popup .slide .slider1_stack .slider1_stack_right .gdbutton.big {
  margin: 20px;
}
@media (max-width: 1023px) {
  .gdpr_consent_popup .slide .slider1_stack .slider1_stack_right .gdbutton.big {
    padding: 6px 4px;
  }
}
.gdpr_consent_popup .gdpr_slide2 .tabs,
.gdpr_consent_popup .gdpr_slide2 .vendor_outer_wrap {
  margin-left: 12px;
}
blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
embed,
img,
object,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
progress[value] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
}
.typography p:last-child {
  margin-bottom: 0;
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
}
article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a,
a:hover {
  color: #000;
}
a:hover {
  text-decoration: underline;
}
hr {
  background-color: #000;
  border: none;
  height: 2px;
  margin: 5px auto;
  width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
span {
  font-style: inherit;
  font-weight: inherit;
}
body {
  background-color: #fff;
  color: #000;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  min-width: 320px;
}
body.noscroll {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}
body .page-container {
  position: relative;
}
main {
  margin-top: 10px;
}
@media (max-width: 767px) {
  main {
    margin-top: 0;
  }
}
ul {
  list-style-type: none;
}
.container {
  display: flex;
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 10px;
  position: relative;
}
.container-full-flex {
  display: flex;
  max-width: 100%;
  position: relative;
}
.section-item {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .section-item.no-padding-bottom-mobile {
    padding-bottom: 0;
  }
}
.section-item .main-content {
  flex-basis: calc(100% - 320px);
  padding-right: 30px;
}
@media (max-width: 1023px) {
  .section-item .main-content {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .section-item .main-content {
    border-bottom: 1px solid #f0f2f4;
    flex-basis: 100%;
    min-width: 0;
    padding: 0 0 15px;
  }
}
.section-item .main-content.full-width-content {
  border-bottom: none;
  flex-basis: 100%;
  padding-bottom: 0;
  padding-right: 0;
}
.section-item .aside-content {
  flex: 0 0 100%;
  margin-left: auto;
  max-width: 320px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .section-item .aside-content {
    margin-top: 0;
    max-width: none;
    padding: 0;
  }
  .section-item .aside-content.no-padding-top {
    padding-top: 0;
  }
}
.section-item .aside-content > :nth-child(n + 2) {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .section-item .aside-content > * {
    padding-top: 15px;
  }
}
.section-item .aside-border {
  border-left: 1px solid #f0f2f4;
}
@media (max-width: 767px) {
  .section-item .aside-border {
    border: none;
  }
}
.top-border {
  border-top: 2px solid #000;
}
.heading-big {
  font-size: 20px;
  line-height: 24px;
}
.heading-regular {
  font-size: 16px;
  line-height: 18px;
}
.text-regular {
  font-size: 16px;
}
.dark-theme-container {
  background-color: #2b3138;
}
.dark-theme-container .item-perex,
.dark-theme-container .most-read-title,
.dark-theme-container a,
.dark-theme-container li,
.dark-theme-container ol {
  color: #fff;
}
.dark-theme-container .item-perex:visited,
.dark-theme-container .most-read-title:visited,
.dark-theme-container a:visited,
.dark-theme-container li:visited,
.dark-theme-container ol:visited {
  color: grey;
}
.dark-theme-container .big:visited,
.dark-theme-container .c-badge--premium:visited,
.dark-theme-container .c-badge:visited,
.dark-theme-container .label-category:visited,
.dark-theme-container .label-plus:visited {
  color: #fff;
}
@media (max-width: 767px) {
  .dark-theme-container .main-content {
    border-bottom: 1px solid #44494e;
  }
}
.dark-theme-container .aside-border {
  border-left: 1px solid #44494e;
}
@media (max-width: 767px) {
  .dark-theme-container .aside-border {
    border: none;
  }
}
.header-icon,
.rs-logo {
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  display: inline-block;
  font-size: 0;
  text-indent: -99999px;
}
.header-icon.rs-logo-aktuality-30,
.rs-logo.rs-logo-aktuality-30 {
  background-image: url(../images/logo_aktuality.293b24e2.svg);
  height: 30px;
  width: 145.53px;
}
#page-menu-overlay {
  background-color: #1e2227;
  display: none;
  height: 100%;
  opacity: 0.85;
  position: absolute;
  width: 100%;
  z-index: 190;
}
#page-menu-overlay.active {
  display: block;
}
@media (min-width: 320px) and (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hidden {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .desktop-hidden {
    display: none !important;
  }
}
.is-marginless {
  margin: 0 !important;
}
.is-paddingless {
  padding: 0 !important;
}
.is-relative,
.relative {
  position: relative !important;
}
.is-invisible {
  visibility: hidden !important;
}
.is-hidden {
  display: none !important;
}
.cb,
.tiny-clear {
  clear: both;
  content: '';
  display: block;
}
.fleft {
  float: left !important;
}
.fright {
  float: right !important;
}
.not-stick-to-header {
  margin-top: 10px;
}
.justify-content-center {
  justify-content: center;
}
.rs-logo {
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  display: inline-block;
  font-size: 0;
  text-indent: -99999px;
}
.rs-logo.rs-logo-aktuality-5 {
  height: 5px;
  width: 24.255px;
}
.rs-logo.rs-logo-aktuality-5.visible {
  background-image: url(../images/logo_aktuality.293b24e2.svg);
}
.rs-logo.rs-logo-aktuality-10 {
  height: 10px;
  width: 48.51px;
}
.rs-logo.rs-logo-aktuality-10.visible {
  background-image: url(../images/logo_aktuality.293b24e2.svg);
}
.rs-logo.rs-logo-aktuality-15 {
  height: 15px;
  width: 72.765px;
}
.rs-logo.rs-logo-aktuality-15.visible {
  background-image: url(../images/logo_aktuality.293b24e2.svg);
}
.rs-logo.rs-logo-aktuality-20 {
  height: 20px;
  width: 97.02px;
}
.rs-logo.rs-logo-aktuality-20.visible {
  background-image: url(../images/logo_aktuality.293b24e2.svg);
}
.rs-logo.rs-logo-aktuality-25 {
  height: 25px;
  width: 121.275px;
}
.rs-logo.rs-logo-aktuality-25.visible {
  background-image: url(../images/logo_aktuality.293b24e2.svg);
}
.rs-logo.rs-logo-aktuality-30 {
  height: 30px;
  width: 145.53px;
}
.rs-logo.rs-logo-aktuality-30.visible {
  background-image: url(../images/logo_aktuality.293b24e2.svg);
}
.rs-logo.rs-logo-aktuality-35 {
  height: 35px;
  width: 169.785px;
}
.rs-logo.rs-logo-aktuality-35.visible {
  background-image: url(../images/logo_aktuality.293b24e2.svg);
}
.rs-logo.rs-logo-aktuality-40 {
  height: 40px;
  width: 194.04px;
}
.rs-logo.rs-logo-aktuality-40.visible {
  background-image: url(../images/logo_aktuality.293b24e2.svg);
}
.rs-logo.rs-logo-aktuality-45 {
  height: 45px;
  width: 218.295px;
}
.rs-logo.rs-logo-aktuality-45.visible {
  background-image: url(../images/logo_aktuality.293b24e2.svg);
}
.rs-logo.rs-logo-aktuality-50 {
  height: 50px;
  width: 242.55px;
}
.rs-logo.rs-logo-aktuality-50.visible {
  background-image: url(../images/logo_aktuality.293b24e2.svg);
}
.rs-logo.rs-logo-aktuality-short-5 {
  height: 5px;
  width: 7.625px;
}
.rs-logo.rs-logo-aktuality-short-5.visible {
  background-image: url(../images/logo_aktuality_short.9fc2d7c4.svg);
}
.rs-logo.rs-logo-aktuality-short-10 {
  height: 10px;
  width: 15.25px;
}
.rs-logo.rs-logo-aktuality-short-10.visible {
  background-image: url(../images/logo_aktuality_short.9fc2d7c4.svg);
}
.rs-logo.rs-logo-aktuality-short-15 {
  height: 15px;
  width: 22.875px;
}
.rs-logo.rs-logo-aktuality-short-15.visible {
  background-image: url(../images/logo_aktuality_short.9fc2d7c4.svg);
}
.rs-logo.rs-logo-aktuality-short-20 {
  height: 20px;
  width: 30.5px;
}
.rs-logo.rs-logo-aktuality-short-20.visible {
  background-image: url(../images/logo_aktuality_short.9fc2d7c4.svg);
}
.rs-logo.rs-logo-aktuality-short-25 {
  height: 25px;
  width: 38.125px;
}
.rs-logo.rs-logo-aktuality-short-25.visible {
  background-image: url(../images/logo_aktuality_short.9fc2d7c4.svg);
}
.rs-logo.rs-logo-aktuality-short-30 {
  height: 30px;
  width: 45.75px;
}
.rs-logo.rs-logo-aktuality-short-30.visible {
  background-image: url(../images/logo_aktuality_short.9fc2d7c4.svg);
}
.rs-logo.rs-logo-aktuality-short-35 {
  height: 35px;
  width: 53.375px;
}
.rs-logo.rs-logo-aktuality-short-35.visible {
  background-image: url(../images/logo_aktuality_short.9fc2d7c4.svg);
}
.rs-logo.rs-logo-aktuality-short-40 {
  height: 40px;
  width: 61px;
}
.rs-logo.rs-logo-aktuality-short-40.visible {
  background-image: url(../images/logo_aktuality_short.9fc2d7c4.svg);
}
.rs-logo.rs-logo-aktuality-short-45 {
  height: 45px;
  width: 68.625px;
}
.rs-logo.rs-logo-aktuality-short-45.visible {
  background-image: url(../images/logo_aktuality_short.9fc2d7c4.svg);
}
.rs-logo.rs-logo-aktuality-short-50 {
  height: 50px;
  width: 76.25px;
}
.rs-logo.rs-logo-aktuality-short-50.visible {
  background-image: url(../images/logo_aktuality_short.9fc2d7c4.svg);
}
.rs-logo.rs-logo-aktuality-white-30 {
  height: 30px;
  width: 145.53px;
}
.rs-logo.rs-logo-aktuality-white-30.visible {
  background-image: url(../images/logo_aktuality_white.1a49b476.svg);
}
.rs-logo.rs-logo-ringier-5 {
  height: 5px;
  width: 11.965px;
}
.rs-logo.rs-logo-ringier-5.visible {
  background-image: url(../images/logo_ringier.8a732aab.svg);
}
.rs-logo.rs-logo-ringier-10 {
  height: 10px;
  width: 23.93px;
}
.rs-logo.rs-logo-ringier-10.visible {
  background-image: url(../images/logo_ringier.8a732aab.svg);
}
.rs-logo.rs-logo-ringier-15 {
  height: 15px;
  width: 35.894999999999996px;
}
.rs-logo.rs-logo-ringier-15.visible {
  background-image: url(../images/logo_ringier.8a732aab.svg);
}
.rs-logo.rs-logo-ringier-20 {
  height: 20px;
  width: 47.86px;
}
.rs-logo.rs-logo-ringier-20.visible {
  background-image: url(../images/logo_ringier.8a732aab.svg);
}
.rs-logo.rs-logo-ringier-25 {
  height: 25px;
  width: 59.824999999999996px;
}
.rs-logo.rs-logo-ringier-25.visible {
  background-image: url(../images/logo_ringier.8a732aab.svg);
}
.rs-logo.rs-logo-ringier-30 {
  height: 30px;
  width: 71.78999999999999px;
}
.rs-logo.rs-logo-ringier-30.visible {
  background-image: url(../images/logo_ringier.8a732aab.svg);
}
.rs-logo.rs-logo-ringier-35 {
  height: 35px;
  width: 83.755px;
}
.rs-logo.rs-logo-ringier-35.visible {
  background-image: url(../images/logo_ringier.8a732aab.svg);
}
.rs-logo.rs-logo-ringier-40 {
  height: 40px;
  width: 95.72px;
}
.rs-logo.rs-logo-ringier-40.visible {
  background-image: url(../images/logo_ringier.8a732aab.svg);
}
.rs-logo.rs-logo-ringier-45 {
  height: 45px;
  width: 107.68499999999999px;
}
.rs-logo.rs-logo-ringier-45.visible {
  background-image: url(../images/logo_ringier.8a732aab.svg);
}
.rs-logo.rs-logo-ringier-50 {
  height: 50px;
  width: 119.64999999999999px;
}
.rs-logo.rs-logo-ringier-50.visible {
  background-image: url(../images/logo_ringier.8a732aab.svg);
}
.rs-logo.rs-logo-diva-5 {
  height: 5px;
  width: 21.666666666666664px;
}
.rs-logo.rs-logo-diva-5.visible {
  background-image: url(../images/logo_diva.7f393fd1.svg);
}
.rs-logo.rs-logo-diva-10 {
  height: 10px;
  width: 43.33333333333333px;
}
.rs-logo.rs-logo-diva-10.visible {
  background-image: url(../images/logo_diva.7f393fd1.svg);
}
.rs-logo.rs-logo-diva-15 {
  height: 15px;
  width: 65px;
}
.rs-logo.rs-logo-diva-15.visible {
  background-image: url(../images/logo_diva.7f393fd1.svg);
}
.rs-logo.rs-logo-diva-20 {
  height: 20px;
  width: 86.66666666666666px;
}
.rs-logo.rs-logo-diva-20.visible {
  background-image: url(../images/logo_diva.7f393fd1.svg);
}
.rs-logo.rs-logo-diva-25 {
  height: 25px;
  width: 108.33333333333333px;
}
.rs-logo.rs-logo-diva-25.visible {
  background-image: url(../images/logo_diva.7f393fd1.svg);
}
.rs-logo.rs-logo-diva-30 {
  height: 30px;
  width: 130px;
}
.rs-logo.rs-logo-diva-30.visible {
  background-image: url(../images/logo_diva.7f393fd1.svg);
}
.rs-logo.rs-logo-diva-35 {
  height: 35px;
  width: 151.66666666666666px;
}
.rs-logo.rs-logo-diva-35.visible {
  background-image: url(../images/logo_diva.7f393fd1.svg);
}
.rs-logo.rs-logo-diva-40 {
  height: 40px;
  width: 173.33333333333331px;
}
.rs-logo.rs-logo-diva-40.visible {
  background-image: url(../images/logo_diva.7f393fd1.svg);
}
.rs-logo.rs-logo-diva-45 {
  height: 45px;
  width: 195px;
}
.rs-logo.rs-logo-diva-45.visible {
  background-image: url(../images/logo_diva.7f393fd1.svg);
}
.rs-logo.rs-logo-diva-50 {
  height: 50px;
  width: 216.66666666666666px;
}
.rs-logo.rs-logo-diva-50.visible {
  background-image: url(../images/logo_diva.7f393fd1.svg);
}
.rs-logo.rs-logo-najmama-5 {
  height: 5px;
  width: 30.055px;
}
.rs-logo.rs-logo-najmama-5.visible {
  background-image: url(../images/logo_najmama.ff78e9ed.svg);
}
.rs-logo.rs-logo-najmama-10 {
  height: 10px;
  width: 60.11px;
}
.rs-logo.rs-logo-najmama-10.visible {
  background-image: url(../images/logo_najmama.ff78e9ed.svg);
}
.rs-logo.rs-logo-najmama-15 {
  height: 15px;
  width: 90.165px;
}
.rs-logo.rs-logo-najmama-15.visible {
  background-image: url(../images/logo_najmama.ff78e9ed.svg);
}
.rs-logo.rs-logo-najmama-20 {
  height: 20px;
  width: 120.22px;
}
.rs-logo.rs-logo-najmama-20.visible {
  background-image: url(../images/logo_najmama.ff78e9ed.svg);
}
.rs-logo.rs-logo-najmama-25 {
  height: 25px;
  width: 150.275px;
}
.rs-logo.rs-logo-najmama-25.visible {
  background-image: url(../images/logo_najmama.ff78e9ed.svg);
}
.rs-logo.rs-logo-najmama-30 {
  height: 30px;
  width: 180.33px;
}
.rs-logo.rs-logo-najmama-30.visible {
  background-image: url(../images/logo_najmama.ff78e9ed.svg);
}
.rs-logo.rs-logo-najmama-35 {
  height: 35px;
  width: 210.385px;
}
.rs-logo.rs-logo-najmama-35.visible {
  background-image: url(../images/logo_najmama.ff78e9ed.svg);
}
.rs-logo.rs-logo-najmama-40 {
  height: 40px;
  width: 240.44px;
}
.rs-logo.rs-logo-najmama-40.visible {
  background-image: url(../images/logo_najmama.ff78e9ed.svg);
}
.rs-logo.rs-logo-najmama-45 {
  height: 45px;
  width: 270.495px;
}
.rs-logo.rs-logo-najmama-45.visible {
  background-image: url(../images/logo_najmama.ff78e9ed.svg);
}
.rs-logo.rs-logo-najmama-50 {
  height: 50px;
  width: 300.55px;
}
.rs-logo.rs-logo-najmama-50.visible {
  background-image: url(../images/logo_najmama.ff78e9ed.svg);
}
.rs-logo.rs-logo-noizz-5 {
  height: 5px;
  width: 15.769230769230768px;
}
.rs-logo.rs-logo-noizz-5.visible {
  background-image: url(../images/logo_noizz.19170466.svg);
}
.rs-logo.rs-logo-noizz-10 {
  height: 10px;
  width: 31.538461538461537px;
}
.rs-logo.rs-logo-noizz-10.visible {
  background-image: url(../images/logo_noizz.19170466.svg);
}
.rs-logo.rs-logo-noizz-15 {
  height: 15px;
  width: 47.30769230769231px;
}
.rs-logo.rs-logo-noizz-15.visible {
  background-image: url(../images/logo_noizz.19170466.svg);
}
.rs-logo.rs-logo-noizz-20 {
  height: 20px;
  width: 63.07692307692307px;
}
.rs-logo.rs-logo-noizz-20.visible {
  background-image: url(../images/logo_noizz.19170466.svg);
}
.rs-logo.rs-logo-noizz-25 {
  height: 25px;
  width: 78.84615384615384px;
}
.rs-logo.rs-logo-noizz-25.visible {
  background-image: url(../images/logo_noizz.19170466.svg);
}
.rs-logo.rs-logo-noizz-30 {
  height: 30px;
  width: 94.61538461538461px;
}
.rs-logo.rs-logo-noizz-30.visible {
  background-image: url(../images/logo_noizz.19170466.svg);
}
.rs-logo.rs-logo-noizz-35 {
  height: 35px;
  width: 110.38461538461539px;
}
.rs-logo.rs-logo-noizz-35.visible {
  background-image: url(../images/logo_noizz.19170466.svg);
}
.rs-logo.rs-logo-noizz-40 {
  height: 40px;
  width: 126.15384615384615px;
}
.rs-logo.rs-logo-noizz-40.visible {
  background-image: url(../images/logo_noizz.19170466.svg);
}
.rs-logo.rs-logo-noizz-45 {
  height: 45px;
  width: 141.9230769230769px;
}
.rs-logo.rs-logo-noizz-45.visible {
  background-image: url(../images/logo_noizz.19170466.svg);
}
.rs-logo.rs-logo-noizz-50 {
  height: 50px;
  width: 157.69230769230768px;
}
.rs-logo.rs-logo-noizz-50.visible {
  background-image: url(../images/logo_noizz.19170466.svg);
}
.rs-logo.rs-logo-recepty-5 {
  height: 5px;
  width: 34.504999999999995px;
}
.rs-logo.rs-logo-recepty-5.visible {
  background-image: url(../images/logo_recepty.02f3445f.svg);
}
.rs-logo.rs-logo-recepty-10 {
  height: 10px;
  width: 69.00999999999999px;
}
.rs-logo.rs-logo-recepty-10.visible {
  background-image: url(../images/logo_recepty.02f3445f.svg);
}
.rs-logo.rs-logo-recepty-15 {
  height: 15px;
  width: 103.515px;
}
.rs-logo.rs-logo-recepty-15.visible {
  background-image: url(../images/logo_recepty.02f3445f.svg);
}
.rs-logo.rs-logo-recepty-20 {
  height: 20px;
  width: 138.01999999999998px;
}
.rs-logo.rs-logo-recepty-20.visible {
  background-image: url(../images/logo_recepty.02f3445f.svg);
}
.rs-logo.rs-logo-recepty-25 {
  height: 25px;
  width: 172.525px;
}
.rs-logo.rs-logo-recepty-25.visible {
  background-image: url(../images/logo_recepty.02f3445f.svg);
}
.rs-logo.rs-logo-recepty-30 {
  height: 30px;
  width: 207.03px;
}
.rs-logo.rs-logo-recepty-30.visible {
  background-image: url(../images/logo_recepty.02f3445f.svg);
}
.rs-logo.rs-logo-recepty-35 {
  height: 35px;
  width: 241.535px;
}
.rs-logo.rs-logo-recepty-35.visible {
  background-image: url(../images/logo_recepty.02f3445f.svg);
}
.rs-logo.rs-logo-recepty-40 {
  height: 40px;
  width: 276.03999999999996px;
}
.rs-logo.rs-logo-recepty-40.visible {
  background-image: url(../images/logo_recepty.02f3445f.svg);
}
.rs-logo.rs-logo-recepty-45 {
  height: 45px;
  width: 310.545px;
}
.rs-logo.rs-logo-recepty-45.visible {
  background-image: url(../images/logo_recepty.02f3445f.svg);
}
.rs-logo.rs-logo-recepty-50 {
  height: 50px;
  width: 345.05px;
}
.rs-logo.rs-logo-recepty-50.visible {
  background-image: url(../images/logo_recepty.02f3445f.svg);
}
.rs-logo.rs-logo-receptysk-5 {
  height: 5px;
  width: 28.846153846153847px;
}
.rs-logo.rs-logo-receptysk-5.visible {
  background-image: url(../images/logo_receptysk.687cac67.svg);
}
.rs-logo.rs-logo-receptysk-10 {
  height: 10px;
  width: 57.69230769230769px;
}
.rs-logo.rs-logo-receptysk-10.visible {
  background-image: url(../images/logo_receptysk.687cac67.svg);
}
.rs-logo.rs-logo-receptysk-15 {
  height: 15px;
  width: 86.53846153846153px;
}
.rs-logo.rs-logo-receptysk-15.visible {
  background-image: url(../images/logo_receptysk.687cac67.svg);
}
.rs-logo.rs-logo-receptysk-20 {
  height: 20px;
  width: 115.38461538461539px;
}
.rs-logo.rs-logo-receptysk-20.visible {
  background-image: url(../images/logo_receptysk.687cac67.svg);
}
.rs-logo.rs-logo-receptysk-25 {
  height: 25px;
  width: 144.23076923076923px;
}
.rs-logo.rs-logo-receptysk-25.visible {
  background-image: url(../images/logo_receptysk.687cac67.svg);
}
.rs-logo.rs-logo-receptysk-30 {
  height: 30px;
  width: 173.07692307692307px;
}
.rs-logo.rs-logo-receptysk-30.visible {
  background-image: url(../images/logo_receptysk.687cac67.svg);
}
.rs-logo.rs-logo-receptysk-35 {
  height: 35px;
  width: 201.92307692307693px;
}
.rs-logo.rs-logo-receptysk-35.visible {
  background-image: url(../images/logo_receptysk.687cac67.svg);
}
.rs-logo.rs-logo-receptysk-40 {
  height: 40px;
  width: 230.76923076923077px;
}
.rs-logo.rs-logo-receptysk-40.visible {
  background-image: url(../images/logo_receptysk.687cac67.svg);
}
.rs-logo.rs-logo-receptysk-45 {
  height: 45px;
  width: 259.6153846153846px;
}
.rs-logo.rs-logo-receptysk-45.visible {
  background-image: url(../images/logo_receptysk.687cac67.svg);
}
.rs-logo.rs-logo-receptysk-50 {
  height: 50px;
  width: 288.46153846153845px;
}
.rs-logo.rs-logo-receptysk-50.visible {
  background-image: url(../images/logo_receptysk.687cac67.svg);
}
.rs-logo.rs-logo-sport-5 {
  height: 5px;
  width: 20.52px;
}
.rs-logo.rs-logo-sport-5.visible {
  background-image: url(../images/logo_sport.7adff9a3.svg);
}
.rs-logo.rs-logo-sport-10 {
  height: 10px;
  width: 41.04px;
}
.rs-logo.rs-logo-sport-10.visible {
  background-image: url(../images/logo_sport.7adff9a3.svg);
}
.rs-logo.rs-logo-sport-15 {
  height: 15px;
  width: 61.56px;
}
.rs-logo.rs-logo-sport-15.visible {
  background-image: url(../images/logo_sport.7adff9a3.svg);
}
.rs-logo.rs-logo-sport-20 {
  height: 20px;
  width: 82.08px;
}
.rs-logo.rs-logo-sport-20.visible {
  background-image: url(../images/logo_sport.7adff9a3.svg);
}
.rs-logo.rs-logo-sport-25 {
  height: 25px;
  width: 102.60000000000001px;
}
.rs-logo.rs-logo-sport-25.visible {
  background-image: url(../images/logo_sport.7adff9a3.svg);
}
.rs-logo.rs-logo-sport-30 {
  height: 30px;
  width: 123.12px;
}
.rs-logo.rs-logo-sport-30.visible {
  background-image: url(../images/logo_sport.7adff9a3.svg);
}
.rs-logo.rs-logo-sport-35 {
  height: 35px;
  width: 143.64000000000001px;
}
.rs-logo.rs-logo-sport-35.visible {
  background-image: url(../images/logo_sport.7adff9a3.svg);
}
.rs-logo.rs-logo-sport-40 {
  height: 40px;
  width: 164.16px;
}
.rs-logo.rs-logo-sport-40.visible {
  background-image: url(../images/logo_sport.7adff9a3.svg);
}
.rs-logo.rs-logo-sport-45 {
  height: 45px;
  width: 184.68px;
}
.rs-logo.rs-logo-sport-45.visible {
  background-image: url(../images/logo_sport.7adff9a3.svg);
}
.rs-logo.rs-logo-sport-50 {
  height: 50px;
  width: 205.20000000000002px;
}
.rs-logo.rs-logo-sport-50.visible {
  background-image: url(../images/logo_sport.7adff9a3.svg);
}
.rs-logo.rs-logo-zive-5 {
  height: 5px;
  width: 12.18px;
}
.rs-logo.rs-logo-zive-5.visible {
  background-image: url(../images/logo_zive.75404bbc.svg);
}
.rs-logo.rs-logo-zive-10 {
  height: 10px;
  width: 24.36px;
}
.rs-logo.rs-logo-zive-10.visible {
  background-image: url(../images/logo_zive.75404bbc.svg);
}
.rs-logo.rs-logo-zive-15 {
  height: 15px;
  width: 36.54px;
}
.rs-logo.rs-logo-zive-15.visible {
  background-image: url(../images/logo_zive.75404bbc.svg);
}
.rs-logo.rs-logo-zive-20 {
  height: 20px;
  width: 48.72px;
}
.rs-logo.rs-logo-zive-20.visible {
  background-image: url(../images/logo_zive.75404bbc.svg);
}
.rs-logo.rs-logo-zive-25 {
  height: 25px;
  width: 60.9px;
}
.rs-logo.rs-logo-zive-25.visible {
  background-image: url(../images/logo_zive.75404bbc.svg);
}
.rs-logo.rs-logo-zive-30 {
  height: 30px;
  width: 73.08px;
}
.rs-logo.rs-logo-zive-30.visible {
  background-image: url(../images/logo_zive.75404bbc.svg);
}
.rs-logo.rs-logo-zive-35 {
  height: 35px;
  width: 85.25999999999999px;
}
.rs-logo.rs-logo-zive-35.visible {
  background-image: url(../images/logo_zive.75404bbc.svg);
}
.rs-logo.rs-logo-zive-40 {
  height: 40px;
  width: 97.44px;
}
.rs-logo.rs-logo-zive-40.visible {
  background-image: url(../images/logo_zive.75404bbc.svg);
}
.rs-logo.rs-logo-zive-45 {
  height: 45px;
  width: 109.62px;
}
.rs-logo.rs-logo-zive-45.visible {
  background-image: url(../images/logo_zive.75404bbc.svg);
}
.rs-logo.rs-logo-zive-50 {
  height: 50px;
  width: 121.8px;
}
.rs-logo.rs-logo-zive-50.visible {
  background-image: url(../images/logo_zive.75404bbc.svg);
}
.rs-logo.rs-logo-eshop-5 {
  height: 5px;
  width: 34.6875px;
}
.rs-logo.rs-logo-eshop-5.visible {
  background-image: url(../images/eshop.231dab3c.svg);
}
.rs-logo.rs-logo-eshop-10 {
  height: 10px;
  width: 69.375px;
}
.rs-logo.rs-logo-eshop-10.visible {
  background-image: url(../images/eshop.231dab3c.svg);
}
.rs-logo.rs-logo-eshop-15 {
  height: 15px;
  width: 104.0625px;
}
.rs-logo.rs-logo-eshop-15.visible {
  background-image: url(../images/eshop.231dab3c.svg);
}
.rs-logo.rs-logo-eshop-20 {
  height: 20px;
  width: 138.75px;
}
.rs-logo.rs-logo-eshop-20.visible {
  background-image: url(../images/eshop.231dab3c.svg);
}
.rs-logo.rs-logo-eshop-25 {
  height: 25px;
  width: 173.4375px;
}
.rs-logo.rs-logo-eshop-25.visible {
  background-image: url(../images/eshop.231dab3c.svg);
}
.rs-logo.rs-logo-eshop-30 {
  height: 30px;
  width: 208.125px;
}
.rs-logo.rs-logo-eshop-30.visible {
  background-image: url(../images/eshop.231dab3c.svg);
}
.rs-logo.rs-logo-eshop-35 {
  height: 35px;
  width: 242.8125px;
}
.rs-logo.rs-logo-eshop-35.visible {
  background-image: url(../images/eshop.231dab3c.svg);
}
.rs-logo.rs-logo-eshop-40 {
  height: 40px;
  width: 277.5px;
}
.rs-logo.rs-logo-eshop-40.visible {
  background-image: url(../images/eshop.231dab3c.svg);
}
.rs-logo.rs-logo-eshop-45 {
  height: 45px;
  width: 312.1875px;
}
.rs-logo.rs-logo-eshop-45.visible {
  background-image: url(../images/eshop.231dab3c.svg);
}
.rs-logo.rs-logo-eshop-50 {
  height: 50px;
  width: 346.875px;
}
.rs-logo.rs-logo-eshop-50.visible {
  background-image: url(../images/eshop.231dab3c.svg);
}
.rs-logo.rs-logo-plus-5 {
  height: 5px;
  width: 19.705882352941178px;
}
.rs-logo.rs-logo-plus-5.visible {
  background-image: url(../images/plus.860a746a.svg);
}
.rs-logo.rs-logo-plus-10 {
  height: 10px;
  width: 39.411764705882355px;
}
.rs-logo.rs-logo-plus-10.visible {
  background-image: url(../images/plus.860a746a.svg);
}
.rs-logo.rs-logo-plus-15 {
  height: 15px;
  width: 59.117647058823536px;
}
.rs-logo.rs-logo-plus-15.visible {
  background-image: url(../images/plus.860a746a.svg);
}
.rs-logo.rs-logo-plus-20 {
  height: 20px;
  width: 78.82352941176471px;
}
.rs-logo.rs-logo-plus-20.visible {
  background-image: url(../images/plus.860a746a.svg);
}
.rs-logo.rs-logo-plus-25 {
  height: 25px;
  width: 98.52941176470588px;
}
.rs-logo.rs-logo-plus-25.visible {
  background-image: url(../images/plus.860a746a.svg);
}
.rs-logo.rs-logo-plus-30 {
  height: 30px;
  width: 118.23529411764707px;
}
.rs-logo.rs-logo-plus-30.visible {
  background-image: url(../images/plus.860a746a.svg);
}
.rs-logo.rs-logo-plus-35 {
  height: 35px;
  width: 137.94117647058823px;
}
.rs-logo.rs-logo-plus-35.visible {
  background-image: url(../images/plus.860a746a.svg);
}
.rs-logo.rs-logo-plus-40 {
  height: 40px;
  width: 157.64705882352942px;
}
.rs-logo.rs-logo-plus-40.visible {
  background-image: url(../images/plus.860a746a.svg);
}
.rs-logo.rs-logo-plus-45 {
  height: 45px;
  width: 177.3529411764706px;
}
.rs-logo.rs-logo-plus-45.visible {
  background-image: url(../images/plus.860a746a.svg);
}
.rs-logo.rs-logo-plus-50 {
  height: 50px;
  width: 197.05882352941177px;
}
.rs-logo.rs-logo-plus-50.visible {
  background-image: url(../images/plus.860a746a.svg);
}
.rs-logo.rs-logo-hernazona-5 {
  height: 5px;
  width: 47.41379310344827px;
}
.rs-logo.rs-logo-hernazona-5.visible {
  background-image: url(../images/logo_esports.116ccc98.svg);
}
.rs-logo.rs-logo-hernazona-10 {
  height: 10px;
  width: 94.82758620689654px;
}
.rs-logo.rs-logo-hernazona-10.visible {
  background-image: url(../images/logo_esports.116ccc98.svg);
}
.rs-logo.rs-logo-hernazona-15 {
  height: 15px;
  width: 142.24137931034483px;
}
.rs-logo.rs-logo-hernazona-15.visible {
  background-image: url(../images/logo_esports.116ccc98.svg);
}
.rs-logo.rs-logo-hernazona-20 {
  height: 20px;
  width: 189.65517241379308px;
}
.rs-logo.rs-logo-hernazona-20.visible {
  background-image: url(../images/logo_esports.116ccc98.svg);
}
.rs-logo.rs-logo-hernazona-25 {
  height: 25px;
  width: 237.06896551724137px;
}
.rs-logo.rs-logo-hernazona-25.visible {
  background-image: url(../images/logo_esports.116ccc98.svg);
}
.rs-logo.rs-logo-hernazona-30 {
  height: 30px;
  width: 284.48275862068965px;
}
.rs-logo.rs-logo-hernazona-30.visible {
  background-image: url(../images/logo_esports.116ccc98.svg);
}
.rs-logo.rs-logo-hernazona-35 {
  height: 35px;
  width: 331.8965517241379px;
}
.rs-logo.rs-logo-hernazona-35.visible {
  background-image: url(../images/logo_esports.116ccc98.svg);
}
.rs-logo.rs-logo-hernazona-40 {
  height: 40px;
  width: 379.31034482758616px;
}
.rs-logo.rs-logo-hernazona-40.visible {
  background-image: url(../images/logo_esports.116ccc98.svg);
}
.rs-logo.rs-logo-hernazona-45 {
  height: 45px;
  width: 426.7241379310345px;
}
.rs-logo.rs-logo-hernazona-45.visible {
  background-image: url(../images/logo_esports.116ccc98.svg);
}
.rs-logo.rs-logo-hernazona-50 {
  height: 50px;
  width: 474.13793103448273px;
}
.rs-logo.rs-logo-hernazona-50.visible {
  background-image: url(../images/logo_esports.116ccc98.svg);
}
.flag-online {
  background-color: #ce3031;
  border-radius: 11px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  padding: 0 6px;
  top: 0;
}
.flag-online,
.flag-online .circle {
  display: inline-block;
  position: relative;
}
.flag-online .circle {
  animation: blinkingWhiteCircle 2s infinite;
  background-color: #fff;
  border-radius: 50%;
  bottom: 1px;
  height: 4px;
  margin-right: 4px;
  width: 4px;
}
.flag-online.big {
  font-size: 12px;
  line-height: 24px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.flag-online.big .circle {
  bottom: 0;
  height: 7px;
  margin-right: 5px;
  width: 7px;
}
.item-flag {
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  display: inline-block;
  font-size: 0;
  height: 16px;
  line-height: 16px;
  position: relative;
  top: 2px;
  vertical-align: top;
  width: 16px;
}
.item-flag.big {
  height: 22px;
  top: 6px;
  vertical-align: top;
  width: 22px;
}
@media (max-width: 1023px) {
  .item-flag.big {
    top: 1px;
  }
}
.item-flag.video-icon {
  background-image: url(../images/video.70bd79ce.svg);
}
.item-flag.podcast-icon {
  background-image: url(../images/podcast.ce71edab.svg);
}
.article-item-big.top-article .item-title-hp-no-perex .item-flag.big {
  top: 1px;
}
@-moz-keyframes blinkingWhiteCircle {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #fff;
  }
  to {
    background-color: transparent;
  }
}
@-webkit-keyframes blinkingWhiteCircle {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #fff;
  }
  to {
    background-color: transparent;
  }
}
@-o-keyframes blinkingWhiteCircle {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #fff;
  }
  to {
    background-color: transparent;
  }
}
@keyframes blinkingWhiteCircle {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #fff;
  }
  to {
    background-color: transparent;
  }
}
#ad-aktuality-responsive-sticky {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 150;
}
#ad-aktuality-responsive-sticky .rs-advertisement-aktuality-responsive-sticky {
  background-color: #2b3138;
}
.mobile-ads {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .mobile-ads {
    display: none;
  }
}
body .jw-flag-floating .jw-wrapper {
  z-index: 990;
}
.section-row-1 {
  grid-row-start: 1;
}
.section-row-2 {
  grid-row-start: 2;
}
.section-row-3 {
  grid-row-start: 3;
}
.section-row-4 {
  grid-row-start: 4;
}
.section-row-5 {
  grid-row-start: 5;
}
.section-row-6 {
  grid-row-start: 6;
}
.section-row-7 {
  grid-row-start: 7;
}
.section-row-8 {
  grid-row-start: 8;
}
.section-row-9 {
  grid-row-start: 9;
}
.section-row-10 {
  grid-row-start: 10;
}
.section-row-11 {
  grid-row-start: 11;
}
.section-row-12 {
  grid-row-start: 12;
}
.section-row-13 {
  grid-row-start: 13;
}
.section-row-14 {
  grid-row-start: 14;
}
.section-row-15 {
  grid-row-start: 15;
}
.section-row-16 {
  grid-row-start: 16;
}
.section-row-17 {
  grid-row-start: 17;
}
.section-row-18 {
  grid-row-start: 18;
}
.section-row-19 {
  grid-row-start: 19;
}
.section-row-20 {
  grid-row-start: 20;
}
.section-row-21 {
  grid-row-start: 21;
}
.section-row-22 {
  grid-row-start: 22;
}
.section-row-23 {
  grid-row-start: 23;
}
.section-row-24 {
  grid-row-start: 24;
}
.section-row-25 {
  grid-row-start: 25;
}
.section-row-26 {
  grid-row-start: 26;
}
.section-row-27 {
  grid-row-start: 27;
}
.section-row-28 {
  grid-row-start: 28;
}
.section-row-29 {
  grid-row-start: 29;
}
.section-row-30 {
  grid-row-start: 30;
}
.section-row-end--1 {
  grid-row-end: -1;
}
.section-row-end-0 {
  grid-row-end: 0;
}
.section-row-end-1 {
  grid-row-end: 1;
}
.section-row-end-2 {
  grid-row-end: 2;
}
.section-row-end-3 {
  grid-row-end: 3;
}
.section-row-end-4 {
  grid-row-end: 4;
}
.section-row-end-5 {
  grid-row-end: 5;
}
.section-row-end-6 {
  grid-row-end: 6;
}
.section-row-end-7 {
  grid-row-end: 7;
}
.section-row-end-8 {
  grid-row-end: 8;
}
.section-row-end-9 {
  grid-row-end: 9;
}
.section-row-end-10 {
  grid-row-end: 10;
}
.section-row-end-11 {
  grid-row-end: 11;
}
.section-row-end-12 {
  grid-row-end: 12;
}
.section-row-end-13 {
  grid-row-end: 13;
}
.section-row-end-14 {
  grid-row-end: 14;
}
.section-row-end-15 {
  grid-row-end: 15;
}
.section-row-end-16 {
  grid-row-end: 16;
}
.section-row-end-17 {
  grid-row-end: 17;
}
.section-row-end-18 {
  grid-row-end: 18;
}
.section-row-end-19 {
  grid-row-end: 19;
}
.section-row-end-20 {
  grid-row-end: 20;
}
.section-row-end-21 {
  grid-row-end: 21;
}
.section-row-end-22 {
  grid-row-end: 22;
}
.section-row-end-23 {
  grid-row-end: 23;
}
.section-row-end-24 {
  grid-row-end: 24;
}
.section-row-end-25 {
  grid-row-end: 25;
}
.section-row-end-26 {
  grid-row-end: 26;
}
.section-row-end-27 {
  grid-row-end: 27;
}
.section-row-end-28 {
  grid-row-end: 28;
}
.section-row-end-29 {
  grid-row-end: 29;
}
.section-row-end-30 {
  grid-row-end: 30;
}
.section-col-1 {
  grid-col: 1;
}
.section-col-2 {
  grid-col: 2;
}
@media (max-width: 767px) {
  .section-order--3 {
    order: -30;
  }
  .section-order--2 {
    order: -20;
  }
  .section-order--1 {
    order: -10;
  }
  .section-order-0 {
    order: 0;
  }
  .section-order-1 {
    order: 10;
  }
  .section-order-2 {
    order: 20;
  }
  .section-order-3 {
    order: 30;
  }
  .section-order-4 {
    order: 40;
  }
  .section-order-5 {
    order: 50;
  }
  .section-order-6 {
    order: 60;
  }
  .section-order-7 {
    order: 70;
  }
  .section-order-8 {
    order: 80;
  }
  .section-order-9 {
    order: 90;
  }
  .section-order-10 {
    order: 100;
  }
  .section-order-11 {
    order: 110;
  }
  .section-order-12 {
    order: 120;
  }
  .section-order-13 {
    order: 130;
  }
  .section-order-14 {
    order: 140;
  }
  .section-order-15 {
    order: 150;
  }
  .section-order-16 {
    order: 160;
  }
  .section-order-17 {
    order: 170;
  }
  .section-order-18 {
    order: 180;
  }
  .section-order-19 {
    order: 190;
  }
  .section-order-20 {
    order: 200;
  }
  .section-order-21 {
    order: 210;
  }
  .section-order-22 {
    order: 220;
  }
  .section-order-23 {
    order: 230;
  }
  .section-order-24 {
    order: 240;
  }
  .section-order-25 {
    order: 250;
  }
  .section-order-26 {
    order: 260;
  }
  .section-order-27 {
    order: 270;
  }
  .section-order-28 {
    order: 280;
  }
  .section-order-29 {
    order: 290;
  }
  .section-order-30 {
    order: 300;
  }
}
@font-face {
  font-family: aktuality-new;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/aktuality-new.60bc01e1.eot);
  src: url(../fonts/aktuality-new.60bc01e1.eot#iefix) format('embedded-opentype'),
    url(../fonts/aktuality-new.79d68cb7.woff) format('woff'),
    url(../fonts/aktuality-new.8f46f790.ttf) format('truetype'),
    url(../images/aktuality-new.5beac29f.svg#aktuality-new) format('svg');
}
[data-icon]:before {
  content: attr(data-icon);
  font-family: aktuality-new !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 400 !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*=' icon-']:before,
[class^='icon-']:before {
  font-family: aktuality-new !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 400 !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-aktuality-tag:before {
  content: '\61';
}
.icon-arrow-down:before {
  content: '\62';
}
.icon-arrow-input:before {
  content: '\63';
}
.icon-arrow-right:before {
  content: '\64';
}
.icon-calendar:before {
  content: '\65';
}
.icon-camera:before {
  content: '\66';
}
.icon-close:before {
  content: '\67';
}
.icon-diss-bubble:before {
  content: '\68';
}
.icon-external-icon:before {
  content: '\69';
}
.icon-facebook:before {
  content: '\6a';
}
.icon-information:before {
  content: '\6b';
}
.icon-plus-sign:before {
  content: '\6c';
}
.icon-question:before {
  content: '\6d';
}
.icon-quote:before {
  content: '\6e';
}
.icon-search:before {
  content: '\6f';
}
.icon-twitter:before {
  content: '\70';
}
.icon-vplay:before {
  content: '\71';
}
.icon-arrow-left:before {
  content: '\72';
}
.icon-person:before {
  content: '\73';
}
.icon-alt-menu:before {
  content: '\74';
}
.icon-podcast:before {
  content: '\75';
}
.icon-lock:before {
  content: '\76';
}
.icon-menu:before {
  content: '\77';
}
.icon-tv:before {
  content: '\78';
}
.icon-microphone:before {
  content: '\79';
}
.icon-char-a:before {
  content: '\7a';
}
.icon-star:before {
  content: '\41';
}
.icon-back:before {
  content: '\42';
}
.icon-star-yellow:before {
  content: '\43';
}
.icon-left-arrow:before {
  content: '\44';
}
.icon-right-arrow-bold:before {
  content: '\45';
}
.icon-left-arrow-bold:before {
  content: '\46';
}
@font-face {
  font-family: FontAktuality;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/FontAktuality.a65d5bf6.eot);
  src: url(../fonts/FontAktuality.a65d5bf6.eot#iefix) format('eot'),
    url(../fonts/FontAktuality.9ec7a1eb.woff2) format('woff2'), url(../fonts/FontAktuality.aa6d09eb.woff) format('woff'),
    url(../fonts/FontAktuality.9f0ac758.ttf) format('truetype'),
    url(../images/FontAktuality.3114e128.svg#FontAktuality) format('svg');
}
.aktuality-icon,
.aktuality-icon-after:after,
.aktuality-icon-before:before {
  display: inline-block;
  font-family: FontAktuality;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.aktuality-icon-after.aktuality-icon-lg:after,
.aktuality-icon-before.aktuality-icon-lg:before,
.aktuality-icon.aktuality-icon-lg {
  font-size: 1.333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.aktuality-icon-after.aktuality-icon-2x:after font-size,
.aktuality-icon-after.aktuality-icon-3x:after font-size,
.aktuality-icon-after.aktuality-icon-4x:after font-size,
.aktuality-icon-after.aktuality-icon-5x:after font-size,
.aktuality-icon-after.aktuality-icon-fw:after,
.aktuality-icon-before.aktuality-icon-2x:before,
.aktuality-icon-before.aktuality-icon-3x:before,
.aktuality-icon-before.aktuality-icon-4x:before,
.aktuality-icon-before.aktuality-icon-5x:before,
.aktuality-icon-before.aktuality-icon-fw:before,
.aktuality-icon.aktuality-icon-2x,
.aktuality-icon.aktuality-icon-3x,
.aktuality-icon.aktuality-icon-4x,
.aktuality-icon.aktuality-icon-5x,
.aktuality-icon.aktuality-icon-fw {
  text-align: center;
  width: 1.285714285714286em;
}
.aktuality-icon-lock-after:after,
.aktuality-icon-lock-before:before,
.aktuality-icon-lock:before {
  content: '\EA01';
}
.aktuality-icon-unlock-after:after,
.aktuality-icon-unlock-before:before,
.aktuality-icon-unlock:before {
  content: '\EA02';
}
@font-face {
  font-display: block;
  font-family: Heuristica;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Heuristica-Regular.8fdb5ead.woff) format('woff');
}
@font-face {
  font-display: block;
  font-family: Heuristica;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Heuristica-Bold.55b9845a.woff) format('woff');
}
@font-face {
  font-display: block;
  font-family: Heuristica;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/Heuristica-Italic.bf25fc47.woff) format('woff');
}
@font-face {
  font-display: block;
  font-family: Heuristica;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/Heuristica-BoldItalic.a192c601.woff) format('woff');
}
@font-face {
  font-display: block;
  font-family: PT Sans;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/PT_Sans-Web-Regular.449e22fc_1.woff) format('woff');
}
@font-face {
  font-display: block;
  font-family: PT Sans;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/PT_Sans-Web-Bold.76b899c1_1.woff) format('woff');
}
@font-face {
  font-display: block;
  font-family: PT Sans;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/PT_Sans-Web-Italic.9b642fb4.woff) format('woff');
}
@font-face {
  font-display: block;
  font-family: PT Sans;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/PT_Sans-Web-BoldItalic.84cef43a.woff) format('woff');
}
header.header-container {
  background-color: #fff;
  line-height: 26px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1001;
}
header.header-container .header-wrapper {
  align-items: center;
  background-color: #fff;
  height: 65px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1440px;
  min-width: 0;
  padding: 0 1.5%;
}
@media (max-width: 1023px) {
  header.header-container .header-wrapper {
    height: 60px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  header.header-container .header-wrapper {
    justify-content: space-between;
    padding: 0 10px;
  }
}
header.header-container .header-wrapper .menu-dropdown {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  cursor: pointer;
  display: none;
  height: 32px;
  left: 10px;
  padding: 8px 6px;
  position: absolute;
  width: 32px;
}
@media (max-width: 1023px) {
  header.header-container .header-wrapper .menu-dropdown {
    display: block;
  }
}
@media (max-width: 767px) {
  header.header-container .header-wrapper .menu-dropdown {
    left: 0;
    position: relative;
    top: auto;
    transform: none;
  }
}
header.header-container .header-wrapper .menu-dropdown .menu-icon {
  background-image: url(../images/hamburger.b47e9395.svg);
  background-repeat: no-repeat;
  height: 15px;
  pointer-events: none;
  width: 15px;
}
header.header-container .header-wrapper .header-logo-wrapper {
  flex-shrink: 0;
  font-size: 0;
  padding-right: 30px;
}
header.header-container .header-wrapper .header-logo-wrapper .rs-logo {
  background-position: 50%;
  display: block;
}
@media (max-width: 767px) {
  header.header-container .header-wrapper .header-logo-wrapper .rs-logo {
    height: auto;
    max-width: 127px;
  }
}
@media (max-width: 1023px) {
  header.header-container .header-wrapper .header-logo-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  header.header-container .header-wrapper .header-logo-wrapper {
    margin-right: 85px;
  }
}
header.header-container .header-wrapper .flex-wrapper {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  min-width: 0;
}
@media (max-width: 767px) {
  header.header-container .header-wrapper .flex-wrapper {
    display: none;
  }
}
header.header-container .header-wrapper .main-menu-wrapper {
  align-items: center;
  display: flex;
  white-space: nowrap;
}
header.header-container .header-wrapper .main-menu-wrapper .menu-item {
  align-items: center;
  display: flex;
  padding: 0 12px;
  position: relative;
}
header.header-container .header-wrapper .main-menu-wrapper .menu-item .menu-link {
  cursor: pointer;
  display: block;
  font-size: 0;
  position: relative;
  text-transform: uppercase;
}
header.header-container .header-wrapper .main-menu-wrapper .menu-item .menu-link .text {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
}
header.header-container .header-wrapper .main-menu-wrapper .menu-item .menu-link .arrow-down-icon {
  background-image: url(../images/arrow-down.b48380d7_1.svg);
  display: none;
  height: 6px;
  margin-left: 3px;
  position: relative;
  top: 10px;
  vertical-align: top;
  width: 11px;
}
header.header-container .header-wrapper .main-menu-wrapper .menu-item .menu-link .triangle {
  bottom: -80%;
  display: none;
  left: 50%;
  transform: translateX(-70%);
}
header.header-container .header-wrapper .main-menu-wrapper .menu-item .menu-link.active .arrow-down-icon {
  transform: rotate(180deg);
}
header.header-container .header-wrapper .main-menu-wrapper .menu-item .menu-link.active .triangle {
  display: block;
}
header.header-container .header-wrapper .main-menu-wrapper .menu-item .menu-link.more .arrow-down-icon {
  display: inline-block;
}
header.header-container .header-wrapper .main-menu-wrapper .menu-item .menu-link:active,
header.header-container .header-wrapper .main-menu-wrapper .menu-item .menu-link:hover {
  text-decoration: none;
}
header.header-container .header-wrapper .main-menu-wrapper .menu-item .menu-link:active .text,
header.header-container .header-wrapper .main-menu-wrapper .menu-item .menu-link:hover .text {
  text-decoration: underline;
}
@media (min-width: 1440px) {
  header.header-container .header-wrapper .main-menu-wrapper .menu-item {
    padding: 0 18px;
  }
}
header.header-container .header-wrapper .header-premium-button-container #tp-header-btn-template {
  height: 35px;
  overflow: hidden;
  width: 128px;
}
header.header-container .header-wrapper .header-premium-button-container #tp-header-btn-template .tp-container-inner {
  height: 35px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  header.header-container .header-wrapper .header-premium-button-container {
    margin-top: 0;
    position: absolute;
    right: 120px;
  }
}
@media (max-width: 767px) {
  header.header-container .header-wrapper .header-premium-button-container {
    right: 50px;
  }
  header.header-container .header-wrapper .header-premium-button-container #tp-header-btn-template {
    width: 85px;
  }
}
header.header-container .header-wrapper .right-menu-wrapper {
  flex-shrink: 0;
  height: 35px;
  padding-left: 20px;
  width: 134px;
}
@media (max-width: 1023px) {
  header.header-container .header-wrapper .right-menu-wrapper {
    height: auto;
    padding-left: 0;
    position: absolute;
    right: 10px;
    width: auto;
  }
}
@media (max-width: 767px) {
  header.header-container .header-wrapper .right-menu-wrapper {
    position: relative;
    right: 0;
  }
}
.header-payment-button-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .header-payment-button-wrapper {
    display: block;
    margin-top: 4px;
  }
}
@media (max-width: 1023px) {
  .header-payment-button-wrapper {
    margin-top: 0;
    position: absolute;
    right: 142px;
  }
}
.header-payment-button-wrapper .header-payment-button {
  background-color: #ce3031;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 700;
  height: 35px;
  line-height: 35px;
  pointer-events: auto;
  text-align: center;
  text-decoration: none;
  width: 112px;
}
header .more-item-wrapper {
  padding: 0 11.5px;
  position: relative;
}
header .more-item-wrapper .menu-link {
  color: #000;
  cursor: pointer;
  display: none;
  font-size: 0;
  min-width: 45px;
  text-transform: uppercase;
  vertical-align: top;
}
header .more-item-wrapper .menu-link .text {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
}
header .more-item-wrapper .menu-link .arrow-down-icon {
  background-image: url(../images/arrow-down.b48380d7_1.svg);
  display: inline-block;
  height: 6px;
  margin-left: 3px;
  position: relative;
  top: 10px;
  vertical-align: top;
  width: 11px;
}
header .more-item-wrapper .menu-link.show {
  display: inline-block;
}
header .more-item-wrapper .menu-link.active .arrow-down-icon {
  transform: rotate(180deg);
}
header .more-item-wrapper .menu-link:active,
header .more-item-wrapper .menu-link:hover {
  text-decoration: none;
}
header .more-item-wrapper .menu-link:active .text,
header .more-item-wrapper .menu-link:hover .text {
  text-decoration: underline;
}
header .more-item-wrapper .submenu-wrapper {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  left: -40px;
  padding: 10px 15px;
  position: absolute;
  top: 30px;
  visibility: hidden;
  width: 150px;
  z-index: 300;
}
header .more-item-wrapper .submenu-wrapper .menu-item {
  padding: 5px 0;
}
header .more-item-wrapper .submenu-wrapper .menu-item .menu-link {
  display: block;
}
header .more-item-wrapper .submenu-wrapper .menu-item .menu-link .icon-arrow-down {
  display: none;
}
header .more-item-wrapper .submenu-wrapper.active {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-name: pulseIn;
  animation-timing-function: ease-in;
}
@media (max-width: 1023px) {
  header .more-item-wrapper .submenu-wrapper.active {
    top: -200px;
    visibility: hidden;
  }
}
@-webkit-keyframes pulseIn {
  0% {
    opacity: 0;
    visibility: visible;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
header.header-container .menu-container {
  background: linear-gradient(90deg, #2b3138, #353d45 75%);
  height: 35px;
}
header.header-container .menu-container .menu-wrapper {
  align-items: center;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  min-width: 0;
}
header.header-container .menu-container .menu-wrapper .menu-list {
  align-items: center;
  display: flex;
  height: 100%;
}
header.header-container .menu-container .menu-wrapper .menu-list.manual-list .menu-item {
  min-width: 0;
}
header.header-container .menu-container .menu-wrapper .menu-list.manual-list .menu-item:first-child {
  padding-left: 0;
}
header.header-container .menu-container .menu-wrapper .menu-list.manual-list .menu-item:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  header.header-container .menu-container .menu-wrapper .menu-list.manual-list .menu-item {
    white-space: nowrap;
  }
  header.header-container .menu-container .menu-wrapper .menu-list.manual-list .menu-item:first-child {
    flex: 0 0 auto;
  }
}
@media (max-width: 1023px) {
  header.header-container .menu-container .menu-wrapper .menu-list.manual-list {
    flex-grow: 1;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  header.header-container .menu-container .menu-wrapper .menu-list.manual-list {
    overflow: hidden;
    padding-left: 0;
  }
}
header.header-container .menu-container .menu-wrapper .menu-list.utils-list {
  background-color: #353d45;
}
@media (max-width: 767px) {
  header.header-container .menu-container .menu-wrapper .menu-list.utils-list {
    display: none;
  }
}
header.header-container .menu-container .menu-wrapper .menu-list.utils-list .menu-item:first-of-type {
  border-left: 1px solid #525f6d;
  margin-left: 12px;
}
@media (max-width: 767px) {
  header.header-container .menu-container .menu-wrapper .menu-list {
    flex-grow: 1;
  }
  header.header-container .menu-container .menu-wrapper .menu-list .menu-item .menu-link .text {
    font-size: 12px;
  }
}
header.header-container .menu-container .menu-wrapper .menu-list .menu-item {
  align-items: center;
  border-left: 1px solid #525f6d;
  display: flex;
  padding: 0 12px;
}
header.header-container .menu-container .menu-wrapper .menu-list .menu-item .plus-link {
  background-color: #ce3031;
  border-radius: 2.5px;
  color: #fff;
  display: block;
  font-size: 0;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 57px;
}
header.header-container .menu-container .menu-wrapper .menu-list .menu-item .plus-link .plus-sign-icon {
  background-image: url(../images/plus-sign.f6bb0be6.svg);
  height: 10px;
  margin-bottom: 1px;
  margin-right: 4px;
  vertical-align: middle;
  width: 10px;
}
header.header-container .menu-container .menu-wrapper .menu-list .menu-item .plus-link .text {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  vertical-align: middle;
}
header.header-container .menu-container .menu-wrapper .menu-list .menu-item .plus-link .text:hover {
  text-decoration: underline;
}
header.header-container .menu-container .menu-wrapper .menu-list .menu-item .menu-link {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 0;
  font-weight: 700;
  line-height: 15px;
  min-width: 0;
  position: relative;
}
header.header-container .menu-container .menu-wrapper .menu-list .menu-item .menu-link .menu-icon {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
header.header-container .menu-container .menu-wrapper .menu-list .menu-item .menu-link .menu-icon.aktuality-tag-icon {
  background-image: url(../images/aktuality_tag_red.69645bd5.svg);
  height: 10px;
  width: 7px;
}
header.header-container .menu-container .menu-wrapper .menu-list .menu-item .menu-link .menu-icon.char-a-icon {
  background-image: url(../images/char-a.ef06c0fe.svg);
  height: 10px;
  width: 7px;
}
header.header-container .menu-container .menu-wrapper .menu-list .menu-item .menu-link .menu-icon.microphone-icon {
  background-image: url(../images/microphone.a4bee315.svg);
  height: 13px;
  width: 9px;
}
header.header-container .menu-container .menu-wrapper .menu-list .menu-item .menu-link .menu-icon.tv-icon {
  background-image: url(../images/tv.21a9feaf.svg);
  height: 13px;
  width: 14px;
}
header.header-container .menu-container .menu-wrapper .menu-list .menu-item .menu-link .menu-icon.star-icon {
  background-image: url(../images/star.f630bd8e.svg);
  height: 14px;
  width: 14px;
}
header.header-container .menu-container .menu-wrapper .menu-list .menu-item .menu-link .menu-icon.camera-icon {
  background-image: url(../images/camera.0f729ed9.svg);
  height: 8px;
  width: 13px;
}
header.header-container .menu-container .menu-wrapper .menu-list .menu-item .menu-link .circle {
  background-color: #ce3031;
  border-radius: 50%;
  display: none;
  height: 6px;
  margin-right: 6px;
  vertical-align: middle;
  width: 6px;
}
header.header-container .menu-container .menu-wrapper .menu-list .menu-item .menu-link .text {
  display: inline-block;
  font-size: 13px;
  margin-bottom: -1px;
  vertical-align: bottom;
}
header.header-container .menu-container .menu-wrapper .menu-list .menu-item .menu-link .text:hover {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  header.header-container .menu-container .menu-wrapper .menu-list .menu-item.hide-desktop-item {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1219px) {
  header.header-container .menu-container .menu-wrapper .menu-list .menu-item.hide-only-desktop {
    display: none;
  }
}
header.header-container .menu-container .menu-wrapper .menu-list .menu-item:first-of-type .menu-link .circle {
  display: inline-block;
}
header.header-container .menu-container .menu-wrapper .menu-list .menu-item:first-of-type {
  border-left: 0;
}
header.header-container .menu-container .menu-wrapper .menu-list .menu-item.search {
  margin-left: 30px;
}
header.header-container .menu-container .menu-wrapper .menu-list .menu-item.search .search-icon {
  content: url(../images/search.1d1b3255.png);
  height: 13px;
  width: 13px;
}
header.header-container .menu-container .menu-wrapper .menu-list .menu-item.search .search-icon:hover {
  text-decoration: none;
}
.shifted-slide-menu {
  background-color: rgba(30, 34, 39, 0.85);
  height: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  z-index: 200;
}
.shifted-slide-menu .scroll-area {
  height: 100%;
  overflow-y: auto;
}
.shifted-slide-menu .icon-wrapper {
  background-color: #ce3031;
  border-radius: 50%;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  position: fixed;
  right: 100%;
  text-align: center;
  top: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 32px;
  z-index: 300;
}
.shifted-slide-menu .icon-wrapper .icon-close {
  color: #fff;
  display: block;
  font-size: 11px;
}
.shifted-slide-menu .icon-wrapper .icon-close:before {
  line-height: 32px;
}
.shifted-slide-menu.menu-active {
  transform: translateX(0);
}
.shifted-slide-menu.menu-active .icon-wrapper {
  right: 20px;
}
.shifted-slide-menu .shifted-search-wrapper {
  left: 0;
  position: fixed;
  top: 0;
  width: 260px;
  z-index: 2;
}
.shifted-slide-menu .shifted-search-wrapper .menu-item {
  background-color: #fff;
}
.shifted-slide-menu .shifted-search-wrapper .menu-item .search-link {
  align-items: center;
  cursor: pointer;
  display: flex;
  line-height: 16px;
  margin: 0 30px;
  padding: 12px 0;
  position: relative;
}
.shifted-slide-menu .shifted-search-wrapper .menu-item .search-link .utils-icon {
  color: #7f8c9b;
  font-size: 12px;
}
.shifted-slide-menu .shifted-search-wrapper .menu-item .search-link .utils-icon.search-icon {
  content: url(../images/search.ed5c1504.svg);
  height: 13px;
  width: 13px;
}
.shifted-slide-menu .shifted-search-wrapper .menu-item .search-link .text {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
}
.shifted-slide-menu .shifted-body {
  background-color: #2b3138;
  height: 100%;
  margin-top: 40px;
  position: relative;
  width: 260px;
}
.shifted-slide-menu .shifted-body .menu-wrapper {
  background-color: #fff;
}
.shifted-slide-menu .shifted-body .menu-wrapper .menu-list .menu-item .menu-link {
  border-top: 1px solid #dbdbdb;
  cursor: pointer;
  display: block;
  margin: 0 30px;
  padding: 12px 0;
  position: relative;
}
.shifted-slide-menu .shifted-body .menu-wrapper .menu-list .menu-item .menu-link .arrow-down-icon {
  background-image: url(../images/arrow-down.b48380d7_1.svg);
  display: none;
  height: 6px;
  margin-left: 3px;
  position: absolute;
  right: 0;
  top: 20px;
  width: 11px;
}
.shifted-slide-menu .shifted-body .menu-wrapper .menu-list .menu-item .menu-link .triangle {
  bottom: -2px;
  display: none;
  left: 30px;
}
.shifted-slide-menu .shifted-body .menu-wrapper .menu-list .menu-item .menu-link .text {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}
.shifted-slide-menu .shifted-body .menu-wrapper .menu-list .menu-item .menu-link.more .arrow-down-icon {
  display: block;
}
.shifted-slide-menu .shifted-body .menu-wrapper .menu-list .menu-item .menu-link.more.active .arrow-down-icon {
  top: 20px;
  transform: rotate(180deg);
}
.shifted-slide-menu .shifted-body .menu-wrapper .menu-list .menu-item .menu-link.more.active .triangle {
  display: block;
}
.shifted-slide-menu .shifted-body .manual-list {
  background-color: #2b3138;
  padding-top: 20px;
}
.shifted-slide-menu .shifted-body .manual-list .list-item {
  padding: 0 30px 20px;
}
.shifted-slide-menu .shifted-body .manual-list .list-item .link {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  padding-left: 12px;
  position: relative;
}
.shifted-slide-menu .shifted-body .manual-list .list-item .circle {
  background-color: #ce3031;
  border-radius: 50%;
  display: none;
  height: 6px;
  left: 0;
  position: absolute;
  top: 5px;
  vertical-align: middle;
  width: 6px;
}
.shifted-slide-menu .shifted-body .manual-list .list-item:first-of-type .link .circle {
  display: inline-block;
}
.shifted-slide-menu .shifted-body .utils-list {
  background-color: #353d45;
  padding: 20px 30px 17px;
}
.shifted-slide-menu .shifted-body .utils-list .menu-item {
  padding-bottom: 15px;
}
.shifted-slide-menu .shifted-body .utils-list .menu-item .utils-link {
  display: block;
  line-height: 16px;
}
.shifted-slide-menu .shifted-body .utils-list .menu-item .utils-link .utils-icon {
  display: inline-block;
  vertical-align: top;
}
.shifted-slide-menu .shifted-body .utils-list .menu-item .utils-link .utils-icon.aktuality-tag-icon {
  background-image: url(../images/aktuality_tag_red.69645bd5.svg);
  height: 10px;
  width: 7px;
}
.shifted-slide-menu .shifted-body .utils-list .menu-item .utils-link .utils-icon.plus-sign-icon {
  background-image: url(../images/plus-sign_red.ade4ebaa.svg);
  height: 10px;
  width: 10px;
}
.shifted-slide-menu .shifted-body .utils-list .menu-item .utils-link .utils-icon.char-a-icon {
  background-image: url(../images/char-a.ef06c0fe.svg);
  height: 11px;
  width: 14px;
}
.shifted-slide-menu .shifted-body .utils-list .menu-item .utils-link .utils-icon.microphone-icon {
  background-image: url(../images/microphone.a4bee315.svg);
  height: 13px;
  width: 9px;
}
.shifted-slide-menu .shifted-body .utils-list .menu-item .utils-link .utils-icon.tv-icon {
  background-image: url(../images/tv.21a9feaf.svg);
  height: 13px;
  width: 14px;
}
.shifted-slide-menu .shifted-body .utils-list .menu-item .utils-link .utils-icon.star-icon {
  background-image: url(../images/star.f630bd8e.svg);
  height: 14px;
  width: 14px;
}
.shifted-slide-menu .shifted-body .utils-list .menu-item .utils-link .utils-icon.camera-icon {
  background-image: url(../images/camera.0f729ed9.svg);
  height: 8px;
  width: 13px;
}
.shifted-slide-menu .shifted-body .utils-list .menu-item .utils-link .text {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
  vertical-align: top;
}
.shifted-slide-menu .shifted-body .utils-list .menu-item:last-of-type {
  padding-bottom: 0;
}
.shifted-slide-menu .shifted-body .product-list {
  background-color: #2b3138;
  padding: 20px 0;
}
.shifted-slide-menu .shifted-body .product-list .product-item {
  padding: 0 30px 5px;
}
.shifted-slide-menu .shifted-body .product-list .product-item .link {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
}
.shifted-slide-menu .shifted-body .product-list .product-item.first {
  color: #7f7f7f;
  font-size: 12px;
}
header .temy-menu-container {
  background-color: #2b3138;
  display: none;
  height: 240px;
  left: 0;
  padding: 20px 0 30px;
  position: absolute;
  top: 65px;
  width: 100%;
}
header .temy-menu-container.active {
  display: block;
}
@media (max-width: 1023px) {
  header .temy-menu-container.active {
    display: none;
  }
}
header .temy-menu-container .topic-menu-wrapper {
  align-items: center;
  justify-content: space-evenly;
}
header .temy-menu-container .topic-menu-wrapper .top-topic-wrapper .image-wrapper {
  position: relative;
  width: 330px;
}
header .temy-menu-container .topic-menu-wrapper .top-topic-wrapper .image-wrapper .overlay-gradient {
  background-image: linear-gradient(180deg, rgba(86, 95, 105, 0.27) -17%, #2b3138);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
header .temy-menu-container .topic-menu-wrapper .top-topic-wrapper .image-wrapper .topic-title {
  bottom: 20px;
  color: #fff;
  font-size: 18px;
  left: 20px;
  line-height: 24px;
  position: absolute;
  text-transform: uppercase;
}
header .temy-menu-container .topic-menu-wrapper .topic-menu-section {
  height: 200px;
  vertical-align: top;
}
header .temy-menu-container .topic-menu-wrapper .topic-menu-section .title {
  color: #95a6ba;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
}
header .temy-menu-container .topic-menu-wrapper .topic-menu-section .topic-menu-list {
  border-top: 1px solid #90a1b4;
  font-size: 0;
  padding-top: 15px;
}
header .temy-menu-container .topic-menu-wrapper .topic-menu-section .topic-menu-list .list-item {
  display: block;
  padding: 10px 0;
}
header .temy-menu-container .topic-menu-wrapper .topic-menu-section .topic-menu-list .list-item .link {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
header .temy-menu-container .topic-menu-wrapper .topic-menu-section .topic-menu-list .list-item .link .more-icon {
  background-image: url(../images/aktuality_tag.7074c130.svg);
  display: none;
  height: 8px;
  margin-left: 4px;
  margin-top: 5px;
  vertical-align: top;
  width: 8px;
}
header
  .temy-menu-container
  .topic-menu-wrapper
  .topic-menu-section
  .topic-menu-list
  .list-item
  .link
  .more-icon.more-visible {
  display: inline-block;
}
header .temy-menu-container .topic-menu-wrapper .other-section {
  width: 400px;
}
header .temy-menu-container .topic-menu-wrapper .other-section .topic-menu-list .list-item {
  display: inline-block;
  width: 50%;
}
@media (max-width: 1023px) {
  header #ham-temy-menu-container .temy-menu-container {
    height: auto;
    left: 0;
    padding: 20px 30px 0;
    position: static;
    top: 0;
  }
  header #ham-temy-menu-container .temy-menu-container.active {
    display: block;
  }
  header #ham-temy-menu-container .temy-menu-container .topic-menu-wrapper {
    align-items: normal;
    flex-flow: column;
    justify-content: normal;
    padding: 0;
  }
  header #ham-temy-menu-container .temy-menu-container .topic-menu-wrapper .topic-menu-section {
    height: auto;
    margin-bottom: 20px;
    width: 100%;
  }
  header #ham-temy-menu-container .temy-menu-container .topic-menu-wrapper .topic-menu-section .topic-menu-list {
    padding-top: 15px;
  }
  header #ham-temy-menu-container .temy-menu-container .topic-menu-wrapper .other-section .topic-menu-list .list-item {
    display: block;
    width: auto;
  }
  header #ham-temy-menu-container .temy-menu-container .topic-menu-wrapper .top-topic-wrapper .image-wrapper {
    height: 103px;
    width: 198px;
  }
}
header .regiony-menu-container {
  background-color: #2b3138;
  color: #fff;
  display: none;
  left: 0;
  padding: 15px 20px 0;
  position: absolute;
  text-transform: uppercase;
  top: 65px;
  width: 100%;
}
header .regiony-menu-container.active {
  display: block;
}
@media (max-width: 1023px) {
  header .regiony-menu-container.active {
    display: none;
  }
}
header .regiony-menu-container .regions-wrapper {
  border-bottom: 1px solid #3f4850;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1220px;
  padding-bottom: 10px;
}
header .regiony-menu-container .regions-wrapper .region {
  color: inherit;
  min-height: 100px;
  min-width: 70px;
  padding: 0 15px;
  position: relative;
}
@media (max-width: 1023px) {
  header .regiony-menu-container .regions-wrapper .region {
    flex-basis: 50%;
    padding: 0;
    text-decoration: none;
  }
}
header .regiony-menu-container .regions-wrapper .region.current,
header .regiony-menu-container .regions-wrapper .region:focus,
header .regiony-menu-container .regions-wrapper .region:hover {
  background-color: #21272b;
}
header .regiony-menu-container .regions-wrapper .region .region-icon {
  filter: brightness(0.75);
  height: 65px;
  width: 100%;
}
header .regiony-menu-container .regions-wrapper .region .region-icon.banska-bystrica {
  background: url(../images/banska-bystrica.1c28905b.svg) no-repeat center 10px;
}
header .regiony-menu-container .regions-wrapper .region .region-icon.bratislava {
  background: url(../images/bratislava.d26336d6.svg) no-repeat center 10px;
}
header .regiony-menu-container .regions-wrapper .region .region-icon.kosice {
  background: url(../images/kosice.d0d8eff0.svg) no-repeat center 10px;
}
header .regiony-menu-container .regions-wrapper .region .region-icon.nitra {
  background: url(../images/nitra.d20c591e.svg) no-repeat center 10px;
}
header .regiony-menu-container .regions-wrapper .region .region-icon.presov {
  background: url(../images/presov.fd0b0c78.svg) no-repeat center 10px;
}
header .regiony-menu-container .regions-wrapper .region .region-icon.trencin {
  background: url(../images/trencin.9f6be819.svg) no-repeat center 10px;
}
header .regiony-menu-container .regions-wrapper .region .region-icon.trnava {
  background: url(../images/trnava.469bcebb.svg) no-repeat center 10px;
}
header .regiony-menu-container .regions-wrapper .region .region-icon.zilina {
  background: url(../images/zilina.32bb7708.svg) no-repeat center 10px;
}
header .regiony-menu-container .regions-wrapper .region .region-name {
  color: inherit;
  line-height: 18px;
  text-align: center;
}
header .regiony-menu-container .all-regions {
  color: inherit;
  display: block;
  padding: 20px;
  text-align: center;
}
header .regiony-menu-container .all-regions .icon.icon-aktuality-tag:before {
  display: inline-block;
  font-size: 8px;
  left: 3px;
  position: relative;
  top: -1px;
}
@media (max-width: 1023px) {
  header #ham-regiony-menu-container .regiony-menu-container {
    height: auto;
    left: 0;
    padding: 20px 30px 0;
    position: static;
    top: 0;
  }
  header #ham-regiony-menu-container .regiony-menu-container.active {
    display: block;
  }
}
.menu-arrow-triangle {
  border: solid rgba(0, 0, 0, 0);
  border-bottom: solid #2b3138;
  border-radius: 2px;
  border-width: 0 17px 10px;
  bottom: -2px;
  content: '';
  display: none;
  height: 0;
  left: 30px;
  pointer-events: none;
  position: absolute;
  width: 0;
}
.header-shadow-under {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.footer .first-row-container {
  align-items: center;
  background-color: #2b3138;
  display: flex;
  justify-content: center;
  min-width: 0;
  padding: 0 10px;
}
.footer .first-row-container .first-row-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
  min-width: 0;
  overflow: hidden;
}
.footer .first-row-container .first-row-wrapper .first-row-link {
  margin: 10px 10px 0;
}
.footer .first-row-container .first-row-wrapper .first-row-link .first-row-link-item {
  color: #fff;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
}
.footer .second-row-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer .second-row-container {
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 10px;
  }
}
.footer .second-row-container .logo-wrapper {
  height: 20px;
}
@media (max-width: 767px) {
  .footer .second-row-container .logo-wrapper {
    height: 25px;
  }
}
.footer .second-row-container .links-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px auto 20px;
}
.footer .second-row-container .links-container .second-row-link {
  font-size: 12px;
  margin-top: 10px;
}
.footer .second-row-container .links-container .second-row-link .second-row-link-item {
  color: #353d45;
  cursor: pointer;
  font-family: PT Sans, sans-serif;
  margin: 0 15px;
}
.footer .second-row-container .links-container .second-row-link .second-row-link-item:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer .second-row-container .links-container .second-row-link .second-row-link-item:hover {
    text-decoration: none;
  }
}
.footer .second-row-container .links-container .second-row-link .spacer {
  color: #e5e5e5;
}
.footer .second-row-container-socials {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-around;
}
.footer .second-row-container-socials .social-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  width: 260px;
}
.footer .second-row-container-socials .social-container .social {
  align-items: center;
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-size: 17px;
  height: 33px;
  justify-content: center;
  width: 33px;
}
.footer .second-row-container-socials .social-container .social span {
  max-height: 17px;
}
.footer .second-row-container-socials .social-container .social:hover {
  text-decoration: none;
}
.footer .second-row-container-socials .social-container .facebook {
  background-color: #3c5999;
}
.footer .second-row-container-socials .social-container .twitter {
  background-color: #32cdff;
}
.footer .second-row-container-socials .social-container .icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer .second-row-container-socials .social-container .instagram {
  background-image: url(../images/icon_instagram.20ffcace.svg);
}
.footer .second-row-container-socials .social-container .youtube {
  background-image: url(../images/icon_youtube.becaea75.svg);
}
.footer .second-row-container-socials .social-container .tiktok {
  background-image: url(../images/icon_tiktok.2d168a7a.svg);
  background-size: contain;
}
.footer .third-row-container {
  display: flex;
  flex-direction: column;
  height: 135px;
  justify-content: space-evenly;
}
.footer .third-row-container .third-row-wrapper {
  text-align: center;
}
.footer .third-row-container .third-row-wrapper .disclaimer-text {
  font-family: PT Sans, sans-serif;
  font-size: 11px;
  line-height: 20px;
}
.footer .third-row-container .third-row-wrapper .disclaimer-text .disclaimer-link {
  color: #cf2f32;
}
.footer {
  position: relative;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 0;
  }
}
.scroll-to-top-container {
  bottom: 0;
  justify-content: flex-end;
  left: 0;
  max-width: 1440px;
  position: fixed;
  right: 0;
  z-index: 2;
}
#scrollBtn {
  background-color: #ce3031;
  border: none;
  bottom: 15px;
  cursor: pointer;
  position: absolute;
  right: 30px;
  z-index: 50;
}
@media (max-width: 767px) {
  #scrollBtn {
    opacity: 0;
    right: 10px !important;
  }
}
#scrollBtn:hover {
  background-color: #b52b2d;
}
.stickyAdd {
  bottom: 134px !important;
}
.actual-topic-container {
  border-bottom: 1px solid #f0f2f4;
  border-top: 1px solid #f0f2f4;
  margin-bottom: 20px;
  padding-top: 20px;
}
.actual-topic-container.no-top-border {
  border-top: 0;
  padding-top: 0;
}
@media (min-width: 768px) {
  .actual-topic-container {
    border-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }
}
.actual-topic-container .rs-advertisement-aktuality-desktop-square {
  margin-bottom: 20px;
}
.actual-topic-container .head-title {
  border-bottom: 1px solid $color-border-grey;
}
.actual-topic-container .actual-topic-item {
  margin-bottom: 20px;
}
.actual-topic-container .actual-topic-item .article-image {
  display: block;
  margin-bottom: 10px;
}
.actual-topic-container .actual-topic-item .article-title {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.actual-topic-container .actual-topic-item .article-title:visited {
  color: grey;
}
.actual-topic-container .item-label {
  top: 3px;
}
.pr-articles-container {
  border-top: 1px solid hsla(0, 0%, 59%, 0.24);
  margin-top: 10px;
  padding-top: 15px;
}
.pr-articles-container .pr-articles-list {
  padding-top: 5px;
}
.pr-articles-container .pr-articles-list .pr-articles-list-item {
  display: flex;
}
.pr-articles-container .pr-articles-list .pr-articles-list-item + .pr-articles-list-item {
  padding-top: 15px;
}
.pr-articles-container .pr-articles-list .pr-articles-list-item .article-image {
  flex-basis: 68px;
  flex-shrink: 0;
  height: 50px;
  margin-right: 15px;
}
.pr-articles-container .pr-articles-list .pr-articles-list-item .list-item-wrapper {
  line-height: 0;
  overflow: hidden;
  width: 100%;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.pr-articles-container .pr-articles-list .pr-articles-list-item .list-item-wrapper .item-label {
  margin-right: 6px;
}
.pr-articles-container .pr-articles-list .pr-articles-list-item .list-item-wrapper > span {
  margin-right: 3px;
}
.pr-articles-container .pr-articles-list .pr-articles-list-item .list-item-wrapper .item-title {
  font-size: 14px;
  line-height: 18px;
}
.pr-articles-container .pr-articles-list .pr-articles-list-item .list-item-wrapper .item-title:visited {
  color: grey;
}
.pr-articles-container .pr-articles-list .pr-articles-list-item .list-item-wrapper .c-badge {
  margin-right: 5px;
}
.most-read-container .most-read-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .most-read-container .most-read-title {
    font-size: 20px;
  }
}
.most-read-container .most-read-selector {
  width: 100%;
}
.most-read-container .most-read-selector button {
  background-color: transparent;
}
.most-read-container .most-read-selector .first-line {
  margin-top: 12px;
}
.most-read-container .most-read-selector .first-line .selector-btn {
  border: 1px solid #ededed;
  color: #000;
  font-weight: 700;
  padding: 6px 0;
  text-align: center;
  width: 50%;
}
.most-read-container .most-read-selector .first-line .selector-btn.active,
.most-read-container .most-read-selector .first-line .selector-btn:hover {
  color: #cf2f32;
}
.most-read-container .most-read-selector .second-line {
  border-bottom: 1px solid #ededed;
}
.most-read-container .most-read-selector .second-line .selector-btn {
  color: #000;
  padding: 8px 0;
  text-align: center;
  width: 25%;
}
.most-read-container .most-read-selector .second-line .selector-btn.active {
  border-bottom: 3px solid #cf2f32;
}
.most-read-container .most-read-selector .second-line .selector-btn:hover {
  color: #cf2f32;
}
.most-read-container .most-read-articles-list {
  color: #000;
  padding: 10px 10px 0 25px;
}
.most-read-container .most-read-articles-list .most-read-articles-list-item {
  padding: 0 0 5px 5px;
}
.most-read-container .most-read-articles-list .most-read-articles-list-item:first-child {
  font-weight: 700;
}
.most-read-container .most-read-articles-list .most-read-articles-list-item .list-item-wrapper {
  display: inline-flex;
}
.most-read-container .most-read-articles-list .most-read-articles-list-item .list-item-wrapper .list-item-cut {
  display: -webkit-box;
  -moz-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0;
  height: calc(100% - 3px);
  line-height: 0;
  padding-top: 3px;
  width: 100%;
}
@media (min-width: 1220px) {
  .most-read-container .most-read-articles-list .most-read-articles-list-item .list-item-wrapper .list-item-cut {
    -webkit-line-clamp: 3;
  }
}
.most-read-container
  .most-read-articles-list
  .most-read-articles-list-item
  .list-item-wrapper
  .list-item-cut
  > :not(:last-child) {
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 2px;
  vertical-align: top;
}
.most-read-container
  .most-read-articles-list
  .most-read-articles-list-item
  .list-item-wrapper
  .list-item-cut
  .article-flags-wrap
  > .item-flag {
  top: 0;
}
.most-read-container
  .most-read-articles-list
  .most-read-articles-list-item
  .list-item-wrapper
  .list-item-cut
  .cutted-text {
  font-size: 16px;
  line-height: 20px;
}
.most-read-container
  .most-read-articles-list
  .most-read-articles-list-item
  .list-item-wrapper
  .list-item-cut
  .cutted-text:hover {
  color: inherit;
}
.most-read-container
  .most-read-articles-list
  .most-read-articles-list-item
  .list-item-wrapper
  .list-item-cut
  .cutted-text:visited {
  color: grey;
}
.most-read-container .label-category {
  display: none;
}
@media (max-width: 767px) {
  .most-read-container.no-padding {
    padding-top: 0 !important;
  }
}
.event-box-container {
  background-color: #2b3138;
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  width: 100%;
}
@media (min-width: 768px) {
  .event-box-container {
    flex-direction: row;
    height: 81px;
  }
}
@media (min-width: 1024px) {
  .event-box-container {
    height: 85px;
  }
}
.event-box-container .event-box-topic-link {
  color: #fff;
  font-size: 12px;
  line-height: 1.166666666666667;
  margin-left: 15px;
  margin-top: auto;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .event-box-container .event-box-topic-link:hover {
    text-decoration: none;
  }
}
.event-box-container .event-box-title-link {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.166666666666667;
  text-decoration-color: #fff;
}
@media (min-width: 768px) {
  .event-box-container .event-box-title-link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {
  .event-box-container .event-box-title-link {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
  }
}
.event-box-container .event-box-title-link:before {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .event-box-container .event-box-title-link:before {
    content: none;
  }
}
.event-box-container .event-box-title-wrapper {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  padding: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .event-box-container .event-box-title-wrapper {
    flex-shrink: 0;
    width: 165px;
  }
}
@media (min-width: 1024px) {
  .event-box-container .event-box-title-wrapper {
    width: 205px;
  }
}
.event-box-container .event-box-title-wrapper .event-box-title-box {
  display: flex;
  flex-direction: row;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .event-box-container .event-box-title-wrapper .event-box-title-box:hover {
    text-decoration: underline;
  }
}
.event-box-container .event-box-title-wrapper .event-box-title-box .event-box-logo {
  background: url(../images/arrow_grey.8210c8d2.svg) no-repeat;
  background-position: 50%;
  background-size: cover;
  flex-shrink: 0;
  height: 13px;
  margin-right: 6px;
  margin-top: 4px;
  width: 9px;
}
.event-box-container .event-box-list {
  background-color: #353d45;
  font-size: 14px;
  line-height: 1.214285714285714;
  list-style: disc;
  padding: 15px 10px 15px 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .event-box-container .event-box-list {
    display: flex;
    padding: 15px 20px 15px 0;
  }
}
@media (min-width: 1024px) {
  .event-box-container .event-box-list {
    font-size: 16px;
    line-height: 1.125;
  }
}
.event-box-container .event-box-list .event-box-article-image {
  display: none;
}
@media (min-width: 1024px) {
  .event-box-container .event-box-list .event-box-article-image {
    align-self: center;
    display: flex;
  }
}
.event-box-container .event-box-list .event-box-article-image .image-wrapper {
  width: 105px;
}
.event-box-container .event-box-list .event-box-list-item {
  color: #ce3031;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .event-box-container .event-box-list .event-box-list-item {
    display: flex;
    margin-bottom: 0;
    padding-left: 20px;
    width: 33.333333333333336%;
  }
}
.event-box-container .event-box-list .event-box-list-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .event-box-container .event-box-list .event-box-right-wrapper {
    margin: 0 0 0 12px;
  }
}
.event-box-container .event-box-list .event-box-right-wrapper .event-box-title-cut {
  color: #fff;
  display: block;
}
@media (min-width: 768px) {
  .event-box-container .event-box-list .event-box-right-wrapper .event-box-title-cut {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
.event-box-container .event-box-list .event-box-right-wrapper .event-box-title-cut .c-badge {
  font-size: 9px;
  height: 14px;
  margin-bottom: -1px;
  margin-right: 7px;
  margin-top: -0.5em;
  vertical-align: middle;
}
.event-box-container .event-box-list .event-box-right-wrapper .event-box-title-cut .c-badge .icon {
  font-size: 8px;
  width: 15px;
}
.event-box-container .event-box-list .event-box-right-wrapper .event-box-title-cut .c-badge .icon:before {
  width: 6px;
}
.event-box-container .event-box-list .event-box-right-wrapper .event-box-title-cut .c-badge .title {
  line-height: 14px;
  padding: 0 5px 0 3px;
}
@media (min-width: 1024px) {
  .event-box-container .event-box-list .event-box-right-wrapper .event-box-title-cut .c-badge {
    height: 16px;
    width: 58px;
  }
}
.event-box-container .event-box-list .event-box-right-wrapper .event-box-title-cut .event-box-article-title {
  color: #fff;
  font-weight: 700;
}
#crossSiteBox-widget {
  clear: both;
  margin: 10px auto;
  width: 100%;
}
#crossSiteBox-widget.crossSiteBox-widdget-place-homepage {
  margin: 10px auto -10px;
  padding: 0 10px;
}
#crossSiteBox-widget.crossSiteBox-widdget-place-clanok {
  margin: 20px auto;
}
@media (max-width: 1023px) {
  #crossSiteBox-widget
    .winter-olympic-widget
    .widget-lower
    .sport-widget-container
    .event-content-container
    .program-wrapper
    .program-btn {
    font-size: 12px;
  }
}
#crossSiteBox-widget
  .winter-olympic-widget
  .widget-lower
  .sport-widget-container
  .event-content-container
  .oh-menu-wrapper
  .oh-menu
  .menu-dropdown {
  color: #000;
}
#akt-breaking-news .news-fixed-wrapper {
  z-index: 100;
}
#onesignal-bell-container.onesignal-reset {
  z-index: 10 !important;
}
.item-label {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  margin-right: 2px;
  padding: 0 5px;
  position: relative;
  text-transform: uppercase;
  top: 2px;
  vertical-align: top;
}
.item-label.label-plus.big {
  line-height: 24px;
  top: 2px;
}
.item-label.big {
  font-size: 13px;
  line-height: 22px;
  margin-right: 5px;
  top: 1px;
}
.item-label:hover {
  color: #fff;
  text-decoration: none;
}
.item-label.label-category {
  background-color: #9ca4ad;
}
.item-label.label-category:hover {
  background-color: hsla(212, 9%, 65%, 0.75);
}
.item-label.label-plus {
  background-color: #d02f31;
}
.item-label.label-plus:hover {
  background-color: rgba(208, 47, 49, 0.75);
}
.item-label.label-sport {
  background-color: #9ca4ad;
}
.item-label.label-sport:hover {
  background-color: hsla(212, 9%, 65%, 0.75);
}
.item-label.label-diva {
  background-color: #9ca4ad;
}
.item-label.label-diva:hover {
  background-color: hsla(212, 9%, 65%, 0.75);
}
.item-label.label-najmama {
  background-color: #9ca4ad;
}
.item-label.label-najmama:hover {
  background-color: hsla(212, 9%, 65%, 0.75);
}
.item-label.label-zive {
  background-color: #9ca4ad;
}
.item-label.label-zive:hover {
  background-color: hsla(212, 9%, 65%, 0.75);
}
.item-label.label-noizzsk {
  background-color: #9ca4ad;
}
.item-label.label-noizzsk:hover {
  background-color: hsla(212, 9%, 65%, 0.75);
}
.item-label.label-receptysk {
  background-color: #9ca4ad;
}
.item-label.label-receptysk:hover {
  background-color: hsla(212, 9%, 65%, 0.75);
}
.item-label.label-recepty {
  background-color: #9ca4ad;
}
.item-label.label-recepty:hover {
  background-color: hsla(212, 9%, 65%, 0.75);
}
.item-label.label-hernazona {
  background-color: #9ca4ad;
}
.item-label.label-hernazona:hover {
  background-color: hsla(212, 9%, 65%, 0.75);
}
.c-fb-share-button {
  background-color: #3c5999;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  padding: 5px 8px;
}
.c-fb-share-button:hover {
  background-color: #213a6f;
  color: #fff;
  text-decoration: none;
}
.c-fb-share-button .icon:before {
  display: block;
  line-height: 18px;
}
.c-fb-share-button .title {
  flex-shrink: 0;
  font-size: 14px;
  line-height: 18px;
  padding-left: 5px;
}
.c-badge {
  border-radius: 3px;
  display: inline-flex;
  height: 20px;
  width: 75px;
}
.c-badge,
.c-badge:hover {
  color: #fff;
  text-decoration: none;
}
.c-badge:focus {
  outline: none;
}
.c-badge .icon {
  align-items: center;
  background-color: gold;
  border-radius: 3px 0 0 3px;
  display: flex;
  justify-content: center;
}
.c-badge .icon:before {
  display: inline-flex;
  justify-content: flex-end;
  line-height: 0;
}
.c-badge .title {
  font-family: PT Sans, sans-serif;
  font-weight: 700;
}
.c-badge.tiny {
  font-size: 9px;
  height: 14px;
}
.c-badge.tiny .icon {
  font-size: 8px;
  width: 15px;
}
.c-badge.tiny .icon:before {
  width: 6px;
}
.c-badge.tiny .title {
  line-height: 14px;
  padding: 0 5px 0 3px;
}
.c-badge.small {
  height: 16px;
  width: 58px;
}
.c-badge.big {
  height: 25px;
  width: 95px;
}
.c-badge--premium {
  background-color: gold;
  background-image: url(../images/premium-badge.b8988c50.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 2px;
  position: relative;
  top: 2px;
  vertical-align: top;
}
.c-horizontal-line {
  background-color: rgba(227, 232, 236, 0.6);
  border: 0;
  display: block;
  height: 2px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.c-horizontal-line.space-vert {
  margin: 20px 0;
}
.c-payment-options {
  display: flex;
  justify-content: center;
  margin-left: -3.5px;
  margin-right: -3.5px;
}
.c-payment-options .icon {
  height: 19px;
  margin: 0 3.5px;
  width: 33px;
}
.c-payment-options .icon.sms {
  align-items: center;
  background-color: #4a90e2;
  border-radius: 2px;
  color: #fff;
  display: inline-flex;
  font-size: 9px;
  font-weight: 700;
  justify-content: center;
  line-height: 10px;
  pointer-events: none;
  user-select: none;
}
.c-payment-options .icon.card {
  background-repeat: no-repeat;
  background-size: cover;
}
.c-payment-options .icon.card.card-1 {
  background-image: url(../images/card-1.d72bfd1f.png);
}
.c-payment-options .icon.card.card-2 {
  background-image: url(../images/card-2.1115e506.png);
}
.c-payment-options .icon.card.card-3 {
  background-image: url(../images/card-3.094e0717.png);
}
.c-payment-options .icon.card.card-4 {
  background-image: url(../images/card-4.b9a7de0d.png);
}
.newsletter-container,
.verify-container {
  align-items: center;
  display: flex;
  justify-content: center;
}
.verify-container {
  flex-wrap: wrap;
  font-weight: 700;
  padding: 60px 10px;
}
.verify-container .email-icon {
  background: url(../images/email_verify.0205508a.svg) no-repeat 50%;
  height: 110px;
  width: 100%;
}
.verify-container .success-text {
  flex-basis: 100%;
  font-size: 30px;
  line-height: 32px;
  margin: 30px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .verify-container .success-text {
    font-size: 24px;
    line-height: 28px;
  }
}
.verify-container .redirect-btn {
  background-color: #cf2f32;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  padding: 12px 25px;
}
.newsletter-cta {
  background-color: #f2f3f5;
  display: flex;
  flex-direction: column;
  font-family: PT Sans, sans-serif;
  height: 164px;
  justify-content: center;
  margin: 0 auto;
  padding: 18px 25px 21px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .newsletter-cta {
    height: 189px;
    padding: 40px 64px;
  }
}
.newsletter-cta__title {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 auto 8px;
  max-width: 410px;
  text-align: center;
}
@media (min-width: 768px) {
  .newsletter-cta__title {
    font-size: 18px;
    margin-bottom: 13px;
    max-width: unset;
  }
}
.newsletter-cta__description {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  margin: 0 auto 10px;
  max-width: 330px;
  text-align: center;
}
@media (min-width: 768px) {
  .newsletter-cta__description {
    margin-bottom: 23px;
    max-width: unset;
  }
}
.newsletter-cta__action {
  min-width: 400px;
  background-color: #d02f32;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 1;
  margin: 0 auto;
  padding: 14.5px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 253px;
}
.newsletter-cta__action:hover {
  background-color: #a62628;
  color: #fff;
  text-decoration: none;
}
#more-news-link,
.newsletter-cta__action:hover {
  text-decoration: none !important;
}
.newsletter-cta:before {
  display: none;
}
@media (min-width: 1440px) {
  .newsletter-cta:before {
    background-repeat: no-repeat;
    content: url(../images/newsletter-logo.9968710d.svg);
    display: block;
    height: 189px;
    left: 110px;
    position: absolute;
    top: 0;
    width: 192px;
  }
}
h1.newsletter-main-title {
  color: #2e333a;
  font-family: PT Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 0;
  padding-top: 20px;
  text-transform: none;
}
.philip-skin-wrapper {
  margin: 10px 0;
}
.philip-skin-wrapper a {
  display: block;
  text-align: center;
}
.philip-skin-wrapper a img {
  display: block;
  width: 100%;
}
.phllp-banner-active {
  background-attachment: local;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 1920px;
  left: 0;
  margin-top: -10px;
  position: relative;
  right: 0;
}
.phllp-banner-active .container-center {
  background-color: #fff;
}
.phllp-banner-active .breadcrumbs-widget {
  padding-top: 10px;
}
.phllp-banner-active .banner-padding-top {
  padding-top: 364px;
}
.phllp-banner-active .phllp-link-area {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.phllp-banner-active.scroll-active {
  background-attachment: fixed;
}
body .page-wrapper.page-wrapper-right-side {
  display: flex;
  flex-wrap: wrap;
  width: auto;
}
@media (min-width: 768px) {
  body .page-wrapper.page-wrapper-right-side {
    flex-wrap: nowrap;
  }
}
body .page-wrapper.page-wrapper-right-side .main-section {
  display: block !important;
  min-width: 0;
  width: 100%;
}
body .page-wrapper.page-wrapper-right-side .side-section {
  display: block !important;
}
@media (min-width: 768px) {
  body .page-wrapper.page-wrapper-right-side .side-section {
    flex-shrink: 0;
  }
}
body .page-wrapper.page-wrapper-right-side .side-section .rs-advertisement-aktuality-desktop-square {
  margin-bottom: 20px;
}
body .page-wrapper.page-wrapper-right-side .side-section.wider {
  padding-left: 10px;
  padding-right: 10px;
}
body .page-wrapper.page-wrapper-right-side .side-section.border {
  border-top: 1px solid hsla(0, 0%, 59%, 0.24);
  padding-top: 20px;
}
@media (min-width: 768px) {
  body .page-wrapper.page-wrapper-right-side .main-section {
    flex-basis: 0;
    flex-grow: 1;
    width: auto;
  }
  body .page-wrapper.page-wrapper-right-side .side-section {
    width: 300px;
  }
  body .page-wrapper.page-wrapper-right-side .side-section.wider {
    padding-left: 0;
    padding-right: 0;
    width: 320px;
  }
  body .page-wrapper.page-wrapper-right-side .side-section.border {
    border-top: 0;
    padding-left: 20px;
    padding-top: 0;
  }
  body .page-wrapper.page-wrapper-right-side .side-section.border .most-read-container {
    border-left: 1px solid hsla(0, 0%, 59%, 0.24);
    margin-left: -20px;
    padding-left: 40px;
  }
}
