/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: relative;
  width: 100%;
  bottom: -8px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

@font-face {
  font-family: "Montserrat";
  src: url(/assets/fonts/Montserrat-new/Regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/assets/fonts/Montserrat-new/Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/assets/fonts/Montserrat-new/SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/assets/fonts/Montserrat-new/Bold.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/assets/fonts/Montserrat-new/ExtraBold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
html {
  overflow: auto;
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  line-height: 1;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  color: #212121;
  -webkit-font-smoothing: antialiased;
}

INPUT:focus,
BUTTON:focus {
  outline: 0;
}

INPUT:not([type=radio]):not([type=checkbox]),
TEXTAREA,
SELECT {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

img,
video {
  display: block;
}

.centered {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1721px;
  margin: 0 auto;
  padding: 0 24px;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.bgBanners {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  width: 100%;
  max-width: 1721px;
}
.bgBanners .bgLeftBanner,
.bgBanners .bgRightBanner {
  position: absolute;
  top: 0;
}
.bgBanners .bgLeftBanner {
  left: 0;
}
.bgBanners .bgRightBanner {
  right: 0;
}

.blurbg {
  background: rgba(79, 79, 79, 0);
  transition: all 0.2s linear;
}

BODY.navopened .blurbg {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(79, 79, 79, 0.8);
  z-index: 10;
}
BODY.navopened #page-header .popupNav {
  opacity: 1;
  transform: translatey(0);
}

.topbanner {
  margin-bottom: 8px;
}
.topbanner.desktop-banner {
  display: none;
  max-width: 970px;
  margin: 0 auto;
}
.topbanner.mobile-banner {
  text-align: center;
  aspect-ratio: 375/128;
}

#page-header {
  position: relative;
  margin-bottom: 16px;
}
#page-header .top {
  display: grid;
  grid-template-columns: 1fr 120px 1fr;
  grid-template-rows: auto auto auto;
  align-items: center;
  border-bottom: solid 1px #4F4F4F;
}
#page-header .top .search {
  position: relative;
}
#page-header .top .search INPUT[type=text] {
  position: absolute;
  left: 28px;
  top: -6px;
  width: 100%;
  max-width: 240px;
  padding: 8px;
  box-sizing: border-box;
  border: solid 1px transparent;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.2s linear;
}
#page-header .top .search INPUT[type=text]:focus {
  border: solid 1px #BDBDBD;
}
#page-header .top .search INPUT[type=text]::-ms-input-placeholder, #page-header .top .search INPUT[type=text]::placeholder {
  color: #4F4F4F;
  font-weight: 500;
  font-size: 15px;
  opacity: 1;
}
#page-header .top .search label {
  display: none;
}
#page-header .top .logo IMG {
  width: 100%;
  margin: 16px auto;
}
#page-header .top .meta {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-self: flex-end;
}
#page-header .top .meta .socials {
  display: flex;
  flex-flow: row nowrap;
  margin-right: 40px;
}
#page-header .top .meta .socials A {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 16px;
}
#page-header .top .meta .lang {
  font-weight: 500;
  font-size: 15px;
}
#page-header .top .meta .lang A {
  color: #4F4F4F;
  text-decoration: none;
  transition: all 0.2s linear;
}
#page-header .top .meta .lang A:hover {
  color: #E31F26;
}
#page-header .top .meta .mobileLang {
  display: none;
  margin-right: 16px;
  font-weight: 500;
  font-size: 15px;
}
#page-header .top .meta .mobileLang A {
  color: #4F4F4F;
  text-decoration: underline;
}
#page-header .top .meta .burger-bt {
  display: none;
}
#page-header .mainNavHolder {
  display: grid;
  grid-template-columns: 1fr 24px;
  grid-gap: 96px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: solid 1px #BDBDBD;
}
#page-header .mainNavHolder .mainNav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#page-header .mainNavHolder .mainNav A {
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  color: #212121;
}
#page-header .mainNavHolder .mainNav A:hover {
  text-decoration: underline;
}
#page-header .mainNavHolder .burger-bt {
  cursor: pointer;
}
#page-header .mainNavHolder .burger-bt I {
  vertical-align: middle;
}
#page-header .stockHolder {
  display: grid;
  grid-template-columns: 24px 1fr;
  grid-gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0;
  border-bottom: solid 2px #4F4F4F;
}
#page-header .stockHolder .button {
  cursor: pointer;
}
#page-header .stockHolder .button I {
  vertical-align: middle;
}
#page-header .stockHolder .stockExchange {
  font-size: 13px;
  color: #212121;
}
#page-header .stockHolder .stockExchange .shares {
  display: block;
  margin-right: 32px;
  white-space: nowrap;
}
#page-header .stockHolder .stockExchange .shares STRONG {
  font-weight: 600;
}
#page-header .popupNav {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 130px;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 32px;
  background-color: #ffffff;
  border: solid 2px black;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  font-size: 14px;
  transform: translatey(-10000px);
  z-index: 10000;
  transition: opacity 0.2s;
}
#page-header .popupNav .logo {
  padding: 16px 0;
  border-bottom: solid 1px #4F4F4F;
}
#page-header .popupNav .logo IMG {
  margin: 0 auto;
}
#page-header .popupNav .close-bt {
  position: absolute;
  right: 27px;
  top: 27px;
  cursor: pointer;
}
#page-header .popupNav .socials {
  display: none;
  flex-flow: row nowrap;
  justify-content: center;
  padding: 8px;
}
#page-header .popupNav .socials A {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 16px;
}
#page-header .popupNav .lang {
  display: none;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  margin: 8px 0;
}
#page-header .popupNav .lang A {
  color: #4F4F4F;
  text-decoration: none;
}
#page-header .popupNav .mainNav {
  display: grid;
  grid-template-columns: 240px 1fr;
  border-bottom: solid 1px #4F4F4F;
  padding: 12px 0;
}
#page-header .popupNav .mainNav .importantSections A {
  display: block;
  margin-bottom: 24px;
  font-weight: bold;
  color: #212121;
  font-size: 14px;
  text-decoration: none;
}
#page-header .popupNav .mainNav .importantSections A:last-child {
  margin-bottom: 48px;
}
#page-header .popupNav .mainNav .importantSections A:hover {
  color: #E31F26;
}
#page-header .popupNav .mainNav > UL {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 24px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#page-header .popupNav .mainNav > UL > LI {
  margin-bottom: 8px;
}
#page-header .popupNav .mainNav > UL > LI > A {
  display: block;
  margin-bottom: 24px;
  font-weight: bold;
  color: #212121;
  text-decoration: none;
}
#page-header .popupNav .mainNav > UL > LI > A:hover {
  color: #E31F26;
}
#page-header .popupNav .mainNav > UL > LI UL {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#page-header .popupNav .mainNav > UL > LI UL LI A {
  display: block;
  margin-bottom: 24px;
  color: #212121;
  text-decoration: none;
}
#page-header .popupNav .mainNav > UL > LI UL LI A:hover {
  text-decoration: underline;
}
#page-header .popupNav .secondaryNav {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 16px 0;
  font-weight: bold;
  font-size: 13px;
}
#page-header .popupNav .secondaryNav A {
  display: block;
  margin: 0 60px;
  color: #212121;
  text-decoration: none;
}
#page-header .popupNav .secondaryNav A:hover {
  text-decoration: underline;
}

.mainContainer {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 32px;
  margin-bottom: 32px;
  align-items: flex-start;
}
.mainContainer .latestNews {
  padding: 24px;
  border: solid 1px #4F4F4F;
}
.mainContainer .latestNews h2.title {
  margin: 0 0 24px;
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
}
.mainContainer .latestNews .newsHolder {
  margin-bottom: 16px;
}
.mainContainer .latestNews .newsHolder div.news {
  border-bottom: solid 1px #BDBDBD;
  display: block;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.mainContainer .latestNews .newsHolder div.news h3.title {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #212121;
}
.mainContainer .latestNews .newsHolder div.news h3.title A {
  display: block;
  color: #212121;
  text-decoration: none;
}
.mainContainer .latestNews .newsHolder div.news h3.title A.bold {
  color: #E31F26;
  font-weight: bold;
}
.mainContainer .latestNews .newsHolder div.news span.date {
  color: #595959;
  font-weight: 500;
  font-size: 12px;
}
.mainContainer .latestNews a.allnews {
  background-color: #E31F26;
  border: solid 1px #E31F26;
  color: white;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s linear;
}
.mainContainer .latestNews a.allnews:hover {
  background-color: transparent;
  color: #E31F26;
}
.mainContainer .latestNews.tablet-portrait-up-show {
  display: none;
}
.mainContainer .latestNews.tablet-portrait-up-hide {
  margin-bottom: 32px;
}
.mainContainer .leftColumn .leftColumnBanner {
  display: none;
  max-width: 720px;
  margin: 0 auto 40px;
}
.mainContainer .leftColumn .leftColumnBanner.nomargin {
  margin-bottom: 0;
}
.mainContainer .leftColumn .leftColumnMobileBanner {
  max-width: 100vw;
  margin: 0 -24px 24px;
  text-align: center;
}
.mainContainer .rightColumn {
  display: grid;
  grid-template-rows: min-content 1fr min-content;
}
.mainContainer .rightColumn .rightColumnFirstBanner,
.mainContainer .rightColumn .rightColumnSecondBanner {
  display: none;
  max-width: 300px;
}

.oneColumn h1.title {
  margin: 0 0 16px;
  font-weight: 800;
  font-size: 30px;
}

.fiveNews h2.title {
  margin: 0 0 24px;
  font-weight: 800;
  font-size: 30px;
}
.fiveNews h2.title A {
  color: #212121;
  text-decoration: none;
}
.fiveNews h2.title A:hover {
  text-decoration: underline;
}
.fiveNews .newsHolder {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  margin-bottom: 40px;
}
.fiveNews .newsHolder div.news {
  padding-bottom: 16px;
  border-bottom: 0;
}
.fiveNews .newsHolder div.news h3.title {
  margin: 0;
}
.fiveNews .newsHolder div.news:nth-child(n+6) {
  display: none;
}
.fiveNews .newsHolder A {
  border-bottom: 0;
  font-size: 20px;
  line-height: 28px;
  color: #212121;
  display: block;
  font-weight: 600;
  text-decoration: none;
}
.fiveNews .newsHolder A FIGURE {
  margin-left: -24px;
  margin-right: -24px;
}
.fiveNews .newsHolder A FIGURE IMG {
  width: 100%;
  border: 0;
  border-radius: 0;
}
.fiveNews .newsHolder A:hover {
  color: #E31F26;
}
.fiveNews.hasbottomborder .newsHolder {
  padding-bottom: 40px;
  border-bottom: solid 1px #4F4F4F;
}
.fiveNews.mobileHide {
  display: none;
}

.aktualnieNovosti h2.title {
  margin: 0 0 24px;
  font-weight: 800;
  font-size: 30px;
}
.aktualnieNovosti h2.title A {
  color: #212121;
  text-decoration: none;
}
.aktualnieNovosti h2.title A:hover {
  text-decoration: underline;
}
.aktualnieNovosti .newsHolder {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 32px;
  margin-bottom: 40px;
}
.aktualnieNovosti .newsHolder .news {
  width: 80%;
  margin-right: 24px;
}
.aktualnieNovosti .newsHolder .news A {
  display: block;
  text-decoration: none;
}
.aktualnieNovosti .newsHolder .news A.sectionTitle {
  display: block;
  margin-bottom: 16px;
  color: #4F4F4F;
  font-size: 12px;
  line-height: 12px;
}
.aktualnieNovosti .newsHolder .news A.sectionTitle:hover {
  text-decoration: underline;
}
.aktualnieNovosti .newsHolder .news A.title {
  font-size: 20px;
  line-height: 28px;
  display: block;
  color: #212121;
  font-weight: 600;
}
.aktualnieNovosti .newsHolder .news A.title:hover {
  color: #E31F26;
}
.aktualnieNovosti .newsHolder .news:last-child {
  display: block;
  width: 100%;
}
.aktualnieNovosti .newsHolder:after {
  content: "flickity";
  display: none;
}
.aktualnieNovosti.hasbottomborder .newsHolder {
  padding-bottom: 40px;
  border-bottom: solid 1px #4F4F4F;
}

.fourNews h2.title {
  margin: 0 0 24px;
  font-weight: 800;
  font-size: 30px;
}
.fourNews h2.title A {
  color: #212121;
  text-decoration: none;
}
.fourNews h2.title A:hover {
  text-decoration: underline;
}
.fourNews .newsHolder {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  margin-bottom: 40px;
}
.fourNews .newsHolder div.news {
  padding-bottom: 16px;
}
.fourNews .newsHolder div.news h3.title {
  margin: 0;
}
.fourNews .newsHolder div.news:nth-child(5) {
  border-bottom: 0;
}
.fourNews .newsHolder div.news:nth-child(n+6) {
  display: none;
}
.fourNews .newsHolder A {
  color: #212121;
  display: block;
  border-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}
.fourNews .newsHolder A:hover {
  color: #E31F26;
}
.fourNews .newsHolder A FIGURE {
  margin-left: -24px;
  margin-right: -24px;
}
.fourNews .newsHolder A FIGURE IMG {
  width: 100%;
  border: 0;
  border-radius: 0;
}
.fourNews.hasbottomborder .newsHolder {
  padding-bottom: 40px;
  border-bottom: solid 1px #4F4F4F;
}
.fourNews.hasDoubleArticles .newsHolder div.news {
  border-bottom: none;
}
.fourNews.mobileOneBigThumb .newsHolder div.news {
  border-bottom: solid 1px #BDBDBD;
}
.fourNews.mobileOneBigThumb .newsHolder div.news:nth-child(5) {
  border-bottom: none;
}
.fourNews.mobileOneBigThumb .newsHolder div.news:last-child {
  border-bottom: none;
}
.fourNews.mobileOneBigThumb .newsHolder div.news:not(:first-child) FIGURE {
  display: none;
}
.fourNews.mobileOneBigThumb .newsHolder A {
  font-size: 20px;
  line-height: 30px;
}
.fourNews.mobileHide {
  display: none;
}

.longBanner {
  display: none;
  margin-bottom: 40px;
}

.videoBlock {
  background: rgba(33, 33, 33, 0.95);
  background-size: cover;
  margin-bottom: 40px;
  padding: 32px 0 40px;
}
.videoBlock A.titleLogo {
  display: block;
  margin: 0 0 24px;
  font-weight: 800;
  font-size: 30px;
  color: #ffffff;
  text-decoration: none;
}
.videoBlock A.titleLogo:hover {
  text-decoration: underline;
}
.videoBlock .bigVideo {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 32px;
  margin-bottom: 32px;
  align-items: flex-start;
}
.videoBlock .bigVideo FIGURE {
  margin: 0;
  padding: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
}
.videoBlock .bigVideo FIGURE IMG {
  width: 100%;
  border-radius: 2px;
}
.videoBlock .bigVideo .desc a.sectionTitle {
  display: block;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #b8b8b8;
  text-decoration: none;
}
.videoBlock .bigVideo .desc a.title {
  color: #F2F2F2;
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 24px;
  max-height: 999px;
  text-decoration: none;
}
.videoBlock .bigVideo .desc a.title:hover {
  color: #b8b8b8;
}
.videoBlock .bigVideo .desc a.txt {
  display: none;
  margin-bottom: 24px;
  text-decoration: none;
  color: #F2F2F2;
  font-size: 16px;
  line-height: 24px;
}
.videoBlock .bigVideo .desc a.txt:hover {
  color: #b8b8b8;
}
.videoBlock .bigVideo .desc span.date {
  font-weight: 500;
  font-size: 12px;
  color: #b8b8b8;
}
.videoBlock .videoNewsHolder {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 32px;
}
.videoBlock .videoNewsHolder div.news {
  text-decoration: none;
}
.videoBlock .videoNewsHolder div.news FIGURE {
  position: relative;
  margin: 0 0 16px;
  padding: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
}
.videoBlock .videoNewsHolder div.news FIGURE IMG {
  width: 100%;
  border-radius: 2px;
}
.videoBlock .videoNewsHolder div.news FIGURE:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  content: "";
  background: url(/assets/i/icons.svg) 0 -48px no-repeat;
  opacity: 0.64;
  transition: all 0.2s linear;
}
.videoBlock .videoNewsHolder div.news span.sectionTitle {
  display: block;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #b8b8b8;
}
.videoBlock .videoNewsHolder div.news h3.title {
  display: block;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}
.videoBlock .videoNewsHolder div.news h3.title A {
  color: #F2F2F2;
  text-decoration: none;
}
.videoBlock .videoNewsHolder div.news span.date {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #b8b8b8;
}
.videoBlock .videoNewsHolder div.news:nth-child(n+3) {
  display: none;
}
.videoBlock .videoNewsHolder div.news:hover h3.title A {
  color: #b8b8b8;
}
.videoBlock .videoNewsHolder div.news:hover FIGURE:after {
  opacity: 0.9;
}

#page-footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  align-items: flex-start;
  grid-gap: 32px;
  padding: 16px 0;
  border-top: solid 1px #4F4F4F;
}
#page-footer nav.footmenu A {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #212121;
  text-decoration: none;
}
#page-footer nav.footmenu A:hover {
  color: #E31F26;
}
#page-footer .copyright {
  color: #212121;
  font-size: 12px;
  justify-self: flex-end;
  line-height: 16px;
  max-width: 296px;
  max-height: 999px;
}
#page-footer .copyright A {
  color: #212121;
}
#page-footer .copyright A:hover {
  text-decoration: none;
}
@media (max-width: 599px) {
  #page-footer {
    grid-template-columns: 1fr;
  }
  #page-footer .copyright {
    justify-self: flex-start;
  }
}

.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/assets/i/icons.svg) 0 0 no-repeat;
}
.icon.lupa {
  background-position: -0px 0;
}
.icon.lupa:hover, .icon.lupa.colored {
  background-position: -0px -24px;
}
.icon.yt {
  background-position: -24px 0;
}
.icon.yt:hover, .icon.yt.colored {
  background-position: -24px -24px;
}
.icon.fb {
  background-position: -48px 0;
}
.icon.fb:hover, .icon.fb.colored {
  background-position: -48px -24px;
}
.icon.tw {
  background-position: -72px 0;
}
.icon.tw:hover, .icon.tw.colored {
  background-position: -72px -24px;
}
.icon.tg {
  background-position: -96px 0;
}
.icon.tg:hover, .icon.tg.colored {
  background-position: -96px -24px;
}
.icon.in {
  background-position: -120px 0;
}
.icon.in:hover, .icon.in.colored {
  background-position: -120px -24px;
}
.icon.burger {
  background-position: -144px 0;
}
.icon.burger:hover, .icon.burger.colored {
  background-position: -144px -24px;
}
.icon.pause {
  background-position: -168px 0;
}
.icon.pause:hover, .icon.pause.colored {
  background-position: -168px -24px;
}
.icon.play {
  background-position: -192px 0;
}
.icon.play:hover, .icon.play.colored {
  background-position: -192px -24px;
}
.icon.close {
  background-position: -216px 0;
}
.icon.close:hover, .icon.close.colored {
  background-position: -216px -24px;
}
.icon.first {
  background-position: -240px 0;
}
.icon.first:hover, .icon.first.colored {
  background-position: -240px -24px;
}
.icon.prev {
  background-position: -264px 0;
}
.icon.prev:hover, .icon.prev.colored {
  background-position: -264px -24px;
}
.icon.next {
  background-position: -288px 0;
}
.icon.next:hover, .icon.next.colored {
  background-position: -288px -24px;
}
.icon.last {
  background-position: -312px 0;
}
.icon.last:hover, .icon.last.colored {
  background-position: -312px -24px;
}
.icon.down {
  background-position: -336px 0;
}
.icon.down:hover, .icon.down.colored {
  background-position: -336px -24px;
}
.icon.up {
  background-position: -360px 0;
}
.icon.up:hover, .icon.up.colored {
  background-position: -360px -24px;
}

.pagination {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 88px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.3em;
}
.pagination A {
  display: block;
  width: 24px;
  height: 24px;
  text-decoration: none;
  text-align: center;
  color: #4F4F4F;
}
.pagination A.page {
  width: auto;
  padding: 0 8px;
}
.pagination A.active, .pagination A:hover {
  color: #eb5757;
  font-weight: 600;
}

.mobileBanner {
  margin: 0 auto 24px;
}

.lentaBanner.mobBanner {
  margin: 0 auto 16px;
  text-align: center;
}

@media (max-width: 768px) {
  BODY.navopened {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #page-header .top {
    grid-template-columns: 1fr 80px 1fr;
  }
  #page-header .popupNav {
    position: fixed;
    height: 100%;
    top: 0;
    border: 0;
    overflow-y: auto;
  }
  #page-header .popupNav .secondaryNav {
    display: block;
    text-align: center;
  }
}
@media (max-width: 1000px) {
  #page-header .top .search INPUT[type=text] {
    display: none;
  }
  #page-header .top .meta .socials,
  #page-header .top .meta .lang {
    display: none;
  }
  #page-header .top .meta .mobileLang {
    display: block;
  }
  #page-header .top .meta .burger-bt {
    display: block;
  }
  #page-header .mainNavHolder {
    display: none;
  }
  #page-header .popupNav .socials {
    display: flex;
  }
  #page-header .popupNav .lang {
    display: block;
  }
  #page-header .popupNav .mainNav {
    grid-template-columns: 1fr;
  }
  #page-header .popupNav .mainNav > UL {
    grid-template-columns: 1fr;
    max-height: 999px;
  }
  #page-header .popupNav .secondaryNav A {
    margin: 8px 16px;
  }
}
@media (max-width: 1080px) {
  #page-header .mainNavHolder {
    grid-gap: 16px;
  }
}
@media (min-width: 600px) {
  .topbanner.desktop-banner {
    display: block;
    aspect-ratio: 970/93;
  }
  .topbanner.mobile-banner {
    display: none;
  }
  .mainContainer .leftColumn .leftColumnBanner {
    display: block;
  }
  .mainContainer .leftColumn .leftColumnMobileBanner {
    display: none;
  }
  .longBanner {
    display: block;
  }
  .mobileBanner {
    display: none;
  }
  .lentaBanner.mobBanner {
    display: none;
  }
  .aktualnieNovosti .newsHolder {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
  .aktualnieNovosti .newsHolder .news {
    width: 100%;
    margin-right: 0;
  }
  .fiveNews.mobileHide {
    display: block;
  }
  .fiveNews .newsHolder {
    grid-template-columns: repeat(2, 1fr);
  }
  .fiveNews .newsHolder div.news:nth-child(n+5) {
    display: none;
  }
  .fiveNews .newsHolder A {
    font-size: 20px;
    line-height: 30px;
  }
  .fiveNews .newsHolder A FIGURE {
    margin: 0 0 16px;
  }
  .fiveNews .newsHolder A FIGURE IMG {
    border-radius: 2px;
    border: solid 1px #BDBDBD;
  }
  .fourNews.mobileHide {
    display: block;
  }
  .fourNews .newsHolder {
    grid-template-columns: repeat(2, 1fr);
  }
  .fourNews .newsHolder div.news:nth-child(n) {
    display: block;
  }
  .fourNews .newsHolder div.news:nth-child(n+5) {
    display: none;
  }
  .fourNews .newsHolder A FIGURE {
    margin: 0 0 16px;
  }
  .fourNews .newsHolder A FIGURE IMG {
    border-radius: 2px;
    border: solid 1px #BDBDBD;
  }
  .fourNews.mobileOneBigThumb .newsHolder div.news {
    border-bottom: none;
  }
  .fourNews.mobileOneBigThumb .newsHolder div.news:not(:first-child) FIGURE {
    display: block;
  }
  .videoBlock .videoNewsHolder {
    grid-template-columns: repeat(2, 1fr);
  }
  .videoBlock .videoNewsHolder div.news h3.title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 900px) {
  .mainContainer {
    grid-template-columns: 1fr 300px;
  }
  .mainContainer .latestNews .newsHolder {
    height: 1000px;
    overflow: auto;
    padding-right: 8px;
    scrollbar-width: thin;
    scrollbar-color: #C0C0C0 #F9F9F9;
  }
  .mainContainer .latestNews .newsHolder::-webkit-scrollbar {
    width: 8px;
  }
  .mainContainer .latestNews .newsHolder::-webkit-scrollbar-track {
    background-color: #F9F9F9;
  }
  .mainContainer .latestNews .newsHolder::-webkit-scrollbar-thumb {
    background-color: #C0C0C0;
    border-radius: 8px;
    border: 0;
  }
  .mainContainer .latestNews .newsHolder div.news h3.title {
    font-size: 16px;
    line-height: 24px;
  }
  .mainContainer .latestNews .newsHolder div.news h3.title A:hover {
    color: #1891ff;
  }
  .mainContainer .latestNews.tablet-portrait-up-show {
    display: block;
  }
  .mainContainer .latestNews.tablet-portrait-up-hide {
    display: none;
  }
  .mainContainer .rightColumn {
    grid-gap: 40px;
    padding-top: 46px;
  }
  .mainContainer .rightColumn .rightColumnFirstBanner,
  .mainContainer .rightColumn .rightColumnSecondBanner {
    display: block;
  }
  .aktualnieNovosti .newsHolder .news A.sectionTitle {
    margin-bottom: 16px;
  }
  .aktualnieNovosti .newsHolder .news A.title {
    font-size: 16px;
    line-height: 24px;
  }
  .fiveNews .newsHolder {
    grid-template-columns: repeat(3, 1fr);
  }
  .fiveNews .newsHolder div.news:nth-child(n) {
    display: block;
  }
  .fiveNews .newsHolder div.news:nth-child(4), .fiveNews .newsHolder div.news:nth-child(5), .fiveNews .newsHolder div.news:nth-last-child(2), .fiveNews .newsHolder div.news:last-child {
    display: none;
  }
  .fiveNews .newsHolder A {
    font-size: 16px;
    line-height: 24px;
  }
  .fiveNews.hasDoubleArticles .newsHolder div.news:nth-child(-n+5) {
    padding-bottom: 24px;
    border-bottom: solid 1px #BDBDBD;
  }
  .fourNews .newsHolder {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
  }
  .fourNews .newsHolder div.news:nth-child(n) {
    display: block;
  }
  .fourNews .newsHolder div.news:nth-child(4), .fourNews .newsHolder div.news:last-child {
    display: none;
  }
  .fourNews.hasDoubleArticles .newsHolder div.news:nth-child(-n+4) {
    padding-bottom: 24px;
    border-bottom: solid 1px #BDBDBD;
  }
  .videoBlock .bigVideo {
    grid-template-columns: minmax(auto, 592px) 385px;
  }
  .videoBlock .bigVideo .desc a.txt {
    display: block;
  }
  .videoBlock .bigVideo .desc a.title {
    font-size: 24px;
    line-height: 32px;
  }
  .videoBlock .videoNewsHolder {
    grid-template-columns: repeat(3, 1fr);
  }
  .videoBlock .videoNewsHolder div.news:nth-child(n) {
    display: block;
  }
  .videoBlock .videoNewsHolder div.news:nth-child(n+4) {
    display: none;
  }
}
@media (min-width: 1200px) {
  .centered {
    padding: 0 168px;
  }
  .bgBanners {
    display: block;
  }
  .videoBlock .videoNewsHolder {
    grid-template-columns: repeat(4, 1fr);
  }
  .videoBlock .videoNewsHolder div.news:nth-child(n) {
    display: block;
  }
  .videoBlock .videoNewsHolder div.news:nth-child(n+5) {
    display: none;
  }
}
@media (min-width: 1500px) {
  .aktualnieNovosti .newsHolder {
    grid-template-columns: repeat(4, 1fr);
  }
  .aktualnieNovosti .newsHolder A {
    font-size: 16px;
    line-height: 24px;
  }
  .fiveNews .newsHolder {
    grid-template-columns: repeat(4, 1fr);
  }
  .fiveNews .newsHolder div.news:nth-child(n) {
    display: block;
  }
  .fiveNews .newsHolder div.news:nth-child(5), .fiveNews .newsHolder div.news:last-child {
    display: none;
  }
  .fourNews .newsHolder {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 32px;
  }
  .fourNews .newsHolder div.news:nth-child(n) {
    display: block;
  }
  .videoBlock .videoNewsHolder {
    grid-template-columns: repeat(5, 1fr);
  }
  .videoBlock .videoNewsHolder div.news:nth-child(n) {
    display: block;
  }
}
@media (min-width: 1800px) {
  .fiveNews .newsHolder {
    grid-template-columns: repeat(5, 1fr);
  }
  .fiveNews .newsHolder div.news:nth-child(n) {
    display: block;
  }
}