.article-content .hidden {
  display: none;
}

.article-content ol {
  list-style: decimal inside none;
  padding: 20px 0 20px 20px;
}

.article-content ul {
  list-style: disc inside none;
  padding: 20px 0 20px 20px;
}

.moments ol {
  list-style: none;
  padding: 0;
}

.moments ul {
  list-style: none;
}

ul.story-timeline {
  list-style: none;
}

ol.story-timeline {
  list-style: none;
}

ul.timeline-articles {
  list-style: none;
}

ol.timeline-articles {
  list-style: none;
}

.tags ul li {
  padding-right: 0;
}

#channels_output > div {
  height: 152px;
}

[class*='secondary-article'] h4 {
  font-size: 17px;
  line-height: 1.3;
  margin: 0;
}

.cookies-banner a {
  color: #555 !important;
  text-decoration: underline;
}

.cookies-banner-wrapper {
  width: 100%;
  padding: 5px;
  background: #f0f0f0;
  position: fixed;
  bottom: 0px;
  left: 0px;
  -webkit-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999;
}

.cookies-banner a.cookies-banner-button {
  color: #fff !important;
  position: relative;
  padding: 0 10px;
  margin: 0 0 0 20px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  font-family: Tahoma, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  background: #555;
  display: inline-block;
}

.cookies-banner {
  font-family: Tahoma, sans-serif;
  margin: 0 auto;
  color: #555;
  text-align: center;
  position: relative;
  float: none;
  font-size: 13px;
}

.module.long-scroll {
  min-height: 850px;
}

/*Sticky banner*/

body:not([data-pagetype="homepage"]) #ad_lb_atf {
  margin: 30px auto;
  display: table;
  min-height: auto;
}

body:not([data-pagetype="homepage"]) #ad_lb_atf .banner {
  min-height: auto;
  display: table-cell;
  vertical-align: middle;
}

.banner-box .banner {
  text-align: center;
}

[class*='general-article'] .article-content h2,
[class*='general-article'] .banner-box {
  clear: both;
}

[class*='general-article'] .article-content h2 {
  font-size: 28px;
}

/*form memeform*/

#memeform button[type='submit'] {
  margin: 10px;
  padding: 12px 30px 14px !important;
  font: 400 24px/1.4 'TheSerifDnevnikSemiBold', 'Helvetica Neue', serif;
}

#memeform .hide-field {
  display: none !important;
}

#memeform .error {
  border: 2px solid #ff0000;
}

#memeform .error-message {
  color: #ff0000;
  padding: 0 0 10px 0;
  font-size: 16px;
}

.ad-tip::before {
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 5px;
  height: 26px;
  padding: 0 9px;
  content: 'Реклама';
  color: #fff;
  background: #ce1e2e;
  font: 14px/26px TheSansDnevnikSemiLight, Arial, sans-serif;
}

.ad-tip,
.no-ad-tip {
  display: inline-block;
  position: relative;
  top: -35px;
  color: #999;
  text-decoration: none;
  font-size: 14px;
  line-height: 26px;
}

.not-part.gallery .ad-tip {
  top: 0;
  left: -6.33%;
}

.gallery .ad-tip figcaption {
  color: #999;
  font-size: 14px;
  line-height: 26px;
}

.ad-tip figcaption {
  background: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

.cms-service {
  display: block;
  clear: both;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
  color: #c00024;
  font-size: 11px;
  background: #ffffcc;
  text-align: right;
  height: 40px;
}

.article-live-selection a {
  text-decoration: underline;
}

.article-live-selection a:hover {
  text-decoration: none;
}

.secondary-article-v2 .avatar {
  float: left;
  margin-right: 10px;
}

.site-quote-v2 blockquote:after,
.site-quote-v2 blockquote:before {
  content: '';
}

.red-link {
  color: #ce1e2e !important;
  text-decoration: underline !important;
}

.js-color button span {
  pointer-events: none;
}

/** Custom symfony calendar */

#custom-s-calendar {
  position: relative;
  z-index: 1000;
}

#custom-s-calendar select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

#custom-s-calendar .s-calendar-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 16px;
  line-height: 1.2;
  background: white;
}

#custom-s-calendar .is-disabled-wk a {
  pointer-events: none;
  cursor: default;
  color: #fff;
  background: #a1a0a0;
  opacity: 1;
}

#custom-s-calendar .s-calendar-label {
  font: normal 30px/1 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
}

#custom-s-calendar select {
  display: inline-block;
}

#custom-s-calendar .s-calendar-prev {
  position: absolute;
  right: 26px !important;
  background-position: -141px -183px !important;
}

#custom-s-calendar .s-calendar-title {
  text-align: left;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

#custom-s-calendar .s-calendar-label {
  float: left;
}

#custom-s-calendar .is-disabled a {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

#custom-s-calendar .s-calendar-next.is-disabled {
  opacity: 0.4;
  cursor: default;
}

#custom-s-calendar .s-calendar-month-wrapper {
  position: absolute;
  right: 0;
  top: 25px;
}

#custom-s-calendar select option {
  background: #fff;
}

#custom-s-calendar select {
  width: 100%;
  padding: 10px 8px 11px;
  color: #333;
  cursor: default;
  background: #fff;
  border: 1px solid #e3e3e3;
  font: 400 14px/1.4 TheSansDnevnikPlain, Arial, sans-serif;
  -webkit-border-radius: 0;
}

#custom-s-calendar td {
  text-align: center;
  border: 1px solid white;
  font: 20px/1.2 'TheSerifDnevnikPlain', Arial, serif;
  background: #fff;
}

#custom-s-calendar .s-calendar-prev,
#custom-s-calendar .s-calendar-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
}

#custom-s-calendar .s-calendar-prev,
#custom-s-calendar .s-calendar-next {
  height: 21px;
  width: 21px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -14px;
  text-indent: -10000px;
  background: url(../images/layout/ui.svg) no-repeat -163px -183px;
  opacity: 1;
  cursor: pointer;
}

#custom-s-calendar.wk {
  background: #a1a0a0;
}

#custom-s-calendar.wk a {
  color: white;
}

#photospage .module.long-scroll {
  min-height: 750px;
}

/*Paralax*/

.fullpage-banner + .site-table {
  margin-top: 0%;
  margin-top: 0vh;
}

/* Story include iframe block */

.general-article-v2 .main-content .content .article-content iframe {
  margin: auto;
  display: block;
}

#channels_output > div {
  height: auto !important;
}

/* class for errors in forms */

.custom-html-form .errorMsg {
  color: #ff0000;
}

.custom-html-form .select.error {
  border: 1px solid #ff0000;
}

.files-row .file-row:first-child .custom-file {
  display: inline-block;
}

.faq-link {
  display: inline-block;
  position: absolute;
  right: 0;
  padding: 14px 0;
  line-height: 1;
}

.files-row .file-row:first-child .custom-file .remove-file {
  display: block;
}

.branding.evropa-zemedelie {
  margin-top: 0;
  display: flex;
  font-size: 14px;
  color: #7f7f7f;
}

.branding.evropa-zemedelie figure {
  width: 100%;
  max-width: 200px;
  margin-left: 10px;
  text-decoration: none;
  align-self: flex-end;
}

.branding.evropa-zemedelie span {
  padding-top: 24px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.branding.evropa-zemedelie figure img {
  display: block;
  height: 100%;
  width: auto;
}

.branding.evropa-zemedelie figure figcaption {
  display: block;
  font-size: 9px;
  line-height: 1;
  text-align: center;
  padding: 2px 0 0;
}

.branding.evropa-zemedelie img {
  margin-left: 10px;
}

.branding.evropa-euparlament {
  font-size: 14px;
  color: #7f7f7f;
}

.branding.evropa-euparlament img {
  float: right;
  margin-left: 10px;
}

.article-content .branding.evropa-zemedelie {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 120px;
  padding-bottom: 10px;
  border-bottom: 3px solid #e2e2e2;
}

.article-content .branding.evropa-zemedelie span {
  padding-top: 10px;
  font-size: 1.1rem;
}

.article-content .branding.evropa-zemedelie img {
  margin-top: 10px;
  margin-left: 10px;
}

.euparlament {
  margin-bottom: 30px;
}

.block-subscribe .form input.error::-moz-placeholder,
.block-subscribe .form input.error::-webkit-input-placeholder,
.block-subscribe .form input.error::-ms-input-placeholder {
  font-style: italic;
}

.branding.content-partners-excerpt {
  margin: 10px 0 25px 0;
  font-size: 14px;
  color: #7f7f7f;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.branding.content-partners-excerpt img {
  max-width: 25px;
  max-height: 25px;
  margin-left: 10px;
}

/* Archive */

.article-popup-login {
  max-width: 600px;
  padding: 40px 20px;
  background: #810913;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}

.article-popup-login .title {
  margin: 0 0 50px 0;
  font: 26px/1.15 TheSerifDnevnikBold, 'Helvetica Neue', Arial, serif;
}

.article-popup-login .button {
  width: 225px;
  margin: 30px 5px 0 5px;
  font: 23px TheSerifDnevnikBold, 'Helvetica Neue', Arial, serif;
}

.debate-holder-link {
  text-decoration: none;
  display: block;
}

/* layer Biblioteka, evropa/zemdelie */

#Library {
  position: relative;
}

#Library .article-content {
  width: 100%;
  position: relative;
}

#Library .library {
  width: 868px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 15px;
}

#Library a.leftArrow,
#Library a.rightArrow {
  width: 50px;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 30;
}

#Library a.leftArrow {
  left: 0px;
  top: 0px;
}

#Library a.rightArrow {
  right: 0px;
  top: 0px;
}

#Library a.leftArrow i,
#Library a.rightArrow i {
  width: 14px;
  height: 22px;
  margin: -11px 0 0 -7px;
  background: url(../images/layout/ui.svg);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

#Library a.leftArrow i {
  background-position: -269px -33px;
}

#Library a.rightArrow i {
  background-position: -273px -74px !important;
}

#Library .library ul {
  width: 8000px;
  margin: 0 auto 0 auto;
  position: relative;
  box-sizing: border-box;
  position: relative;
  left: 10px;
}

#Library .library ul li {
  width: 140px;
  padding: 0 15px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}

#Library .library ul li img {
  width: 85%;
  height: auto;
  margin: 0 0 10px 0;
  display: block;
}

#Library .library ul li span.title {
  margin: 0 0 5px 0;
  font-size: 15px;
  color: #333333;
  display: block;
}

#Library .library ul li a.download {
  font-size: 12px;
  color: #7f7f7f;
  border-bottom: 0px;
  text-decoration: none !important;
}

#Library .library ul li a.download i {
  width: 17px;
  height: 17px;
  background: url(../images/layout/download-sprite.svg) 0px 0px no-repeat;
  display: inline-block;
  position: relative;
  top: 4px;
}

#Library .library ul li a.download:hover i {
  background-position: 0px -17px;
}

.sled5-nav-select-theater {
  margin-bottom: 0px;
}

#header .search-form {
  padding: 15px 24px 135px 74px;
}

.searchresults_m li:hover {
  background-color: #ce1d2e;
  color: white;
}

.searchresults_m li:hover a {
  color: white;
}

.no-max-height {
  max-height: none;
}

.searchresults_m li a {
  padding-left: 5px;
}

.custom-html-form small.attach_file_error {
  font-size: 15px;
}

.olx-custom-popup {
  display: block !important;
}

.olx-overlay {
  display: block !important;
  opacity: 0.5 !important;
}

#container {
  height: 500px;
  min-width: 310px;
  max-width: 800px;
  margin: 0 auto;
}

.loading {
  margin-top: 10em;
  text-align: center;
  color: gray;
}

.olx-infogaffic-headline {
  /*font: 24px TheSansDnevnikSemiLight,Arial,sans-serif;*/
  padding: 0px 0px 20px 0px;
  color: black;
}

.olx-map-infograph-btns-c {
  text-align: center;
}

.olx-map-infograph-btn {
  background: #e2e2e2;
  color: black;
  padding-left: 25px;
  padding-right: 25px;
}

.olx-map-infograph-btn:hover {
  background: #ce1e2e;
  color: white;
}

.infogram-map-container {
  margin-bottom: 0px;
}

.olx-search-offer-block {
  display: table;
  width: 100%;
  border: 1px solid black;
}

.olx-search-offer-block div {
  display: table-cell;
}

.olx-search-offer-block div h3 {
  margin-bottom: 0px;
  padding: 15px 0px;
  border: 1px solid black;
  border-width: 0px 0px 1px 1px;
}

.olx-search-offer-block div.search-offer-months h3 {
  border: 1px solid black;
  border-width: 0px 0px 1px 0px;
  background: white;
}

.olx-search-offer-block div.search-offer {
  width: 40%;
  background: #ce1e2e;
}

.olx-search-offer-block div.search-offer-months {
  width: 20%;
  background: #e2e2e2;
}

.olx-search-offer-block div.search-offer-months p {
  text-align: left;
}

.olx-search-offer-block div.search-offer-months h3 {
  padding-left: 10px;
}

.olx-search-offer-block div.search-offer-months p {
  padding-left: 10px;
  font-size: 14px;
  color: black;
}

.olx-search-offer-block div.search-offer-months p:hover {
  cursor: pointer;
  background: rgba(206, 30, 46, 0.5);
  transition: 0.3s;
}

.olx-search-offer-block div.search-offer-months .som-data {
  display: block;
}

.olx-search-offer-block div.search-offer h3 {
  text-align: center;
  color: white;
}

.olx-search-offer-block div.search-offer p {
  text-align: center;
  color: white;
}

.olx-search-offer-block div p {
  padding: 5px 0px;
  font-size: 12px;
}

.olx-search-offer-block div.search-offer p {
  background: #ce1e2e;
  color: white;
}

.olx-so-txt {
  font-size: 20px !important;
  background: #9a1b27 !important;
}

.so-data {
  position: relative;
  display: block !important;
  width: 100%;
}

.so-transition {
  position: absolute;
  transition: 0.3s;
  width: 25px;
  top: 25px;
  left: 0;
  bottom: 0;
  background: #9a1b27;
}

#ad_140x70 {
  float: right;
}

[class*='primary-article'] h1 {
  --webkit-hyphens: none;
  --moz-hyphens: none;
  -hyphens: none;
}

/* OLX Page styles */

.olx-infograffic-headline-tabs {
  display: table;
  width: 100%;
  margin-top: 25px;
}

.olx-infograffic-headline-tabs div {
  display: table-cell;
}

.olx-infograffic-headline-tabs div h3 {
  text-align: left;
  display: inline-block;
}

.olx-infograffic-headline-tabs div.olx-headline-tabs {
  text-align: right;
}

.infograph-tabs {
  padding: 4px 8px;
  color: black;
  background: #e2e2e2;
  min-height: auto;
}

.olx-tabs-rightarr,
.olx-tabs-leftarr {
  font-size: 24px;
}

.change-month-btns-hidden {
  display: none !important;
}

.olx-tabs-rightarr {
  padding-left: 10px;
}

.olx-tabs-leftarr {
  padding-right: 10px;
}

.olx-tabs-rightarr:hover,
.olx-tabs-leftarr:hover {
  cursor: pointer;
}

.olx-monthly-search,
.infographic-tabs-demand,
.infogram-supply-container {
  width: 100%;
}

.olx-map-legend {
  padding-left: 20px;
  position: relative;
}

.olx-map-legend span {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 12px;
  position: absolute;
  top: 5px;
  left: 0;
}

.olx-cars {
  background: #00a0dc;
}

.olx-elec {
  background: #7cb82f;
}

.olx-bolder {
  font-weight: bolder;
}

.olx-map-txt-cont-out {
  margin-top: 200px;
  padding: 25px;
  border: 16px solid #e1e1e1;
}

.olx-map-txt-cont p,
.olx-legend-legend-cont p {
  color: #000;
  font-size: 17px;
  font-family: TheSansDnevnikSemiLight;
}

.olx-legend-legend-cont {
  margin-top: 50px;
  padding-top: 16px;
  border: 16px solid #e1e1e1;
  border-width: 3px 0px 0px 0px;
}

.header-addition-mb {
  margin-bottom: 25px !important;
}

.demand-wordcloud-cont {
  display: table;
  width: 100%;
}

.dwc-inside {
  display: table-cell;
  width: 45%;
}

.dwc-inside:nth-child(1) {
  border: 30px solid rgba(255, 255, 255, 0);
  border-width: 0px 30px 0px 0px;
}

.olx-non-fixed-banner {
  position: relative;
  margin-top: 345px;
}

.olx-banner-top-fixed {
  position: fixed;
  top: 15px;
}

.olx-banner-bot-fixed {
  position: absolute;
  top: auto;
  bottom: 15px;
}

.article-content figure {
  clear: both;
}

.blogosfera-article p::first-letter {
  font-size: 17px !important;
  line-height: 17px !important;
  padding: 4px 0px 0px 0px !important;
}

.hidden-deleted-comment {
  display: none;
}

.comments li.grey .mod-reason {
  color: #333333 !important;
}

.comments li.grey > .ct .cr .ci a {
  color: #999999;
}

.comment .hidden {
  display: none;
}

.topic-title {
  font: 400 24px/34px TheSerifDnevnikPlain, 'Helvetica Neue', Arial, serif;
  color: #ce1d2e;
  margin-bottom: 4px;
}

.topic-title b {
  font: 400 24px/34px TheSerifDnevnikBold, 'Helvetica Neue', Arial, serif;
}

.partner {
  height: 0;
}

#header.affix .partner {
  height: auto;
}

#header.affix .amp {
  height: 50px !important;
}

#header.affix .partner img {
  margin-top: 5px !important;
  width: 80% !important;
}

.partner .amp {
  display: inline-block;
  opacity: 0.3;
  width: 33px;
  height: 33px;
  margin-left: 17px;
  background: url(/images/amp.png) center no-repeat;
  vertical-align: -35px;
}

.partner a {
  display: inline-block;
  vertical-align: -5px;
  margin-left: 10px;
}

.social-links + .storio {
  float: right;
  margin-top: -34px;
}

.social-links + .storio span {
  font: 400 14px/20px TheSansDnevnikPlain, 'Helvetica Neue', Arial, sans-serif;
}

.social-links + .storio img {
  margin-left: 10px;
  vertical-align: baseline;
}

#header {
  z-index: 100000;
  margin-bottom: 30px;
}

.afbDisclaimer {
  width: 410px;
}

.afbDisclaimer {
  margin-top: 20px;
}

.afbDisclaimer img {
  float: left;
  width: 80px;
  margin-right: 20px;
}

.afbDisclaimer div {
  font-size: 10px;
  line-height: 12px;
  transform: translateY(-2px);
}

span.clever-link {
  text-decoration: underline;
  cursor: pointer;
}

.v-partniorstvo-s {
  text-decoration: none; 
  margin-left: auto; 
  display:flex; 
  align-items: center;
}

.jquery-modal.blocker {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}

.links-top {
  margin-top: 0px !important;
}

.special-project-adv {
  color: #ce1e2e;
  font: 15px 'TheSerifDnevnikPlain', Arial, serif;
  padding-bottom: 7px;
}

.special-project-adv img {
  height: 20px;
  padding-right: 6px;
}

article.article .main-content .aside-adv .adv-disclaimer-positioning {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  text-align: center;
}

.main-content .aside-adv .author-v3 {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
  display: inline-block;
}

.main-content .aside-adv img {
  display: block;
  height: 40px;
}

.aside-adv-txt {
  margin-top: 5px;
}

.main-content .aside-adv-txt:hover {
  cursor: pointer;
}

.main-content .aside-adv p {
  display: inline-block;
  font: 15px 'TheSerifDnevnikPlain', Arial, serif;
  color: #ce1e2e;
  margin-right: 6px;
}

.adv-arrow {
  display: inline-block;
  width: 14px;
  height: 18px;
  background-image: url(../images/arrow-icon.png);
  background-repeat: no-repeat;
  background-position-y: 8px;
}

.adv-disclaimer {
  width: 100%;
  background-color: #ce1e2e;
  display: none;
  position: relative;
}

.adv-disclaimer-arrow {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #ce1e2e;
  top: 0;
  right: 142px;
  transition: 0.5s;
  transform: rotate(45deg);
}

.adv-disclaimer.ml-80 {
  margin-left: 80px;
}

.adv-disclaimer p {
  padding: 12px 16px;
  color: white;
  font: 15px 'TheSerifDnevnikPlain', Arial, serif;
}

.adv-disclaimer p a {
  color: white;
}

[class*='general-article'] [class*='article-top'] {
  transition: 0.5s;
  padding-bottom: 0;
}

[class*='social-links'] .article-tools:before {
  display: none;
}

[class*='general-article'] [class*='article-top'] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

[class*='general-article'] [class*='article-top'] .content {
  display: block;
}

[class*='general-article'] [class*='article-top'] aside {
  margin-left: 0;
}

.main-content.article-top .content {
  width: calc(100% - 300px);
  padding-right: 100px;
  -webkit-flex-shrink: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2;
}

.main-content.article-top .content.wide {
  padding-right: 400px;
}

@media (max-width: 74.9em) {
  .main-content.article-top .content {
    padding-right: 20px;
  }
  .main-content.article-top .content.wide {
    padding-right: 320px;
  }
}

.main-content.article-top .content h1 {
  font-size: 38px;
  margin-right: 0;
}

.main-content.article-top .content + aside {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
}

.main-content.article-top .content + aside .author-v3 {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
  display: inline-block;
}

.main-content.article-top .content + aside .author-v3 .dnevnik {
  filter: contrast(0);
  transform: scale(0.9);
}

.adv-disclaimer-arrow {
  position: absolute;
  width: 0px;
  height: 0px;
  background-color: #ce1e2e;
  margin-top: -44px;
  margin-left: 1025px;
  transition: 0.5s;
  transform: rotate(45deg);
}

.adv-filter p {
  font: 14px 'TheSerifDnevnikPlain', Arial, serif;
  color: #ce1e2e;
  display: inline-block;
}

.adv-filter span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url(../images/arrow-small-icon.png);
  background-repeat: no-repeat;
  background-position-y: 1px;
}

.native-ad-aside .module:first-of-type {
  margin-top: 0px !important;
}

.adv-filter-label {
  font-size: 12px !important;
}

iframe[src*='static/ceros'],
iframe[src*='view.ceros.com'] {
  overflow-y: visible;
  padding: 0;
  border: 0 none;
  /*height: auto;*/
  width: 100%;
  min-height: 100%;
  min-width: 100%;
}

@media (max-width: 74.9em) {
  iframe[src*='static/ceros'],
  iframe[src*='view.ceros.com'] {
    height: 6200px;
  }
}

@media (max-width: 74.9em) {
  .content.pl-80 .site-quote,
  .content.pl-80 blockquote,
  .ml--80,
  [class*='general-article'] .el-offset,
  [class*='general-article'] [class*='article-top'] {
    margin-left: 0;
    width: 100%;
  }
}

article .content .site-block:first-child b,
article .content .site-block:first-child strong {
  font-weight: bold;
}

.site-block.euelections {
  margin-bottom: 20px;
}

.site-block.localelections {
  margin-top: -15px;
  overflow: hidden;
  margin-bottom: 30px;
}

.site-block.localelections + .site-block .banner-box {
  margin: 0 auto 30px !important;
}

/* ---------------- */

/* Prettyphoto styles adapted for jQuery modal */

div.custom-jquery-modal a:focus {
  outline: none;
}

div.custom-jquery-modal {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 750px;
  z-index: 1000002;
  background: white;
  overflow: visible !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
}

.csstransforms3d.cssvhunit div.custom-jquery-modal.custom-html {
  top: 50% !important;
  position: fixed;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1, 1);
  -moz-transform: translate3d(-50%, -50%, 0) scale(1, 1);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1, 1);
  transform: translate3d(-50%, -50%, 0) scale(1, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custom-jquery-modal[data-custom-gallery='true'] .pp_fade {
  display: block !important;
}

.custom-jquery-modal[data-custom-gallery='true'] a.pp_close {
  top: -32px;
}

.csstransforms3d.cssvhunit .custom-jquery-modal .scrollable-content {
  max-height: 72vh;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 20px;
}

.custom-jquery-modal.custom-html {
  padding: 21px 20px 20px;
  width: 750px;
}

.custom-jquery-modal.custom-html-v2 {
  padding: 20px;
  width: 750px;
}

.custom-jquery-modal.custom-html-v3 {
  /* width: 460px; */
  padding: 40px 20px;
  color: white;
  font: 15px/1.55 'TheSansDnevnikPlain', Arial, sans-serif;
  background: #333333;
  /* box-shadow: 10px 10px 0 rgba(129, 9, 19, 0.2); */
}

.custom-jquery-modal.custom-html-v3 a {
  color: white;
}

.custom-jquery-modal.custom-html-v3 h3 {
  font-size: 22px;
  margin-bottom: 28px;
}

.custom-jquery-modal.custom-html-v3 .button {
  min-width: 180px;
  padding: 7px 10px 0;
  font-size: 18px;
}

.custom-jquery-modal.custom-html-v3 .button + .button {
  margin: 0 -4px 0 10px;
}

.custom-jquery-modal.custom-html-v3 a.pp_close {
  top: -25px;
  right: -10px;
  background-position: -301px -50px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.custom-jquery-modal.custom-html-form {
  width: 1040px;
  padding: 35px 25px 34px 35px;
  color: #333;
  font: 14px/1.4 'TheSansDnevnikPlain', Arial, sans-serif;
}

@media (max-width: 74.9em) {
  .custom-jquery-modal.custom-html-form {
    max-width: 980px;
  }
}

.custom-jquery-modal.custom-html-form a.pp_close {
  top: -10px;
  right: 0;
}

.custom-jquery-modal.custom-html-v4 {
  width: auto;
  min-width: auto;
  /* width: 710px;
  min-width: 710px; */
  padding-top: 24px;
  padding-bottom: 20px;
}

.custom-jquery-modal.custom-html-v4.profile {
  max-width: 420px;
}

.custom-jquery-modal.custom-html-v4 a.pp_close {
  top: -9px;
}

.custom-jquery-modal.custom-html-v4 h3 {
  margin-bottom: 40px;
  font-size: 32px;
  text-align: center;
}

/* Prettyphoto styles adapted for jQuery modal */

/* ---------------- */

/* Lufthansa branding */

.social-links.links-bottom:before,
.social-links.links-bottom:after {
  display: inline-block;
}

.social-links.links-bottom {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.special-campaign-button a {
  display: block;
  text-align: center;
}

.special-campaign-button img.banner {
  margin-left: auto;
  margin-right: auto;
}

.pull-left.special {
  width: 50%;
  background: #ff0000;
}

/* Lufthansa branding */

/* Natura 2000 branding */

.section.fasha-block-zelen {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #d6d6d6;
}

.section.fasha-block-zelen a {
  display: block;
}

.article.fasha-block-zelen {
  text-align: center;
  position: relative;
}

.article.fasha-block-zelen a {
  float: right;
  margin: 0 0 10px 20px;
}

/* Natura 2000 branding */

/* korekcia na z-index */

.copy {
  z-index: 0;
}

/* korekcia na z-index */

.d-theme-results {
  margin: 0 0 45px 0;
  padding: 0 0 45px 0;
  border-bottom: 3px solid #cccccc;
}

.d-theme-results a {
  margin: 0 0 1px 0;
  padding: 10px 20px;
  font-size: 14px;
  text-decoration: none;
  background: #e3e3e3;
  display: block;
}

.d-theme-results h3 {
  margin: 0 0 22px 0;
  font-size: 34px;
}

/* LibraryRegioni */

.site-block.regioni a.leftArrow {
  left: -40px !important;
}

.site-block .regioni a.rightArrow {
  right: -20px !important;
}

#Library .library-regioni {
  width: 434px !important;
}

/* Ceros story fixes */

.ceros-article .content .site-block.pl-80 {
  margin-bottom: 5px;
}

.ceros-article .content .social-links.links-top {
  margin-bottom: 10px;
}

.ceros-article .video-box.general-video-box {
  margin-bottom: 0;
}

.ceros-article .social-links.links-bottom {
  margin-top: 5px;
}

/* Charts flexbox styles */

.chart-box-wrapper {
  display: flex;
  flex-flow: row nowrap;
  height: 200px;
}

.fgraf {
  width: 75%;
}

.sgraf {
  width: 25%;
}

.secondlayer-box-wrapper {
  display: flex;
  max-width: 1440px;
  flex-flow: row nowrap;
  align-content: flex-start;
  height: 200px;
  margin-bottom: 60px;
}

.bgbars {
  width: 50%;
  /*max-height: 200px;*/
}

.stackedgrafs {
  width: 23%;
  padding: 0 20px 0 20px;
  height: 170px;
  /*width: 200px;*/
}

.stackedgrafs-legend {
  display: inline-block;
  font-size: 12px;
  margin: 0 10px 10px 0;
  vertical-align: middle;
}

.stackedgrafs-legend:before {
  content: '';
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.stackedgrafs-legend.up:before {
  background: #878787;
}

.stackedgrafs-legend.down:before {
  background: #c3c3c3;
}

.bgvotes {
  height: 250px;
}

.eumap {
  width: 27%;
  /*min-height: 300px;
	min-width: 200px;*/
}

.eumapinner {
  min-height: 300px;
  min-width: 250px;
}

.block-sub-title {
  font: 18px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  margin-bottom: 10px;
}

.graf-source {
  font: 12px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  font-style: italic;
  float: right;
}

/* Sticky Title */

.stickyTitle {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  font: 18px/1 'TheSerifDnevnikSemiBold', 'Helvetica Neue', serif;
  cursor: pointer;
}

#header.affix-top {
  position: relative;
}

#header.affix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
}

#header.affix > .wrapper {
  height: 50px;
  padding: 0 10px 0 0;
  max-width: 1240px;
}

#header.affix > .wrapper:before,
#header.affix > .wrapper:after {
  content: unset;
  bottom: -5px;
  left: 0px;
  right: 10px;
}

#header.affix > .wrapper:before {
  content: '';
  position: absolute;
  height: 5px;
  background: #77000b;
}

#header.affix > .wrapper:after {
  background: #ce1d2e;
  left: 0;
}

#header .wrapper {
  height: 70px;
}

#header .wrapper::after {
  bottom: 0;
}

#header.affix .progressBar,
#header.affix .progressBar .completion {
  content: '';
  height: 5px;
  position: absolute;
  bottom: -5px;
  left: 0px;
  right: 10px;
  background:#77000b;
}

#header.affix .progressBar .completion {
  bottom: 0;
  left: 0;
  background:#ce1d2e;
}

#header.affix .logo {
  width: 31px;
  height: 37px;
  padding: 9px 47px 4px 12px;
  box-sizing: content-box;
}

#header.affix .logo > a {
  overflow-x: hidden;
  display: block;
  width: 30px;
}

#header.affix .logo img {
  max-width: none;
  transform: translateX(0px);
  height: 38px;
}

/* #header.affix #toggle-menu {
  right: 4px;
}

#header.affix nav[role='navigation'] {
  display: none;
}
 */
#header.affix nav.metadata {
  display: block;
}

/* #header.affix .main-menu {
  width: 100%;
  left: 0;
} */

#header nav.metadata {
  display: none;
  padding: 0;
  text-align: right;
  font-size: 0;
}

#header nav.metadata li {
  display: inline-block;
  padding-left: 10px;
  position: relative;
  vertical-align: middle;
}

#header nav.metadata .social-links li {
  margin-left: 4px;
}

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

#header.affix .logo {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 31px;
}
/* 
#header.affix .stickyTitle {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
} */

#header.affix .metadata {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

#header nav.metadata .social-links {
  clear: none;
  margin: 0;
  padding: 0;
}

#header nav.metadata .social-links li {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

#header .main-menu {
  padding-left: 5px;
  padding-right: 4px;
  left: auto;
}

#header .logo{
  color: #ce1d2e;
}

[class*='social-links'] li a.recommend {
  background-position: 0 -180px;
}

[class*='social-links'] li .copy-link {
  position: relative;
  border: 0;
  width: 26px;
  height: 26px;
  opacity: .6;
  background: url("../images/layout/icon-copy-link.png") no-repeat;
  background-size: contain;
  text-indent: -99999px;
}

[class*='social-links'] li .copy-link:hover {
  opacity: .7;
}

/* Adjust Main-menu to fit within the wrapper */

#header .logo {
  padding: 16px 60px 0 32px;
}

#header .main-menu {
  max-width: 1220px;
  min-width: 1220px;
  padding-right: 3px;
}

#header.affix .main-menu {
  width: 100%;
  left: 0;
  max-width: 1230px;
}

#header.affix .main-menu nav {
  padding: 0 15px 0 10px;
}

#header .main-menu nav {
  padding: 0 16px;
}

#header .main-menu nav a {
  font-size: 1.3rem;
}

/* video section */

.embed {
  /* height: 0; */
  padding: 25px 0px 0px 0px;
  position: relative;
}

.embed-ceros {
  height: auto;
}

/* .video-box iframe {
    width: 100% !important;
    position: relative;
    top: 0;
    left: 0;
} */

/* .video-box iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
} */

.video-summary {
  padding: 10px 0 0 10px !important;
  margin-top: 30px;
}

.video-grid-container-v2 {
  /* position: relative; */
  background: #333 !important;
  color: white !important;
}

.video-grid-container-v2 #video-grid-scrollbar {
  max-height: 650px !important;
}

.video-box figure figcaption {
  padding: 0px;
  color: inherit !important;
  background-color: transparent !important;
  display: block;
}
.video-grid-container-v2 .general-video-box .video-summary h2,
.video-homepage .video-grid-container-v2 .general-video-box .video-summary h3 {
  font-size: 22px;
  padding: 8px 8px 8px;
  width: 90%;
  color: white !important;
  margin: 0px;
  line-height: 1.1;
}

.mCS_no_scrollbar {
  padding: 0 12px 0 0;
}

.video-grid-container-v2 .general-video-box .video-summary h2 a {
  color: inherit !important;
}

.video-grid-container-v2 .video-grid-scrollbar .video-box:first-child {
  padding-top: 15px;
}

.s-podkrepata-na {
  vertical-align: bottom;
  font-size: smaller;
  color: #999999;
}

/* rewrite ceros default padding-bottom/height (#13344) */

#ceros_3937302 div {
  padding-bottom: 520% !important;
}

/*  Местни избори 2019  */

/* .localelections {
  display: inline-block;
}

.localelectionsactivity {
  display: inline-block;
} */
#elections_title {
  margin: 0 0 10px 0;
  display: flex;
  background-color: #f0f0f0;
  padding: 5px 10px;
  justify-content: space-between;
}

.chart_title {
  font: 28px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  display: inline-block;
  line-height: 40px;
}

.right-pos {
  margin-bottom: 0px;
}

.right-pos > a {
  display: inline;
  margin-top: 3px !important;
  text-align: right;
  font: 400 17px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  font-size: 26px;
}

#towns_container {
  display: flex;
  position: relative;
  left: 1px;
}

.town-holder {
  width: 34%;
  border-right: solid grey 1px;
}

.town_results {
  display: flex;
}

.town-name {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin: 0 5px 10px 5px;
  color: white;
  background: #ce1d2e;
  padding: 5px;
}

#elections_candidates {
  display: flex;
  overflow: hidden;
}

.container-kandidati {
  align-items: flex-start;
  width: 16.6%;
  text-align: center;
  /* border-right: lightgray 1px solid; */
  position: relative;
  left: 1px;
}

.container-kandidati-others {
  align-items: flex-start;
  width: 16.6%;
  text-align: center;
  /* border-right: lightgray 1px solid; */
  position: relative;
  left: 1px;
}

.container-kandidati-balotaj {
  align-items: flex-start;
  width: 49%;
  text-align: center;
}

/* .noborder {
    border: none;
} */

.kandidat-image {
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pic {
  width: 100%;
  height: 115px;
  /* -webkit-filter: grayscale(0%); */
}

/* .pic:hover {
    -webkit-filter: grayscale(100%);
} */

.first-name-candidat {
  font: 14px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  color: #878787;
}

.first-name-others {
  margin-top: 15px;
  font: 14px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #878787;
  overflow-wrap: break-word;
}

.second-name-candidat {
  font: 14px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #878787;
  overflow-wrap: break-word;
}

.result-candidat {
  display: inline-block;
  font: 34px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  margin: 5px 0;
  /*font-size: 34px;*/
  /*font-weight: bold*/
}

.result-candidat-balotaj {
  display: inline-block;
  font: 34px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  /*margin: 10px 0;*/
  /*font-size: 34px;*/
  /*font-weight: bold*/
}

.vote-percents {
  display: inline-block;
  color: #8b0b0b;
  font-weight: light;
  font-size: 28px;
  margin-left: -3px;
}

.vertical_line {
  width: 0px;
  height: 327px;
  background: lightgray;
}

#elections_activity {
  margin: 10px 0 10px 0;
  display: flex;
  align-items: flex-end;
  background-color: #f0f0f0;
  padding: 5px 10px;
  font: 18px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
}

.elactivity_title {
  display: inline-block;
  /* font-size: 20px; */
  line-height: 31px;
}

.elactivity_result {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  margin-left: 5px;
}

.elactivity_percent {
  color: #8b0b0b;
  font-weight: light;
  font-size: 22px;
}

.elactivity_time {
  margin-left: 10px;
  font-weight: light;
  font-style: italic;
  font-size: 18px;
}

.town-elactivity {
  /* margin: 5px 5px 0; */
  display: flex;
  align-items: flex-end;
  /* background-color: #F0F0F0; */
  padding: 0 10px;
}

.town-elactivity_title {
  font: 14px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  display: inline-block;
  /* font-size: 14px; */
  font-weight: bold;
}

.town-elactivity_result {
  font: 18px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  display: inline-block;
  /* font-size: 20px; */
  font-weight: bold;
  /* margin-left: 5px; */
}

.town-elactivity_percent {
  font: 14px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  display: inline-block;
  color: #8b0b0b;
  font-weight: light;
  /* font-size: 16px; */
}

.town-elactivity_time {
  font: 12px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  display: inline-block;
  /* margin-left: 5px; */
  font-weight: light;
  font-style: italic;
  font-size: 12px;
}

.town-graf-source {
  font: 12px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  font-weight: light;
  font-style: italic;
  font-size: 12px;
  margin-left: auto;
  margin-right: 10px;
}

#elections_towns {
  margin: 15px 0;
  display: flex;
  align-items: flex-end;
  font: 14px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
}

#elections_towns .more {
  align-items: center;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
  padding: 5px;
}

.container-gradove {
  align-items: center;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  background: #ce1d2e;
  padding: 5px 10px;
}

.container-gradove > a {
  text-decoration: none;
  color: white;
}

.graf-source {
  margin-left: auto;
  display: flex;
}

hr.hr-light {
  border-top: 1px dotted lightgray;
}

#sofia,
#plovdiv,
#varna,
#blagoevgrad,
#pleven,
#haskovo,
#ruse,
#vidin,
#burgas,
#kurdjali,
#turnovo,
#szagora,
#shumen,
#pazardjik {
  color: #ce1e2e;
  position: relative;
  top: -40px;
  display: block;
}

.display-none {
  display: none;
  width: 0;
  height: 0;
}

.game-info a {
  color: #fff;
  text-decoration: underline;
}

.game-info a:hover {
  opacity: 0.8;
}

.homepage-container .grid-container {
  width: calc(100% + 36px);
  margin-left: -36px;
}

.homepage-container + .grid-container {
  padding-top: 18px;
}

.homepage-container .grid-d-12 {
  width: 100%;
}

.homepage-container .grid-d-11 {
  width: 91.666663%;
}

.homepage-container .grid-d-10 {
  width: 83.33%;
}

.homepage-container .grid-d-9.homepage-col {
  width: 74.999997%;
}

.homepage-container .grid-d-9 {
  width: 74.999997%;
}

.homepage-container .grid-d-8 {
  width: 66.66666664%;
}

.homepage-container .grid-d-7 {
  width: 58.333%;
}

.homepage-container .grid-d-6.homepage-col {
  max-width: 580px;
  margin-top: -8px;
}


.homepage-container .grid-d-6.homepage-col .secondary-article.capital-news {
  position: relative;
}

.homepage-container .grid-d-6.homepage-col .capital-news-label {
  width: 100%;
  height: 50px;
  padding: 10px 15px 10px 38px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 11px;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.homepage-container .grid-d-6.homepage-col .capital-news-label:before {
  content: '';
  width: 14px;
  height: 14px;
  background: url('/images/capital-k-logo.svg') no-repeat;
  position: absolute;
  top: 12px;
  left: 10px;
}

.homepage-container .grid-d-6.homepage-col .capital-news-label:after {
  content: '';
  width: 2px;
  height: 13px;
  background: #FFFFFF;
  position: absolute;
  top: 12px;
  left: 30px;
}

.capital-most-read h2 {
  color: #333;
}

.capital-most-read:before{
  background-color: #333;
}

.capital-most-read h2:after{
  content: '';
  height: 23px;
  width: 164px;
  display: inline-block;
  background: url('/images/capital-dark-logo-text.svg') no-repeat center left;
}

.homepage-container .grid-d-5 {
  width: 41.6665%;
}

.homepage-container .grid-d-4 {
  width: 33.3333%;
}

.homepage-container .grid-d-3.homepage-col {
  max-width: 300px;
  margin: -8px 0 0 20px;
}

.homepage-container .grid-d-3.homepage-col.last {
  width: auto;
  flex: 0 0 300px;
  margin: -8px 0 0 20px;
}

.homepage-container .grid-d-2 {
  width: 16.66666%;
}

.homepage-container .grid-d-1 {
  width: 8.33%;
}

.homepage-container-main {
  display: flex;
  flex-flow: column nowrap;
}

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

.analysies-home {
  vertical-align: top;
}
.latest-home {
  vertical-align: top;
}

.allFromTodayHomepageLink {
  margin: 25px 0 17px 0;
}

.allAnalizi {
  margin: 18px 0 17px 0;
}

.allFromTodayHomepageLink a,
.allAnalizi a {
  text-decoration: none;
}

.allFromTodayHomepageLink a h3,
.allAnalizi a h3 {
  color: #ce1d2e;
}

.allAnalizi a h3,
.allFromTodayHomepageLink a h3 {
  font-size: 20px;
}

/* .analizi-homefeed-title {
  display: inline-block;
  font-size: 15;
}

.analizi-homefeed-author {
  display: inline-block;
} */

.analyze-item.feed-analizi {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #e1e1e1;
  /* margin: 0 0 10px 0; */
  padding: 10px 0 0 0;
  position: relative;
  top: 1px;
}

.analyze-item.feed-analizi:last-of-type {
  border-bottom: none;
  margin: 0;
}

.analyze-item.feed-analizi:last-of-type .article-tools {
  padding: 7px 0 0 0;
}

.analyze-item.feed-analizi:last-of-type .analizi-homefeed-author,
.analyze-item.feed-analizi:last-of-type .analizi-homefeed-author .thumb {
  margin: 0 0 -5px 0;
}

.homepage-analizi-content {
  padding: 8px 0 0 10px;
  font-weight: 700;
}

.homepage-analizi-content .article-tools {
  padding: 7px 0 17px 0;
}

.analizi-author {
  font: 14px/1.2 'TheSansDnevnikBold', 'Helvetica Neue', Arial, serif;
}

em.analizi-author a {
  font-style: italic;
}

.analizi-author a {
  text-decoration: none;
  color: #ce1e2e;
  margin-top: -10px;
}

.video-holder-white {
  position: relative;
  margin-top: -12px;
}

/* #rubrCovers.pink{
  width: 125% !important;
  left: 40% !important;
} */

.rbr_slider,
.rbr_slider_home {
  /* margin: 0 -10px 0 -10px; */
  /* overflow-x: scroll;
  overflow-y: hidden; */
  white-space: nowrap;
  height: auto;
  background-color: black;
  padding: 0 0 6px 0;
}

.rbr_slider {
  padding: 0px 45px;
  margin-bottom: 45px;
}

/* .rbr_slider div {
  margin: 17px 10px 10px 10px;
  width: 5%;
  display: inline-block;
} */

.rbr_slider_home div {
  margin: 10px 0px 10px 10px;
  width: 19%;
  display: inline-block;
}

.rbr_slider_home hr {
  margin: 0 !important;
}

.rbr_slider .slick-list.draggable {
  height: 104px;
}

.rbr_slider .slick-track {
  left: 6px;
}

.rbr_slider .slick-slide {
  margin: 17px 0px 10px 16px;
  position: relative;
}

.rbr_slider button.slide-arrow {
  width: 45px;
  height: 100%;
  background: none;
  position: absolute;
  top: 0px;
  display: block;
}

.rbr_slider button.slide-arrow.prev-arrow {
  left: 0px;
}

.rbr_slider button.slide-arrow.next-arrow {
  right: 0px;
}

.rbr_slider button.slide-arrow.prev-arrow:before,
.rbr_slider button.slide-arrow.next-arrow:before {
  font-size: 26px;
  text-align: center;
}

.rbr_slider button.slide-arrow.prev-arrow:before {
  content: '<';
}

.rbr_slider button.slide-arrow.next-arrow:before {
  content: '>';
}

.rbr_slider img {
  border-radius: 50%;
  /* border: 1px solid lightgray; */
  width: 65px;
  height: 65px;
}

.rbr_slider_home img {
  border-radius: 50%;
  border: 1px solid lightgray;
  width: 100%;
  height: 100%;
}

.rbr_slider a {
  position: relative;
}

.rbr_slider a.rbr-active:after {
  content: '';
  width: 100%;
  height: 6px;
  background: #ce1e2e;
  display: block;
  position: absolute;
  bottom: -22px;
  left: 0px;
}

/* Redesign Homepage */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

h2 {
  font-size: 34px;
}

h2.topic-feed {
  margin-bottom: 15px;
}

h2.most-important {
  color: #ce1d2e;
  font-family: 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  font-size: 34px;
  margin-top: 0;
  margin-bottom: 15px;
}

.homepage-container .grid-d-6.homepage-col article.primary-article-v1 h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.15;
}

.homepage-container
  .grid-d-6.homepage-col
  article.primary-article-v1
  .article-tools {
  padding: 10px 0;
}
.article-content .article-tools a,
.article-tools,
.article-tools .share,
.article-tools a {
  font-size: 12px;
  font-weight: 400;
}

.homepage-container
  .grid-d-6.homepage-col
  ul.grid-container
  li.grid-d-12
  div.article-tools {
  padding: 0;
  margin: -3px 0 0 0;
}

.homepage-container
  div.grid-d-6
  div.site-block
  ul.grid-container
  li.grid-d-12
  article.secondary-article
  h3,
.homepage-container
  div.grid-d-3
  div.grid-d-12.latest-home
  article.secondary-article
  h3,
.homepage-container div.grid-d-3 div.homepage-analizi-content,
div.homepage-analizi-content h3 a,
h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.3;
}

.homepage-container div.grid-d-3 div.homepage-analizi-content {
  width: 200px;
}

.homepage-container
  div.grid-d-6
  div.site-block
  ul.grid-container
  li.grid-d-12
  article.secondary-article
  h3 {
  padding: 0;
}
.homepage-container
  div.grid-d-3
  div.grid-d-12.latest-home
  article.secondary-article:first-child
  h3 {
  padding: 0px 0 0 24px;
}

.homepage-container
  div.grid-d-3
  div.grid-d-12.latest-home
  article.secondary-article
  h3 {
  padding: 0px 0 0 24px;
}

.homepage-container
  div.grid-d-3
  div.grid-d-12.latest-home
  div.list-of-latest-stories {
  position: relative;
}

.homepage-container
  div.grid-d-3
  div.grid-d-12.latest-home
  div.list-of-latest-stories
  article.secondary-article
  p.time-container {
  position: absolute;
  transform: rotate(-90deg) scaleX(1);
  transform-origin: bottom;
  top: 28px;
  left: -10px;
  text-align: right;
  width: 50px;
}

.homepage-container
  div.grid-d-3
  div.grid-d-12.latest-home
  div.list-of-latest-stories
  article.secondary-article
  p.time-container
  time {
  font-weight: 900;
  color: #999;
}

.homepage-container
  div.grid-d-3
  div.grid-d-12.latest-home
  div.list-of-latest-stories
  article.secondary-article
  div.article-tools {
  padding: 5px 0 0 24px;
}

.homepage-container
  div.grid-d-3
  div.grid-d-12.latest-home
  article.secondary-article:first-child {
  padding-top: 20px;
  position: relative;
}

.homepage-container
  div.grid-d-3
  div.grid-d-12.latest-home
  article.secondary-article:before {
  content: '';
  height: 3px;
  width: 24px;
  position: absolute;
  top: 10px;
  left: 0;
  background: #cd1d2d;
}

.homepage-container div.grid-d-6 div.site-block {
  margin-bottom: 0;
}

.homepage-container ul.grid-container {
  width: 100%;
  margin: 13px 0 0 0;
}

.homepage-container .grid-container {
  width: 100%;
  margin-left: 0;
}

ul.grid-container li.grid-d-12 {
  padding: 0;
}

ul.grid-container li.grid-d-12 article {
  position: relative;
  padding: 0 0 0 19px;
  margin-top: 11px;
}

ul.grid-container li.grid-d-12:first-child article:first-child {
  margin-top: 0;
}

ul.grid-container li.grid-d-12 article::before {
  background: #ce1e2e;
  content: '';
  height: 9px;
  width: 9px;
  position: absolute;
  top: 5px;
  left: 4px;
}

.homepage-container
  div.grid-d-6
  div.site-block
  div.grid-container
  div.grid-d-6
  article.secondary-article::before {
  border-top: 3px solid #ce1e2e;
  width: 43px;
  margin: -8px 0 10px 0;
}

.homepage-container
  div.grid-d-6
  div.site-block
  div.grid-container
  div.grid-d-6
  article.secondary-article:first-child::before {
  border-top: none;
  margin: 5px 0 0 0;
}

.homepage-container
  div.grid-d-6
  div.site-block
  div.grid-container
  div.grid-d-6
  article.secondary-article
  h3 {
  font-size: 17px;
}

.homepage-container
  div.grid-d-6
  div.site-block
  div.grid-container
  div.grid-d-6:first-child {
  padding: 0 10px 0 0;
  width: 50%;
}

.homepage-container
  div.grid-d-6
  div.site-block
  div.grid-container
  div.grid-d-6:nth-child(2) {
  width: 50%;
  float: right;
  padding: 0 0 0 10px;
}

.divider {
  margin: 20px 0;
}

div.analizi-homefeed-author span.thumb {
  position: relative;
}

div.analizi-homefeed-author span.thumb a:hover:after {
  content: '>';
  width: 27px;
  height: 27px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  background: #ce1e2e;
  border: 4px solid #ffffff;
  border-radius: 25px;
  display: block;
  position: absolute;
  right: -6px;
  bottom: -6px;
}

div.analyze-item.feed-analizi div.homepage-analizi-content em.analizi-author a {
  font-family: 'TheSansDnevnikPlain', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.video-grid-container-v2 {
  margin: 0;
}

.site-block.video-homepage,
.site-block .video-grid-container-v2,
.site-block#editors-pick-and-filter {
  margin-bottom: 0;
}

.site-block.offset-block#Citat {
  margin-left: 0;
  margin-right: 0;
}

.site-block.custom-add {
  width: 0px;
  height: 300px;
}

#Snimki aside {
  margin-top: -55px;
}

/* Банер позиция под Комикс секцията - app\Resources\views\ads\300x250.html.twig */
#Snimki .banner-box .banner {
  margin: 0px;
}

#Snimki .banner-box .banner div div {
  margin: 12px 0 45px 0;
}

.col-flex {
  width: 300px;
  max-height: 1500px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: hidden;
}

/* .col-flex .module {
  margin: 0 0 22px 0;
} */

article.primary-article-v1 div.label-live {
  display: inline-block;
  position: absolute;
  top: -6px;
  right: -6px;
  padding: 2px 10px 3px 21px;
  color: #fff;
  background: #ce1e2e;
  font: 15px/1.1 'TheSansDnevnikPlain', Arial, sans-serif;
  z-index: 1;
}

.smodule {
  min-height: auto;
}

.col-flex .smodule iframe {
  width: 300px;
  margin: 0 0 22px 0;
}

.col-flex .smodule div,
.col-flex .smodule div div,
.col-flex .smodule div div div,
.col-flex .smodule div div div div {
  width: 300px !important;
}

.site-block.homepage {
  margin-bottom: 0;
}

.special-weekly {
  color: #ce1e2e;
  font: 17px 'TheSerifDnevnikPlain', Arial, serif;
  font-weight: 700;
  padding-bottom: 15px;
}

/* Нови елементи в тялото на Статията [Редизайн] */
/* Story Bullets */
ul.story-bullets {
  list-style: none;
  padding: 0 30px 20px 0;
}
ul.story-bullets li {
  padding: 9px 0 5px 20px;
  position: relative;
  font-family: 'TheSansDnevnikBold', sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}
ul.story-bullets li:first-child {
  padding-top: 0;
  margin-top: 0;
}
ul.story-bullets li::before {
  background: #ce1e2e;
  content: '';
  height: 10px;
  width: 10px;
  position: absolute;
  top: 15px;
  left: 0;
}
ul.story-bullets li:first-child::before {
  top: 6px;
}
/* Story Timeline */
ul.story-timeline {
  padding: 40px 50px 40px 50px;
  font-family: 'TheSansDnevnikSemiLight', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
ul.story-timeline li.timeline-item {
  position: relative;
  padding-left: 25px;
  padding-top: 0px;
  padding-bottom: 20px;
  border-left: 6px solid #ce1e2e;
}
ul.story-timeline li.timeline-item:last-child {
  padding-bottom: 0;
}
ul.story-timeline li.timeline-item::after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -18px;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background: #ce1e2e;
}
/* Story Quote */
.story-quote {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0px 33px 0px 9px;
}
.story-quote .el-offset {
  margin: 0;
  max-width: 100%;
}
blockquote.quote-content,
div.quote-auth {
  padding-left: 15px;
  padding-right: 15px;
}
div.quote-auth {
  padding-right: 0;
}
blockquote.quote-content {
  background: url('/images/quote_marks.png') no-repeat;
  padding: 36px 0 20px 18px;
  font-family: 'TheSansDnevnikBold', Arial, sans-serif;
  font-size: 25px;
  font-style: normal !important;
  line-height: 1.2;
}
.story-quote hr.hrto {
  margin: 0 0 0 20px;
  border: 1px dotted #000;
  border-style: none none dotted;
  background: transparent;
}
div.quote-auth {
  margin: 10px 0 0 0;
  display: flex;
}
img.quote-auth-img {
  max-width: 53px;
  max-height: 53px;
  border-radius: 100%;
  margin-right: 15px;
}
div.quote-auth-name {
  font-family: 'TheSerifDnevnikExtraBold', serif;
  font-size: 17px;
  justify-content: center;
  align-self: center;
}
div.quote-auth-description {
  display: inline;
  font-family: 'TheSerifDnevnikSemiBold', serif;
  font-size: 17px;
}
/* Story Accent */
div.story-accent {
  padding: 28px 0 28px 50px;
}
div.story-accent div.story-accent-inner {
  border-left: 6px solid #ce1e2e;
  padding: 0 19px;
  font-family: 'TheSansDnevnikSemiLight', sans-serif;
  font-size: 18px;
  line-height: 24px;
}
/* story footer за рубрика Анализи */
.article-author.footer {
  font-family: 'TheSansDnevnikPlain', Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  display: block;
}
.article-author-row {
  display: flex;
  margin-bottom: 30px;
}
.article-author.footer .article-author-row + .article-author-row {
  margin-bottom: 15px;
}
.article-author-row figcaption {
  font-size: 15px;
  line-height: 18px;
  margin-left: 10px;
  color: #000;
}
.article-author-row figure.thumb {
  background: transparent;
}

.article-author.footer figure {
  width: 110px;
}

.article-author.footer figure,
.article-author.footer figcaption {
  align-self: flex-start;
}
.article-author.footer figcaption {
  margin-right: 10px;
}
.article-author.footer figcaption p a {
  text-decoration: none;
}
.article-author.footer .thumb.footer img.img-footer {
  min-width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #e0e0e0;
}
.article-author-row figcaption .more-about-auth {
  color: #ce1e2e;
  text-decoration: underline;
}

.main-content aside {
  display: flex;
  flex-direction: column;
  position: relative;
}

.main-content aside .module {
  position: static;
}

.main-content aside .long-scroll {
  position: relative;
}

.main-content aside .module .banner-box,
.main-content aside .module .paid-articles,
.main-content aside .site-block {
  margin-top: 24px;
  margin-bottom: 0;
}

.main-content aside .site-block {
  margin-top: 12px;
}

.latest-home-video::before {
  content: '';
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 5px 0 0;
  background: url(../images/home-play-icon.svg) no-repeat 50% 50%;
}

.latest-home-pinned-possition::before,
.important-home-pinned-possition::before,
.today-pinned-possition::before {
  content: '';
  color: red;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 5px 0 0;
  background: url(../images/pinned-icon.svg) no-repeat 50% 50%;
}

.icon-corona {
  background: url(../images/layout/icon-addnews.svg) no-repeat;
  position: relative;
  width: 52px !important;
  height: 50px !important;
  margin: 0 20px 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 3px;
}

.text-corona {
  position: relative;
  display: inline-block;
  width: 70%;
}

.article-live div div.el-offset {
  margin: 6px 18px 27px 0px;
}

.site-block#sendnews {
  max-width: 970px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.corona-link, .ukraine-war {
  width: 300px;
  display: block;
  margin: 0 auto 20px auto;
}

aside .corona-link, 
aside .ukraine-war {
  margin: 0 auto 20px auto;
}

a.logo-homepage {
  text-decoration: none;
  color: inherit;
}

h1.homepage {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  width: 244px;
  height: 38px;
  color: inherit;
  font-size: 6px;
}

h1.homepage img {
  display: inline-block;
  position: absolute;
  max-width: 100%;
  line-height: 0;
  vertical-align: top;
  left: 0;
}

p.corona-box {
  display: flex;
  padding: 0;
}

span.corona-icon::before {
  display: flex;
  content: '';
  height: 33px;
  width: 33px;
  background: url('../images/share/corona-icon-new.svg') no-repeat;
  margin-top: -8px;
}

span.izbori-icon::before {
  display: flex;
  content: '';
  height: 33px;
  width: 33px;
  background: url('../images/izbori2021/izbori2021-icon-new-white.svg') no-repeat;
  margin-top: -8px;
}

.send-news span.corona-icon::before, .send-news span.izbori-icon::before {
  margin-top: 0;
}

span.corona-text {
  font-size: 15px;
  padding: 0;
  margin-left: 10px;
  flex: 1 1 auto;
}

.live-badge {
  width: 74px;
  height: 20px;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 2px 0px 3px 16px;
  color: #fff;
  background: #ce1e2e;
  font: 13px/17px 'TheSansDnevnikPlain', Arial, sans-serif;
  z-index: 1;
}

.main-news-item .live-badge {
  width: 74px;
  height: 20px;
  margin: 0px;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 10px;
  padding: 2px 0px 3px 16px;
  color: #fff;
  background: #ce1e2e;
  font: 13px/17px 'TheSansDnevnikPlain', Arial, sans-serif;
  z-index: 1;
}

.live-badge::before {
  content: '';
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -4px;
  background: white;

  /* -webkit-animation: blink 1s infinite;
			animation: blink 1s infinite; */

  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.live-badge:before {
  left: 5px;
}

.live-badge.live-badge-noblink::before {
  display: none;
}

.live-badge.live-badge-noblink,
.live-article-wrapper .live-article-list .heading .live-badge.live-badge-noblink {
  width: initial;
  padding: 2px 6px 3px 6px;
}

/* Author profile */
.author-profile {
  width: calc(100% - 80px);
  padding: 0 0 0 160px !important;
  /* margin: 0 0 40px 0; */
  position: relative;
  box-sizing: border-box;
  min-height: 160px;
}

.author-profile-image {
  width: 145px;
  height: 145px;
  margin: 0 auto;
  background: #e0e0e0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

.author-profile h1 {
  padding: 18px 0 0 0;
  margin: 0px auto 6px auto;
  font: 400 32px/1.25 TheSerifDnevnikBold, Arial, serif;
}

.author-profile-meta {
  margin: 0 0 26px 0;
}

.author-profile-meta a {
  font: 18px/1.42 TheSansDnevnikSemiLight, Arial, sans-serif;
  color: #ce1e2e;
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 6px 0;
}

.author-profile-meta a.author-profile-email {
  padding: 0px;
  margin: 0px auto 0 auto;
  text-decoration: none;
  display: block;
}

.author-profile-meta a.author-profile-email::before {
  content: '';
  width: 21px;
  height: 21px;
  margin: 0 5px 0 0;
  background: url(/images/mail-icon.svg) no-repeat center center;
  display: inline-block;
  position: relative;
  top: 4px;
}

.author-profile-description {
  font: 17px/1.4 TheSansDnevnikSemiLight, Arial, sans-serif;
}

.more-articles-selection {
  width: auto;
  margin: 20px 0;
  padding: 15px 20px 15px 20px;
  color: #000000;
  background: #e2e2e2;
  font: 22px/1.3 TheSerifDnevnikSemiBold, 'Helvetica Neue', Arial, serif;
}

.more-articles-selection .sub-title {
  padding-bottom: 10px;
  font: 22px/1.2 'TheSerifDnevnikSemiBold', Arial, sans-serif;
  border-bottom: 1px solid #cccccc;
}

.more-articles-selection ul.selection {
  margin: 0px;
  padding: 0px;
}

.more-articles-selection ul.selection li {
  position: relative;
  list-style: none;
  border-bottom: 1px solid #cccccc;
  display: block;
}

.more-articles-selection ul.selection li:before {
  content: '';
  width: 9px;
  height: 9px;
  background: #ce1e2e;
  position: absolute;
  top: 15px;
  left: 0;
}

.more-articles-selection ul li a {
  padding: 11px 0 11px 20px;
  color: #000000;
  font: 14px/1.3 TheSansDnevnikSemiBold, Arial, sans-serif;
  text-decoration: none;
  display: block;
}

.more-articles-selection ul li a:hover {
  text-decoration: underline;
}

.more-articles-selection .full-cat {
  padding: 11px 0 0 0;
  color: #ce1e2e;
  font: 14px/1.3 TheSerifDnevnikBold, 'Helvetica Neue', Arial, serif;
  text-decoration: none;
  display: block;
}

.more-articles-selection .full-cat:hover {
  text-decoration: underline;
}

[class*='author']:first-child {
  padding-top: 0px;
}

/* Book widget */
.book-article-widget {
  width: 50%;
  max-width: 375px;
  padding: 30px 40px;
  margin: 30px 30px 30px 0;
  border: 1px solid #e1e1e1;
  text-align: center;
  position: relative;
  float: left;
  box-sizing: border-box;
}

.book-image {
  width: auto;
  max-width:300px;
  height: 340px;
  max-height: 340px;
  margin: 0 auto 25px auto;
  -webkit-box-shadow: -10px 10px 10px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: -10px 10px 10px 0px rgba(0,0,0,0.4);
  box-shadow: -10px 10px 10px 0px rgba(0,0,0,0.4);
  display: block;
}

.book-title {
  margin: 0px auto 30px auto;
  font-family: TheSerifDnevnikSemiBold, "Helvetica Neue", Arial, serif;
  font-size: 20px;
  color: #000000;
  display: block;
}

.book-meta {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-family: TheSansDnevnikSemiLight, Arial, sans-serif;
  display: block;
}

.book-meta strong {
  color: #1e05fd;
  font-family: "TheSansDnevnikBold", Arial, sans-serif;
  font-weight: normal !important;
}

.book-cta {
  width: 100%;
  height: 50px;
  margin: 0px auto;
  line-height: 50px;
  text-align: center;
  background: #1e05fd;
  color: #FFFFFF;
  font-size: 18px;
  font-family: TheSansDnevnikSemiLight, Arial, sans-serif;
  text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: block;
}

a.book-cta {
  color: #FFFFFF;
  text-decoration: none;
}

.book-cta strong {
  font-family: "TheSansDnevnikBold", Arial, sans-serif;
  font-weight: normal !important;
}

/* Намален размер на месец и година в календара */
h2.s-calendar-current-month {
  font-size: 31px;
}

h2.s-calendar-current-year {
  font-size: 31px;
}

.thumbnail.karieri_native img {
  height: auto !important;
  padding-right: 0px !important;
}

.nounderline a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.thumbnail.karieri_native img {
  height: auto !important;
  padding-right: 0px !important;
}

.nounderline a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.live-video.hp iframe {
  width: 300px;
  height: auto;
  margin-bottom: 30px;
}

#overlayBanner {
  position: fixed !important;
  z-index: 1;
  bottom: 0px;
}

/* Етикет нейтив видео */
span.videosource {
  padding: 2px 8px;
  margin: 0px 0 10px 0;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 17px;
  background: #CE1E2E;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
}

.native-ad-label {
  padding: 1px 8px;
  margin: 0px 10px 5px 5px;
  font-size: 11px;
  background: #CE1E2E;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
}

.video-box .article-tools {
  padding: 5px 8px;
  display: inline-block;
}

.general-video-box .video-summary h3 {
  font-size: 22px;
  padding: 8px 8px 8px;
  width: 90%;
  margin: 0px;
  line-height: 1.1;
}

.general-video-box .video-summary h3 a {
  color: white;
}

.game-info strong {
  font-family: TheSansDnevnikPlain,Arial,sans-serif;
  font-weight: 700;
}

.article-live .article-content article h2 {
  font-size: 32px;
  line-height: 1.1;
  margin: 0 0 25px 0;
}

.adv-disclaimer-positioning.video {
  margin: 0 0 20px;
  display: flex;
}

.adv-disclaimer-positioning.video img {
  margin: 0 15px 0 0;
  display: flex;
}

.adv-disclaimer-positioning.video .adv-arrow {
  display: inline-block;
  width: 14px;
  height: 18px;
  background-image: url(../images/arrow-icon.png);
  background-repeat: no-repeat;
  background-position-y: 8px;
  position: absolute;
  top: 0px;
  right: -25px;
}

.adv-disclaimer-positioning.video .aside-adv-txt {
  margin-top: 12px;
  position: relative;
}

aside .button.europe-btn {
  margin-bottom: 20px;
}

.special-campaign-button {
  position: relative;
      top: -38px;
}

.mymotto {
  max-width: 520px;
  min-width: 200px;
  margin-left: auto; 
  margin-right: 0;
}

.ekont {
  max-width: 370px;
  min-width: 200px;
  margin-left: auto; 
  margin-right: 0;
}

.poll-annotation {
  padding: 10px 0px;
  margin: 12px 0px 0px 0px;
  border-top: 1px solid #5B5959;
  color: #909090;
}

.poll-vote-action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 30px 0 0 0;
}

.poll-vote-action button {
  margin: 0 15px 0 0;
}

.article-content .poll-annotation {
  padding: 10px 20px;
  margin: 12px 0px 0px 0px;
  border-top: none;
  color: #7F7F7F;
  background: #E1E1E1;
  font-size: 15px;
}

.breadcrumbs {
	overflow: hidden;
	padding: 6px 0 3px;
	font-size: 15px;
}

.breadcrumbs a {
  color: #999;
}

/* .breadcrumbs .pull-right a::before {
	content: '';
	height: 17px;
	width: 17px;
	position: absolute;
	top: 1px;
	left: 0;
	background: url('https://m.dnevnik.bg/images/layout/ui.svg?v=8') no-repeat -277px -178px;
} */


/* Live Article */

.live-article-wrapper .intro p:first-of-type::first-letter {
  padding: 3px 5px 0px 0;
  font-size: 49px;
  line-height: 45px;
  font-weight: 400;
  display: block;
  float: left;
}

.live-article-wrapper p:first-of-type::first-letter {
display: inline;
float: none;
padding: 0px;
font-size: 18px;
line-height: normal;
}

.live-article-wrapper article ul.ulist {
padding: 0px;
}

.live-article-wrapper article ul.ulist li {
padding: 0px;
margin: 0 0 10px 0;
list-style: none;
}

.live-article-wrapper article ul.ulist li:before {
content: '';
width: 9px;
height: 9px;
margin: 0 12px 0 0;
background: #ce1e2e;
display: inline-block;
}

.live-article-wrapper .live-article-list {
margin: 50px 0 0 -80px;
display: flex;
flex-flow: row nowrap;
}

.live-article-wrapper .live-article-list .key-moments {
width: 240px;
min-width: 240px;
padding: 0 30px 0 0;
margin: 0px;
background: none;
display: flex !important;
}

.live-article-wrapper .live-article-list .key-moments .moments .title {
display: block;
padding-bottom: 12px;
color: #ce1e2e;
font: 20px/1.2 'TheSerifDnevnikBold',Arial,serif;
}

.live-article-wrapper .live-article-list .key-moments ol {
margin-left: 5px;
}

.live-article-wrapper .live-article-list .key-moments ol li:last-child {
padding-bottom: 0px;
}

.live-article-wrapper .live-article-list .key-moments ol li:last-child:after {
display: none;
}

.live-article-wrapper .live-article-list .key-moments .el-offset {
padding-right: 20px;
margin-left: 0px;
}

.live-article-wrapper .live-article-list .key-moments .el-offset .title {
  display: block;
  padding: 7px 0;
  font: 15px thesansdnevnikbold,Arial,sans-serif;
  color: #000000;
}

.live-article-wrapper .live-article-list .lal-main {
  overflow: hidden;
  margin: 0 0 -40px 0;
}

.live-article-wrapper .live-article-list .lal-main .live-blocks  {
  display: flex;
  flex-flow: column nowrap;
}

.live-article-wrapper .live-article-list .heading {
padding: 10px 0;
border-bottom: 2px solid #e6e6e6;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
position: relative;
height: 44px;
}

.live-article-wrapper .live-article-list article {
margin: 0 0 20px 0;
scroll-margin-top: 3.3em;
border-bottom: 2px solid #e6e6e6;
}

.live-article-wrapper .live-article-list .heading .live-badge {
width: auto;
height: auto;
padding: 4px 15px 3px 25px;
font-size: 15px;
position: relative;
right: 0px;
}

.live-article-wrapper .live-article-list .heading .live-badge:before {
left: 9px;
}

.live-article-wrapper .live-article-list .heading .sort-articles {
position: absolute;
top: 12px;
right: 0px;
font: 400 15px 'DnevnikSerifSemiLight', Arial;
color: #000000;
text-decoration: none;
display: flex;
flex-flow: row nowrap;
align-items: center;
}

.live-article-wrapper .live-article-list .heading .sort-articles:after {
content: '';
width: 0;
height: 0;
margin: 0 0 0 6px;
/* border-style: solid;
border-width: 0 6.5px 8px 6.5px;
border-color: transparent transparent #000000 transparent; */
border-style: solid;
border-width: 8px 6.5px 0 6.5px;
border-color: #000000 transparent transparent transparent;
position: relative;
top: 1px;
}

.live-article-wrapper .live-article-list .heading .sort-articles:before {
  content: 'Покажи най-новото';
}

.live-article-wrapper .live-article-list .heading .sort-articles.down:before {
content: 'Покажи най-старото';
}

.live-article-wrapper .live-article-list .heading .sort-articles.down:after {
content: '';
width: 0;
height: 0;
margin: 0 0 0 6px;
border-style: solid;
border-width: 8px 6.5px 0 6.5px;
border-color: #000000 transparent transparent transparent;
position: relative;
top: 1px;
}

.live-article-wrapper .live-article-list .article-top {
width: 100%;
padding: 20px 0;
margin: 0px;
display: flex;
flex-flow: column nowrap;
border-bottom: none;
}

.live-article-wrapper .live-article-list .article-top .time {
margin: 0 0 6px 0;
font: 400 22px 'TheSerifDnevnikBold', "Helvetica Neue", Arial, serif;
color: #ce1e2e;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
}

.live-article-wrapper .live-article-list .extraordinary-badge {
position: absolute;
top: 22px;
right: 0px;
padding: 3px 10px;
background: #ffdc00;
color: #000000;
font: 400 14px 'TheSansDnevnikBold', "Helvetica Neue", Arial, serif;
}

.live-article-wrapper .live-article-list .live-blockstory {
  position: relative;
}

.live-article-wrapper .live-article-list .article-top .title {
margin: 0 0 14px 0;
font: 400 32px 'TheSerifDnevnikSemiBold', "Helvetica Neue", Arial, serif;
color: #000000;
}

.live-article-wrapper .live-article-list .article-top .author {
padding: 0px;
margin: 0px;
text-decoration: none;
display: flex;
flex-flow: row nowrap;
align-items: center;
}

.live-article-wrapper .live-article-list .article-top .author img {
width: 40px;
height: 40px;
border: 2px solid #e5e5e5;
display: block;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}

.live-article-wrapper .live-article-list .article-top .author .name {
margin: 0 0 0 10px;
font: 400 18px 'TheSerifDnevnikBold', "Helvetica Neue", Arial, serif;
text-decoration: none;
color: #000000;
}

.live-article-wrapper .live-article-list .article-top .author-v3 figure {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.live-article-wrapper .live-article-list .article-top .author-v3 .thumb {
  width: 40px;
  height: 40px;
  border: 2px solid #e5e5e5;
}

.live-article-wrapper .live-article-list .article-top .author-v3 figure figcaption a, 
.live-article-wrapper .live-article-list .article-top .author-v5 a {
  font: 400 18px 'TheSerifDnevnikBold', "Helvetica Neue", Arial, serif;
  text-decoration: none;
  color: #000000;
}

.live-article-wrapper .live-article-list .gallery-3 {
margin: 0px 0px 20px 0px;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: stretch;
}

.live-article-wrapper .live-article-list .gallery-3 .big {
width: 50%;
}

.live-article-wrapper .live-article-list .gallery-3 .small {
width: 50%;
}

.live-article-wrapper .live-article-list .gallery-3 picture {
width: 50%;
overflow: hidden;
position: relative;
}

.live-article-wrapper .live-article-list .gallery-3 .big picture {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
display: block;
}

.live-article-wrapper .live-article-list .gallery-3 .big picture:before {
content: '';
width: 100%;
height: 100%;
position: relative;
display: block;
}

.live-article-wrapper .live-article-list .gallery-3 .big picture img {
width: auto !important;
max-width: none;
height: 100% !important;
margin: 0 auto;
position: absolute;
top: 0px;
left: -9999px;
right: -9999px;
}

.live-article-wrapper .live-article-list .article-related {
position: relative;
padding: 8px;
margin: 0;
background: #f0f0f0;
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
align-items: center;
}

.live-article-wrapper .live-article-list .article-related img {
width: 100px;
height: auto;
margin: 0 10px 0 0;
display: block;
}

.live-article-wrapper .live-article-list .article-related .title {
font: 17px/1.2 'TheSerifDnevnikSemiBold',"Helvetica Neue",Arial,serif;
color: #000000;
}

.live-article-wrapper .live-article-list .article-related a {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 10;
}

.live-article-wrapper .live-article-list .social-menu {
width: 44px;
margin: 0 0 0 5px;
position: relative;
}

.live-article-wrapper .live-article-list .social-links ul {
padding: 0px;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
}

.live-article-wrapper .live-article-list .social-links li {
display: flex;
flex-flow: row nowrap;
}

.live-article-wrapper .live-article-list .social-links ul li a {
margin: 8px 0px 8px 8px;
}

.live-article-wrapper .live-article-list .social-links ul li a.comments {
margin: 8px 0px;
font-family: 'TheSerifDnevnikSemiBold',"Helvetica Neue",Arial,serif;
color: #ce1e2e;
}

.live-article-wrapper .live-article-list .social-links ul li a.comments:before {
background-position: 0px -414px;
}

.live-article-wrapper .live-article-list .poll strong a {
padding: 20px;
border: 1px solid #C4C4C4;
font: 400 22px 'TheSerifDnevnikSemiBold',"Helvetica Neue",Arial,serif;
text-decoration: none;

display: flex;
}

.live-article-wrapper .live-article-list .poll .content {
  margin: 0;
}

.live-article-wrapper .live-article-list .poll ol {
padding: 0px;
font: 400 20px 'Dnevnik', Arial;
list-style-type: none;
display: flex;
flex-flow: column nowrap;
}

.live-article-wrapper .live-article-list .poll ol li {
padding: 15px 20px;
border-bottom: 1px solid #C4C4C4;

font: 400 22px 'TheSansDnevnikSemiLight', Arial, sans-serif;

border-top: none;
border-right: 1px solid #C4C4C4;
border-left: 1px solid #C4C4C4;
font: 400 20px 'Dnevnik', Arial;
font: normal 18px 'TheSerifDnevnikSemiBold',"Helvetica Neue",Arial,serif;
}

.live-article-wrapper .live-article-list .poll ol li p {
font: 400 16px 'TheSansDnevnikSemiLight', Arial, sans-serif
}

.live-article-wrapper .live-article-list .poll ol li p:first-of-type::first-letter {
font-size: inherit;
}

.live-article-wrapper .live-article-list .poll ol li:nth-child(odd) {
background: #f0f0f0;
}
.live-article-wrapper .live-article-list .poll ol li:nth-child(even) {
background: #FFFFFF;
}

.live-article-wrapper .live-article-list .poll ol .radio {
min-height: 18px;
font-size: 16px;
position: relative;
margin: 0;
padding: 0;
cursor: pointer;
vertical-align: middle;
display: flex;
}

.live-article-wrapper .live-article-list .poll ol .radio var {
padding-left: 0px;
padding-right: 38px;
}

.live-article-wrapper .live-article-list .poll ol .radio var:before {
height: 17px;
width: 17px;
background: white;
border: 1px solid #c1c1c1;
position: absolute;
top: 3px;
right: 0;
left: auto;
border-radius: 0px;
}

.live-article-wrapper .live-article-list .poll ol .radio var:after {
width: 9px;
height: 9px;
margin: 0px;
top: 7px;
right: 4px;
left: auto;
border-radius: 0px;
}

.live-article-wrapper .live-article-list .poll ol li.button {
padding: 0px;
margin: 0px;
border: none;
}

.live-article-wrapper .live-article-list .poll ol li.button button {
width: 100%;
padding: 12px 0;
background: #ce1e2e !important;
border-color: #ce1e2e;
font: 400 20px 'TheSerifDnevnikSemiBold',"Helvetica Neue",Arial,serif;
}

.live-article-wrapper .live-article-list .poll .poll-results-link {
padding: 14px 0;
margin: 0 0 20px 0;
color: #3b3b3b;
font: 400 16px 'TheSerifDnevnikSemiBold',"Helvetica Neue",Arial,serif;
text-align: center;
display: block;
}

.live-article-wrapper .live-article-list .poll p:first-of-type::first-letter {
display: inline;
float: none;
padding: 0px;
font-size: 18px;
line-height: normal;
}

.live-article-wrapper .live-article-list .poll .progress-bar {
  height: 12px;
  overflow: hidden;
  margin-bottom: 4px;
}

.live-article-wrapper .live-article-list .poll .progress-bar .bar {
  height: 100%;
  position: relative;
  background: #ce1e2e;
}

.live-article-wrapper .live-article-list .el-offset {
  max-width: 100%;
}


/* Polls */

.live-article-wrapper .live-article-list .site-block.poll {
  position: relative;
}

.live-article-wrapper .live-article-list .site-block.poll header {
  margin: 0px;
  padding: 0px;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
}

.live-article-wrapper .live-article-list .site-block.poll header h2 {
  display: none;
}

.live-article-wrapper .live-article-list .site-block.poll header h3 a {
  padding: 20px;
  color: #ce1e2e !important;
  font: 400 22px 'TheSerifDnevnikSemiBold',"Helvetica Neue",Arial,serif;
  text-decoration: none;
  display: flex;
}

.live-article-wrapper .live-article-list .site-block.poll ol {
  height: auto !important;
}

.live-article-wrapper .live-article-list .site-block.poll ol li {
  width: 100% !important;
  padding: 0px;
  border-bottom: 1px solid #C4C4C4;
  font: 400 22px 'TheSansDnevnikSemiLight', Arial, sans-serif;
  border-top: none;
  border-right: 1px solid #C4C4C4;
  border-left: 1px solid #C4C4C4;
  font: 400 20px 'Dnevnik', Arial;
  font: normal 18px 'TheSerifDnevnikSemiBold',"Helvetica Neue",Arial,serif;
  position: relative;
  left: 0px !important;
  top: 0px !important;
}

.live-article-wrapper .live-article-list .site-block.poll ol li label var {
  display: flex;
  min-height: auto;
  padding: 15px 20px;
  color: #333333;
  position: relative;
  background: none;
  word-wrap: break-word;
}

.live-article-wrapper .live-article-list .site-block.poll ol li label var:before {
  content: '';
  height: 17px;
  width: 17px;
  margin: -8px 0 0 0;
  background: white;
  border: 1px solid #c1c1c1;
  position: absolute;
  top: 50%;;
  right: 20px;
  left: auto;
}

.live-article-wrapper .live-article-list .site-block.poll ol li label var:after {
  content: '';
  height: 17px;
  width: 17px;
  margin: -8px 0 0 0;
  background: white;
  border: 1px solid #c1c1c1;
  position: absolute;
  top: 50%;;
  right: 20px;
  left: auto;
  border-radius: 0px;
}

.live-article-wrapper .live-article-list .site-block.poll ol li label input:checked + var:after {
  background: #ce1e2e;
  width: 9px;
  height: 9px;
  margin: -4px 0 0 0;
  border: none;
  top: 50%;;
  right: 24px;
  left: auto;
  border-radius: 0px;
}

.live-article-wrapper .live-article-list .site-block.poll ol li var strong {
  display: block;
  padding-right: 40px;
  font-family: 'TheSansDnevnikSemiLight', "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  line-height: 1.3;
}

.live-article-wrapper .live-article-list .site-block.poll .voters {
  display: none;
}

.live-article-wrapper .live-article-list .site-block.poll .action {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.live-article-wrapper .live-article-list .site-block.poll .action button {
  width: 100%;
  padding: 14px 0;
  margin: 0 0 0px 0;
  background: #ce1e2e !important;
  border-color: #ce1e2e;
  font: 400 20px 'TheSerifDnevnikSemiBold',"Helvetica Neue",Arial,serif;
}

.live-article-wrapper .live-article-list .site-block.poll .action .results a {
  padding: 0px;
  margin: 14px 0 20px 0;
  color: #3b3b3b;
  font: 400 16px 'TheSerifDnevnikSemiBold',"Helvetica Neue",Arial,serif;
  text-align: center;
  display: block;
}

.live-article-wrapper .live-article-list .site-block.poll ol.poll-results li {
  display: flex;
  flex-flow: column nowrap;
  padding: 8px 20px;
}

.live-article-wrapper .live-article-list .site-block.poll ol.poll-results li .percent {
  order: 1;
  background: none;
}

.live-article-wrapper .live-article-list .site-block.poll ol.poll-results {
  margin: 0px;
  padding: 0px;
}

.live-article-wrapper .live-article-list .site-block.poll ol.poll-results li .option-text {
  order: 2;
}

.article-live .adv-live-blockstory {
  display: flex;
  justify-content: center;
  margin: 30px 0 25px 0;
}
/* End Live Article */


/* Newsletter Form */

.general-article-v2 br + .newsletter-form {
  margin: 0 0 30px;
}

.general-article-v2 .newsletter-form.dexpress {
  background: url("/images/layout/stars-bgr-desktop.jpg") no-repeat 100% 100%;
  margin: 0 0 30px;
  padding: 10px 20px 0;
  max-height: 130px;
}

.general-article-v2 .newsletter-form .title {
  font: 400 20px 'TheSerifDnevnikSemiBold', "Helvetica Neue", Arial, serif;
  color: #000000;
}

.general-article-v2 .newsletter-form .description {
  padding: 0;
  margin: 0 0 15px 0;
  font: normal 14px 'TheSansDnevnikSemiLight', Arial, sans-serif;
  color: #7b7b7b;
  display: block;
}

.general-article-v2 .newsletter-form .dnevnik-form form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
}

.general-article-v2 .newsletter-form .input-text {
  width: 70%;
  height: 40px;
  padding: 19px 0px;
  margin: 0 0 25px;
  background: #fff;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  font: 400 15px 'TheSansDnevnikSemiBold', Arial, sans-serif;
  color: #000000;
}

.general-article-v2 .newsletter-form .title:before {
  content: '';
  background: url("/images/newsletter-form-article-icon.svg") no-repeat 50% 50%;
  width: 20px;
  height: 13px;
  margin: 0 5px 0 0;
  display: inline-block;
}

.general-article-v2 .newsletter-form.dexpress .title:before {
  background: url("../images/layout/ui.svg") no-repeat -217px -26px;
  width: 23px;
  height: 22px;
}

.general-article-v2 .newsletter-form.dexpress .title {
  color: #fff;
  margin-bottom: 4px;
}

.general-article-v2 .newsletter-form.dexpress .description {
  color: #fff;
  margin: 0 0 10px;
}

.general-article-v2 .newsletter-form.dexpress .input-text {
  background: transparent;
  color: #fff;
  height: 33px;
  padding: 10px 0;
}

.general-article-v2 .newsletter-form.dexpress .dnevnik-form .error {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  z-index: 1000;
  color: red;
  position: absolute;
  bottom: 3px;
  text-shadow: 1px -1px 10px black;
}

.general-article-v2 .newsletter-form .input-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
.general-article-v2 .newsletter-form .input-text::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
.general-article-v2 .newsletter-form .input-text:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
.general-article-v2 .newsletter-form .input-text:-moz-placeholder { /* Firefox 18- */
  color: #000000;
}

.general-article-v2 .newsletter-form .input-submit {
  width: calc(30% - 20px);
  height: 40px;
  padding: 0 20px;
  margin: 0 0 0 20px;
  border: 1px solid #CE1E2E;
  font: 400 16px 'TheSerifDnevnikSemiBold', "Helvetica Neue", Arial, serif;
  color: #fff;
  text-align: center;
  background: #CE1E2E;
}

.general-article-v2 .newsletter-form .input-submit.rounded {
  border-radius: 8px;
  height: 34px;
}

.general-article-v2 .newsletter-form .main .sucsess,
.general-article-v2 .newsletter-form .dnevnik-form .sucsess,
.general-article-v2 .newsletter-form .main .message,
.general-article-v2 .newsletter-form .dnevnik-form .message  {
  padding: 5px 10px;
  margin: 0 0 20px;
  font-size: 16px;
  background: #E1E1E1;
  color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.general-article-v2 .newsletter-form .main .error,
.general-article-v2 .newsletter-form .dnevnik-form .error {
  margin: 0 0 20px 0;
  font-size: 16px;
  color: #CE1E2E;
}

.leadnewsletter {
  margin: -40px 0 36px 0;
}

/* Newsletter design 2023 */
.general-article-v2 .newsletter-form.with-background {
  background-image: url("/images/newsletter/superman.png");
  background-position: 15px 18px;
  background-size: auto 92px;
  background-repeat: no-repeat;
  max-height: auto;
  padding: 16px 20px 0 90px;
}

.general-article-v2 .newsletter-form.detski {
  background-image: url("/images/newsletter/unicode-kite.png");
  background-position: 0 24px;
  background-size: auto 80px;
}

.general-article-v2 .newsletter-form.with-background .title {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: #cd1d2d;
}

.general-article-v2 .newsletter-form.with-background .title::before {
  content: none;
}

.general-article-v2 .newsletter-form.with-background .description {
  font-size: 14px;
  font-weight: 600;
  color: #303030;
}

.general-article-v2 .newsletter-form.with-background .input-text {
  height: 34px;
  padding: 0;
  margin-bottom: 20px;
}

@media (max-width:580px){	

  .general-article-v2 .newsletter-form .input-text {
    width: 100%;
    margin: 0 0 20px;
  }

  .general-article-v2 .newsletter-form .input-submit {
    width: 100%;
    margin: 0 0 25px;
    order: 3;
  }
}

/* Newsletter Form Password */
.setPassword.container-xl {
  width: 100%;
  padding: 22px 30px 10px 30px;
  margin: 0 0 30px;
  background: #fff;
  box-shadow: 1px 3px 5px rgb(0 0 0 / 16%);
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.setPassword.container-xl .page-title {
  margin: 0px;
}

.setPassword.container-xl .col.col-md-8 p {
  padding: 0;
  margin: 5px 0 15px 0;
  font: normal 16px 'TheSansDnevnikSemiLight', Arial, sans-serif;
  color: #7b7b7b;
  display: block;
}

.setPassword.container-xl .form-row {
  margin: 0 -10px 10px -10px;
  display: flex;
  flex-flow: row nowrap;
}

.setPassword.container-xl .form-row.mt-4 {
  margin: 0 0 10px 0;;
}

.setPassword.container-xl .form-row .col-md-6 {
  width: 50%;
  padding: 10px;
}

.setPassword.container-xl .form-row label {
  font: 400 16px 'TheSansDnevnikSemiBold', Arial, sans-serif;
  color: #000000;
}

.setPassword.container-xl .form-row input {
  width: 100%;
  height: 40px;
  padding: 19px 0px;
  background: #fff;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  font: 400 15px 'TheSansDnevnikSemiBold', Arial, sans-serif;
  color: #000000;
}

.setPassword.container-xl .form-row input.is-invalid {
  border-color: #CE1E2E;
}

.setPassword.container-xl .form-row .invalid-feedback {
  color: #CE1E2E;
  margin-top: 5px;
  width: 100%;
}

.setPassword.container-xl .form-row button {
  margin: 0 0 10px 0;
}
/* END Newsletter Form Password */

/* Storio Home */

#HomeStorioTop {
  margin: 38px 0 0 0;
  position: relative;
}

#HomeStorioTop:before {
  content: '';
  height: 3px;
  width: 24px;
  position: absolute;
  top: -10px;
  left: 0;
  background: #cd1d2d;
}

#HomeStorioTop .aside-title h2 {
  font-size: 28px;
}

#HomeStorioTop .aside-title h2 span {
  width: 93px;
  height: 21px;
  background: url('../images/storio-logo.svg') no-repeat center center;
  display: inline-block;
}

#HomeStorioTop .link-more {
  margin: 20px 0 17px 0;
  color: #ce1d2e;
  font: 20px/1.2 'TheSerifDnevnikSemiBold', "Helvetica Neue", Arial, serif;
  text-decoration: none;
  display: inline-block;
}

/* END Storio Home */

#NazaemOt {
  margin-bottom: 0;
}

.general-article-v2 .tags {
  margin-top: 15px;
  border: none;
}

/* Related Article inside Full Story */
#article-content-progress div.article-related {
	position: relative;
    padding: 8px;
    margin: 0px;
    background: #f0f0f0;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    align-items: center;
}
#article-content-progress div.article-related a {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}
#article-content-progress div.article-related img {
	width: 100px;
    height: auto;
    margin: 0 10px 0 0;
    display: block;
    max-height: 66.66px;
}
#article-content-progress div.article-related .title {
	font: 17px/1.2 'TheSerifDnevnikSemiBold',"Helvetica Neue",Arial,serif;
    color: #000;
}


/* New Sign Form - Registration/Login */

.login-form-block-wrapper {
  display: flex;
  justify-content: center;
}

.login-form-block {
  padding: 0px;
  color: #FFFFFF;
}

.login-form-block.static {
  width: 100%;
  padding: 20px;
  margin: 0 0 40px 0;
}

.login-form-block .tr-bg {
  display: none;
}

.login-form-block.bottom .tr-bg {
  content: '';
  background: rgba(0, 0, 0, .4);
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
}

.login-form-block .inner {
  padding: 0px;
  background: #333333;
  position: relative;
  z-index: 2;
}

.login-form-block .close {
  height: 26px;
  width: 26px;
  text-indent: -99999px;
  background: url(../images/layout/ui.svg) no-repeat -221px -27px;;
  display: none;
  position: absolute;
  top: -4px;
  right: 0px;
}

.login-form-block.bottom .close {
  display: block;
}

.login-form-block p.error {
  padding: 5px 0 0 20px;
  font-size: 14px;
  color: #ff0043;
  /* display: none; */
  position: relative;
}

.login-form-block p.error:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 6px;
  left: 0;
  background: url(../images/layout/error-icon.svg) no-repeat;
}

.login-form-block .main-title {
  margin: 4px 0 16px 0;
  text-align: center;
  position: relative;
}

.login-form-block .main-title span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: 'TheSerifDnevnikSemiBold', "Helvetica Neue", Arial, serif;;
  color: #FFFFFF;
}

.login-form-block .main-title span:before {
  content: '';
  width: 20px;
  height: 24px;
  margin: 0 8px 0 0;
  background: url("/images/layout/sign-icon.svg") no-repeat;
  display: block;
}

.login-form-block .sign-main-form {
  display: flex;
  flex-flow: row nowrap;
}

.login-form-block .sign-main-form .sign-main-card {
  width: 380px;
}

.login-form-block.static .sign-main-form .sign-main-card {
  max-width: 360px;
  width: 100%;
}

.login-form-block .sign-main-form .sign-main-card.border {
  padding: 0 20px;
  margin: 0 0 0 20px;
  border-left: 1px solid #4b4b4b;
}

.login-form-block.static .sign-main-form .sign-main-card.border {
  display: block !important;
}

.login-form-block .sign-main-form .advantages-title {
  margin: -10px 0 20px 0;
  font-size: 24px;
  line-height: 1.2;
  font-family: 'TheSerifDnevnikSemiBold', "Helvetica Neue", Arial, serif;
  text-align: center;
  color: #FFFFFF;
}

.login-form-block.static .sign-main-form .advantages-title {
  margin: -7px 0 20px 0;
  font-size: 20px;
}

.login-form-block .sign-main-form .advantages-wrapper {
  display: flex;
  flex-flow: row wrap;
}

.login-form-block .sign-main-form .advantages-wrapper .advantage-info {
  width: 50%;
  padding: 20px 0 20px 20px;
  text-align: center;
  line-height: 1.4;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: flex-start;
}

.login-form-block .sign-main-form .advantages-wrapper .advantage-info [class^="icon-"],
.login-form-block .sign-main-form .advantages-wrapper .advantage-info [class*=" icon-"]  {
  font-size: 32px;
  line-height: 1;
  color: white;
  margin-bottom: 15px;
}

.login-form-block .sign-main-form .advantages-wrapper .advantage-info:before {
  content: '';
  margin: 0 0 15px 0;
}

.login-form-block .sign-main-form .advantages-wrapper .box1:before {
  width: 34px;
  height: 34px;
  background: url("/images/layout/icon-archive.svg") no-repeat center center;
}

.login-form-block .sign-main-form .advantages-wrapper .box2:before {
  width: 34px;
  height: 34px;
  background: url("/images/newsletter-form-article-icon.svg") no-repeat center center;
}

.login-form-block .sign-main-form .advantages-wrapper .box3:before {
  width: 38px;
  height: 34px;
  background: url("/images/layout/icon-forums.svg") no-repeat center center;
}

.login-form-block .sign-main-form .advantages-wrapper .box4:before {
  width: 34px;
  height: 34px;
  background: url("/images/layout/icon-media-list.svg") no-repeat center center;
}

/* .login-form-block .sign-main-form .advantages-wrapper .box4:before {
  width: 36px;
  height: 36px;
  background: url("/images/layout/icon-create.svg") no-repeat center center;
} */


.login-form-block.static .sign-main-form .advantages-wrapper {
  display: flex;
  flex-flow: column wrap;
}

.login-form-block.static .sign-main-form .advantages-wrapper .advantage-info {
  width: 100%;
  padding: 18px 0 8px 48px;
  text-align: left;
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  line-height: 1.3;
}

.login-form-block.static .sign-main-form .advantages-wrapper .advantage-info.new {
  display: flex;
  flex-flow: row nowrap;
  gap: 18px;
  padding: 18px 0 8px;
}

.login-form-block.static .sign-main-form .advantages-wrapper .advantage-info.new span {
  display: inline-block;
  line-height: 1.3;
}

.login-form-block .sign-main-form .advantages-wrapper .advantage-info.new span[class^="icon-"],
.login-form-block .sign-main-form .advantages-wrapper .advantage-info.new span[class*=" icon-"] {
  font-size: 28px;
  line-height: 1;
}

.login-form-block.static .sign-main-form .advantages-wrapper .advantage-info.new:before {
  content: none;
}

.login-form-block.static .sign-main-form .advantages-wrapper .advantage-info:before {
  content: '';
  margin: 0 0 15px 0;
  position: absolute;
  top: 15px;
  left: 0px;
}

.login-form-block.static .sign-main-form .advantages-wrapper .box1:before {
  width: 28px;
  height: 28px;
  background: url("/images/layout/icon-archive.svg") no-repeat center center;
}

.login-form-block.static .sign-main-form .advantages-wrapper .box2:before {
  width: 32px;
  height: 28px;
  background: url("/images/layout/icon-forums.svg") no-repeat center center;
}

.login-form-block.static .sign-main-form .advantages-wrapper .box3:before {
  width: 28px;
  height: 28px;
  background: url("/images/layout/icon-comix.svg") no-repeat center center;
}

.login-form-block.static .sign-main-form .advantages-wrapper .box4:before {
  width: 28px;
  height: 28px;
  background: url("/images/layout/icon-create.svg") no-repeat center center;
}

.login-form-block.static .sign-main-form .advantages-wrapper .box5:before {
  width: 30px;
  height: 30px;
  background: url("/images/layout/icon-media-list.svg") no-repeat center center;
}

.login-form-block .sign-main-form .advantages-landing {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-form-block .sign-main-form .advantages-landing a {
  padding: 10px;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sign-promt {
  margin: 0 0 24px 0;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sign-promt.login {
  max-width: 360px;
}

.login-form-block.static .sign-promt {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  justify-content: center;
}

.sign-select-email {
  margin: -4px 0 14px 0;
  font: 16px 'TheSansDnevnikSemiBold', Arial, sans-serif;
  text-align: center;
  text-align: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  display: none;
}

.sign-select-email a {
  margin: 0 5px;
  font: 16px 'TheSansDnevnikSemiBold', Arial, sans-serif;
  text-decoration: underline !important;
  color: #FFFFFF;
}

.login-form-block {
  background: #333333;
}

.login-form-block input[type="email"],
.login-form-block input[type="password"],
.login-form-block input[type="text"] {
  height: 46px;
  padding: 8px 12px 7px 12px;
}

.login-form-block input[type="email"]::placeholder,
.login-form-block input[type="password"]::placeholder,
.login-form-block input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #828282;
  opacity: 1; /* Firefox */
}

.login-form-block input[type="email"]:-ms-input-placeholder,
.login-form-block input[type="password"]::placeholder
.login-form-block input[type="text"]::placeholder { /* Internet Explorer 10-11 */
  color: #828282;
}

.login-form-block input[type="email"]::-ms-input-placeholder,
.login-form-block input[type="password"]::-ms-input-placeholder,
.login-form-block input[type="text"]::-ms-input-placeholder  { /* Microsoft Edge */
  color: #828282;
}

.general-article-v2 .newsletter-form.dexpress .input-text::placeholder {
  color: #fff;
}

.general-article-v2 .newsletter-form.dexpress .input-text::-webkit-input-placeholder {
  color: #fff;
}

.general-article-v2 .newsletter-form.dexpress .input-text::-moz-placeholder {
  color: #fff;
}

.general-article-v2 .newsletter-form.dexpress .input-text::-ms-input-placeholder {
  color: #fff;
}

.general-article-v2 .newsletter-form.dexpress .input-text:auto-fill {
  background: none !important;
  color: #f2f2f2 !important;
  background-color: transparent !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
  /* -webkit-text-fill-color: #31b0dd;
  -webkit-box-shadow: 0 0 0px 40rem #ffff inset; */
}


.login-form-block .password-wrapper {
  display: none;
}

.login-form-block .password-wrapper {
  position: relative;
}

.login-form-block .password-wrapper .show-password {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.login-form-block .password-wrapper .show-password:after {
  content: '';
  width: 20px;
  height: 13px;
  margin: -6px -10px 0 0;
  background: url("/images/layout/show-password-icon.svg") no-repeat;
  position: absolute;
  top: 50%;
  right: 50%;
}

.login-form-block input[type="email"].error,
.login-form-block input[type="password"].error,
.login-form-block input[type="text"].error {
  border: 2px solid #CE1D2D;
}

.sign-options {
  margin: 12px 0 0 0;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sign-options .forgot-password {
  color: #FFFFFF;
  text-decoration: none;
}

.sign-action {
  margin: 16px 0 20px 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.sign-action .sign-step-button {
  width: 100%;
  height: 44px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  background: #ce1e2e;
  font: 600 16px 'DnevnikPlain',Arial;
}

/* .sign-action .sign-step-button.register {
  display: none;
} */

.sign-or {
  margin: 0 0 20px 0;
  display: flex;
  text-align: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.sign-or:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #4D4D4D;
  position: absolute;
  top: 50%;
  left: 0px;
}

.sign-or span {
  padding: 0 12px;
  background: #333333;
  display: block;
  position: relative;
  z-index: 2;
}

.social-login-button {
  position: relative;
  z-index: 2;
}

.social-login-button a.facebook,
.social-login-button a.google {
  height: 44px;
  margin: 0 0 8px;
  color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-form-block.static .social-login-button a.facebook,
.login-form-block.static .social-login-button a.google {
  font-size: 15px;
}

.social-login-button a.google:before {
  content: '';
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  background: url("/images/layout/social-login-google.svg") no-repeat;
  display: block;
}

.social-login-button a.facebook:before {
  content: '';
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  background: url("/images/layout/social-login-facebook.svg") no-repeat;
  display: block;
}

.social-login-info {
  margin: 16px 0 32px 0;
  font-size: 14px;
  text-align: center;
}

.social-login-info a {
  color: #FFFFFF;
}

.sign-register-landing {
  margin: -5px 0 20px 0;
  text-align: center;
  display: none;
}

.sign-register-landing a {
  text-decoration: underline;
}

.choose-option {
  padding: 12px 30px;
  margin: 0 0 9px 0;
  color: #fff;
  background: #686868;
  font-size: 16px;
  text-align: center;
  display: block;
}

.choose-option a {
  color: #FFFFFF;
  display: inline-block;
}

.login-form-block p a,
.login-form-block var a,
.login-form-block p a:hover {
  text-decoration: underline;
}

.sign-card {
  padding: 20px 20px 20px 75px;
  margin: 0 0 20px 0;
  background: #333333;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}

.sign-card:before {
  content: '';
  width: 36px;
  height: 36px;
  margin: 5px 10px 0 0;
  background: url("/images/layout/sign-icon.svg") no-repeat;
  position: absolute;
  top: 20px;
  left: 20px;
}

.sign-card span {
  width: 100%;
  margin: 0 0 15px 0;
  color: #FFFFFF;
  font: normal 24px 'TheSerifDnevnikPlain', "Helvetica Neue", Arial, serif;
  display: flex;
  flex-flow: flex-start;
}

.sign-card .button {
  width: 250px;
  height: 42px;
  margin: 0 0 0 -55px;
  font-size: 20px;
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.forgot-password.login-form-block {
  width: 420px;
}

.forgot-password.login-form-block .form {
  margin: 0 0 15px 0;
}

.forgot-password.login-form-block .choose-option-alt {
  padding: 12px 30px;
  margin: 0px;
  text-align: center;
  color: #fff;
  display: block;
}

.login-form.success {
  padding: 20px;
  margin: 0 0 20px 0;
  background: #333333;
  color: #FFFFFF;
}

.login-form.success h3 {
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: 'TheSerifDnevnikSemiBold', "Helvetica Neue", Arial, serif;
  color: #FFFFFF;
}

.login-form.success p {
  text-align: center;
}

.forums-sign-fixed {
  width: 100%; 
  padding: 20px 0; 
  background: #333333; 
  color: #FFFFFF; 
  font: 18px 'TheSansDnevnikPlain', Arial, sans-serif;
  font-weight: 400;
  display: flex; 
  justify-content: center; 
  align-items: center; 
  position: fixed; 
  bottom: 0px; 
  left: 0px; 
  z-index: 5; 
  display: none;
}

.forums-sign-fixed .sign-in {
  padding: 0 0 0 25px;
  margin: 0 0 0 60px;
  font: 18px 'TheSansDnevnikPlain', Arial, sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: underline;
  position: relative;
}

.forums-sign-fixed .sign-in:before {
  content: '';
  width: 18px;
  height: 22px;
  background: url(/images/layout/sign-icon.svg) no-repeat;
  position: absolute;
  top: 4px;
  left: 0px;

}

#header nav[role="navigation"] .user li {
  padding-left: 0;
}

#header nav[role="navigation"] .i-profile {
  width: 100%;
  height: 32px;
  padding: 0px;
  text-indent: 0px;
  background: none;
  color: #ce1e2e;
  border-radius: 50px;
  display: flex;
  align-items: center;
  position: relative;
}

#header nav[role="navigation"] .i-profile:before {
  content: '';
  width: 33px;
  height: 33px;
  margin: 0 3px 0 0;
  border: 1px solid #ce1d2e;
  text-indent: 0px;
  background: none;
  background-position: -186px -138px;
  border-radius: 50px;
  display: inline-block;
}

#header nav[role="navigation"] .i-profile:after {
  content: '';
  height: 20px;
  width: 18px;
  margin: 0 2px;
  text-align: left;
  -webkit-transition: none;
  transition: none;

  background: url(../images/layout/ui.svg) no-repeat -186px -159px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.logged-open #header nav[role="navigation"] .i-logged {
  color: white;
  background: #333333;
}

header nav[role="navigation"] .partners ul {
  margin-top: 11px !important;
}

#header nav[role="navigation"] .logged ul {
  padding-top: 5px;
  margin-top: 5px;
  background: #333333;
  z-index: 10;
}

#footer .footer-bottom {
  position: relative;
  z-index: 10;
}

/* footer links fix */

#footer .footer-bottom .pull-right a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 6px;
}

#footer .footer-bottom .pull-right a:before {
  content: '';
  position: absolute;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background:  #5d5d5d;
  top: 45%;
  left: 0;
}

/* gallery archive noaccess */

.noacess .zoom {
  display: none !important;
}

#Anketa {
  margin-top: 20px;
}

/* #22694 redesign relthems when not in article */
#AllimportantToKnow {
  margin: 0;
}

#article-content-progress:has(#AllimportantToKnow) + .social-links.links-bottom {
  margin: 0;
  top: -100px;
  width: auto;
  float: right;
}

#content_video_html5_api {
  width: auto;
  max-width: 100%;
}

.grid-container .pbl[class*='grid-'] {
  padding: 0 0 10px 18px;
}

/* Personal-info FORM */
.personal-info p {
  line-height: 1.3;
  margin-bottom: 18px;
}

.personal-info form .grid-container [class*='grid-'] {
  padding: 0 0 18px 18px;
}

.personal-info form .grid-container [class*='grid-'] .custom-label {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.personal-info form .grid-container [class*='grid-'] .custom-label::before {
  content: '';
  height: 43px;
  width: 43px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ededed;
  border-left: 1px solid #a2a2a2;
}

.personal-info form .grid-container [class*='grid-'] .custom-label::after {
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  bottom: 16px;
  right: 16px;
  margin: 0;
  border-style: solid;
  border-width: 4px;
  border-color: #a2a2a2 transparent transparent transparent;
  z-index: 1;
}

fieldset.form-group legend {
  display: block;
}

fieldset.form-group {
  display: flex;
  justify-content: space-between;
}

fieldset.form-group .form-check {
  position: relative;
  display: inline-flex;
  width: 30%;
  line-height: 20px;
  padding-left: 10px;
}

fieldset.form-group .form-check label {
  width: 100%;
  cursor: pointer;
  transition: all 0.5s ease;
}

fieldset.form-group .form-check label input[type="radio"] {
  opacity: 0;
}

fieldset.form-group .form-check label span {
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  min-height: 16px;
  background-color: white;
}

fieldset.form-group .form-check label span:before {
  content: '';
  height: 14px;
  width: 14px;
  position: absolute !important;
  top: 1px;
  left: 1px;
  background-color: white;
  border: 1px solid #e3e3e3;
  transition: all 0.5s ease;
}

fieldset.form-group .form-check label input[type="radio"]:checked ~ span::before,
fieldset.form-group .form-check label:hover span::before {
  background-color: #ce1e2e;
}
.article-content .hidden {
  display: none;
}

.article-content ol {
  list-style: decimal inside none;
  padding: 20px 0 20px 20px;
}

.article-content ul {
  list-style: disc inside none;
  padding: 20px 0 20px 20px;
}

.moments ol {
  list-style: none;
  padding: 0;
}

.moments ul {
  list-style: none;
}

ul.story-timeline {
  list-style: none;
}

ol.story-timeline {
  list-style: none;
}

ul.timeline-articles {
  list-style: none;
}

ol.timeline-articles {
  list-style: none;
}

.tags ul li {
  padding-right: 0;
}

#channels_output > div {
  height: 152px;
}

[class*='secondary-article'] h4 {
  font-size: 17px;
  line-height: 1.3;
  margin: 0;
}

.cookies-banner a {
  color: #555 !important;
  text-decoration: underline;
}

.cookies-banner-wrapper {
  width: 100%;
  padding: 5px;
  background: #f0f0f0;
  position: fixed;
  bottom: 0px;
  left: 0px;
  -webkit-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999;
}

.cookies-banner a.cookies-banner-button {
  color: #fff !important;
  position: relative;
  padding: 0 10px;
  margin: 0 0 0 20px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  font-family: Tahoma, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  background: #555;
  display: inline-block;
}

.cookies-banner {
  font-family: Tahoma, sans-serif;
  margin: 0 auto;
  color: #555;
  text-align: center;
  position: relative;
  float: none;
  font-size: 13px;
}

.module.long-scroll {
  min-height: 850px;
}

/*Sticky banner*/

body:not([data-pagetype="homepage"]) #ad_lb_atf {
  margin: 30px auto;
  display: table;
  min-height: 220px;
}

body:not([data-pagetype="homepage"]) #ad_lb_atf .banner {
  min-height: 220px;
  display: table-cell;
  vertical-align: middle;
}

.banner-box .banner {
  text-align: center;
}

[class*='general-article'] .article-content h2,
[class*='general-article'] .banner-box {
  clear: both;
}

[class*='general-article'] .article-content h2 {
  font-size: 28px;
}

[class*='general-article'] .article-content p + h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*form memeform*/

#memeform button[type='submit'] {
  margin: 10px;
  padding: 12px 30px 14px !important;
  font: 400 24px/1.4 'TheSerifDnevnikSemiBold', 'Helvetica Neue', serif;
}

#memeform .hide-field {
  display: none !important;
}

#memeform .error {
  border: 2px solid #ff0000;
}

#memeform .error-message {
  color: #ff0000;
  padding: 0 0 10px 0;
  font-size: 16px;
}

.ad-tip::before {
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 5px;
  height: 26px;
  padding: 0 9px;
  content: 'Реклама';
  color: #fff;
  background: #ce1e2e;
  font: 14px/26px TheSansDnevnikSemiLight, Arial, sans-serif;
}

.ad-tip,
.no-ad-tip {
  display: inline-block;
  position: relative;
  top: -35px;
  color: #999;
  text-decoration: none;
  font-size: 14px;
  line-height: 26px;
}

.not-part.gallery .ad-tip {
  top: 0;
  left: -6.33%;
}

.gallery .ad-tip figcaption {
  color: #999;
  font-size: 14px;
  line-height: 26px;
}

.ad-tip figcaption {
  background: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

.cms-service {
  display: block;
  clear: both;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
  color: #c00024;
  font-size: 11px;
  background: #ffffcc;
  text-align: right;
  height: 40px;
}

.article-live-selection a {
  text-decoration: underline;
}

.article-live-selection a:hover {
  text-decoration: none;
}

.secondary-article-v2 .avatar {
  float: left;
  margin-right: 10px;
}

.site-quote-v2 blockquote:after,
.site-quote-v2 blockquote:before {
  content: '';
}

.red-link {
  color: #ce1e2e !important;
  text-decoration: underline !important;
}

.js-color button span {
  pointer-events: none;
}

/** Custom symfony calendar */

#custom-s-calendar {
  position: relative;
  z-index: 1000;
}

#custom-s-calendar select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

#custom-s-calendar .s-calendar-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 16px;
  line-height: 1.2;
  background: white;
}

#custom-s-calendar .is-disabled-wk a {
  pointer-events: none;
  cursor: default;
  color: #fff;
  background: #a1a0a0;
  opacity: 1;
}

#custom-s-calendar .s-calendar-label {
  font: normal 30px/1 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
}

#custom-s-calendar select {
  display: inline-block;
}

#custom-s-calendar .s-calendar-prev {
  position: absolute;
  right: 26px !important;
  background-position: -141px -183px !important;
}

#custom-s-calendar .s-calendar-title {
  text-align: left;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

#custom-s-calendar .s-calendar-label {
  float: left;
}

#custom-s-calendar .is-disabled a {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

#custom-s-calendar .s-calendar-next.is-disabled {
  opacity: 0.4;
  cursor: default;
}

#custom-s-calendar .s-calendar-month-wrapper {
  position: absolute;
  right: 0;
  top: 25px;
}

#custom-s-calendar select option {
  background: #fff;
}

#custom-s-calendar select {
  width: 100%;
  padding: 10px 8px 11px;
  color: #333;
  cursor: default;
  background: #fff;
  border: 1px solid #e3e3e3;
  font: 400 14px/1.4 TheSansDnevnikPlain, Arial, sans-serif;
  -webkit-border-radius: 0;
}

#custom-s-calendar td {
  text-align: center;
  border: 1px solid white;
  font: 20px/1.2 'TheSerifDnevnikPlain', Arial, serif;
  background: #fff;
}

#custom-s-calendar .s-calendar-prev,
#custom-s-calendar .s-calendar-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
}

#custom-s-calendar .s-calendar-prev,
#custom-s-calendar .s-calendar-next {
  height: 21px;
  width: 21px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -14px;
  text-indent: -10000px;
  background: url(../images/layout/ui.svg) no-repeat -163px -183px;
  opacity: 1;
  cursor: pointer;
}

#custom-s-calendar.wk {
  background: #a1a0a0;
}

#custom-s-calendar.wk a {
  color: white;
}

#photospage .module.long-scroll {
  min-height: 750px;
}

/*Paralax*/

.fullpage-banner + .site-table {
  margin-top: 0%;
  margin-top: 0vh;
}

/* Story include iframe block */

.general-article-v2 .main-content .content .article-content iframe {
  margin: auto;
  display: block;
}

#channels_output > div {
  height: auto !important;
}

/* class for errors in forms */

.custom-html-form .errorMsg {
  color: #ff0000;
}

.custom-html-form .select.error {
  border: 1px solid #ff0000;
}

.files-row .file-row:first-child .custom-file {
  display: inline-block;
}

.faq-link {
  display: inline-block;
  position: absolute;
  right: 0;
  padding: 14px 0;
  line-height: 1;
}

.files-row .file-row:first-child .custom-file .remove-file {
  display: block;
}

.branding.evropa-euparlament {
  font-size: 14px;
  color: #7f7f7f;
}

.branding.evropa-euparlament img {
  float: right;
  margin-left: 10px;
}

.article-content .branding.evropa-zemedelie {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 120px;
  padding-bottom: 10px;
  border-bottom: 3px solid #e2e2e2;
}

.article-content .branding.evropa-zemedelie span {
  padding-top: 10px;
  font-size: 1.1rem;
}

.article-content .branding.evropa-zemedelie img {
  margin-top: 10px;
  margin-left: 10px;
}

.euparlament {
  margin-bottom: 30px;
}

.block-subscribe .form input.error::-moz-placeholder,
.block-subscribe .form input.error::-webkit-input-placeholder,
.block-subscribe .form input.error::-ms-input-placeholder {
  font-style: italic;
}

.branding.content-partners-excerpt {
  margin: 10px 0 25px 0;
  font-size: 14px;
  color: #7f7f7f;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.branding.content-partners-excerpt img {
  max-width: 25px;
  max-height: 25px;
  margin-left: 10px;
}

/* Archive */

.article-popup-login {
  max-width: 600px;
  padding: 40px 20px;
  background: #810913;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}

.article-popup-login .title {
  margin: 0 0 50px 0;
  font: 26px/1.15 TheSerifDnevnikBold, 'Helvetica Neue', Arial, serif;
}

.article-popup-login .button {
  width: 225px;
  margin: 30px 5px 0 5px;
  font: 23px TheSerifDnevnikBold, 'Helvetica Neue', Arial, serif;
}

.debate-holder-link {
  text-decoration: none;
  display: block;
}

/* layer Biblioteka, evropa/zemdelie */

#Library {
  position: relative;
}

#Library .article-content {
  width: 100%;
  position: relative;
}

#Library .library {
  width: 868px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 15px;
}

#Library a.leftArrow,
#Library a.rightArrow {
  width: 50px;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 30;
}

#Library a.leftArrow {
  left: 0px;
  top: 0px;
}

#Library a.rightArrow {
  right: 0px;
  top: 0px;
}

#Library a.leftArrow i,
#Library a.rightArrow i {
  width: 14px;
  height: 22px;
  margin: -11px 0 0 -7px;
  background: url(../images/layout/ui.svg);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

#Library a.leftArrow i {
  background-position: -269px -33px;
}

#Library a.rightArrow i {
  background-position: -273px -74px !important;
}

#Library .library ul {
  width: 8000px;
  margin: 0 auto 0 auto;
  position: relative;
  box-sizing: border-box;
  position: relative;
  left: 10px;
}

#Library .library ul li {
  width: 140px;
  padding: 0 15px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}

#Library .library ul li img {
  width: 85%;
  height: auto;
  margin: 0 0 10px 0;
  display: block;
}

#Library .library ul li span.title {
  margin: 0 0 5px 0;
  font-size: 15px;
  color: #333333;
  display: block;
}

#Library .library ul li a.download {
  font-size: 12px;
  color: #7f7f7f;
  border-bottom: 0px;
  text-decoration: none !important;
}

#Library .library ul li a.download i {
  width: 17px;
  height: 17px;
  background: url(../images/layout/download-sprite.svg) 0px 0px no-repeat;
  display: inline-block;
  position: relative;
  top: 4px;
}

#Library .library ul li a.download:hover i {
  background-position: 0px -17px;
}

.sled5-nav-select-theater {
  margin-bottom: 0px;
}

#header .search-form {
  padding: 15px 24px 135px 74px;
}

.searchresults_m li:hover {
  background-color: #ce1d2e;
  color: white;
}

.searchresults_m li:hover a {
  color: white;
}

.no-max-height {
  max-height: none;
}

.searchresults_m li a {
  padding-left: 5px;
}

.custom-html-form small.attach_file_error {
  font-size: 15px;
}

.olx-custom-popup {
  display: block !important;
}

.olx-overlay {
  display: block !important;
  opacity: 0.5 !important;
}

#container {
  height: 500px;
  min-width: 310px;
  max-width: 800px;
  margin: 0 auto;
}

.loading {
  margin-top: 10em;
  text-align: center;
  color: gray;
}

.olx-infogaffic-headline {
  /*font: 24px TheSansDnevnikSemiLight,Arial,sans-serif;*/
  padding: 0px 0px 20px 0px;
  color: black;
}

.olx-map-infograph-btns-c {
  text-align: center;
}

.olx-map-infograph-btn {
  background: #e2e2e2;
  color: black;
  padding-left: 25px;
  padding-right: 25px;
}

.olx-map-infograph-btn:hover {
  background: #ce1e2e;
  color: white;
}

.infogram-map-container {
  margin-bottom: 0px;
}

.olx-search-offer-block {
  display: table;
  width: 100%;
  border: 1px solid black;
}

.olx-search-offer-block div {
  display: table-cell;
}

.olx-search-offer-block div h3 {
  margin-bottom: 0px;
  padding: 15px 0px;
  border: 1px solid black;
  border-width: 0px 0px 1px 1px;
}

.olx-search-offer-block div.search-offer-months h3 {
  border: 1px solid black;
  border-width: 0px 0px 1px 0px;
  background: white;
}

.olx-search-offer-block div.search-offer {
  width: 40%;
  background: #ce1e2e;
}

.olx-search-offer-block div.search-offer-months {
  width: 20%;
  background: #e2e2e2;
}

.olx-search-offer-block div.search-offer-months p {
  text-align: left;
}

.olx-search-offer-block div.search-offer-months h3 {
  padding-left: 10px;
}

.olx-search-offer-block div.search-offer-months p {
  padding-left: 10px;
  font-size: 14px;
  color: black;
}

.olx-search-offer-block div.search-offer-months p:hover {
  cursor: pointer;
  background: rgba(206, 30, 46, 0.5);
  transition: 0.3s;
}

.olx-search-offer-block div.search-offer-months .som-data {
  display: block;
}

.olx-search-offer-block div.search-offer h3 {
  text-align: center;
  color: white;
}

.olx-search-offer-block div.search-offer p {
  text-align: center;
  color: white;
}

.olx-search-offer-block div p {
  padding: 5px 0px;
  font-size: 12px;
}

.olx-search-offer-block div.search-offer p {
  background: #ce1e2e;
  color: white;
}

.olx-so-txt {
  font-size: 20px !important;
  background: #9a1b27 !important;
}

.so-data {
  position: relative;
  display: block !important;
  width: 100%;
}

.so-transition {
  position: absolute;
  transition: 0.3s;
  width: 25px;
  top: 25px;
  left: 0;
  bottom: 0;
  background: #9a1b27;
}

#ad_140x70 {
  float: right;
}

[class*='primary-article'] h1 {
  --webkit-hyphens: none;
  --moz-hyphens: none;
  -hyphens: none;
}

/* OLX Page styles */

.olx-infograffic-headline-tabs {
  display: table;
  width: 100%;
  margin-top: 25px;
}

.olx-infograffic-headline-tabs div {
  display: table-cell;
}

.olx-infograffic-headline-tabs div h3 {
  text-align: left;
  display: inline-block;
}

.olx-infograffic-headline-tabs div.olx-headline-tabs {
  text-align: right;
}

.infograph-tabs {
  padding: 4px 8px;
  color: black;
  background: #e2e2e2;
  min-height: auto;
}

.olx-tabs-rightarr,
.olx-tabs-leftarr {
  font-size: 24px;
}

.change-month-btns-hidden {
  display: none !important;
}

.olx-tabs-rightarr {
  padding-left: 10px;
}

.olx-tabs-leftarr {
  padding-right: 10px;
}

.olx-tabs-rightarr:hover,
.olx-tabs-leftarr:hover {
  cursor: pointer;
}

.olx-monthly-search,
.infographic-tabs-demand,
.infogram-supply-container {
  width: 100%;
}

.olx-map-legend {
  padding-left: 20px;
  position: relative;
}

.olx-map-legend span {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 12px;
  position: absolute;
  top: 5px;
  left: 0;
}

.olx-cars {
  background: #00a0dc;
}

.olx-elec {
  background: #7cb82f;
}

.olx-bolder {
  font-weight: bolder;
}

.olx-map-txt-cont-out {
  margin-top: 200px;
  padding: 25px;
  border: 16px solid #e1e1e1;
}

.olx-map-txt-cont p,
.olx-legend-legend-cont p {
  color: #000;
  font-size: 17px;
  font-family: TheSansDnevnikSemiLight;
}

.olx-legend-legend-cont {
  margin-top: 50px;
  padding-top: 16px;
  border: 16px solid #e1e1e1;
  border-width: 3px 0px 0px 0px;
}

.header-addition-mb {
  margin-bottom: 25px !important;
}

.demand-wordcloud-cont {
  display: table;
  width: 100%;
}

.dwc-inside {
  display: table-cell;
  width: 45%;
}

.dwc-inside:nth-child(1) {
  border: 30px solid rgba(255, 255, 255, 0);
  border-width: 0px 30px 0px 0px;
}

.olx-non-fixed-banner {
  position: relative;
  margin-top: 345px;
}

.olx-banner-top-fixed {
  position: fixed;
  top: 15px;
}

.olx-banner-bot-fixed {
  position: absolute;
  top: auto;
  bottom: 15px;
}

.blogosfera-article p::first-letter {
  font-size: 17px !important;
  line-height: 17px !important;
  padding: 4px 0px 0px 0px !important;
}

.hidden-deleted-comment {
  display: none;
}

.comments li.grey .mod-reason {
  color: #333333 !important;
}

.comments li.grey > .ct .cr .ci a {
  color: #999999;
}

.comment .hidden {
  display: none;
}

.topic-title {
  font: 400 24px/34px TheSerifDnevnikPlain, 'Helvetica Neue', Arial, serif;
  color: #ce1d2e;
  margin-bottom: 4px;
}

.topic-title b {
  font: 400 24px/34px TheSerifDnevnikBold, 'Helvetica Neue', Arial, serif;
}

.partner {
  height: 0;
}

#header.affix .partner {
  height: auto;
}

#header.affix .amp {
  height: 50px !important;
}

#header.affix .partner img {
  margin-top: 5px !important;
  width: 80% !important;
}

.partner .amp {
  display: inline-block;
  opacity: 0.3;
  width: 33px;
  height: 33px;
  margin-left: 17px;
  background: url(/images/amp.png) center no-repeat;
  vertical-align: -35px;
}

.partner a {
  display: inline-block;
  vertical-align: -5px;
  margin-left: 10px;
}

.social-links + .storio {
  float: right;
  margin-top: -34px;
}

.social-links + .storio span {
  font: 400 14px/20px TheSansDnevnikPlain, 'Helvetica Neue', Arial, sans-serif;
}

.social-links + .storio img {
  margin-left: 10px;
  vertical-align: baseline;
}

#header {
  z-index: 100000;
  margin-bottom: 30px;
}

.afbDisclaimer {
  width: 410px;
}

.afbDisclaimer {
  margin-top: 20px;
}

.afbDisclaimer img {
  float: left;
  width: 80px;
  margin-right: 20px;
}

.afbDisclaimer div {
  font-size: 10px;
  line-height: 12px;
  transform: translateY(-2px);
}

span.clever-link {
  text-decoration: underline;
  cursor: pointer;
}

.branding {
  margin-top: -72px;
  float: right;
  text-decoration: none;
}

.sunotec_branding {
  margin-top: -50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 4px;
}

.sunotec_branding > span {
  font: 15px / 1 'TheSerifDnevnikBold', Arial, serif;
  padding: 0;
  color: #606060;
  text-decoration: none;
  text-transform: none;
}

.sunotec_branding figure {
  background-color: #7F8E84;
  padding: 3px 5px;
  height: 42px;
}

.sunotec_branding figure img {
  width: auto;
  height: 36px;
}

.sunotec_branding:hover figure {
  opacity: 0.75;
}

.eu_branding {
  position: relative;
  bottom: 9px;
}

.jquery-modal.blocker {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}

.links-top {
  margin-top: 0px !important;
}

.special-project-adv {
  color: #ce1e2e;
  font: 15px 'TheSerifDnevnikPlain', Arial, serif;
  padding-bottom: 7px;
}

.special-project-adv img {
  height: 20px;
  padding-right: 6px;
}

article.article .main-content .aside-adv .adv-disclaimer-positioning {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  text-align: center;
}

.main-content .aside-adv .author-v3 {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
  display: inline-block;
}

.main-content .aside-adv img {
  display: block;
  height: 40px;
}

.aside-adv-txt {
  margin-top: 5px;
}

.main-content .aside-adv-txt:hover {
  cursor: pointer;
}

.main-content .aside-adv p {
  display: inline-block;
  font: 15px 'TheSerifDnevnikPlain', Arial, serif;
  color: #ce1e2e;
  margin-right: 6px;
}

.adv-arrow {
  display: inline-block;
  width: 14px;
  height: 18px;
  background-image: url(../images/arrow-icon.png);
  background-repeat: no-repeat;
  background-position-y: 8px;
}

.adv-disclaimer {
  width: 100%;
  background-color: #ce1e2e;
  display: none;
  position: relative;
}

.adv-disclaimer-arrow {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #ce1e2e;
  top: 0;
  right: 142px;
  transition: 0.5s;
  transform: rotate(45deg);
}

.adv-disclaimer.ml-80 {
  margin-left: 80px;
}

.adv-disclaimer p {
  padding: 12px 16px;
  color: white;
  font: 15px 'TheSerifDnevnikPlain', Arial, serif;
}

.adv-disclaimer p a {
  color: white;
}

[class*='general-article'] [class*='article-top'] {
  transition: 0.5s;
  padding-bottom: 0;
}

[class*='social-links'] .article-tools:before {
  display: none;
}

[class*='general-article'] [class*='article-top'] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

[class*='general-article'] [class*='article-top'] .content {
  display: block;
}

[class*='general-article'] [class*='article-top'] aside {
  margin-left: 0;
}

.main-content.article-top .content {
  width: calc(100% - 300px);
  padding-right: 100px;
  -webkit-flex-shrink: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2;
}

.main-content.article-top .content.wide {
  padding-right: 400px;
}

@media (max-width: 74.9em) {
  .main-content.article-top .content {
    padding-right: 20px;
  }
  .main-content.article-top .content.wide {
    padding-right: 320px;
  }
}

.main-content.article-top .content h1 {
  font-size: 38px;
  margin-right: 0;
}

.main-content.article-top .content + aside {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
}

.main-content.article-top .content + aside .author-v3 {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
  display: inline-block;
}

.main-content.article-top .content + aside .author-v3 .dnevnik {
  filter: contrast(0);
  transform: scale(0.9);
}

.adv-disclaimer-arrow {
  position: absolute;
  width: 0px;
  height: 0px;
  background-color: #ce1e2e;
  margin-top: -44px;
  margin-left: 1025px;
  transition: 0.5s;
  transform: rotate(45deg);
}

.adv-filter p {
  font: 14px 'TheSerifDnevnikPlain', Arial, serif;
  color: #ce1e2e;
  display: inline-block;
}

.adv-filter span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url(../images/arrow-small-icon.png);
  background-repeat: no-repeat;
  background-position-y: 1px;
}

.native-ad-aside .module:first-of-type {
  margin-top: 0px !important;
}

.adv-filter-label {
  font-size: 12px !important;
}

iframe[src*='static/ceros'],
iframe[src*='view.ceros.com'] {
  overflow-y: visible;
  padding: 0;
  border: 0 none;
  /*height: auto;*/
  width: 100%;
  min-height: 100%;
  min-width: 100%;
}

@media (max-width: 74.9em) {
  iframe[src*='static/ceros'],
  iframe[src*='view.ceros.com'] {
    height: 6200px;
  }
}

@media (max-width: 74.9em) {
  .content.pl-80 .site-quote,
  .content.pl-80 blockquote,
  .ml--80,
  [class*='general-article'] .el-offset,
  [class*='general-article'] [class*='article-top'] {
    margin-left: 0;
    width: 100%;
  }
}

article .content .site-block:first-child b,
article .content .site-block:first-child strong {
  font-weight: bold;
}

.site-block.euelections {
  margin-bottom: 20px;
}

.site-block.localelections {
  margin-top: -15px;
  overflow: hidden;
}

/* ---------------- */

/* Prettyphoto styles adapted for jQuery modal */

div.custom-jquery-modal a:focus {
  outline: none;
}

div.custom-jquery-modal {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 750px;
  z-index: 1000002;
  background: white;
  overflow: visible !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
}

.csstransforms3d.cssvhunit div.custom-jquery-modal.custom-html {
  top: 50% !important;
  position: fixed;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1, 1);
  -moz-transform: translate3d(-50%, -50%, 0) scale(1, 1);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1, 1);
  transform: translate3d(-50%, -50%, 0) scale(1, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custom-jquery-modal[data-custom-gallery='true'] .pp_fade {
  display: block !important;
}

.custom-jquery-modal[data-custom-gallery='true'] a.pp_close {
  top: -32px;
}

.csstransforms3d.cssvhunit .custom-jquery-modal .scrollable-content {
  max-height: 72vh;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 20px;
}

.custom-jquery-modal.custom-html {
  padding: 21px 20px 20px;
  width: 750px;
}

.custom-jquery-modal.custom-html-v2 {
  padding: 20px;
  width: 750px;
}

.custom-jquery-modal.custom-html-v3 {
  width: 460px;
  padding: 40px 20px;
  color: white;
  font: 15px/1.55 'TheSansDnevnikPlain', Arial, sans-serif;
  background: #333333;
  /* box-shadow: 10px 10px 0 rgba(129, 9, 19, 0.2); */
}

.custom-jquery-modal.custom-html-v3 a {
  color: white;
}

.custom-jquery-modal.custom-html-v3 h3 {
  font-size: 22px;
  margin-bottom: 28px;
}

.custom-jquery-modal.custom-html-v3 .button {
  min-width: 180px;
  padding: 7px 10px 0;
  font-size: 18px;
}

.custom-jquery-modal.custom-html-v3 .button + .button {
  margin: 0 -4px 0 10px;
}

.custom-jquery-modal.custom-html-v3 a.pp_close {
  top: -25px;
  right: -10px;
  background-position: -301px -50px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.custom-jquery-modal.custom-html-form {
  width: 1040px;
  padding: 35px 25px 34px 35px;
  color: #333;
  font: 14px/1.4 'TheSansDnevnikPlain', Arial, sans-serif;
}

@media (max-width: 74.9em) {
  .custom-jquery-modal.custom-html-form {
    max-width: 980px;
  }
}

.custom-jquery-modal.custom-html-form a.pp_close {
  top: -10px;
  right: 0;
}

.custom-jquery-modal.custom-html-v4 {
  width: auto;
  min-width: auto;
  /* width: 710px;
  min-width: 710px; */
  padding-top: 24px;
  padding-bottom: 20px;
}

.custom-jquery-modal.custom-html-v4 a.pp_close {
  top: -9px;
}

.custom-jquery-modal.custom-html-v4 h3 {
  margin-bottom: 40px;
  font-size: 32px;
  text-align: center;
}

/* Prettyphoto styles adapted for jQuery modal */

/* ---------------- */

/* Lufthansa branding */

.social-links.links-bottom:before,
.social-links.links-bottom:after {
  display: inline-block;
}

.social-links.links-bottom {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.special-campaign-button a {
  display: block;
  text-align: center;
}

.special-campaign-button img.banner {
  margin-left: auto;
  margin-right: auto;
}

.pull-left.special {
  width: 50%;
  background: #ff0000;
}

/* Lufthansa branding */

/* Natura 2000 branding */

.section.fasha-block-zelen {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #d6d6d6;
}

.section.fasha-block-zelen a {
  display: block;
}

.article.fasha-block-zelen {
  text-align: center;
  position: relative;
}

.article.fasha-block-zelen a {
  float: right;
  margin: 0 0 10px 20px;
}

/* Natura 2000 branding */

/* korekcia na z-index */

.copy {
  z-index: 0;
}

/* korekcia na z-index */

.d-theme-results {
  margin: 0 0 45px 0;
  padding: 0 0 45px 0;
  border-bottom: 3px solid #cccccc;
}

.d-theme-results a {
  margin: 0 0 1px 0;
  padding: 10px 20px;
  font-size: 14px;
  text-decoration: none;
  background: #e3e3e3;
  display: block;
}

.d-theme-results h3 {
  margin: 0 0 22px 0;
  font-size: 34px;
}

/* LibraryRegioni */

.site-block.regioni a.leftArrow {
  left: -40px !important;
}

.site-block .regioni a.rightArrow {
  right: -20px !important;
}

#Library .library-regioni {
  width: 434px !important;
}

/* Ceros story fixes */

.ceros-article .content .site-block.pl-80 {
  margin-bottom: 5px;
}

.ceros-article .content .social-links.links-top {
  margin-bottom: 10px;
}

.ceros-article .video-box.general-video-box {
  margin-bottom: 0;
}

.ceros-article .social-links.links-bottom {
  margin-top: 5px;
}

/* Charts flexbox styles */

.chart-box-wrapper {
  display: flex;
  flex-flow: row nowrap;
  height: 200px;
}

.fgraf {
  width: 75%;
}

.sgraf {
  width: 25%;
}

.secondlayer-box-wrapper {
  display: flex;
  max-width: 1440px;
  flex-flow: row nowrap;
  align-content: flex-start;
  height: 200px;
  margin-bottom: 60px;
}

.bgbars {
  width: 50%;
  /*max-height: 200px;*/
}

.stackedgrafs {
  width: 23%;
  padding: 0 20px 0 20px;
  height: 170px;
  /*width: 200px;*/
}

.stackedgrafs-legend {
  display: inline-block;
  font-size: 12px;
  margin: 0 10px 10px 0;
  vertical-align: middle;
}

.stackedgrafs-legend:before {
  content: '';
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.stackedgrafs-legend.up:before {
  background: #878787;
}

.stackedgrafs-legend.down:before {
  background: #c3c3c3;
}

.bgvotes {
  height: 250px;
}

.eumap {
  width: 27%;
  /*min-height: 300px;
	min-width: 200px;*/
}

.eumapinner {
  min-height: 300px;
  min-width: 250px;
}

.block-sub-title {
  font: 18px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  margin-bottom: 10px;
}

.graf-source {
  font: 12px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  font-style: italic;
  float: right;
}

/* Sticky Title */

.stickyTitle {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  font: 18px/1 'TheSerifDnevnikSemiBold', 'Helvetica Neue', serif;
  cursor: pointer;
}

/* #header.affix .stickyTitle {
  display: block;
} */

#header.affix-top {
  position: relative;
}

#header.affix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
}

#header.affix > .wrapper {
  height: 50px;
  padding: 0 10px 0 0;
  max-width: 1240px;
}

#header.affix > .wrapper:before,
#header.affix > .wrapper:after {
  content: unset;
  bottom: -5px;
  left: 0px;
  right: 10px;
}

#header.affix > .wrapper:before {
  content: '';
  position: absolute;
  height: 5px;
  background: #77000b;
}

#header.affix > .wrapper:after {
  background: #ce1d2e;
  left: 0;
}

#header .wrapper {
  height: 70px;
}

#header .wrapper::after {
  bottom: 0;
}

#header.affix .progressBar,
#header.affix .progressBar .completion {
  content: '';
  height: 5px;
  position: absolute;
  bottom: -5px;
  left: 0px;
  right: 10px;
  background:#77000b;
}

#header.affix .progressBar .completion {
  bottom: 0;
  left: 0;
  background:#ce1d2e;
}

#header.affix .logo {
  width: 31px;
  height: 37px;
  padding: 9px 47px 4px 12px;
  box-sizing: content-box;
}

#header.affix .logo > a {
  overflow-x: hidden;
  display: block;
  width: 30px;
}

#header.affix .logo img {
  max-width: none;
  transform: translateX(0px);
  height: 38px;
}

/* #header.affix #toggle-menu {
  right: 4px;
} */

#header.affix nav[role='navigation'] {
  display: none;
}

#header.affix nav.metadata {
  display: block;
}

#header.affix .main-menu {
  width: 100%;
  left: 0;
}

#header nav.metadata {
  display: none;
  padding: 0;
  text-align: right;
  font-size: 0;
}

#header nav.metadata li {
  display: inline-block;
  padding-left: 10px;
  position: relative;
  vertical-align: middle;
}

#header nav.metadata .social-links li {
  margin-left: 4px;
}

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

#header.affix .logo {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 31px;
}

/* #header.affix .stickyTitle {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
} */

#header.affix .metadata {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

#header nav.metadata .social-links {
  clear: none;
  margin: 0;
  padding: 0;
}

#header nav.metadata .social-links li {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

#header .main-menu {
  padding-left: 5px;
  padding-right: 4px;
  left: auto;
}

#header .logo{
  color: #ce1d2e;
}

[class*='social-links'] li a.recommend {
  background-position: 0 -180px;
}

/* Adjust Main-menu to fit within the wrapper */

#header .logo {
  padding: 16px 60px 0 32px;
}

#header .main-menu {
  max-width: 1220px;
  padding-right: 3px;
}

#header.affix .main-menu {
  width: 100%;
  left: 0;
  max-width: 1230px;
}

#header.affix .main-menu nav {
  padding: 0 15px 0 10px;
}

#header .main-menu nav {
  padding: 0 16px;
}

#header .main-menu nav a {
  font-size: 1.3rem;
}

/* video section */

.embed {
  /* height: 0; */
  padding: 25px 0px 0px 0px;
  position: relative;
}

.embed-ceros {
  height: auto;
}

/* .video-box iframe {
    width: 100% !important;
    position: relative;
    top: 0;
    left: 0;
} */

/* .video-box iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
} */

.video-summary {
  padding: 10px 0 0 10px !important;
  margin-top: 30px;
}

.video-grid-container-v2 {
  /* position: relative; */
  background: #333 !important;
  color: white !important;
}

.video-grid-container-v2 #video-grid-scrollbar {
  max-height: 650px !important;
}

.video-box figure figcaption {
  padding: 0px;
  color: inherit !important;
  background-color: transparent !important;
  display: block;
}
.video-grid-container-v2 .general-video-box .video-summary h2,
.video-homepage .video-grid-container-v2 .general-video-box .video-summary h3 {
  font-size: 22px;
  padding: 8px 8px 8px;
  width: 90%;
  color: white !important;
  margin: 0px;
  line-height: 1.1;
}

.mCS_no_scrollbar {
  padding: 0 12px 0 0;
}

.video-grid-container-v2 .general-video-box .video-summary h2 a {
  color: inherit !important;
}

.video-grid-container-v2 .video-grid-scrollbar .video-box:first-child {
  padding-top: 15px;
}

.s-podkrepata-na {
  vertical-align: bottom;
  font-size: smaller;
  color: #999999;
}

/* rewrite ceros default padding-bottom/height (#13344) */

#ceros_3937302 div {
  padding-bottom: 520% !important;
}

/*  Местни избори 2019  */

/* .localelections {
  display: inline-block;
}

.localelectionsactivity {
  display: inline-block;
} */
#elections_title {
  margin: 0 0 10px 0;
  display: flex;
  background-color: #f0f0f0;
  padding: 5px 10px;
  justify-content: space-between;
}

.chart_title {
  font: 28px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  display: inline-block;
  line-height: 40px;
}

.right-pos {
  margin-bottom: 0px;
}

.right-pos > a {
  display: inline;
  margin-top: 3px !important;
  text-align: right;
  font: 400 17px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  font-size: 26px;
}

#towns_container {
  display: flex;
  position: relative;
  left: 1px;
}

.town-holder {
  width: 34%;
  border-right: solid grey 1px;
}

.town_results {
  display: flex;
}

.town-name {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin: 0 5px 10px 5px;
  color: white;
  background: #ce1d2e;
  padding: 5px;
}

#elections_candidates {
  display: flex;
  overflow: hidden;
}

.container-kandidati {
  align-items: flex-start;
  width: 16.6%;
  text-align: center;
  /* border-right: lightgray 1px solid; */
  position: relative;
  left: 1px;
}

.container-kandidati-others {
  align-items: flex-start;
  width: 16.6%;
  text-align: center;
  /* border-right: lightgray 1px solid; */
  position: relative;
  left: 1px;
}

.container-kandidati-balotaj {
  align-items: flex-start;
  width: 49%;
  text-align: center;
}

/* .noborder {
    border: none;
} */

.kandidat-image {
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pic {
  width: 100%;
  height: 115px;
  /* -webkit-filter: grayscale(0%); */
}

/* .pic:hover {
    -webkit-filter: grayscale(100%);
} */

.first-name-candidat {
  font: 14px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  color: #878787;
}

.first-name-others {
  margin-top: 15px;
  font: 14px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #878787;
  overflow-wrap: break-word;
}

.second-name-candidat {
  font: 14px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #878787;
  overflow-wrap: break-word;
}

.result-candidat {
  display: inline-block;
  font: 34px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  margin: 5px 0;
  /*font-size: 34px;*/
  /*font-weight: bold*/
}

.result-candidat-balotaj {
  display: inline-block;
  font: 34px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  /*margin: 10px 0;*/
  /*font-size: 34px;*/
  /*font-weight: bold*/
}

.vote-percents {
  display: inline-block;
  color: #8b0b0b;
  font-weight: light;
  font-size: 28px;
  margin-left: -3px;
}

.vertical_line {
  width: 0px;
  height: 327px;
  background: lightgray;
}

#elections_activity {
  margin: 10px 0 10px 0;
  display: flex;
  align-items: flex-end;
  background-color: #f0f0f0;
  padding: 5px 10px;
  font: 18px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
}

.elactivity_title {
  display: inline-block;
  /* font-size: 20px; */
  line-height: 31px;
}

.elactivity_result {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  margin-left: 5px;
}

.elactivity_percent {
  color: #8b0b0b;
  font-weight: light;
  font-size: 22px;
}

.elactivity_time {
  margin-left: 10px;
  font-weight: light;
  font-style: italic;
  font-size: 18px;
}

.town-elactivity {
  /* margin: 5px 5px 0; */
  display: flex;
  align-items: flex-end;
  /* background-color: #F0F0F0; */
  padding: 0 10px;
}

.town-elactivity_title {
  font: 14px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  display: inline-block;
  /* font-size: 14px; */
  font-weight: bold;
}

.town-elactivity_result {
  font: 18px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  display: inline-block;
  /* font-size: 20px; */
  font-weight: bold;
  /* margin-left: 5px; */
}

.town-elactivity_percent {
  font: 14px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  display: inline-block;
  color: #8b0b0b;
  font-weight: light;
  /* font-size: 16px; */
}

.town-elactivity_time {
  font: 12px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  display: inline-block;
  /* margin-left: 5px; */
  font-weight: light;
  font-style: italic;
  font-size: 12px;
}

.town-graf-source {
  font: 12px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  font-weight: light;
  font-style: italic;
  font-size: 12px;
  margin-left: auto;
  margin-right: 10px;
}

#elections_towns {
  margin: 15px 0;
  display: flex;
  align-items: flex-end;
  font: 14px/1.2 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
}

#elections_towns .more {
  align-items: center;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
  padding: 5px;
}

.container-gradove {
  align-items: center;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  background: #ce1d2e;
  padding: 5px 10px;
}

.container-gradove > a {
  text-decoration: none;
  color: white;
}

.graf-source {
  margin-left: auto;
  display: flex;
}

hr.hr-light {
  border-top: 1px dotted lightgray;
}

#sofia,
#plovdiv,
#varna,
#blagoevgrad,
#pleven,
#haskovo,
#ruse,
#vidin,
#burgas,
#kurdjali,
#turnovo,
#szagora,
#shumen,
#pazardjik {
  color: #ce1e2e;
  position: relative;
  top: -40px;
  display: block;
}

.display-none {
  display: none;
  width: 0;
  height: 0;
}

.game-info a {
  color: #fff;
  text-decoration: underline;
}

.game-info a:hover {
  opacity: 0.8;
}

.homepage-container {
  width: 100%;
  margin: 30px 0 40px 0;
  display: flex;
}

.homepage-container .grid-container {
  width: calc(100% + 36px);
  margin-left: -36px;
}

.homepage-container + .grid-container {
  padding-top: 18px;
}

.homepage-container .grid-d-12 {
  width: 100%;
}

.homepage-container .grid-d-11 {
  width: 91.666663%;
}

.homepage-container .grid-d-10 {
  width: 83.33%;
}

.homepage-container .grid-d-9.homepage-col {
  width: 74.999997%;
}

.homepage-container .grid-d-9 {
  width: 74.999997%;
}

.homepage-container .grid-d-8 {
  width: 66.66666664%;
}

.homepage-container .grid-d-7 {
  width: 58.333%;
}

.homepage-container .grid-d-6.homepage-col {
  max-width: 580px;
  margin-top: -8px;
}


.homepage-container .grid-d-6.homepage-col .secondary-article.capital-news {
  position: relative;
}

.homepage-container .grid-d-6.homepage-col .capital-news-label {
  width: 100%;
  height: 50px;
  padding: 10px 15px 10px 38px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 11px;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.homepage-container .grid-d-6.homepage-col .capital-news-label:before {
  content: '';
  width: 14px;
  height: 14px;
  background: url('/images/capital-k-logo.svg') no-repeat;
  position: absolute;
  top: 12px;
  left: 10px;
}

.homepage-container .grid-d-6.homepage-col .capital-news-label:after {
  content: '';
  width: 2px;
  height: 13px;
  background: #FFFFFF;
  position: absolute;
  top: 12px;
  left: 30px;
}

.capital-most-read h2 {
  color: #333;
}

.capital-most-read:before{
  background-color: #333;
}

.capital-most-read h2:after{
  content: '';
  height: 23px;
  width: 164px;
  display: inline-block;
  background: url('/images/capital-dark-logo-text.svg') no-repeat center left;
}

.homepage-container .grid-d-5 {
  width: 41.6665%;
}

.homepage-container .grid-d-4 {
  width: 33.3333%;
}

.homepage-container .grid-d-3.homepage-col {
  max-width: 300px;
  margin: -8px 0 0 20px;
}

.homepage-container .grid-d-3.homepage-col.last {
  width: auto;
  flex: 0 0 300px;
  margin: -8px 0 0 20px;
}

.homepage-container .grid-d-2 {
  width: 16.66666%;
}

.homepage-container .grid-d-1 {
  width: 8.33%;
}

.homepage-container-main {
  display: flex;
  flex-flow: column nowrap;
}

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

.analysies-home {
  vertical-align: top;
}
.latest-home {
  vertical-align: top;
}

.allFromTodayHomepageLink {
  margin: 25px 0 17px 0;
}

.allAnalizi {
  margin: 18px 0 17px 0;
}

.allFromTodayHomepageLink a,
.allAnalizi a {
  text-decoration: none;
}

.allFromTodayHomepageLink a h3,
.allAnalizi a h3 {
  color: #ce1d2e;
}

.allAnalizi a h3,
.allFromTodayHomepageLink a h3 {
  font-size: 20px;
}

/* .analizi-homefeed-title {
  display: inline-block;
  font-size: 15;
}

.analizi-homefeed-author {
  display: inline-block;
} */

.analyze-item.feed-analizi {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #e1e1e1;
  /* margin: 0 0 10px 0; */
  padding: 10px 0 0 0;
  position: relative;
  top: 1px;
}

.analyze-item.feed-analizi:last-of-type {
  border-bottom: none;
  margin: 0;
}

.analyze-item.feed-analizi:last-of-type .article-tools {
  padding: 7px 0 0 0;
}

.analyze-item.feed-analizi:last-of-type .analizi-homefeed-author,
.analyze-item.feed-analizi:last-of-type .analizi-homefeed-author .thumb {
  margin: 0 0 -5px 0;
}

.homepage-analizi-content {
  padding: 8px 0 0 10px;
  font-weight: 700;
}

.homepage-analizi-content .article-tools {
  padding: 7px 0 17px 0;
}

.analizi-author {
  font: 14px/1.2 'TheSansDnevnikBold', 'Helvetica Neue', Arial, serif;
}

em.analizi-author a {
  font-style: italic;
}

.analizi-author a {
  text-decoration: none;
  color: #ce1e2e;
  margin-top: -10px;
}

.video-holder-white {
  position: relative;
  margin-top: -12px;
}

/* #rubrCovers.pink{
  width: 125% !important;
  left: 40% !important;
} */

.rbr_slider,
.rbr_slider_home {
  /* margin: 0 -10px 0 -10px; */
  /* overflow-x: scroll;
  overflow-y: hidden; */
  white-space: nowrap;
  height: auto;
  background-color: black;
  padding: 0 0 6px 0;
}

.rbr_slider {
  padding: 0px 45px;
  margin-bottom: 45px;
}

/* .rbr_slider div {
  margin: 17px 10px 10px 10px;
  width: 5%;
  display: inline-block;
} */

.rbr_slider_home div {
  margin: 10px 0px 10px 10px;
  width: 19%;
  display: inline-block;
}

.rbr_slider_home hr {
  margin: 0 !important;
}

.rbr_slider .slick-list.draggable {
  height: 104px;
}

.rbr_slider .slick-track {
  left: 6px;
}

.rbr_slider .slick-slide {
  margin: 17px 0px 10px 16px;
  position: relative;
}

.rbr_slider button.slide-arrow {
  width: 45px;
  height: 100%;
  background: none;
  position: absolute;
  top: 0px;
  display: block;
}

.rbr_slider button.slide-arrow.prev-arrow {
  left: 0px;
}

.rbr_slider button.slide-arrow.next-arrow {
  right: 0px;
}

.rbr_slider button.slide-arrow.prev-arrow:before,
.rbr_slider button.slide-arrow.next-arrow:before {
  font-size: 26px;
  text-align: center;
}

.rbr_slider button.slide-arrow.prev-arrow:before {
  content: '<';
}

.rbr_slider button.slide-arrow.next-arrow:before {
  content: '>';
}

.rbr_slider img {
  border-radius: 50%;
  /* border: 1px solid lightgray; */
  width: 65px;
  height: 65px;
}

.rbr_slider_home img {
  border-radius: 50%;
  border: 1px solid lightgray;
  width: 100%;
  height: 100%;
}

.rbr_slider a {
  position: relative;
}

.rbr_slider a.rbr-active:after {
  content: '';
  width: 100%;
  height: 6px;
  background: #ce1e2e;
  display: block;
  position: absolute;
  bottom: -22px;
  left: 0px;
}

/* Redesign Homepage */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

h2 {
  font-size: 34px;
}

h2.topic-feed {
  margin-bottom: 15px;
}

h2.most-important {
  color: #ce1d2e;
  font-family: 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  font-size: 34px;
  margin-top: 0;
  margin-bottom: 15px;
}

.homepage-container .grid-d-6.homepage-col article.primary-article-v1 h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.15;
}

.homepage-container
  .grid-d-6.homepage-col
  article.primary-article-v1
  .article-tools {
  padding: 10px 0;
}
.article-content .article-tools a,
.article-tools,
.article-tools .share,
.article-tools a {
  font-size: 12px;
  font-weight: 400;
}

.homepage-container
  .grid-d-6.homepage-col
  ul.grid-container
  li.grid-d-12
  div.article-tools {
  padding: 0;
  margin: -3px 0 0 0;
}

.homepage-container
  div.grid-d-6
  div.site-block
  ul.grid-container
  li.grid-d-12
  article.secondary-article
  h3,
.homepage-container
  div.grid-d-3
  div.grid-d-12.latest-home
  article.secondary-article
  h3,
.homepage-container div.grid-d-3 div.homepage-analizi-content,
div.homepage-analizi-content h3 a,
h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.3;
}

.homepage-container div.grid-d-3 div.homepage-analizi-content {
  width: 200px;
}

.homepage-container
  div.grid-d-6
  div.site-block
  ul.grid-container
  li.grid-d-12
  article.secondary-article
  h3 {
  padding: 0;
}
.homepage-container
  div.grid-d-3
  div.grid-d-12.latest-home
  article.secondary-article:first-child
  h3 {
  padding: 0px 0 0 24px;
}

.homepage-container
  div.grid-d-3
  div.grid-d-12.latest-home
  article.secondary-article
  h3 {
  padding: 0px 0 0 24px;
}

.homepage-container
  div.grid-d-3
  div.grid-d-12.latest-home
  div.list-of-latest-stories {
  position: relative;
}

.homepage-container
  div.grid-d-3
  div.grid-d-12.latest-home
  div.list-of-latest-stories
  article.secondary-article
  p.time-container {
  position: absolute;
  transform: rotate(-90deg) scaleX(1);
  transform-origin: bottom;
  top: 28px;
  left: -10px;
  text-align: right;
  width: 50px;
}

.homepage-container
  div.grid-d-3
  div.grid-d-12.latest-home
  div.list-of-latest-stories
  article.secondary-article
  p.time-container
  time {
  font-weight: 900;
  color: #999;
}

.homepage-container
  div.grid-d-3
  div.grid-d-12.latest-home
  div.list-of-latest-stories
  article.secondary-article
  div.article-tools {
  padding: 5px 0 0 24px;
}

.homepage-container
  div.grid-d-3
  div.grid-d-12.latest-home
  article.secondary-article:first-child {
  padding-top: 20px;
  position: relative;
}

.homepage-container
  div.grid-d-3
  div.grid-d-12.latest-home
  article.secondary-article:before {
  content: '';
  height: 3px;
  width: 24px;
  position: absolute;
  top: 10px;
  left: 0;
  background: #cd1d2d;
}

.homepage-container div.grid-d-6 div.site-block {
  margin-bottom: 0;
}

.homepage-container ul.grid-container {
  width: 100%;
  margin: 13px 0 0 0;
}

.homepage-container .grid-container {
  width: 100%;
  margin-left: 0;
}

ul.grid-container li.grid-d-12 {
  padding: 0;
}

ul.grid-container li.grid-d-12 article {
  position: relative;
  padding: 0 0 0 19px;
  margin-top: 11px;
}

ul.grid-container li.grid-d-12:first-child article:first-child {
  margin-top: 0;
}

ul.grid-container li.grid-d-12 article::before {
  background: #ce1e2e;
  content: '';
  height: 9px;
  width: 9px;
  position: absolute;
  top: 5px;
  left: 4px;
}

.homepage-container
  div.grid-d-6
  div.site-block
  div.grid-container
  div.grid-d-6
  article.secondary-article::before {
  border-top: 3px solid #ce1e2e;
  width: 43px;
  margin: -8px 0 10px 0;
}

.homepage-container
  div.grid-d-6
  div.site-block
  div.grid-container
  div.grid-d-6
  article.secondary-article:first-child::before {
  border-top: none;
  margin: 5px 0 0 0;
}

.homepage-container
  div.grid-d-6
  div.site-block
  div.grid-container
  div.grid-d-6
  article.secondary-article
  h3 {
  font-size: 17px;
}

.homepage-container
  div.grid-d-6
  div.site-block
  div.grid-container
  div.grid-d-6:first-child {
  padding: 0 10px 0 0;
  width: 50%;
}

.homepage-container
  div.grid-d-6
  div.site-block
  div.grid-container
  div.grid-d-6:nth-child(2) {
  width: 50%;
  float: right;
  padding: 0 0 0 10px;
}

.site-block.offset-left {
	margin-left: -10px;
}

.divider {
  margin: 20px 0;
}

div.analizi-homefeed-author span.thumb {
  position: relative;
}

div.analizi-homefeed-author span.thumb a:hover:after {
  content: '>';
  width: 27px;
  height: 27px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  background: #ce1e2e;
  border: 4px solid #ffffff;
  border-radius: 25px;
  display: block;
  position: absolute;
  right: -6px;
  bottom: -6px;
}

div.analyze-item.feed-analizi div.homepage-analizi-content em.analizi-author a {
  font-family: 'TheSansDnevnikPlain', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.video-grid-container-v2 {
  margin: 0;
}

.site-block.video-homepage,
.site-block .video-grid-container-v2,
.site-block#editors-pick-and-filter {
  margin-bottom: 0;
}

.site-block.offset-block#Citat {
  margin-left: 0;
  margin-right: 0;
}

.site-block.custom-add {
  width: 0px;
  height: 300px;
}

#Snimki aside {
  margin-top: -55px;
}

/* Банер позиция под Комикс секцията - app\Resources\views\ads\300x250.html.twig */
#Snimki .banner-box .banner {
  margin: 0px;
}

#Snimki .banner-box .banner div div {
  margin: 12px 0 45px 0;
}

.col-flex {
  width: 300px;
  max-height: 1500px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: hidden;
}

/* .col-flex .module {
  margin: 0 0 22px 0;
} */

article.primary-article-v1 div.label-live {
  display: inline-block;
  position: absolute;
  top: -6px;
  right: -6px;
  padding: 2px 10px 3px 21px;
  color: #fff;
  background: #ce1e2e;
  font: 15px/1.1 'TheSansDnevnikPlain', Arial, sans-serif;
  z-index: 1;
}

.smodule {
  min-height: auto;
}

.col-flex .smodule iframe {
  width: 300px;
  margin: 0 0 22px 0;
}

.col-flex .smodule div,
.col-flex .smodule div div,
.col-flex .smodule div div div,
.col-flex .smodule div div div div {
  width: 300px !important;
}

.site-block.homepage {
  margin-bottom: 0;
}

.special-weekly {
  color: #ce1e2e;
  font: 17px 'TheSerifDnevnikPlain', Arial, serif;
  font-weight: 700;
  padding-bottom: 15px;
}

/* Нови елементи в тялото на Статията [Редизайн] */
/* Story Bullets */
ul.story-bullets {
  list-style: none;
  padding: 0 30px 20px 0;
}
ul.story-bullets li {
  padding: 9px 0 5px 20px;
  position: relative;
  font-family: 'TheSansDnevnikBold', sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}
ul.story-bullets li:first-child {
  padding-top: 0;
  margin-top: 0;
}
ul.story-bullets li::before {
  background: #ce1e2e;
  content: '';
  height: 10px;
  width: 10px;
  position: absolute;
  top: 15px;
  left: 0;
}
ul.story-bullets li:first-child::before {
  top: 6px;
}
/* Story Timeline */
ul.story-timeline {
  padding: 40px 50px 40px 50px;
  font-family: 'TheSansDnevnikSemiLight', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
ul.story-timeline li.timeline-item {
  position: relative;
  padding-left: 25px;
  padding-top: 0px;
  padding-bottom: 20px;
  border-left: 6px solid #ce1e2e;
}
ul.story-timeline li.timeline-item:last-child {
  padding-bottom: 0;
}
ul.story-timeline li.timeline-item::after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -18px;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background: #ce1e2e;
}
/* Story Quote */
.story-quote {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0px 33px 0px 9px;
}
.story-quote .el-offset {
  margin: 0;
  max-width: 100%;
}
blockquote.quote-content,
div.quote-auth {
  padding-left: 15px;
  padding-right: 15px;
}
div.quote-auth {
  padding-right: 0;
}
blockquote.quote-content {
  background: url('/images/quote_marks.png') no-repeat;
  padding: 36px 0 20px 18px;
  font-family: 'TheSansDnevnikBold', Arial, sans-serif;
  font-size: 25px;
  font-style: normal !important;
  line-height: 1.2;
}
.story-quote hr.hrto {
  margin: 0 0 0 20px;
  border: 1px dotted #000;
  border-style: none none dotted;
  background: transparent;
}
div.quote-auth {
  margin: 10px 0 0 0;
  display: flex;
}
img.quote-auth-img {
  max-width: 53px;
  max-height: 53px;
  border-radius: 100%;
  margin-right: 15px;
}
div.quote-auth-name {
  font-family: 'TheSerifDnevnikExtraBold', serif;
  font-size: 17px;
  justify-content: center;
  align-self: center;
}
div.quote-auth-description {
  display: inline;
  font-family: 'TheSerifDnevnikSemiBold', serif;
  font-size: 17px;
}
/* Story Accent */
div.story-accent {
  padding: 28px 0 28px 50px;
}
div.story-accent div.story-accent-inner {
  border-left: 6px solid #ce1e2e;
  padding: 0 19px;
  font-family: 'TheSansDnevnikSemiLight', sans-serif;
  font-size: 18px;
  line-height: 24px;
}
/* story footer за рубрика Анализи */
.article-author.footer {
  font-family: 'TheSansDnevnikPlain', Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  display: block;
}
.article-author-row {
  display: flex;
  margin-bottom: 30px;
}
.article-author.footer .article-author-row + .article-author-row {
  margin-bottom: 15px;
}
.article-author-row figcaption {
  font-size: 15px;
  line-height: 18px;
  margin-left: 10px;
  color: #000;
}
.article-author-row figure.thumb {
  background: transparent;
}

.article-author.footer figure {
  width: 110px;
}

.article-author.footer figure,
.article-author.footer figcaption {
  align-self: flex-start;
}
.article-author.footer figcaption {
  margin-right: 10px;
}
.article-author.footer figcaption p a {
  text-decoration: none;
}
.article-author.footer .thumb.footer img.img-footer {
  min-width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #e0e0e0;
}
.article-author-row figcaption .more-about-auth {
  color: #ce1e2e;
  text-decoration: underline;
}

.main-content aside {
  display: flex;
  flex-direction: column;
  position: relative;
}

.main-content aside .module {
  position: static;
}

.main-content aside .long-scroll {
  position: relative;
}

.main-content aside .module .banner-box,
.main-content aside .module .paid-articles,
.main-content aside .site-block {
  margin-top: 24px;
  margin-bottom: 0;
}

.main-content aside .site-block {
  margin-top: 12px;
}

.latest-home-video::before {
  content: '';
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 5px 0 0;
  background: url(../images/home-play-icon.svg) no-repeat 50% 50%;
}

.latest-home-pinned-possition::before,
.important-home-pinned-possition::before,
.today-pinned-possition::before {
  content: '';
  color: red;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 5px 0 0;
  background: url(../images/pinned-icon.svg) no-repeat 50% 50%;
}

.icon-corona {
  background: url(../images/layout/icon-addnews.svg) no-repeat;
  position: relative;
  width: 52px !important;
  height: 50px !important;
  margin: 0 20px 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 3px;
}

.text-corona {
  position: relative;
  display: inline-block;
  width: 70%;
}

.article-live div div.el-offset {
  margin: 6px 18px 27px 0px;
}

.site-block#sendnews {
  max-width: 970px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.corona-link, .ukraine-war {
  width: 300px;
  display: block;
  margin: 0 auto 20px auto;
}

aside .corona-link, 
aside .ukraine-war {
  margin: 0 auto 20px auto;
}

a.logo-homepage {
  text-decoration: none;
  color: inherit;
}

h1.homepage {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  width: 244px;
  height: 38px;
  color: inherit;
  font-size: 6px;
}

h1.homepage img {
  display: inline-block;
  position: absolute;
  max-width: 100%;
  line-height: 0;
  vertical-align: top;
  left: 0;
}

p.corona-box {
  display: flex;
  padding: 0;
}

span.corona-icon::before {
  display: flex;
  content: '';
  height: 33px;
  width: 33px;
  background: url('../images/share/corona-icon-new.svg') no-repeat;
  margin-top: -8px;
}

span.izbori-icon::before {
  display: flex;
  content: '';
  height: 33px;
  width: 33px;
  background: url('../images/izbori2021/izbori2021-icon-new-white.svg') no-repeat;
  margin-top: -8px;
}

.send-news span.corona-icon::before, .send-news span.izbori-icon::before {
  margin-top: 0;
}

span.corona-text {
  font-size: 15px;
  padding: 0;
  margin-left: 10px;
  flex: 1 1 auto;
}

.live-badge {
  width: 74px;
  height: 20px;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 2px 0px 3px 16px;
  color: #fff;
  background: #ce1e2e;
  font: 13px/17px 'TheSansDnevnikPlain', Arial, sans-serif;
  z-index: 1;
}

.main-news-item .live-badge {
  width: 74px;
  height: 20px;
  margin: 0px;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 10px;
  padding: 2px 0px 3px 16px;
  color: #fff;
  background: #ce1e2e;
  font: 13px/17px 'TheSansDnevnikPlain', Arial, sans-serif;
  z-index: 1;
}

.live-badge::before {
  content: '';
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -4px;
  background: white;

  /* -webkit-animation: blink 1s infinite;
			animation: blink 1s infinite; */

  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.live-badge:before {
  left: 5px;
}

.live-badge.live-badge-noblink::before {
  display: none;
}

.live-badge.live-badge-noblink,
.live-article-wrapper .live-article-list .heading .live-badge.live-badge-noblink {
  width: initial;
  padding: 2px 6px 3px 6px;
}

/* Author profile */
.author-profile {
  width: calc(100% - 80px);
  padding: 0 0 0 160px !important;
  /* margin: 0 0 40px 0; */
  position: relative;
  box-sizing: border-box;
  min-height: 160px;
}

.author-profile-image {
  width: 145px;
  height: 145px;
  margin: 0 auto;
  background: #e0e0e0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

.author-profile h1 {
  padding: 18px 0 0 0;
  margin: 0px auto 6px auto;
  font: 400 32px/1.25 TheSerifDnevnikBold, Arial, serif;
}

.author-profile-meta {
  margin: 0 0 26px 0;
}

.author-profile-meta a {
  font: 18px/1.42 TheSansDnevnikSemiLight, Arial, sans-serif;
  color: #ce1e2e;
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 6px 0;
}

.author-profile-meta a.author-profile-email {
  padding: 0px;
  margin: 0px auto 0 auto;
  text-decoration: none;
  display: block;
}

.author-profile-meta a.author-profile-email::before {
  content: '';
  width: 21px;
  height: 21px;
  margin: 0 5px 0 0;
  background: url(/images/mail-icon.svg) no-repeat center center;
  display: inline-block;
  position: relative;
  top: 4px;
}

.author-profile-description {
  font: 17px/1.4 TheSansDnevnikSemiLight, Arial, sans-serif;
}

.more-articles-selection {
  width: auto;
  margin: 20px 0;
  padding: 15px 20px 15px 20px;
  color: #000000;
  background: #e2e2e2;
  font: 22px/1.3 TheSerifDnevnikSemiBold, 'Helvetica Neue', Arial, serif;
}

.more-articles-selection .sub-title {
  padding-bottom: 10px;
  font: 22px/1.2 'TheSerifDnevnikSemiBold', Arial, sans-serif;
  border-bottom: 1px solid #cccccc;
}

.more-articles-selection ul.selection {
  margin: 0px;
  padding: 0px;
}

.more-articles-selection ul.selection li {
  position: relative;
  list-style: none;
  border-bottom: 1px solid #cccccc;
  display: block;
}

.more-articles-selection ul.selection li:before {
  content: '';
  width: 9px;
  height: 9px;
  background: #ce1e2e;
  position: absolute;
  top: 15px;
  left: 0;
}

.more-articles-selection ul li a {
  padding: 11px 0 11px 20px;
  color: #000000;
  font: 14px/1.3 TheSansDnevnikSemiBold, Arial, sans-serif;
  text-decoration: none;
  display: block;
}

.more-articles-selection ul li a:hover {
  text-decoration: underline;
}

.more-articles-selection .full-cat {
  padding: 11px 0 0 0;
  color: #ce1e2e;
  font: 14px/1.3 TheSerifDnevnikBold, 'Helvetica Neue', Arial, serif;
  text-decoration: none;
  display: block;
}

.more-articles-selection .full-cat:hover {
  text-decoration: underline;
}

[class*='author']:first-child {
  padding-top: 0px;
}

/* Book widget */
.book-article-widget {
  width: 50%;
  max-width: 375px;
  padding: 30px 40px;
  margin: 30px 30px 30px 0;
  border: 1px solid #e1e1e1;
  text-align: center;
  position: relative;
  float: left;
  box-sizing: border-box;
}

.book-image {
  width: auto;
  max-width:300px;
  height: 340px;
  max-height: 340px;
  margin: 0 auto 25px auto;
  -webkit-box-shadow: -10px 10px 10px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: -10px 10px 10px 0px rgba(0,0,0,0.4);
  box-shadow: -10px 10px 10px 0px rgba(0,0,0,0.4);
  display: block;
}

.book-title {
  margin: 0px auto 30px auto;
  font-family: TheSerifDnevnikSemiBold, "Helvetica Neue", Arial, serif;
  font-size: 20px;
  color: #000000;
  display: block;
}

.book-meta {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-family: TheSansDnevnikSemiLight, Arial, sans-serif;
  display: block;
}

.book-meta strong {
  color: #1e05fd;
  font-family: "TheSansDnevnikBold", Arial, sans-serif;
  font-weight: normal !important;
}

.book-cta {
  width: 100%;
  height: 50px;
  margin: 0px auto;
  line-height: 50px;
  text-align: center;
  background: #1e05fd;
  color: #FFFFFF;
  font-size: 18px;
  font-family: TheSansDnevnikSemiLight, Arial, sans-serif;
  text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: block;
}

a.book-cta {
  color: #FFFFFF;
  text-decoration: none;
}

.book-cta strong {
  font-family: "TheSansDnevnikBold", Arial, sans-serif;
  font-weight: normal !important;
}

/* Намален размер на месец и година в календара */
h2.s-calendar-current-month {
  font-size: 31px;
}

h2.s-calendar-current-year {
  font-size: 31px;
}

.breakingnews {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background-color: #FFDC00;
  margin: 0 0 20px 0;
  padding: 5px 10px 5px 10px;
}

.breakingnews .wrapper {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: auto;
  text-align: left;
}

.breakingnews strong {
  font-family: TheSerifDnevnikPlain, "Helvetica Neue", Arial, serif;
  font-size: 14px;
  font-weight: 800;
  color: #CE1E2E;
}

.breakingnews .breakinglink {
  padding: 0 20px 0 0;
  font-family: TheSerifDnevnikPlain, "Helvetica Neue", Arial, serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
  position: relative;
}

.breakingnews .breakinglink:before {
  content: '';
  width: 15px;
  height: 25px;
  margin: -12px 0 0 0;
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  background: url(/images/yellow-bar-arrow.svg) center center no-repeat;
}

.breakingnews .breakingClose {
  padding-top: 10px;
  fill: #CE1E2E;
}

.thumbnail.karieri_native img {
  height: auto !important;
  padding-right: 0px !important;
}

.nounderline a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.thumbnail.karieri_native img {
  height: auto !important;
  padding-right: 0px !important;
}

.nounderline a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.live-video.hp iframe {
  width: 300px;
  height: auto;
  margin-bottom: 30px;
}

#overlayBanner {
  position: fixed !important;
  z-index: 1;
  bottom: 0px;
}

/* Етикет нейтив видео */
span.videosource {
  padding: 2px 8px;
  margin: 0px 0 10px 0;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 17px;
  background: #CE1E2E;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
}

.native-ad-label {
  padding: 1px 8px;
  margin: 0px 10px 5px 5px;
  font-size: 11px;
  background: #CE1E2E;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
}

.video-box .article-tools {
  padding: 5px 8px;
  display: inline-block;
}

.general-video-box .video-summary h3 {
  font-size: 22px;
  padding: 8px 8px 8px;
  width: 90%;
  margin: 0px;
  line-height: 1.1;
}

.general-video-box .video-summary h3 a {
  color: white;
}

.game-info strong {
  font-family: TheSansDnevnikPlain,Arial,sans-serif;
  font-weight: 700;
}

.article-live .article-content article h2 {
  font-size: 32px;
  line-height: 1.1;
  margin: 0 0 25px 0;
}

.adv-disclaimer-positioning.video {
  margin: 0 0 20px;
  display: flex;
}

.adv-disclaimer-positioning.video img {
  margin: 0 15px 0 0;
  display: flex;
}

.adv-disclaimer-positioning.video .adv-arrow {
  display: inline-block;
  width: 14px;
  height: 18px;
  background-image: url(../images/arrow-icon.png);
  background-repeat: no-repeat;
  background-position-y: 8px;
  position: absolute;
  top: 0px;
  right: -25px;
}

.adv-disclaimer-positioning.video .aside-adv-txt {
  margin-top: 12px;
  position: relative;
}

aside .button.europe-btn {
  margin-bottom: 20px;
}

.special-campaign-button {
  position: relative;
      top: -38px;
}

.mymotto {
  max-width: 520px;
  min-width: 200px;
  margin-left: auto; 
  margin-right: 0;
}

.ekont {
  max-width: 370px;
  min-width: 200px;
  margin-left: auto; 
  margin-right: 0;
}

.poll-annotation {
  padding: 10px 0px;
  margin: 12px 0px 0px 0px;
  border-top: 1px solid #5B5959;
  color: #909090;
}

.poll-vote-action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 30px 0 0 0;
}

.poll-vote-action button {
  margin: 0 15px 0 0;
}

.article-content .poll-annotation {
  padding: 10px 20px;
  margin: 12px 0px 0px 0px;
  border-top: none;
  color: #7F7F7F;
  background: #E1E1E1;
  font-size: 15px;
}

.breadcrumbs {
	overflow: hidden;
	padding: 6px 0 3px;
	font-size: 15px;
}

.breadcrumbs a {
  color: #999;
}

/* .breadcrumbs .pull-right a::before {
	content: '';
	height: 17px;
	width: 17px;
	position: absolute;
	top: 1px;
	left: 0;
	background: url('https://m.dnevnik.bg/images/layout/ui.svg') no-repeat -277px -178px;
} */


/* Live Article */

.live-article-wrapper .intro p:first-of-type::first-letter {
  padding: 3px 5px 0px 0;
  font-size: 49px;
  line-height: 45px;
  font-weight: 400;
  display: block;
  float: left;
}

.live-article-wrapper p:first-of-type::first-letter {
display: inline;
float: none;
padding: 0px;
font-size: 18px;
line-height: normal;
}

.live-article-wrapper article ul.ulist {
padding: 0px;
}

.live-article-wrapper article ul.ulist li {
padding: 0px;
margin: 0 0 10px 0;
list-style: none;
}

.live-article-wrapper article ul.ulist li:before {
content: '';
width: 9px;
height: 9px;
margin: 0 12px 0 0;
background: #ce1e2e;
display: inline-block;
}

.live-article-wrapper .live-article-list {
margin: 50px 0 0 -80px;
display: flex;
flex-flow: row nowrap;
}

.live-article-wrapper .live-article-list .key-moments {
width: 240px;
min-width: 240px;
padding: 0 30px 0 0;
margin: 0px;
background: none;
display: flex !important;
}

.live-article-wrapper .live-article-list .key-moments .moments .title {
display: block;
padding-bottom: 12px;
color: #ce1e2e;
font: 20px/1.2 'TheSerifDnevnikBold',Arial,serif;
}

.live-article-wrapper .live-article-list .key-moments ol {
margin-left: 5px;
}

.live-article-wrapper .live-article-list .key-moments ol li:last-child {
padding-bottom: 0px;
}

.live-article-wrapper .live-article-list .key-moments ol li:last-child:after {
display: none;
}

.live-article-wrapper .live-article-list .key-moments .el-offset {
padding-right: 20px;
margin-left: 0px;
}

.live-article-wrapper .live-article-list .key-moments .el-offset .title {
  display: block;
  padding: 7px 0;
  font: 15px thesansdnevnikbold,Arial,sans-serif;
  color: #000000;
}

.live-article-wrapper .live-article-list .lal-main {
  overflow: hidden;
  margin: 0 0 -40px 0;
}

.live-article-wrapper .live-article-list .lal-main .live-blocks  {
  display: flex;
  flex-flow: column nowrap;
}

.live-article-wrapper .live-article-list .heading {
padding: 10px 0;
border-bottom: 2px solid #e6e6e6;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
position: relative;
height: 44px;
}

.live-article-wrapper .live-article-list article {
margin: 0 0 20px 0;
scroll-margin-top: 3.3em;
border-bottom: 2px solid #e6e6e6;
}

.live-article-wrapper .live-article-list .heading .live-badge {
width: auto;
height: auto;
padding: 4px 15px 3px 25px;
font-size: 15px;
position: relative;
right: 0px;
}

.live-article-wrapper .live-article-list .heading .live-badge:before {
left: 9px;
}

.live-article-wrapper .live-article-list .heading .sort-articles {
position: absolute;
top: 12px;
right: 0px;
font: 400 15px 'DnevnikSerifSemiLight', Arial;
color: #000000;
text-decoration: none;
display: flex;
flex-flow: row nowrap;
align-items: center;
}

.live-article-wrapper .live-article-list .heading .sort-articles:after {
content: '';
width: 0;
height: 0;
margin: 0 0 0 6px;
/* border-style: solid;
border-width: 0 6.5px 8px 6.5px;
border-color: transparent transparent #000000 transparent; */
border-style: solid;
border-width: 8px 6.5px 0 6.5px;
border-color: #000000 transparent transparent transparent;
position: relative;
top: 1px;
}

.live-article-wrapper .live-article-list .heading .sort-articles:before {
  content: 'Покажи най-новото';
}

.live-article-wrapper .live-article-list .heading .sort-articles.down:before {
content: 'Покажи най-старото';
}

.live-article-wrapper .live-article-list .heading .sort-articles.down:after {
content: '';
width: 0;
height: 0;
margin: 0 0 0 6px;
border-style: solid;
border-width: 8px 6.5px 0 6.5px;
border-color: #000000 transparent transparent transparent;
position: relative;
top: 1px;
}

.live-article-wrapper .live-article-list .article-top {
width: 100%;
padding: 20px 0;
margin: 0px;
display: flex;
flex-flow: column nowrap;
border-bottom: none;
}

.live-article-wrapper .live-article-list .article-top .time {
margin: 0 0 6px 0;
font: 400 22px 'TheSerifDnevnikBold', "Helvetica Neue", Arial, serif;
color: #ce1e2e;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
}

.live-article-wrapper .live-article-list .extraordinary-badge {
position: absolute;
top: 22px;
right: 0px;
padding: 3px 10px;
background: #ffdc00;
color: #000000;
font: 400 14px 'TheSansDnevnikBold', "Helvetica Neue", Arial, serif;
}

.live-article-wrapper .live-article-list .live-blockstory {
  position: relative;
}

.live-article-wrapper .live-article-list .article-top .title {
margin: 0 0 14px 0;
font: 400 32px 'TheSerifDnevnikSemiBold', "Helvetica Neue", Arial, serif;
color: #000000;
}

/* Task #24415 Blockstory article restyle */

.live-article-quickstory.live-article-wrapper .live-article-list .article-top .title {
  font: 400 24px 'TheSerifDnevnikSemiBold', "Helvetica Neue", Arial, serif;
  line-height: 1.2;
}

.live-article-quickstory.live-article-wrapper .live-article-list .article-top .time {
  font-size: 20px;
  margin: 0;
  padding-bottom: 5px;
}

.live-article-quickstory .live-blockstory .relphotos-space,
.live-article-quickstory .live-blockstory figure {
  display: none;
}

.live-article-quickstory .live-blockstory .gallery-grid-container figure,
.live-article-quickstory .live-blockstory .el-offset figure {
  display: initial;
}

.live-article-quickstory.live-article-wrapper .article-top .label-live {
  margin-bottom: 10px;
}

.live-article-wrapper .live-article-list .article-top .author {
padding: 0px;
margin: 0px;
text-decoration: none;
display: flex;
flex-flow: row nowrap;
align-items: center;
}

.live-article-wrapper .live-article-list .article-top .author img {
width: 40px;
height: 40px;
border: 2px solid #e5e5e5;
display: block;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}

.live-article-wrapper .live-article-list .social-links {
  clear: both;
}

.live-article-wrapper .live-article-list .article-top .author .name {
margin: 0 0 0 10px;
font: 400 18px 'TheSerifDnevnikBold', "Helvetica Neue", Arial, serif;
text-decoration: none;
color: #000000;
}

.live-article-wrapper .live-article-list .article-top .author-v3 figure {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.live-article-wrapper .live-article-list .article-top .author-v3 .thumb {
  width: 40px;
  height: 40px;
  border: 2px solid #e5e5e5;
}

.live-article-wrapper .live-article-list .article-top .author-v3 figure figcaption a, 
.live-article-wrapper .live-article-list .article-top .author-v5 a {
  font: 400 18px 'TheSerifDnevnikBold', "Helvetica Neue", Arial, serif;
  text-decoration: none;
  color: #000000;
}

.live-article-wrapper .live-article-list .gallery-3 {
margin: 0px 0px 20px 0px;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: stretch;
}

.live-article-wrapper .live-article-list .gallery-3 .big {
width: 50%;
}

.live-article-wrapper .live-article-list .gallery-3 .small {
width: 50%;
}

.live-article-wrapper .live-article-list .gallery-3 picture {
width: 50%;
overflow: hidden;
position: relative;
}

.live-article-wrapper .live-article-list .gallery-3 .big picture {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
display: block;
}

.live-article-wrapper .live-article-list .gallery-3 .big picture:before {
content: '';
width: 100%;
height: 100%;
position: relative;
display: block;
}

.live-article-wrapper .live-article-list .gallery-3 .big picture img {
width: auto !important;
max-width: none;
height: 100% !important;
margin: 0 auto;
position: absolute;
top: 0px;
left: -9999px;
right: -9999px;
}

.live-article-wrapper .live-article-list .article-related {
position: relative;
padding: 8px;
margin: 0;
background: #f0f0f0;
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
align-items: center;
}

.live-article-wrapper .live-article-list .article-related img {
width: 100px;
height: auto;
margin: 0 10px 0 0;
display: block;
}

.live-article-wrapper .live-article-list .article-related .title {
font: 17px/1.2 'TheSerifDnevnikSemiBold',"Helvetica Neue",Arial,serif;
color: #000000;
}

.live-article-wrapper .live-article-list .article-related a {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 10;
}

.live-article-wrapper .live-article-list .social-menu {
width: 44px;
margin: 0 0 0 5px;
position: relative;
}

.live-article-wrapper .live-article-list .social-links ul {
padding: 0px;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
}

.live-article-wrapper .live-article-list .social-links li {
display: flex;
flex-flow: row nowrap;
}

.live-article-wrapper .live-article-list .social-links ul li a {
margin: 8px 0px 8px 8px;
}

.live-article-wrapper .live-article-list .social-links ul li a.comments {
margin: 8px 0px;
font-family: 'TheSerifDnevnikSemiBold',"Helvetica Neue",Arial,serif;
color: #ce1e2e;
}

.live-article-wrapper .live-article-list .social-links ul li a.comments:before {
background-position: 0px -414px;
}

.live-article-wrapper .live-article-list .poll strong a {
padding: 20px;
border: 1px solid #C4C4C4;
font: 400 22px 'TheSerifDnevnikSemiBold',"Helvetica Neue",Arial,serif;
text-decoration: none;

display: flex;
}

.live-article-wrapper .live-article-list .poll .content {
  margin: 0;
}

.live-article-wrapper .live-article-list .poll ol {
padding: 0px;
font: 400 20px 'Dnevnik', Arial;
list-style-type: none;
display: flex;
flex-flow: column nowrap;
}

.live-article-wrapper .live-article-list .poll ol li {
padding: 15px 20px;
border-bottom: 1px solid #C4C4C4;

font: 400 22px 'TheSansDnevnikSemiLight', Arial, sans-serif;

border-top: none;
border-right: 1px solid #C4C4C4;
border-left: 1px solid #C4C4C4;
font: 400 20px 'Dnevnik', Arial;
font: normal 18px 'TheSerifDnevnikSemiBold',"Helvetica Neue",Arial,serif;
}

.live-article-wrapper .live-article-list .poll ol li p {
font: 400 16px 'TheSansDnevnikSemiLight', Arial, sans-serif
}

.live-article-wrapper .live-article-list .poll ol li p:first-of-type::first-letter {
font-size: inherit;
}

.live-article-wrapper .live-article-list .poll ol li:nth-child(odd) {
background: #f0f0f0;
}
.live-article-wrapper .live-article-list .poll ol li:nth-child(even) {
background: #FFFFFF;
}

.live-article-wrapper .live-article-list .poll ol .radio {
min-height: 18px;
font-size: 16px;
position: relative;
margin: 0;
padding: 0;
cursor: pointer;
vertical-align: middle;
display: flex;
}

.live-article-wrapper .live-article-list .poll ol .radio var {
padding-left: 0px;
padding-right: 38px;
}

.live-article-wrapper .live-article-list .poll ol .radio var:before {
height: 17px;
width: 17px;
background: white;
border: 1px solid #c1c1c1;
position: absolute;
top: 3px;
right: 0;
left: auto;
border-radius: 0px;
}

.live-article-wrapper .live-article-list .poll ol .radio var:after {
width: 9px;
height: 9px;
margin: 0px;
top: 7px;
right: 4px;
left: auto;
border-radius: 0px;
}

.live-article-wrapper .live-article-list .poll ol li.button {
padding: 0px;
margin: 0px;
border: none;
}

.live-article-wrapper .live-article-list .poll ol li.button button {
width: 100%;
padding: 12px 0;
background: #ce1e2e !important;
border-color: #ce1e2e;
font: 400 20px 'TheSerifDnevnikSemiBold',"Helvetica Neue",Arial,serif;
}

.live-article-wrapper .live-article-list .poll .poll-results-link {
padding: 14px 0;
margin: 0 0 20px 0;
color: #3b3b3b;
font: 400 16px 'TheSerifDnevnikSemiBold',"Helvetica Neue",Arial,serif;
text-align: center;
display: block;
}

.live-article-wrapper .live-article-list .poll p:first-of-type::first-letter {
display: inline;
float: none;
padding: 0px;
font-size: 18px;
line-height: normal;
}

.live-article-wrapper .live-article-list .poll .progress-bar {
  height: 12px;
  overflow: hidden;
  margin-bottom: 4px;
}

.live-article-wrapper .live-article-list .poll .progress-bar .bar {
  height: 100%;
  position: relative;
  background: #ce1e2e;
}

.live-article-wrapper .live-article-list .el-offset {
  max-width: 100%;
}


/* Polls */

.live-article-wrapper .live-article-list .site-block.poll {
  position: relative;
}

.live-article-wrapper .live-article-list .site-block.poll header {
  margin: 0px;
  padding: 0px;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
}

.live-article-wrapper .live-article-list .site-block.poll header h2 {
  display: none;
}

.live-article-wrapper .live-article-list .site-block.poll header h3 a {
  padding: 20px;
  color: #ce1e2e !important;
  font: 400 22px 'TheSerifDnevnikSemiBold',"Helvetica Neue",Arial,serif;
  text-decoration: none;
  display: flex;
}

.live-article-wrapper .live-article-list .site-block.poll ol {
  height: auto !important;
}

.live-article-wrapper .live-article-list .site-block.poll ol li {
  width: 100% !important;
  padding: 0px;
  border-bottom: 1px solid #C4C4C4;
  font: 400 22px 'TheSansDnevnikSemiLight', Arial, sans-serif;
  border-top: none;
  border-right: 1px solid #C4C4C4;
  border-left: 1px solid #C4C4C4;
  font: 400 20px 'Dnevnik', Arial;
  font: normal 18px 'TheSerifDnevnikSemiBold',"Helvetica Neue",Arial,serif;
  position: relative;
  left: 0px !important;
  top: 0px !important;
}

.live-article-wrapper .live-article-list .site-block.poll ol li label var {
  display: flex;
  min-height: auto;
  padding: 15px 20px;
  color: #333333;
  position: relative;
  background: none;
  word-wrap: break-word;
}

.live-article-wrapper .live-article-list .site-block.poll ol li label var:before {
  content: '';
  height: 17px;
  width: 17px;
  margin: -8px 0 0 0;
  background: white;
  border: 1px solid #c1c1c1;
  position: absolute;
  top: 50%;;
  right: 20px;
  left: auto;
}

.live-article-wrapper .live-article-list .site-block.poll ol li label var:after {
  content: '';
  height: 17px;
  width: 17px;
  margin: -8px 0 0 0;
  background: white;
  border: 1px solid #c1c1c1;
  position: absolute;
  top: 50%;;
  right: 20px;
  left: auto;
  border-radius: 0px;
}

.live-article-wrapper .live-article-list .site-block.poll ol li label input:checked + var:after {
  background: #ce1e2e;
  width: 9px;
  height: 9px;
  margin: -4px 0 0 0;
  border: none;
  top: 50%;;
  right: 24px;
  left: auto;
  border-radius: 0px;
}

.live-article-wrapper .live-article-list .site-block.poll ol li var strong {
  display: block;
  padding-right: 40px;
  font-family: 'TheSansDnevnikSemiLight', "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  line-height: 1.3;
}

.live-article-wrapper .live-article-list .site-block.poll .voters {
  display: none;
}

.live-article-wrapper .live-article-list .site-block.poll .action {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.live-article-wrapper .live-article-list .site-block.poll .action button {
  width: 100%;
  padding: 14px 0;
  margin: 0 0 0px 0;
  background: #ce1e2e !important;
  border-color: #ce1e2e;
  font: 400 20px 'TheSerifDnevnikSemiBold',"Helvetica Neue",Arial,serif;
}

.live-article-wrapper .live-article-list .site-block.poll .action .results a {
  padding: 0px;
  margin: 14px 0 20px 0;
  color: #3b3b3b;
  font: 400 16px 'TheSerifDnevnikSemiBold',"Helvetica Neue",Arial,serif;
  text-align: center;
  display: block;
}

.live-article-wrapper .live-article-list .site-block.poll ol.poll-results li {
  display: flex;
  flex-flow: column nowrap;
  padding: 8px 20px;
}

.live-article-wrapper .live-article-list .site-block.poll ol.poll-results li .percent {
  order: 1;
  background: none;
}

.live-article-wrapper .live-article-list .site-block.poll ol.poll-results {
  margin: 0px;
  padding: 0px;
}

.live-article-wrapper .live-article-list .site-block.poll ol.poll-results li .option-text {
  order: 2;
}

.article-live .adv-live-blockstory {
  display: flex;
  justify-content: center;
  margin: 30px 0 25px 0;
}
/* End Live Article */

.article-content figure {
  clear: both;
  margin-bottom: 25px;
}

/* Newsletter Form */

.general-article-v2 .newsletter-form {
  width: 100%;
  padding: 12px 20px 0;
  margin: 25px 0;
  background: #fff;
  box-shadow: 1px 3px 5px rgb(0 0 0 / 16%);
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.general-article-v2 .article-content figure + .newsletter-form{
  margin: 0 0 25px;
}

.general-article-v2 .newsletter-form.dexpress {
  background: url("/images/layout/stars-bgr-desktop.jpg") no-repeat 100% 100%;
  margin: 0 0 30px;
  padding: 10px 20px 0;
  max-height: 130px;
}

.general-article-v2 .newsletter-form .title {
  font: 400 20px 'TheSerifDnevnikSemiBold', "Helvetica Neue", Arial, serif;
  color: #000000;
  margin-bottom: 4px;
}

.general-article-v2 .newsletter-form .description {
  padding: 0;
  margin: 0 0 15px 0;
  font: normal 14px 'TheSansDnevnikSemiLight', Arial, sans-serif;
  color: #7b7b7b;
  display: block;
}

.general-article-v2 .newsletter-form .dnevnik-form form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
}

.general-article-v2 .newsletter-form .input-text {
  width: 70%;
  height: 40px;
  padding: 19px 0px;
  margin: 0 0 25px;
  background: #fff;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  font: 400 15px 'TheSansDnevnikSemiBold', Arial, sans-serif;
  color: #000000;
}

.general-article-v2 .newsletter-form .title:before {
  content: '';
  background: url("/images/newsletter-form-article-icon.svg") no-repeat 50% 50%;
  width: 20px;
  height: 13px;
  margin: 0 5px 0 0;
  display: inline-block;
}

.general-article-v2 .newsletter-form.dexpress .title:before {
  background: url("../images/layout/ui.svg") no-repeat -217px -26px;
  width: 23px;
  height: 22px;
}

.general-article-v2 .newsletter-form.dexpress .title {
  color: #fff;
  margin-bottom: 4px;
}

.general-article-v2 .newsletter-form.dexpress .description {
  color: #fff;
  margin: 0 0 10px;
}

.general-article-v2 .newsletter-form.dexpress .input-text {
  background: transparent;
  color: #fff;
  height: 33px;
  padding: 10px 0;
}

.general-article-v2 .newsletter-form.dexpress .dnevnik-form .error {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  z-index: 1000;
  color: red;
  position: absolute;
  bottom: 3px;
  text-shadow: 1px -1px 10px black;
}

.general-article-v2 .newsletter-form .input-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
.general-article-v2 .newsletter-form .input-text::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
.general-article-v2 .newsletter-form .input-text:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
.general-article-v2 .newsletter-form .input-text:-moz-placeholder { /* Firefox 18- */
  color: #000000;
}

.general-article-v2 .newsletter-form .input-submit {
  width: calc(30% - 20px);
  height: 40px;
  padding: 0 20px;
  margin: 0 0 0 20px;
  border: 1px solid #CE1E2E;
  font: 400 16px 'TheSerifDnevnikSemiBold', "Helvetica Neue", Arial, serif;
  color: #fff;
  text-align: center;
  background: #CE1E2E;
}

.general-article-v2 .newsletter-form .input-submit.rounded {
  border-radius: 4px;
  height: 34px;
}

.general-article-v2 .newsletter-form .main .sucsess,
.general-article-v2 .newsletter-form .dnevnik-form .sucsess,
.general-article-v2 .newsletter-form .main .message,
.general-article-v2 .newsletter-form .dnevnik-form .message  {
  padding: 5px 10px;
  margin: 0 0 20px;
  font-size: 16px;
  background: #E1E1E1;
  color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.general-article-v2 .newsletter-form .main .error,
.general-article-v2 .newsletter-form .dnevnik-form .error {
  margin: 0 0 20px 0;
  font-size: 16px;
  color: #CE1E2E;
}

.leadnewsletter {
  margin: -40px 0 36px 0;
}

@media (max-width:580px){	

  .general-article-v2 .newsletter-form .input-text {
    width: 100%;
    margin: 0 0 20px;
  }

  .general-article-v2 .newsletter-form .input-submit {
    width: 100%;
    margin: 0 0 25px;
    order: 3;
  }

}

/* Newsletter Form Password */
.setPassword.container-xl {
  width: 100%;
  padding: 22px 30px 10px 30px;
  margin: 0 0 30px;
  background: #fff;
  box-shadow: 1px 3px 5px rgb(0 0 0 / 16%);
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.setPassword.container-xl .page-title {
  margin: 0px;
}

.setPassword.container-xl .col.col-md-8 p {
  padding: 0;
  margin: 5px 0 15px 0;
  font: normal 16px 'TheSansDnevnikSemiLight', Arial, sans-serif;
  color: #7b7b7b;
  display: block;
}

.setPassword.container-xl .form-row {
  margin: 0 -10px 10px -10px;
  display: flex;
  flex-flow: row nowrap;
}

.setPassword.container-xl .form-row.mt-4 {
  margin: 0 0 10px 0;;
}

.setPassword.container-xl .form-row .col-md-6 {
  width: 50%;
  padding: 10px;
}

.setPassword.container-xl .form-row label {
  font: 400 16px 'TheSansDnevnikSemiBold', Arial, sans-serif;
  color: #000000;
}

.setPassword.container-xl .form-row input {
  width: 100%;
  height: 40px;
  padding: 19px 0px;
  background: #fff;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  font: 400 15px 'TheSansDnevnikSemiBold', Arial, sans-serif;
  color: #000000;
}

.setPassword.container-xl .form-row input.is-invalid {
  border-color: #CE1E2E;
}

.setPassword.container-xl .form-row .invalid-feedback {
  color: #CE1E2E;
  margin-top: 5px;
  width: 100%;
}

.setPassword.container-xl .form-row button {
  margin: 0 0 10px 0;
}
/* END Newsletter Form Password */

/* Storio Home */

#HomeStorioTop {
  margin: 38px 0 0 0;
  position: relative;
}

#HomeStorioTop:before {
  content: '';
  height: 3px;
  width: 24px;
  position: absolute;
  top: -10px;
  left: 0;
  background: #cd1d2d;
}

#HomeStorioTop .aside-title h2 {
  font-size: 28px;
}

#HomeStorioTop .aside-title h2 span {
  width: 93px;
  height: 21px;
  background: url('../images/storio-logo.svg') no-repeat center center;
  display: inline-block;
}

#HomeStorioTop .link-more {
  margin: 20px 0 17px 0;
  color: #ce1d2e;
  font: 20px/1.2 'TheSerifDnevnikSemiBold', "Helvetica Neue", Arial, serif;
  text-decoration: none;
  display: inline-block;
}

/* END Storio Home */

#NazaemOt {
  margin-bottom: 0;
}

.general-article-v2 .tags {
  margin-top: 15px;
  border: none;
}

/* Related Article inside Full Story */
#article-content-progress div.article-related {
	position: relative;
    padding: 8px;
    margin: 0px;
    background: #f0f0f0;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    align-items: center;
}
#article-content-progress div.article-related a {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}
#article-content-progress div.article-related img {
	width: 100px;
    height: auto;
    margin: 0 10px 0 0;
    display: block;
    max-height: 66.66px;
}
#article-content-progress div.article-related .title {
	font: 17px/1.2 'TheSerifDnevnikSemiBold',"Helvetica Neue",Arial,serif;
    color: #000;
}


/* New Sign Form - Registration/Login */

.login-form-block-wrapper {
  display: flex;
  justify-content: center;
}

.login-form-block {
  padding: 0px;
  color: #FFFFFF;
}

.login-form-block.static {
  width: 100%;
  padding: 20px;
  margin: 0 0 40px 0;
}

.login-form-block .tr-bg {
  display: none;
}

.login-form-block.bottom .tr-bg {
  content: '';
  background: rgba(0, 0, 0, .4);
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
}

.login-form-block .inner {
  padding: 0px;
  background: #333333;
  position: relative;
  z-index: 2;
}

.login-form-block .close {
  height: 26px;
  width: 26px;
  text-indent: -99999px;
  background: url(../images/layout/ui.svg) no-repeat -221px -27px;;
  display: none;
  position: absolute;
  top: -4px;
  right: 0px;
}

.login-form-block.bottom .close {
  display: block;
}

.login-form-block p.error {
  padding: 5px 0 0 20px;
  font-size: 14px;
  color: #ff0043;
  /* display: none; */
  position: relative;
}

.login-form-block p.error:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 6px;
  left: 0;
  background: url(../images/layout/error-icon.svg) no-repeat;
}

.login-form-block .main-title {
  margin: 4px 0 16px 0;
  text-align: center;
  position: relative;
}

.login-form-block .main-title span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: 'TheSerifDnevnikSemiBold', "Helvetica Neue", Arial, serif;;
  color: #FFFFFF;
}

.login-form-block .main-title span:before {
  content: '';
  width: 20px;
  height: 24px;
  margin: 0 8px 0 0;
  background: url("/images/layout/sign-icon.svg") no-repeat;
  display: block;
}

.login-form-block .sign-main-form {
  display: flex;
  flex-flow: row nowrap;
}

.login-form-block .sign-main-form .sign-main-card {
  width: 380px;
}

.login-form-block.static .sign-main-form .sign-main-card {
  max-width: 360px;
  width: 100%;
}

.login-form-block .sign-main-form .sign-main-card.border {
  padding: 0 20px;
  margin: 0 0 0 20px;
  border-left: 1px solid #4b4b4b;
}

.login-form-block.static .sign-main-form .sign-main-card.border {
  display: block !important;
}

.login-form-block .sign-main-form .advantages-title {
  margin: -10px 0 20px 0;
  font-size: 24px;
  font-family: 'TheSerifDnevnikSemiBold', "Helvetica Neue", Arial, serif;
  text-align: center;
  color: #FFFFFF;
}

.login-form-block.static .sign-main-form .advantages-title {
  margin: -7px 0 20px 0;
  font-size: 20px;
}

.login-form-block .sign-main-form .advantages-wrapper {
  display: flex;
  flex-flow: row wrap;
}

.login-form-block .sign-main-form .advantages-wrapper .advantage-info {
  width: 50%;
  padding: 20px 0 20px 20px;
  text-align: center;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: flex-start;
}

.login-form-block .sign-main-form .advantages-wrapper .advantage-info:before {
  content: '';
  margin: 0 0 15px 0;
}

.login-form-block .sign-main-form .advantages-wrapper .box1:before {
  width: 34px;
  height: 34px;
  background: url("/images/layout/icon-archive.svg") no-repeat center center;
}

.login-form-block .sign-main-form .advantages-wrapper .box2:before {
  width: 38px;
  height: 34px;
  background: url("/images/newsletter-form-article-icon.svg") no-repeat center center;
}

.login-form-block .sign-main-form .advantages-wrapper .box3:before {
  width: 34px;
  height: 34px;
  background: url("/images/layout/icon-media-list.svg") no-repeat center center;
}

.login-form-block .sign-main-form .advantages-wrapper .box4:before {
  width: 36px;
  height: 36px;
  background: url("/images/layout/icon-create.svg") no-repeat center center;
}


.login-form-block.static .sign-main-form .advantages-wrapper {
  display: flex;
  flex-flow: column wrap;
}

.login-form-block.static .sign-main-form .advantages-wrapper .advantage-info {
  width: 100%;
  padding: 18px 0 8px 48px;
  text-align: left;
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.login-form-block.static .sign-main-form .advantages-wrapper .advantage-info:before {
  content: '';
  margin: 0 0 15px 0;
  position: absolute;
  top: 15px;
  left: 0px;
}

.login-form-block.static .sign-main-form .advantages-wrapper .box1:before {
  width: 28px;
  height: 28px;
  background: url("/images/layout/icon-archive.svg") no-repeat center center;
}

.login-form-block.static .sign-main-form .advantages-wrapper .box2:before {
  width: 32px;
  height: 28px;
  background: url("/images/layout/icon-forums.svg") no-repeat center center;
}

.login-form-block.static .sign-main-form .advantages-wrapper .box3:before {
  width: 28px;
  height: 28px;
  background: url("/images/layout/icon-comix.svg") no-repeat center center;
}

.login-form-block.static .sign-main-form .advantages-wrapper .box4:before {
  width: 28px;
  height: 28px;
  background: url("/images/layout/icon-create.svg") no-repeat center center;
}

.login-form-block.static .sign-main-form .advantages-wrapper .box5:before {
  width: 30px;
  height: 30px;
  background: url("/images/layout/icon-media-list.svg") no-repeat center center;
}

.login-form-block .sign-main-form .advantages-landing {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-form-block .sign-main-form .advantages-landing a {
  padding: 10px;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sign-promt {
  margin: 0 0 24px 0;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sign-promt.login {
  max-width: 360px;
}

.login-form-block.static .sign-promt {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  justify-content: center;
}

.sign-select-email {
  margin: -4px 0 14px 0;
  font: 16px 'TheSansDnevnikSemiBold', Arial, sans-serif;
  text-align: center;
  text-align: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  display: none;
}

.sign-select-email a {
  margin: 0 5px;
  font: 16px 'TheSansDnevnikSemiBold', Arial, sans-serif;
  text-decoration: underline !important;
  color: #FFFFFF;
}

.login-form-block {
  background: #333333;
}

.login-form-block input[type="email"],
.login-form-block input[type="password"],
.login-form-block input[type="text"] {
  height: 46px;
  padding: 8px 12px 7px 12px;
}

.login-form-block input[type="email"]::placeholder,
.login-form-block input[type="password"]::placeholder,
.login-form-block input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #828282;
  opacity: 1; /* Firefox */
}

.login-form-block input[type="email"]:-ms-input-placeholder,
.login-form-block input[type="password"]::placeholder
.login-form-block input[type="text"]::placeholder { /* Internet Explorer 10-11 */
  color: #828282;
}

.login-form-block input[type="email"]::-ms-input-placeholder,
.login-form-block input[type="password"]::-ms-input-placeholder,
.login-form-block input[type="text"]::-ms-input-placeholder  { /* Microsoft Edge */
  color: #828282;
}

.general-article-v2 .newsletter-form.dexpress .input-text::placeholder {
  color: #fff;
}

.general-article-v2 .newsletter-form.dexpress .input-text::-webkit-input-placeholder {
  color: #fff;
}

.general-article-v2 .newsletter-form.dexpress .input-text::-moz-placeholder {
  color: #fff;
}

.general-article-v2 .newsletter-form.dexpress .input-text::-ms-input-placeholder {
  color: #fff;
}

.general-article-v2 .newsletter-form.dexpress .input-text:auto-fill {
  background: none !important;
  color: #f2f2f2 !important;
  background-color: transparent !important;
}

.general-article-v2[data-id="4549334"] .newsletter-form {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
  /* -webkit-text-fill-color: #31b0dd;
  -webkit-box-shadow: 0 0 0px 40rem #ffff inset; */
}


.login-form-block .password-wrapper {
  display: none;
}

.login-form-block .password-wrapper {
  position: relative;
}

.login-form-block .password-wrapper .show-password {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.login-form-block .password-wrapper .show-password:after {
  content: '';
  width: 20px;
  height: 13px;
  margin: -6px -10px 0 0;
  background: url("/images/layout/show-password-icon.svg") no-repeat;
  position: absolute;
  top: 50%;
  right: 50%;
}

.login-form-block input[type="email"].error,
.login-form-block input[type="password"].error,
.login-form-block input[type="text"].error {
  border: 2px solid #CE1D2D;
}

.sign-options {
  margin: 12px 0 0 0;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sign-options .forgot-password {
  color: #FFFFFF;
  text-decoration: none;
}

.sign-action {
  margin: 16px 0 20px 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.sign-action .sign-step-button {
  width: 100%;
  height: 44px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  background: #ce1e2e;
  font: 600 16px 'DnevnikPlain',Arial;
}

/* .sign-action .sign-step-button.register {
  display: none;
} */

.sign-or {
  margin: 0 0 20px 0;
  display: flex;
  text-align: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.sign-or:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #4D4D4D;
  position: absolute;
  top: 50%;
  left: 0px;
}

.sign-or span {
  padding: 0 12px;
  background: #333333;
  display: block;
  position: relative;
  z-index: 2;
}

.social-login-button {
  position: relative;
  z-index: 2;
}

.social-login-button a.facebook,
.social-login-button a.google {
  height: 44px;
  margin: 0 0 8px;
  color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-form-block.static .social-login-button a.facebook,
.login-form-block.static .social-login-button a.google {
  font-size: 15px;
}

.social-login-button a.google:before {
  content: '';
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  background: url("/images/layout/social-login-google.svg") no-repeat;
  display: block;
}

.social-login-button a.facebook:before {
  content: '';
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  background: url("/images/layout/social-login-facebook.svg") no-repeat;
  display: block;
}

.social-login-info {
  margin: 16px 0 32px 0;
  font-size: 14px;
  text-align: center;
}

.social-login-info a {
  color: #FFFFFF;
}

.sign-register-landing {
  margin: -5px 0 20px 0;
  text-align: center;
  display: none;
}

.sign-register-landing a {
  text-decoration: underline;
}

.choose-option {
  padding: 12px 30px;
  margin: 0 0 9px 0;
  color: #fff;
  background: #686868;
  font-size: 16px;
  text-align: center;
  display: block;
}

.choose-option a {
  color: #FFFFFF;
  display: inline-block;
}

.login-form-block p a,
.login-form-block var a,
.login-form-block p a:hover {
  text-decoration: underline;
}

.sign-card {
  padding: 20px 20px 20px 75px;
  margin: 0 0 20px 0;
  background: #333333;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}

.sign-card:before {
  content: '';
  width: 36px;
  height: 36px;
  margin: 5px 10px 0 0;
  background: url("/images/layout/sign-icon.svg") no-repeat;
  position: absolute;
  top: 20px;
  left: 20px;
}

.sign-card span {
  width: 100%;
  margin: 0 0 15px 0;
  color: #FFFFFF;
  font: normal 24px 'TheSerifDnevnikPlain', "Helvetica Neue", Arial, serif;
  display: flex;
  flex-flow: flex-start;
}

.sign-card .button {
  width: 250px;
  height: 42px;
  margin: 0 0 0 -55px;
  font-size: 20px;
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.forgot-password.login-form-block {
  width: 420px;
}

.forgot-password.login-form-block .form {
  margin: 0 0 15px 0;
}

.forgot-password.login-form-block .choose-option-alt {
  padding: 12px 30px;
  margin: 0px;
  text-align: center;
  color: #fff;
  display: block;
}

.login-form.success {
  padding: 20px;
  margin: 0 0 20px 0;
  background: #333333;
  color: #FFFFFF;
}

.login-form.success h3 {
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: 'TheSerifDnevnikSemiBold', "Helvetica Neue", Arial, serif;
  color: #FFFFFF;
}

.login-form.success p {
  text-align: center;
}

.forums-sign-fixed {
  width: 100%; 
  padding: 20px 0; 
  background: #333333; 
  color: #FFFFFF; 
  font: 18px 'TheSansDnevnikPlain', Arial, sans-serif;
  font-weight: 400;
  display: flex; 
  justify-content: center; 
  align-items: center; 
  position: fixed; 
  bottom: 0px; 
  left: 0px; 
  z-index: 5; 
  display: none;
}

.forums-sign-fixed .sign-in {
  padding: 0 0 0 25px;
  margin: 0 0 0 60px;
  font: 18px 'TheSansDnevnikPlain', Arial, sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: underline;
  position: relative;
}

.forums-sign-fixed .sign-in:before {
  content: '';
  width: 18px;
  height: 22px;
  background: url(/images/layout/sign-icon.svg) no-repeat;
  position: absolute;
  top: 4px;
  left: 0px;

}

#header nav[role="navigation"] .user li {
  padding-left: 0;
}

#header nav[role="navigation"] .i-profile {
  height: 38px;
  width: 38px;
  padding: 0px;
  text-indent: 0px;
  background: none;
  color: #262626;
  border-radius: 50px;
  display: flex;
  border: 1.5px solid #262626;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 12px;
  transition: all 0.3s ease-in-out;
}

#header nav[role="navigation"] .i-profile span.icon-profile {
  font-size: 22px;
  margin-top: -2px;
}

#header nav[role="navigation"] .i-profile:hover,
#header nav[role="navigation"] .i-profile:hover span.icon-profile {
  color: #ce1e2e;
  border-color: #ce1e2e;
}


#header nav[role="navigation"] .i-profile:before {
  content: none;
  width: 33px;
  height: 33px;
  margin: 0 3px 0 0;
  border: 1px solid #ce1d2e;
  text-indent: 0px;
  background: none;
  border-radius: 50px;
  display: inline-block;
}

#header nav[role="navigation"] .i-profile:after {
  content: none;
  height: 20px;
  width: 18px;
  margin: 0 2px;
  text-align: left;
  -webkit-transition: none;
  transition: none;
  background: none;
}

.logged-open #header nav[role="navigation"] .i-logged {
  color: white;
  background: #333333;
}

header nav[role="navigation"] .partners ul {
  margin-top: 11px !important;
}

#header nav[role="navigation"] .logged ul {
  padding-top: 5px;
  margin-top: 5px;
  background: #333333;
  z-index: 10;
}

#footer .footer-bottom {
  position: relative;
  z-index: 10;
}

#footer .footer-top .wrapper {
  padding-left: 60px;
}

/* footer links fix */

#footer .footer-bottom .pull-right a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 6px;
}

#footer .footer-bottom .pull-right a:before {
  content: '';
  position: absolute;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background:  #5d5d5d;
  top: 45%;
  left: 0;
}

/* gallery archive noaccess */

.noacess .zoom {
  display: none !important;
}

#Anketa {
  margin-top: 20px;
}

/* #22694 redesign relthems when not in article */
#AllimportantToKnow {
  margin: 0;
}

#article-content-progress:has(#AllimportantToKnow) + .social-links.links-bottom {
  margin: 0;
  top: -100px;
  width: auto;
  float: right;
}

#content_video_html5_api {
  width: auto;
  max-width: 100%;
}

.grid-container .pbl[class*='grid-'] {
  padding: 0 0 10px 18px;
}

/* Elections Mayor2023 */
.local-elections-2023 {
  position: relative;
  border-bottom: 4px solid #767676;
  margin-bottom: 0;
}

.local-elections-2023 > section {
  margin-bottom: 0;
}

.row.border-top {
  border-top: 2px solid #767676;
  padding-top: 20px;
}

.local-elections-2023 > section#elections_municipality {
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}

.local-elections-2023 .headline {
  position: relative;
  display: block;
  color: #767676;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.local-elections-2023 h3.headline {
  text-align: left;
  font-size: 18px;
  max-width: 150px;
}

.local-elections-2023 .flex-container {
  position: relative;
  font-size: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 10px;
}

.local-elections-2023 header.flex-container {
  z-index: 1;
}

#elections_results > .flex-container {
  margin-bottom: 16px;
  align-items: center;
}

.local-elections-2023 .flex-container.row {
  width: 100%;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.local-elections-2023 .flex-container.nowrap {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}

.local-elections-2023 section#elections_municipality .flex-item.btn-holder {
  position: relative;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.local-elections-2023 .flex-item.btn-holder .btn {
  font-size: 18px;
  padding: 8px 16px;
}

.local-elections-2023 .flex-container.right {
  justify-content: flex-end;
  text-align: right;
}

.flex-item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
  padding: 0;
}

.candidates-list .flex-item {
  width: 180px;
  max-height: 220px;
}

/* Dnevnik RED: 
rgb(206, 29, 46)
rgba(206, 29, 46, 1) */

.flex-container .btn {
  display: inline-block;
  background-color: rgba(206, 29, 46, 1);
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 4px;
  transition: background-color .3s ease;
}

.flex-container .btn:hover {
  background-color: rgba(206, 29, 46, .8);
}

.bordered-text {
  color: #767676;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 2px 6px;
  border: 2px solid #767676;
  margin-left: auto;
}

.local-elections-2023 .row p.source-text {
  display: inline-block;
  color: #767676;
  text-align: right;
  font-size: 13px;
  font-style: normal;
  line-height: 1.2;
  max-width: 300px;
}

.local-elections-2023 .flex-item.btn-list,
.local-elections-2023 .flex-item.results-list {
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
}

.local-elections-2023 .flex-item.btn-list,
.local-elections-2023 .flex-item.btn-holder  {
  flex-shrink: 1;
  flex-grow: 1;
}

.local-elections-2023 .results-list .card {
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  max-width: 62px;
  justify-content: center;
  align-items: center;
}

.local-elections-2023 .results-list .card span {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  align-items: center;
  border: 2px solid;
  margin: 0 auto;
  order: 1;
}

.local-elections-2023 .results-list .card h5 {
  display: block;
  color: #767676;
  text-align: center;
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  padding-top: 4px;
  order: 2;
}

figure.candidate {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
}

figure.candidate img {
  margin-top: -10px;
  max-width: 80%;
  align-self: flex-end;
  transition: all 1.2s ease;
  transform: scale(1.01);
}

figure.candidate:hover {
  opacity: .9;
}

figure.candidate:hover img {
  transform: scale(1.05);
}

.local-elections-2023 .results-list > *:not(:nth-child(-n+6)),
.local-elections-2023 .candidates-list > *:not(:nth-child(-n+6)) {
  display: none;
}

figure.candidate figcaption h4 span {
  color: white;
  background-color: #767676;
}

figure.candidate figcaption {
  display: grid;
  grid-template-columns: auto 1fr;
  position: relative;
  height: 100%;
}

figure.candidate figcaption h4,
figure.candidate figcaption h5 {
  grid-column: 2/3;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  min-height: 45px;
}

figure.candidate figcaption h4 {
  grid-row: 1;
  padding: 6px 5px 0px 60px;
  font-weight: 500;
  background-color: #767676;
  position: relative;
}

figure.candidate figcaption h5 {
  grid-row: 2;
  font-weight: 500;
  background-color: white;
}

figure.candidate figcaption h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bgColor);
}

figure.candidate figcaption h4::after {
  content: attr(data-result);
  position: absolute;
  top: -38px;
  left: -5px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: white;
  box-shadow: 3px -2px #767676, 0px 1px 1px #767676;
}

/* Second Tour */

.local-elections-2023 .flex-container.col-3 .candidates-list {
  max-width: 32%;
  width: 100%;
  margin-bottom: 28px;
}

.local-elections-2023 .flex-container.col-3 .candidates-list .flex-item {
  max-width: 180px;
  width: 48%;
  max-height: 200px;
}

.local-elections-2023 .headline.dashed {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  text-align: center;
  margin-top: 0;
}

.local-elections-2023 .headline.dashed span {
  position: relative;
  font-style: normal;
  background-color: white;
  z-index: 1;
  padding: 0 6px;
}

.local-elections-2023 .headline.dashed:before {
  content: "";
  position: absolute;
  height: 20px;
  background-color: white;
  top: 0;
  border: 3px solid #767676;
  border-top: 0;
  right: 0;
  width: 100%;
  z-index: 0;
  transform: translateY(-7px);
}

/* Бутони на градовете в края на статии */
.elections-results-town .flex-container {
  position: relative;
  display: block;
}

.elections-results-town {
  padding: 30px 0 20px;
}

.elections-results-town h3.headline {
  position: relative;
  display: block;
  color: #767676;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.elections-results-town ul.btn-list {
  display: flex;
  gap: 10px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
}

.elections-results-town ul.btn-list a.btn {
  padding: 2px 4px;
  min-width: auto;
}

/* fix for sled5 titles */
[class*='articles-in-package'] .pack-title + .pack-sub-title {
  margin-top: 0
}

.tooltip-link.show {
  position: absolute;
  display: inline-block;
  visibility: visible;
  opacity: 1;
  width: 100%;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 10;
  top: -30px;
  left: -50px;
  margin-left: 0;
  transition: opacity 0.3s;
  font-size: 12px;
}

.tooltip-link {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-link::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* ////////////// */
/* CSS NEW LAYOUT */
/* ////////////// */

body.no-scroll {
	height: 100%;
	overflow: hidden;
}

body.no-scroll-mob,
body.main-menu-open {
	height: 100vh;
	min-height: 100%;
	overflow: hidden;
}

@media only screen and (min-width:768px) {
	body.no-scroll-mob {
		overflow-x: hidden;
		overflow-y: auto;
		height: 100%;
	}
}

[class*=col-] {
  display: flex;
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

@media only screen and (min-width:768px) {
  .col-1 {
    width: 8.33%;
  }

  .col-2 {
    width: 16.66%;
  }

  .col-3 {
    width: 25%;
  }

  .col-4 {
    width: 33.33%;
    max-width: 33.33%;
  }

  .col-5 {
    width: 41.66%;
  }

  .col-6 {
    width: 50%;
  }

  .col-7 {
    width: 58.33%;
  }

  .col-8 {
    width: 66.66%;
    max-width: 66.66%;
  }

  .col-9 {
    width: 75%;
  }

  .col-10 {
    width: 83.33%;
  }

  .col-11 {
    width: 91.66%;
  }

  .col-12 {
    width: 100%;
  }
}

.header-area .story-social-block .comments,
.header-area .story-social-block .likes {
	display: flex;
	color: rgba(0, 0, 0, .5);
	align-items: center;
	margin-right: 12px
}

.header-area .story-social-block .icon-like,
.header-area .story-social-block .icon-share {
	font-size: 1.9rem;
	margin-right: 12px;
	margin-top: -2px;
}

.header-area .story-social-block .icon-comment {
	font-size: 1.85rem;
	margin-right: 12px;
}

.header-area .story-social-block .share-btn {
	margin-right: 0;
	padding: .4em;
	cursor: pointer;
}

.header-area .story-social-block .share-btn .icon-share {
	font-size: 2rem;
	margin-right: 0;
	color: #db1737;
}

a.text-link,
small.text-link {
  font-size: inherit;
  display: inline-block;
  color: #fff;
  margin: 0;
  cursor: pointer;
  line-height: 1.02;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.btn {
  display: flex;
  position: relative;
  width: 100%;
  font-family: "TheSansDnevnikSemiBold", sans-serif;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  justify-content: center;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn.red {
  background-color: #db1737;
  color: #fff;
  border-radius: 20px;
}

.btn.red span {
  font-family: "TheSansDnevnikSemiBold", sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
}

#header.header-area .header-topbar .header-topbar-nav ul li a.summer-btn {
  display: flex;
  width: auto;
  height: 40px;
  padding: .8em 1em .8em .8em;
  align-items: center;
  background-color: white;
  border-radius: 20px;
  gap: 5px;
  margin-right: 10px;
}

#header.header-area .header-topbar .header-topbar-nav ul li a.summer-btn span.btn-title {
  display: inline-flex;
  color: black;
  font-family: 'TheSerifDnevnikSemiBold', 'Helvetica Neue', Arial, serif;
  font-size: 16px;
}

#header.header-area .header-topbar .header-topbar-nav ul li a.summer-btn:hover {
  opacity: 0.75;
}

#header.header-area .header-topbar .header-topbar-nav ul li a.summer-btn:hover span.btn-title {
  color: black;
}

#header nav[role="navigation"] {
  display: flex;
  height: 100%;
}

#header nav[role="navigation"] li {
  padding-left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
}

#header nav[role="navigation"] .logged {
  margin: 0;
  padding: 0;
}

#header nav[role="navigation"] .i-logged {
  top: 0;
  height: 100%;
  padding: 15px;
}

.logged-open #header nav[role="navigation"] .i-logged:after,
#header nav[role="navigation"] .i-logged:after {
  content: none;
}
 
#header nav[role="navigation"] .i-logged span {
  width: 40px;
  height: 40px;
  border: 1.5px solid rgba(0,0,0,.3);
}

#header nav[role="navigation"] li a.btn.red.abonament {
  max-width: 180px;
  min-width: 165px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.header-area .story-social-block {
	font-size: 1rem;
	color: rgba(0, 0, 0, .5);
	padding: 0;
}

/* Modal */

.md-content {
	width: 100%;
	padding: 20px 20px 30px;
	color: #fff;
	background-color: #db1737;
	position: relative;
	font-size: 1rem;
	margin: 0 auto;
}

.md-content h5 {
	color: #fff;
	text-align: center;
	font-size: 2.5rem;
	line-height: 1;
}

.md-content span.icon-close {
	position: absolute;
	font-size: 1.8rem;
	top: 0;
	right: 0;
	padding: 1rem 2rem;
	cursor: pointer;
	z-index: 201;
}

.md-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: auto;
	min-height: 100px;
	z-index: 0;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  transition: all .1s linear;
	transform: translateX(0) translateY(-50%);
}

.md-modal .md-content {
	transform: translateY(-200%);
	transition: all .1s linear;
	opacity: 0;
}

.share-modal-open .md-modal {
	visibility: visible;
	transform: translateY(0);
	z-index: 200;
  transition: all .1s linear;
}

.share-modal-open .md-modal .md-content {
	transform: translateY(0);
  transition: all .1s linear;
	opacity: 1;
}

/* MODAL */

.modal-wrap {
  position: fixed;
  visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  opacity: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	max-width: 100%;
	width: 100%;
	height: 100vh;
	padding: 0;
	z-index: 2000;
	transition: all .3s linear;
}

.modal-wrap .icon-close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 1.8rem 1.2rem;
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
	z-index: 201;
}

.modal-wrap .icon-close:hover {
	color: #db1737;
}

.modal-wrap .md-headline {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid #f7f7f7;
	padding: 20px 20px 10px;
}

.modal-wrap .md-headline [class*=" icon-"],
.modal-wrap .md-headline [class^=icon-] {
	font-size: 22px;
	line-height: 1;
}

.modal-wrap .md-headline h5 {
	font-size: 32px;
	font-size: 2rem;
	margin: 0;
	padding: 0;
}

.modal-wrap .md-content {
	background-color: #fff;
	position: relative;
	margin: 0 auto;
	padding: 20px;
	height: 100vh;
}

.modal-wrap.modal-dark-theme {
	background-color: #333;
	color: #fff;
}

.modal-wrap.modal-dark-theme .icon-close,
.modal-wrap.modal-dark-theme .md-content,
.modal-wrap.modal-dark-theme .md-headline h5 {
	background: #333;
	color: #fff;
}

.modal-wrap.modal-dark-theme .icon-close {
	padding: 20px;
}

.modal-wrap.modal-center {
	position: fixed;
	overflow: hidden;
	z-index: 1001;
}

.modal-wrap.modal-center .icon-close {
	font-size: 16px;
}

.modal-wrap.modal-center .md-headline {
	text-align: center;
	border: none;
}

.modal-wrap.modal-center .md-headline h5 {
	font-size: 24px;
	padding-bottom: 0;
}

.modal-wrap.modal-center .md-content {
	height: 100%;
}

.modal-wrap.modal-onplace {
	position: fixed;
	overflow: hidden;
	z-index: 20008;
}

.modal-wrap.modal-onplace:after,
.modal-wrap.modal-onplace:before {
	content: none;
}

.modal-wrap.modal-onplace .md-content {
	height: 100%;
}

.modal-wrap.registration-modal {
	max-width: 820px;
}

.modal-wrap.login-modal,
.modal-wrap.pass-recover-modal {
	max-width: 100%;
}

.share-modal-open .modal-wrap {
  visibility: visible;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
  opacity: 1;
  transition: all .1s linear;
}

@media only screen and (min-width:768px) {
	.modal-wrap {
		height: auto;
		min-height: auto;
		max-height: 100%;
		bottom: auto;
	}

	.modal-wrap.login-modal,
	.modal-wrap.pass-recover-modal {
		max-width: 420px;
	}

	.modal-wrap.modal-onplace {
		position: absolute;
		top: 68px;
		left: auto;
		right: -130px;
		bottom: auto;
		max-width: 320px;
		min-width: 320px;
		width: 100%;
		height: auto;
		overflow: visible;
	}

	.modal-wrap.modal-onplace:before {
		top: -11px;
		border-bottom: 11px solid rgba(0, 0, 0, .2);
	}

	.modal-wrap.modal-onplace:after,
	.modal-wrap.modal-onplace:before {
		content: "";
		position: absolute;
		left: 50%;
		right: auto;
		margin-left: -5px;
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
		border-top: 0;
	}

	.modal-wrap.modal-onplace:after {
		top: -10px;
		border-bottom: 10px solid #fff;
	}

	.modal-wrap.modal-onplace .icon-close {
		position: absolute;
		right: 0;
		top: 0;
		padding: 20px;
		font-size: 20px;
		line-height: 1;
		cursor: pointer;
	}

	.modal-wrap.modal-onplace .md-headline {
		display: none;
		font-size: 0;
	}

	.modal-wrap.modal-onplace .md-content {
		box-shadow: 0 1px 20px 1px rgba(0, 0, 0, .15);
		position: relative;
		margin: 0 auto;
		height: auto;
	}

	.modal-wrap.modal-center {
		top: 45%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0) scale(1);
	}
}

ul.icon-links-list {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 6px;
}

ul.icon-links-list li {
	display: inline-flex;
	width: 49%;
	max-width: auto;
}

ul.icon-links-list li a {
  font-family: "TheSansDnevnikSemiBold", sans-serif;
	display: flex;
	width: 100%;
	height: 100%;
	background-color: #000;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
	align-items: center;
  cursor: pointer;
}

ul.icon-links-list li a [class*=" icon-"],
ul.icon-links-list li a [class^=icon-] {
	font-size: 16px;
  color: white;
	padding: 10px 6px 10px 10px;
}

ul.icon-links-list li a span {
	font-size: 15px;
}

@media only screen and (min-width:768px) {
	ul.icon-links-list {
		gap: 5px;
	}

	ul.icon-links-list li {
		max-width: 146px;
	}
}

.search-form {
	position: relative;
	margin: 8px 0 14px;
}

.search-form .search-input {
	background: 0 0 !important;
	background-color: transparent !important;
	font-size: 16px;
	line-height: 1;
	padding: 5px 25px 5px 5px;
	border: 0;
	color: white;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.search-form .search-input:-internal-autofill-selected,
.search-form .search-input::-moz-selection,
.search-form .search-input::selection,
.search-form .search-input:focus {
	background-color: none !important;
}

.search-form button.search-submit {
  position: absolute;
  background-color: transparent;
  right: 0;
  top: 0;
	color: rgba(255, 255, 255, .5);
	font-size: 20px;
	padding: 0 5px;
  cursor: pointer;
}

.search-form button.search-submit:hover {
	color: rgba(255, 255, 255, .8);
}

.social-media-wrapper {
	max-width: 100%;
}

.social-media-wrapper,
.social-media-wrapper .social-media-list {
	width: 100%;
	display: block;
}

.social-media-wrapper .social-media-list li {
	display: block;
  position: relative;
	margin-bottom: 14px;
}

.social-media-wrapper .social-media-list li a,
.social-media-wrapper .social-media-list li button {
	display: flex;
	padding: 0;
	width: 100%;
	height: 100%;
	align-items: center;
  text-decoration: none;
}

.social-media-wrapper .social-media-list li a:visited,
.social-media-wrapper .social-media-list li a:hover,
.social-media-wrapper .social-media-list li button:visited,
.social-media-wrapper .social-media-list li button:hover {
  opacity: 0.75;
}

.social-media-wrapper .social-media-list li .tooltip-link.show {
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 14px;
  top: 0;
  width: auto;
  right: auto;
  left: 50px;
}

.social-media-wrapper .social-media-list li .tooltip-link::after {
  content: none;
}

.social-media-wrapper .social-media-list li a span,
.social-media-wrapper .social-media-list li button span {
  font-family: "TheSansDnevnikPlain", sans-serif;
  font-style: normal;
  font-weight: 400;
	display: inline-block;
	font-size: 18px;
	color: #000;
}

.social-media-wrapper .social-media-list li a [class*=" icon-"],
.social-media-wrapper .social-media-list li a [class^=icon-],
.social-media-wrapper .social-media-list li button [class*=" icon-"],
.social-media-wrapper .social-media-list li button [class^=icon-] {
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 22px;
	border: 1px solid #e8e8e8;
	border-radius: 50%;
	text-align: center;
	margin-right: 14px;
}

/* CSS NEW FOOTER */
.row {
  display: block;
}

.row.flex {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.row.wrap {
  flex-wrap: wrap;
}

.valign-center {
  align-items: center;
}

.small-device-hide {
  display: none !important;
}

.mb-30 {
  margin-bottom: 30px;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
}

.container.wrap {
  flex-wrap: wrap;
}

ul.more-about {
  flex-direction: row;
  flex-wrap: wrap;
}

ul.more-about, ul.more-about li {
  display: inline-flex;
}

ul.more-about li h6 {
  font-family: 'TheSansDnevnikBold', sans-serif;
  color: #fff;
  padding: 5px 5px 5px 0;
  font-size: 17px;
  line-height: 1;
  margin: 0;
}

ul.more-about li .sub-links {
  margin-right: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

ul.more-about li .sub-links li a {
  font-size: 15px;
}

.logo-area {
  background-color: #db1737;
  max-width: 375px;
  height: 100%;
  padding: 14px 12px 12px;
  order: 1;
}

.logo-area .dnevnik-logo {
  height: 37px;
  width: auto;
}

.logo-area h1 {
  font-size: 0;
  opacity: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.footer-area {
  width: 100%;
  display: block;
  position: relative;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "TheSansDnevnikPlain", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14.5px;
  line-height: 20px;
  color: #000;
}

.footer-area button,
.footer-area a,
.footer-area small,
.footer-area address {
  font-family: "TheSansDnevnikPlain", sans-serif;
  font-style: normal;
  font-size: 14.5px;
}

.footer-area strong {
  font-weight: 600;
}

.footer-area h6,
.footer-area h5 {
  position: relative;
  font-size: inherit;
  font-family: "TheSerifDnevnikSemiBold", serif;
  color: #000;
  margin: 0 0 15px;
  line-height: 1.5;
}

.footer-area .footer-heading {
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  align-content: space-between;
  width: 100%;
  height: 60px;
  padding: 0 15px;
}

.footer-area .footer-heading .red-line {
  background-color: #db1737;
  width: 100%;
  height: 3px;
  order: 2;
  transform: translateY(-100%);
}

.footer-area .footer-copyright {
  background-color: #292929;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}

.footer-area .footer-copyright .container {
  padding: 30px 15px;
}

.footer-area .footer-copyright .container h5 {
  display: inline-flex;
  font-size: 22px;
  color: #fff;
  margin: 0 15px 0 0;
  line-height: 1;
  min-width: 120px;
}

.footer-area .footer-copyright .container .legal-info {
  flex-direction: column;
  font-family: 'TheSansDnevnikSemiLight';
  padding: 10px 0;
  width: 100%;
  font-size: 15px;
}

.footer-area .footer-copyright {
  background-color: #292929;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}

.footer-area .footer-copyright a {
  color: #fff;
}

.footer-area .footer-copyright .container .legal-info .col-4 {
  width: 100%;
  max-width: 100%;
  flex-direction: column;
}

.footer-area .footer-copyright .container .legal-info p {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 18px;
}

.legal-info .legal-links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.legal-info .legal-links li {
  position: relative;
  margin-bottom: 5px;
}

.legal-info .legal-links li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.5);
}

.legal-info .legal-links li:first-of-type:before {
  content: none;
}

.legal-info .legal-links li a {
  padding: 2px 16px;
  text-decoration: underline;
}

.legal-info .legal-links li:first-of-type a {
  padding: 2px 16px 2px 0;
}

.footer-area .footer-copyright .container .legal-info .col-8 {
  display: none;
}

.footer-area .footer-body {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 0 0;
}

.footer-area .footer-body .foot-menu-wrapper {
  width: 100%;
  order: 2;
  flex-grow: 5;
}

.footer-area .footer-body .social-media-wrapper {
  max-width: 100%;
  width: 100%;
  display: flex;
  order: 1;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 15px;
}

.footer-area .footer-body .social-media-wrapper .social-media-list {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

.footer-area .footer-body .social-media-wrapper .social-media-list li {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-bottom: 0;
}

.footer-area .footer-body .social-media-wrapper .social-media-list li a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #E8E8E8;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
}

.footer-area .footer-body .social-media-wrapper .social-media-list li a span {
  font-size: 20px;
  line-height: 45px;
  border: 0;
  width: 45px;
  height: 45px;
}

.footer-area .footer-body .social-media-wrapper .social-media-list li a .social-media-title {
  display: none;
}

.main-menu li {
  font-family: "TheSansDnevnikPlain", sans-serif;
  display: inline-block;
  width: 100%;
}

.main-menu li a {
  font-size: 15px;
  font-family: "TheSansDnevnikPlain", sans-serif;
  text-decoration: none;
  display: block;
  width: 100%;
  color: #fff;
  padding: 10px;
}

.main-menu.site-map {
  column-count: 2;
  column-fill: balance;
  column-rule: solid 1px #E8E8E8;
}

.main-menu.site-map li a.menu-category {
  display: block;
  width: 100%;
  color: #000;
  padding: 15px;
}

.main-menu.site-map li a.menu-category:last-of-type {
  padding: 15px 15px 20px;
}

.main-menu.site-map li a.menu-category h6 {
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}

.main-menu.site-map li .sub-menu {
  display: none;
}

@media (min-width: 768px) {
  .small-device-hide {
    display: block !important;
  }

  .footer-area,
  .footer-area button,
  .footer-area a,
  .footer-area small,
  .footer-area address {
    font-size: 16px;
  }

  .footer-area .container {
    padding: 16px;
  }

  .footer-area .footer-heading {
    padding: 0;
  }

  .footer-area .footer-copyright {
    font-size: 16px;
  }

  .footer-area .footer-copyright .container {
    display: flex;
    flex-direction: column;
    padding: 30px 15px 40px;
  }

  .footer-area .footer-copyright .container .legal-info {
    flex-direction: row;
    gap: 20px;
  }

  .footer-area .footer-copyright .container .legal-info .col-4 {
    width: 34%;
    max-width: 34%;
  }

  .footer-area .footer-copyright .container .legal-info .col-8 {
    display: flex;
    flex-direction: column;
    width: 66%;
    max-width: 66%;
  }

  .footer-area .footer-copyright .container .legal-info p {
    margin-bottom: 20px;
    line-height: 1.3;
    max-width: 410px;
  }

  .footer-area .footer-copyright .container .legal-info .col-4 .legal-links {
    display: none;
  }

  .footer-area .footer-body {
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 30px 0;
  }

  .footer-area .footer-body .foot-menu-wrapper {
    width: 100%;
    max-width: 90%;
    order: 1;
    flex-grow: 5;
  }

  .footer-area .footer-body .social-media-wrapper {
    max-width: 75px;
    display: flex;
    width: 100%;
    order: 2;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
  }

  .footer-area .footer-body .social-media-wrapper .social-media-list {
    display: block;
    width: 55px;
  }

  .footer-area .footer-body .social-media-wrapper .social-media-list li {
    width: 55px;
    height: 55px;
    margin-bottom: 15px;
  }

  .footer-area .footer-body .social-media-wrapper .social-media-list li a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #E8E8E8;
    border-radius: 50%;
    text-align: center;
  }

  .footer-area .footer-body .social-media-wrapper .social-media-list li a span {
    font-size: 24px;
    line-height: 55px;
    width: 100%;
    height: 100%;
  }

  .footer-area .footer-copyright {
    font-size: 16px;
  }

  .main-menu {
    column-count: 1;
    column-rule: none;
  }

  .main-menu.site-map {
    column-count: 6;
    column-rule: none;
  }

  .main-menu.site-map li .sub-menu {
    display: block;
  }

  .main-menu.site-map li a.menu-category:last-of-type {
    padding: 10px 0;
  }

  .main-menu.site-map li a.menu-category h6 {
    color: #db1737;
    font-size: 1.2rem;
  }

  figure.partner-amb {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }

  figure.partner-amb img.img-footer {
    width: 50px;
    max-width: 50px;
    height: 50px;
  }

  figure.partner-amb figcaption {
    max-width: 680px;
    font-size: .9rem;
    line-height: 1.4;
    font-family: "TheSansDnevnikPlainItalic";
    color: rgba(255, 255, 255, 0.8);
  }

  .main-menu.site-map li .sub-menu li a {
    color: #000;
    width: 100%;
    padding: 7px 0;
    font-size: 15px;
    line-height: 1.2;
    cursor: pointer;
  }
}

.mrf-article-body .social-links .icon-btn.share-btn {
  display: none;
}

/* Header Area */

#header.header-area {
  position: relative;
  margin-bottom: 0;
  background-color: #f7f7f7;
  display: flex;
  width: 100%;
  height: 60px;
  align-items: center;
  flex-grow: 1;
}

/* #header.header-area.stickyHeader  */

#header.affix {
  position: fixed;
  background-color: #f7f7f7;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.15);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

#header.header-area button,
#header.header-area button:hover {
  background: transparent;
}

#header.header-area .logo-area {
  background-color: #db1737;
  height: 100%;
  padding: 12px 4px 10px 8px;
  min-width: 30px;
  order: 1;
}

#header.header-area .logo-area .dnevnik-logo {
  height: 28px;
  min-height: 28px;
  width: auto;
}

#header.header-area.affix-top .logo-area .desktop-hide,
#header.header-area .logo-area .desktop-hide,
#header.header-area.affix .logo-area .mobile-hide {
  display: flex;
}

#header.header-area.affix .logo-area .desktop-hide,
#header.header-area.affix-top .logo-area .mobile-hide,
#header.header-area .logo-area .mobile-hide  {
  display: none;
}

#header.header-area .logo-area h1 {
  font-size: 0;
  opacity: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}

#header.header-area .toggle-btn {
  z-index: 1;
  cursor: pointer;
}

#header.header-area .toggle-btn,
#header.header-area .toggle-btn .hamburger-icon {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  order: 2;
  width: 40px;
  height: 100%;
}

#header.header-area .toggle-btn .hamburger-icon {
  background-color: #db1737;
  justify-content: center;
  border: none;
  z-index: 1000;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#header.header-area .toggle-btn .hamburger-icon span {
  background-color: #fff;
  display: block;
  width: 18px;
  height: 2px;
  position: absolute;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

#header.header-area .toggle-btn .hamburger-icon span:first-child {
  top: 18px;
}

#header.header-area .toggle-btn .hamburger-icon span:nth-child(2) {
  top: 24px;
}

#header.header-area .toggle-btn .hamburger-icon span:nth-child(3) {
  top: 30px;
}

#header.header-area .toggle-btn .hamburger-icon span {
  transition: .25s ease-in-out;
}

.main-menu-open #header.header-area .toggle-btn .hamburger-icon span:first-child {
  top: 24px;
  transform: rotate(135deg);
}

.main-menu-open #header.header-area .toggle-btn .hamburger-icon span:nth-child(2) {
  opacity: 0;
  transform: scale(.1);
}

.main-menu-open #header.header-area .toggle-btn .hamburger-icon span:nth-child(3) {
  top: 24px;
  transform: rotate(-135deg);
}

#header.header-area .hot-link {
  position: relative;
  font-size: .9rem;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 5px 12px;
  height: 40px;
  margin: 10px 15px;
}

#header.header-area .hot-link,
#header.header-area .hot-link .counter {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

#header.header-area .hot-link .counter {
  font-size: 13px;
  line-height: 1;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #db1737;
  border-radius: 50%;
  margin: 0 0 0 8px;
}

#header.header-area .header-logonav {
  max-width: 312px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  order: 1;
  background-color: #db1737;
}

#header.header-area.affix .header-headline,
#header.header-area.affix.stickyTitle {
  font-size: 20px;
  line-height: 1.2;
  order: 2;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
  flex: 1 1 auto;
  margin: 0;
  padding: 7px 16px;
  cursor: pointer;
}

#header.header-area.affix-top.stickyTitle,
#header.header-area.affix-top .header-headline {
  display: none;
}

#header.header-area .header-topbar {
  display: flex;
  order: 3;
  height: 100%;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
}

#header.header-area .header-topbar .header-topbar-nav ul {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 6px;
  min-width: 185px;
  max-width: 100%;
  width: 100%;
  right: 0;
  left: auto;
}

#header.header-area .header-topbar .header-topbar-nav ul.profile-menu {
  flex-direction: column;
  gap: 0;
}

#header.header-area .header-topbar .header-topbar-nav ul li a {
  padding: 5px;
}

#header.header-area .header-topbar .header-topbar-nav ul li a.i-logged {
  padding: 15px;
}

#header.header-area .header-topbar .hot-link {
  align-self: flex-start;
  margin-right: auto;
}

#header.header-area .header-topbar .icon-btn {
  padding: 15px;
  font-size: 18px;
  cursor: pointer;
}

#header.header-area .header-topbar .comments {
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  border: 0;
  display: flex;
  color: rgba(0, 0, 0, 0.5);
  align-items: center;
  margin: 0;
  text-decoration: none;
}

#header.header-area .header-topbar .comments .icon-comment {
  color: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  margin-right: 8px;
}

#header.header-area .header-topbar .text-link {
  display: block;
  color: #262626;
  font-size: 16px;
  font-weight: 600;
  padding: 5px;
  text-decoration: none;
  margin: 0;
  border: 0;
}

#header.header-area .header-topbar .story-social-block {
  width: auto;
  margin: 0 0 0 .5rem;
}

#header.header-area .header-topbar .story-social-block .comments {
  margin-right: 0;
}

#header.header-area .header-topbar .story-social-block .comments .icon-comment {
  font-size: 30px;
  margin-right: 8px;
}

#header.header-area .header-topbar .story-social-block .icon-btn {
  padding: 10px;
  font-size: 20px;
}

#header.header-area .header-topbar .story-social-block >.modal-wrap {
  right: 0;
  top: 60px;
}

#header.header-area .header-topbar .story-social-block >.modal-wrap:after,
#header.header-area .header-topbar .story-social-block >.modal-wrap:before {
  right: 25px;
  left: auto;
}

#header.header-area .profile-block {
  display: flex;
  position: relative;
  margin: 0;
  height: 100%;
  transition: color .6s cubic-bezier(.45, 0, .1, 1), background-color .6s cubic-bezier(.45, 0, .1, 1);
}

#header.header-area .profile-block,
#header.header-area.affix-top .profile-block,
#header.header-area .text-link.alltoday 
#header.header-area.affix-top .text-link.alltoday {
  display: flex;
}

#header.header-area.affix .profile-block,
#header.header-area.affix .text-link.alltoday {
  display: none;
}

#header nav[role="navigation"] .i-logged.profile-btn,
#header.header-area .profile-block .profile-btn {
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 0;
  height: 100%;
  cursor: pointer;
}

#header nav[role="navigation"] .i-logged.profile-btn.logged,
#header.header-area .profile-block .profile-btn.logged {
  padding: 12px;
}

#header.header-area .profile-block .profile-btn h5 {
  font-family: 'TheSansDnevnikSemiBold', sans-serif;
  font-size:  1rem;
  line-height: 1;
  color: #000;
  border-bottom: 1px solid #000;
  margin: 0 .4em 0 0;
}

#header.header-area .profile-block .profile-btn .icon-btn {
  padding: 4px;
  width: 34px;
  height: 34px;
  background-color: transparent;
  color: #000;
  border: 1.5px solid #000;
  border-radius: 50%;
  transition: color .6s cubic-bezier(.45, 0, .1, 1), border-color .6s cubic-bezier(.45, 0, .1, 1);
}

#header.header-area .profile-block .profile-btn .icon-btn.user-avatar {
  padding: 0;
  border-color: rgba(0, 0, 0, .3);
}

#header.header-area .profile-block .profile-btn span {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  overflow: hidden;
}

#header.header-area .profile-block .profile-btn.logged {
  display: flex;
  align-items: center;
}

#header nav[role="navigation"] .logged ul,
.logged-open #header nav[role="navigation"] .logged ul.profile-menu {
  margin: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  opacity: 0;
  color: #fff;
  background: #292929;
  z-index: 12;
  min-width: 100%;
  min-height: 235px;
  padding: 10px;
  border-top: 1px solid hsla(0, 0%, 100%, .1);
  transform-style: preserve-3d;
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: top center;
  transition: all .35s cubic-bezier(.45, 0, .1, 1);
}

#header nav[role="navigation"] .logged ul li,
.logged-open #header nav[role="navigation"] .logged ul.profile-menu li {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0;
}

#header nav[role="navigation"] .logged ul li a,
.logged-open #header nav[role="navigation"] .logged ul.profile-menu li a {
  padding: 5px 12px;
  font-size: 1rem;
}

.logged-open #header.header-area .profile-block {
  background: #292929;
  color: #fff;
}

#header.header-area .profile-block-open .profile-btn h5 {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.logged-open #header.header-area .i-logged.profile-btn h5 {
  color: #fff;
  border-bottom: 1px solid #fff;
}

#header.header-area .profile-block-open .profile-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

#header.header-area .profile-block:hover .profile-btn .icon-btn {
  color: #db1737;
  border-color: #db1737;
}

#header.header-area .profile-block:hover .profile-btn .icon-btn.no-person {
  border-color: rgba(0, 0, 0, .4);
}

.main-menu-open #header.header-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10005;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .15);
  animation: fadeInDown .5s ease-in-out 0s 1 normal none running;
}

@media only screen and (min-width:480px) {
  #header.header-area {
    height: 60px;
  }

  #header.header-area .logo-area {
    background-color: #db1737;
    height: 100%;
    padding: 12px 4px 10px 14px;
    min-width: 50px;
    order: 1;
  }

  #header.header-area .logo-area .dnevnik-logo {
    height: 37px;
    min-height: 37px;
    width: auto;
  }

  #header.header-area .logo-area h1 {
    font-size: 0;
    opacity: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
  }

  #header.header-area .toggle-btn {
    width: 50px;
  }

  #header.header-area .toggle-btn .hamburger-icon {
    position: relative;
    display: inline-flex;
    background-color: #db1737;
    justify-content: center;
    border: none;
    width: 60px;
    height: 100%;
    order: 2;
    z-index: 1000;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  #header.header-area .toggle-btn .hamburger-icon span {
    width: 28px;
    height: 3px;
    position: absolute;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
  }

  #header.header-area .toggle-btn .hamburger-icon span:first-child {
    top: 20px;
  }

  #header.header-area .toggle-btn .hamburger-icon span:nth-child(2) {
    top: 28px;
  }

  #header.header-area .toggle-btn .hamburger-icon span:nth-child(3) {
    top: 36px;
  }

  .main-menu-open #header.header-area .toggle-btn .hamburger-icon span:first-child {
    top: 28px;
    transform: rotate(135deg);
  }

  .main-menu-open #header.header-area .toggle-btn .hamburger-icon span:nth-child(2) {
    opacity: 0;
  }

  .main-menu-open #header.header-area .toggle-btn .hamburger-icon span:nth-child(3) {
    top: 28px;
    transform: rotate(-135deg);
  }

  #header.header-area .header-headline {
    font-size: 1.1rem;
    line-height: 1.1;
    order: 2;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
    flex: 1 1 auto;
    margin: 0;
    padding: .5em 1rem;
  }

  #header.header-area .header-topbar {
    display: flex;
    order: 3;
    height: 100%;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-end;
  }

  #header.header-area .header-topbar .hot-link {
    align-self: flex-start;
    margin-right: auto;
  }

  #header.header-area .header-topbar .icon-btn {
    padding: 19px 15px 19px 0;
    font-size: 22px;
    cursor: pointer;
  }

  #header.header-area .header-topbar .icon-btn.share-btn {
    color: #db1737;
    font-size: 30px;
    padding: 19px 5px 19px 5px;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
  }

  #header.header-area .header-topbar .icon-btn.profile-icon {
    padding: 19px 22px 19px 15px;
  }

  #header.header-area .header-topbar .text-link {
    display: block;
    padding: 5px;
    margin: 0
  }

  #header.header-area .header-topbar .story-social-block {
    width: auto;
    margin: 0 0 0 8px;
  }

  #header.header-area .header-topbar .story-social-block .comments {
    margin-right: 0;
  }

  #header.header-area .header-topbar .story-social-block .comments .icon-comment {
    font-size: 24px;
    margin-right: 8px;
  }

  #header.header-area.affix .comments,
  #header.header-area.affix .header-topbar .icon-btn.share-btn  {
    display: flex;
  }

  #header.header-area.affix-top .comments,
  #header.header-area.affix-top .header-topbar .icon-btn.share-btn  {
    display: none;
  }

  #header.header-area .header-topbar .story-social-block .icon-btn {
    padding: 10px;
    font-size: 20px;
  }

  #header.header-area .header-topbar .btn.red.abonament {
    margin: 0 8px;
    height: 32px;
    min-width: 130px;
    max-width: 150px;
  }

  #header.header-area .header-topbar .btn.red.abonament .btn-title {
    font-size: 14.5px;
  }
}

@media only screen and (min-width:768px) {
  #header.header-area .header-topbar .story-social-block >.modal-wrap {
    right: 0;
    top: 68px;
  }

  #header.header-area .header-topbar .story-social-block>.modal-wrap:after,
  #header.header-area .header-topbar .story-social-block>.modal-wrap:before {
    right: 25px;
    left: auto;
  }

  #header.header-area {
    height: 60px;
  }

  #header.header-area .logo-area {
    background-color: #db1737;
    height: 100%;
    padding: 14px 4px 10px 14px;
    min-width: 50px;
    order: 1;
  }

  #header.header-area .logo-area .dnevnik-logo {
    height: 37px;
    min-height: 37px;
    width: auto;
  }

  #header.header-area .logo-area h1 {
    font-size: 0;
    opacity: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
  }

  #header.header-area .toggle-btn {
    width: 60px;
  }

  #header.header-area .toggle-btn .hamburger-icon {
    position: relative;
    display: inline-flex;
    background-color: #db1737;
    justify-content: center;
    border: none;
    width: 60px;
    height: 100%;
    order: 2;
    z-index: 1000;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  #header.header-area .toggle-btn .hamburger-icon span {
    width: 28px;
    height: 3px;
    position: absolute;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
  }

  #header.header-area .toggle-btn .hamburger-icon span:first-child {
    top: 22px;
  }

  #header.header-area .toggle-btn .hamburger-icon span:nth-child(2) {
    top: 30px;
  }

  #header.header-area .toggle-btn .hamburger-icon span:nth-child(3) {
    top: 38px;
  }

  .main-menu-open #header.header-area .toggle-btn .hamburger-icon span:first-child {
    top: 30px;
    transform: rotate(135deg);
  }

  .main-menu-open #header.header-area .toggle-btn .hamburger-icon span:nth-child(2) {
    opacity: 0;
  }

  .main-menu-open #header.header-area .toggle-btn .hamburger-icon span:nth-child(3) {
    top: 30px;
    transform: rotate(-135deg);
  }

  #header.header-area .header-headline {
    font-size: 1.1rem;
    line-height: 1.1;
    order: 2;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
    flex: 1 1 auto;
    margin: 0;
    padding: .5em 1rem;
  }

  #header.header-area .header-topbar {
    display: flex;
    order: 3;
    height: 100%;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-end;
  }

  #header.header-area .header-topbar .hot-link {
    align-self: flex-start;
    margin-right: auto;
  }

  #header.header-area .header-topbar .icon-btn {
    padding: 19px 15px 19px 0;
    font-size: 22px;
    cursor: pointer;
  }

  #header.header-area .header-topbar .icon-btn.share-btn {
    color: #db1737;
    font-size: 30px;
    padding: 19px 5px 19px 5px;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
  }

  #header.header-area .header-topbar .icon-btn.profile-icon {
    padding: 19px 22px 19px 15px;
  }

  #header.header-area .header-topbar .text-link {
    display: block;
    padding: 5px;
    margin: 0
  }

  #header.header-area .header-topbar .story-social-block {
    width: auto;
    margin: 0 0 0 8px;
  }

  #header.header-area .header-topbar .story-social-block .comments {
    margin-right: 0;
  }

  #header.header-area .header-topbar .story-social-block .comments .icon-comment {
    font-size: 24px;
    margin-right: 8px;
  }

  #header.header-area.affix .comments,
  #header.header-area.affix .header-topbar .icon-btn.share-btn  {
    display: flex;
  }

  #header.header-area.affix-top .comments,
  #header.header-area.affix-top .header-topbar .icon-btn.share-btn  {
    display: none;
  }

  #header.header-area .header-topbar .story-social-block .icon-btn {
    padding: 10px;
    font-size: 20px;
  }

  #header.header-area .header-topbar .btn.red.abonament {
    margin: 0 8px;
    height: 32px;
    min-width: 145px;
    max-width: 160px;
  }

  #header.header-area .header-topbar .btn.red.abonament .btn-title {
    font-size: 14.5px;
  }
}

@media only screen and (min-width:1146px) {
  #header.header-area {
    height: 70px;
  }

  #header.header-area .profile-block {
    display: flex;
    margin: 0;
  }

  #header.header-area .profile-block .profile-btn .icon-btn {
    width: 38px;
    height: 38px;
  }

  #header.header-area .profile-block .profile-btn span {
    width: 32px;
    height: 32px;
  }

  #header nav[role="navigation"] .logged ul,
  .logged-open #header nav[role="navigation"] .logged ul.profile-menu  {
    top: 70px;
  }

  #header.header-area .header-headline {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  #header.header-area .logo-area {
    padding: 16px 9px 9px 16px;
    min-width: 60px;
  }

  #header.header-area .logo-area .dnevnik-logo {
    height: 42px;
    min-height: 42px;
    width: auto;
  }

  #header.header-area .toggle-btn {
    width: 60px;
  }

  #header.header-area .toggle-btn .hamburger-icon {
    position: relative;
    display: inline-flex;
    background-color: #db1737;
    justify-content: center;
    border: none;
    width: 60px;
    height: 100%;
    order: 2;
    z-index: 1000;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  #header.header-area .toggle-btn .hamburger-icon span {
    width: 30px;
    height: 3px;
    position: absolute;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
  }

  #header.header-area .toggle-btn .hamburger-icon span:first-child {
    top: 24px;
  }

  #header.header-area .toggle-btn .hamburger-icon span:nth-child(2) {
    top: 34px;
  }

  #header.header-area .toggle-btn .hamburger-icon span:nth-child(3) {
    top: 44px;
  }

  #header.header-area .toggle-btn.menu-opened .hamburger-icon span:first-child {
    top: 32px;
  }

  #header.header-area .toggle-btn.menu-opened .hamburger-icon span:nth-child(2) {
    opacity: 0;
  }

  #header.header-area .toggle-btn.menu-opened .hamburger-icon span:nth-child(3) {
    top: 32px;
  }

  #header.header-area .hot-link {
    font-size: 17px;
    border-radius: 25px;
    padding: 5px 15px;
    height: 50px;
  }

  #header.header-area .header-topbar .story-social-block {
    margin-left: 16px;
  }

  #header.header-area .header-topbar .story-social-block >.modal-wrap {
    top: 70.2px;
  }

  #header.header-area .header-topbar .icon-btn {
    padding: 24px 15px;
    font-size: 24px;
  }

  #header.header-area .header-topbar .icon-btn.profile-btn {
    padding: 24px 24px 24px 15px;
  }

  #header.header-area .header-topbar .btn.red.abonament {
    height: 39px;
    min-width: 165px;
    max-width: 180px;
  }

  #header.header-area .header-topbar .btn.red.abonament .btn-title {
    font-size: 16px;
    font-weight: 500;
    padding: 0;
  }

  .main-menu-open #header.header-area .toggle-btn .hamburger-icon span {
    width: 40px;
  }

  .main-menu-open #header.header-area .toggle-btn .hamburger-icon span:first-child,
  .main-menu-open #header.header-area .toggle-btn .hamburger-icon span:nth-child(3) {
    top: 34px;
  }
}

/* CSS OFF Canvas Menu */;

.off-canvas-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  background: #000;
  top: 60px;
  transition: all .3s linear;
}

.main-menu-open .off-canvas-overlay,
.share-modal-open .off-canvas-overlay {
  opacity: .3;
  visibility: visible;
}

@media only screen and (min-width:1146px) {
  .off-canvas-overlay {
    top: 70px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 199;
    opacity: 0;
    visibility: hidden;
    background: #000;
    transition: all .3s linear;
  }
}

.off-canvas-menu {
  font-family: inherit;
  width: 100%;
  position: fixed;
  background: #292929;
  z-index: 10001;
  top: 0;
  margin-top: 0;
  height: 100vh;
  transition: .5s;
  left: 0;
  margin-left: -100%;
  padding: 70px 10px 10px 10px;
  display: flex;
  flex-direction: column;
}

.off-canvas-menu .head-menu-wrapper {
  height: 100%;
  display: flex;
  padding: 0 0 15px;
  flex-wrap: wrap;
  margin-top: 10px;
  overflow-y: auto;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;
  justify-content: space-between;
}

.off-canvas-menu .head-menu-wrapper::-webkit-scrollbar {
  display: none;
}

.head-menu-wrapper .mCSB_dragger .mCSB_dragger_bar,
.head-menu-wrapper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
  background-color: #E8E8E8;
  width: 4px;
  left: -1px;
}

.head-menu-wrapper .mCSB_dragger .mCSB_draggerRail { 
  width: 4px; 
}

.mCSB_inside > .mCSB_container {
  margin: 0;
}

.head-menu-wrapper .mCSB_scrollTools {
  width: 2px;
  position: absolute;
  height: 100%;
  left: 1px;
  background: #5d5d5d;
  right: auto;
}

.off-canvas-menu .head-menu-wrapper .main-menu {
  position: relative;
  width: 49%;
}

.off-canvas-menu .head-menu-wrapper .main-menu.first-col:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 5px;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: hsla(0, 0%, 100%, .1);
}

.off-canvas-menu .head-menu-wrapper .main-menu.second-col:before {
  content: none;
}

.off-canvas-menu .head-menu-wrapper .main-menu li {
  width: 100%;
  display: inline-flex;
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
}

.off-canvas-menu .head-menu-wrapper .main-menu li a {
  display: inline-flex;
  align-items: center;
  padding: 10px 5px;
  gap: 5px;
}

.off-canvas-menu .head-menu-wrapper .main-menu li a img.summer-icon {
  filter: brightness(0) invert(1);
}

.off-canvas-menu.opened {
  margin-left: 0;
}

.main-menu-open .off-canvas-menu {
  margin-left: 0;
  transition: all .3s linear;
}

.main-menu-open main .wrapper 
{
  padding-top: 70px;
}

body[data-pagetype="homepage"] main .wrapper {
  padding-top: 0;
}

body[data-pagetype="homepage"].main-menu-open #header.header-area {
  top: 0;
  position: fixed;
}

main .wrapper {
  padding-top: 30px;
}

.main-menu-open main .wrapper {
  padding-top: 100px;
}

/* body[data-pagetype="story"] main .wrapper, */
body[data-pagetype="homepage"].main-menu-open main .wrapper {
  padding-top: 70px;
}

body[data-pagesubtype="index"].main-menu-open main .wrapper,
body[data-pagesubtype="video"] main .wrapper,
body[data-pagesubtype="video"].main-menu-open main .wrapper,
body[data-pagesubtype="gallery"] main .wrapper,
body[data-pagesubtype="gallery"].main-menu-open main .wrapper,
body[data-pagetype="forum"].main-menu-open main .wrapper {
  padding-top: 100px;
}

@media only screen and (min-width:768px) {
  .off-canvas-menu {
    margin-top: 0;
    padding: 80px 10px 10px 10px;
    width: 312px;
    flex-wrap: nowrap;
  }

  .off-canvas-menu .head-menu-wrapper .main-menu {
    width: 100%;
    max-height: calc(100vh + 100%);
    padding-left: 12px;
  }

  .off-canvas-menu .head-menu-wrapper .main-menu.second-col:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 5px;
    bottom: 0;
    width: 1px;
    height: 98%;
    background-color: hsla(0, 0%, 100%, .1);
  }

  .off-canvas-menu .head-menu-wrapper .main-menu.second-col li:last-of-type {
    border: 0;
  }
}
