* { margin:0; padding:0; box-sizing:border-box; }
a { text-decoration: underline; }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

body {
    font-family: 'Oswald', sans-serif;   
}
body > * {
    padding: 0 9em;
    background: #fff;
}
img {
    max-width: 100%;
	opacity: 1;
    transition: opacity 0.3s;
    height: unset!important;
}
img[data-src] {
    background-color:#aaa;
}
*[data-background] {
    background-color:#aaa;
}
.navbar, .menu {
    font-size: 1em;
    color: #ffffff;
    line-height: 4em;
    position: absolute;
    width: 100%;
    z-index: 150;
}
.navbar {
    background-image: url(../img/pattern.png);
    background: rgba(0, 0, 0, 0.75);

}
.navbar__left {
    float: left;
    font-size: 0.9em;
}
.navbar__left span {
    border-right: 1px solid #fff;
    padding: 0 1em;
    margin-left: 20px;
    display: inline-block;
    line-height: 2.5em;
    font-family: 'Roboto',Verdana, sans-serif;
}
.navbar__left span:last-child {
    border-right: none;
}
.navbar__left span:first-child {
    margin-left: 0px;
}

.navbar__right {
    float: right;
}
.navbar__form {
    display: inline-block;
}
.navbar__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    line-height: 2em;
    color: #fff;
    font-size: 1em;
    font-family: 'Oswald', sans-serif;
}
.navbar__input::after {
    border-right: 1px solid #fff;
    content: "";
}
.navbar__input:focus {
    outline: none;
    box-shadow: 0 0 0 2px #fff;
}
.navbar__input:placeholder {
    color: rgba(255,255,255,0.8);
}
.navbar__button{
    background-image: url('../img/search.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin: 10px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}
.navbar__button:focus {
    outline: none;
    box-shadow: 0 0 0 2px #fff;
    border-radius: 3px;
}
.navbar__left > span {
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 30px;
}
.navbar__telephone {
    background-image: url(../img/telefon.png);
}
.navbar__email {
    background-image: url(../img/mail.png);
    padding-left: 40px!important;
}
.navbar__gala {
    background-image: url(../img/button.png);
    background-size: contain;
    padding-left: 55px!important;
    font-weight: bold;
    font-size: 16px;
  
}
.navbar__gala a {
    color: #fff;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    vertical-align: middle;
    margin-left: -50px;
    padding-left: 50px;
}
.navbar__social {
    font-size: 30px;
    color: #fff;
    vertical-align: middle;
    transition: all .2s linear;
}
.navbar__social:hover, .navbar__social:focus{
    color: #000;
}
.menu {
   background: rgba(0, 0, 0, 0.75);
   top: 86px;
}
.menu i:before {
    font-size: 0.85em;
}

.navbar__social::before {
    background: #d40d19;
}

.menu > * {
    display: inline-block;
}
.menu img {
    max-width: 250px;
}
.menu-list {
    list-style: none;
    line-height: 3.5em;
    float: right;
    vertical-align: center;
}
.menu-list ul li:hover {
    background-color: rgba(116,10,10,0.7);
}
.menu-list__item {
    display: inline-block;
    padding: 0 .5em;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    position: relative;
    transition: all .2s linear;
    cursor: pointer;
}
.menu-list__item li a {
    display: block;
}
.menu-list__item.active, .active-item, .menu-list__item:hover{
    background: #d40d19;
}
.menu-list__item--home a, .menu-list__item--menu {
    font-size: 28px;
    font-weight: 100;
    color: #fff;
    text-decoration: none;
    transition: all .2s linear;
}
.menu-list__item--menu{
    display: none;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
.menu-list__dropdown{
    background: #d40d19;
    position: absolute;
    right: 0;
    list-style: none;
    text-transform: none;
    line-height: 1.2em;
    font-weight: 100;
    max-height: 0;
    min-width: 250px;
    width: max-content;
    transition: all .3s;
    visibility: hidden;
    padding-right:15px;
    cursor: pointer;

}
.dropdown:before{
    content: "▾";
    font-size: 14px;
    vertical-align: top;

}
.menu-list__dropdown--sec{
    background: #c00000;
    position: absolute;
    left: 100%;
    top: 0;
    list-style: none;
    text-transform: none;
    line-height: 1.2em;
    font-weight: 100;
    max-height: 0;
    min-width: 250px;
    width: max-content;
    width: -moz-max-content;
    transition: all .3s;
    visibility: hidden;
    padding-right: 15px;
    margin-left: 15px;
}
.dropdown__item:before {

    content: "▸";
    color: white;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translate(0,-50%);
}
.dropdown__item.active {
    background: #c00000;
}
.dropdown__item >a {
    float: right;
}
.menu-list__dropdown li {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    font-size:18px;
    padding: 10px;
    transition: all 0.2s linear;
    opacity: 0;
    position: relative;    
    background: #c00000;
}
.menu-list__dropdown li:last-child {
    border-bottom: 0;
}
.menu-list__dropdown--sec li{
    background: #a00000;
}
.menu-list__dropdown li span {
    font-size:16px;
    display: block;
    color: #fff;
}
.menu-list__item.active > .menu-list__dropdown, .menu-list__dropdown li.active  .menu-list__dropdown--sec {
    max-height: 100vh;
   visibility: visible;
}
.menu-list__item.active > .menu-list__dropdown > li, .menu-list__dropdown li.active > .menu-list__dropdown--sec > li{
    opacity: 1;
}

.menu-logo img{
    vertical-align: middle;
}
.menu a {
    color: inherit;
    text-decoration: none;
}
.menu-list__item.dropdown > button.menu-list__trigger,
.dropdown__item > button.menu-list__trigger {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: #fff;
    font: inherit;
    text-transform: inherit;
    cursor: pointer;
}
.menu-list__item.dropdown > button.menu-list__trigger > span,
.dropdown__item > button.menu-list__trigger > span {
    color: #eccc78;
    background-color: #333;
}
.slider {
    width: 100%;
    height: 90vh;
    min-height: 550px;
    position: relative;
    padding: 0;
}
.slider .slider-item {
    display: table;
    list-style: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    text-align: center;
}
.slider .slider-item p {
    color: #fff;
    font-size: 55px;
    font-weight: 800;
    z-index: 25;
    width: 80%;
    padding-left: 20%;
    text-align: left;
}
.slider .slider-item p:first-child {
    text-transform: uppercase;
}
.slider .slider-item p+p {
    font-size: 30px;
    font-weight: 500;
    text-align: left;
}
.slider .slider-item p+p+p {
    font-size: 25px;
    padding-left: 20%;
    font-weight: 500;
}
.slider-content {
    vertical-align: middle;
    display: table-cell;
    background-image: url(../img/pattern.png);
   background: rgba(0, 0, 0, 0.6);
}
.slider-pag-next, .slider-pag-prev {
    position: absolute;
    z-index:50;
    top: 50%;
    color: #fff;
    transition: all 0.2s linear;
    background-color: transparent;
    border: none;
}
.slider-pag-next {
    right: 0;
    margin-right: calc(9em + 20px);
}
.slider-pag-prev {
    left: 0;
    margin-left: calc(9em + 20px);
}
.slider-pag-next:hover,.slider-pag-prev:hover{
    color: #d40d19;
}
.slider-item > ul li + li {
    display: none;
}
.slider-pag-prev:before,.slider-pag-next:before {
    font-size: 60px;
}
@keyframes skeleton-shimmer {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
img[data-src]:not(.img-loaded),
[data-background]:not(.img-loaded) {
    background: linear-gradient(90deg, #e0e0e0 25%, #cacaca 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer 1.5s ease-in-out infinite;
}
.slider--slim {
    height: 80vh;
}
.boxes {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-top: -121px;
}
.boxes__wrapper {
    overflow: hidden;
    padding: 0 10px;
}
.boxes ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.boxes .slider-pag-prev,.boxes .slider-pag-next {
    color: #000;
}
.boxes .slider-pag-prev {
    margin-left: 20px;
}
.boxes .slider-pag-next {
    margin-right: 20px;
}
.box {
    flex: 1;
    padding: 0 5px;
    display: inline-block;
    z-index: 10;
    position: relative;
    float: left;
    margin-bottom: 120px;
    min-width: 300px;
    max-width: 400px;
}
.upper {
    text-transform: uppercase;
}
.box img {
    width: 100%;
}
.box > a {
    display: block;
    text-decoration: none;
}
.box__link {
    height: 120px;
    width: 100%;
    font-weight: 100;
    display: block;
    background: #d40d19;
    color: #fff;
    font-size: 2em;
    text-align:center;
    line-height: 120px;
    text-decoration: none;
    text-transform: uppercase;
}
.box p {
    color:rgba(255,255,255,0.8);
    opacity: 0;
    padding: 25px;
    padding-top: 35px;
    height: calc(100% - 9em);
    font-size: 14px;
    background: #d40d19;
    font-family: 'Roboto',Verdana, sans-serif;
    transition: all .3s linear;
    line-height: 1.5;
    position: absolute;
    top: 120px;
    left: 5px;
    right: 5px;
    text-align: left;
}
.box:hover p {
    opacity: 1;
}
.see-more::before, .see-more::after {
    font-weight: 300;
    position: absolute;
    display: block;
    transition: all .1s linear;
    z-index: 10;
    text-transform: none;
}
.see-more::before {
    content: "więcej";
    font-size: 14px;
    line-height: 14px;
    text-align: right; 
}
.see-more::after {
    line-height: 22px;
    content: "zobacz";
    background-color: transparent;
    font-size: 22px;
    border: 1px solid #fff;
    background-image: url(../img/arrow_w.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 46px;
    height: 46px;
}
.box .see-more::before {
    right: 100px;
    bottom: 32px;   
}
.box .see-more::after {
    text-indent: -120px;
    right: 42px;
    bottom: 28px;
}
.box:hover .see-more::after {
    background-color: #fff;
    background-image: url(../img/arrow_n.png);
}
.box__more-text {
    position: absolute;
    right: 100px;
    bottom: 32px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    color: #fff;
    white-space: nowrap;
    text-align: right;
    z-index: 10;
    transition: all .1s linear;
    pointer-events: none;
}
.box__more-icon {
    position: absolute;
    right: 42px;
    bottom: 28px;
    z-index: 10;
    display: block;
    transition: all .1s linear;
    width: 46px;
    height: 46px;
    border: 1px solid #fff;
    background-image: url(../img/arrow_w.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    pointer-events: none;
}
.box:hover .box__more-icon {
    background-color: #fff;
    background-image: url(../img/arrow_n.png);
}
.box::after {
    content: "";
    display: block;
    height: 95px;
    position: absolute;
    bottom: 0;
    opacity: 0;
    background: #d40d19;
    transition: all .2s linear;
    right: 5px;
    left: 5px;
    bottom: 5px;
}
.box:hover::after {
    opacity: 1;
}
.news, .big-boxes {
    display: flex;
    flex-wrap: wrap;
}
.news {
    padding-bottom: 80px;
}
.news__single{
    flex: 0 50%;
    padding: 20px;
    position: relative;
    display: flex;
    font-family: 'Oswald', 'sans-serif';
}
.news .see-more::before {
    left: 120px;
    bottom: 30px;   
}
.news .see-more::after{
    text-indent: -60px;
    left: 160px;
    bottom: 25px;
    border: 1px solid #d40d19;
    background-image: url(../img/arrow_w.png);
    background-color: #d40d19;
}

.news__single .see-more:hover::after{
    background-image: url(../img/arrow_n.png);
    background-color: white;
}
.news__single img {
    width: 200px;
    min-width: 200px;
    height: 200px;
    max-height: 200px;
    margin-bottom: 85px;
    border: 1px solid #ccc;
object-fit: cover;
}
.news__single > *, article .news__single > * {
    display: inline-block;
    float: left;
}
.single__content, article .single__content {
    padding: 15px;
    padding-top: 0;
}
.single__title, article .single__title {
    color: #d40d19;
    font-weight: bold;
    font-size: 22px;
}
.single__title a {
    color: #d40d19;
    text-decoration: underline;
    font-family: 'Oswald', sans-serif!important;
}
.single__data, article .single__data  {
    color: #767676;
    font-size: 0.8em!important;
    margin: 0;
    font-family: 'Oswald', sans-serif!important;
    padding: 0!important;
}
.single__text, .content article p.single__text {
    padding-top: 15px;
    font-size: 0.9em;
    font-family: 'Roboto',Verdana, sans-serif;
    text-align: justify;
    color: #505050;
    line-height: 1.5;
}
p.single__hashtag {
    color: #000;
    font-family: 'Oswald', sans-serif!important;
    margin: 0;
    padding: 0!important;
}

.big-boxes {
    background: #d40d19;
}

.big-box .big-box__image{
    padding: 40px 15px;
}
.big-box:nth-child(even) .big-box__image {
    padding-right: 0;
}
.big-box:nth-child(odd) .big-box__image {
    padding-left: 0;
}

.big-boxes {
    background: #d40d19;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    height: 100%;
    margin-bottom: 720px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.big-box {
    flex: 1 50%;
    position: relative;
    height: 450px;
    padding: 20px;
    overflow: hidden;
}
.big-box .see-more {
    color: #fff;
    position: absolute;
    display: block;
}
.big-box .see-more:before {
    bottom: 10px;
    right: 10px;
}
.big-box img {
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
    min-width: 100%;
    max-width: unset;
}
.big-box a {
    display: block;
    overflow: hidden;
    position: relative;
   /* max-width: 650px;*/
    height: 100%;
}
.big-box a::before {
    content: "";
    display: block;
    width: 100%;
    height: 95px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #d40d19;
    background-image: url(../img/pattern.png);
    transition: all .4s ease;
}
.big-box a::after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    position: absolute;
    bottom: 1em;
    right: 1em;
    background: url(../img/strzalka.gif) no-repeat;
    background-position: center left;
    z-index: 4;
    transition: all .4s ease;
}
.big-box a:hover::after, .big-box a:focus::after {
    background-color: #fff;
    background-position: center right;
}
.big-box a:hover::before, .big-box a:focus::before {
    height: 100%;
}
.big-box strong {
    display: block;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    font-size: 1.6em;
    color: #fff;
    text-transform: uppercase;
    padding: .7em 90px .7em 1.5em;
    bottom: 0;
    font-weight: 600;
    z-index: 3;
    transition: all .4s ease;
}
.big-box strong span {
    display: block;
    font-size: 16px;
    color: #fff;
}
.big-box a:hover strong,
.big-box a:focus strong {
    bottom: 60%;
}
.big-box p{
    color: rgba(255,255,255,0.85);
    display: block;
    position: absolute;
    margin: 0;
    padding: 2em 1em 2em 3em;
    top: 300%;
    font-family: 'Roboto',Verdana, sans-serif;
    z-index: 9;
    transition: all .4s ease;
    line-height: 1.5;
}
.big-box a:hover p,
.big-box a:focus p {
    top: 33%;
}
.footer {
    background:#111;
    min-height: 650px;
    display: flex;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: -1;
    margin-bottom: 80px;
    flex-wrap: wrap;
}
.footer-nav {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: -1;
}
.footer__logos,.footer__map{
    flex: 1 50%;
}
.footer__map {

    text-align: center;
    background-image: url(../maps/mapa-1.png);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 300px;
    background-size: contain;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all 0.5s linear;
}

.footer__logos {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.footer__logo  {
    width: 25%;
    padding-bottom: 25%;
    height: 0;
    text-align: center;
  /*  flex: 0 25%;*/
    background-color: #111;
    border: 2px #aaaaaa solid;
    transition: all .2s linear;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: table;
}
button.footer__logo {
    cursor: pointer;
    padding: 0 0 25% 0;
    font-size: 0;
    outline-offset: 2px;
}
button.footer__logo[aria-pressed="true"] {
    background-color: #d40d19;
    border-color: #fff;
}
.footer__logo--content {
    padding-bottom: 10%;
    background-size: auto;
    border: 2px solid #fff;
    color: transparent!important;
    font-size: 0px;
}
.footer__logo:hover,
.footer__logo:focus {
    background-color: #444444;
}
.footer-nav__menu {
    list-style: none;
    vertical-align: middle;
    margin: 30px 20px;
    float: left;
}
.footer-nav__menu li {
    display: inline-block;
    font-family: 'Roboto',Verdana, sans-serif;
    text-transform: uppercase;
    color: #505050;
    border-right: 1px solid #808080;
    padding-right: 10px;
    padding-left: 10px;   
    font-size: 14px;
}
.footer-nav__menu li:first-child {
    padding-left: 0;
}
.footer-nav__menu li:last-child {
    border-right: 0;
}
.footer-nav__menu a {
    color: inherit;
    text-decoration: none;
    transition: all .2s linear;
}
.footer-nav__link {
    float: right;
    font-family: 'Roboto',Verdana, sans-serif;
    margin: 25px 20px;
    text-decoration: none;
    font-size: 14px;
    color: #767676;
}
@media (min-width: 4000px){
    .big-boxes{
        margin-bottom: 1500px;
    }
}
@media (min-width: 3000px){
    .big-box {
        flex: 1 25%;
    }
    .news__single {
        flex: 1 25%;
    }
    .big-boxes{
        margin-bottom: 1100px;
    }
    .slider .slider-item p {
        font-size: 160px;
    }
    .slider .slider-item p+p {
        font-size: 140px;
    }
    .slider .slider-item p+p+p {
        font-size: 120px;
    }
    .slider-pag-prev:before, .slider-pag-next:before {
        font-size: 150px;
    }
    
}
@media (max-width: 1600px){
    .menu img {
        max-width: 200px;
    }
    .menu {
        font-size: 0.9em;
    }
    .boxes {
        height: 440px;
    }
    .box {
        width: 412px;
    }
}
@media (min-width: 2000px){
    .box {
        max-width: unset;
    }
}

@media (max-width: 1500px){

    .boxes {
        height: 470px;
    }
    .box {
        float: unset;
    }
    .big-box{
        height: 350px;
    }
    .slider .slider-item p{
        font-size: 40px;
    }
    .slider .slider-item p+p{
        font-size: 25px;
    }
    .slider .slider-item p+p+p{
        font-size: 18px;
    }
    .slider-pag-prev:before, .slider-pag-next:before{
        font-size: 50px;
    }
    body > * {
        padding: 0 6em;
    }
    .slider-pag-next {
        margin-right: calc(6em + 20px);
    }
    .slider-pag-prev {
        margin-left: calc(6em + 20px);
    }
    .menu img {
        max-width: 150px;
    }
    .menu {
        font-size: 0.80em;
    }
    .footer__logo--content {
        background-size: cover;
    }
    .menu-list__dropdown li {
        font-size: 16px;
        padding: 8px;
    }
   
}
@media (max-width: 1200px){

    .menu img {
        max-width: 140px;
    }
    .menu {
        font-size: 0.8em;
    }
    .box {
        width: 50%;
    }
    
}
@media (max-width: 1100px){
    .menu img {
        max-width: unset;
    }
    body > * {
        padding: 0 4em;
    }
    .slider-pag-next {
        margin-right: calc(4em + 20px);
    }
    .slider-pag-prev {
        margin-left: calc(4em + 20px);
    }
    .big-boxes{
        margin-bottom: 700px;
    }
    .big-box strong{
        font-size: 1.6em;
        line-height: 2.2;
        padding: .7em 20px .7em 1.5em;
    }
    .big-box {
        flex: 1 100%;
    }
    .menu-list__item--menu{
        display: block;
        position: relative;
        text-align: right;
        margin-right: 20px;
        font-size: 30px;
        z-index: 100;
       
    }
    .menu-list__item--menu:after {
        position: absolute;
        right: 0px;
        top: -60px;
        padding: 15px;
    }
    .menu-list__item--menu.toggle.icon-menu:after{
        transform: rotate(90deg);
        transform-origin: 50% 50%;
        display: block;       
      
    }
    .menu-list__item {
        display: block;
        text-align: right;
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }
    .menu-list__dropdown {
        z-index: 10;
        width: 100%;
        padding-left: 45px;
    }
    .dropdown__item > a, .dropdown > a {
        padding-right: 10px;
        padding-left: 10px;
    }
    .menu-list__dropdown--sec{
        left: 0px;
        z-index: 20;
        top: 100%;
        width: 100%;
        min-width: unset;
        margin-left: 0px;
    }
    .menu-list__dropdown a {
        width: 100%;
        display: block;
    }
    
    .dropdown__item.active, .dropdown__item:focus {
        background: #c00000!important;
    }
    .menu-list__dropdown .dropdown__item a {
        width: auto;
    }

    .menu-list__item--menu + .menu-list {
        display: none;
    }
    .menu-list__item--menu.toggle + .menu-list {
        display: block;
        width: 300px;
        background: rgb(155, 0, 0);
        margin-right: 20px;
    }
    .dropdown__item::before {
        left: -30px;
        content: "▾";
    }
    .news__single{
        flex: 1 100%;
    }    

}

@media (max-width: 800px){

    body > * {
        padding: 0 2em;
    }
    .slider-pag-next {
        margin-right: calc(2em + 20px);
    }
    .slider-pag-prev {
        margin-left: calc(2em + 20px);
    }
    .navbar__left span {
        font-size: 12px;
        line-height: 2em;
        
    }
    .navbar__left span {
        background-size: contain;
    }
    .menu {
        font-size: 0.8em;
    }
    .box{
        width: 100%;
        float: unset;
    }  
}
@media (max-width: 768px){
    .box {
        max-width: 310px;
    }
    .navbar__button {
        margin: 0px 10px;
    }
    .navbar__right {
        line-height: 2em;
        font-size: 14px;
    }
    .navbar__social{
        font-size:25px;
    }
    .navbar__left span {
        font-size: 10px;
    }
    .navbar{
        line-height: 2em;
    }
}
@media (max-width: 670px){
    .menu {
        top: 5em;
    }
    .footer {
        position: unset;
        display: block;
        margin-bottom: 0;
    }
    .footer-nav {
        position: unset;
        display: block;
    }
    .footer-nav__menu{
        margin: 0;
    }
    .big-boxes {
    margin-bottom: 0;
    }
    .box {
        width: 100%;
    }
    

}
@media (max-width: 576px){
    .big-box {
        height: 350px;
    }

    .boxes {
        height: 470px;
    }
    .big-box p {
        padding: 1em;
        font-size: 12px;
    }
    .big-box a::after{
        width: 40px;
        height: 40px;
        background-size: cover;
    }
    .big-box a::before {
        height: 75px;
    }
   
    .big-box strong{
        font-size: 1.1em;
        line-height: 1.9;
    }
    .slider-pag-prev, .slider-pag-next{
        visibility: hidden;
    }
    .menu-logo img {
        max-height: 16px;
    }
   
    .news__single{
        display: inline;
        flex: 1 100%;
        margin-bottom: 30px;
    }
    .news__single img {
        margin-bottom: 0;
        width: 150px;
        height: 150px;
    }
    .single__content {
        padding: 0;
    }.news .see-more::before {
        right: 70px;
        bottom: -20px;
        left: auto;
    }
    .news .see-more::after{
        right: 15px;
        bottom: -20px;
        left: auto;
    }
    .slider .slider-item p{
        font-size: 20px;
    }
    .slider .slider-item p+p{
        font-size: 15px;
    }
    .slider .slider-item p+p+p{
        font-size: 10px;
    }
    
    .news .see-more::before, .news .see-more::after {
        bottom: -30px;
    }
    .footer__logo--content {
        width: 33%;
        padding-bottom: 20%;
    }
    
    
}
@media (max-width: 480px){
    /* Usunięcie elementów headera powodujących scroll poziomy przy 320px (WCAG 1.4.10) */
    .navbar__social {
        display: none;
    }
    .navbar__form {
        display: none;
    }
    .navbar__email {
        display: none;
    }
}
@media (max-width:460px){
    .big-box strong {
        font-size: 1em;
    }
}
@media (max-width: 375px){
    body > * {
        padding: 0 .5em;
    }
    .boxes {
        height: 390px;
    }
    .navbar__left
    {
        font-size: 0.75em;
    }
    .ue p {
        display: none;
    }
    .menu-logo img {
        max-height: 12px;
    }
    
    .big-box strong{
        line-height: 1.3;
        padding: 0.7em 50px 10px 10px;
    }
    .footer__logo--content {
        width: 50%;
        padding-bottom: 30%;

    }
}

.attention {
    animation: attention 3s infinite;
  }
  
  @keyframes attention {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
  }
  #cookieinfo{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 12px;
    background: rgba(237, 15, 29, 0.7);
    font-family: "Roboto", sans-serif;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
  }
  #cookieinfo > a {
    color: #fff;
    font-size: 24px;
    padding: 5px;
    padding-right: 15px;
}
  #cookieinfo a {
      color: #fff !important;
  }
  html[lang="en"] .see-more::after {
    content: "see";
    text-indent: -95px;
  }
  html[lang="en"] .see-more::before {
    content: "more";
  }
  html[lang="en"] .news .see-more::after {
    text-indent: -42px;
  }

  html[lang="de"] .see-more::after {
    content: "Mehr";
    text-indent: -100px;
  }
  html[lang="de"] .see-more::before {
    content: "sehen";
  }
  html[lang="de"] .news .see-more::after {
    text-indent: -50px;
  }

  html[lang="ru"] .see-more::after {
    content: "узнать";
    text-indent: -95px;
  }
  html[lang="ru"] .see-more::before {
    content: "больше";
  }
  html[lang="ru"] .news .see-more::after {
    text-indent: -54px;
  }
  .post-at {
     display:none!important;
}
.socials{
    display: flex;
    margin: 10px 0px;
}
.social{
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    background: #d40d19;
       align-self: center;
       justify-content: center;
       align-items: center;
       display: flex;
    cursor: pointer;
    margin-right: 1px;
}
.social:hover {
    background: #505050;
}
.social i {
    vertical-align: middle;
    color: #fff;
}
.socials span {
    font-size: 18px;
    font-weight: 500;
    font-family: Oswald;
    padding: 0px 5px;
    color: #d40d19;
    border: 1px solid red;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.big-box {
		display: inline-block;
		max-width: 50%;
		flex: unset;
    }
    .news__single {
		max-width: 50%;
        flex: unset;
        background: #fff;
    }
    .news__single img{
        min-width: 200px;
    }
    .content {
        background: #fff;
    }

}
.ue {
vertical-align: middle;
  margin-right: 20px;
text-decoration: none;
}


.ue img {
display: inline-block;
  vertical-align: middle;
}
.ue p {
display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: #fff;
padding: 0px;
  font-family: arial;
}

.projects {
display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.projects a {
flex: 1;
  border: 1px solid #ccc;
  padding: 20px;
  color: #d40d19;
  font-weight: bold;
  font-size: 22px;
  text-decoration: underline;
  margin-bottom: 5px;
}

.people {
display: flex;
flex-wrap: wrap;
}

@media screen and (max-width:767px) {
.people div {
width: 100%;
}
}

@media screen and (min-width:768px) and (max-width:1700px) {
.people div {
width: 49%;
}
}

 .steps {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
max-width: 800px;
  list-style: none;
  margin-top: 50px;
  margin-bottom: 100px;
  }

  .step {
    display: flex;
    align-items: stretch;
    position: relative;
    animation: slideIn 0.5s ease both;
  }

  .step:nth-child(1) { animation-delay: 0.05s; }
  .step:nth-child(2) { animation-delay: 0.15s; }
  .step:nth-child(3) { animation-delay: 0.25s; }
  .step:nth-child(4) { animation-delay: 0.35s; }

  @keyframes slideIn {
    from { opacity: 0; transform: translateX(-24px); }
    to   { opacity: 1; transform: translateX(0); }
  }

  /* Czerwony kwadrat z numerem – po lewej */
  .step__number {
    flex-shrink: 0;
    width: 64px;
    background: #c0111f;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .step__number span {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
  }

  /* Szare tło z ukosem po prawej */
  .step__body {
    background: #d0d0d0;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 20px 60px 20px 24px;
    flex: 1;
    clip-path: polygon(0 0, calc(100% - 36px) 0, 100% 50%, calc(100% - 36px) 100%, 0 100%);
    position: relative;
  }

  .step__icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
  }

  .step__icon svg {
    width: 54px;
    height: 54px;
    stroke: #222;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .step__text {
    flex: 1;
    min-width: 0;
  }

  .step__title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    margin-bottom: 4px;
  }

  .step__desc {
    font-size: 0.88rem;
    color: #333;
    line-height: 1.45;
  }

  .step__desc a {
    color: #c0111f;
    text-decoration: none;
    font-weight: 600;
  }

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

  /* ── MOBILE ── */
  @media (max-width: 480px) {

   #slider-pause {
        display: none;
    }
    .steps {
      gap: 10px;
    }

    .step {
      flex-direction: column;
    }

    .step__number {
      width: 100%;
      height: 44px;
      clip-path: none;
    }

    .step__number span {
      font-size: 1.6rem;
    }

    .step__body {
      clip-path: none;
      padding: 16px;
      gap: 14px;
      align-items: flex-start;
    }

    .step__icon {
      width: 44px;
      height: 44px;
    }

    .step__icon svg {
      width: 38px;
      height: 38px;
    }

    .step__title {
      font-size: 1.1rem;
    }

    .step__desc {
      font-size: 0.85rem;
    }
  }

  @media screen and (max-width:600px) {
    header {
        position: relative !important;
  height: 100px;
  background: #000 !important;
    }
    nav {
        position: relative !important;
  background: #000 !important;
  top: unset !important;
    }
  }

  #main-content {
    padding: 0px !important;
  }

#main-content .boxes {
    padding: 0 9em;
}

#main-content .news {
    padding: 0 9em;
}

#main-content .big-boxes {
    padding: 0 9em;
}

.footer {
    padding: 0 9em;
}

@media screen and (max-width:1023px) {
    #main-content .boxes {
        padding: 16px;
}

#main-content .news {
    padding: 16px;
}

#main-content .big-boxes {
      padding: 16px;
}

.footer {
      padding: 16px;
}
}

.skk_filters {
   background: #222 !important;
}

.skk_offers .skk_offers_tb th {
    background: #000 !important;
}

.skk_offers td:first-child {
    border-color: #eccc78 !important;
    color: #eccc78 !important;
}

.skk_offers td {
    border-color: #eccc78 !important;
}
.skk_offers td {
    color: #eccc78 !important;
}