/* public-sans-regular - latin-ext_latin */
@font-face {
  font-display: swap;
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  src:
    local(""),
    url("../../fonts/public-sans-v5-latin-ext_latin-regular.woff2")
      format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../../fonts/public-sans-v5-latin-ext_latin-regular.woff")
      format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* public-sans-700 - latin-ext_latin */
@font-face {
  font-display: swap;
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 700;
  src:
    local(""),
    url("../../fonts/public-sans-v5-latin-ext_latin-700.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../../fonts/public-sans-v5-latin-ext_latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* public-sans-italic - latin-ext_latin */
@font-face {
  font-display: swap;
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 400;
  src:
    local(""),
    url("../../fonts/public-sans-v5-latin-ext_latin-italic.woff2")
      format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../../fonts/public-sans-v5-latin-ext_latin-italic.woff")
      format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
  -webkit-text-size-adjust: 100%;
}
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  color: #000;
  background-color: #fff;
}
h1,
h2,
h3,
h4 {
  font-weight: 700;
  color: #000;
  padding: 0;
}
h1 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
h2 {
  font-size: 20px;
  margin: 0 0 15px 0;
}
h3 {
  font-size: 16px;
  margin: 0 0 5px 0;
}
h4 {
  font-size: 14px;
  margin: 0;
}
strong {
  font-weight: 700;
}
i {
  font-size: 300;
}
a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  color: #000;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}
p {
  padding: 0;
  margin: 0 0 30px 0;
}
ul,
ol {
  padding: 0 0 0 17px;
  margin: 0 0 30px 0;
}
ul li,
ol li {
  padding: 0;
  margin: 0;
}
.clear {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  font-size: 0;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
img.fleft {
  margin: 0 20px 5px 0;
}
img.fright {
  margin: 0 0 5px 20px;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
/* GENERAL FORMS */
form {
  padding: 0;
  margin: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
label {
  font-size: 14px;
  font-weight: 400;
}
label.required {
  font-weight: bold;
}
.form_general input[type="text"],
.form_general input[type="password"],
.form_general input[type="email"],
.form_general input[type="tel"] {
  display: block;
  width: 240px;
  height: 35px;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  line-height: 35px;
  color: #000;
  padding: 0 5px;
  background-color: #fff;
  border: 1px solid #b0aeab;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow:
    inset 0 0 3px rgba(46, 43, 43, 0.23),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow:
    inset 0 0 3px rgba(46, 43, 43, 0.23),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow:
    inset 0 0 3px rgba(46, 43, 43, 0.23),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.form_general textarea {
  display: block;
  width: 240px;
  height: 50px;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  color: #000;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #b0aeab;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow:
    inset 0 0 3px rgba(46, 43, 43, 0.23),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow:
    inset 0 0 3px rgba(46, 43, 43, 0.23),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow:
    inset 0 0 3px rgba(46, 43, 43, 0.23),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
input[type="submit"] {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
input[type="submit"]:hover {
  cursor: pointer;
}
/* GENERAL FORMS */
/* GENERAL TABLES */
table {
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  text-align: left;
  color: #000;
  margin-bottom: 30px;
  border-collapse: collapse;
}
table th {
  font-weight: bold;
  text-align: left;
}
/* GENERAL TABLES */
.btn {
  display: inline-block;
  height: 30px;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #000;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}
.btn:hover {
  cursor: pointer;
}
body.gallery {
  background-color: white;
}

.page__inner {
  width: 94%;
  padding: 5px 3% 0 3%;
}
.advert {
  position: relative;
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
  margin-top: 15px;
  overflow: hidden;
  text-align: center;
}
/* .advert-inner 
{
  position: relative;
  display: inline-block;
  max-width: 0 auto;
}
.advert-inner::before 
{
  content: "REKLAMA";
  display: block;
  font-family: Arial;
  font-size: 8px;
  line-height: 10px;
  opacity: .7;
  position: absolute;
  right: 0;
  text-align: right;
  top: -10px;
}
.leaderboard, .leaderboard_bottom {
  text-align: center;
}
.leaderboard_bottom .advert-inner::before, 
.leaderboard .advert-inner::before 
{
  width: 10px;
  height: 40px;
  right: 5px;
  text-align: left;
  top: -13px;
  transform: rotate(90deg);
} */
.advert-wrapper {
  display: inline-block;
  text-align: left;
}
.advert-label {
  display: block;
  font-size: 10px;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
  color: #cec3c3;
  margin-bottom: 2px;
}
.leaderboard .advert-label {
  padding-top: 2px;
  margin: 0;
}
.advert-container {
  display: block;
}
.advert-container img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.leaderboard .advert-container {
  max-height: 300px;
}
.logo {
  display: inline-block;
  margin: 0;
  padding: 3px 0 0 0;
}
.logo a {
  display: block;
  height: 20px;
}
.logo img {
  display: block;
  width: auto;
  height: 100%;
}
.hp_articles {
  display: block;
  margin-bottom: 20px;
}
.hp_articles-main {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.hp_articles-link {
  display: inline-block;
  position: relative;
  text-align: left;
  color: white;
  width: 100%;
}
.hp_articles-image {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
}
.hp_articles-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    top,
    #000000 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #000000 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to top,
    #000000 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.hp_articles-info {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 20px 20px 20px;
}
.hp_articles-tag {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.hp_articles-tag .fa {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.hp_articles-label {
  line-height: 24px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 10px;
}
.hp_articles .hp_articles-label {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.hp_articles-main .hp_articles-label {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.content {
  position: relative;
}
.border_label {
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  color: #cc0002;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.border_label--small {
  font-size: 14px;
  text-transform: none;
}
.border_label--black {
  color: black;
}
.border_label a {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #cc0002;
  text-decoration: none;
  top: 1px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cc0002;
}
.border_label span {
  display: inline-block;
  position: relative;
  top: 1px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cc0002;
}
.border_label span strong {
  color: #cc0002;
}
.border_label span i {
  font-style: normal;
  font-weight: normal;
}
.article-tag {
  display: inline-block;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  color: #cc0002;
}
.article-tag--grey {
  font-size: 12px;
  line-height: 11px;
  font-weight: 400;
  text-transform: none;
  color: #717780;
  margin-left: 5px;
}
.article-tag .fa {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.article-date {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #757770;
}
.article-date .fa {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.article-text,
.article-text p,
.article-text div {
  font-size: 20px;
  line-height: 28px;
}
.article-perex,
.article-perex p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.article-perex h2 {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 28px;
}
.article-text a {
  font-size: 20px;
  color: black;
  word-break: break-word;
  text-decoration: underline;
}
.article-text.pr-article a {
  color: #e10002;
}
.article-text img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.article-text iframe {
  display: block;
  max-width: 100%;
}
.article-text ul,
.article-text ol {
  margin-left: 10px;
}
.article-text li {
  font-size: 20px;
  line-height: 28px;
  padding: 0 0 5px 0;
}
.article-text h2 {
  font-size: 22px;
}
.article-text h3 {
  font-size: 20px;
}
.article-text h4 {
  font-size: 16px;
}
.article-text iframe {
  width: 100%;
}
.article-num_photos {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  padding: 10px 10px;
  background-color: #cc0002;
}

.article-arrow-left {
  height: 80px;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto 0;
}
.article-arrow-left i {
  display: block;
  width: 33px;
  height: 60px;
  font-size: 80px;
  font-weight: 700;
  line-height: 60px;
  color: white;
  background: url(../images/icon-arrow-left.svg) no-repeat left top;
  background-size: 33px 60px;
}

.article-arrow-right {
  height: 80px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto 0;
}
.article-arrow-right i {
  display: block;
  width: 33px;
  height: 60px;
  font-size: 80px;
  font-weight: 700;
  line-height: 60px;
  color: white;
  background: url(../images/icon-arrow-right.svg) no-repeat left top;
  background-size: 33px 60px;
}

.side_articles {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  list-style: none;
  padding: 0;
  margin: 0 0 -10px 0;
}
.side_articles li {
  display: block;
  margin-bottom: 30px;
}

.side_articles li.simple-article {
  margin-bottom: 5px;
}
.side_articles li.simple-article.first {
  border-top: 1px solid #f9f9f9;
  padding-top: 10px;
}
.side_articles li.simple-article.bg:nth-child(even) {
  padding: 5px 8px;
  border-radius: 10px;
  background-color: #f9f9f9;
}
.side_articles li.simple-article.bg:nth-child(odd) {
  padding: 5px 8px;
  border-left: 3px solid #cc0002;
}

.side_articles-image {
  float: left;
  width: 110px;
}
.side_articles-image img {
  display: block;
}
.side_articles-desc {
  float: right;
  width: 180px;
}
.side_articles-desc .article-tag {
  margin-right: 10px;
}
.side_articles-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  padding-top: 10px;
  margin: 0;
}

.side_articles li.simple-article .side_articles-label {
  padding-top: 0;
}

.side_articles-label a {
  font-size: 14px;
  font-weight: 00;
  line-height: 20px;
  text-decoration: none;
}

.side_articles li.simple-article .side_articles-label a {
  font-size: 14px;
  font-weight: 400;
}

.side_articles-label a:hover {
  text-decoration: underline;
}
.side_articles-label--bigger {
  font-weight: 700;
  font-size: 22px !important;
  line-height: 28px !important;
}
.side_articles-label--bigger a {
  font-weight: 700;
  font-size: 22px !important;
  line-height: 28px !important;
}
.gallery_list {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  list-style: none;
  padding: 0;
  margin: 0 0 20px -1%;
}
.gallery_list li {
  display: inline-block;
  width: 24%;
  max-height: 85px;
  overflow: hidden;
  vertical-align: top;
  margin: 0 0 1% 1%;
}
.gallery_list li a {
  display: block;
}
.gallery_list li img {
  display: block;
  max-width: 100%;
  height: auto;
}
.articles {
  margin-bottom: -10px;
}
.articles .advert {
  margin-bottom: 30px;
}
.articles-item {
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
}

.articles-item.simple {
  margin-bottom: 15px;
}
.articles-item.simple.bg:nth-child(odd) {
  padding: 5px 8px;
  border-radius: 10px;
  background-color: #f9f9f9;
}
.articles-item.simple.bg:nth-child(even) {
  padding: 5px 8px;
  border-left: 3px solid #cc0002;
}
.articles-item.simple-item {
  margin-bottom: 20px;
}
.articles-item.simple-item.bg:nth-child(odd) {
  padding: 5px 8px;
  border-radius: 10px;
  background-color: #f9f9f9;
}
.articles-item.simple-item.bg:nth-child(even) {
  padding: 5px 8px;
  border-left: 3px solid #cc0002;
}
.articles-item.simple.first {
  border-top: 1px solid #f9f9f9;
  padding-top: 10px;
}

.articles-label-score {
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.articles-score {
  float: right;
  padding: 0 10px;
  background-color: #cc0002;
  line-height: 20px;
  color: white;
}
.articles-label-score .article-tag {
  float: left;
  position: relative;
  line-height: 20px;
}
.articles-label-score .article-tag::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  border-bottom: 1px solid #fe000a;
}
.articles-image {
  display: block;
  width: 100%;
}
.articles-image img {
  display: block;
  width: 100%;
  height: auto;
}
.author-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.articles-desc {
  max-width: 100%;
  padding: 10px 5px;
  background-color: #f9f9f9;
}

.articles-item.simple .articles-desc,
.articles-item.simple-item .articles-desc {
  padding: 0 5px;
  background: none;
}

.articles-desc .article-tag {
  margin-right: 10px;
}
.articles-desc .side_articles-label {
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 8px;
  padding-top: 0;
}

.articles-item.simple .articles-desc .side_articles-label,
.articles-item.simple-item .articles-desc .side_articles-label {
  line-height: 18px;
}

.articles-desc .side_articles-label a,
.articles-desc a.side_articles-label {
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
}

.articles-item.simple .articles-desc .side_articles-label a,
.articles-item.simple-item .articles-desc .side_articles-label a,
.articles-item.simple .articles-desc a.side_articles-label,
.articles-item.simple-item .articles-desc a.side_articles-label {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.articles-perex {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
}

.articles-date {
  font-size: 12px;
  line-height: 12px;
  text-transform: none;
  padding-top: 15px;
}

.video_articles {
  position: relative;
  padding: 60px 20px 35px 20px;
  margin-bottom: 20px;
  background-color: white;
}
.video_articles-label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  padding: 10px 15px;
  margin: 0 auto;
  background-color: black;
}
.video_articles-list {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.video_articles-list li {
  display: inline-block;
  margin: 0;
}
.video_articles-item {
  display: block;
  position: relative;
  text-decoration: none;
}
.video_articles-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.video_articles-item .fa {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  bottom: 0;
  z-index: 7;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: white;
  margin: auto;
}
.video_articles-name {
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 10;
  font-weight: 700px;
  color: white;
  padding: 0 10px;
  margin: 0;
}
.video_articles-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    top,
    #000000 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #000000 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to top,
    #000000 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.footer {
  color: #aaaaaa;
  padding: 10px;
  background-color: black;
}
.footer-copyright {
  text-align: center;
}
.footer-list {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0 auto 5px auto;
}
.footer-list li {
  display: inline-block;
  font-size: 12px;
  color: #aaaaaa;
  padding: 0;
}
.footer-list .sep {
  display: inline-block;
  margin: 0 5px;
}
.footer-list a {
  display: inline-block;
  padding: 18px 5px;
  font-size: 12px;
  text-decoration: none;
  color: #aaaaaa;
}
.footer-list a:hover {
  text-decoration: underline;
}
.pagination {
  text-align: center;
  margin-bottom: 40px;
}
.pagination a,
.pagination span {
  display: inline-block;
  width: 30px;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  color: white;
  margin: 0 3px;
}
.pagination span {
  color: #aaaaaa;
}
.pagination a {
  background-color: #aaaaaa;
}
.pagination a:hover,
.pagination a.active {
  background-color: #fe000a;
}
.fixed_adverts {
  position: relative;
  top: 0;
}
.fixed_adverts-stop {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.detail {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.detail h1 {
  font-size: 30px;
  text-align: left;
  padding-bottom: 3px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.detail .article-text {
  text-align: left;
}
.detail-pinterest {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 100;
}
.detail-video {
  text-align: left;
}
.detail-image,
.detail-video {
  display: block;
  position: relative;
  z-index: 10;
  margin-bottom: 5px;
}
.detail-image::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.detail-image::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 10;
  background: url(../images/icon-zoom.svg) no-repeat left top;
  background-size: 20px 20px;
}
.detail-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.detail-image .article-num_photos {
  font-size: 20px;
  font-weight: 700;
  padding: 10px 25px;
}
.detail-image .article-tag {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
  color: white;
}
.detail-image .article-tag:hover {
  text-decoration: none;
}
.detail-image-title,
h1.detail-image-title {
  border-bottom: none;
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  text-align: left;
}
.detail-gallery-name,
h1.detail-gallery-name {
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  color: #000;
  border: none;
  padding: 0;
  margin: 0 0 15px 0;
}
.detail-image .detail-image-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    top,
    #000000 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #000000 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to top,
    #000000 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.detail-thumbs {
  display: block;
  position: relative;
  text-align: left;
  text-decoration: none;
  padding: 15px 15px 15px 0;
  margin-bottom: 5px;
  background-color: #f4f4f4;
}
.detail-thumbs img {
  display: block;
  max-width: 180px;
  max-height: 100%;
  width: auto;
  height: auto;
}
.detail-thumbs__more {
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 0 0 0 205px;
  margin: auto 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: #cc0002;
}
@media (max-width: 490px) {
  .detail-thumbs__more {
    height: 48px;
    padding-right: 35px;
  }
}
@media (max-width: 420px) {
  .detail-thumbs__more {
    font-size: 16px;
    padding-left: 195px;
    padding-right: 0px;
  }
}
@media (max-width: 378px) {
  .detail-thumbs__more {
    height: 72px;
  }
}
.detail-thumbs-source {
  text-align: left;
  font-size: 12px;
  font-style: italic;
  color: #757770;
  margin-bottom: 15px;
}
.detail-num_photos {
  width: 100%;
  height: 70px;
  font-size: 18px;
  font-weight: 700;
  line-height: 70px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: white;
  padding: 0;
  margin: 0 auto;
  background-color: #fe000a;
}
.detail-author {
  padding-top: 10px;
}
.detail-author,
.detail-author a {
  font-size: 12px;
  text-align: right;
  color: #757575;
  margin-bottom: 5px;
}
.detail-fb_buttons {
  text-align: right;
}
.detail-fb_buttons .gallery-facebook {
  display: inline-block;
  float: none;
  margin-right: 0;
}
.detail-likebox {
  height: 50px;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 15px;
}
.detail-likebox > * {
  display: block;
  position: relative;
  height: 50px;
  font-size: 19px;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
}
.detail-likebox > a.share {
  color: white;
  width: 97%;
  text-decoration: none;
  padding: 0;
  background: #3c5a99;
  border-radius: 4px;
}
.detail-likebox > a.share i.fa {
  margin-right: 10px;
}
.detail-likebox > a.share::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-left: 10px solid #3c5a99;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.detail-likebox > a.share:hover {
  text-decoration: none;
  color: white;
  background: #2f4981;
}
.gallery {
  padding-top: 0;
  margin-bottom: 50px;
}
.gallery .detail-likebox {
  background-color: white;
}
.gallery .side_articles-label,
.gallery .side_articles-label a {
  color: black;
}
.gallery .news-main-desc {
  color: white;
}
.gallery-header {
  position: relative;
  margin-bottom: 20px;
}
.gallery-logo {
  float: left;
  display: block;
  max-width: 103px;
  position: relative;
  top: 17px;
  z-index: 10;
}
.gallery-logo img,
.gallery-logo svg {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 380px) {
  .gallery-logo {
    max-width: 100px;
    top: 10px;
  }
}
.gallery-header-buttons {
  float: right;
  position: relative;
  z-index: 10;
  top: 10px;
}

.gallery-buttons {
  margin-bottom: 20px;
}

.gallery-facebook {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  color: white;
  background-color: #3b589e;
}

.gallery-szn-btn-add-to-seznam {
  float: right;
  display: block;
  width: 135px;
  text-decoration: none;
}

.gallery-szn-btn-add-to-seznam-img {
  margin-right: 15px;
  margin-bottom: 5px;
  display: block;
  height: 40px;
  width: 135px;
}

.gallery-szn-btn-add-to-seznam-label {
  display: block;
  color: #d7010f;
  font-size: 14px;
  line-height: 1.1;
  text-align: right;
}

.gallery-close {
  display: block;
  height: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  text-decoration: none;
  color: black;
}
.gallery-close .fa {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-right: 3px;
  width: 12px;
  height: 10px;
  background: url(../images/icon-close.svg) no-repeat left top;
  background-size: 10px;
}
@media (max-width: 380px) {
  .gallery-close {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .gallery-close .fa {
    font-size: 12px;
  }
}
.gallery-pagination {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  z-index: 1;
  text-align: center;
  color: black;
}
@media (max-width: 380px) {
  .gallery-pagination {
    top: 10px;
  }
}
.gallery-pagination-prev {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: black;
  margin-right: 5px;
}
.gallery-pagination-prev .fa {
  display: inline-block;
  width: 8px;
  height: 15px;
  position: relative;
  top: 3px;
  background: url(../images/icon-arrow-left-red.svg) no-repeat left top;
  background-size: 8px 15px;
}
@media (max-width: 380px) {
  .gallery-pagination-prev {
    font-size: 16px;
  }
}
.gallery-pagination-next {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: white;
  margin-left: 5px;
}
.gallery-pagination-next .fa {
  display: inline-block;
  width: 8px;
  height: 15px;
  position: relative;
  top: 3px;
  background: url(../images/icon-arrow-right-red.svg) no-repeat left top;
  background-size: 8px 15px;
}
@media (max-width: 380px) {
  .gallery-pagination-next {
    font-size: 16px;
  }
}
.gallery-pagination-pages {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: black;
  padding-top: 1px;
}
.gallery-pagination-pages .fa {
  display: inline-block;
  margin-right: 5px;
  width: 18px;
  height: 15px;
  position: relative;
  top: 3px;
  background: url(../images/icon-gallery-images-red.svg) no-repeat left top;
  background-size: 18px 15px;
}
@media (max-width: 380px) {
  .gallery-pagination-pages {
    font-size: 12px;
  }
}

.gallery-title {
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  color: black;
  margin-bottom: 10px;
}

.gallery-name {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  color: black;
  margin-bottom: 15px;
}

.gallery-image {
  position: relative;
  margin-bottom: 30px;
}
.embed-gallery-image-advert {
  display: block;
}
.embed-gallery-image-inner {
  margin: 0 30px;
  text-align: center;
}
.embed-gallery-image-inner iframe {
  max-width: 100% !important;
  min-width: inherit !important;
}
.gallery-image img {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 80%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.gallery-image-prev {
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  font-size: 50px;
  font-weight: 700;
  text-align: left;
  color: white;
}
.gallery-image-prev--embed {
  width: 20px;
}
.gallery-image-prev .fa {
  width: 17px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 2px;
  line-height: 40px;
  background: url(../images/icon-arrow-left-red.svg) no-repeat left top;
  background-size: 17px 40px;
}
.gallery-image-prev--embed .fa {
  width: 20px;
  height: 37px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 37px;
  background-size: 20px 37px;
}
.gallery-image-next {
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  font-size: 50px;
  font-weight: 700;
  text-align: right;
  color: white;
}
.gallery-image-next--embed {
  width: 20px;
}
.gallery-image-next .fa {
  width: 17px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto -19px;
  line-height: 40px;
  background: url(../images/icon-arrow-right-red.svg) no-repeat left top;
  background-size: 17px 40px;
}
.gallery-image-next--embed .fa {
  width: 20px;
  height: 37px;
  margin: auto 0 auto -20px;
  line-height: 37px;
  background-size: 20px 37px;
}
.gallery-socials {
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}
.gallery-socials img {
  margin: 0 auto;
}
.gallery-pinterest {
  display: inline-block;
}
.gallery-desc {
  display: block;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: black;
  margin-bottom: 10px;
}
.gallery-author {
  display: block;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  color: black;
}
.gallery-author--embed {
  text-align: left;
  margin-top: 10px;
}

.article-video-author {
  text-align: right;
  font-size: 12px !important;
  font-style: italic;
  color: #717780;
  padding-top: 5px;
  margin-bottom: 20px;
}

.article-text .article-embed-author,
.article-text .article-video-author {
  text-align: left;
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
  color: #717780;
  padding-top: 5px;
  margin-bottom: 20px;
}
.article-text .article-embed-author--text-center {
  text-align: center;
}

.gallery-buttons .gallery-facebook {
  float: left;
}

.gallery-buttons .szn-btn-add-to-seznam {
  float: right;
}
.gallery-buttons .szn-btn-add-to-seznam-img {
  margin-right: 0;
}

.detail-own-advertisment {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  text-align: center;
  margin-bottom: 15px;
}
.detail-own-advertisment__inner {
  display: inline-block;
  margin: 0 auto;
}
.scrollbar {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5000;
  width: 100%;
  height: 50px;
}
.scrollbar__left {
  float: left;
  width: 50%;
}
.scrollbar__right {
  float: right;
  width: 50%;
}
.scrollbar__btn {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #fe000a;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: white;
}
.scrollbar__btn .fa {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
}
.scrollbar .share-facebook,
.scrollbar .share-twitter,
.scrollbar .share-pinterest,
.scrollbar .share-email {
  width: 25%;
  height: 50px;
  line-height: 50px;
}
.share-facebook {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  color: white;
  background-color: #3b589e;
}
.share-twitter {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  color: white;
  background-color: #55acee;
}
.share-pinterest {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  color: white;
  background-color: #c31c27;
}
.share-email {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  color: white;
  background-color: #90a9b9;
}
#article-end {
  height: 1px;
}

.article-tags {
  font-size: 12px;
  font-style: italic;
  text-align: left;
  padding: 20px 0;
}

.footer-categories {
  font-size: 12px;
  font-style: italic;
  padding: 10px 0 20px 0;
}
.footer-categories a {
  display: inline-block;
  padding: 5px 8px;
  margin: 0 2px 5px 0;
  border-radius: 10px;
  background-color: #f9f9f9;
  font-size: 12px;
  font-style: italic;
  text-decoration: none;
  color: black;
}

.fixed_seznam_button {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1000;
  text-align: left;
  margin-bottom: 30px;
  padding-bottom: 5px;
  background-color: white;
}

.perex-link {
  text-decoration: none;
  color: black;
}
.perex-link:hover {
  text-decoration: none;
}

.footer-warning {
  font-size: 12px;
  text-align: center;
  padding: 20px 0 10px 0;
}
.footer-partners {
  font-size: 12px;
  text-align: center;
  padding: 10px 0 20px 0;
}
.footer-partners a {
  font-size: 12px;
  text-decoration: none;
  color: #aaaaaa;
}
.footer-partners a:hover {
  text-decoration: underline;
}

/* SEZNAM BUTTON */
.szn-btn-add-to-seznam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.szn-btn-add-to-seznam:hover {
  text-decoration: none;
}

.szn-btn-add-to-seznam-img {
  background: transparent
    url(https://www.seznam.cz/media/img/add-to-seznam-button/pridat-na-seznam-hover.png)
    no-repeat;
  margin-right: 15px;
  display: block;
  height: 40px;
  width: 135px;
}

.szn-btn-add-to-seznam:hover img {
  opacity: 0;
}

.szn-btn-add-to-seznam-label {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  color: #d7010f;
  font-size: 9px;
  line-height: 1.3;
  text-align: left;
}

.szn-btn-add-to-seznam-label img {
  width: 69px;
}

.article-text blockquote:not(.tiktok-embed),
.article-text blockquote:not(.tiktok-embed) p {
  display: block;
  padding: 30px 20px;
  margin: 20px 0;
  font-size: 19px;
  line-height: 26px;
  font-weight: 700;
  font-style: italic;
}

.article-text blockquote:not(.tiktok-embed) {
  position: relative;
}

.article-text blockquote:not(.tiktok-embed)::before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 0;
  width: 20px;
  height: 18px;
  background: url(../images/icon-quote-left.svg) no-repeat left top;
}

.article-text blockquote:not(.tiktok-embed)::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 20px;
  height: 18px;
  background: url(../images/icon-quote-right.svg) no-repeat left top;
}

.article-text blockquote:not(.tiktok-embed) p {
  padding: 0;
  margin: 0;
}

.article-text ul li {
  word-break: break-word;
}

body.develop {
  padding-top: 20px;
}
body.develop::before {
  content: "TESTOVACI VERZE";
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5000;
  width: 100%;
  height: 20px;
  background-color: red;
  text-align: center;
  color: white;
}

.detail-article-tags {
  text-align: left;
  margin-bottom: 10px;
}
.detail-article-tags__title {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  color: #222222;
}
.detail-article-tags a.article-tag {
  display: inline-block;
  padding: 5px 8px;
  margin: 0 2px 5px 0;
  border-radius: 10px;
  background-color: #f9f9f9;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
  text-transform: none;
  color: black;
}
.detail-article-tags a.article-tag:hover {
  text-decoration: underline;
}

.detail-article-info {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eff1ef;
}

.detail-article-source {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  text-align: left;
}

.detail-article-source__source,
.detail-article-source__source a {
  font-size: 13px;
}

.detail-article-source__reading-time {
  width: 40%;
  font-size: 13px;
  text-align: right;
  color: #cc0002;
}

.detail-article-published {
  display: flex;
  align-items: center;
}

.detail-article-published__author-image {
  display: block;
}
.detail-article-published__author-image img {
  display: block;
  border-radius: 50%;
}

.detail-article-published__date-name {
  padding-left: 10px;
  line-height: 18px;
  text-align: left;
}
.detail-article-published__date-name--no-padding {
  padding-left: 0;
}

.detail-article-published__date {
  font-size: 13px;
  text-align: left;
}

.detail-article-published__author-name {
  font-size: 14px;
}

.gallery-content {
  position: relative;
}

.gallery-content__inner {
  position: relative;
}

.gallery-content--advert {
  min-height: 380px;
}

.gallery-advert {
  display: none;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  text-align: center;
}

.gallery-noadvert {
  display: block;
}

.gallery-advert .advert {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.gallery-advert__content {
  position: relative;
  min-height: 100px;
}

.gallery-advert__close {
  position: absolute;
  right: 0;
  top: -20px;
  font-size: 18px;
  font-weight: 700;
  width: 18px;
  height: 16px;
  background: url(../images/icon-delete.svg) no-repeat left top;
  background-size: 16px;
}

.gallery-pagination-pages {
  position: relative;
}

.gallery-pagination-pages__advert {
  display: none;
  position: absolute;
  left: -25px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  background-color: transparent;
}

.sticky-bottom-advert-new {
  display: block;
  position: fixed;
  left: 0;
  bottom: -100%;
  z-index: 5000;
  width: 100%;
}

.sticky-bottom-advert-new__close {
  display: block;
  position: absolute;
  right: 0;
  top: -20px;
  height: 20px;
  padding: 0 5px;
  background-color: rgba(0, 0, 0, 1);
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: white;
  text-decoration: none;
}
.sticky-bottom-advert-new__close .fa {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 1px;
  background: url(../images/icon-delete.svg) no-repeat left top;
  background-size: 10px;
}

.sticky-bottom-advert {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 5000;
  max-width: 500px;
  height: 200px;
  background-color: #3f3f3f;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 40px 4px;
  text-align: right;
}

.sticky-bottom-advert__content {
  display: block;
  margin: 0 auto;
}

.sticky-bottom-advert__close {
  position: absolute;
  right: 0;
  top: -32px;
  min-width: 140px;
  height: 32px;
  padding: 0 10px;
  background-color: #3f3f3f;
  font-size: 14px;
  text-decoration: none;
  line-height: 32px;
  text-align: center;
  color: white;
}

figure {
  word-break: break-word;
}

.article-image-source {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.detail-thumbs .article-image-source {
  left: 5px;
  bottom: 20px;
  right: auto;
}

.article-image-source__inner {
  opacity: 1;
  visibility: visible;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: white;
}

.article-sticky-buttons {
  position: sticky;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 35px;
}

.article-sticky-buttons a {
  display: block;
  width: 50%;
  height: 35px;
  position: absolute;
  top: 0;
  font-size: 15px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  color: white;
}

.article-sticky-buttons__btn-prev {
  left: 0;
  background-color: #000000;
}

.article-sticky-buttons__btn-next {
  right: 0;
  background-color: #fe000a;
}

.seznam-google-buttons {
  border-top: 1px solid #eeefee;
  border-bottom: 1px solid #eeefee;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.seznam-google-buttons__text {
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}

.seznam-google-buttons__btn-seznam {
  position: relative;
  float: left;
  display: inline-block;
  height: 30px;
  padding: 5px 10px 0 40px;
  background-color: #d7060f;
  border-radius: 3px;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  color: white;
}

.seznam-google-buttons__btn-seznam::before {
  content: "+";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  text-align: center;
  background-color: #c50515;
  border-radius: 3px 15px 15px 3px;
}

.seznam-google-buttons__btn-seznam span {
  display: block;
  font-size: 13px;
}

.seznam-google-buttons__btn-google {
  position: relative;
  float: right;
  display: inline-block;
  height: 30px;
  padding: 5px 10px 0 40px;
  background-color: #186bf2;
  border-radius: 3px;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  color: white;
}

.seznam-google-buttons__btn-google::before {
  content: "+";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  text-align: center;
  background-color: #175abc;
  border-radius: 3px 15px 15px 3px;
}

.seznam-google-buttons__btn-google span {
  display: block;
  font-size: 13px;
}

.gallery-more-articles {
  text-align: left;
}

.gallery-more-articles__label {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #cc0002;
  margin-bottom: 20px;
}

.gallery-more-articles__item {
  margin-bottom: 20px;
}

.gallery-more-articles__item-image {
  display: block;
  margin-bottom: 5px;
}

.gallery-more-articles__item-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.gallery-more-articles__item-title {
  font-size: 16px;
  text-decoration: none;
  color: white;
}
.gallery-more-articles__item-title a {
  font-size: 16px;
  text-decoration: none;
  color: white;
}
.gallery-more-articles__item-title a:hover {
  text-decoration: underline;
}

.article-inner-advert {
  margin-bottom: 30px;
}

.adFull {
  margin-left: auto;
  margin-right: auto;
}

.sticky-seznam-google {
  position: sticky;
  bottom: -60px;
  z-index: 10;
  width: 100%;
  height: 50px;
}

.sticky-seznam-google__btn-cover {
  position: relative;
  display: inline-block;
  background-color: white;
  padding: 5px;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.75);
}

.sticky-seznam-google__btn-seznam {
  position: relative;
  display: inline-block;
  height: 40px;
  padding: 0 20px 0 50px;
  background-color: #d7060f;
  border-radius: 5px;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  color: white;
}

.sticky-seznam-google__btn-seznam:hover {
  background-color: #c50515;
}
.sticky-seznam-google__btn-seznam:hover::before {
  background-color: #d7060f;
}

.sticky-seznam-google__btn-seznam::before {
  content: "+";
  display: block;
  width: 35px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  background-color: #c50515;
  border-radius: 5px 15px 15px 5px;
}

.sticky-seznam-google__btn-google {
  position: relative;
  display: inline-block;
  height: 40px;
  padding: 0 20px 0 50px;
  background-color: #186bf2;
  border-radius: 5px;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  color: white;
}

.sticky-seznam-google__btn-google:hover {
  background-color: #175abc;
}
.sticky-seznam-google__btn-google:hover::before {
  background-color: #186bf2;
}

.sticky-seznam-google__btn-google::before {
  content: "+";
  display: block;
  width: 35px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  background-color: #175abc;
  border-radius: 5px 15px 15px 5px;
}

.sticky-seznam-google__btn-close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.75);
}
.sticky-seznam-google__btn-close svg {
  max-width: 60%;
  position: relative;
  top: 3px;
}

.border_label.orange {
  color: #be5930;
}
.border_label.orange img {
  display: inline-block;
}
.border_label.orange a {
  color: #be5930;
  border-color: #be5930;
  padding-bottom: 0;
}
.border_label.orange span {
  border-color: #be5930;
}
.border_label.orange span strong {
  color: #be5930;
}
.orange .article-tag {
  color: #be5930;
}
.articles-item.orange.simple.bg:nth-child(even) {
  padding: 5px 8px;
  border-left: 3px solid #be5930;
}
.articles-item.orange.simple-item.bg:nth-child(even) {
  padding: 5px 8px;
  border-left: 3px solid #be5930;
}
.orange .articles-label-score .article-tag::before {
  border-color: #be5930;
}

/* ADVERTS */
.advert-h120 {
  min-height: 120px;
}
.advert-h250 {
  min-height: 250px;
}
.advert-h300 {
  min-height: 300px;
}
.advert-h350 {
  min-height: 350px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 5500;
  background-color: white;
}
.header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
}

.reading-progress-bar {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 0;
  height: 2px;
  background-color: black;
}

.header__inner {
  position: relative;
  padding: 10px 3% 20px 3%;
  margin: 0 auto;
}

.header__content {
  display: flex;
  flex-direction: row;
  padding: 0 50px 0 0;
}

.navigation {
  position: absolute;
  right: 0;
  top: 42px;
  display: none;
  max-width: 260px;
  max-height: 85vh;
  overflow: auto;
  padding: 20px 0;
  border-radius: 8px 0 0 8px;
  background-color: #f4f4f4;
  box-shadow: -8px 24px 24px 0px #0c0c0d29;
}
.navigation.visible {
  display: block;
}

.navigation-item {
  display: block;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.navigation-item.active {
  color: #cc0002;
}

.search-dropdown {
  position: absolute;
  right: 0;
  top: 42px;
  display: none;
  width: 100%;
  padding: 20px 0;
  background-color: #f4f4f4;
  box-shadow: -8px 24px 24px 0px #0c0c0d29;
}
.search-dropdown.visible {
  display: block;
}

.search-form {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0 3%;
}

.search-form__search {
  width: 80%;
  font-size: 16px;
  line-height: 32px;
  padding: 0 10px;
  border: none;
  background: none;
  background-color: white;
  border-radius: 6px;
  outline: none;
}

.search-form__btn {
  width: 32px;
  height: 32px;
  border: none;
  background: none;
  background: url(../../desktop/images/icon-search-white.svg) #cc0002 no-repeat
    center center;
  border-radius: 6px !important;
}

.search-autocomplete {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 34px;
  width: calc(94% - 20px);
  height: 200px;
  margin: 0 auto;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0px 16px 16px 0px #0c0c0d14;
  overflow: auto;
}
.search-autocomplete.visible {
  display: block;
}

.search-autocomplete__item {
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  padding: 5px 3%;
}
.search-autocomplete__item.highlighted {
  background-color: #f5f5f5;
}

.navigation-login {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
  right: calc(3% + 65px);
}
.sq-login-user {
  width: 20px;
  height: 20px;
}

.navigation-search {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(3% + 30px);
  margin: auto 0;
  display: block;
  width: 28px;
  height: 28px;
  padding: 2px 0;
  border-radius: 6px 6px 0 0;
  background: url(../../desktop/images/icon-search.svg) no-repeat left top;
  background-size: 100% 100%;
}
.navigation-search.close {
  width: 32px;
  background-color: #f5f5f5;
  background-image: url(../../desktop/images/icon-navigation-close.svg);
}

.navigation-burger {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto 0;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 6px 6px 0 0;
  background: url(../../desktop/images/icon-navigation-burger.svg) no-repeat
    left top;
  background-size: 100% 100%;
}
.navigation-burger.close {
  width: 32px;
  background-color: #f5f5f5;
  background-image: url(../../desktop/images/icon-navigation-close.svg);
}

.embed-media {
  max-width: 100%;
  overflow: hidden;
}

.advert-inner {
  position: relative;
}
.advert-close {
  display: none;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 3px;
  background-color: white;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  font-size: 13px !important;
  line-height: 20px;
  text-decoration: none;
  color: black !important;
}

.advert-close.active {
  display: inline-block;
}
.advert-content[data-google-query-id] {
  padding-top: 15px;
}
.advert-content[data-google-query-id] ~ .advert-close {
  display: inline-block;
}
.advert-content.advert-with-label ~ .advert-close {
  display: inline-block;
}

.sticky-advert {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5000;
  width: 100%;
  height: 250px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.sticky-advert__content {
  display: block;
  margin: 0 auto;
}

.sticky-advert__close {
  position: absolute;
  right: 0;
  top: -32px;
  height: 32px;
  padding: 0 10px;
  background-color: #666;
  font-size: 14px;
  text-decoration: none;
  line-height: 32px;
  text-align: center;
  color: white;
}

.article-box {
  margin: 20px 0 20px 0;
}

.article-box .article-box__label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.article-box .article-box__item {
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 0;
  background-color: #f3f3f3;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  text-decoration: none;
}

.article-box .article-box__image,
.article-box .article-box__image img {
  display: block;
  border-radius: 5px;
}
.article-box .article-box__image {
  margin-bottom: 20px;
}

.article-box .article-box__item-label {
  display: block;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  color: black;
  text-decoration: none;
  margin-bottom: 5px;
}

.article-box .article-box__item-text {
  display: block;
  font-size: 15px;
  line-height: 23px;
  text-decoration: none;
  margin-bottom: 0;
}

.article-image-gallery {
  margin: 0 0 20px 0;
}

.article-image-gallery a {
  display: inline-block;
  position: relative;
}

.article-image-gallery a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.article-image-gallery a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 10;
  background: url(../images/icon-zoom.svg) no-repeat left top;
  background-size: 20px 20px;
}

.article-image-gallery figcaption {
  text-align: left;
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
  color: #717780;
  margin: 0;
}

.breadcrumb {
  margin-bottom: 20px;
}
.breadcrumb__item {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  color: #cc0002;
}
.breadcrumb__item--first {
  color: #878787;
}
.breadcrumb__item--first::after {
  content: ">";
  display: inline-block;
  margin: 0 5px 0 10px;
}

.btn-social {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-fb {
  background-color: #1777f1;
  background-image: url(../../../images/icon-fb.png);
}

.btn-pinterest {
  background-color: #e50023;
  background-image: url(../../../images/icon-pinterest.png);
}

.btn-twitter {
  background-image: url(../../../images/icon-twitter.png);
}

.btn-google {
  display: block;
  min-height: 31px;
  position: relative;
  padding-left: 43px;
  font-size: 14px;
  line-height: 31px;
  text-decoration: underline;
  text-align: left;
}
.btn-google::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../../../images/icon-google.png);
}

.btn-seznam {
  display: block;
  min-height: 31px;
  position: relative;
  padding-left: 43px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  text-align: left;
}
.btn-seznam::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #e50023;
  background-image: url(../../../images/icon-seznam.png);
}

.social-buttons {
  display: flex;
  margin-bottom: 30px;
}

.social-buttons .btn-social {
  margin-right: 10px;
}

.article-footer {
  border-bottom: 1px solid #eff1f0;
  padding-bottom: 30px;
}

.page-source {
  text-align: left;
}

.page-source__label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.page-source__list {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  list-style: none;
  padding: 0;
  margin: 0 0 -5px -3px;
}

.page-source__list-item {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 5px 3px;
}
.page-source__list-item a {
  font-size: 16px;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  margin-top: 30px;
}

.article-tags__item {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #f3f3f3;
  font-style: normal;
  text-decoration: none;
  color: #cc0002;
  transition: background-color 0.3s ease;
}

.embed-google-map iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
}

.authorDetail_header {
  margin-bottom: 20px;
}

.authorDetail_photo {
  float: left;
  width: 30%;
}
.authorDetail_photo img {
  max-width: 100%;
  height: auto;
}

.authorDetail_heading {
  float: right;
  width: 65%;
  font-size: 28px;
}

.authorDetail_perex {
  float: right;
  width: 65%;
  font-size: 16px;
  line-height: 22px;
}

.authorDetail_mailLabel {
  color: #636363;
  font-size: 14px;
}

@media (max-width: 500px) {
  .authorDetail_photo {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .authorDetail_heading {
    float: none;
    width: 100%;
  }
  .authorDetail_perex {
    float: none;
    width: 100%;
  }
}

.articleDetail_photos {
  display: grid;
  column-gap: 0.5625rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0.875rem;
  margin-bottom: 20px;
}

@media (min-width: 33.75em) {
  .articleDetail_photos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.articleDetail_photosPhoto {
  height: 87px;
  background: #f3f3f3;
  border-radius: 0.3125rem;
  display: block;
  position: relative;
}

.articleDetail_photosPhoto:nth-child(3) {
  display: none;
}

@media (min-width: 33.75em) {
  .articleDetail_photosPhoto:nth-child(3) {
    display: grid;
  }
}

.articleDetail_photosImage {
  display: block;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.articleDetail_photosMore {
  --icoColor: #000;
  align-items: center;
  background: #f3f3f3;
  border-radius: 0.3125rem;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  justify-content: center;
  line-height: 1.2;
  padding: 0.1875rem 0.625rem;
  row-gap: 0.6875rem;
  text-align: center;
  text-decoration: underline;
  padding-block: 0.3125rem;
}

.articleDetail_photosIco {
  height: 1.3125rem;
  width: 1.5625rem;
}

.ico {
  fill: currentColor;
  pointer-events: none;
  vertical-align: middle;
}

.adWrap {
  margin-inline: auto;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
.adWrap__popup {
  background: none;
  margin-top: -2rem;
}
.adWrap_main {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.adWrap_inner {
  position: relative;
  width: 100%;
}
.adWrap_inner > div.adWrap_inner-content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
}
.adWrapPopup {
  width: 100%;
  background: #3f3f3f;
  bottom: 0;
  position: fixed;
  right: 0;
  transform: translateY(calc(100% + 2rem));
  transition-duration: 0.2s;
  transition-duration: 1s;
  transition-property: transform;
  z-index: 199;
}
.adWrap_close {
  display: block;
  background-color: #3f3f3f;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.1666666667;
  min-height: 2rem;
  min-width: 8.75rem;
  padding: 0.25rem 0.375rem;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
}
@media (hover: hover) and (pointer: fine) {
  .adWrap_close:hover {
    text-decoration: underline;
  }
}
.adWrapPopup.isVisible {
  transform: translateY(0);
}

.discussion-entry {
  text-align: left;
  margin-bottom: 30px;
}

.discussion-btn__link {
  color: #cc0002;
  align-items: center;
  display: inline-flex;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.discussion-btn__link:hover {
  text-decoration: underline;
}

.discussion-btn__link--blue {
  color: #0050b5;
}

.discussion-btn__icon {
  height: 0.875rem;
  margin-right: 0.3125rem;
  width: 0.875rem;
  fill: #cc0002;
}

.discussion-btn__icon--blue {
  fill: #0050b5;
}

.discussion-btn__counter {
  margin-left: 0.3125rem;
}
.discussion-btn__counter--brackets:not(:empty):after {
  content: ")";
}
.discussion-btn__counter--brackets:not(:empty):before {
  content: "(";
}

.discussion-bubble {
  margin-top: 1.125rem;
}

.discussion-bubble__link {
  text-decoration: none;
  align-items: center;
  background: #cc0002;
  box-sizing: border-box;
  display: inline-flex;
  padding: 1.375rem 2.125rem;
  position: relative;
}
.discussion-bubble__link::before {
  border-bottom: 8px solid #cc0002;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: auto;
  left: auto;
  top: -8px;
  width: 0;
}

.discussion-bubble__link--blue {
  background: #0050b5;
}

.discussion-bubble__link--blue::before {
  border-bottom-color: #0050b5;
}

.discussion-bubble__icon {
  height: 0.875rem;
  margin-right: 1.0625rem;
  width: 0.875rem;
  fill: #fff;
}

.discussion-bubble__link-text {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.125rem;
}

.discussion-title,
h1.discussion-title {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px;
}

.discussion-label {
  color: #878787;
}

.discussion-backlink {
  max-width: 220px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  background-color: #cc0002;
  border-radius: 4px;
  padding: 0px 0px 0px 40px;
  margin: 0 auto 30px auto;
}

.discussion-backlink__icon {
  color: #cc0002;
  display: inline-block;
  width: 6px;
  height: 11px;
  margin-right: 3px;
  fill: currentcolor;
  pointer-events: none;
}

.discussion-backlink__link {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  text-decoration: none;
  color: white;
}
.discussion-backlink__link:hover {
  text-decoration: underline;
}

.discussion-backlink__image {
  max-width: 80px;
}
.discussion-backlink__image img {
  display: block;
  margin: 0;
  max-width: 100%;
  height: auto;
  border-radius: 0 4px 4px 0;
}

#discussion {
  padding: 0 0.625rem;
}

#discussion iframe {
  border: 0;
  margin: 0;
  padding: 0;
}

.discussion-container {
  margin-bottom: 30px;
}

.discussion-info {
  font-size: 12px;
  color: #cc0002;
}

.like-btn {
  --background-color: transparent;
  --primary-color: #cc0002;
  --count-color: #cc0002;
  --hover-color: #cc0002;
  --active-color: #cc0002;
  display: flex;
  margin-top: 1px;
}

.discussion-text-button {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #fee9e9;
  border-radius: 5px;
}
.discussion-text-button__text {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #230001;
}

.discussion-text-button__buttons {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
}

.discussion-text-button__button .discussion-btn__link {
  padding: 5px 10px;
  background-color: #cc0002;
  border-radius: 3px;
  color: white;
}

.discussion-text-button__button .discussion-btn__link--blue {
  background-color: #0050b5;
}

.discussion-text-button__button .discussion-btn__icon {
  fill: #fff;
}

.discussion-notice {
  position: relative;
  padding-left: 20px;
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  color: #878787;
}
.discussion-notice svg {
  position: absolute;
  left: 0;
  top: 2px;
}

.discussion-notice .color-black {
  color: black;
}

.discussion-article {
  margin-bottom: 20px;
}

.discussion-article__image img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
}

.discussion-article__content {
  position: relative;
  padding: 35px 15px 15px 15px;
  border-radius: 0 0 5px 5px;
  background-color: #f3f3f3;
}

.discussion-article__title {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 5px;
  max-height: 78px;
  overflow: hidden;
}

.discussion-article__perex {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
  max-height: 48px;
  overflow: hidden;
}
.discussion-article__perex::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(243, 243, 243, 0) 0%,
    rgba(243, 243, 243, 0.8) 50%,
    #f3f3f3 100%
  );
  pointer-events: none;
}

.discussion-article__button {
  display: inline-block;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  padding: 14px 16px;
  background-color: #cc0002;
  border-radius: 5px;
}
.discussion-article__button:hover {
  background-color: #e10002;
}

.discussion-article__icon {
  color: #cc0002;
  display: inline-block;
  margin-right: 10px;
  fill: currentcolor;
  pointer-events: none;
  position: relative;
}

.discussion-article__icon-back {
  width: 8px;
  height: 13px;
  top: 1px;
}
.discussion-article__icon-comment {
  width: 16px;
  height: 16px;
  top: 2px;
}

.discussion-article__button-top {
  position: absolute;
  top: -22px;
  left: 50%;
  min-width: 250px;
  transform: translateX(-50%);
}

.article-reactions {
  text-align: left;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #f3f3f3;
}
.article-reactions.no-margin {
  margin: 0;
}
.article-reactions.bordered {
  border: 1px solid #d7d7d7;
}

.article-reactions__label {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}

.article-reactions__label-main {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.article-reactions__discussion-toggle {
  display: flex;
  justify-content: space-between;
  padding: 1px;
  border-radius: 5px;
  background-color: #dbdbdb;
}

.article-reactions__button {
  display: inline-block;
  width: 50%;
  height: 46px;
  font-size: 14px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-align: center;
  color: white;
  padding: 0;
  border-radius: 5px;
  background-color: #cc0002;
  box-sizing: border-box;
}
.article-reactions__button.active {
  background-color: cc0002;
}
.article-reactions__button.wide {
  width: 100%;
}

.article-reactions__icon {
  display: inline-block;
  margin-right: 2px;
  pointer-events: none;
  position: relative;
  top: 2px;
  stroke: white;
}

.article-reactions__icon path[fill] {
  fill: white;
}

.article-reactions__icon path[stroke] {
  stroke: white;
}

.article-reactions__count {
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
  margin-left: 5px;
  padding: 0 3px;
  position: relative;
  top: -1px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #3f3f3f;
}

.article-reactions__count:empty {
  display: none;
}

.article-reactions__button.active .article-reactions__count {
  color: white;
  border-radius: 20px;
  background-color: #eb0004;
}

.article-content {
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #f3f3f3;
  border: 1px solid #d7d7d7;
}

.article-content__header {
  position: relative;
  display: block;
  padding: 20px 15px;
  border-bottom: 1px solid #d7d7d7;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}
.article-content__header::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  display: block;
  width: 30px;
  height: 20px;
  background-size: 35px 35px;
  background-position: center center;
  background-image: url(../../../images/carousel-arrow.svg);
  transition: transform 0.3s ease;
}
.article-content__header.is-active::before {
  transform: translateY(-50%) rotate(180deg);
}

.article-content__content {
  padding: 0 15px;
  overflow: hidden;
  max-height: 0;
  transition:
    max-height 0.3s ease,
    padding 0.5s ease;
}
.article-content__content.is-visible {
  padding: 20px 15px;
  max-height: 100vh;
}

.article-content__list {
  list-style: none;
  counter-reset: list-counter;
  padding-left: 0;
  margin: 0;
}

.article-content__list li {
  counter-increment: list-counter;
  margin-top: 15px;
  position: relative;
  padding-left: 40px;
  text-align: left;
}
.article-content__list li:first-child {
  margin-top: 0;
}

.article-content__list li a {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
}
.article-content__list li a:hover {
  text-decoration: underline;
}

.article-content__list li::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #d7d7d7;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
}

.error-page {
  text-align: left;
  padding: 20px 0;
}

.error-page__animation {
  width: 150px;
  margin: 0 auto 20px auto;
}

.error-page__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}

.error-page__text {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.error-page__button {
  display: inline-block;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: box-shadow 0.2s ease-in-out;
}

.error-page__button svg {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}

.error-articles-label {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid #f3f3f3;
  font-size: 16px;
  font-weight: 700;
}

.horizontal-articles-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.horizontal-articles-list__item {
  max-width: 450px;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 5px;
  background-color: #f3f3f3;
}

.horizontal-articles-list__image img {
  display: block;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 5px 5px 0 0;
}

.horizontal-articles-list__content {
  padding: 15px;
}

.horizontal-articles-list__title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.horizontal-articles-list__text {
  margin: 0 !important;
  font-size: 14px;
  line-height: 20px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

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

.embed-media .twitter-tweet,
.embed-media .instagram-media {
  margin-bottom: 0 !important;
}

.embed-media[data-embed-type="tiktok"] {
  line-height: 0;
}
.embed-media[data-embed-type="tiktok"] blockquote {
  display: inline-block;
  margin: 0;
}
.embed-media[data-embed-type="tiktok"] blockquote iframe {
  border: none;
}
.embed-media[data-embed-type="tiktok"] .article-embed-author {
  text-align: left !important;
}
