<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,wght@0,400;0,500;0,600;1,400;1,500;1,900&amp;family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,700;1,900&amp;family=Roboto+Slab:wght@500;900&amp;display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  color: #111;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Serif", serif;
  font-weight: 500;
  letter-spacing: -0.03em;
}

a {
  color: inherit;
  text-decoration: none;
}

.grid {
  margin: -7px -10px;
}
.grid .grid__item--remove-padding {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .grid .grid__item--remove-padding {
    padding-left: 0;
    padding-right: 0;
    margin: 26px -6px;
  }
}
@media screen and (max-width: 1023px) {
  .grid .grid__item--add-padding-down {
    padding-bottom: 100%;
  }
}
.grid--premium_padding {
  padding: 0 10px;
}
.grid__item {
  padding: 7px 10px;
}
.grid__item--align--left {
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .grid__item--spacing-mobile {
    margin-top: 20px;
  }
}
.grid__item--image_wrap {
  padding: 0;
}
.grid__item--premium-title {
  padding: 26px 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.grid__item--premium-title.vertical-margins {
  padding: 26px 0;
}
.grid__item .premium-image {
  width: 100%;
  height: 100%;
}
.grid + .grid {
  margin-top: 26px;
}
.grid__row + .grid__row {
  margin-top: 42px;
}
.grid--align--bottom {
  align-self: flex-end;
}
.grid--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  .grid--reverse-down {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1023px) {
  .grid--sport-reorder-down {
    display: flex;
    flex-direction: column;
  }
  .grid--sport-reorder-down .grid__item:nth-child(2) {
    order: 100;
  }
}
@media screen and (min-width: 1024px) {
  .grid {
    justify-content: center;
    margin: -13px;
    display: flex;
    flex-wrap: wrap;
  }
  .grid--premium_padding {
    padding: 0 14px;
  }
  .grid__item {
    padding: 13px;
  }
  .grid__item--premium-title {
    padding: 26px 10px;
  }
  .grid__item--image_wrap {
    padding: 0;
  }
  .grid__item--1of12 {
    width: 8.3333333333%;
  }
  .grid__item--offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid__item--2of12 {
    width: 16.6666666667%;
  }
  .grid__item--offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid__item--3of12 {
    width: 25%;
  }
  .grid__item--offset-3 {
    margin-left: 25%;
  }
  .grid__item--4of12 {
    width: 33.3333333333%;
  }
  .grid__item--offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid__item--5of12 {
    width: 41.6666666667%;
  }
  .grid__item--offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid__item--6of12 {
    width: 50%;
  }
  .grid__item--offset-6 {
    margin-left: 50%;
  }
  .grid__item--7of12 {
    width: 58.3333333333%;
  }
  .grid__item--offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid__item--8of12 {
    width: 66.6666666667%;
  }
  .grid__item--offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid__item--9of12 {
    width: 75%;
  }
  .grid__item--offset-9 {
    margin-left: 75%;
  }
  .grid__item--10of12 {
    width: 83.3333333333%;
  }
  .grid__item--offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid__item--11of12 {
    width: 91.6666666667%;
  }
  .grid__item--offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid__item--12of12 {
    width: 100%;
  }
  .grid__item--offset-12 {
    margin-left: 100%;
  }
  .grid__item--order {
    order: -10;
  }
  .grid--auto .grid__item {
    flex: 1 0 auto;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .grid__item--300 {
    min-width: 326px;
  }
}
@media screen and (min-width: 1024px) {
  .grid__row--sticky {
    position: sticky;
    top: 88px;
  }
  .grid__row--sticky-top {
    position: sticky;
    top: 68px;
  }
}
@media screen and (max-width: 1023px) {
  .grid--spacing-down {
    row-gap: 24px;
  }
  .grid--down {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .grid--down .grid__item--1of4 {
    width: 25%;
  }
  .grid--down .grid__item--2of4 {
    width: 50%;
  }
  .grid--down .grid__item--3of4 {
    width: 75%;
  }
  .grid--down .grid__item--4of4 {
    width: 100%;
  }
}

.image {
  position: relative;
  padding-top: 66.6666666667%;
  background-color: #eee;
  overflow: hidden;
}
.image--ratio-1-1 {
  padding-top: 100%;
}
.image--ratio-cover {
  padding-top: 142.1800947867%;
}
.image--ratio-16-9 {
  padding-top: 56.25%;
}
.image--ratio-2-1 {
  padding-top: 50%;
}
@media screen and (min-width: 1024px) {
  .image--ratio-2-1-up {
    padding-top: 50%;
  }
}
.image--position-top img {
  object-position: top;
}
.image--top-offer {
  padding-top: 171.2765957447%;
}
.image amp-img,
.image img {
  width: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  height: 100%;
  left: 0;
}
.image--disturbing-content {
  background-color: #000;
}
.image--disturbing-content img {
  opacity: 0.7;
  filter: blur(20px);
  top: -2%;
  left: -2%;
  width: 104%;
  height: 104%;
}
.image--disturbing-content:after {
  background: no-repeat url(../img/icons/disturbing-content.svg) top center;
  text-align: center;
  content: "Uznemirujući sadržaj!";
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  font-weight: 500;
  transform: translate(-50%, -50%);
  padding-top: 74px;
}
.card--size-small .image--disturbing-content:after {
  width: 67px;
  height: 64px;
  padding-top: 0;
  content: "";
}
@media screen and (max-width: 1023px) {
  .card--size-small-down .image--disturbing-content:after {
    width: 67px;
    height: 64px;
    padding-top: 0;
    content: "";
  }
}
.image__meta {
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.8) 100%);
}
.image__meta .meta {
  flex-direction: row;
}
.image--gallery {
  padding-top: 0;
}
.image--gallery .image__meta {
  padding: 100px 20px 20px;
}
@media screen and (max-width: 1023px) {
  .image--gallery {
    background: transparent;
  }
  .image--gallery img {
    position: static;
  }
  .image--gallery .image__meta {
    position: static;
    padding: 24px 16px;
    background: transparent;
    color: #959BAF;
  }
}
@media screen and (min-width: 1024px) {
  .image--gallery {
    margin: auto;
  }
  .image--gallery img {
    max-height: calc(100vh - 115px);
    display: block;
    position: static;
    object-fit: initial;
    width: auto;
  }
}
.image--gallery .image__icons {
  top: 23px;
  right: 17px;
  bottom: auto;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .image--gallery .image__icons {
    top: 23px;
    right: 17px;
  }
}
.image__counter {
  padding: 10px;
  background: #fff;
  border-radius: 6px;
  margin: 0 -5px;
  color: #e41e27;
  font-size: 0;
}
@media screen and (min-width: 1024px) {
  .image__counter {
    margin: 11px 0;
  }
}
.image__counter span {
  font-size: 14px;
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  .image__counter span {
    font-size: 16px;
  }
}
.image__counter svg {
  margin: 0 8px 0 0;
  vertical-align: middle;
  width: auto;
  height: 20px;
}
@media screen and (min-width: 1024px) {
  .image__counter svg {
    height: 24px;
  }
}

.full-image img {
  display: block;
  height: auto;
  width: 100%;
}

.image + .meta,
.full-image + .meta {
  margin-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 1023px) {
  .image + .meta,
  .full-image + .meta {
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1023px) {
  .article__gallery {
    margin: 0 -16px;
  }
}

.meta {
  display: flex;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 1023px) {
  .meta {
    flex-direction: column-reverse;
  }
}
.meta a {
  white-space: nowrap;
}
.meta--center {
  align-items: center;
}
.meta--bottom {
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .meta--header-img {
    flex-direction: row;
    align-items: center;
    margin-bottom: 7px;
  }
  .meta--header-img .meta__group {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0 !important;
  }
}
.meta--small {
  font-size: 13px;
}
.meta__group + .meta__group {
  margin-left: 10px;
}
@media screen and (max-width: 1023px) {
  .meta__group + .meta__group {
    margin-left: 0px;
    margin-bottom: 6px;
  }
}
.meta__group--italic {
  font-style: italic;
}
@media screen and (min-width: 1024px) {
  .meta__group {
    max-width: 30%;
  }
  .meta__group:first-child {
    max-width: 70%;
  }
}
.meta__group + .meta__group {
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .meta__group + .meta__group {
    text-align: right;
  }
}
.meta--explainer {
  font-size: 15px;
  color: #959baf;
  padding: 0;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .meta--explainer {
    flex-direction: row;
  }
}
.meta--explainer .meta__group + .meta__group {
  position: relative;
  padding-left: 12px;
  margin-left: 12px;
}
.meta--explainer .meta__group + .meta__group:before {
  position: absolute;
  left: 0;
  height: 6px;
  width: 6px;
  top: 50%;
  margin: -3px 0 0 -3px;
  border-radius: 50%;
  background: #d3dce6;
  content: "";
}
.meta--gallery-position-down .meta__group--desc {
  max-width: none;
}
@media screen and (max-width: 1023px) {
  .meta--gallery-position-down {
    flex-direction: column-reverse !important;
    padding: 0;
    align-items: flex-start;
    gap: 6px;
  }
  .meta--gallery-position-down .meta__group + .meta__group {
    margin-left: 0;
  }
  .meta--gallery-position-down .meta__group {
    max-width: 100%;
  }
  .meta--gallery-position-down .meta__group--author {
    font-weight: 700;
    font-size: 14px;
  }
}
.meta--article-mobile {
  flex-direction: row;
  padding: 0;
  color: #959baf;
}

.video-duration {
  background-color: #e41e27;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  padding: 2px 6px;
}

.title {
  font-size: 26px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
}
.title &gt; * {
  font-family: inherit;
  font-size: inherit;
  display: inline-block;
}
.title--uppercase {
  text-transform: uppercase;
}
.title--middle {
  font-size: 19px;
}
.title--large {
  font-size: 30px;
}
@media screen and (min-width: 1024px) {
  .title--large {
    font-size: 46px;
  }
}
.title--xxl {
  font-size: 26px;
}
@media screen and (min-width: 1024px) {
  .title--xxl {
    font-size: 52px;
  }
}
.title--premium {
  color: #b8a67a;
}
.title--alt {
  font-family: "Roboto Serif", serif;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.title--small {
  font-size: 16px;
}
.title--regular {
  font-size: 14px;
}
.title + .form {
  margin-top: 26px;
}
@media screen and (max-width: 1023px) {
  .title--comment-mobile {
    font-size: 24px;
  }
}
.title__premium-crown {
  display: inline-block;
  width: 35px;
  margin: 0 2px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  background: url("../img/icons/premium-crown.svg");
}
@media screen and (max-width: 1023px) {
  .title--small-down {
    font-size: 23px;
  }
}

.description {
  font-size: 19px;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .description {
    font-size: 26px;
  }
}

.cta__title {
  font-family: "Roboto Serif", serif;
  font-weight: 700;
}
.cta__tooltip {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 6px;
}
.cta__text {
  margin-top: 11px;
}

.tooltip {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.tooltip__hoverable {
  position: absolute;
  bottom: 100%;
  padding-bottom: 10px;
  width: 260px;
  margin-left: -130px;
  left: -9999px;
}
.tooltip:hover .tooltip__hoverable {
  left: 0;
}
.tooltip__text {
  background: #fff;
  padding: 12px;
  font-size: 14px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.tooltip__text a {
  text-decoration: underline;
  color: #e41e27;
}

.crown svg {
  width: 26px;
  height: 26px;
}

.video-icon svg {
  width: 26px;
  height: 26px;
}

.video-player {
  position: relative;
}
.video-player__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-player__video-duration {
  position: absolute;
  right: 16px;
  bottom: 16px;
}

.placeholder {
  background-color: #f5f9ff;
  padding: 120px 20px;
  text-align: center;
  text-transform: uppercase;
  color: #5e6a74;
  font-size: 12px;
  letter-spacing: 1px;
}
.placeholder--small {
  padding: 20px;
}

.button {
  background-color: #e41e27;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 12px 24px;
  text-transform: uppercase;
  transition: 0.3s all;
  white-space: nowrap;
  border: 0;
  font-family: inherit;
  font-size: 16px;
  text-align: center;
}
.button:hover {
  background-color: rgb(207.5892857143, 24.9107142857, 33.2142857143);
}
.button--alpha {
  border-radius: 5px;
  text-transform: none;
}
.button--beta {
  border-radius: 5px;
  display: block;
  width: 100%;
}
.button--gamma {
  border-radius: 5px;
  display: block;
  text-transform: none;
  width: 100%;
}
.button--delta {
  display: block;
  text-transform: none;
}
.button--epsilon {
  display: block;
  text-transform: none;
  background-color: #565960;
}
.button--epsilon:hover {
  background-color: rgb(73.9505494505, 76.5302197802, 82.5494505495);
}
.button--zeta {
  padding: 8px 24px;
  text-transform: none;
}
.button--zeta-extend {
  width: 90%;
}
.button--eta {
  padding: 8px 24px;
  text-transform: none;
  border-radius: 8px;
  display: block;
  margin-top: 26px;
  white-space: normal;
}
@media screen and (min-width: 1024px) {
  .button--eta {
    margin-top: 0px;
  }
}
.button--theta {
  border-radius: 8px;
  text-transform: none;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .button--theta {
    width: auto;
  }
}
.button--jota {
  border-radius: none;
  text-transform: none;
  width: 100%;
  background: #fce8e9;
  color: #e41e27;
}
@media screen and (max-width: 1024px) {
  .button--jota {
    width: auto;
    padding: 7px 14px;
    border-radius: 5px;
    font-size: 14px;
  }
}
.button--jota:hover {
  color: rgb(242.25, 242.25, 242.25);
}
.button--kapa {
  border: 1px solid #e41e27;
  border-radius: 5px;
  text-transform: none;
  background: transparent;
  color: #e41e27;
  font-weight: 500;
  padding: 10px 15px;
  line-height: 1;
}
.button--kapa:hover {
  background-color: rgb(207.5892857143, 24.9107142857, 33.2142857143);
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .button--kapa {
    width: auto;
  }
}
.button--lambda {
  display: block;
  width: 100%;
  background: #fce8e9;
  color: #e41e27;
}
.button--lambda:hover {
  color: #fff;
}
.button--mu {
  display: block;
  width: 100%;
  background: #fce8e9;
  color: #e41e27;
}
.button--mu:hover {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .button--mu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
    background: #e41e27;
    color: #fff;
    height: 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
  }
}
.button--mi {
  border-radius: 5px;
  padding: 10px 15px;
  font-weight: 500;
  text-transform: none;
}
.button--felix {
  border-radius: 5px;
  padding: 8px 10px;
  text-transform: capitalize;
}
@media screen and (max-width: 1023px) {
  .button--felix {
    display: none;
  }
}
.button--close {
  display: none;
}
.button--toolbar-audio {
  background: #e41e27;
  color: #fff;
  padding: 7px 14px;
  gap: 6px;
  border-radius: 5px;
  width: 105px;
  height: 30px;
  font-size: 14px;
  display: none;
}
.button--toolbar-audio.is-active {
  display: flex;
}
.button--text {
  display: block;
  text-transform: none;
  width: 100%;
  color: inherit;
  background-color: transparent;
  border-radius: 5px;
}
.button--text:hover {
  color: #fff;
  background-color: rgb(207.5892857143, 24.9107142857, 33.2142857143);
}
.button--text:hover path {
  fill: #fff;
}
body.private-profile .button--text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.button--premium {
  border-radius: 5px;
  background-color: #b8a67a;
  font-weight: 700;
  color: #4a0a07;
  min-width: 240px;
}
.button--facebook {
  background-color: #2f80ed;
  position: relative;
  padding-left: 44px;
}
.button--facebook:hover {
  background-color: rgb(23.5309734513, 113.6703539823, 234.9690265487);
}
.button--facebook svg {
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -12px;
}
.button--facebook path {
  fill: #fff;
}

.button-group {
  display: flex;
}
.button-group + .button-group {
  margin-top: 16px;
}
.button-group__item + .button-group__item {
  margin-left: 6px;
}

.text-link {
  color: #e41e27;
  display: inline-block;
}
.text-link--large {
  font-size: 20px;
}
.text-link--alt {
  color: #959baf;
  font-size: 14px;
}
.text-link--small {
  font-size: 14px;
  text-transform: uppercase;
}
.text-link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .text-link--mobile {
    font-size: 16px;
  }
}

.premium--text {
  display: flex;
  justify-content: center;
  padding: 8px 24px;
  position: relative;
  margin-top: 26px;
  background: #fce8e9;
  border-radius: 5px;
}

@media screen and (max-width: 1023px) {
  .u-hide-up {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .u-hide-down {
    display: none;
  }
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-top: 20px;
}

@media screen and (max-width: 1023px) {
  .u-mb20-down {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .u-mt20-down {
    margin-top: 20px;
  }
}

.latest {
  display: flex;
  justify-content: space-between;
  padding: 26px;
  background: #f5f9ff;
}
@media screen and (max-width: 1023px) {
  .latest {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}
.latest__subheading {
  font-size: 14px;
  text-transform: uppercase;
}
.latest__text {
  font-size: 14px;
}
.latest__text a {
  color: #e41e27;
}

.share {
  display: flex;
  align-items: center;
}
.share__items {
  display: flex;
  margin-left: 14px;
}
.share__item {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  padding: 4px;
}
.share__item + .share__item {
  margin-left: 6px;
}
@media screen and (max-width: 1023px) {
  .share--alt {
    display: block;
    text-align: center;
  }
  .share--alt .share__items {
    justify-content: center;
    margin: 4px 0 0;
  }
}

.enlarge {
  width: 36px;
  height: 36px;
  padding: 6px;
  border-radius: 5px;
  background-color: #fff;
  display: block;
}

.icon {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  height: 24px;
  width: 24px;
}
.icon--search {
  background: url(../img/icons/search.svg);
}
.icon--user {
  background: url(../img/icons/user.svg);
}
.icon--navigation {
  background: url(../img/icons/navigation.svg);
}
.icon--facebook {
  background: url(../img/icons/facebook.svg);
}
.icon--twitter {
  background: url(../img/icons/twitter.svg?v=2);
}
.icon--instagram {
  background: url(../img/icons/instagram.svg);
}
.icon--tiktok {
  background: url(../img/icons/tiktok.svg);
}
.icon--linkedin {
  background: url(../img/icons/linkedin.svg);
}
.icon--youtube {
  background: url(../img/icons/youtube.svg);
}
.icon--link {
  background: url(../img/icons/link.svg);
}
.icon--enlarge {
  background: url(../img/icons/enlarge.svg);
}
.icon--calendar {
  background: url(../img/icons/calendar.svg);
}
.icon--down {
  background: url(../img/icons/down.svg);
}
.icon--down-w {
  background: url(../img/icons/down-w.svg);
}
.icon--share {
  background: url(../img/icons/share.svg);
}
.icon--share-inverted {
  background: url(../img/icons/share-inverted.svg);
}
.icon--close {
  background: url(../img/icons/close.svg);
}
.icon--close-inverted {
  background: url(../img/icons/close-inverted.svg);
}
.icon--gallery-zoom {
  width: 38px;
  height: 38px;
  background: url(../img/icons/gallery-zoom.svg);
}
.icon--gallery-share {
  width: 38px;
  height: 38px;
  background: url(../img/icons/gallery-share.svg);
}
.icon--small {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}
.icon--svg {
  position: relative;
}
.icon--svg svg {
  position: absolute;
  left: 0;
  top: 0;
}
.icon--hamburger .icon__close {
  display: none;
}
body.mega-menu-visible .icon--hamburger .icon__close {
  display: block;
}
body.mega-menu-visible .icon--hamburger .icon__open {
  display: none;
}

.text {
  font-size: 20px;
  line-height: 1.4;
}
.text &gt; * + * {
  margin-top: 20px;
}
.text li {
  font-size: 16px;
  margin-top: 4px;
  position: relative;
  padding-left: 24px;
}
.text ol {
  list-style: none;
  counter-reset: list-number;
}
.text ol li:before {
  counter-increment: list-number;
  content: counter(list-number) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.text ul {
  list-style: none;
}
.text ul li:before {
  height: 5px;
  width: 5px;
  background-color: #959baf;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
}
.text blockquote {
  background-color: #f5f9ff;
  padding: 24px;
}
.text blockquote p {
  text-indent: 32px;
  font-style: italic;
  position: relative;
}
.text blockquote p:before {
  background: url(../img/icons/quote.svg);
  content: "";
  width: 22px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
.text blockquote .quote-author {
  margin-top: 6px;
  color: #959baf;
}
.text a {
  text-decoration: underline;
  color: #e41e27;
}
.text a.highlight {
  background-color: #fce8e9;
  text-decoration: none;
  padding: 3px 6px;
  border-radius: 5px;
}
.text h2 {
  font-size: 24px;
}
.text hr {
  height: 1px;
  background: #d3dce6;
  border: 0;
}
.text .widgetWrap {
  display: block;
  margin-top: 42px;
}
.text--large {
  font-size: 22px;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .text--large {
    font-size: 24px;
  }
}
.text--small {
  font-size: 16px;
  line-height: 1.625;
}
.text--medium {
  font-size: 18px;
  line-height: 1.2;
}
.text--comments {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .text--comments {
    font-size: 18px;
  }
}
.text--comments p {
  font-size: inherit !important;
}
@media screen and (max-width: 1023px) {
  .text--comments p {
    margin-top: 8px !important;
  }
}
.text--static {
  font-size: 19px;
}
.text--static h1 {
  font-weight: 700;
}
.text--static h2 {
  font-weight: 700;
  line-height: 1.2083333333;
}
.text--static p {
  font-weight: 300;
}
.text--static strong:first-of-type {
  display: block;
}
.text--static ul {
  font-weight: 300;
  line-height: 150%;
}
.text--explainer {
  column-rule: 1px solid #d3dce6;
  column-gap: 40px;
  column-count: 3;
  font-size: 19px;
  height: 600px;
  max-width: 800px;
  overflow-x: hidden;
  user-select: none;
}
@media screen and (max-width: 1023px) {
  .text--explainer {
    column-rule: none;
    column-gap: 0px;
    column-count: auto;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .text.text__box--modifier {
    padding-left: 30px;
  }
}
.text.text__box--modifier a {
  color: #e41e27;
  text-decoration: underline;
  font-weight: 400;
  font-size: 19px;
  line-height: 29px;
  margin-bottom: 25px;
  position: relative;
  display: block;
}
.text.text__box--modifier a:before {
  content: url("../img/icons/list_icon.svg");
  position: absolute;
  left: -15px;
}
.text--comment-size {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .text--comment-size {
    font-size: 18px;
  }
}

.component + .component {
  margin-top: 42px;
}
.component--light {
  background-color: #f5f9ff;
  padding: 26px 50px 40px;
}
.component--white {
  background-color: #fff;
  padding: 26px;
  border: 1px solid #d3dce6;
}
.component--white + .button {
  margin-top: -1px;
}
.component--border {
  border-top: 1px solid #d3dce6;
  padding-top: 26px;
}
.component--premium {
  background-color: #30333c;
  padding: 26px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .component--border-down {
    border-top: 1px solid #d3dce6;
    padding-top: 26px;
    margin-top: 26px;
  }
}
.component--border-top {
  border-top: 3px solid #d3dce6;
}
.component--separator .component__content {
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid #d3dce6;
}
.component--side {
  padding: 26px 16px;
  margin: 0 -16px;
}
@media screen and (min-width: 1024px) {
  .component--side {
    padding: 26px;
    margin: 0;
  }
}
.component--scrollable {
  padding: 0;
  height: calc(100vh - 68px);
}
.component--scrollable .component__content {
  height: 100%;
  padding: 26px 16px;
  overflow-y: scroll;
}
@media screen and (min-width: 1024px) {
  .component--scrollable .component__content {
    padding: 26px;
  }
}
.component__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.component--center .component__head {
  justify-content: center;
}
.component__head--background {
  color: #fff;
  padding: 10px 20px 10px 10px;
}
.component__head--background img {
  display: block;
}
.component__head--background .controls--alt .controls__item {
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1023px) {
  .component__head--background {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
  }
}
.component__head + .component__content {
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .component__head + .component__content {
    margin-top: 42px;
  }
}
.component__head + .component__content--nospacing {
  margin-top: 16px;
}
.component__foot {
  margin-top: 46px;
  text-align: center;
}
.component__foot--top-offer {
  margin-top: 16px;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .component__foot--premium-spacing {
    margin-top: 30px;
  }
}
.component__cta {
  background-color: #f5f9ff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 16px;
  margin-top: 50px;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .component__cta {
    align-items: flex-start;
    flex-direction: column;
  }
}
.component--center {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
.component--nospacing {
  padding: 0;
}
.component__loader {
  text-align: center;
  padding: 40px;
}
.component--border-top {
  border-top: 1px solid #D3DCE6;
  padding-top: 26px;
}
@media screen and (max-width: 1023px) {
  .component--override-padding {
    padding: 16px;
  }
}

.loader {
  position: relative;
  width: 80px;
  height: 45px;
  display: none;
}
.loading .loader {
  display: inline-block;
}
.loader &gt; * {
  position: absolute;
  top: 17px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #e41e27;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loader &gt; *:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.loader &gt; *:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.loader &gt; *:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.loader &gt; *:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.component-label {
  margin-top: 10px;
  color: #959baf;
}

.link__more--article {
  display: block;
  width: 100%;
}
.link__more--article a {
  background: #fce8e9;
  border-radius: 5px;
  margin: 26px 0 42px 0;
  text-align: center;
  padding: 8px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .link__more--article {
    display: none;
  }
}

.gallery-actions__item {
  background: #F5F9FF;
  border-radius: 5px;
}

.edit {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  height: 34px;
  width: 34px;
  box-shadow: 0px 4px 4px -3px rgba(228, 30, 39, 0.15);
  border-radius: 100%;
  background: #e41e27 url(../img/icons/edit.svg);
}

.document {
  display: flex;
  background-color: #f5f9ff;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
}
@media screen and (max-width: 1023px) {
  .document {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}
.document__group + .document__group {
  margin-left: 0px;
}
@media screen and (min-width: 1023px) {
  .document__group + .document__group {
    margin-left: 18px;
  }
}
.document__icon {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  background: #959baf url(../img/icons/document.svg) no-repeat 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.document__title {
  font-size: 20px;
  font-weight: 500;
}

.custom_creative__template {
  display: none;
  visibility: hidden;
}

.responsive-iframe {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.responsive-iframe__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.success-message {
  border-radius: 10px;
  background: #f5f9ff;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.social {
  display: flex;
  list-style-type: none;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.social__icon {
  background: #f5f9ff;
  border-radius: 50%;
  padding: 8px;
  width: 32px;
  height: 32px;
}

.flex {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .flex {
    flex-direction: row;
  }
}
.flex--alpha {
  align-items: flex-end;
}

.main {
  margin-top: 26px;
}

.block + .block {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .block + .block {
    margin-top: 42px;
  }
}
.block--billboard div[id^=google_ads_iframe] {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .block--billboard div[id^=google_ads_iframe] {
    margin-bottom: 42px;
  }
}
.block--billboard + .block {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .block--billboard + .block {
    margin-top: 0;
  }
}
.block--fixed {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
}
.block--spacing {
  padding: 42px 0;
}
.block--light {
  background-color: #f5f9ff;
  padding: 42px 0;
}
.block--premium + .block--light, .block--light + .block--light {
  margin-top: 0;
}
.block--light--np {
  background-color: #f5f9ff;
}
.block + .block--overflow-spacing {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 64px;
}
.block--premium {
  background-color: #30333c;
  color: #fff;
  padding: 24px 0;
}
.block--premium .card__headline {
  color: #b8a67a;
}
.block--premium .card--border-top-down {
  border-color: #565960;
}
@media screen and (min-width: 1024px) {
  .block--premium {
    padding: 42px 0;
  }
}
.block__inner {
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 1024px) {
  .block__inner {
    padding: 0 50px;
    max-width: 1440px;
  }
}
.block__inner--wide {
  max-width: 1920px;
  padding: 0;
}
.block--border-top .block__inner {
  border-top: 1px solid #d3dce6;
  padding-top: 24px;
}
@media screen and (min-width: 1024px) {
  .block--border-top .block__inner {
    padding-left: 0;
    padding-right: 0;
    max-width: 1340px;
  }
}
.block--border .block__inner {
  border-top: 1px solid #d3dce6;
  border-bottom: 1px solid #d3dce6;
  padding: 24px 0;
  max-width: 1340px;
}
.block--border .block__inner:first-child {
  border-top: 0px;
  padding-top: 0px;
}
@media screen and (max-width: 1023px) {
  .block__inner--no-padding {
    padding: 0px;
  }
}
@media screen and (max-width: 1023px) {
  body.private-profile .block__inner {
    padding: 0px;
  }
}
.block--article-toolbar {
  z-index: 110;
  display: none;
  pointer-events: none;
}
.block--special + .block--light, .block--light + .block--special {
  margin-top: 0;
}

.native-studio-visual {
  max-width: 140px;
}

.profile-messages + .profile-messages {
  margin-top: 12px;
}

.profile-messages {
  display: block;
  padding: 12px 12px 0 12px;
  border-top: 1px solid #D3DCE6;
}
.profile-messages:first-child {
  border-top: none;
  padding-top: 0px;
}
.profile-messages__text {
  font-size: 14px;
  line-height: 125%;
}
.profile-messages__time {
  font-size: 12px;
  line-height: 125%;
  color: #e41e27;
  padding-top: 6px;
}
.profile-messages--seen .profile-messages__text, .profile-messages--seen .profile-messages__time {
  color: #6B7280;
}

.search-results-none {
  display: none;
  font-size: 26px;
  line-height: 120%;
  margin-top: 64px;
}

.text2speech-template {
  display: none;
}

.premium-logo {
  display: block;
  margin: 0 auto;
  max-width: 179px;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.flipbook {
  position: relative;
  aspect-ratio: 16/10;
}
.flipbook iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flipbook iframe + * {
  display: none;
}

body {
  padding-top: 54px;
}
@media screen and (max-width: 1023px) {
  body:not(.amp) {
    padding-top: 104px;
    max-width: 414px;
    margin: 0 auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 1024px) {
  body {
    padding-top: 68px;
  }
  body:not(.fullscreen) {
    padding-top: 118px;
  }
  body:not(.fullscreen).subnav-visible {
    padding-top: 165px;
  }
}

@media screen and (max-width: 1023px) {
  body.mega-menu-visible {
    overflow: hidden;
  }
}

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: 0.3s box-shadow;
}
body.mega-menu-visible .header, .header.is-sticky {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1023px) {
  body:not(.amp) .header {
    max-width: 414px;
    margin: 0 auto;
  }
  body.mega-menu-visible .header {
    overflow-y: scroll;
    height: 100%;
    position: fixed;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .header__inner {
    padding: 0 50px;
  }
}
.header__inner--line:after {
  content: "";
  position: absolute;
  height: 1px;
  left: 100px;
  right: 0;
  top: 53px;
  z-index: -1;
  background: #D3DCE6;
}
@media screen and (min-width: 1024px) {
  .header__inner--line:after {
    top: 67px;
    left: 185px;
    right: 50px;
  }
}
body.section--special:not(.subnav-visible) .header .header__inner--line:after, body.fullscreen .header .header__inner--line:after, body:not(.mega-menu-visible).user-profile .header .header__inner--line:after, body:not(.mega-menu-visible) .header.is-sticky .header__inner--line:after {
  content: none;
}
.header--red {
  background-color: #e41e27;
  color: #fff;
}
.header--newspaper {
  position: static;
  margin-top: 0px;
  padding: 16px 16px 0px;
}
@media screen and (min-width: 1024px) {
  .header--newspaper {
    margin-top: 42px;
    padding: 0px;
  }
}
.header--newspaper .header__inner {
  max-width: 1340px;
  padding: 0;
}
.header--newspaper .header__inner:first-child {
  background-color: #e41e27;
  color: #fff;
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .header--newspaper .header__inner:first-child {
    align-items: center;
    padding: 0 16px;
  }
}
.header__mega-menu {
  flex: 0 0 100%;
  display: none;
  padding-top: 50px;
  padding-bottom: 26px;
}
body.mega-menu-visible .header__mega-menu {
  display: block;
}
@media screen and (max-width: 1023px) {
  .header__actions {
    flex-grow: 1;
  }
  .header__logo {
    margin-left: -16px;
  }
  .header__main-nav {
    flex: 0 0 100%;
    margin-top: 42px;
    display: none;
  }
  body.mega-menu-visible .header__main-nav {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .header__logo {
    order: 10;
  }
  .header__title, .header__main-nav {
    order: 20;
    flex-grow: 1;
    padding: 0 20px;
  }
  .header__actions {
    order: 30;
  }
  .header__mega-menu {
    order: 40;
  }
  .header__title {
    text-align: center;
  }
}
.header__day-name {
  font-style: italic;
  font-weight: 500;
  font-size: 19px;
  font-family: "Roboto Serif", serif;
  padding: 47px 0 16px;
}
@media screen and (min-width: 1024px) {
  .header__day-name {
    font-size: 52px;
    padding: 26px;
  }
}
.header__subtitle {
  letter-spacing: -0.025em;
  font-family: "Roboto Serif", serif;
  font-size: 14px;
  line-height: 1.5263157895;
  color: #565960;
}
@media screen and (min-width: 1024px) {
  .header__subtitle {
    font-size: 19px;
  }
}
@media screen and (max-width: 1023px) {
  .header__share, .header__copyright {
    border-top: 1px solid #D3DCE6;
    padding-top: 24px;
    margin-top: 24px;
    font-size: 14px;
  }
}
.header__bottom {
  order: 50;
  width: 100%;
  background-color: #f5f9ff;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 1024px) {
  body.subnav-visible .header__bottom {
    margin-top: 47px;
  }
}
body.fullscreen .header__bottom, body.mega-menu-visible .header__bottom, .header.is-sticky .header__bottom {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header__bottom {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }
}
.header__row {
  padding: 10px;
}
.header__row + .header__row {
  border-top: 1px solid #d3dce6;
}

.logo {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  height: 54px;
  width: 86px;
  background: #e41e27 url(../img/logo-text-white.svg) no-repeat 50% 50%/auto 26px;
}
@media screen and (min-width: 1024px) {
  .logo {
    height: 68px;
    width: 116px;
    background-size: auto 40px;
  }
}
.logo--transparent {
  background-color: transparent !important;
}
.logo--large {
  width: 117px;
  height: 53px;
  background-size: 100% 100%;
}
@media screen and (min-width: 1024px) {
  .logo--large {
    width: 360px;
    height: 200px;
    background-size: auto 136px;
  }
}

.main-nav__list {
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .main-nav__list {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .main-nav__item.is-active {
    border-bottom: 1px solid #e41e27;
  }
}
html[data-theme=dark] .main-nav__item--special svg &gt; g {
  fill: currentColor;
}
@media screen and (min-width: 1024px) {
  .main-nav__item--special {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
  }
  .main-nav__item--special:before {
    content: "";
    position: absolute;
    right: 0;
    height: 42px;
    width: 1px;
    background: #D3DCE6;
    top: 50%;
    margin-top: -21px;
  }
}
.main-nav__wrapper {
  display: flex;
}
.main-nav__toggle {
  width: 32px;
  display: flex;
}
.main-nav__toggle svg {
  margin: auto;
}
.main-nav__item.is-active .main-nav__toggle {
  transform: rotate(180deg);
}
@media screen and (min-width: 1024px) {
  .main-nav__toggle {
    display: none;
  }
}
.main-nav__dropdown {
  display: none;
}
@media screen and (max-width: 1023px) {
  .main-nav__item.is-active .main-nav__dropdown {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .main-nav__dropdown {
    position: absolute;
    font-size: 15px;
    line-height: 18px;
    top: 68px;
    left: 50px;
    right: 50px;
  }
  .main-nav__dropdown:before {
    content: "";
    background: #fff;
    position: absolute;
    left: -9999px;
    right: -9999px;
    height: 100%;
    z-index: -1;
  }
  .main-nav__dropdown:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    right: 0;
    background-color: #d3dce6;
    z-index: -1;
  }
  body.section--special .main-nav__dropdown:after {
    content: none;
  }
  body:not(.fullscreen) .header:not(.is-sticky) .main-nav__item.is-active .main-nav__dropdown {
    display: block;
  }
  body.mega-menu-visible .main-nav__dropdown {
    display: none !important;
  }
}
.main-nav__dropdown-list {
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .main-nav__dropdown-list {
    border-radius: 3px;
    background-color: #f5f9ff;
  }
}
@media screen and (min-width: 1024px) {
  .main-nav__dropdown-list {
    display: flex;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .main-nav__dropdown-item {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1024px) {
  .main-nav__dropdown-item.is-active {
    border-bottom: 1px solid #e41e27;
  }
  .main-nav__dropdown-item:first-child {
    margin-left: auto;
  }
  .main-nav__dropdown-item:nth-child(n+12) {
    display: none;
  }
  .main-nav__dropdown-item:nth-child(11), .main-nav__dropdown-item:last-child {
    margin-right: auto;
  }
}
.main-nav__dropdown-link {
  padding: 10px;
  display: block;
  transition: 0.3s color;
}
.main-nav__dropdown-link:hover {
  color: #e41e27;
}
@media screen and (min-width: 1024px) {
  .main-nav__dropdown-link {
    padding: 14px 8px;
  }
}
.main-nav__link {
  flex-grow: 1;
  display: block;
  line-height: 19.2px;
  padding: 24px 8px;
  transition: 0.3s color;
}
@media screen and (max-width: 1023px) {
  .main-nav__link {
    padding: 10px 10px 10px 0;
    font-size: 20px;
  }
}
.main-nav__link--premium {
  color: #e41e27;
  font-weight: 700;
  text-transform: uppercase;
}
.main-nav__link--httpsrezolucijazemljahr, .main-nav__link--httpsrezolucijazemljahr:hover {
  color: #3bb44a !important;
}
@media screen and (min-width: 1024px) {
  .main-nav__item--special .main-nav__link {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.main-nav__link:hover {
  color: #e41e27;
}
.main-nav__premium-crown {
  display: inline-block;
  width: 21px;
  margin: 0 2px;
  height: 12px;
  overflow: hidden;
  text-indent: -9999px;
  background: url("../img/icons/vl-premium-red.svg");
}
.main-nav__buttons-mobile {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .main-nav__buttons-mobile {
    display: none;
  }
}
.main-nav__latest-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #42464E;
  color: #DDDDE0;
  text-transform: uppercase;
  padding: 17px;
}
.main-nav__latest-link .refresh-count {
  display: flex;
  gap: 10px;
}
.main-nav__vl-shop-link {
  display: block;
  text-align: center;
  background: #e41e27;
  color: #fff;
  text-transform: uppercase;
  padding: 17px;
  margin: 32px -16px 0 -16px;
}

.actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  position: relative;
}
.actions__item--dropdown {
  position: relative;
}
.actions__item + .actions__item {
  margin-left: 10px;
}
.actions__notification {
  position: absolute;
  right: 0;
  padding-top: 20px;
  display: none;
}
.actions__notification.is-active {
  display: block;
  z-index: 1;
}
.actions__link--user {
  position: relative;
  display: block;
}
.actions__link--country, .actions__link--setting {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 22px 0;
}
@media screen and (max-width: 1024px) {
  .actions__link--country, .actions__link--setting {
    padding: 15px 0;
  }
}
.actions__link--setting {
  cursor: pointer;
}
.actions__link--setting.setting-menu-visible .icon__close {
  display: block;
}
.actions__link--setting.setting-menu-visible .icon__open {
  display: none;
}
.actions__link--setting .icon__close {
  display: none;
}
.actions__dropdown, .actions__dropdown-setting {
  position: absolute;
  width: 160px;
  margin: -10px 0 0 -80px;
  left: 50%;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .actions__dropdown, .actions__dropdown-setting {
    left: auto;
    right: 0;
    margin-left: 0;
  }
}
.actions__dropdown {
  display: none;
}
.actions__item:hover .actions__dropdown {
  display: block;
}
.actions__dropdown-list {
  text-align: center;
  background-color: #fff;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.15);
  list-style: none;
  border-radius: 3px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .actions__dropdown-list {
    padding: 16px;
  }
}
.actions__dropdown-list:before {
  content: "";
  position: absolute;
  margin-left: -5px;
  top: -5px;
  width: 10px;
  height: 10px;
  left: 50%;
  background-color: #fff;
  transform: rotate(45deg);
}
.actions__dropdown-setting .actions__dropdown-list:before {
  left: 30%;
  right: auto;
}
@media screen and (max-width: 1024px) {
  .actions__dropdown-list:before {
    left: auto;
    right: 10%;
  }
  .actions__dropdown-setting .actions__dropdown-list:before {
    left: auto;
    right: 35%;
  }
}
.actions__dropdown-link {
  padding: 10px;
  display: block;
}
.actions__icon {
  position: absolute;
  top: -4px;
  right: -10px;
  background: #e41e27;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  border-radius: 50%;
}

.vertical-menu__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: -10px;
}
.vertical-menu__item {
  flex: 0 0 50%;
}
@media screen and (max-width: 1024px) {
  .vertical-menu__item:first-child {
    flex: 0 0 100%;
  }
}
.vertical-menu__link {
  padding: 10px;
  display: block;
  transition: 0.3s color;
}
.vertical-menu__link:hover {
  color: #e41e27;
}

.mega-menu-component__title {
  color: #e41e27;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.mega-menu-component__title + .mega-menu-component__content {
  margin-top: 26px;
}

@media screen and (min-width: 1024px) {
  .copyright {
    text-align: right;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .header__main-nav {
    padding-right: 10px;
  }
  .main-nav {
    font-size: 14px; /* VLMAD-529 */
  }
  .main-nav__dropdown-link,
  .main-nav__link {
    padding-left: 6px;
    padding-right: 6px;
  }
  .actions__item + .actions__item {
    margin-left: 5px;
  }
  .main-nav__dropdown {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .header__main-nav {
    padding-right: 5px;
    padding-left: 5px;
  }
  .main-nav,
  .main-nav__dropdown {
    font-size: 10.9px; /* VLMAD-529 */
    letter-spacing: -0.01em;
  }
  .actions__item + .actions__item {
    margin-left: 5px;
  }
  .main-nav__item--border {
    padding-left: 6px;
    margin-left: 6px;
  }
  .button--kapa {
    font-size: 13px;
  }
  .logo {
    width: 80px;
    background-size: auto 27px;
  }
  .header__inner--line:after {
    left: 150px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .main-nav__dropdown-link,
  .main-nav__link {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.footer {
  background-color: #111;
}
.footer__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  justify-content: flex-end;
}

.audio-player {
  margin: 42px 0;
  background: #fde9e8;
  border-radius: 5px;
  padding: 10px 15px;
}
html[data-theme=dark] .audio-player {
  background: #30333c;
}
.audio-player__title {
  font-weight: 700;
  color: #e41e27;
}
.audio-player__inner {
  display: flex;
  align-items: center;
}
.is-active .audio-player__start {
  display: none;
}
.audio-player__pause {
  display: none;
}
.is-active .audio-player__pause {
  display: block;
}
.audio-player__content {
  flex-grow: 1;
  margin: 0 0 0 20px;
}
.audio-player__title {
  font-size: 14px;
  margin: 0 0 10px;
}
.audio-player__progress {
  position: relative;
  width: 100%;
  height: 5px;
  background: #FFF;
  margin: 6px 0;
}
.audio-player__line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #e41e27;
  transition: 1s width linear;
}
.audio-player__line:after {
  position: absolute;
  content: "";
  transform: translateX(50%) translateY(-50%);
  right: 0;
  top: 50%;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #e41e27;
}
.audio-player__duration {
  font-size: 12px;
  color: #999999;
}
.audio-player__duration span {
  padding: 0 2px 0 0;
}
.audio-player__player {
  display: none;
}

.card__image {
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}
.card__text {
  flex-grow: 1;
}
.card__headline {
  font-size: 14px;
  color: #e41e27;
  text-transform: uppercase;
}
.card__headline + .card__title {
  margin-top: 6px;
}
.card__headline img {
  width: auto;
  height: 24px;
}
.card__headline .card__comments-nr {
  background-image: url(../img/icons/comment-red.svg);
  color: #fff;
  position: static;
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}
.card__link {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .card__link {
    gap: 16px;
  }
}
.card__title {
  font-size: 18px;
  transition: 0.2s;
  display: -webkit-inline-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.card--type-horizontal .card__title, .card--type-horizontal-down .card__title, .card--type-horizontal-reverse .card__title, .card--type-horizontal-reverse-down .card__title {
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 1024px) {
  .card__title {
    -webkit-line-clamp: 3;
  }
}
.card--rows-2 .card__title {
  -webkit-line-clamp: 2;
}
.card--rows-4 .card__title {
  -webkit-line-clamp: 4;
}
.card:hover .card__title {
  opacity: 0.6;
}
.card__description {
  margin-top: 6px;
  height: 1.25;
  max-height: 59px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .card__description {
    display: none;
  }
}
.card__video-time {
  margin-top: 6px;
}
.card__published {
  margin-top: 10px;
  font-size: 14px;
  color: #959baf;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .card__published {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 6px;
    font-size: 12px;
  }
}
.card__video-duration {
  position: absolute;
  right: 6px;
  bottom: 6px;
}
.card__icons {
  position: absolute;
  right: 6px;
  bottom: 6px;
  display: flex;
  gap: 6px;
}
.card__icon {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  background: #fce8e9;
  height: 26px;
  width: 26px;
  border-radius: 5px;
  background-size: 100%;
}
.card__icon--premium {
  background-image: url(../img/icons/icon-crown.svg);
}
.card__icon--video {
  background-image: url(../img/icons/icon-play.svg);
}
.card__icon--special {
  background-color: #fff;
  background-image: url(../img/icons/icon-special.svg);
}
.card__ordinal-nr {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fbdddf;
  color: #e41e27;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
}
.card__comments-nr {
  right: 10px;
  top: 10px;
  position: absolute;
  background: url(../img/icons/comment.svg) 0 0/100%;
  height: 28px;
  width: 32px;
  color: #111;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.8333333333;
  text-align: center;
}
.card__video-duration + .card__icons, .card__ordinal-nr + .card__comments-nr {
  display: none;
}
.card--type-reverse .card__link {
  flex-direction: column-reverse;
}
@media screen and (max-width: 1023px) {
  .card--type-reverse-down .card__link {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .card--type-reverse-up .card__link {
    flex-direction: column-reverse;
  }
}
.card--type-horizontal .card__link, .card--type-horizontal-reverse .card__link {
  flex-direction: row;
  gap: 10px;
}
.card--type-horizontal .card__visual, .card--type-horizontal-reverse .card__visual {
  flex: 0 0 35%;
}
@media screen and (max-width: 1023px) {
  .card--type-horizontal-down .card__link {
    flex-direction: row;
    gap: 10px;
  }
  .card--type-horizontal-down .card__visual {
    flex: 0 0 35%;
  }
}
@media screen and (min-width: 1024px) {
  .card--type-horizontal-up .card__link {
    flex-direction: row;
    gap: 10px;
  }
  .card--type-horizontal-up .card__visual {
    flex: 0 0 35%;
  }
}
.card--type-horizontal-reverse .card__link {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  .card--type-horizontal-reverse-down .card__link {
    flex-direction: row-reverse;
    gap: 10px;
  }
  .card--type-horizontal-reverse-down .card__visual {
    flex: 0 0 35%;
  }
}
@media screen and (min-width: 1024px) {
  .card--type-horizontal-reverse-up .card__link {
    flex-direction: row-reverse;
    gap: 10px;
  }
  .card--type-horizontal-reverse-up .card__visual {
    flex: 0 0 35%;
  }
}
.card--align-text .card__text {
  padding: 0 16px;
}
@media screen and (min-width: 1024px) {
  .card--align-text .card__text {
    padding: 0 50px;
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
  }
}
.card--align-center .card__link {
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .card--align-center-down .card__link {
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .card--align-center-up .card__link {
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .card--border-text-up .card__link {
    gap: 20px;
  }
  .card--border-text-up .card__text {
    padding-top: 24px;
    border-top: 5px solid #e41e27;
  }
}
@media screen and (max-width: 1023px) {
  .card--border-top-down {
    border-top: 1px solid #D3DCE6;
    padding-top: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .card--border-top-up {
    border-top: 1px solid #D3DCE6;
    padding-top: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .card--border-bottom-down {
    border-bottom: 1px solid #D3DCE6;
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .card--border-bottom-up {
    border-bottom: 1px solid #D3DCE6;
    padding-bottom: 16px;
  }
}
.card--image-half .card__visual {
  flex: 0 0 calc(50% - 10px);
}
@media screen and (min-width: 1024px) {
  .card--image-half .card__visual {
    flex: 0 0 calc(50% - 13px);
  }
}
.card--image-half .card__link {
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .card--image-half .card__link {
    gap: 26px;
  }
}
@media screen and (max-width: 1023px) {
  .card--image-half-down .card__visual {
    flex: 0 0 calc(50% - 10px);
  }
  .card--image-half-down .card__link {
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .card--image-half-up .card__visual {
    flex: 0 0 calc(50% - 13px);
  }
  .card--image-half-up .card__link {
    gap: 26px;
  }
}
.card--image-medium .card__visual {
  flex: 0 0 42%;
}
@media screen and (max-width: 1023px) {
  .card--image-wide-down .card__visual {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (max-width: 1023px) {
  .card--image-hide-down .card__visual {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .card--image-hide-up .card__visual {
    display: none;
  }
}
.card--icons-small .card__icons {
  gap: 4px;
}
.card--icons-small .card__icon {
  width: 16px;
  height: 16px;
  border-radius: 3px;
}
.card--icons-small .card__comments-nr {
  right: 6px;
  top: 6px;
  height: 21px;
  width: 24px;
  font-weight: 500;
  font-size: 10px;
  line-height: 17px;
}
@media screen and (max-width: 1023px) {
  .card--icons-small-down .card__icons {
    gap: 4px;
  }
  .card--icons-small-down .card__icon {
    width: 16px;
    height: 16px;
  }
  .card--icons-small-down .card__comments-nr {
    right: 6px;
    top: 6px;
    height: 21px;
    width: 24px;
    font-weight: 500;
    font-size: 10px;
    line-height: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .card--icons-small-up .card__icons {
    gap: 4px;
  }
  .card--icons-small-up .card__icon {
    width: 16px;
    height: 16px;
  }
  .card--icons-small-up .card__comments-nr {
    right: 6px;
    top: 6px;
    height: 21px;
    width: 24px;
    font-weight: 500;
    font-size: 10px;
    line-height: 17px;
  }
}
.card--size-small .card__headline {
  font-size: 12px;
}
.card--size-small .card__title {
  font-size: 15px;
}
@media screen and (max-width: 1023px) {
  .card--size-small-down .card__headline {
    font-size: 12px;
  }
  .card--size-small-down .card__title {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .card--size-small-up .card__headline {
    font-size: 12px;
  }
  .card--size-small-up .card__title {
    font-size: 15px;
  }
}
.card--size-medium .card__title {
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  .card--size-medium-down .card__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .card--size-medium-up .card__title {
    font-size: 24px;
  }
}
.card--size-large .card__title {
  font-size: 22px;
}
@media screen and (min-width: 1024px) {
  html[data-size="16"] .card--size-large .card__title {
    font-size: 32px;
  }
}
.card--size-xlarge .card__title {
  font-size: 22px;
}
@media screen and (min-width: 1024px) {
  .card--size-xlarge .card__title {
    font-size: 36px;
    max-width: 1000px;
  }
}
@media screen and (min-width: 1420px) {
  .card--size-xlarge .card__title {
    max-width: 1200px;
    font-size: 44px;
  }
}
@media screen and (min-width: 1024px) {
  .card--ordinal-nr-large .card__ordinal-nr {
    font-size: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .card--spacing--large-up .card__link {
    gap: 32px;
  }
}
.card--mega .card__content, .card--breaking .card__content {
  margin-top: 26px;
}
.card--mega .card__title, .card--breaking .card__title {
  font-size: 32px;
}
@media screen and (min-width: 1024px) {
  .card--mega .card__title, .card--breaking .card__title {
    font-size: 52px;
  }
}
@media screen and (min-width: 1024px) {
  .card--mega .card__link {
    display: flex;
    flex-direction: column-reverse;
  }
  .card--mega .card__text {
    margin-top: 0;
    text-align: center;
  }
}
.card--type-horizontal-reverse-down .card__title {
  height: auto;
}
.card--type-horizontal-up .card__title {
  height: auto;
}
.card--flex-height .card__title {
  height: auto !important;
}
@media screen and (min-width: 1024px) {
  .card--flex-height-up .card__title {
    height: auto !important;
  }
}
@media screen and (max-width: 1023px) {
  .card--flex-height-down .card__title {
    height: auto !important;
  }
}
.card__date {
  color: #e41e27;
  font-weight: 700;
  font-size: 12px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 6px;
}
@media screen and (max-width: 1024px) {
  .card__date {
    font-size: 14px;
  }
}
.card__list {
  list-style-type: none;
}
@media screen and (max-width: 1023px) {
  .card__list {
    margin-top: 16px;
  }
}
.card__list li {
  font-size: 14px;
}
.card__list li + li {
  margin-top: 5px;
}

.card--type-horizontal-reverse-down.card--type-horizontal-up .card__title {
  height: auto;
}

.card-group__item + .card-group__item {
  margin-top: 14px;
}
@media screen and (min-width: 1024px) {
  .card-group__item + .card-group__item {
    margin-top: 26px;
  }
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(2);
    opacity: 0.2;
  }
}
.circle {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  display: flex;
  width: 100%;
  height: 100%;
}
.circle__inner {
  height: 25%;
  width: 25%;
  border-radius: 50%;
  background-color: #e41e27;
  margin: auto;
  position: relative;
}
.circle__inner:before, .circle__inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e41e27;
  border-radius: 50%;
}
.circle__inner:before {
  animation: ripple 2s linear infinite;
}
.circle__inner:after {
  animation: ripple 2s linear 1s infinite;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.custom_creative {
  position: relative;
  z-index: 10;
  width: 970px;
  height: 250px;
  margin: 0 auto 20px;
}
.custom_creative__template {
  display: none;
  visibility: hidden;
}
.custom_creative__output {
  display: none;
  visibility: hidden;
}
.custom_creative__output.is_shown {
  display: block;
  visibility: visible;
}
.custom_creative.is_opened {
  z-index: 1000;
}
.custom_creative__mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #202020;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.35s linear 0s, width 0s linear 0.35s, height 0s linear 0.35s;
}
.custom_creative.is_opened .custom_creative__mask {
  width: 100%;
  height: 100%;
  opacity: 0.9;
  transition: opacity 0.35s linear 0.35s;
}
.custom_creative__iframe {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.custom_creative__iframe--front {
  transition: transform 450ms linear 300ms;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform-origin: 50% 100% 0px;
  z-index: 3;
  cursor: pointer;
  transform: perspective(2500px) rotateX(0deg);
}
.custom_creative.is_opened .custom_creative__iframe--front {
  transition: transform 450ms linear 0s;
  transform: perspective(2500px) rotateX(-90deg);
}
.custom_creative__iframe--back {
  position: relative;
  z-index: 1;
}
.custom_creative__back_wrap {
  position: relative;
  z-index: 3;
}
.custom_creative__video_wrap {
  position: absolute;
  top: 20px;
  right: -50%;
  left: -50%;
  z-index: 2;
  display: block;
  width: 300px;
  height: auto;
  margin: auto;
  opacity: 0;
  transition: opacity 0.2s linear 250ms, width 0.45s linear 0s, top 0.45s linear 0s;
}
.custom_creative.is_opened .custom_creative__video_wrap {
  top: -2px;
  z-index: 6;
  opacity: 1;
  width: 70vw;
  transition: opacity 0.3s linear 0.35s, width 0.65s linear 0.35s, top 0.65s linear 0.35s;
}
@media screen and (max-width: 1024px) {
  .custom_creative.is_opened .custom_creative__video_wrap {
    top: -65px;
    width: 80vw;
  }
}
.custom_creative__close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.custom_creative__close_btn .icon__close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.custom_creative__video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.custom_creative__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 80px;
  left: 0;
  z-index: 2;
  display: block;
}
.custom_creative__overlay_btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  cursor: pointer;
  transition: right 0s linear 1s;
}
.custom_creative.is_opened .custom_creative__overlay_btn {
  transition: none;
  right: 100%;
}
.custom_creative__shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #101010;
  background-position: center center;
  background-size: auto;
  background-repeat: repeat;
  transform-origin: 50% 100% 0px;
  transform: perspective(2500px) rotateX(-90deg);
  transition: transform 50ms linear 300ms;
}
.custom_creative.is_opened .custom_creative__shadow {
  transition: transform 50ms linear 400ms;
  transform: perspective(2500px) rotateX(-100deg);
}
.custom_creative__counter_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 80px;
  height: 80px;
  margin: auto;
  overflow: hidden;
  display: none;
}
.custom_creative__counter_wrap:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: white transparent transparent;
  animation: spin 1s infinite linear;
}
.custom_creative__counter span {
  display: block;
  font-size: 30px;
  line-height: 80px;
  color: #fff;
  text-align: center;
}
.custom_creative__counter span.is_hidden {
  display: none;
  visibility: hidden;
}

.banner {
  text-align: center;
}
.banner--belowarticle {
  margin: 20px 0;
}
.banner__label {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.banner__placement iframe {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  body.desktop_body--wallpaper .content__wrap {
    max-width: 1004px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  body.desktop_body--wallpaper .block__inner,
  body.desktop_body--wallpaper .footer__inner {
    padding: 0 20px;
  }
  body.desktop_body--wallpaper .header__inner {
    max-width: 1004px;
    padding: 0 20px 0 0;
  }
  body.desktop_body--wallpaper .main-nav__dropdown {
    left: 20px;
    right: 20px;
  }
  body.desktop_body--wallpaper .header__inner--line:after {
    left: 90px;
    right: 20px;
  }
}
@media screen and (min-width: 1280px) {
  body.desktop_body--wallpaper .header__inner--line:after {
    left: 122px;
  }
}
@media screen and (min-width: 1370px) {
  body.desktop_body--wallpaper .header__inner--line:after {
    left: 140px;
  }
  body.desktop_body--wallpaper .header__inner,
  body.desktop_body--wallpaper .content__wrap {
    max-width: 1310px;
  }
  body.desktop_body--wallpaper .banner--970 {
    margin: 0 -20px;
  }
  body.desktop_body--wallpaper .main-nav__dropdown-link,
  body.desktop_body--wallpaper .main-nav__link {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1369px) {
  body.desktop_body--wallpaper .header__main-nav {
    padding-right: 8px;
    padding-left: 8px;
  }
  body.desktop_body--wallpaper .main-nav,
  body.desktop_body--wallpaper .main-nav__dropdown {
    font-size: 11.5px;
    letter-spacing: -0.01em;
  }
  body.desktop_body--wallpaper .main-nav__dropdown-link,
  body.desktop_body--wallpaper .main-nav__link {
    padding-left: 3px;
    padding-right: 3px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1369px) {
  body.desktop_body--wallpaper .main-nav__dropdown-link,
  body.desktop_body--wallpaper .main-nav__link {
    padding-left: 3px;
    padding-right: 3px;
  }
}

.tabs {
  display: flex;
  border-bottom: 2px solid #d3dce6;
  margin-top: -26px;
  position: relative;
  margin-left: -16px;
  margin-right: -16px;
  width: 100%;
  flex-grow: 1;
}
@media screen and (min-width: 1024px) {
  .tabs {
    margin-left: 0px;
    margin-right: 0px;
    flex-grow: inherit;
  }
}
.tabs__tab {
  flex: 0 0 50%;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: block;
  padding: 26px 10px;
  color: #d3dce6;
  transition: color 0.3s;
}
.tabs__tab:hover, .tabs__tab.is-active {
  color: #111;
}
.tabs__tab:hover .tabs__bubble, .tabs__tab.is-active .tabs__bubble {
  background-color: #fce8e9;
}
body.private-profile .tabs__tab.is-active {
  position: relative;
}
body.private-profile .tabs__tab.is-active:after {
  content: "";
  position: absolute;
  bottom: -2px;
  border: 2px solid #e41e27;
  width: 100%;
  left: 0;
}
.tabs__bubble {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  background-color: #f5f9ff;
  border-radius: 10em;
  padding: 2px 8px;
  transition: background-color 0.3s;
}
.tabs__active-indicator {
  position: absolute;
  height: 2px;
  background-color: #111;
  top: 100%;
  left: 0;
  transition: all 0.3s;
  width: 0%;
}
.tabs--alt .tabs__tab {
  flex-basis: auto;
  text-transform: none;
  font-weight: 400;
  font-size: 19px;
}
.tabs--alt .tabs__tab:hover, .tabs--alt .tabs__tab.is-active {
  color: #e41e27;
}
.tabs--alt .tabs__bubble {
  font-size: 16px;
}
.tabs--alt .tabs__active-indicator {
  background-color: #e41e27;
}
@media screen and (max-width: 1023px) {
  .tabs--alt {
    justify-content: center;
    gap: 47px;
  }
  .tabs--alt .tabs__tab {
    padding: 25px 0px 15px 0px;
  }
}
.tabs--large {
  border-bottom: none;
  max-width: 820px;
  margin: 0 auto;
  background-color: #f5f9ff;
}
.tabs--large .tabs__tab {
  font-size: 21px;
  font-weight: 400;
  color: #959baf;
  flex: 1 0 auto;
}
@media screen and (max-width: 1023px) {
  .tabs--large .tabs__tab {
    font-size: 12px;
  }
}
.tabs--large .tabs__tab:hover, .tabs--large .tabs__tab.is-active {
  color: #e41e27;
}
.tabs--large .tabs__tab.is-active {
  background-color: #fff;
  border-top: 2px solid #e41e27;
}
.tabs--sport-live {
  width: auto;
  margin-top: 0;
  border-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .tabs--sport-live {
    display: none;
  }
}
.tabs--sport-live .tabs__tab {
  text-transform: none;
  font-weight: 400;
  font-size: 19px;
  padding: 10px 20px;
  background-color: #f5f9ff;
}
.tabs--sport-live .tabs__tab.is-active {
  background-color: #fff;
}
.tabs--sport-live .tabs__active-indicator {
  background-color: #e41e27;
  top: 0;
}
.tabs--special {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin: 0;
  border-bottom: none;
}
@media screen and (max-width: 1023px) {
  .tabs--special {
    flex-direction: column;
  }
}
.tabs--special .tabs__tab {
  flex: 0 0 auto;
  padding: 10px 26px;
  text-transform: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 42px;
  color: #42464E;
}
.tabs--special .tabs__tab:not(.is-active) + .tabs__tab {
  border-left: 1px solid #D3DCE6;
}
.tabs--special .tabs__tab.is-active {
  color: #fff;
  background: #e41e27;
  border-left: none;
}
@media screen and (min-width: 1024px) {
  .tabs--special .tabs__tab {
    font-size: 26px;
  }
}
.tabs--livecast-margin {
  margin: 26px 0;
}

.tabs-content__item {
  display: none;
}
.tabs-content__item.is-active {
  display: block;
}

.related-container .flickity-button {
  color: #aaa;
}
.related-container .flickity-button:focus {
  box-shadow: none;
}
.related-container .flickity-button:disabled {
  opacity: 0;
}
.related-container .flickity-prev-next-button {
  border-radius: 0;
  top: 0;
  bottom: 0;
  height: auto;
  transform: none;
  width: 100px;
}
.related-container .flickity-prev-next-button .flickity-button-icon {
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
.related-container .flickity-prev-next-button.previous {
  left: 0;
  background: linear-gradient(90deg, #fff 20%, rgba(255, 255, 255, 0) 100%);
}
.related-container .flickity-prev-next-button.previous .flickity-button-icon {
  left: 0;
}
.related-container .flickity-prev-next-button.next {
  right: 0;
  background: linear-gradient(270deg, #fff 20%, rgba(255, 255, 255, 0) 100%);
}
.related-container .flickity-prev-next-button.next .flickity-button-icon {
  left: auto;
  right: 0;
}
.related-container__title {
  text-transform: uppercase;
  font-size: 13px;
  color: #959baf;
  margin-top: 25px;
  letter-spacing: 0.05em;
}
.related-container__slider {
  display: flex;
  gap: 15px;
  flex-direction: column;
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .related-container__slider {
    flex-direction: column;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-top: 15px;
    -webkit-overflow-scrolling: touch;
    display: flex;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
  }
  .related-container__slider::-webkit-scrollbar {
    display: none;
  }
}
.related-container__slider .flickity-slider {
  display: flex;
  align-items: center;
}
.related-container__item:last-child {
  padding-bottom: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .related-container__item {
    width: 33.3333333333%;
    min-width: 400px;
    border-left: 1px solid #D3DCE6;
    padding-left: 20px;
    margin-left: 20px;
    align-items: center;
    display: flex;
  }
  .related-container__item:first-child {
    border-left: 0;
    padding-left: 0;
    margin-left: 0px;
  }
  .related-container__item:last-child {
    box-sizing: initial;
    padding-right: 100px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}

.related-container.js-related-arrow::before {
  visibility: hidden;
}

.related__title {
  color: #959baf;
  font-size: 18px;
  display: -webkit-inline-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.4em;
}

.slider:not(.slider--top-offer) {
  overflow: hidden;
}
.slider:not(.slider--top-offer) .slider__inner {
  margin: 0 -10px;
}
.slider:not(.slider--top-offer) .slider__inner:not(.flickity-enabled) {
  display: flex;
}
.slider:not(.slider--top-offer) .slider__inner:not(.flickity-enabled) .slider__item:nth-child(n+5) {
  display: none;
}
.slider:not(.slider--top-offer) .slider__item {
  flex-shrink: 0;
  width: 80%;
  padding: 0 10px;
}
@media screen and (min-width: 1024px) {
  .slider:not(.slider--top-offer) .slider__item {
    max-width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .slider--20 .slider__inner {
    overflow: hidden;
  }
}
.slider--20 .slider__inner .slider__item:nth-child(n+5) {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .slider--20 .slider__item {
    max-width: 20% !important;
  }
}
.slider--20 .slider__item:nth-child(n+5) {
  display: flex !important;
}
@media screen and (max-width: 1023px) {
  .slider__item--temp {
    display: none;
  }
}
.slider .flickity-prev-next-button {
  height: 32px;
  width: 32px;
  background: #FFF;
  top: 25%;
}
.slider .flickity-prev-next-button:focus {
  box-shadow: none;
}
.slider .flickity-prev-next-button.next {
  transform: translateX(50%);
}
.slider .flickity-prev-next-button.previous {
  transform: translateX(-50%);
}
.slider .flickity-prev-next-button .flickity-button-icon {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 12px;
  height: 12px;
  fill: #959BAF;
}

.slider--top-offer {
  overflow: hidden;
}
.slider--top-offer .slider__item {
  width: 100%;
  display: flex;
  gap: 16px;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .slider--top-offer .slider__item {
    flex-wrap: wrap;
  }
}
.slider--top-offer .slider__item + .slider__item {
  margin-left: 16px;
}
.slider--top-offer .slider__inner:not(.flickity-enabled) .slider__item + .slider__item {
  display: none;
}
.slider--top-offer .slider__col {
  width: calc(25% - 8px);
}
@media screen and (max-width: 1023px) {
  .slider--top-offer .slider__col {
    width: calc(50% - 8px);
  }
}

.controls {
  display: flex;
}
.controls.is-inactive {
  display: none;
}
.controls__item {
  background-color: #f5f9ff;
  height: 32px;
  width: 32px;
  display: flex;
}
.controls__item + .controls__item {
  margin-left: 6px;
}
.controls__item--previous {
  background-image: url(../img/icons/arrow-left.svg);
}
.controls__item--next {
  background-image: url(../img/icons/arrow-right.svg);
}
.controls__item.is-inactive {
  pointer-events: none;
}
.controls__item.is-inactive svg {
  opacity: 0.25;
}
.controls__item svg {
  margin: auto;
}

@media screen and (max-width: 1023px) {
  .block--slider-full {
    overflow: hidden;
  }
  .block--slider-full .flickity-viewport,
  .block--slider-full .slider {
    overflow: initial;
  }
}

.mainwrap {
  width: 100%;
  margin: 22px auto 42px;
  display: flex;
  flex-direction: column;
}
.mainwrap .logobox {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.mainwrap .logobox .offer-logo {
  width: 100%;
}
.mainwrap .logobox .offer-logo img {
  position: relative;
  top: 0;
  left: 0;
  width: inherit;
}
.mainwrap .logobox .offer-logo img:first-of-type {
  display: block;
  width: 100%;
}
.mainwrap .logobox .njuskalo-figure .njuskalo-image {
  display: none;
}
.mainwrap .offerholder {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.mainwrap .offerholder .offer-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}
.mainwrap .offerholder .offer-wrapper .offer-product {
  width: 48%;
  max-height: 342px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 4%;
  padding: 5px;
  color: inherit;
}
.mainwrap .offerholder .offer-wrapper .offer-product a {
  padding: 16px 12.5px;
}
.mainwrap .offerholder .offer-wrapper .offer-product a .title, .mainwrap .offerholder .offer-wrapper .offer-product a .price {
  font-family: "Roboto Slab", serif;
}
.mainwrap .offerholder .offer-wrapper .offer-product a .place, .mainwrap .offerholder .offer-wrapper .offer-product a .more {
  font-family: "Roboto", sans-serif;
}
.mainwrap .offerholder .offer-wrapper .offer-product a .title, .mainwrap .offerholder .offer-wrapper .offer-product a .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.mainwrap .offerholder .offer-wrapper .offer-product a .offer-title {
  min-height: 74px;
}
.mainwrap .offerholder .offer-wrapper .offer-product a .offer-title .title {
  font-weight: 900;
  font-size: 14px;
  -webkit-line-clamp: 2;
  max-height: 36px;
}
.mainwrap .offerholder .offer-wrapper .offer-product a .offer-title .place {
  display: block;
  font-size: 13px;
  padding-top: 12px;
  -webkit-line-clamp: 1;
}
.mainwrap .offerholder .offer-wrapper .offer-product a .offer-image img {
  width: 100%;
  max-height: 98px;
  min-height: 98px;
  object-fit: cover;
}
.mainwrap .offerholder .offer-wrapper .offer-product a .price {
  font-size: 15px;
  line-height: 32px;
  width: 100%;
  padding-bottom: 18px;
}
.mainwrap .offerholder .offer-wrapper .offer-product a .more {
  background: #fdcd00;
  border-radius: 4px;
  outline: none;
  border: none;
  text-transform: uppercase;
  font-weight: 900;
  min-height: 35px;
  font-size: 14px;
  width: 100%;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .mainwrap {
    position: relative;
    flex-direction: row;
    margin: 50px auto;
  }
  .mainwrap .logobox {
    width: 28%;
    position: relative;
    min-width: 245px;
    margin: 0;
    height: auto;
  }
  .mainwrap .logobox .offer-logo img {
    width: 100%;
    max-width: 200px;
    height: auto;
  }
  .mainwrap .logobox .offer-logo img:first-of-type {
    display: none;
  }
  .mainwrap .logobox .njuskalo-figure {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .mainwrap .logobox .njuskalo-figure picture {
    display: flex;
    justify-content: center;
    align-items: center;
    width: inherit;
    height: inherit;
  }
  .mainwrap .logobox .njuskalo-figure .njuskalo-image {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .mainwrap .offerholder {
    max-width: 80%;
  }
  .mainwrap .offerholder .offer-wrapper {
    flex-wrap: nowrap;
    justify-content: row;
  }
  .mainwrap .offerholder .offer-wrapper .offer-product {
    width: 24%;
    max-width: none;
    max-height: 390px;
    height: auto;
    margin: 0 7.5px;
  }
  .mainwrap .offerholder .offer-wrapper .offer-product:last-of-type {
    margin: 0 0 0 7.5px;
  }
  .mainwrap .offerholder .offer-wrapper .offer-product:first-of-type {
    margin: 0 7.5px 0 20px;
  }
  .mainwrap .offerholder .offer-wrapper .offer-product a {
    position: relative;
    overflow: hidden;
    padding: 20px 9px;
  }
  .mainwrap .offerholder .offer-wrapper .offer-product a .offer-title {
    min-height: 98px;
  }
  .mainwrap .offerholder .offer-wrapper .offer-product a .offer-title .title {
    font-size: 19px;
    max-height: 50px;
  }
  .mainwrap .offerholder .offer-wrapper .offer-product a .offer-title .place {
    padding-top: 14px;
    font-size: 16px;
  }
  .mainwrap .offerholder .offer-wrapper .offer-product a .offer-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66.7%;
  }
  .mainwrap .offerholder .offer-wrapper .offer-product a .offer-image img {
    max-height: 145px;
    min-height: 86px;
    width: 100%;
  }
  .mainwrap .offerholder .offer-wrapper .offer-product a .price {
    padding: 4px 0 0;
    font-size: 20px;
  }
  .mainwrap .offerholder .offer-wrapper .offer-product a .more {
    font-size: 16px;
    position: relative;
    bottom: 0;
    margin-top: 5%;
    left: 0;
  }
}
.top-offer-template {
  display: none;
}

.top-offer-sponsor {
  display: flex;
  gap: 16px;
  align-items: center;
  font-weight: 700;
}
.top-offer-sponsor__logo {
  height: 58px;
  max-width: 100px;
}
.top-offer-sponsor__logo img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.top-offer-sponsor__text {
  flex-grow: 1;
}
.top-offer-sponsor__category {
  font-size: 24px;
}
.top-offer-sponsor__category + .top-offer-sponsor__subcategory {
  margin-top: 4px;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .top-offer-sponsor__logo {
    max-width: 144px;
  }
  .top-offer-sponsor__subcategory:first-child {
    font-size: 24px;
  }
}

.component--slider .component__head {
  gap: 16px;
}
.component--slider .component__group:first-child {
  flex-grow: 1;
}

@media screen and (max-width: 1023px) {
  .controls--alt {
    display: none;
  }
}
.controls--alt .controls__item {
  background-color: #959baf;
  border-radius: 5px;
}
.controls--alt .controls__item path {
  stroke: #fff;
}

.slider--top-offer-alt .image {
  padding-top: 150%;
}
@media screen and (min-width: 1024px) {
  .slider--top-offer-alt {
    padding-bottom: 40px;
  }
  .slider--top-offer-alt .flickity-page-dots {
    height: 16px;
    bottom: -40px;
  }
  .slider--top-offer-alt .flickity-page-dots .dot {
    height: 16px;
    width: 16px;
  }
  html[data-theme=dark] .slider--top-offer-alt .flickity-page-dots .dot {
    background-color: #fff;
  }
  .slider--top-offer-alt .flickity-page-dots .dot.is-selected {
    background-color: #e10915 !important;
  }
}

.offer__image {
  position: relative;
}
.offer__date {
  color: #e41e27;
  font-weight: 700;
  font-size: 14px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  z-index: 9;
  right: 0;
  margin: 10px;
  padding: 6px;
}
.offer__text {
  padding: 15px;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.offer__title {
  font-size: 19px;
  transition: 0.2s;
}
.offer:hover .offer__title {
  opacity: 0.6;
}
.offer__headline {
  font-weight: 400;
  font-size: 16px;
}
.offer__price {
  font-weight: 700;
  font-size: 24px;
}
.offer__price del {
  font-weight: 400;
  font-size: 19px;
}

.horoscope {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.horoscope__item {
  width: 50%;
}
.horoscope__link {
  padding: 10px;
  display: flex;
  align-items: center;
  transition: 0.2s background-color;
}
.horoscope__link img,
.horoscope__link svg {
  margin-right: 8px;
}
.horoscope__link.is-active, .horoscope__link:hover {
  background-color: #fce8e9;
}
.horoscope--large {
  margin: 0;
}
.horoscope--large .horoscope__item {
  width: 16.6666666667%;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .horoscope--large .horoscope__item {
    width: 33.3333333333%;
  }
}
.horoscope--large .horoscope__link {
  display: block;
  padding: 30px 10px;
}
.horoscope--large .horoscope__link img,
.horoscope--large .horoscope__link svg {
  display: block;
  margin: 0 auto 8px;
  width: 42px;
  height: 42px;
}

.girl {
  display: block;
  position: relative;
  max-width: 290px;
  margin: 0 auto;
}
.girl .image {
  padding-top: 150%;
}
.girl__image {
  filter: blur(10px);
}
.girl__image img {
  object-position: top;
}
.girl__preview {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  background: url(../img/icons/preview.svg) no-repeat 50%;
  width: 46px;
  height: 46px;
  background-color: #fce8e9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -23px;
}

.archive {
  max-width: 328px;
  margin: -16px auto 0;
}
.archive__image img {
  max-width: 290px;
  width: 100%;
  height: auto;
}
.archive__button {
  margin-top: 20px;
}

.sidebar-native__banner {
  margin-top: 24px;
}

.toc {
  font-size: 15px;
  line-height: 1.5;
}
.toc__list {
  list-style: none;
}
.toc__item + .toc__item {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.toc__link {
  display: block;
  transition: 0.2s;
}
.toc__link:hover {
  opacity: 0.6;
}

.ms-scroll-down-btn,
.ms-scroll-up-btn,
.ms-scroll-left-btn,
.ms-scroll-right-btn {
  z-index: 100 !important;
}

.authors-latest__content {
  margin-top: 42px;
}

.author {
  font-size: 19px;
}
.author__link {
  display: flex;
  align-items: center;
  gap: 12px;
}
.author--reverse .author__link {
  flex-direction: column;
  position: relative;
}
.author--reverse .author__name {
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: -15px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: linear-gradient(360deg, #f5f9ff 33.52%, rgba(245, 249, 255, 0) 100%);
}
.author__image:not(.author__image--columnist) amp-img,
.author__image:not(.author__image--columnist) img {
  border: 3px solid #fff;
  box-shadow: 0px 6px 26px rgba(17, 17, 17, 0.1);
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.author__image--columnist {
  position: relative;
  max-width: 210px;
  margin: 0 auto;
  width: 100%;
}
.author__image--columnist:before {
  content: "";
  display: block;
  padding-top: 133.3333333333%;
}
.author__image--columnist img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.author--column .author__image--columnist {
  margin: 0;
  max-width: 120px;
}
.author__name {
  font-weight: 700;
}
.author__name--size div {
  color: #959BAF;
  font-weight: 400;
  font-size: 16px;
}
.author--small {
  font-size: 14px;
}
.author--small .author__image img {
  box-shadow: none;
  border: none;
}
.author--small .author__name {
  font-weight: 400;
}
.author--small .author__name div {
  color: #959baf;
}
.author--small .author__name strong {
  font-size: 16px;
  font-weight: 500;
}
.author--mobile {
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .author--mobile {
    gap: 0;
    flex-direction: column;
  }
}
.author--mobile .author__name div {
  display: none;
}
@media screen and (min-width: 1024px) {
  .author--mobile .author__name div {
    display: block;
  }
}
.author--mobile .author__link {
  gap: 6px;
}
@media screen and (min-width: 1024px) {
  .author--mobile .author__link {
    gap: 12px;
  }
}
.author--mobile .author__image img {
  height: 32px;
}
@media screen and (min-width: 1024px) {
  .author--mobile .author__image img {
    height: auto;
  }
}
.author--mobile .author__profile {
  margin-bottom: 0px;
}
@media screen and (min-width: 1024px) {
  .author--mobile .author__profile {
    margin-bottom: 57px;
  }
}
.author--mobile .author__profile .author__social {
  display: none;
}
@media screen and (min-width: 1024px) {
  .author--mobile .author__profile .author__social {
    display: flex;
  }
}
.author--explainer {
  font-size: inherit;
  color: inherit;
}
.author--explainer .author__image img {
  box-shadow: none;
  border: none;
  height: 32px;
}
.author--explainer .author__name {
  font-weight: 400;
}
.author--explainer .avatar--large-text {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}

.author-title--box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.author-title--box .author__name div {
  color: #959baf;
  font-weight: 400;
  font-size: 16px;
}
.author-title--box .author__name strong {
  font-weight: 700;
  font-size: 26px;
}
.author-title--box .author__image img {
  border: none;
}
.author-title--box .author--headline {
  color: #e41e27;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
.author-title--box .author--title {
  font-weight: 500;
  font-size: 32px;
  margin-top: 12px;
}
@media screen and (min-width: 1420px) {
  .author-title--box .author--title {
    font-size: 42px;
  }
}
.author-title--box .author__link {
  flex-direction: column;
  text-align: center;
  margin-top: -26px;
}
@media screen and (min-width: 1024px) {
  .author-title--box .author__link {
    flex-direction: row;
    text-align: left;
    margin-top: 0px;
  }
}

.author-title--separator {
  justify-content: space-evenly;
}
@media screen and (max-width: 1023px) {
  .author-title--separator {
    gap: 50px;
  }
}

.author-title--premium-center {
  justify-content: center;
  align-items: center;
}
.author-title--premium-center .author--headline {
  color: #b8a67a;
}
.author-title--premium-center .author--title {
  font-size: 22px;
  margin-top: 6px;
}
@media screen and (min-width: 1024px) {
  .author-title--premium-center .author--title {
    font-size: 38px;
  }
}
.author-title--premium-center .author--description {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin-top: 16px;
}

.author__title--border {
  border-top: 1px solid #D3DCE6;
  padding-top: 26px;
}
@media screen and (min-width: 1024px) {
  .author__title--border {
    padding-top: 0;
    border: none;
  }
}

.shop {
  max-width: 328px;
  margin: 0 auto;
}
.shop__visual {
  display: block;
  position: relative;
  min-height: 235px;
}
.shop__visual:hover .shop__image:nth-child(1) {
  margin-left: -10px;
}
.shop__visual:hover .shop__image:nth-child(2) {
  margin-right: -10px;
}
.shop__visual:hover .shop__image:nth-child(3) {
  transform: translateY(-40px);
}
@media screen and (max-width: 1023px) {
  .shop__visual {
    padding-top: 20px;
  }
}
.shop__image {
  background-color: #fff;
  box-shadow: 0px 2px 26px rgba(17, 17, 17, 0.1);
  display: block;
  max-width: 164px;
  width: auto;
  height: auto;
  transition: 0.2s all;
}
.shop__image:nth-child(1), .shop__image:nth-child(2) {
  position: absolute;
  max-width: 155px;
}
.shop__image:nth-child(1) {
  transform: rotate(-20deg);
  left: 25px;
}
@media screen and (min-width: 1024px) {
  .shop__image:nth-child(1) {
    left: 0;
  }
}
.shop__image:nth-child(2) {
  transform: rotate(20deg);
  right: 25px;
}
@media screen and (min-width: 1024px) {
  .shop__image:nth-child(2) {
    right: 0;
  }
}
.shop__image:nth-child(3) {
  transform: translateY(-30px);
  position: relative;
  margin: 0 auto;
}
.shop__button {
  margin-top: 20px;
}
.shop__bottom {
  margin-top: 16px;
  font-size: 14px;
  text-transform: uppercase;
  color: #959baf;
}
.shop__bottom a {
  text-decoration: underline;
}

.felix {
  margin: 0 auto;
  position: relative;
}
.felix__image--shadow {
  box-shadow: 0px 2px 8px 0px rgba(118, 55, 57, 0.1);
  padding: 15px;
  border: 1px solid #efefef;
}
@media screen and (max-width: 1023px) {
  .felix__arrows {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    gap: 8px;
  }
}
.felix__arrows-text {
  flex-grow: 1;
}
@media screen and (min-width: 1024px) {
  .felix__arrows-text {
    display: none;
  }
}
.felix__arrow {
  top: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  background-color: #d3dce6;
  border-radius: 5px;
}
.felix__arrow svg {
  margin: auto;
  opacity: 1;
}
.felix__arrow.is-disabled {
  opacity: 0.35;
}
@media screen and (min-width: 1024px) {
  .felix__arrow {
    position: absolute;
    transform: translateY(-50%);
  }
  .felix__arrow--prev {
    left: -50px;
  }
  .felix__arrow--next {
    right: -50px;
  }
}
.felix__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  position: relative;
  z-index: 70;
}
.felix__more {
  border-bottom: 1px solid #D3DCE6;
  margin-bottom: 26px;
}
.felix__more a {
  display: flex;
  justify-content: center;
  padding: 8px 24px;
  max-width: 220px;
  margin: 40px auto;
  border-radius: 5px;
  text-transform: capitalize;
}
@media screen and (min-width: 1024px) {
  .felix__more {
    display: none;
  }
}
.felix__group--inline {
  display: flex;
  gap: 10px;
}
.felix + .component {
  margin-top: 42px;
}
.felix--full-width {
  max-width: 390px;
}
.felix--width .felix--full-width {
  max-width: none;
}

.block--special {
  background-color: #F5F5F5;
  background-image: url("../img/background/ellipse.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  color: #111;
  padding: 35px 0px;
  position: relative;
}
.block--special a {
  position: relative;
}
.block--special .block__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
}
@media screen and (min-width: 1024px) {
  .block--special {
    padding: 60px 10px;
  }
}

.special-theme {
  display: none;
}
.special-theme img {
  max-width: 240px;
}

.special-theme-reverse {
  display: block;
}
.special-theme-reverse img {
  margin-left: -16px;
  max-width: 150px;
}

@media screen and (min-width: 1024px) {
  .special-theme-reverse {
    display: none;
  }
  .special-theme {
    display: block;
    margin-top: -60px;
  }
  .special-theme img {
    max-width: 240px;
    margin-left: 0px;
  }
}
.block--universal-special {
  color: #111;
}
.block--universal-special--invert {
  color: #fff;
}
.block--universal-special--invert .block__background {
  background-color: #2f3445;
}
.block--universal-special .block__background {
  position: relative;
  background-size: cover;
  padding-top: 213.89%;
}
@media screen and (max-width: 1023px) {
  .block--universal-special .block__background {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (min-width: 1024px) {
  .block--universal-special .block__background {
    padding-top: 40%;
  }
}
.block--universal-special a {
  pointer-events: auto;
}
.block--universal-special .block__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
}
.block--universal-special .block__content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 16px;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .block--universal-special .block__content {
    padding: 64px;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1419px) {
  .block--universal-special .block__content {
    padding: 30px;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1419px) {
  .block--universal-special .card__title {
    -webkit-line-clamp: 4;
    height: 4.9em;
  }
  .block--universal-special .card--special {
    padding-right: 0px;
  }
}

.special__title {
  font-size: 37px;
  line-height: 37px;
  text-transform: uppercase;
  font-weight: 700;
}
.special__title img {
  max-width: 100%;
  height: auto;
}
.special__headline {
  margin-top: 8px;
  line-height: 20px;
  font-size: 15px;
  padding-right: 30px;
}
@media screen and (min-width: 1024px) {
  .special__headline {
    padding-right: 0px;
  }
}
.special__headline:first-child {
  margin-top: 0;
}
.special__button {
  background: #e41e27;
  color: #fff;
  padding: 8px 12px;
  text-transform: uppercase;
  display: flex;
  margin-top: 30px;
  justify-content: center;
  max-width: 150px;
  transition: 0.3s all;
}
.special__button:first-child {
  margin-top: 0;
}
.special--z .special__title strong {
  color: #3DB54A;
}
.special--z .special__button {
  background: #009260;
}
.special--z .card__headline {
  color: #009260;
}
@media screen and (max-width: 1023px) {
  .special--z .grid + .grid {
    margin-top: 0px;
  }
}

.card--special {
  margin: 16px 0;
}
@media screen and (min-width: 1024px) {
  .card--special {
    padding-right: 40px;
    margin: 0;
  }
}

.single-special__visual {
  position: fixed;
  top: 54px;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .single-special__visual {
    max-width: 414px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .single-special__visual {
    top: 68px;
  }
}
@media screen and (min-width: 1024px) {
  .single-special__visual--down {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .single-special__visual--up {
    display: none;
  }
}
.single-special__visual img {
  width: 100%;
  height: auto;
}
.single-special__visual + .single-special__content {
  background-color: #fff;
  max-width: 1440px;
  padding: 50px 0;
  margin: 500px auto 0;
}
@media screen and (min-width: 1024px) {
  .single-special__visual + .single-special__content {
    margin-top: 560px;
  }
}
.single-special__content {
  position: relative;
}
.single-special__sponsor {
  position: absolute;
  top: -200px;
  right: 0;
}
.single-special__head {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.single-special__title {
  font-size: 32px;
}
@media screen and (min-width: 1024px) {
  .single-special__title {
    font-size: 52px;
  }
}
.single-special__title--vecernjitv, .single-special__title--vecernji-tv {
  font-weight: 800;
  color: #e41e27;
  font-family: "Roboto", sans-serif;
  position: relative;
  line-height: 1;
}
.single-special__title--vecernjitv:before, .single-special__title--vecernji-tv:before {
  background: url("../img/icons/vltv.svg") 0 0/100%;
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  .single-special__title--vecernjitv:before, .single-special__title--vecernji-tv:before {
    width: 52px;
    height: 52px;
  }
}
.single-special__description {
  margin-top: 10px;
}
.single-special--spacing {
  margin: 67px auto;
}

.sponsor {
  background-color: #fff;
}
.sponsor__label {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  background-color: #e41e27;
  font-size: 12px;
  letter-spacing: 1px;
  display: block;
  padding: 10px;
}
.sponsor__holder {
  padding: 10px;
  display: block;
}
.sponsor img {
  width: 100px;
  height: 100px;
  display: block;
}

.partners {
  margin: 16px 0;
}
@media screen and (min-width: 1024px) {
  .partners {
    margin: 0;
  }
}
.partners__headline {
  font-size: 14px;
  text-transform: uppercase;
  color: #959baf;
  margin-bottom: 8px;
}
.partners__link {
  display: block;
}
.partners__images {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.partners__img-30px {
  height: 30px;
  width: auto;
}
.partners__img-20px {
  height: 20px;
  width: auto;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.breaking-bar {
  background-color: #ffd700;
  color: #111;
  white-space: nowrap;
  display: flex;
  -webkit-text-size-adjust: none;
}
@media screen and (max-width: 1023px) {
  .breaking-bar {
    margin: 0 -16px;
    width: auto;
  }
}
.breaking-bar .flickity-viewport {
  width: 100%;
}
.breaking-bar__label {
  background-color: #e41e27;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 12px;
}
@media screen and (min-width: 1024px) {
  .breaking-bar__label {
    font-size: 24px;
    padding: 6px 10px;
  }
}
.breaking-bar__list {
  font-size: 14px;
  flex-grow: 2;
  display: flex;
  position: relative;
  overflow: hidden;
}
.breaking-bar__list:before, .breaking-bar__list:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 52px;
  pointer-events: none;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .breaking-bar__list:before, .breaking-bar__list:after {
    width: 92px;
  }
}
.breaking-bar__list:before {
  left: 0;
  background: linear-gradient(-90deg, rgba(255, 215, 0, 0) 20%, gold 100%);
}
.breaking-bar__list:after {
  right: 0;
  background: linear-gradient(-90deg, gold 20%, rgba(255, 215, 0, 0) 100%);
}
.breaking-bar__group {
  display: flex;
}
.breaking-bar__list.is-initialized .breaking-bar__group {
  will-change: transform;
  animation: marquee 50s linear infinite;
}
@media screen and (min-width: 1024px) {
  .breaking-bar__list.is-initialized .breaking-bar__group {
    animation-duration: 35s;
  }
}
.breaking-bar__list:hover .breaking-bar__group {
  animation-play-state: paused;
}
.breaking-bar__link {
  position: relative;
  padding: 13px 18px 12px 14px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .breaking-bar__link {
    padding: 12px 20px 12px 14px;
  }
}
.breaking-bar__link:after {
  content: "";
  background-color: #b29600;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
}

.breaking-hero {
  background-image: linear-gradient(270deg, #A5252A 0%, #682C2F 100%);
  border-bottom: 2px solid #ffbd00;
  position: relative;
}
.breaking-hero__breaking {
  height: 126px;
  overflow: hidden;
  text-indent: -9999px;
  background: no-repeat url(../img/background/breaking.svg) center;
}
.breaking-hero__news {
  background: no-repeat url(../img/background/news.svg) center;
  height: 42px;
  width: 674px;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -337px;
}

.single-article__group + .single-article__group {
  margin-top: 26px;
}
.single-article__group--overlay {
  position: relative;
}
.single-article__group--overlay:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 95%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  content: "";
}
@media screen and (min-width: 1024px) {
  .single-article__row {
    margin-left: 100px;
    margin-right: 100px;
  }
}
.single-article__row--full {
  margin-left: 0;
  margin-right: 0;
}
.single-article__row--border, .grid__row--border {
  border-top: 1px solid #d3dce6;
  border-bottom: 1px solid #d3dce6;
  padding: 20px 0;
}
.single-article__row--top-offer {
  border-top: 1px solid #d3dce6;
  border-bottom: 1px solid #d3dce6;
  padding: 20px 0;
  position: relative;
  margin-top: 42px;
}
.single-article__row--top-offer:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  content: "Nastavak teksta pročitajte nakon oglasa";
  text-transform: uppercase;
  color: #959baf;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  padding-bottom: 6px;
}
.single-article__row--spacing {
  margin-top: 26px;
  margin-bottom: 42px;
}
.single-article__row--center {
  text-align: center;
}
.single-article__row--hidden {
  display: none;
}
.single-article__row + .single-article__row {
  margin-top: 26px;
}
.single-article__row + .single-article__row--full {
  margin-top: 42px;
}
@media screen and (max-width: 1023px) {
  .single-article__row + .single-article__row--full {
    margin-top: 13px;
  }
}
.single-article__row--full + .single-article__row {
  margin-top: 42px;
}
@media screen and (max-width: 1023px) {
  .single-article__row--full + .single-article__row {
    margin-top: 13px;
  }
}
.single-article__row + .single-article__row:empty {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .single-article__head {
    margin-left: 100px;
    margin-right: 100px;
  }
}
.single-article--native .single-article__head {
  margin-left: 0;
  margin-right: 0;
  padding: 42px 26px 26px;
}
.single-article__headline-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-article__headline {
  text-transform: uppercase;
  color: #e41e27;
}
.single-article__headline-button + .single-article__title, .single-article__headline + .single-article__title {
  margin-top: 12px;
}
.single-article__title {
  font-size: 32px;
  line-height: 1.1923076923;
}
@media screen and (min-width: 1024px) {
  .single-article__title {
    font-size: 52px;
  }
}
.single-article__title + .single-article__text {
  margin-top: 16px;
}
.single-article__inner {
  margin-top: 42px;
}
@media screen and (min-width: 1024px) {
  .single-article__content {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .single-article__content--full {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.single-article__content p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.4;
}
.single-article__content p a {
  text-decoration: underline;
  color: #e41e27;
}
.single-article__content p a.highlight {
  background-color: #fce8e9;
  text-decoration: none;
  padding: 3px 6px;
  border-radius: 5px;
}
.single-article__content ol {
  list-style: none;
  counter-reset: list-number;
}
.single-article__content ol li:before {
  counter-increment: list-number;
  content: counter(list-number) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.single-article__content ul {
  list-style: none;
}
.single-article__content ul li:before {
  height: 5px;
  width: 5px;
  background-color: #959baf;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
}
.single-article__content li:not(.poll__item) {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 4px;
  position: relative;
  padding-left: 24px;
}
.single-article__content blockquote {
  background-color: #f5f9ff;
  padding: 24px;
}
.single-article__content blockquote p {
  text-indent: 32px;
  font-style: italic;
  position: relative;
}
.single-article__content blockquote p:before {
  background: url(../img/icons/quote.svg);
  content: "";
  width: 22px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
.single-article__content blockquote .quote-author {
  margin-top: 6px;
  color: #959baf;
}
.single-article__content h2 {
  font-size: 24px;
}
.single-article__content hr {
  height: 1px;
  background: #d3dce6;
  border: 0;
  margin: 10px 0;
}
@media screen and (min-width: 1024px) {
  .single-article__content .single-article__row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .single-article__content .single-article__row--full {
    margin-left: -100px;
    margin-right: -100px;
  }
}
.single-article__content .widgetWrap {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .single-article__content .widgetWrap {
    margin-top: 42px;
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 1023px) {
  .single-article__content .widgetWrap .video:not(html.video) video {
    position: absolute;
  }
}
@media screen and (max-width: 1023px) {
  .single-article__content .widgetWrap .video-js {
    padding-bottom: 56.25%;
  }
}
.single-article__content .widgetWrap + .single-article__row {
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .single-article__content .widgetWrap + .single-article__row {
    margin-top: 42px;
  }
}
.single-article__content &gt; iframe,
.single-article__content &gt; p &gt; iframe {
  margin-top: 20px !important;
}
@media screen and (max-width: 1023px) {
  .single-article__content &gt; iframe,
  .single-article__content &gt; p &gt; iframe {
    width: 100%;
  }
}
.single-article__content .image {
  position: relative;
}
.single-article__content .image a:not(.js-magnificPopupImage) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.single-article__content .x-inline-title {
  font-size: 20px;
}
.single-article__content .premium-gradient-text {
  -webkit-mask-image: linear-gradient(to bottom, black 40%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 40%, transparent 100%);
  max-height: 100%;
  overflow: hidden;
}

.tags__label {
  text-transform: uppercase;
  font-size: 14px;
}
.tags__items {
  display: flex;
  margin-top: 12px;
  flex-wrap: wrap;
  gap: 8px;
}
.tags__item {
  background-color: #fce8e9;
  color: #e41e27;
  border-radius: 10em;
  padding: 4px 10px;
  font-weight: 500;
}
.tags__item:before {
  content: "#";
}

.single-article__row--size {
  margin: 26px -16px 0 -16px;
}
@media screen and (min-width: 1024px) {
  .single-article__row--size {
    margin: -13px 0;
  }
}

.premium {
  background-color: #f5f9ff;
  padding: 60px;
  text-align: center;
}
.premium__row + .premium__row {
  margin-top: 42px;
  padding-top: 42px;
  border-top: 1px solid #959baf;
}
.premium__logo + .premium__text {
  margin-top: 42px;
}
.premium__text + .premium__text {
  margin-top: 42px;
}
.premium__text {
  font-size: 19px;
  line-height: 1.1578947368;
}
.premium__text h2 {
  font-size: 26px;
  font-weight: 500;
}
.premium__text * + * {
  margin-top: 16px;
}
.premium__text ul {
  text-align: left;
  max-width: 436px;
  margin: 0 auto;
  list-style: none;
}
.premium__text li {
  padding-left: 36px;
  position: relative;
}
.premium__text li:before {
  background: url(../img/icons/check-rounded.svg);
  height: 20px;
  width: 20px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}
.premium__button {
  margin-top: 26px;
}
.premium__button + .premium__text {
  margin-top: 26px;
}

.mj-pf-widget {
  margin-top: 26px;
}

@media screen and (min-width: 1024px) {
  .in-regular #_tes_vl_clanak iframe {
    height: 240px !important;
  }
}
@media screen and (min-width: 1055px) {
  .in-column #_tes_vl_clanak iframe {
    height: 490px !important;
  }
}
@media screen and (min-width: 1288px) {
  .in-column #_tes_vl_clanak iframe {
    height: 190px !important;
  }
}

.timeline {
  margin-top: 26px;
}
.timeline__item {
  display: flex;
  line-height: 19px;
}
.timeline__item + .timeline__item {
  margin-top: 24px;
}
.timeline__time {
  font-size: 13px;
  color: #959baf;
  flex: 0 0 40px;
}
.timeline__title {
  font-weight: 500;
}

.collage-404__4 a:nth-child(1) {
  left: 39%;
  top: 17%;
}

.collage-404__4 a:nth-child(2) {
  left: 30%;
  top: 24%;
}

.collage-404__4 a:nth-child(3) {
  left: 15%;
  top: 32%;
}

.collage-404__4 a:nth-child(4) {
  left: 10%;
  top: 38%;
}

.collage-404__4 a:nth-child(5) {
  left: -3%;
  top: 43%;
}

.collage-404__4 a:nth-child(6) {
  left: -7%;
  top: 54%;
}

.collage-404__4 a:nth-child(7) {
  left: 9%;
  top: 54%;
}

.collage-404__4 a:nth-child(8) {
  left: 25%;
  top: 54%;
}

.collage-404__4 a:nth-child(9) {
  left: 41%;
  top: 54%;
}

.collage-404__4 a:nth-child(10) {
  left: 57%;
  top: 54%;
}

.collage-404__4 a:nth-child(11) {
  left: 74%;
  top: 54%;
}

.collage-404__4 a:nth-child(12) {
  left: 52%;
  top: 11%;
}

.collage-404__4 a:nth-child(13) {
  left: 52%;
  top: 21%;
}

.collage-404__4 a:nth-child(14) {
  left: 52%;
  top: 32%;
}

.collage-404__4 a:nth-child(15) {
  left: 52%;
  top: 43%;
}

.collage-404__4 a:nth-child(16) {
  left: 52%;
  top: 64%;
}

.collage-404__4 a:nth-child(17) {
  left: 52%;
  top: 75%;
}

.collage-404__0 a:nth-child(1) {
  left: 35%;
  top: 12%;
}

.collage-404__0 a:nth-child(2) {
  left: 17%;
  top: 17%;
}

.collage-404__0 a:nth-child(3) {
  left: 3%;
  top: 24%;
}

.collage-404__0 a:nth-child(4) {
  left: 2%;
  top: 32%;
}

.collage-404__0 a:nth-child(5) {
  left: 0%;
  top: 40%;
}

.collage-404__0 a:nth-child(6) {
  left: 1%;
  top: 48%;
}

.collage-404__0 a:nth-child(7) {
  left: 1%;
  top: 57%;
}

.collage-404__0 a:nth-child(8) {
  left: 8%;
  top: 65%;
}

.collage-404__0 a:nth-child(9) {
  left: 14%;
  top: 74%;
}

.collage-404__0 a:nth-child(10) {
  left: 34%;
  top: 76%;
}

.collage-404__0 a:nth-child(11) {
  left: 55.5%;
  top: 74%;
}

.collage-404__0 a:nth-child(12) {
  left: 61%;
  top: 65%;
}

.collage-404__0 a:nth-child(13) {
  left: 65%;
  top: 57%;
}

.collage-404__0 a:nth-child(14) {
  left: 70%;
  top: 49%;
}

.collage-404__0 a:nth-child(15) {
  left: 69%;
  top: 41%;
}

.collage-404__0 a:nth-child(16) {
  left: 66%;
  top: 33%;
}

.collage-404__0 a:nth-child(17) {
  left: 64%;
  top: 24%;
}

.collage-404__0 a:nth-child(18) {
  left: 53%;
  top: 16%;
}

.collage-404 a img {
  transition: all 0.2s ease-in-out;
  width: 70px;
  height: 46px;
  object-fit: cover;
}

.collage-404 a:hover .hoverable-card__image img {
  width: 100%;
  height: 100%;
}

.collage-404 {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 500px;
  margin: 2vw 0;
  display: flex;
}

.collage-404 h1 {
  font-size: 150vw;
  margin: 0;
  line-height: 0.65;
  padding: 0;
  display: inline-block;
  transition: all 1s ease-in-out;
  transform: scale(1, 0.65);
}
@media screen and (min-width: 1024px) {
  .collage-404 h1 {
    font-size: 40vw;
  }
}

@media screen and (min-width: 1024px) {
  .collage-404 h1 br {
    display: none;
  }
}

.collage-404__4,
.collage-404__0 {
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 33%;
}
@media screen and (min-width: 1024px) {
  .collage-404__4,
  .collage-404__0 {
    height: 100%;
    width: 33%;
  }
}

.collage-404__0 {
  top: 33%;
}
@media screen and (min-width: 1024px) {
  .collage-404__0 {
    top: 0;
    left: 33%;
  }
}

.collage-404__0 + .collage-404__4 {
  top: 66%;
}
@media screen and (min-width: 1024px) {
  .collage-404__0 + .collage-404__4 {
    top: 0;
    left: 66%;
  }
}

.collage-404 a.introduced {
  transition: all 0.1s ease-in-out;
}

.collage-404 a {
  position: absolute;
  width: 5vw;
  width: 33%;
  display: block;
  border-radius: 0.25rem;
  transition: all 1s ease-in-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.collage-404 a:hover {
  z-index: 1;
  transform: scale(1) !important;
  width: 222px;
  height: auto;
  flex-direction: column;
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(48, 51, 60, 0.2) !important;
}

.collage-404 img {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
  opacity: 0;
  display: block;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  transition: all 2s ease-in-out;
}

.collage-404 a.loaded img {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.collage-404 a:hover img {
  border-radius: 0;
}

.hoverable-card__text {
  display: none;
  position: absolute;
  background: #fff;
  width: 300px;
  padding: 10px;
}

.hoverable-card__text h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #111111;
}

.hoverable-card__text span {
  color: #E41E27;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

.hoverable-card__link {
  display: block;
  position: relative;
}

.hoverable-card__link:hover {
  z-index: 10;
}

.hoverable-card__link:hover .hoverable-card__text {
  display: block;
  position: relative;
  width: 100%;
}

.collage-404 h1 {
  opacity: 0;
}

.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.air-datepicker-cell.-current- {
  background-color: var(--adp-cell-background-color-current-date);
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-disabled- {
  cursor: default;
  color: #ccc;
}

.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-body.-hidden- {
  display: none;
}

.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px;
}

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.air-datepicker-body--cells {
  display: grid;
}

.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}

.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}

.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  box-sizing: content-box;
}

.-only-timepicker- .air-datepicker-nav {
  display: none;
}

.air-datepicker-nav--title,
.air-datepicker-nav--action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}

.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px;
}

.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}

.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px;
}

.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: 0.3em;
}

.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}

.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.air-datepicker-button {
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}

.air-datepicker-button span {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.air-datepicker {
  --adp-font-family: inherit;
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 999999;
  --adp-padding: 4px;
  --adp-grid-areas:
  	"nav"
  	"body"
  	"timepicker"
  	"buttons";
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #e41e27;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-cell-background-color-current-date: #fce8e9;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: inherit;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-selected: #e41e27;
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-cell-background-color-in-range: rgba(228, 30, 39, 0.1);
}

.air-datepicker {
  background: var(--adp-background-color);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: var(--adp-border-radius);
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, -webkit-max-content);
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}

.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}

.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset));
}

.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset));
}

.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, 0);
  opacity: 1;
}

.air-datepicker.-active-.-custom-position- {
  transition: none;
}

.air-datepicker--navigation {
  grid-area: nav;
}

.air-datepicker--content {
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}

.-only-timepicker- .air-datepicker--content {
  display: none;
}

.air-datepicker--time {
  grid-area: timepicker;
}

.air-datepicker--buttons {
  grid-area: buttons;
}

/* RANGE */
.air-datepicker-cell.-in-range- {
  border-radius: 0;
  background: var(--adp-cell-background-color-in-range);
}

.air-datepicker-cell.-range-to- {
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}

.air-datepicker-cell.-range-from- {
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}

.air-datepicker-cell.-range-to-,
.air-datepicker-cell.-range-from- {
  background: var(--adp-accent-color);
  color: #fff;
}

.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}

.single-horoscope__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .single-horoscope__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 26px;
  }
}
@media screen and (max-width: 1023px) {
  .single-horoscope__group:last-child {
    width: 100%;
  }
}
.single-horoscope__sign {
  display: flex;
  align-items: center;
}
.single-horoscope__sign img,
.single-horoscope__sign svg {
  width: 67px;
  height: 67px;
  margin-right: 16px;
}
.single-horoscope__title {
  font-size: 52px;
  font-family: inherit;
  font-weight: 400;
}
.single-horoscope__share {
  margin-top: 26px;
}
.single-horoscope__content {
  margin-top: 42px;
}

.comment-card {
  display: flex;
}
.comment-card__image {
  flex-shrink: 0;
  margin-right: 12px;
}
.comment-card__image--size {
  width: 60px;
  height: 60px;
}
.comment-card__image img {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 50%;
}
.comment-card__group {
  flex-grow: 1;
}
@media screen and (max-width: 1023px) {
  body.private-profile .comment-card__group {
    display: flex;
    flex-direction: column-reverse;
    gap: 6px;
  }
}
.comment-card__author-name {
  font-family: "Roboto Serif", serif;
  font-weight: 700;
}
.comment-card__text {
  margin-top: 6px;
}
.comment-card__text--size {
  font-size: 18px;
}
.comment-card__reactions {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  .comment-card__reactions {
    gap: 16px;
  }
  body.private-profile .comment-card__reactions {
    margin-top: 3px;
  }
}
.comment-card__reply-message {
  color: #e41e27;
  font-weight: 500;
}
.comment-card__reactions-list {
  list-style-type: none;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .comment-card__reactions-list {
    gap: 12px;
  }
}
.comment-card__reactions-link {
  display: flex;
  gap: 6px;
  cursor: pointer;
}
.comment-card__reactions-link:active svg path {
  fill: #e41e27;
}
.comment-card--article-mobile-mtop {
  margin-top: 26px;
}
@media screen and (min-width: 1024px) {
  .comment-card--article-mobile-mtop {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .comment-card__author-name {
    width: 50%;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    font-size: 14px;
  }
}
.comment-card__author--inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.comment-card__report-time {
  text-align: right;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .comment-card__report-time {
    width: 50%;
  }
}
.comment-card__time {
  font-size: 14px;
  color: #959baf;
}
.comment-card__report--reported {
  pointer-events: none;
  opacity: 0.3;
}
.comment-card__premium-icon {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  height: 21px;
  width: 21px;
  background: url(../img/icons/premium-author.svg) no-repeat 50%;
}

.comment-message {
  background: #f5f9ff;
  border-radius: 10px;
  padding: 14px;
  margin-top: 26px;
  display: none;
}
.comment-message.is-active {
  display: flex;
}
.comment-message__image {
  padding-right: 6px;
}
.comment-message__image img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  object-fit: cover;
  object-position: top;
}
.comment-message__form {
  width: 100%;
}
.comment-message__box {
  height: 100px;
  border: 1px solid #D3DCE6;
  border-radius: 10px;
  color: #111;
}
.comment-message__box::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #959baf;
}
.comment-message__submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 19px;
}
.comment-message__link {
  font-size: 14px;
  color: #959baf;
  text-decoration: underline;
}

.component__comments .component__content .comment-box {
  display: none;
}
.component__comments .component__content .comment-box.is-active {
  display: flex;
  flex-direction: column;
}
.component__comments .component__content .comment-box--nested {
  padding-left: 60px;
  margin: 26px 0 0px 0;
}
.component__comments .comment-card {
  border-top: 1px solid #D3DCE6;
  padding: 20px 0px 0px;
}
body.private-profile .component__comments .comment-card {
  border: none;
  padding: 0;
}
.component__comments .component__head {
  background: #f5f9ff;
  padding: 10px 12px;
}
.component__comments .component__group .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}
.component__comments .component__group .title strong {
  color: #e41e27;
}
.component__comments .component__group a {
  background: #959baf;
  border-radius: 3px;
  padding: 8px 8px 5px;
}
.component__comments .comment-card__image img {
  width: 60px;
  height: 60px;
  overflow: hidden;
}
body.private-profile .component__comments .comment-card__author {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  body.private-profile .component__comments .comment-card__author {
    visibility: hidden;
    flex-direction: row-reverse;
  }
}
.component__comments .comment-card__author span {
  color: #959baf;
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto";
}
@media screen and (max-width: 1023px) {
  body.private-profile .component__comments .comment-card__author span {
    visibility: initial;
  }
}
.component__comments .comment-card__likes {
  margin-top: 24px;
}

.component__group--slider-desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .component__group--slider-desktop {
    display: block;
  }
}

.component__group--slider-mobile {
  display: block;
  margin-top: 32px;
}
.component__group--slider-mobile .controls {
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .component__group--slider-mobile {
    display: none;
  }
}

.component__cta--modifier {
  width: 100%;
  flex-direction: column;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .component__cta--modifier {
    width: 240px;
  }
}
.component__cta--modifier .component__group {
  width: 100%;
}
.component__cta--modifier .cta {
  margin-bottom: 26px;
}
.component__cta--modifier .button-group {
  flex-direction: column;
  gap: 6px;
}
.component__cta--modifier .button-group__item {
  width: 100%;
  margin: 0px;
}
.component__cta--modifier .button {
  width: 100%;
}

.component__cta__comment {
  margin-top: 13px;
}

.component__first__comment .developing__comment {
  width: 100%;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .component__first__comment .developing__comment {
    width: 240px;
  }
}
.component__first__comment .developing__comment div {
  font-weight: 700;
  font-size: 14px;
  border-top: 1px solid #D3DCE6;
  line-height: 20px;
  border-bottom: 1px solid #D3DCE6;
  padding: 12px 0px 12px 12px;
}

.no-comments__inner {
  margin: 0 auto;
  max-width: 464px;
}
.no-comments__visual svg {
  display: block;
  max-width: 100%;
}
.no-comments__text {
  margin-top: 24px;
  font-size: 26px;
  line-height: 1.1923076923;
  text-align: center;
}

/* MOVED FROM TPL */
.comment-replies .comment-card {
  padding-left: 60px;
  margin: 26px 0 0px 0;
}

.component__comments .component__content .comment-box {
  display: block;
}

.gallery {
  position: relative;
}
.gallery__images {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .gallery__images {
    margin: 16px -16px 0;
  }
}
@media screen and (min-width: 1024px) {
  .gallery__images {
    height: calc(100vh - 115px);
    min-height: 480px;
  }
}
.gallery__image {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .gallery__image {
    height: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .gallery__image {
    display: flex;
  }
}
.gallery__image.is-active {
  opacity: 1;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  .gallery__image.is-active {
    display: block;
    height: auto;
    visibility: visible;
    position: relative;
  }
}
.gallery.is-related .gallery__image.is-active {
  filter: blur(20px);
}
@media screen and (max-width: 1023px) {
  .gallery.is-related .gallery__image.is-active {
    filter: none;
  }
}
.gallery__related {
  padding: 16px;
}
@media screen and (min-width: 1024px) {
  .gallery__related {
    opacity: 0;
    position: absolute;
    left: 130px;
    right: 130px;
    transition: all 0.5s;
    top: 50%;
    margin-top: 50px;
    transform: translateY(-50%);
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
  }
  .gallery__related.is-active {
    opacity: 1;
    z-index: 100;
    margin-top: 0;
  }
}
.gallery__dots {
  display: flex;
  background-color: #fff;
  position: relative;
  z-index: 110;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  padding: 10px 20px;
  gap: 8px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.gallery__dot {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  height: 16px;
  width: 16px;
  background-color: #D3DCE6;
  border-radius: 50%;
}
.gallery__dot.is-active {
  background-color: #e41e27;
}
@media screen and (max-width: 1023px) {
  .gallery__arrows {
    position: fixed;
    bottom: 0;
    z-index: 99999999;
    left: 0;
    right: 0;
    background: #fff;
    padding: 37px 23px;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
  }
}
.gallery__image-count {
  display: none;
}
@media screen and (max-width: 1023px) {
  .gallery__image-count {
    display: block;
  }
}
.gallery__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 120;
  width: 48px;
  height: 48px;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(17, 17, 17, 0.2);
  border-radius: 50%;
  display: flex;
}
.gallery__arrow svg {
  margin: auto;
  opacity: 0.35;
  transition: 0.3s opacity;
}
.gallery__arrow:hover svg {
  opacity: 1;
}
.gallery__arrow--prev {
  left: -24px;
}
@media screen and (max-width: 1023px) {
  .gallery__arrow--prev {
    left: 16px;
  }
}
.gallery__arrow--next {
  right: -24px;
}
@media screen and (max-width: 1023px) {
  .gallery__arrow--next {
    right: 16px;
  }
}
.gallery__arrow.is-disabled {
  display: none;
}

.gallery-fallback {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  right: 0;
  gap: 16px;
  height: 100px;
  background-color: #fff;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.15);
  padding: 20px;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  width: 120px;
  z-index: 100;
  top: 150%;
  margin: -10px 0 0 -120px;
}
.gallery-fallback__item {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  padding: 4px;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
}
.gallery-fallback__icons {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.gallery-fallback:before {
  content: "";
  position: absolute;
  margin-left: -5px;
  top: -5px;
  width: 10px;
  height: 10px;
  right: 15%;
  background-color: #fff;
  transform: rotate(45deg);
}
.gallery-fallback.is-active {
  display: flex;
}
.gallery-fallback--header {
  color: #111;
  right: -10px;
  top: 180%;
}

.gallery__banner {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .gallery__banner {
    position: absolute;
  }
}

.md-show .sort-component {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  padding: 26px 16px;
  display: flex;
  flex-direction: column;
}
.md-show .sort-component__modal-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D3DCE6;
  padding-bottom: 26px;
}
.md-show .sort-component__modal-header h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
}
.md-show .sort-component__modal-header button {
  background: transparent;
  border: 0;
}
.md-show .sort-component fieldset {
  margin-top: 42px;
}
.md-show .sort-component .md-close {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border: none;
  background: #e41e27;
  color: #fff;
  height: 50px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}

.authors-sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.authors-sort__button {
  background: none;
  color: #e41e27;
  border: none;
  font-size: 14px;
  line-height: 120%;
  text-transform: capitalize;
}
@media screen and (min-width: 1024px) {
  .authors-sort {
    display: none;
  }
}

.author-card .card__image {
  height: 156px;
}
@media screen and (min-width: 1024px) {
  .author-card .card__image {
    height: 227px;
  }
}
.author-card .card__image--initials {
  height: 156px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fce8e9;
  font-size: 69px;
  color: #e41e27;
}
@media screen and (min-width: 1024px) {
  .author-card .card__image--initials {
    height: 227px;
    font-size: 100px;
  }
}
.author-card .image {
  height: 100%;
}
.author-card__title {
  font-size: 19px;
  line-height: 19px;
  margin-top: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .author-card__title {
    font-size: 26px;
    line-height: 26px;
  }
}
.author-card__description {
  font-weight: 300;
  margin-top: 6px;
  font-size: 13px;
  line-height: 13px;
}
@media screen and (min-width: 1024px) {
  .author-card__description {
    font-size: 16px;
    line-height: 16px;
  }
}
.author-card__link-text {
  font-weight: 400;
  color: #e41e27;
  margin-top: 26px;
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 14px;
}
@media screen and (min-width: 1024px) {
  .author-card__link-text {
    font-size: 16px;
    line-height: 16px;
  }
}

.author-card__initials {
  height: 156px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fce8e9;
  font-size: 100px;
  color: #e41e27;
}
@media screen and (min-width: 1024px) {
  .author-card__initials {
    height: 227px;
    font-size: 69px;
  }
}

.author__pagination {
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  .author__pagination {
    margin-bottom: 50px;
  }
}
.author__pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid #D3DCE6;
  font-weight: 700;
  font-size: 14px;
  color: #565960;
  border-radius: 4px;
  height: 32px;
  width: 32px;
}
.author__pagination a.active {
  background-color: transparent;
  color: #e41e27;
  border: 1px solid #e41e27;
}
.author__pagination a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #f5f9ff;
}
.author__pagination a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #f5f9ff;
}

.author-profile__avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
}
.author-profile__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.author-profile__avatar--initials {
  font-size: 42px;
  line-height: 110px;
  text-align: center;
  background: #fce8e9;
  color: #e41e27;
}
.author-profile__text {
  margin-top: 24px;
}
.author-profile__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
}
.author-profile__lead {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  margin-top: 16px;
}
.author-profile__lead p + p {
  margin-top: 16px;
}
@media screen and (max-width: 1023px) {
  .author-profile__avatar {
    margin: 0 auto;
  }
  .author-profile__title {
    text-align: center;
  }
}

.author__social {
  display: flex;
  flex-direction: row;
  gap: 6px;
  margin-top: 42px;
}
.author__social a {
  background: #f5f9ff;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
}

label {
  font-size: 14px;
}
.is-required label:after {
  content: "*";
  color: #e41e27;
}

input {
  border: 1px solid #c2c7d0;
  border-radius: 5px;
  background-color: #fff;
  appearance: none;
  outline: none;
  color: #111;
  font-size: 16px;
  font-family: inherit;
  padding: 10px 14px;
  display: block;
  width: 100%;
  transition: 0.2s border-color;
  cursor: pointer;
}
input:focus {
  border-color: #666;
}
input::placeholder {
  color: #c2c7d0;
  opacity: 1;
}

input:-moz-read-only,
input:read-only {
  background-color: #f5f9ff;
  cursor: pointer;
}

select,
textarea {
  border: 1px solid #e41e27;
  border-radius: 5px;
  background-color: #fff;
  appearance: none;
  outline: none;
  color: #e41e27;
  font-size: 14px;
  font-family: inherit;
  padding: 14px;
  display: block;
  width: 100%;
}

textarea {
  border: 1px solid #c2c7d0;
  resize: vertical;
  color: #111;
}

.datepicker,
.select {
  cursor: pointer;
  position: relative;
  width: 155px;
}
.datepicker__icon,
.select__icon {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  pointer-events: none;
}
.datepicker--filter,
.select--filter {
  width: 100%;
}

.select__select {
  padding-right: 48px;
}
.select__icon {
  left: auto;
  right: 16px;
}
.select--alt .select__select {
  padding: 10px 48px 10px 10px;
}
.select--filter .select__select {
  border: 1px solid #c2c7d0;
  color: inherit;
  font-size: 16px;
}
.select--filter .select__select:invalid {
  color: #c2c7d0;
}
@media screen and (max-width: 1023px) {
  .select--horoscope {
    width: 100%;
  }
}

.datepicker__icon {
  left: 16px;
}
.datepicker__input {
  padding-left: 48px;
}
.datepicker--filter .datepicker__input {
  background-color: #fff;
  border: 1px solid #c2c7d0;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.datepicker--filter .datepicker__input::placeholder {
  color: inherit;
}
.datepicker--large {
  width: auto;
}
.datepicker--large .datepicker__input {
  border: 0;
  background-color: transparent !important;
  font-size: 24px;
  font-weight: bold;
  padding: 0 24px 0 0;
  text-align: right;
  cursor: pointer;
}
.datepicker--large .datepicker__icon {
  left: auto;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .datepicker--mobile-border {
    width: 100%;
    margin-top: 42px;
  }
  .datepicker--mobile-border .datepicker__input {
    border: 1px solid #c2c7d0;
    font-size: 16px;
    text-align: left;
    padding: 10px 14px;
  }
}

.form {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.form__box {
  background-color: #fff;
  border: 1px solid #d3dce6;
  padding: 42px 26px;
}
.form__head {
  text-align: center;
}
.form__body {
  margin-top: 42px;
}
.form__foot {
  margin-top: 26px;
  text-align: center;
}
.form__box .form__foot {
  border-top: 1px solid #d3dce6;
  padding-top: 26px;
}
.form__group {
  flex-grow: 1;
}
.form__group + .form__group {
  text-align: right;
}
.form__title {
  font-size: 19px;
  line-height: 1.2105263158;
}
.form__title--small {
  font-size: 16px;
}
.form__subtitle {
  font-weight: 300;
  line-height: 1.3125;
  margin-top: 16px;
}
.form__subtitle--small {
  font-size: 14px;
  color: #959baf;
  font-weight: 300;
  margin-top: 6px;
}
.form__element.has-error .checkbox__text:before,
.form__element.has-error .input {
  border-color: #ed6e65;
}
.form__element + .form__element {
  margin-top: 20px;
}
.form__element + .form__element--spacing {
  margin-top: 120px;
}
.form__element + .form__element--nospacing {
  margin-top: 10px;
}
.form__element--separator {
  border-top: 1px solid #d3dce6;
  margin-top: 26px;
  padding-top: 16px;
}
.form__addfile {
  color: #959baf;
  text-decoration: underline;
  font-size: 13px;
}
.is-past .form__addfile {
  display: none;
}
.form__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.is-next .form__row:last-child {
  display: block;
}
.form__row--input-validation {
  align-items: initial;
  gap: 6px;
  flex-direction: column;
}
.form__row + .form__row {
  margin-top: 10px;
}
.form__text {
  color: #959baf;
  font-size: 13px;
}
.form__text a {
  font-weight: 700;
}
.form__text a:hover {
  text-decoration: underline;
}
.form__text + .form__text {
  margin-top: 10px;
}
.form__instructions {
  color: #959baf;
  text-align: center;
  padding: 100px 0;
  margin: 0 auto;
  max-width: 300px;
}
.form__instructions &gt; * + * {
  margin-top: 16px;
}
.form__message {
  font-size: 13px;
  text-align: center;
}
.form__message--error {
  background: rgb(253, 233, 232);
  background: linear-gradient(180deg, rgba(253, 233, 232, 0.3) 0%, rgb(253, 233, 232) 100%);
  border: 1px solid #e41e27;
  color: #e41e27;
  padding: 14px;
  border-radius: 3px;
  box-shadow: 0 3px 10px rgba(228, 30, 39, 0.1);
}

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

.text-separator {
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  color: #959baf;
  padding: 10px 0;
}
.text-separator:before {
  background-color: #d3dce6;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
}
.text-separator__inner {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  background-color: #fff;
}

.checkbox__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox__text {
  font-size: 13px;
  color: #959baf;
  position: relative;
  padding: 3px 3px 3px 30px;
  display: block;
  cursor: pointer;
}
.checkbox__text:before, .checkbox__text:after {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox__text:before {
  border: 1px solid #c2c7d0;
  border-radius: 4px;
}
.checkbox__text:after {
  background: url(../img/icons/check.svg);
  display: none;
}
.checkbox__input:checked ~ .checkbox__text:after {
  display: block;
}
.checkbox a {
  font-weight: 700;
}
.checkbox a:hover {
  text-decoration: underline;
}

.radio__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio__text {
  font-size: 16px;
  position: relative;
  padding: 4px 4px 4px 34px;
  display: block;
  cursor: pointer;
}
.radio__text:before {
  content: "";
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #d3dce6;
  border-radius: 50%;
}
.radio__input:checked ~ .radio__text:before {
  border: 2px solid #e41e27;
}
.radio__text:after {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  left: 6px;
  top: 6px;
  border-radius: 50%;
  background-color: #e41e27;
  display: none;
}
.radio__input:checked ~ .radio__text:after {
  display: block;
}

.progress-bar {
  border: 3px solid #D3DCE6;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  line-height: 41px;
  font-weight: 700;
  color: #959baf;
}

.notification-center {
  width: 300px;
  background: #fff;
  box-shadow: 0px 6px 26px rgba(17, 17, 17, 0.1);
  padding: 26px;
  margin-left: auto;
  margin-right: auto;
}
.notification-center__head {
  display: flex;
  justify-content: space-between;
}
.notification-center__group--large {
  flex-grow: 1;
}
.notification-center__group + .notification-center__group {
  margin-left: 16px;
}
.notification-center__username {
  font-family: "Roboto Serif", serif;
  font-weight: 600;
  font-size: 19px;
}
.notification-center__link {
  color: #e41e27;
  font-size: 13px;
  font-weight: 300;
}
.notification-center__close {
  opacity: 0.2;
}
.notification-center__body {
  border-top: 1px solid #d3dce6;
  margin-top: 16px;
  min-height: 228px;
  display: flex;
  flex-direction: column;
}
.notification-center__mark-read {
  text-align: center;
  background: #f3f7fd;
  padding: 12px;
  color: #959baf;
  margin-top: 16px;
  font-size: 13px;
  display: block;
}
.notification-center__message {
  margin: auto;
  font-size: 14px;
  color: #959baf;
  font-weight: 300;
  text-align: center;
}
.notification-center__profile-messages {
  width: 100%;
  overflow-y: auto;
  max-height: 300px;
  padding-top: 16px;
}
.notification-center__foot {
  border-top: 1px solid #d3dce6;
  padding-top: 16px;
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}

.profile-avatar__avatar {
  position: relative;
}
.profile-avatar__edit {
  position: absolute;
  bottom: 0;
  right: 0;
}
.profile-avatar__title {
  margin-top: 26px;
}
.profile-avatar__text-link {
  margin-top: 5px;
}

.avatar {
  width: 42px;
  height: 42px;
  border-radius: 5px;
}
.avatar img {
  border-radius: 5px;
}
.avatar--text {
  background-color: #fce8e9;
  color: #e41e27;
  font-size: 20px;
  text-align: center;
  line-height: 42px;
}
.avatar--small-text {
  background-color: #fce8e9;
  color: #e41e27;
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
}
.avatar--large-text {
  background-color: #fce8e9;
  color: #e41e27;
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
}
.avatar--round {
  border: 3px solid #d3dce6;
  color: #959baf;
  font-weight: 700;
  border-radius: 50%;
  font-size: 52px;
  text-align: center;
  line-height: 110px;
  height: 110px;
  width: 110px;
  margin: 0 auto;
  overflow: hidden;
}
.avatar--round img {
  font-size: 14px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-card-group__item + .user-card-group__item {
  margin-top: 16px;
}

.user-card {
  display: flex;
  color: #959baf;
  font-weight: 300;
  align-items: center;
  gap: 5px;
}
.user-card strong {
  font-weight: 700;
}
.user-card__text {
  font-size: 13px;
}
.user-card--yellow path {
  fill: #caa53d;
}
.user-card--large {
  color: #25282c;
}
.user-card--large .user-card__svg {
  min-width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  background-color: #fce8e9;
  display: flex;
}
.user-card--large svg {
  width: 32px;
  height: 32px;
  margin: auto;
}
.user-card--large .user-card__number {
  flex: 0 0 42px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}
.user-card--large .user-card__text {
  font-size: 14px;
}

.user-card--yellow.user-card--large .user-card__svg {
  background-color: #fdf3d7;
}

.sort-component {
  display: none;
}
@media screen and (min-width: 1024px) {
  .sort-component {
    display: block;
  }
  .sort-component__modal-foot, .sort-component__modal-header {
    display: none;
  }
}
.sort-component__row + .sort-component__row {
  border-top: 1px solid #d3dce6;
  margin-top: 42px;
  padding-top: 42px;
}
.sort-component__group + .sort-component__group {
  margin-top: 26px;
}
.sort-component__title {
  font-family: "Roboto Serif", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #959baf;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}
.sort-component__element + .sort-component__element {
  margin-top: 12px;
}

.search-form__control {
  position: relative;
}
.search-form__input {
  background: #f5f9ff;
  border: 0;
  padding: 14px 14px 14px 56px;
}
.search-form__button {
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  bottom: 0;
  width: 56px;
  background: none;
  cursor: pointer;
}
.search-form__button &gt; * {
  margin: auto;
}
.search-form__results {
  margin-top: 12px;
  color: #959baf;
  font-size: 14px;
}
.search-form__results strong {
  font-weight: inherit;
  color: #e41e27;
}

.input--error {
  background-color: #fde9e8;
  border: 1px solid #e41e27;
  color: #e41e27;
}
.input--error:focus {
  border-color: #e41e27;
}
.input--error::placeholder {
  color: #e41e27;
}
.input--dark, .input--dark:-moz-read-only, .input--dark:read-only {
  border: 0;
  background-color: #25282c;
  color: #dddde0;
}

.form-error {
  margin-top: 5px;
  list-style: none;
  font-size: 13px;
  color: #e41e27;
}

.errorlist {
  list-style: none;
  font-weight: 700;
  font-size: 13px;
  color: #e41e27;
}
.checkbox + .errorlist {
  padding-left: 30px;
}

.explainer {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 26px rgba(17, 17, 17, 0.1);
  display: flex;
  overflow: hidden;
  height: 750px;
  position: relative;
}
+ .explainer--override-css:after {
  visibility: hidden;
}
.explainer:after {
  content: "";
  background: linear-gradient(270deg, #fff 10.21%, rgba(255, 255, 255, 0.1) 100%);
  width: 15%;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .explainer:after {
    content: none;
  }
}
@media screen and (max-width: 1023px) {
  .explainer {
    max-height: 100%;
    flex-direction: column;
    height: auto;
  }
}
.explainer__sidebar {
  background-color: #f5f9ff;
  flex: 0 0 30%;
  padding: 26px 42px;
}
@media screen and (max-width: 1023px) {
  .explainer__sidebar {
    padding: 26px 16px;
    flex: 0 0 100%;
  }
}
.explainer__content {
  padding: 26px 0px 26px 42px;
  flex: 0 0 80%;
}
@media screen and (max-width: 1023px) {
  .explainer__content {
    padding: 26px 16px;
    flex: 0 0 100%;
  }
}
+ .explainer__content--override-css {
  flex: 0 0 70%;
  padding: 26px 42px;
}
.explainer__headline {
  color: #e41e27;
  text-transform: uppercase;
}
.explainer__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1923076923;
  margin-top: 6px;
}
.explainer__meta {
  margin-top: 26px;
}
.explainer__vertical-nav {
  margin-top: 26px;
  padding-top: 48px;
  border-top: 1px solid #d3dce6;
}
.explainer__section {
  display: none;
}
.explainer__section.is-active {
  display: block;
}
.explainer__section-title {
  font-size: 28px;
  font-weight: 700;
  max-width: 420px;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .explainer__section-title {
    font-size: 32px;
  }
}
.explainer__section-text {
  margin-top: 26px;
  overflow-x: scroll;
  cursor: grab;
}
.explainer__section-text::-webkit-scrollbar {
  display: none;
}
.explainer__section-controls {
  margin-top: 26px;
  display: flex;
  justify-content: flex-end;
  display: none;
}
@media screen and (max-width: 1023px) {
  .explainer__section-controls {
    display: none;
  }
}

.vertical-nav {
  font-size: 20px;
  font-family: "Roboto Serif", serif;
  font-weight: 700;
  list-style: none none outside;
  color: #959baf;
  counter-reset: section;
}
.vertical-nav__item {
  padding-left: 40px;
  position: relative;
  min-height: 42px;
  transition: 0.3s color;
}
.vertical-nav__item:before {
  color: #959baf;
  counter-increment: section;
  content: counters(section, ".") ". ";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 1;
}
.vertical-nav__item.is-active {
  color: #e41e27;
}
.vertical-nav__item + .vertical-nav__item {
  margin-top: 30px;
}

.article-stats {
  padding: 25px;
  background-color: #f5f9ff;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .article-stats {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 -16px;
  }
}
.article-stats__icon {
  width: 68px;
  height: 68px;
  margin: 0 auto;
  background: #fce8e9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media screen and (max-width: 1023px) {
  .article-stats__icon {
    margin: 0;
  }
}
.article-stats__label {
  margin-top: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #959baf;
  font-size: 12px;
  letter-spacing: 1px;
}
.article-stats__number {
  font-weight: 700;
  font-size: 52px;
}

.section-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.section-filter__item {
  font-size: 13px;
  line-height: 1.4285714286;
  font-weight: 700;
  text-transform: uppercase;
}
.section-filter__link {
  background-color: #f5f9ff;
  color: #959baf;
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 12px;
  border-radius: 5px;
}
.section-filter__link.is-active {
  background-color: #e41e27;
  color: #fff;
  position: relative;
}
.block + .block--light--np {
  margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  .block + .block--light--np {
    margin-top: 55px;
  }
}

.block + .block__light--bgremove {
  background: transparent;
  margin-top: 56px;
}
@media screen and (min-width: 1024px) {
  .block + .block__light--bgremove {
    background-color: #f5f9ff;
    margin-top: inherit;
  }
}

.column--single .column--headline {
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: #e41e27;
  text-transform: uppercase;
}
.column--single .column--title {
  font-weight: 500;
  line-height: 120%;
  font-size: 32px;
}
@media screen and (min-width: 1024px) {
  .column--single .column--title {
    font-size: 52px;
  }
}

.meta__single--htop {
  padding: 0px;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .meta__single--htop {
    justify-content: flex-start;
  }
}
.meta__single--htop .meta {
  justify-content: center;
  flex-direction: column;
}
.meta__single--htop .author__link {
  gap: 12px;
  flex-direction: column;
  margin-top: -30px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .meta__single--htop .author__link {
    flex-direction: row;
    margin-top: 0px;
    text-align: left;
  }
}

.single-article__nomargin .single-article__row {
  margin-left: 0px;
  margin-right: 0px;
}

.column__tabs--bg .component--light {
  background: transparent;
}

.error-503__head {
  font-family: "Roboto Serif", serif;
}
.error-503__headline {
  color: #565960;
  font-size: 26px;
  line-height: 1.2380952381;
}
@media screen and (min-width: 1024px) {
  .error-503__headline {
    font-size: 42px;
  }
}
.error-503__title {
  color: #30333c;
  font-size: 52px;
  font-weight: 600;
  white-space: normal;
  margin-top: 26px;
}
@media screen and (min-width: 1024px) {
  .error-503__title {
    font-size: 85px;
    white-space: nowrap;
    margin-top: 0px;
  }
}
.error-503__text {
  font-size: 19px;
  line-height: 1.5263157895;
  color: #565960;
  margin-top: 26px;
}
@media screen and (min-width: 1024px) {
  .error-503__text {
    margin-top: 0px;
  }
}
.error-503__content {
  margin-top: 26px;
}
.error-503__column {
  border-top: 1px solid #000000;
  padding-top: 16px;
}

.card-overlay {
  position: relative;
  color: #fff;
  text-align: right;
}
.card-overlay__overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 26px;
  max-width: 460px;
}
.card-overlay__title, .card-overlay__lead {
  font-family: "Roboto Serif", serif;
  font-style: italic;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .card-overlay__title, .card-overlay__lead {
    font-size: 26px;
  }
}
.card-overlay__lead {
  font-weight: 400;
  margin-top: 6px;
}
@media screen and (max-width: 1023px) {
  .card-overlay__lead {
    font-size: 14px;
  }
}

.ba-slider {
  position: relative;
  overflow: hidden;
}

.ba-slider img {
  width: 100%;
  display: block;
  max-width: none;
}

.ba-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.ba-slider .handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
  background: #fff;
  cursor: ew-resize;
}

.ba-slider .handle:after { /* Big orange knob  */
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  content: "";
  background: #fff url(../img/icons/before-after.svg) no-repeat 50%;
}

.ba-slider .handle.ba-draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
}

.poll {
  background-color: #f5f9ff;
  max-width: 400px;
  padding: 20px;
  margin: 0 auto;
}
.poll__body {
  margin-top: 20px;
  padding-top: 32px;
  border-top: 2px solid #d3dce6;
}
.poll__answers {
  list-style: none;
  font-size: 19px;
  font-weight: 700;
}
.poll__item {
  margin-top: 12px;
}
.is-results .poll__item {
  pointer-events: none;
}
.poll__link {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  padding: 14px 14px 14px 47px;
  border: 1px solid #fff;
  transition: 0.3s all;
  position: relative;
}
.poll__link:before {
  width: 21px;
  height: 21px;
  background: #ffffff;
  border: 2px solid #d3dce6;
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  margin-top: -11px;
  left: 14px;
  transition: 0.3s border-color;
}
.poll__link:hover {
  border-color: #e41e27;
  color: #e41e27;
}
.poll__link:hover:before {
  border-color: #e41e27;
}
.poll__item.is-active .poll__link {
  border-color: #e41e27;
  color: #e41e27;
}
.poll__item.is-active .poll__link:before {
  border-color: #e41e27;
  background: #e41e27 url(../img/icons/check-w.svg) no-repeat 50%;
}
.poll__result {
  position: absolute;
  right: 14px;
  top: 50%;
  color: #959baf;
  font-size: 16px;
  font-weight: 500;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.3s opacity;
  pointer-events: none;
}
.poll__foot {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.poll__group--on-results {
  display: none;
}
.poll.is-results .poll__link {
  padding: 14px 124px 14px 14px;
}
.poll.is-results .poll__link:before {
  display: none;
}
.poll.is-results .poll__result {
  opacity: 1;
}
.poll.is-results .poll__foot {
  justify-content: center;
}
.poll.is-results .poll__group--on-vote {
  display: none;
}
.poll.is-results .poll__group--on-results {
  display: block;
}

.sport.sport__results {
  display: flex;
  gap: 42px;
  justify-content: center;
  align-items: center;
}
.sport__items {
  display: flex;
  gap: 42px;
  justify-content: center;
  align-items: flex-start;
}
.sport__item--center {
  text-align: center;
}
.sport__item--center img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .sport__item--center img {
    display: block;
  }
}
.sport__score {
  font-weight: 700;
  font-size: 32px;
  line-height: 24px;
}
.sport__club {
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
  text-transform: uppercase;
}
.sport__scorers {
  color: #959baf;
  font-size: 12px;
}
.sport.sport__live {
  margin-top: 24px;
}
.sport__head {
  display: flex;
  flex-direction: row;
  background: #f5f9ff;
  align-items: center;
  padding: 12px 12px 12px 10px;
  border-bottom: 2px solid #D3DCE6;
}
.sport__sort {
  background: #959baf;
  border-radius: 3px;
  font-size: 0;
  padding: 8px;
  margin-left: auto;
}
.sport .sport__tab__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .sport .sport__tab__title {
    margin-left: auto;
  }
}
.sport .sport__tab__title .icons__container {
  background: transparent;
}
.sport__content {
  display: flex;
  flex-direction: row-reverse;
  gap: 22px;
  margin-top: 20px;
  padding-bottom: 76px;
  border-bottom: 2px solid #D3DCE6;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1024px) {
  .sport__content {
    flex-direction: row;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .sport__symbol {
    min-width: 48px;
  }
}
.sport__icon {
  background-size: 100%;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  height: 48px;
  width: 48px;
}
.sport__icon--start, .sport__icon--end, .sport__icon--halftime, .sport__icon--extra_time {
  background-image: url(../img/icons/live-sport/time.svg);
}
.sport__icon--goal, .sport__icon--autogoal {
  background-image: url(../img/icons/live-sport/goal.svg);
}
.sport__icon--yellow_card, .sport__icon--second_yellow_card {
  background-image: url(../img/icons/live-sport/yellow_card.svg);
}
.sport__icon--red_card {
  background-image: url(../img/icons/live-sport/red_card.svg);
}
.sport__icon--replacement {
  background-image: url(../img/icons/live-sport/replacement.svg);
}
.sport__icon--penall {
  background-image: url(../img/icons/live-sport/penall.svg);
}
.sport__live__comment {
  flex-grow: 1;
}
.sport__label {
  font-weight: 700;
  font-size: 19px;
  line-height: 19px;
}
.sport__label small {
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
}
.sport__description {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.sport__description a {
  text-decoration: underline;
}
.sport__social__icons {
  display: flex;
  position: absolute;
  left: 20px;
  right: auto;
  bottom: 30px;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .sport__social__icons {
    left: auto;
    right: 0;
    bottom: auto;
  }
}

.component__events .sport__events {
  background: #f5f9ff;
  padding: 16px;
  max-width: 100%;
  margin-left: auto;
  margin-bottom: 42px;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .component__events .sport__events {
    max-width: 240px;
    margin-top: 0px;
  }
}
.component__events .sport__label {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  border-bottom: 1px solid #D3DCE6;
  padding-bottom: 13px;
}
.component__events .sport__items {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top: 11px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
.component__events .sport__highlight {
  color: #3DB54A;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
}

.developing__head {
  display: flex;
  flex-direction: row;
  background: #f5f9ff;
  align-items: center;
  padding: 12px 12px 12px 10px;
  border-bottom: 2px solid #D3DCE6;
}
.developing__sort {
  background: #959baf;
  border-radius: 3px;
  font-size: 0;
  padding: 8px;
  margin-left: auto;
}
.developing .developing__tab__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.developing .developing__tab__title .icons__container {
  background: transparent;
}
.developing__content {
  display: flex;
  flex-direction: row-reverse;
  gap: 22px;
  margin-top: 20px;
  padding-bottom: 76px;
  border-bottom: 2px solid #D3DCE6;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1024px) {
  .developing__content {
    flex-direction: row;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 26px;
  }
}
.developing__label {
  font-weight: 700;
  font-size: 19px;
  line-height: 19px;
}
.developing__description {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.developing__social__icons {
  display: flex;
  position: absolute;
  left: 20px;
  right: auto;
  bottom: 30px;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .developing__social__icons {
    left: auto;
    right: 0;
    bottom: auto;
  }
}
.developing__switch {
  position: relative;
  display: inline-block;
  width: 31px;
  height: 22px;
  margin: 9px;
}
.developing__switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.developing__switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #959baf;
  -webkit-transition: 0.4s;
  transition: 0.4s cubic-bezier(0, 1, 0.5, 1);
  border-radius: 4px;
}
.developing__switch .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s cubic-bezier(0, 1, 0.5, 1);
  border-radius: 3px;
}
.developing__switch input:checked + .slider:before {
  -webkit-transform: translateX(9px);
  -ms-transform: translateX(9px);
  transform: translateX(9px);
}
.developing__switch #round {
  border-radius: 34px;
}
.developing__switch #round:before {
  border-radius: 50%;
}
.developing__switch input:focus + .slider.red {
  box-shadow: 0 0 4px #e41e27;
}
.developing__switch input:checked + .slider.red {
  background-color: #e41e27;
}
.developing .developing__live__comment {
  width: 100%;
}

.inline-gallery {
  overflow: hidden;
  position: relative;
}
.inline-gallery:after {
  background: linear-gradient(270deg, #fff 20%, rgba(255, 255, 255, 0) 100%);
  width: 25%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.inline-gallery__scrollable-area {
  overflow-x: auto;
}
.inline-gallery__inner {
  display: flex;
  gap: 20px;
}
.inline-gallery__item:last-child {
  padding-right: 140px;
}
.inline-gallery__image img {
  display: block;
  height: 100%;
  width: auto;
}
.inline-gallery__caption {
  margin-top: 10px;
  font-style: italic;
}

.timelapse {
  position: relative;
}
.timelapse__image {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s opacity;
  width: 100%;
  height: auto;
  display: block;
}
.timelapse__image:first-child {
  position: relative;
}
.timelapse__image.is-active {
  z-index: 100;
  opacity: 1;
}
.timelapse__foot {
  background-color: #f5f9ff;
  padding: 32px;
}
.timelapse__slider {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  background-color: #959baf !important;
  cursor: pointer !important;
}
.timelapse__slider::-webkit-slider-thumb, .timelapse__slider::-moz-range-thumb {
  -webkit-appearance: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background: #959baf url(../img/icons/before-after-w.svg) no-repeat 50%;
}

.store-component {
  position: relative;
  padding: 26px 33px;
  padding: 26px 26px 50px 26px;
}
@media screen and (max-width: 1023px) {
  .store-component {
    padding: 50px 33px;
  }
}
.store-component:after {
  content: "";
  background: #f5f9ff;
  position: absolute;
  left: 0;
  right: -300px;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 24px;
}
.store-component.store-component--bg-overlay {
  border-radius: 24px;
}
.store-component.store-component--bg-image:after {
  content: "";
  background: linear-gradient(108.43deg, #F5F9FF 38.38%, rgba(245, 249, 255, 0) 88.31%), url("../img/app/vl-arhiva-bg.png");
  margin: 0;
  padding: 0;
  background-repeat: repeat;
  background-size: cover;
}
.store-component.store-component--bg-image-special {
  background: none;
}
.store-component.store-component--bg-image-special img {
  display: none;
}
@media screen and (max-width: 1420px) {
  .store-component.store-component--bg-image-special {
    background: linear-gradient(108.43deg, #F5F9FF 38.38%, rgba(245, 249, 255, 0) 88.31%);
  }
}
.store-component.store-component--bg-image-special:after {
  content: "";
  background-image: url("../img/mali-oglasi-cover.png");
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
@media screen and (max-width: 1024px) {
  .store-component.store-component--bg-image-special {
    background: linear-gradient(180.66deg, #F5F9FF 50.9%, rgba(245, 249, 255, 0) 99.43%), url("../img/mali-oglasi-mobile-cover.png");
    background-size: contain;
    background-repeat: round;
  }
  .store-component.store-component--bg-image-special:after {
    background-image: none;
  }
}
.store-component.store-component--bg-reverse-image:after {
  content: "";
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.2), rgba(17, 17, 17, 0.2)), url("../img/app/vl-tisak-bg.png");
  margin: 0;
  padding: 0;
  background-repeat: repeat;
  background-size: cover;
}
.store-component.store-component--bg-image-temp:after {
  content: "";
  background: linear-gradient(108.43deg, #F5F9FF 38.38%, rgba(245, 249, 255, 0) 88.31%), url("../img/app/vl-sjecanje.png");
  background-repeat: repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .store-component.store-component--bg-image-temp:after {
    background: linear-gradient(108.43deg, #F5F9FF 38.38%, rgba(245, 249, 255, 0) 181.31%), url("../img/app/vl-sjecanje.png");
  }
}
.store-component.store-component--bg-image-advert {
  height: 700px;
}
@media screen and (min-width: 1024px) {
  .store-component.store-component--bg-image-advert {
    height: auto;
  }
}
.store-component.store-component--bg-image-advert:after {
  content: "";
  background-image: url("../img/app/vl-mali-oglasi.png");
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  left: -200px;
}
@media screen and (min-width: 1024px) {
  .store-component.store-component--bg-image-advert:after {
    background-position: right;
  }
}
.store-component--reverse:after {
  content: "";
  right: 0;
  left: -300px;
}
.store-component .store-card {
  background: #fff;
  padding: 10px 10px 22px 10px;
  border: 1px solid #D3DCE6;
  border-radius: 5px;
}
.store-component .store-card__image img {
  width: 100%;
}
.store-component .store-card__text-box {
  margin-top: 12px;
}
.store-component .store-card__label {
  font-size: 10px;
  color: #828282;
  text-transform: uppercase;
}
.store-component .store-card__title {
  font-weight: 700;
  font-size: 15px;
}
.store-component .store-card__price {
  font-weight: 700;
  font-size: 24px;
  margin-top: 17px;
}
.store-component .flickity-viewport {
  overflow: visible !important;
}
.store-component .flickity-page-dots .dot.is-selected {
  background-color: #e41e27;
}
@media screen and (max-width: 1023px) {
  .store-component .grid__item--slider-mobile {
    width: 100%;
    padding: 0;
    margin-right: 10px;
  }
}

.store-content {
  background: #fff;
  padding: 26px;
  border: 1px solid #D3DCE6;
  border-radius: 16px;
  height: 100%;
}
.store-content--no-border {
  border: 0;
}

.store-header {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 0px 0 26px 0;
}
@media screen and (min-width: 1024px) {
  .store-header {
    padding: 52px 0 52px 0;
  }
}
.store-header__title h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 120%;
}
@media screen and (min-width: 1024px) {
  .store-header__title h2 {
    font-size: 52px;
  }
}
.store-header__text p {
  font-weight: 300;
  font-size: 19px;
  line-height: 130%;
}
@media screen and (min-width: 1024px) {
  .store-header__text p {
    font-size: 26px;
  }
}
.store-header__title--white {
  color: #fff;
}
.store-header__text--white {
  color: #fff;
}

.package-price {
  padding-right: 0px;
  position: relative;
  padding-bottom: 26px;
}
.package-price del {
  font-size: 0.4em;
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .package-price {
    padding-bottom: 0px;
    padding-right: 26px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1420px) {
  .package-price {
    padding-right: 8px;
  }
}
.package-price:after {
  content: "";
  position: absolute;
  background-color: #D3DCE6;
  width: 100%;
  height: 1px;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .package-price:after {
    content: "";
    position: absolute;
    background-color: #D3DCE6;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
  }
}
.package-price__label {
  display: inline-flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  border: 1px solid #111;
  border-radius: 8px;
  padding: 10px;
  text-transform: uppercase;
}
.package-price__price {
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  margin-top: 55px;
}
@media screen and (min-width: 1024px) and (max-width: 1420px) {
  .package-price__price {
    font-size: 30px;
  }
}
.package-price__alt {
  font-size: 26px;
  line-height: 120%;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) and (max-width: 1420px) {
  .package-price__price-main {
    font-size: 30px;
  }
}
.package-price__price-main span {
  font-size: 26px;
  color: #6B7280;
}
.package-price__description {
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  margin-top: 55px;
}
.package-price--bg {
  background: #fff;
  padding: 26px;
  border: 1px solid #D3DCE6;
  border-radius: 16px;
  height: 100%;
}
.package-price--bg:after {
  content: none;
}

.advantages {
  margin-top: 26px;
}
@media screen and (min-width: 1024px) {
  .advantages {
    margin-top: 0px;
  }
}
.advantages__list {
  list-style: none;
}
.advantages__item {
  padding-left: 1.5em;
  position: relative;
  font-size: 14px;
}
.advantages__item:before {
  background: url(../img/icons/check_icon.svg);
  position: absolute;
  height: 16px;
  width: 16px;
  top: 0;
  left: 0;
  content: "";
}
.advantages__item + .advantages__item {
  margin-top: 16px;
}

.store-paper .image {
  background: transparent;
}
.store-paper .image img {
  object-fit: contain;
}

.package-box {
  margin-top: 67px;
}

.store-image {
  margin-bottom: -54px;
}
.store-image img {
  width: 100%;
}

#divAIO1, #divAIO2 {
  height: 0;
  overflow: hidden;
}

#dfp-ticker [class*=__close_button] {
  top: -18px;
  right: -18px;
}

.dfp_banner {
  text-align: center;
}

.content__wrap--pushed_down {
  left: 0;
  right: 0;
  background-color: #fff !important;
}

.toaster_teaser {
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 1000;
  box-sizing: border-box;
  width: 268px;
  padding: 38px 20px 30px;
  box-shadow: 2px 2px 8px 0 rgba(118, 99, 91, 0.1);
  text-align: center;
  text-align: left;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform ease 0.7s;
}
.toaster_teaser--a1 {
  padding: 0;
}
.toaster_teaser.is_visible {
  transform: translateX(0);
}
.desktop_body--wallpaper .toaster_teaser.is_visible, .desktop_body--video_pushdown .toaster_teaser.is_visible {
  transform: translateX(100%);
}
.toaster_teaser__link {
  display: block;
}
.toaster_teaser__tracking_pixel {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.toaster_teaser__img_holder {
  position: relative;
  top: -5px;
  right: 1px;
  z-index: 1;
  float: right;
  overflow: hidden;
  width: 54px;
  height: 54px;
  border: 3px solid #db4233;
  border-radius: 100%;
}
.toaster_teaser__img_holder img {
  position: absolute;
  top: 47%;
  left: 54%;
  z-index: 2;
  max-width: 100px;
  transform: translate(-50%, -50%);
}
.toaster_teaser__img_holder--full {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  font-size: 0;
}
.toaster_teaser__img_holder--full img {
  position: relative;
  top: 0;
  left: 0;
  max-width: none;
  transform: none;
}
.toaster_teaser__title {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 26px;
  color: #111;
}
.toaster_teaser__text {
  margin-left: 1px;
  font-size: 17px;
  line-height: 24px;
  color: #111;
}
.toaster_teaser__btn_close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 7px;
  cursor: pointer;
  fill: #020202;
}
.toaster_teaser--a1 .toaster_teaser__btn_close {
  z-index: 2;
}
.toaster_teaser .btn--large {
  width: 100%;
  height: 40px;
  margin-top: 19px;
  padding: 0;
  line-height: 40px;
}

/* @todo: vidjeti što će se koristiti kada uključimo sve zone
// elipso traka i banner
.elipso {

    &amp;_banner__image {
        display: block;
        margin: 0px auto;

        &amp;--small {
            display: block;

            @include min-screen($lg) {
                display: none;
            }
        }

        &amp;--big {
            display: none;

            @include min-screen($lg) {
                display: block;
            }
        }
    }
}

.dfp_banner {
    text-align: center;
    @include cf();

    // TO DO izbrisati nakon testiranje bannera
    // TEMP Helpers
    &gt; picture {
        position: relative;
        display: block;
        margin: 0;
        padding: 0;

        img {
            position: relative;
            display: block;
            margin: 0 auto;
            padding: 0;
        }
    }

    img {
        display: block;
        margin: 0 auto;
    }

}

// ako imamo custom billboard kreativu
// sakrivamo banner placement jer on služu samo za tracking
.custom_creative__output.is_shown + .dfp_banner {
    display: none;
    visibility: hidden;
}

#banner_google {
    width: 300px;
    height: 250px;
    margin: 0px auto;

    .sidebar &amp; {
        width: 100%;
        height: auto;

        @include max-screen($lg - 1) {
            padding-top: 30px;
        }
    }
}

.banner_leaderboard {
    img {
        display: block;
        margin: 0px auto;
    }
}


//naslovnica
.fold_home__top_banner {

    .dfp_banner &gt; div {
        margin-bottom: 20px;
        line-height: 1;
    }
}

.fold_home__pasica_banner {

    div[id$="__container__"] {
        margin-bottom: 20px;
    }
}

.fold_home__vecernjakova_desetka {


    .center_items {

        .banner_leaderboard div[id$="__container__"] {
            margin: 0 0 30px;
        }
    }
}

.fold_home__main-b {
    .banner_leaderboard {
        margin: 30px 0;
    }
}

.fold_home__vecernjakova_desetka {

    .banner_elipso_traka {
        text-align: center;
        padding: 0 0 20px 0;

        .desktop_body--banner_parallax &amp; {
            background-color: #f7f6f1;
        }


        @include  min-screen($lg) {
            padding: 0 0 30px 0;
        }
    }
}

.fold_home__fun_felix {

    .banner_leaderboard &gt; div {
        margin: 30px 0 0;

        @include min-screen($lg) {
            margin: 40px 0 0;
        }
    }
}

.fold_home__ai_feed {
    .dfp_banner--Halfpage {
        @include min-screen($lg) {
            width: 300px;
            margin-left: 5px;
        }
    }
}

// rubrika
.fold_section__top_banner {

    .dfp_banner &gt; div {
        padding-bottom: 20px;
        line-height: 1;
    }
}


body.section,
body.subsection {

    .fold_section__top_banner {
        .banner_leaderboard  {
            padding: 10px 0 20px 0;

            @include min-screen($lg) {
                padding: 0 0 20px 0;
            }
        }
    }

    .center_items {

        .banner_leaderboard &gt; div {
            padding: 0 0 30px;
        }
    }
}

body.subsection {

    .center_items {

        .banner_leaderboard &gt; div {
            margin: -26px 0 30px;
        }
    }
}


//članak
.fold_article__banner_bottom {

    .dfp_banner {
        text-align: center;

        &amp; &gt; div {
            margin: 0 0 20px;
        }
    }
}

.article__sidebar {

    .dfp_banner &gt; div &gt; div {
        margin: 20px 0;
    }
}

.fold_article {

    &amp;__banner_top {

       .dfp_banner &gt; div {
            margin: 0 0 20px;
            line-height: 1;
       }
    }

    &amp;__banner_below_article {

        .dfp_banner {

            &amp;:before,
            &amp;:after {
                display: none;
            }

            div[id$="__container__"] {
                margin: 20px 0 0;
            }
        }
    }

    &amp;__banner_bottom {

        .dfp_banner &gt; div {
            margin: 0 0 20px;
        }
    }
}

.fold_vl60section {

    &amp;__banner_bottom {
        margin-bottom: 34px;
    }
}

.article__body_banner,
.article__body_banner_article_bottom {
    text-align: center;

    &amp; &gt; div {
        margin: 0 0 27px;
    }
}

.article__body_banner_article_bottom {
    display: inline-block;
    width: 100%;
}

// Galerija
.gallery__banner {
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 9;
   // margin-left: -364px;

    .gallery &amp; {
      //  margin-left: -485px;
    }

    #divInImage {
    }
}


// Komentari
.comments__page {

    .dfp_banner &gt; div {
        margin: 0 0 20px;
    }
}


//specijal landing
.special {

     .dfp_banner {
        position: relative;

        &amp; &gt; div {
            margin: 0 0 20px 0;

            @include min-screen($lg) {
                margin: 0 0 30px 0;
            }
        }
    }
}


// Najnovije vijesti
.right_content {

    .dfp_banner {
        text-align: right;

        &amp; &gt; div {
            margin: 0 0 20px;
        }
    }
}


// vecernjak ba

    // .fold_section__vecernjakova_desetka {
    //     .banner_leaderboard  {
    //         margin: 0 0 40px 0;
    //     }
    // }


//naslovnica podportala
.th_moja-hrvatska {

    .fold_home__vecernjakova_desetka,
    .fold_section__vecernjakova_desetka {

        .center_items .banner_leaderboard  {
            margin: 0;

            &amp; &gt; div {
                margin: 0 0 30px;
            }
        }
    }
}

.th_vojna-povijest {

    .center_items {

        .banner_leaderboard &gt; div {
            margin: 0 0 30px;
        }
    }
}

.th_living {

    .center_items {

        .banner_leaderboard &gt; div {
            margin: -10px 0 30px;
        }
    }
}


// blogosfera
.fold_blogger__top_banner {

    .dfp_banner {
        text-align: center;

        &amp; &gt; div {
            margin: 0 0 30px;
        }
    }
}


// sidebar
.sidebar {

    .js_sticky &gt; div {
        margin: 0 0 30px;
    }
}

// vremenska prognoza landing page
.weather_page {
    .dfp_banner--Leaderboard {
        margin: 10px 0 20px 0;

        @include min-screen($lg) {
            margin: 0 0 20px 0;
        }
    }
}


.section {
    &amp;.desktop_body--banner_parallax {
        .fold_home__vecernjakova_desetka--block3 {
            padding-top: 20px;
        }
    }
}

.fold_ugc__banner_top .dfp_banner &gt; div {
    margin: 0 0 20px;
    line-height: 1;
}


//stranica autora
.fold_author__top_banner {
    .dfp_banner--Leaderboard {
        margin: 0 0 30px 0;
    }
}


//stickybillboard close
.js_stickyBill .sticky_bill_close {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 500;
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    background: #222;
    border-radius: 50%;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);

    &amp;:before,
    &amp;:after {
        content: ' ';

        position: absolute;
        top: 12px;
        left: 19px;
        z-index: 500;

        display: block;
        width: 2px;
        height: 16px;
        background: #fff;
    }

    &amp;:before {
        transform: rotate(45deg)
    }

    &amp;:after {
        transform: rotate(-45deg)
    }
}

//

.dfp_banner--Halfpage {
    position: relative;
    z-index: 4;

    .fold_home__ai_feed &amp; {
        float: left;
        margin-left: 14px;

        @include min-screen($xlg) {
            float: none;
            margin-left: 5px;
        }
    }

    .sidebar &amp;,
    .column_sidebar &amp;,
    .blogger__sidebar &amp; {
        width: 300px;
        font-size: 0;
        text-align: left;
    }
}

// vecernji60 - prijava
.th_vecernji60.ugc_submission {

    .dfp_banner &gt; div {
        margin: 0 0 20px;
        line-height: 1;
    }
}
*/
.premium-icon {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .premium-icon {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}
.premium-icon__list {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.premium-icon__powered {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #6B6B6B;
  text-transform: uppercase;
}
.premium-icon__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #6B6B6B;
}
.premium-icon__links {
  display: flex;
  gap: 16px;
}

.article-toolbar {
  box-shadow: 0px 6px 26px rgba(17, 17, 17, 0.1);
  padding: 22px 16px;
  background: #fff;
  position: relative;
  pointer-events: auto;
}
.article-toolbar__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-toolbar__share {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .article-toolbar__social-icons {
    display: none;
  }
}
.article-toolbar__social {
  display: flex;
  flex-direction: row;
  gap: 6px;
}
@media screen and (max-width: 1023px) {
  .article-toolbar__social {
    display: none;
  }
}
.article-toolbar__item {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
}
.article-toolbar--background {
  background: #f5f9ff;
}
.article-toolbar--background-mobile {
  background: #fce8e9;
}
.article-toolbar--share-link {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .article-toolbar--share-link {
    display: none;
  }
}
.article-toolbar__audio {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  height: 16px;
  width: 18px;
  background: url(../img/icons/volume-icon.svg);
}
@media screen and (min-width: 1024px) {
  .article-toolbar__audio {
    display: none;
  }
}
.article-toolbar__url {
  display: none;
}
@media screen and (max-width: 1023px) {
  .article-toolbar__url {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    display: block;
    background: #fce8e9 url(../img/icons/url-icon.svg) no-repeat center;
    border-radius: 50%;
    width: 32px;
    height: 32px;
  }
}
.article-toolbar__line-percentage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  height: 4px;
  background-color: #e41e27;
  transition: width 0.3s;
  min-width: 1%;
}
.article-toolbar:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  top: 0;
  width: 100%;
  background: #FCE8E9;
}
.article-toolbar .percentage {
  font-weight: 700;
  font-size: 8px;
  line-height: 8px;
  color: #e41e27;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.article-toolbar--alt:after {
  content: none;
}
@media screen and (max-width: 1023px) {
  .article-toolbar--alt .article-toolbar__container {
    justify-content: center;
  }
  .article-toolbar--alt .article-toolbar__text {
    display: none;
  }
}

.vjs-button &gt; .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button &gt; .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKwAAADYV1OgpaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4gDud4bx/DZfGbjZGUDg+q1z05BpdkawOAcDE4gCAB45CXEAeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f120";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog &gt; * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content &gt; * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.vjs-button &gt; .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:hover,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 9em;
  transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #000000;
  cursor: pointer;
  pointer-events: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.3s 0.2s;
  height: 100%;
}

.vjs-has-started .vjs-poster {
  opacity: 0;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
  opacity: 0;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}

.vjs-playback-rate &gt; .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: 0s linear 0.3s forwards vjs-spinner-show;
  animation: 0s linear 0.3s forwards vjs-spinner-show;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting &gt; select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span &gt; select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js &gt; *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
  background: none;
}

.video-js *:focus:not(:focus-visible),
.video-js .vjs-menu *:focus:not(:focus-visible) {
  outline: none;
  background: none;
}

/* IMA */
.ima-ad-container {
  top: 0em;
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
}

/* Move overlay if user fast-clicks play button. */
.video-js.vjs-playing .bumpable-ima-ad-container {
  margin-top: -4em;
}

/* Move overlay when controls are active. */
.video-js.vjs-user-inactive.vjs-playing .bumpable-ima-ad-container {
  margin-top: 0em;
}

.video-js.vjs-paused .bumpable-ima-ad-container,
.video-js.vjs-playing:hover .bumpable-ima-ad-container,
.video-js.vjs-user-active.vjs-playing .bumpable-ima-ad-container {
  margin-top: -4em;
}

.ima-controls-div {
  bottom: 0em;
  height: 1.4em;
  position: absolute;
  overflow: hidden;
  display: none;
  opacity: 1;
  background-color: rgba(7, 20, 30, 0.7);
  background: -moz-linear-gradient(bottom, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(7, 20, 30, 0.7)), color-stop(100%, rgba(7, 20, 30, 0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%); /* IE10+ */
  background: linear-gradient(to top, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0007141E", endColorstr="#07141E",GradientType=0 ); /* IE6-9 */
}

.ima-controls-div.ima-controls-div-showing {
  height: 3.7em;
}

.ima-countdown-div {
  height: 1em;
  color: #FFFFFF;
  text-shadow: 0 0 0.2em #000;
  cursor: default;
}

.ima-seek-bar-div {
  top: 1.2em;
  height: 0.3em;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
}

.ima-progress-div {
  width: 0em;
  height: 0.3em;
  background-color: #ECC546;
}

.ima-play-pause-div, .ima-mute-div, .ima-slider-div, .ima-fullscreen-div {
  width: 2.33em;
  height: 1.33em;
  top: 0.733em;
  left: 0em;
  position: absolute;
  color: #CCCCCC;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
  font-family: VideoJS;
  cursor: pointer;
}

.ima-mute-div {
  left: auto;
  right: 5.667em;
}

.ima-slider-div {
  left: auto;
  right: 2.33em;
  width: 3.33em;
  height: 0.667em;
  top: 1.33em;
  background-color: #555555;
}

.ima-slider-level-div {
  width: 100%;
  height: 0.667em;
  background-color: #ECC546;
}

.ima-fullscreen-div {
  left: auto;
  right: 0em;
}

.ima-playing:before {
  content: "\f103";
}

.ima-paused:before {
  content: "\f101";
}

.ima-playing:hover:before, .ima-paused:hover:before {
  text-shadow: 0 0 1em #fff;
}

.ima-non-muted:before {
  content: "\f107";
}

.ima-muted:before {
  content: "\f104";
}

.ima-non-muted:hover:before, .ima-muted:hover:before {
  text-shadow: 0 0 1em #fff;
}

.ima-non-fullscreen:before {
  content: "\f108";
}

.ima-fullscreen:before {
  content: "\f109";
}

.ima-non-fullscreen:hover:before, .ima-fullscreen:hover:before {
  text-shadow: 0 0 1em #fff;
}

/* CUSTOM STYLES */
.video-js-wrap {
  position: relative;
  display: block;
  height: 0;
  margin-top: 20px;
  padding-bottom: 56.25%;
}

.video-js {
  position: relative;
  padding-bottom: 56.25%;
}
@media screen and (max-width: 1023px) {
  .video-js {
    padding-bottom: 0;
  }
}

.uploaded_video .video-js {
  height: 100% !important;
  width: 100% !important;
}

.video:not(html.video) video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0 !important;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .video:not(html.video) video {
    position: relative;
  }
}

.video-js .vjs-big-play-button {
  background: url(../img/icons/video-play.svg);
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .video-js .vjs-big-play-button {
    pointer-events: initial;
  }
}

.video-js-wrap--gallery {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .video-js-wrap--gallery {
    height: 100%;
    padding: 0;
    position: relative;
  }
}

.video-js-wrap--gallery .video-js {
  width: 100%;
}

.vjs-label-hidden {
  display: none !important;
}

.vjs-default-skin div.vjs-ads-label {
  font-size: 13px;
  line-height: 30px;
  font-weight: normal;
  text-align: center;
  color: white;
  display: none;
  width: auto;
  padding-left: 10px;
}

.vjs-ad-playing .vjs-control.vjs-ads-label {
  display: block;
}

.vjs-black-poster {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  background-color: #000;
}

.vjs-has-started .vjs-black-poster.vjs-hidden {
  display: none;
}

.vjs-using-native-controls .vjs-black-poster {
  display: none;
}

div.VPAID-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.vjs-vpaid-ad div.vjs-progress-control,
div.vjs-vpaid-ad div.vjs-time-controls,
div.vjs-vpaid-ad div.vjs-time-divider {
  display: none;
}

div.vjs-vpaid-ad.vjs-vpaid-flash-ad div.VPAID-container {
  background-color: #000000;
}

div.vjs-vpaid-ad .vjs-tech {
  z-index: 0;
}

.vjs-ad-playing .vjs-progress-control {
  pointer-events: none;
}

div.vast-skip-button {
  display: block;
  position: absolute;
  bottom: 20%;
  right: 0;
  background-color: blue;
  color: white;
  font-size: 15px;
  font-weight: bold;
  width: auto;
  padding: 8px;
  z-index: 2;
  border: 1px solid white;
  border-right: none;
}

.vast-skip-button.enabled {
  cursor: pointer;
  color: #fff;
}

.vast-skip-button.enabled:hover {
  cursor: pointer;
  background: #333;
}

.vast-blocker {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 30px;
}

.vast-skip-button.enabled:after {
  content: "&gt;&gt;";
  position: relative;
  top: 1px;
  margin-left: 8px;
}

.vjs-ad-playing.vjs-vast-ad-loading .vjs-loading-spinner {
  display: block;
  z-index: 10;
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}

.vjs-vast-ad-loading div.vjs-big-play-button {
  display: none !important;
}

.vjs-ad-playing .vjs-slider-handle:before {
  display: none;
}

.vjs-ad-playing .vjs-live-controls {
  display: none;
}

.toaster__response {
  position: fixed;
  bottom: 15px;
  left: -600px;
  z-index: 1100;
  display: block;
  max-width: 500px;
  margin: 0;
  padding: 0;
  padding: 20px 60px;
  background: #a9d969;
  border-radius: 6px;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
.toaster__response.is_open {
  left: 15px;
}
.toaster__response--warning {
  background: #e41e27;
}
.toaster__response--info {
  background: #64bfee;
}
.toaster__response--success {
  background: #3DB54A;
}
.toaster--btns {
  display: block;
}
.toaster--btns .btn {
  margin-top: 10px;
}
.toaster__response_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  display: block;
  width: 24px;
  height: 24px;
}
.toaster__response_text {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: white;
}
.toaster__close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
}
.toaster__close svg {
  height: 18px;
  width: 18px;
}
.toaster__close:hover {
  cursor: pointer;
}

.main-topic {
  width: 100%;
}
.main-topic__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .main-topic__head {
    margin: 0 -55px;
  }
}
.main-topic__icon {
  display: block;
  flex: 0 0 66px;
}
.main-topic__icon &gt; * {
  width: 100%;
  height: auto;
}
.main-topic__icon--reverse {
  transform: scale(-1, 1);
}
@media screen and (min-width: 1024px) {
  .main-topic__icon {
    flex: 0 0 132px;
  }
}
.main-topic__title {
  font-size: 42px;
  font-weight: 900;
  line-height: 120%;
  flex-grow: 1;
  text-transform: uppercase;
  font-family: "Roboto";
  text-align: center;
  padding: 0 10px;
}
@media screen and (min-width: 1024px) {
  .main-topic__title {
    font-size: 98px;
  }
}
.main-topic__head + .main-topic__tabs {
  margin-top: 46px;
}

/* Magnific Popup CSS */
/* Main image in popup */
/* The shadow behind the image */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #f5f5f5;
  opacity: 0.95;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  max-width: 400px;
}

.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close {
  position: fixed;
  background: #e41e27;
  color: #fff;
  height: 48px;
  line-height: 48px;
  width: 48px;
  font-size: 20px;
  text-align: center;
  top: 0;
  right: 0;
  outline: 0;
  border: 0;
  padding: 0;
  opacity: 1;
}
.mfp-close:hover {
  background: #ed6e65;
}

.mfp-arrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  opacity: 0.15;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-image-holder .mfp-content {
  max-width: 80%;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.1);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.1);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.1);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.1);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.loader-premium {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  color: #e41e27;
}
.loader-premium__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 32px;
}
.loader-premium .loader {
  display: block;
}

body.premium-flip {
  padding-top: 0 !important;
  width: auto;
  height: 100vh;
  overflow: hidden;
  perspective: 2000px;
}
body.premium-flip .header {
  position: static;
}
body.premium-flip .container {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
body.premium-flip .container--rotate {
  transform: rotateY(180deg);
}
body.premium-flip .container__back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(180deg);
}

.skin-vojna-povijest .card__headline {
  color: #6d8352;
}
.skin-vojna-povijest .chat--tabs-box {
  background-color: #eef1e9;
  color: #6d8352;
}
.skin-vojna-povijest .button:not(.button--kapa) {
  background-color: #6d8352;
  color: #fff;
  border-color: #6d8352 !important;
}
.skin-vojna-povijest .button--kapa {
  background-color: #6d8352;
  color: #fff;
  border: 1px solid #6d8352;
}
.skin-vojna-povijest .vertical-menu__link:hover {
  color: #6d8352;
}
.skin-vojna-povijest .main-nav__link:hover {
  color: #6d8352;
}
.skin-vojna-povijest .mega-menu-component__title {
  color: #6d8352;
}
.skin-vojna-povijest .main-nav__item.is-active {
  border-bottom: 1px solid #6d8352;
}
.skin-vojna-povijest .logo:not(.logo--transparent) {
  background: #6d8352 url(../img/logo-text-vp-white.svg) no-repeat 50% 50%/auto 20px;
  width: 200px;
}
@media screen and (min-width: 1024px) {
  .skin-vojna-povijest .logo:not(.logo--transparent) {
    background-size: auto 31px;
    width: 325px;
  }
}
.skin-vojna-povijest .header__inner--line:after {
  left: 210px;
}
@media screen and (min-width: 1024px) {
  .skin-vojna-povijest .header__inner--line:after {
    left: 400px;
  }
}
.skin-vojna-povijest .loader &gt; * {
  background: #6d8352;
}
.skin-vojna-povijest .radio__input:checked ~ .radio__text:before {
  border: 2px solid #6d8352;
}
.skin-vojna-povijest .radio__text:after {
  background-color: #6d8352;
}
.skin-vojna-povijest .icon--calendar {
  filter: hue-rotate(205deg);
}
.skin-vojna-povijest .icon--down {
  filter: hue-rotate(205deg);
}
.skin-vojna-povijest .avatar--text {
  background: #6d8352;
  color: #fff;
}
.skin-vojna-povijest .avatar--large-text {
  background: #6d8352;
  color: #fff;
}
.skin-vojna-povijest .notification-center__link {
  color: #6d8352;
}
.skin-vojna-povijest .edit {
  background: #6d8352 url(../img/icons/edit.svg);
}
.skin-vojna-povijest .text-link {
  color: #6d8352;
}
.skin-vojna-povijest .comment-card__reply-message {
  color: #6d8352;
}
.skin-vojna-povijest .tabs--alt .tabs__tab:hover, .skin-vojna-povijest .tabs--alt .tabs__tab.is-active {
  color: #6d8352;
}
.skin-vojna-povijest .tabs--large .tabs__tab.is-active {
  border-top: 2px solid #6d8352;
  color: #6d8352;
}
.skin-vojna-povijest .tabs--large .tabs__tab:hover {
  color: #6d8352;
}

.skin-moja-hrvatska .card__headline {
  color: #2277be;
}
.skin-moja-hrvatska .chat--tabs-box {
  background-color: #eef1e9;
  color: #6d8352;
}
.skin-moja-hrvatska .button:not(.button--kapa) {
  background-color: #2277be;
  color: #fff;
  border-color: #2277be !important;
}
.skin-moja-hrvatska .button--kapa {
  background-color: #2277be;
  color: #fff;
  border: 1px solid #2277be;
}
.skin-moja-hrvatska .vertical-menu__link:hover {
  color: #2277be;
}
.skin-moja-hrvatska .main-nav__link:hover {
  color: #2277be;
}
.skin-moja-hrvatska .mega-menu-component__title {
  color: #2277be;
}
.skin-moja-hrvatska .main-nav__item.is-active {
  border-bottom: 1px solid #2277be;
}
.skin-moja-hrvatska .logo:not(.logo--transparent) {
  background: #fff url(../img/moja_hrvatska_logo.svg) no-repeat 50% 50%/auto 31px;
  width: 185px;
}
.skin-moja-hrvatska .header__inner--line:after {
  left: 205px;
}
@media screen and (min-width: 1024px) {
  .skin-moja-hrvatska .header__inner--line:after {
    left: 270px;
  }
}
.skin-moja-hrvatska .loader &gt; * {
  background: #2277be;
}
.skin-moja-hrvatska .radio__input:checked ~ .radio__text:before {
  border: 2px solid #2277be;
}
.skin-moja-hrvatska .radio__text:after {
  background-color: #2277be;
}
.skin-moja-hrvatska .icon--calendar {
  filter: hue-rotate(205deg);
}
.skin-moja-hrvatska .icon--down {
  filter: hue-rotate(205deg);
}
.skin-moja-hrvatska .avatar--text {
  background: #2277be;
  color: #fff;
}
.skin-moja-hrvatska .avatar--large-text {
  background: #2277be;
  color: #fff;
}
.skin-moja-hrvatska .notification-center__link {
  color: #2277be;
}
.skin-moja-hrvatska .edit {
  background: #2277be url(../img/icons/edit.svg);
}
.skin-moja-hrvatska .text-link {
  color: #2277be;
}
.skin-moja-hrvatska .comment-card__reply-message {
  color: #2277be;
}
.skin-moja-hrvatska .tabs--alt .tabs__tab:hover, .skin-moja-hrvatska .tabs--alt .tabs__tab.is-active {
  color: #2277be;
}
.skin-moja-hrvatska .tabs .tabs__tab:hover {
  color: #2277be;
}

.skin-living .card__headline {
  color: #ed6e65;
}
.skin-living .chat--tabs-box {
  background-color: #eef1e9;
  color: #ed6e65;
}
.skin-living .button:not(.button--kapa) {
  background-color: #ed6e65;
  color: #fff;
  border-color: #ed6e65 !important;
}
.skin-living .button--kapa {
  background-color: #ed6e65;
  color: #fff;
  border: 1px solid #ed6e65;
}
.skin-living .main-nav__link:hover {
  color: #ed6e65;
}
.skin-living .mega-menu-component__title {
  color: #ed6e65;
}
.skin-living .vertical-menu__link:hover {
  color: #ed6e65;
}
.skin-living .notification-center {
  background-color: #202020;
}
@media screen and (min-width: 1024px) {
  .skin-living .main-nav__item.is-active {
    border-bottom: 1px solid #ed6e65;
  }
}
.skin-living .logo:not(.logo--transparent) {
  background: #ed6d65 url(../img/living-logo-white.svg) no-repeat 50% 50%/auto 20px;
  width: 108px;
}
@media screen and (max-width: 1023px) {
  .skin-living .logo:not(.logo--transparent) {
    width: 142px;
  }
}
.skin-living .logo--animated:before {
  content: none;
}
.skin-living .loader &gt; * {
  background: #ed6e65;
}
.skin-living .radio__input:checked ~ .radio__text:before {
  border: 2px solid #ed6e65;
}
.skin-living .radio__text:after {
  background-color: #ed6e65;
}
.skin-living .icon--calendar {
  filter: hue-rotate(8deg);
}
.skin-living .icon--down {
  filter: hue-rotate(8deg);
}
.skin-living .avatar--text {
  background: #ed6e65;
  color: #fff;
}
.skin-living .avatar--large-text {
  background: #ed6e65;
  color: #fff;
}
.skin-living .notification-center__link {
  color: #ed6e65;
}
.skin-living .edit {
  background: #ed6e65 url(../img/icons/edit.svg);
}
.skin-living .text-link {
  color: #ed6e65;
}
.skin-living .comment-card__reply-message {
  color: #ed6e65;
}
.skin-living .tabs--alt .tabs__tab:hover, .skin-living .tabs--alt .tabs__tab.is-active {
  color: #ed6e65;
}
.skin-living .share {
  color: #fff;
}
.skin-living .header__copyright {
  color: #fff;
}
.skin-living .component--light.js-tabs {
  background-color: #202020;
}
.skin-living .tabs .tabs__tab.is-active {
  color: #ed6e65;
}
.skin-living .tabs .tabs__active-indicator {
  background-color: #ed6e65;
}
.skin-living .tabs .tabs__tab:hover {
  color: #ed6e65;
}
.skin-living .tabs-content .card__title {
  color: #fff;
}
.skin-living .powered-by {
  align-items: center;
  display: flex;
  gap: 16px;
}
.skin-living .powered-by img {
  height: 46px;
  width: auto;
  display: block;
}
@media screen and (max-width: 1023px) {
  .skin-living .powered-by {
    text-align: center;
    justify-content: space-between;
    column-gap: 12px;
  }
  .skin-living .powered-by img {
    height: 32px;
  }
}

.piano-my-account .mfp-content {
  max-width: 960px;
}

.modal {
  background-color: #fff;
  margin: 0 auto;
  border: 1px solid #d3dce6;
}
.modal__header {
  position: relative;
  text-align: center;
  padding: 24px;
}
.modal__title {
  font-size: 21px;
}
.modal__content {
  min-height: 300px;
}

.extra-content {
  font-size: 20px;
  background-color: #f5f9ff;
}
.extra-content__item {
  padding: 26px;
}
.extra-content__title {
  color: #e41e27;
  border-bottom: 1px solid #D3DCE6;
  padding-bottom: 16px;
}
.extra-content + .extra-content {
  margin-top: 30px;
}

.barkod-logo svg {
  margin: 0 auto;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

.card--barkod .card__comments-nr,
.card--barkod .card__icons {
  display: none;
}
.card--barkod .card__ordinal-nr,
.card--barkod .card__video-duration {
  z-index: 10;
}

.barkod-article .image__meta {
  z-index: 10;
}

.card--barkod .image:after,
.barkod-article .article__gallery .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeat-y url(../img/background/barkod-overlay.svg?v=1.1) 0 0/100% auto;
}

body.home-premium .header__bottom {
  background-color: #f4f0eb;
}
body.home-premium .header__row + .header__row {
  border-color: #e3e0e0;
}
body.home-premium .header__inner--line:after {
  background-color: #dbd2bc;
}
body.home-premium .logo {
  background-color: #4a0a07;
}
body.home-premium .popular:after {
  background: linear-gradient(90deg, rgba(244, 240, 235, 0) 0%, #f4f0eb 100%);
}
body.home-premium .card__headline {
  color: #b8a67a;
  letter-spacing: 1px;
}
body.home-premium .card__title {
  font-weight: 400;
  letter-spacing: 0;
}
body.home-premium .card__icons, body.home-premium .card__comments-nr {
  display: none;
}
body.home-premium .card__image {
  border-radius: 0;
}
body.home-premium .card--special .card__link {
  gap: 24px;
}
body.home-premium .card--special .card__visual {
  flex: 0 0 calc(50% - 12px);
}
body.home-premium .card--special .card__text {
  padding: 12px 0;
}
body.home-premium .card--special .card__description {
  max-height: 116px;
}
body.home-premium .card__description {
  font-family: "Roboto Serif", serif;
}
body.home-premium .block--light {
  background-color: #f4f0eb;
  border-style: solid;
  border-image-slice: 1;
  border-width: 1px 0;
  border-image-source: linear-gradient(to right, #bba97e, #eee9de);
}
body.home-premium .block--premium-slider {
  background: linear-gradient(to right, #f9f7f5, #f4f0eb);
  border-width: 0 0 1px 0;
  padding: 42px 0 84px 0;
  overflow: hidden;
}
body.home-premium .block--premium-slider .slider,
body.home-premium .block--premium-slider .flickity-viewport {
  overflow: visible;
}
body.home-premium .component--light {
  background-color: #f9f7f5;
  background: linear-gradient(to right, #f9f7f5, #f4f0eb);
  border-style: solid;
  border-image-slice: 1;
  border-width: 1px 0;
  border-image-source: linear-gradient(to right, #bba97e, #eee9de);
}
@media screen and (min-width: 1024px) {
  body.home-premium .component--light {
    border-width: 1px;
  }
}
@media screen and (min-width: 1024px) {
  body.home-premium .component:not(.component--side) .component__head {
    border-style: solid;
    border-image-slice: 1;
    border-width: 0 0 2px 0;
    border-image-source: linear-gradient(to right, rgb(227, 224, 224), rgba(227, 224, 224, 0));
    padding-bottom: 10px;
  }
}
body.home-premium .title {
  font-family: "Roboto Serif", serif;
  font-size: 34px;
  font-weight: 400;
}
body.home-premium .title--small {
  font-size: 20px;
}
body.home-premium .title strong {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
body.home-premium .title__premium-crown {
  background: url(../img/icons/premium-crown-dark.svg);
}
@media screen and (min-width: 1024px) {
  body.home-premium .title {
    font-size: 44px;
  }
  body.home-premium .title--small {
    font-size: 28px;
  }
}
body.home-premium .tabs {
  border-bottom-color: #b9b6b1;
}
body.home-premium .tabs__tab {
  color: #b8b6b0;
  font-family: "Roboto Serif", serif;
}
body.home-premium .tabs__tab:hover, body.home-premium .tabs__tab.is-active {
  color: #2c2c2c;
}
body.home-premium .controls__item {
  background-color: #eee3d8;
  border-radius: 3px;
}
body.home-premium .author--reverse .author__name {
  background: linear-gradient(to top, #f4f0eb 33.33%, rgba(244, 240, 235, 0) 100%);
  font-size: 28px;
  font-family: "Roboto Serif", serif;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  body.home-premium .grid--special {
    justify-content: space-evenly;
  }
  body.home-premium .grid--special .grid__item {
    max-width: 360px;
  }
}
body.home-premium .card-group--special .card-group__item {
  border-style: solid;
  border-image-slice: 1;
  border-width: 1px 0 0 0;
  border-image-source: linear-gradient(to right, rgba(217, 214, 215, 0), rgb(217, 214, 215), rgba(217, 214, 215, 0));
  padding-top: 26px;
}

@media screen and (min-width: 1024px) {
  .card--premium-box,
  .card--premium-box-alt {
    height: 100%;
  }
  .card--premium-box .card__link,
  .card--premium-box-alt .card__link {
    height: 100%;
  }
  .card--premium-box .card__text,
  .card--premium-box-alt .card__text {
    border-style: solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(to top, #b8a67b, #f2ede6);
    padding: 12px 16px;
    height: 100%;
  }
  .card--premium-box-alt .card__link {
    gap: 0;
  }
  .card--premium-box-alt .card__text {
    background: linear-gradient(to right, #f9f7f5, #f4f0eb);
    padding: 48px;
  }
  .card--premium-featured {
    padding: 48px 0;
    position: relative;
  }
  .card--premium-featured:before {
    background-color: #f4f0eb;
    background: linear-gradient(to right, #f9f7f5, #f4f0eb);
    border-style: solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(to right, #bba97e, #eee9de);
    position: absolute;
    content: "";
    top: 12px;
    left: 40%;
    width: calc(50vw + 10%);
    bottom: 12px;
    z-index: -1;
  }
  .card--premium-featured .card__text {
    padding: 0 50px;
  }
}
.popup-ruza {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  padding: 20px 0;
  text-align: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  overflow-y: auto;
}
body.popup-visible .popup-ruza {
  display: flex;
}
.popup-ruza__box {
  background-color: #000;
  color: #fff;
  margin: auto;
  max-width: 414px;
  width: 100%;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.3);
  position: relative;
  padding: 30px;
  background: url(../img/ruza/vl-ruza-popup-bg@2x.jpg) no-repeat 80% 50%/cover;
}
.popup-ruza__inner {
  max-width: 192px;
}
.popup-ruza__logo {
  margin: 0 auto;
  width: 122px;
  height: 120px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/ruza/vl-ruza-logo@2x.png) 0 0/contain;
}
.popup-ruza__timer, .popup-ruza__button {
  margin-top: 18px;
}
.popup-ruza__timer {
  margin-left: -12px;
  margin-right: -12px;
}
.popup-ruza__close {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 0;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -9999px;
  background: none;
  cursor: pointer;
  background: no-repeat url(../img/ruza/vl-ruza-popup-close.svg) 50%;
}

body.popup-visible {
  overflow: hidden;
}
body.popup-visible #divAIO1,
body.popup-visible #divAIO2,
body.popup-visible #divAIO3 {
  display: none;
}

.timer {
  max-width: 260px;
  text-align: center;
}
.timer__headline {
  color: #e41e27;
  font-size: 15px;
  text-transform: uppercase;
  white-space: nowrap;
}
.timer__items {
  display: flex;
}
.timer__item {
  flex: 0 0 25%;
  min-width: 64px;
  position: relative;
  font-size: 38px;
  font-weight: 500;
  font-family: "Roboto Slab", serif;
}
.timer__item + .timer__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 36px;
  width: 1px;
  background-color: #fff;
}
.timer__item:after {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  margin-top: 2px;
  display: block;
  font-family: "Roboto", sans-serif;
}
.timer__item--days[data-form="0"]:after, .timer__item--days[data-form="2"]:after {
  content: "dana";
}
.timer__item--days[data-form="1"]:after {
  content: "dan";
}
.timer__item--hours[data-form="0"]:after {
  content: "sati";
}
.timer__item--hours[data-form="1"]:after {
  content: "sat";
}
.timer__item--hours[data-form="2"]:after {
  content: "sata";
}
.timer__item--minutes[data-form="0"]:after, .timer__item--minutes[data-form="1"]:after {
  content: "minuta";
}
.timer__item--minutes[data-form="2"]:after {
  content: "minute";
}
.timer__item--seconds[data-form="0"]:after {
  content: "sekundi";
}
.timer__item--seconds[data-form="1"]:after {
  content: "sekunda";
}
.timer__item--seconds[data-form="2"]:after {
  content: "sekunde";
}

.single-special__timer {
  position: fixed;
  z-index: 0;
  left: 45%;
  top: 68px;
  padding-top: 30%;
  color: #fff;
  width: 25%;
}
.single-special__timer .timer {
  margin: 0 auto;
}

.block__countdown {
  position: absolute;
  left: 0;
  top: 260px;
  right: 0;
  padding: 16px;
  pointer-events: none;
}

.button--ruza {
  padding: 12px 16px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .single-special__timer {
    left: 0;
    top: 0;
    right: 0;
    width: auto;
    max-width: 414px;
    margin: 0 auto;
    padding-top: 120%;
  }
  .single-special__timer .timer {
    margin-left: auto;
    margin-right: 10px;
  }
  .timer {
    max-width: 216px;
  }
  .timer__headline {
    font-size: 13px;
  }
  .timer__item + .timer__item:before {
    top: 8px;
    height: 32px;
  }
  .timer__item {
    font-size: 33px;
    min-width: 54px;
  }
  .timer__item:after {
    font-size: 12px;
  }
  .block__countdown .timer {
    margin: 0 auto;
  }
}
@media screen and (max-width: 413px) {
  .block__countdown {
    top: 0;
    padding-top: 65%;
  }
  .block--ruza .block__background {
    padding-top: calc(460px + 100%);
  }
}
@media screen and (min-width: 414px) and (max-width: 1023px) {
  .single-special__timer {
    padding-top: 0;
    top: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .popup-ruza__box {
    padding: 48px 96px;
    max-width: 680px;
  }
  .popup-ruza__inner {
    max-width: 232px;
  }
  .popup-ruza__logo {
    width: 150px;
    height: 147px;
  }
  .popup-ruza__timer, .popup-ruza__button {
    margin-top: 36px;
  }
  .button--ruza {
    padding: 16px 24px;
  }
  .block__countdown {
    top: 0;
    padding: 7.5% 30px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .timer--large {
    max-width: 360px;
  }
  .timer--large .timer__headline {
    font-size: 21px;
  }
  .timer--large .timer__item {
    font-size: 54px;
  }
  .timer--large .timer__item + .timer__item:before {
    top: 15px;
    height: 52px;
  }
  .timer--large .timer__item:after {
    font-size: 19px;
    margin-top: 4px;
  }
}
.block__inner.elections_widget {
  min-height: 442px;
}
@media screen and (min-width: 1024px) {
  .block__inner.elections_widget {
    padding: 0 50px;
    min-height: 279px;
  }
}
.block__inner.elections_widget iframe {
  width: 100%;
  min-height: 442px;
  height: 442px;
  overflow-x: auto;
}
@media screen and (min-width: 1024px) {
  .block__inner.elections_widget iframe {
    min-height: 279px;
    height: 279px;
  }
}

.block:has(.block__inner.elections_widget) ~ section #divBillboardTop {
  margin-top: 40px;
}

@media screen and (min-width: 1024px) {
  .elections-chart {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .elections-chart {
    border-top: 1px solid #D3DCE6;
    padding-top: 13px;
  }
}
.elections-chart__row + .elections-chart__row {
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .elections-chart__row + .elections-chart__row {
    margin-top: 24px;
  }
}
.elections-chart__question {
  font-size: 19px;
  font-weight: 500;
  font-family: "Roboto Serif", serif;
  letter-spacing: -0.03em;
}
.elections-chart__donut {
  max-width: 180px;
  margin: 0 auto;
}
.elections-chart__legend {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.elections-chart__item {
  position: relative;
  padding-left: 12px;
  width: calc(50% - 4px);
}
.elections-chart__item:before {
  content: "";
  height: 6px;
  width: 6px;
  background: #eee;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 3px;
}
.elections-chart__item:nth-child(1):before {
  background-color: #0057b7;
}
.elections-chart__item:nth-child(2):before {
  background-color: #b8a67a;
}
.elections-chart__item:nth-child(3):before {
  background-color: #e41e27;
}
.elections-chart__item:nth-child(4):before {
  background-color: #f7c64c;
}
.elections-chart__item:nth-child(5):before {
  background-color: #111;
}
.elections-chart__item:nth-child(6):before {
  background-color: #6d8352;
}
.elections-chart__item:nth-child(7):before {
  background-color: #b85800;
}
.elections-chart__item:nth-child(8):before {
  background-color: #b8008a;
}
.elections-chart__item:nth-child(9):before {
  background-color: #1ee350;
}
.elections-chart__item:nth-child(10):before {
  background-color: #3f4363;
}
.elections-chart__item:nth-child(11):before {
  background-color: #840000;
}
.elections-chart__item:nth-child(12):before {
  background-color: #0d0082;
}
.elections-chart__item:nth-child(13):before {
  background-color: #710165;
}
.elections-chart__item:nth-child(14):before {
  background-color: #009db8;
}

.donut {
  width: 100%;
  height: 100%;
}
.donut &gt; * {
  stroke: #eee;
}
.donut__item-0 {
  stroke: #0057b7;
}
.donut__item-1 {
  stroke: #b8a67a;
}
.donut__item-2 {
  stroke: #e41e27;
}
.donut__item-3 {
  stroke: #f7c64c;
}
.donut__item-4 {
  stroke: #111;
}
.donut__item-5 {
  stroke: #6d8352;
}
.donut__item-6 {
  stroke: #b85800;
}
.donut__item-7 {
  stroke: #b8008a;
}
.donut__item-8 {
  stroke: #1ee350;
}
.donut__item-9 {
  stroke: #3f4363;
}
.donut__item-10 {
  stroke: #840000;
}
.donut__item-11 {
  stroke: #0d0082;
}
.donut__item-12 {
  stroke: #710165;
}
.donut__item-13 {
  stroke: #009db8;
}

@media screen and (min-width: 1024px) {
  .component--elections {
    border-bottom: 1px solid #D3DCE6;
    padding-bottom: 42px;
  }
}
.component--elections .component__head {
  color: #fff;
  background-color: #0a4393;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 32px;
}
@media screen and (max-width: 1023px) {
  .component--elections .component__head {
    padding: 32px 16px;
  }
}

.title--elections {
  font-family: "Roboto Slab", serif;
  font-weight: 900;
}
@media screen and (max-width: 1023px) {
  .title--elections {
    font-size: 21px;
  }
}
.title--elections &gt; * {
  display: flex;
  align-items: center;
  gap: 17px;
}
.title--elections img {
  width: 37px;
  height: 38px;
}

.block--euro2024 {
  background-color: #143cdb;
  background-size: cover;
  color: #fff;
  padding: 42px 0;
}
@media screen and (max-width: 1023px) {
  .block--euro2024 .component__head {
    justify-content: center;
  }
}
.block--euro2024 .card__headline {
  color: #f9bf4b;
}
.block--euro2024 .card--border-top-down {
  border-top-color: rgba(255, 255, 255, 0.25);
}

.text-link--euro2024 {
  color: #f9bf4b;
}

.euro2024-logo {
  width: 109px;
  height: 38px;
}

.component--vl65 .component__head {
  justify-content: center;
}
.component--vl65 .card__visual {
  position: relative;
}
.component--vl65 .card__visual:after {
  background: no-repeat url(../img/vl65@2x.png) 0 0/100% auto;
  content: "";
  left: 0;
  top: 80%;
  padding-top: 19.375%;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.component--vl65 .card__icons,
.component--vl65 .card__comments-nr {
  display: none;
}
.component--vl65 .card__text {
  position: relative;
}

#qpq-widget-naslovna #qpq-container .qpq-item {
  padding: 0;
  border-top: 1px solid #D3DCE6;
  background-color: transparent;
}
@media screen and (min-width: 1024px) {
  #qpq-widget-naslovna #qpq-container .qpq-item {
    border: none;
  }
}
#qpq-widget-naslovna #qpq-container .qpq-item:before {
  display: none;
}
#qpq-widget-naslovna #qpq-container .qpq-item .qpq-item-content {
  padding: 16px 0;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  #qpq-widget-naslovna #qpq-container .qpq-item .qpq-item-content {
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
  }
}
#qpq-widget-naslovna #qpq-container .qpq-item .qpq-item-content:hover .qpq-title a {
  opacity: 0.6;
}
#qpq-widget-naslovna #qpq-container .qpq-item .qpq-item-content .headline {
  padding-right: 10px;
  width: 65%;
}
@media screen and (min-width: 1024px) {
  #qpq-widget-naslovna #qpq-container .qpq-item .qpq-item-content .headline {
    padding: 20px 0 0 0;
    width: 62%;
    border-top: 5px solid #e41e27;
  }
}
#qpq-widget-naslovna #qpq-container .qpq-item .qpq-item-content .headline .portal {
  background-color: transparent;
  color: #e41e27;
  display: inline;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
#qpq-widget-naslovna #qpq-container .qpq-item .qpq-item-content .headline .qpq-title {
  font-family: "Roboto Serif", serif;
  color: #111;
  font-size: 15px;
  line-height: 18px;
}
@media screen and (min-width: 1024px) {
  #qpq-widget-naslovna #qpq-container .qpq-item .qpq-item-content .headline .qpq-title {
    font-size: 24px;
    line-height: 29px;
  }
}
#qpq-widget-naslovna #qpq-container .qpq-item .qpq-item-content .headline .qpq-title a {
  letter-spacing: -0.45px;
  transition: 0.2s;
}
#qpq-widget-naslovna #qpq-container .qpq-item .qpq-item-content .image-flex-wrapper {
  flex: auto;
  display: block;
  height: 87px;
}
@media screen and (min-width: 1024px) {
  #qpq-widget-naslovna #qpq-container .qpq-item .qpq-item-content .image-flex-wrapper {
    height: 156px;
  }
}
#qpq-widget-naslovna #qpq-container .qpq-item .qpq-item-content .image-flex-wrapper .image-wrapper {
  padding: 0;
  overflow: visible;
}
#qpq-widget-naslovna #qpq-container .qpq-item .qpq-item-content .image-flex-wrapper .image-wrapper img {
  display: block;
  object-fit: cover;
  height: 87px;
}
@media screen and (min-width: 1024px) {
  #qpq-widget-naslovna #qpq-container .qpq-item .qpq-item-content .image-flex-wrapper .image-wrapper img {
    height: 156px;
  }
}
#qpq-widget-naslovna #qpq-container .qpq-item:last-child .qpq-item-content {
  padding: 16px 0 0;
}

html[data-theme=dark] #qpq-widget-naslovna .qpq-title a {
  color: #DDDDE0;
}

.homepage .content__wrap .main {
  padding-bottom: 0;
}

.main {
  padding-bottom: 200px;
}
.main--gallery, .main--fullscreen {
  background-color: #f5f5f5;
  background-size: cover;
  background-position: 50%;
  min-height: calc(100vh - 68px);
  padding: 20px 0;
  margin: 0;
  display: flex;
}
.main--gallery &gt; *, .main--fullscreen &gt; * {
  margin: auto;
  width: 100%;
}
.main--gallery {
  background-color: #fff;
}

html[data-size="12"] .text--large {
  font-size: 20px;
}
html[data-size="12"] .text--static {
  font-size: 16px;
}
html[data-size="12"] .single-article__content p,
html[data-size="12"] .single-article__content li,
html[data-size="12"] .single-article__content .x-inline-title {
  font-size: 16px;
}
html[data-size="12"] .card--mega .card__title,
html[data-size="12"] .card--size-large .card__title,
html[data-size="12"] .card--size-xlarge .card__title {
  font-size: 30px;
}
@media screen and (max-width: 1023px) {
  html[data-size="12"] .card--mega .card__title,
  html[data-size="12"] .card--size-large .card__title,
  html[data-size="12"] .card--size-xlarge .card__title {
    font-size: 20px;
  }
}
html[data-size="12"] .card__headline {
  font-size: 12px;
}
html[data-size="12"] .card--size-small .card__headline {
  font-size: 10px;
}
@media screen and (max-width: 1023px) {
  html[data-size="12"] .card--size-small .card__title {
    font-size: 13px;
  }
}
html[data-size="12"] .card--size-medium-up .card__title {
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  html[data-size="12"] .card--size-medium-up .card__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  html[data-size="12"] .card--type-horizontal-reverse-down.card--type-horizontal-up .card__title {
    font-size: 13px;
  }
}
html[data-size="12"] .card__title {
  font-size: 15px;
}
html[data-size="12"] .special__headline {
  font-size: 13px;
}
html[data-size="12"] .card__description {
  font-size: 14px;
  max-height: 52px;
}
html[data-size="12"] .card--size-large-up .card__title {
  font-size: 30px;
}
@media screen and (max-width: 1023px) {
  html[data-size="12"] .card--size-large-up .card__title {
    font-size: 15px;
  }
}
html[data-size="12"] .card--image-half-up.card--size-medium-up.card--size-small-down .card__headline {
  font-size: 10px;
}
@media screen and (max-width: 1023px) {
  html[data-size="12"] .card--image-half-up.card--size-medium-up.card--size-small-down .card__title {
    font-size: 13px;
  }
}
html[data-size="12"] .card--size-medium-up.card--size-small-down .card__title {
  font-size: 15px;
}
@media screen and (max-width: 1023px) {
  html[data-size="12"] .card--size-medium-up.card--size-small-down .card__title {
    font-size: 13px;
  }
}

html[data-size="20"] .text--large {
  font-size: 28px;
}
html[data-size="20"] .text--static {
  font-size: 28px;
}
html[data-size="20"] .single-article__content p,
html[data-size="20"] .single-article__content li,
html[data-size="20"] .single-article__content .x-inline-title {
  font-size: 24px;
}
html[data-size="20"] .card__headline {
  font-size: 18px;
}
html[data-size="20"] .card--size-large .card__title {
  font-size: 36px;
}
@media screen and (max-width: 1023px) {
  html[data-size="20"] .card--size-large .card__title {
    font-size: 26px;
  }
}
html[data-size="20"] .card--size-large-up .card__title {
  font-size: 36px;
}
@media screen and (max-width: 1023px) {
  html[data-size="20"] .card--size-large-up .card__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1023px) {
  html[data-size="20"] .card--size-small-down .card__title {
    font-size: 18px;
  }
}
html[data-size="20"] .card--size-small .card__title {
  font-size: 18px;
}
html[data-size="20"] .card--size-medium .card__title {
  font-size: 28px;
}
html[data-size="20"] .card--size-medium-up .card__title {
  font-size: 28px;
}
@media screen and (max-width: 1023px) {
  html[data-size="20"] .card--size-medium-up .card__title {
    font-size: 18px;
  }
}
html[data-size="20"] .special__headline {
  font-size: 18px;
}
html[data-size="20"] .card__description {
  font-size: 20px;
  max-height: 74px;
}
html[data-size="20"] .card--image-hide-up .card__title {
  font-size: 18px;
}

.is-hidden {
  display: none;
}

.rotate180 {
  transform: rotate(180deg);
}

.popular {
  display: flex;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .popular {
    margin-left: -10px;
    margin-right: -10px;
    font-size: 14px;
  }
}
.popular:after {
  background: linear-gradient(90deg, rgba(245, 249, 255, 0) 0%, #f5f9ff 100%);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 48px;
  pointer-events: none;
}
.popular__label {
  font-weight: 700;
  border-right: 1px solid #111;
  padding-right: 6px;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .popular__label {
    display: none;
  }
}
.popular__items {
  display: flex;
  flex-grow: 1;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
}
.popular__items::-webkit-scrollbar {
  display: none;
}
.popular__items.is-grabbing {
  cursor: grabbing;
}
.popular__items.is-moving .popular__item {
  pointer-events: none;
}
.popular__item {
  padding: 0 8px;
  white-space: nowrap;
}
.popular__item:first-child {
  padding-left: 10px;
}
.popular__item:last-child {
  padding-right: 24px;
}
@media screen and (min-width: 1024px) {
  .popular__item:first-child {
    padding-left: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .popular__item + .popular__item {
    border-left: 1px solid #d3dce6;
  }
}
.popular .flickity-viewport {
  width: 100%;
}

.switch {
  background-color: #30333c;
  border-radius: 10em;
  border: 0;
  position: relative;
  width: 60px;
  height: 30px;
  cursor: pointer;
  overflow: hidden;
  transition: 0.2s background-color;
}
.switch-group {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1023px) {
  .switch-group {
    gap: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .switch {
    height: 28px;
  }
}
.switch:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  background-color: #f5f9ff;
  left: 4px;
  top: 4px;
  border-radius: 50%;
  transition: all 0.2s;
}
@media screen and (max-width: 1023px) {
  .switch:before {
    top: 3px;
  }
}
.switch--letters:before {
  content: "Aa";
  color: #111;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 12px;
}
html[data-size="16"] .switch--letters:before {
  left: 21px;
  font-size: 14px;
}
html[data-size="20"] .switch--letters:before {
  left: 34px;
  font-size: 16px;
}
html[data-theme=light] .switch--theme {
  background-color: #e41e27;
}
html[data-theme=light] .switch--theme:before {
  left: 34px;
}
.switch__toggle {
  text-indent: -9999px;
}
.switch__icon {
  position: absolute;
  transition: 0.2s all;
  top: 6px;
  left: 21px;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .switch__icon {
    top: 5px;
  }
}
html[data-theme=light] .switch__icon--left {
  left: 6px;
  opacity: 1;
}
html[data-theme=dark] .switch__icon--right {
  opacity: 1;
  left: 36px;
}

html.translated-ltr .audio-player,
html.translated-ltr .button--toolbar-audio {
  display: none;
}
html.translated-ltr .header--sticky {
  margin-top: 56px;
}

.gtranslate {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 6px;
}

/* DARK THEME */
html[data-theme=dark] body {
  background-color: #25282C;
  color: #DDDDE0;
}
@media screen and (max-width: 1023px) {
  html[data-theme=dark] body {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  }
}
html[data-theme=dark] .top-bar__inner,
html[data-theme=dark] .header__row + .header__row {
  border-color: #565960;
}
html[data-theme=dark] .secondary-nav__link.is-active,
html[data-theme=dark] .main-nav__link:not(.main-nav__link--premium) {
  color: inherit;
}
html[data-theme=dark] .header,
html[data-theme=dark] .component--light {
  background-color: #25282C;
}
html[data-theme=dark] .header__bottom,
html[data-theme=dark] .block--light {
  background-color: #42464E;
}
html[data-theme=dark] .block--light--np {
  background-color: #42464E;
}
html[data-theme=dark] .component__cta {
  background-color: #42464E;
}
html[data-theme=dark] .popular__label {
  border-color: #dddde0;
}
html[data-theme=dark] .popular:after {
  background: linear-gradient(90deg, rgba(66, 70, 78, 0) 0%, #42464e 100%);
}
@media screen and (min-width: 1024px) {
  html[data-theme=dark] .related-container:after {
    background: linear-gradient(270deg, #25282C 20%, rgba(37, 40, 44, 0) 100%);
  }
}
html[data-theme=dark] .block--border .block__inner {
  border-color: #565960;
}
html[data-theme=dark] .controls__item {
  background-color: #42464E;
}
html[data-theme=dark] .controls__item path {
  stroke: #DDDDE0;
}
html[data-theme=dark] .icon--svg path:not(.icon--setting-circle) {
  fill: #DDDDE0;
}
html[data-theme=dark] .icon--setting-circle {
  fill: none;
  stroke: #DDDDE0;
}
html[data-theme=dark] .tabs {
  border-color: #565960;
}
html[data-theme=dark] .tabs__tab {
  color: #565960;
}
html[data-theme=dark] .tabs__tab:hover, html[data-theme=dark] .tabs__tab.is-active {
  color: #DDDDE0;
}
html[data-theme=dark] .tabs__active-indicator {
  background-color: #DDDDE0;
}
html[data-theme=dark] .button--text path {
  fill: #fff;
}
html[data-theme=dark] .latest {
  background: #42464E;
}
html[data-theme=dark] .actions__link--country path {
  fill: #fff;
}
html[data-theme=dark] .actions__dropdown-list {
  background: #42464E;
  color: #959baf;
}
html[data-theme=dark] .actions__dropdown-list:before {
  background: #42464E;
}
html[data-theme=dark] .actions__dropdown-list:hover {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  html[data-theme=dark] .main-nav__dropdown-list {
    background-color: #30333c;
  }
}
html[data-theme=dark] .main-nav__dropdown-link:hover {
  color: #e41e27;
}
@media screen and (max-width: 1023px) {
  html[data-theme=dark] .main-nav__dropdown-item {
    border-top: 1px solid #25282C;
  }
}
html[data-theme=dark] .main-nav__toggle path {
  fill: #565960;
}
html[data-theme=dark] .tooltip__text {
  background: #42464E;
  color: #959baf;
}
html[data-theme=dark] .article-toolbar {
  background: #42464E;
}
html[data-theme=dark] .store-component.store-component--bg-overlay {
  background: linear-gradient(108.43deg, #30333c 38.38%, rgba(245, 249, 255, 0) 88.31%);
}
html[data-theme=dark] .store-content {
  background: #25282C;
  border: 0;
}
html[data-theme=dark] .store-component--reverse:after {
  background-color: #30333c;
}
html[data-theme=dark] .store-component .store-card {
  background: #25282C;
  border: 1px solid transparent;
}
html[data-theme=dark] .store-component:after {
  background-color: #30333c;
}
html[data-theme=dark] .md-show .sort-component {
  background: #25282C;
}
html[data-theme=dark] .package-price--bg {
  background: #25282C;
}
html[data-theme=dark] select {
  background-color: #42464E;
}
html[data-theme=dark] .select__select {
  border: 0;
}
html[data-theme=dark] .radio__text:before {
  border-color: #565960;
}
html[data-theme=dark] input {
  background: #25282C;
  color: #DDDDE0;
  border-color: #565960;
}
html[data-theme=dark] .datepicker--filter .datepicker__input {
  background-color: #42464E;
  border: 0;
  color: #DDDDE0;
}
html[data-theme=dark] .notification-center {
  background: #25282C;
  border: 1px solid #565960;
}
html[data-theme=dark] .notification-center__body,
html[data-theme=dark] .notification-center__foot,
html[data-theme=dark] .profile-messages {
  border-color: #565960;
}
html[data-theme=dark] .gallery__arrows {
  background: #30333c;
}
html[data-theme=dark] .main--fullscreen {
  background: #25282C;
}
html[data-theme=dark] .component--white {
  background: #30333c;
  border: 1px solid transparent;
}
html[data-theme=dark] .user-card--large .user-card__number, html[data-theme=dark] .user-card--large .user-card__text {
  color: #DDDDE0;
}
html[data-theme=dark] .form__box {
  background: #30333c;
  border: 1px solid transparent;
}
html[data-theme=dark] .text-separator__inner {
  background-color: #25282C;
}
html[data-theme=dark] .explainer {
  background: #30333c;
}
html[data-theme=dark] .explainer__sidebar {
  background-color: #42464E;
}
html[data-theme=dark] .explainer:after {
  background: linear-gradient(270deg, #25282C 20%, rgba(37, 40, 44, 0) 100%);
}
html[data-theme=dark] .author--reverse .author__name {
  background: linear-gradient(360deg, #42464E 33.52%, rgba(245, 249, 255, 0) 100%);
}
html[data-theme=dark] .component__comments .component__head {
  background: #42464E;
}
html[data-theme=dark] .package-price__label {
  background: #30333c;
}
html[data-theme=dark] .comment-message {
  background: #42464E;
}
html[data-theme=dark] .comment-message__box {
  background: #25282C;
  border-color: #565960;
  color: inherit;
}
html[data-theme=dark] .author__pagination a {
  color: #fff;
  background: #42464E;
}
html[data-theme=dark] .form__element--separator {
  border-color: #565960;
}
html[data-theme=dark] .component--border-top {
  border-color: #565960;
}
html[data-theme=dark] .sort-component__row {
  border-color: #565960;
}
html[data-theme=dark] .component__comments .comment-card {
  border-color: #565960;
}
html[data-theme=dark] .component--override-padding .component__comments .comment-card {
  border-top: 0;
}
html[data-theme=dark] .md-show .sort-component__modal-header {
  border-bottom: 1px solid #565960;
}
@media screen and (max-width: 1023px) {
  html[data-theme=dark] .card--border-top-down {
    border-top: 1px solid #565960;
  }
}
html[data-theme=dark] .package-price:after {
  background-color: #565960;
}
html[data-theme=dark] .header__inner--line:after {
  background: #565960;
}
html[data-theme=dark] .package-price--bg {
  border: 0;
}
html[data-theme=dark] .component--separator .component__content {
  border-top: 1px solid #565960;
}
html[data-theme=dark] .mssp-0 {
  background-color: #25282C !important;
}
html[data-theme=dark] .component__events .sport__events {
  background: #42464E;
}
html[data-theme=dark] .sport__head {
  background: #42464E;
  border-bottom: 2px solid #565960;
}
html[data-theme=dark] .sport__content {
  border-bottom: 2px solid #565960;
}
html[data-theme=dark] .poll {
  background-color: #42464E;
}
html[data-theme=dark] .poll__link {
  background-color: #42464E;
  border-color: #565960;
}
html[data-theme=dark] .poll__body {
  border-top: 2px solid #565960;
}
html[data-theme=dark] .component--special-dark-theme {
  background-color: #42464E;
}
@media screen and (min-width: 1023px) {
  html[data-theme=dark] .card--border-bottom-up {
    border-bottom: 1px solid #565960;
  }
}
@media screen and (min-width: 1023px) {
  html[data-theme=dark] .related-container__item:last-child {
    border-left: 1px solid #565960;
  }
}
html[data-theme=dark] .component--light.js-tabs {
  background-color: #30333c;
}
@media screen and (min-width: 1023px) {
  html[data-theme=dark] .card--border-top-up {
    border-top: 1px solid #565960;
  }
}
html[data-theme=dark] .component--light {
  background: #30333c;
}
@media screen and (min-width: 1023px) {
  html[data-theme=dark] .gallery__related {
    background-color: #42464E;
  }
}
html[data-theme=dark] .gallery__arrow {
  background-color: #42464E;
}
html[data-theme=dark] .gallery__arrow path {
  stroke: #fff;
}
@media screen and (min-width: 1023px) {
  html[data-theme=dark] .main-nav__dropdown:after {
    background-color: #565960;
  }
}
@media screen and (min-width: 1023px) {
  html[data-theme=dark] .main-nav__dropdown-link {
    color: #fff;
  }
}
html[data-theme=dark] .single-article__content hr {
  background: #565960;
}
html[data-theme=dark] .article-stats {
  background-color: #30333c;
}
html[data-theme=dark] .component--border {
  border-top: 1px solid #565960;
}
html[data-theme=dark] .section-filter__link {
  background: #42464E;
  color: #DDDDE0;
}
html[data-theme=dark] .tabs.tabs--large {
  background-color: #30333c;
}
html[data-theme=dark] .tabs.tabs--large .tabs__tab {
  color: #DDDDE0;
}
html[data-theme=dark] .tabs.tabs--large .tabs__tab.is-active {
  background-color: #25282C;
}
html[data-theme=dark] .main-nav__link:hover {
  color: #e41e27;
}
html[data-theme=dark] .store-component.store-component--bg-image-temp:after {
  content: "";
  background: linear-gradient(108.43deg, #30333c 38.38%, rgba(245, 249, 255, 0) 88.31%), url("../img/app/vl-sjecanje.png");
  background-repeat: repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px -1px) {
  html[data-theme=dark] .store-component.store-component--bg-image-temp:after {
    background: linear-gradient(108.43deg, #30333c 38.38%, rgba(245, 249, 255, 0) 88.31%), url("../img/app/vl-sjecanje.png");
  }
}
@media screen and (max-width: 1023px) {
  html[data-theme=dark] .store-component.store-component--bg-image-special {
    background: linear-gradient(108.43deg, #30333c 38.38%, rgba(245, 249, 255, 0) 88.31%), url("../img/mali-oglasi-mobile-cover.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }
}
html[data-theme=dark] .header--red {
  background-color: #e41e27;
}
html[data-theme=dark] .block--premium {
  background: #30333c;
}
html[data-theme=dark] .block--slider-full .offer-product {
  background: #30333c !important;
}
html[data-theme=dark] .tiktok-embed {
  max-width: 100% !important;
  padding: 26px 0;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  html[data-theme=dark] .tiktok-embed {
    padding: 26px;
  }
}
html[data-theme=dark] .single-special__visual + .single-special__content {
  background-color: #30333c;
}
@media screen and (min-width: 1024px) {
  html[data-theme=dark] .single-special__content .related-container:after {
    background: linear-gradient(270deg, #30333c 20%, rgba(48, 51, 60, 0) 100%);
  }
}
html[data-theme=dark] .card--border-bottom-up {
  border-color: #565960;
}
html[data-theme=dark] .search-form__input {
  background: #42464E;
}
body.mega-menu-visible html[data-theme=dark] .header, html[data-theme=dark] .header.is-sticky {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
html[data-theme=dark] .skin-living .main-nav__link:hover {
  color: #ed6e65;
}
html[data-theme=dark] .skin-living .main-nav__dropdown-link:hover {
  color: #ed6e65;
}
html[data-theme=dark] .skin-living .tabs__tab:hover {
  color: #ed6e65;
}
html[data-theme=dark] .main-nav__dropdown:before {
  background: #25282C;
}
html[data-theme=dark] .content__wrap--pushed_down {
  background-color: #25282c !important;
}
html[data-theme=dark] iframe[id^=sofa-] {
  background-color: #fff;
  padding: 0 16px;
}
html[data-theme=dark] .extra-content {
  background: #30333c;
}
html[data-theme=dark] body.home-premium .component:not(.component--side) .component__head {
  border-image-source: linear-gradient(to right, rgb(185, 167, 123), rgba(185, 167, 123, 0));
}
html[data-theme=dark] body.home-premium .block--light,
html[data-theme=dark] body.home-premium .component--light {
  border-image-source: linear-gradient(to right, #b9a77b, #25282c);
}
html[data-theme=dark] body.home-premium .block--premium-slider {
  background: #4b4f50;
}
html[data-theme=dark] body.home-premium .block--premium-slider .title {
  color: #b8a67a;
}
html[data-theme=dark] body.home-premium .block--premium-slider .title__premium-crown {
  background: url(../img/icons/premium-crown-gold.svg);
}
html[data-theme=dark] body.home-premium .controls__item {
  background-color: #25282c;
}
html[data-theme=dark] .card--premium-box .card__text {
  background: #323437;
  border-image-source: linear-gradient(to top, #b8a67a, #323638);
}
html[data-theme=dark] .card--premium-box-alt .card__text {
  background: #4A4C4F;
  border-image-source: linear-gradient(to top, #b8a67a, #323638);
}
html[data-theme=dark] .card--premium-featured:before {
  background: #3b3d3f;
  border-image-source: linear-gradient(to right, #b7a57a, #3b3d3f);
}</pre></body></html>