* {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif
}

body {
    margin: 0;
    padding: 0
}

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

a:visited {
    color: black
}

ul {
    list-style: none;
    margin: 0
}

p,
.top-header .header-lang ul li {
    line-height: 1.35;
    margin: 0;
    padding-bottom: 1.5rem
}

img {
    max-height: 100%;
    max-width: 100%
}

.reset-pad {
    padding: 0
}

html {
    font-size: 10px
}

body {
    margin: 0;
    padding: 0
}

p,
.top-header .header-lang ul li {
    font-size: 1.6rem
}

@media screen and (max-width: 768px) {
    p,
    .top-header .header-lang ul li {
        font-size: 1.3rem
    }
}

h2 {
    font-size: 3rem
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 2.7rem
    }
}

h3 {
    font-size: 2.5rem
}

@media screen and (max-width: 768px) {
    h3 {
        font-size: 2.2rem
    }
}

h4 {
    font-size: 2.1rem
}

@media screen and (max-width: 768px) {
    h4 {
        font-size: 1.8rem
    }
}

h5 {
    font-size: 2rem
}

@media screen and (max-width: 768px) {
    h5 {
        font-size: 1.7rem
    }
}

input {
    padding: 1rem 2rem !important;
    font-size: 1.6rem;
    font-family: 'Montserrat', sans-serif
}

@media screen and (max-width: 768px) {
    input {
        font-size: 1.4rem
    }
}

textarea {
    padding: 1rem 2rem !important;
    font-size: 1.6rem;
    font-family: 'Montserrat', sans-serif
}

@media screen and (max-width: 768px) {
    textarea {
        font-size: 1.4rem
    }
}

.spaced-top {
    padding-top: 4rem
}

@media screen and (max-width: 880px) {
    .spaced-top {
        padding-top: 2rem
    }
}

.spaced-bottom {
    padding-bottom: 4rem
}

@media screen and (max-width: 880px) {
    .spaced-bottom {
        padding-bottom: 2rem
    }
}

.spaced-bottom-xl {
    padding-bottom: 8rem
}

@media screen and (max-width: 880px) {
    .spaced-bottom-xl {
        padding-bottom: 4rem
    }
}

.spaced-top-bottom {
    padding: 4rem 0
}

@media screen and (max-width: 880px) {
    .spaced-top-bottom {
        padding: 2rem 0
    }
}

.spaced-top-bottom-sm {
    padding: 2rem 0
}

@media screen and (max-width: 880px) {
    .spaced-top-bottom-sm {
        padding: 1rem 0
    }
}

.spaced-top-sm {
    padding-top: 2rem
}

@media screen and (max-width: 880px) {
    .spaced-top-sm {
        padding-top: 1rem
    }
}

.spaced-bottom-sm {
    padding-bottom: 2rem
}

@media screen and (max-width: 880px) {
    .spaced-bottom-sm {
        padding-bottom: 1rem
    }
}

.text-margin {
    margin-bottom: 7rem
}

.bg-header {
    background: #ca1f27
}

.bg-line-dot {
    background: url(../img/tło-na-10-lat-razem.jpg) !important
}

.black {
    color: black
}

.hidden {
    overflow: hidden
}

li {
    font-size: 1.6rem
}

.trans {
    -webkit-transform: translateY(5rem);
    -ms-transform: translateY(5rem);
    transform: translateY(5rem)
}

.margin-r {
    margin-right: -9%
}

.margin-l {
    margin-left: -100%
}

.mt {
    margin-top: 1rem !important
}

.margin-top {
    margin-top: 2rem !important
}

.margin-bottom {
    margin-bottom: 9rem !important
}

.red {
    color: #ca1f27
}

.red:visited {
    color: #ca1f27
}

.bold {
    font-weight: bold
}

.inline-b {
    display: inline-block
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

.align-left {
    text-align: left
}

.self-end {
    -webkit-align-self: self-end;
    -ms-flex-item-align: self-end;
    align-self: self-end
}

.fl-r {
    float: right
}

.fl-l {
    float: left
}

.clear {
    clear: both
}

.small-pad {
    padding: 0.5rem
}

.border-left {
    background: #ca1f27;
    width: 0.8rem;
    height: 3rem
}

.border-bottom {
    border-bottom: 2px solid #ca1f27
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.grey {
    background: #f8f8f8
}

.rel {
    position: relative
}

.document {
    position: absolute;
    right: 0;
    top: 0;
    width: 41px;
    height: 41px
}

.white {
    background: #fff
}

.upper {
    text-transform: uppercase
}

.back-text {
    color: #ca1f27 !important;
    font-size: 1.5rem
}

.contact-page li {
    font-size: 1.6rem
}

.heading {
    background: #ca1f27;
    color: #fff;
    margin-bottom: 2rem;
    text-align: center;
    padding: 1rem 0
}

.mt-sm {
    margin-top: 3rem !important
}

@media screen and (max-width: 768px) {
    .mt-sm {
        margin-top: 1rem !important
    }
}

.mb-sm {
    margin-bottom: 5rem !important
}

@media screen and (max-width: 768px) {
    .mb-sm {
        margin-bottom: 2rem !important
    }
}

.full-width {
    width: 100%;
    margin: 0
}

.container {
    width: 1250px;
    margin: 0 auto
}

@media screen and (max-width: 1350px) {
    .container {
        width: 94%
    }
}

.grid-col-4 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(24%, 1fr));
    grid-column-gap: 1rem
}

.grid-col-2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr))
}

.grid-row-2 {
    display: grid;
    grid-template-rows: repeat(2, 1fr)
}

.row-2 {
    grid-row: 2
}

@media screen and (max-width: 420px) {
    .top-header .grid-row-2 {
        grid-template-rows: 1fr
    }
}

.top-header .logo {
    grid-row: 1/-1
}

@media screen and (max-width: 420px) {
    .top-header .logo {
        width: 105px
    }
}

.top-header .icon-text {
    color: white
}

.top-header .icon-text .ico {
    display: inline-block;
    vertical-align: middle;
    width: 15%
}

.top-header .icon-text .text {
    padding-left: 1.5rem;
    display: inline-block;
    vertical-align: middle
}

.top-header .icon-text .text p,
.top-header .icon-text .text .header-lang ul li,
.top-header .header-lang ul .icon-text .text li {
    padding: 0
}

@media screen and (max-width: 1100px) {
    .top-header .icon-text .text {
        padding-left: .3rem
    }
}

@media screen and (max-width: 1024px) {
    .top-header .icon-text {
        display: none
    }
}

.top-header .header-lang {
    text-align: right
}

.top-header .header-lang ul {
    padding-top: 2.5rem
}

.top-header .header-lang ul li {
    vertical-align: middle;
    font-weight: bold;
    display: inline-block
}

.top-header .header-lang ul li a {
    padding-left: 1.5rem;
    color: white
}

@media screen and (max-width: 420px) {
    .top-header .header-lang ul li {
        font-size: 1rem
    }
}

@media screen and (max-width: 1024px) {
    .top-header .header-lang {
        grid-row: 1;
        grid-column: 2
    }
}

@media screen and (max-width: 1024px) {
    .top-header .grid-col-4 {
        grid-template-columns: 1fr 1fr
    }
}

.top-nav {
    text-align: center;
	z-index: 999
}

.top-nav ul li {
    padding: 0 3rem;
    font-size: 2rem;
    display: inline-block
}

.top-nav ul li a {
    color: #000
}

.top-nav ul li a:hover {
    color: #ca1f27
}

@media screen and (max-width: 768px) {
    .top-nav ul li a:hover {
        color: #fff
    }
}

@media screen and (max-width: 768px) {
    .top-nav ul li a {
        color: #fff
    }
}

@media screen and (max-width: 1350px) {
    .top-nav ul li {
        padding: 0 2rem
    }
}

@media screen and (max-width: 1024px) {
    .top-nav ul li {
        padding: 0 1rem
    }
}

@media screen and (max-width: 880px) {
    .top-nav ul li {
        font-size: 1.8rem
    }
}

@media screen and (max-width: 768px) {
    .top-nav ul li {
        display: block;
        font-size: 1.5rem
    }
}

@media screen and (max-width: 768px) {
    .top-nav {
        display: none;
        position: absolute;
        width: 40%;
        left: 60%;
        right: 0;
        background: #ca1f27;
        text-align: left;
        height: 100%;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }
}

.margin-column {
    width: 30%;
    background: #fff;
    padding: 1.5rem;
    margin-top: 50px;
    margin-left: -100px;
    padding-left: 100px;
    padding-right: 50px;
    padding-top: 50px;
    vertical-align: top
}

@media screen and (max-width: 1600px) {
    .margin-column {
        width: 50%
    }
    .margin-column-img {
        width: 50%
    }
}

@media screen and (max-width: 1350px) {
    .margin-column {
        margin-top: 25px;
        margin-left: -100px;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 50px;
        vertical-align: top
    }
}

@media screen and (max-width: 1024px) {
    .margin-column {
        width: 60%;
        margin-left: -30%;
        padding-top: 20px
    }
    .margin-column-img {
        width: 65%
    }
}

@media screen and (max-width: 768px) {
    .margin-column {
        width: 90%;
        margin-left: -82%;
        padding-top: 20px
    }
    .margin-column-img {
        width: 90%
    }
}

.btn a {
    font-size: 2rem;
    color: #000;
    padding: 0.5rem 1rem;
    border: 1px solid black
}

button {
    padding: 1rem 2rem;
    font-size: 2rem;
    color: #fff;
    border: none;
    background: #ca1f27;
    cursor: pointer
}

.back-btn {
    background-color: #ca1f27;
    color: #fff !important;
    font-size: 2rem;
    font-weight: bold;
    padding: 1rem 1.5rem;
    margin-left: 1rem
}

.underline {
    border-bottom: 3px solid red;
    width: 3rem;
    margin: 0 auto
}

@media screen and (max-width: 880px) {
    .container-ico-text.grid-col-4 {
        grid-column-gap: 0
    }
}

@media screen and (max-width: 768px) {
    .container-ico-text.grid-col-4 {
        grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));
        grid-row-gap: 2rem
    }
}

.ico-text {
    padding: 0 1rem
}

.ico-text img {
    height: 150px
}

@media screen and (max-width: 768px) {
    .ico-text img {
        height: 100px
    }
}

.ico-text p,
.ico-text .top-header .header-lang ul li,
.top-header .header-lang ul .ico-text li {
    padding: 0 2rem
}

.flota {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 3rem
}

.flota-table {
    text-align: left;
    vertical-align: top;
    padding-right: 3rem
}

@media screen and (max-width: 768px) {
    .flota-table {
        padding-right: 0;
        grid-row: 2
    }
}

/*.flota-img img {
    max-width: 200%;
    width: 160%
}*/

@media screen and (max-width: 768px) {
    .flota-img img {
        max-width: 100%;
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .flota-img {
        grid-row: 1;
        width: 100%
    }
}

@media screen and (max-width: 530px) {
    .flota-img {
        width: 100%
    }
}

@media screen and (max-width: 420px) {
    .flota-img {
        width: 100%
    }
}

.flota-more {
    font-size: 1.3rem;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .flota {
        grid-template-columns: unset;
        grid-template-rows: auto auto;
        grid-column-gap: 0
    }
}

.flota-description {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flota-description .flota-element {
    width: 30%
}

@media screen and (max-width: 680px) {
    .flota-description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .flota-description .flota-element {
        width: 100%
    }
}

.inline-ico-text {
    border: 2px solid #000;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
    padding: .5rem;
    margin: 1.5rem 0
}

.inline-ico-text .ico {
    border-right: 1px solid #000;
    display: inline-block;
    padding: 0 2rem;
    width: 30%
}

@media screen and (max-width: 1024px) {
    .inline-ico-text .ico {
        padding: 0 1rem;
        width: 30%;
        min-height: 47px
    }
}

@media screen and (max-width: 530px) {
    .inline-ico-text .ico {
        height: 100%
    }
}

@media screen and (max-width: 420px) {
    .inline-ico-text .ico {
        width: 100%;
        border: none
    }
}

.inline-ico-text .text {
    display: inline-block;
    width: 69%;
    vertical-align: top;
    padding: 0 2rem
}

@media screen and (max-width: 1350px) {
    .inline-ico-text .text {
        padding: 0 1rem
    }
}

@media screen and (max-width: 420px) {
    .inline-ico-text .text {
        width: 100%
    }
}

.inline-ico-text .text p,
.inline-ico-text .text .top-header .header-lang ul li,
.top-header .header-lang ul .inline-ico-text .text li {
    padding: 0
}

@media screen and (max-width: 1024px) {
    .inline-ico-text .text p,
    .inline-ico-text .text .top-header .header-lang ul li,
    .top-header .header-lang ul .inline-ico-text .text li {
        font-size: 1.3rem
    }
}

.reference {
    padding: 8rem 0
}

.reference .container {
    width: 890px
}

.reference .container p:first-child,
.reference .container .top-header .header-lang ul li:first-child,
.top-header .header-lang ul .reference .container li:first-child {
    line-height: 2
}

@media screen and (max-width: 768px) {
    .reference .container p:first-child,
    .reference .container .top-header .header-lang ul li:first-child,
    .top-header .header-lang ul .reference .container li:first-child {
        font-size: 1.4rem;
        line-height: 1.2
    }
}

.reference .container p:nth-child(2),
.reference .container .top-header .header-lang ul li:nth-child(2),
.top-header .header-lang ul .reference .container li:nth-child(2) {
    padding: 0;
    color: #ca1f27
}

@media screen and (max-width: 1024px) {
    .reference .container {
        width: 94%
    }
}

@media screen and (max-width: 768px) {
    .reference {
        padding: 4rem 0
    }
}

.clients .logo {
    display: inline-block
}

@media screen and (max-width: 768px) {
    .clients .logo {
        width: 30%
    }
}

@media screen and (max-width: 1024px) {
    .footer .grid-col-4 {
        grid-template-columns: 1fr 1fr;
        grid-gap: 2rem
    }
}

@media screen and (max-width: 530px) {
    .footer .grid-col-4 {
        grid-template-columns: 1fr
    }
}

.footer .grid-col-4>div {padding-right: 10px;}
.footer-about a {
    padding-right: 2rem
}

.footer-menu {
    font-size: 1.6rem
}

.footer-menu ul li {
    padding-bottom: 1rem
}

.footer-menu ul span {
    vertical-align: middle;
    font-size: 2rem;
    padding-right: 1rem
}

.footer .grid-col-4 div {
    padding-right: 20px;
}
.footer .grid-col-4 div p{
    text-align:  justify;
}
.footer .grid-col-4 div.footer-about {padding-right: 32px;}
.copy {
    background: white
}

.copy p,
.copy .top-header .header-lang ul li,
.top-header .header-lang ul .copy li {
    padding: 0 1rem
}

.footer-contact .text-ico div {
    display: inline-block
}

.footer-contact .text-ico div:first-child {
    padding-right: 1rem
}

.contact {
    text-align: justify
}

.contact input {
    width: 32%;
    margin-bottom: 2rem
}

@media screen and (max-width: 620px) {
    .contact input {
        width: 100%
    }
}

.contact textarea {
    margin-bottom: 2rem
}

.contact label {
    display: none
}

.contact-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6rem
}

.contact-page .contact-left-box,
.contact-page .contact-right-box {
    background-color: #fff;
    padding: 4rem;
    margin: 2rem
}

.contact-page .contact-right-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.contact-page .contact-right-box .contact-img {
    margin-right: 1rem
}

.contact-page .contact-right-box .contact-img img {
    width: 230px
}

.contact-page .contact-right-box .contact-img p,
.contact-page .contact-right-box .contact-img .top-header .header-lang ul li,
.top-header .header-lang ul .contact-page .contact-right-box .contact-img li {
    padding: 0
}

.contact-page li {
    margin: 0.5rem 0
}

.contact-page li::before {
    content: '\2022';
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em
}

.contact-page .contact-text {
    padding-left: 3rem
}

.contact-page .contact-text h5 {
    padding-bottom: 1.5rem
}

.contact-page .contact-text p,
.contact-page .contact-text .top-header .header-lang ul li,
.top-header .header-lang ul .contact-page .contact-text li {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 1rem;
    -webkit-background-size: 20px 20px !important;
    background-size: 20px !important;
    background-position: left top !important;
    background-repeat: no-repeat !important
}

@media screen and (max-width: 1200px) {
    .contact-page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .contact-page .contact-left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .contact-page .contact-left-box {
        margin: 1rem
    }
}

@media screen and (max-width: 768px) {
    .contact-page .contact-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .contact-page .contact-left-box {
        padding: 2rem 1rem;
        margin: 2rem 0rem
    }
    .contact-page .contact-right-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 2rem 1rem;
        margin: 2rem 0rem
    }
    .contact-page .contact-right-box .contact-img img {
        width: 150px
    }
    .contact-page .contact-right-box .contact-text {
        padding-left: 0
    }
}

@media screen and (max-width: 480px) {
    .contact-page .contact-right-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.baner img {
    width: 100%
}

.map iframe {
    height: 600px;
    width: 100%;
    border: none
}

@media screen and (max-width: 768px) {
    .map iframe {
        height: 300px
    }
}

.article-slide {
    background: #f8f8f8;
    padding: 3rem 5rem;
    margin: 1rem 3rem;
    position: relative
}

.article-slide .document {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--tooltip-normal);
    width: 41px;
    height: 41px
}

.article-slide a {
    font-size: 1.6rem
}

@media screen and (max-width: 530px) {
    .article-slide {
        width: 100%;
        padding: 1.5rem 2.5rem
    }
}

.article-slider:before,
.flota-slider:before {
    position: absolute;
    content: '';
    width: 11%;
    background: white;
    overflow: hidden;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    bottom: 0
}

.article-slider:after,
.flota-slider:after {
    position: absolute;
    content: '';
    width: 11%;
    background: white;
    overflow: hidden;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    height: 100%;
    z-index: 10;
    right: 0;
    top: 0;
    bottom: 0
}

@media screen and (max-width: 768px) {
    .article-slider:after,
    .article-slider:before,
    .flota-slider:after,
    .flota-slider:before {
        display: none
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: '';
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    min-height: 1px;
    display: none
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block;
    width: 33vw
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.hamburger {
    display: none
}

@media screen and (max-width: 768px) {
    .hamburger {
        display: inline-block;
        cursor: pointer
    }
}

@media screen and (max-width: 420px) {
    .hamburger-container {
        grid-row: 2;
        grid-column: 2
    }
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    -ms-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px)
}

.change .bar2 {
    opacity: 0
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    -ms-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px)
}

.aktualnosci .post-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.aktualnosci .post-title h5 {
    margin-left: 1rem
}

.aktualnosci .post-top {
    width: 100% !important
}

.aktualnosci .post-left,
.aktualnosci .post-right {
    width: 50%
}

.aktualnosci .post-right {
    padding: 0 2rem 0 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.aktualnosci .post-right a {
    text-align: right
}

@media screen and (max-width: 1200px) {
    .aktualnosci .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .aktualnosci .post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 48%
    }
    .aktualnosci .post-left,
    .aktualnosci .post-right {
        width: 100%
    }
    .aktualnosci .post-right {
        padding: 0 1rem 0 1rem
    }
    .aktualnosci .post-title {
        margin-right: 4rem
    }
}

@media screen and (max-width: 530px) {
    .aktualnosci .post {
        width: 100%
    }
    .aktualnosci .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.about-image img {
    margin: 2rem 2rem 2rem 0rem
}

.about-image h4 {
    font-size: 3.1rem
}

@media screen and (max-width: 1024px) {
    .about-image h4 {
        font-size: 2.1rem
    }
}

@media screen and (max-width: 768px) {
    .about-image {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .about-image img {
        margin: 1rem;
        width: 120px
    }
}

.about-path img {
    width: 90%
}

.about-path-text {
    width: 60%;
    margin-left: 2rem;
    padding-right: 1rem
}

.about-path-text img {
    display: none
}

@media screen and (max-width: 768px) {
    .about-path-text {
        width: 75%;
        margin-left: 1rem
    }
}

@media screen and (max-width: 565px) {
    .about-path {
        display: none
    }
    .about-path-text {
        width: 100%;
        margin: 0;
        text-align: center
    }
}

@media screen and (max-width: 565px) {
    .text-margin {
        margin-bottom: 3rem !important
    }
}

@media screen and (max-width: 480px) {
    .text-margin {
        margin-bottom: 2rem !important
    }
}

.about-background {
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
	    background-position: top center !important;
}

@media screen and (max-width: 565px) {
    .about-background {
        height: auto;
        -webkit-background-size: cover !important;
        background-size: cover !important
    }
}

.current-menu-item {
    position: relative
}

.current-menu-item::before {
    content: "";
    border-bottom: #ca1f27 0.5rem solid;
    position: absolute;
    bottom: -2rem;
    margin: 0 auto;
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem)
}

@media screen and (max-width: 1350px) {
    .current-menu-item::before {
        width: -webkit-calc(100% - 4rem);
        width: calc(100% - 4rem)
    }
}

@media screen and (max-width: 1024px) {
    .current-menu-item::before {
        width: -webkit-calc(100% - 2rem);
        width: calc(100% - 2rem)
    }
}

@media screen and (max-width: 880px) {
    .current-menu-item::before {
        bottom: -1rem
    }
}

@media screen and (max-width: 768px) {
    .current-menu-item::before {
        content: none
    }
}

.current-menu-item a {
    color: #ca1f27
}

@media screen and (max-width: 768px) {
    .current-menu-item a {
        color: #fff
    }
}

.article-hover:hover {
    -webkit-box-shadow: 3px 3px 3px #74747479;
    box-shadow: 3px 3px 3px #74747479;
    margin-top: -1px
}

.article-hover:hover .document {
    background: var(--tooltip-hover)
}

.article-hover>div>a:hover {
    color: #ca1f27
}


/*# sourceMappingURL=main.min.css.map */

.about-text ul {
    /* list-style: circle; */
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 20px;
}

.baner-with-text{

    position: relative;
    text-align: center;

}
/* Centered text */
.baner-with-text .text-on-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

/* Contact Form 7*/
.wpcf7-submit {
	padding: 1rem 2rem !important;
    font-size: 2rem !important;
    color: #fff !important;
    border: none !important;
    background: #ca1f27 !important;
    cursor: pointer;	
  	width: auto !important;
}
.wpcf7-response-output {
	padding: 0.4em 1em !important;
    font-size: 17px !important;
    border: 2px solid #ca1f27 !important; 
}
div.wpcf7 .ajax-loader {
    margin: -8px 0px 0px 15px !important; 
}

.wpcf7-textarea {
	width: 100% !important;
}


@media screen and (max-width: 1024px){
    .baner-with-text .text-on-image {font-size: 2rem;}
}
@media screen and (max-width: 860px){
    .baner-with-text .text-on-image {font-size: 1.4rem;}
}
.about-path-text, .about-bussines p, .about-text p{text-align: justify;}
.rodo {padding: 10px 20px; }
.rodo li {line-height: 1.8; margin:0 4%; text-align: justify;}