body {
    color: #082033;
    font-family: 'Lato', sans-serif;
}
/*-------- KLASA ŻAŁOBNA, NALEŻY DODAĆ DO BODY --------------*/
.mourning {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
/*
Długość trwania animacji
*/
.animationDuration {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
em {
    padding-right: 2px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

a,
input,
select,
button {
    outline: none!important;
}

a {
    color: #dc5124;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #dc5124;
}

.slider-prev.slick-hidden,
.slider-next.slick-hidden {
    visibility: hidden;
}

.container {
    clear: both;
    margin: 0 auto;
    padding-left: 55px;
    padding-right: 55px;
    max-width: 1670px;
    width: 100%;
}
.container.container-full {
    max-width: none;
}
.container.container-big {
    max-width: 1700px;
}
.container.container-med {
    max-width: 1380px;
}

.container.container-no-clear:before,
.container.container-no-clear:after {
    display: none;
}

#page {
    overflow: hidden;
}

/**
 * PADDINGS
 */

.pad-big,
.pad-big-top {
    padding-top: 60px;
}
.pad-big,
.pad-big-bottom {
    padding-bottom: 60px;
}
.margin-big,
.margin-big-top {
    margin-top: 60px;
}
.margin-big,
.margin-big-bottom {
    margin-bottom: 60px;
}

.pad-med,
.pad-med-top {
    padding-top: 50px;
}
.pad-med,
.pad-med-bottom {
    padding-bottom: 50px;
}

.pagination-wrapper,
.heading,
.margin-med,
.margin-med-top {
    margin-top: 50px;
}

.pagination-wrapper,
.heading,
.margin-med,
.margin-med-bottom {
    margin-bottom: 50px;
}

/**
 * BUTTONS
 */

/* Button basic */
.btn.btn.btn {
    box-shadow: none;
}

.btn,
.btn.btn-custom {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 46px;
    padding: 0 30px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.btn-custom > * {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

/* Font sizes */
.btn.btn-custom {
    font-size: 0;
    letter-spacing: 0;
}

.btn,
.btn.btn-custom span.caption {
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 700;
}
.btn.btn-custom .fa {
    font-size: 16px;
}

/* Extra background utility */
.btn.btn-custom:before {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/** BTN ICONS **/
.btn.btn-custom img,
.btn.btn-custom .icon {
    width: 36px;
    height: 36px;
}

.btn.btn-custom img:first-child,
.btn.btn-custom .icon:first-child {
    margin-left: -8px;
    margin-right: 12px;
}

.btn.btn-custom img:last-child,
.btn.btn-custom .icon:last-child {
    margin-left: 12px;
    margin-right: -8px;
}

.btn.btn-custom svg {
    display: block;
    fill: #fff;
    stroke: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/** BTN ARROW TOGGLE **/
.btn.btn-custom.active img.indicator:last-child,
.btn.btn-custom.active .icon.indicator:last-child {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

/** Stick icons to sides **/
.btn.btn-custom.btn-stick-right {
    padding-right: 55px;
}

.btn.btn-custom.btn-stick-right > img:last-child,
.btn.btn-custom.btn-stick-right > .icon:last-child {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn.btn-custom.btn-stick-left {
    padding-right: 55px;
}

.btn.btn-custom.btn-stick-left > img:first-child,
.btn.btn-custom.btn-stick-left > .icon:first-child {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/** Utilities **/
.btn.btn-custom:not(.btn-no-minwidth) {
    min-width: 200px;
}

.btn.btn-custom.btn-no-padding.btn-no-padding {
    padding: 0;
}

/******* BTN SHAPES *******/

/** SMALL **/
.btn.btn-custom.btn-sm {
    height: 40px;
    padding: 0 20px;
    line-height: 38px;
    font-weight: 700;
}
.btn.btn-custom.btn-sm.btn-sm {
    min-width: 0;
}
.btn.btn-sm,
.btn.btn-custom.btn-sm span.caption {
    font-size: 12px;
    letter-spacing: 0.02em;
}
.btn.btn-custom.btn-sm img,
.btn.btn-custom.btn-sm .icon {
    width: 32px;
    height: 32px;
}
.btn.btn-custom.btn-sm img:first-child,
.btn.btn-custom.btn-sm .icon:first-child {
    margin-left: -6px;
    margin-right: 5px;
}
.btn.btn-custom.btn-sm img:last-child,
.btn.btn-custom.btn-sm .icon:last-child {
    margin-left: 5px;
    margin-right: -6px;
}

/** LARGE **/
.btn.btn-custom.btn-lg {
    height: 50px;
    line-height: 48px;
}

/** CIRCLE **/
.btn.btn-custom.btn-circle {
    width: 46px;
    min-width: 0!important;
    padding: 0!important;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
}
.btn.btn-custom.btn-sm.btn-circle {
    width: 40px;
}
.btn.btn-custom.btn-lg.btn-circle {
    width: 50px;
}

.btn.btn-custom.btn-circle > * {
    margin: 0!important;
}

/** SQUARE **/
.btn.btn-custom.btn-square {
    width: 46px;
    min-width: 0!important;
    padding: 0!important;
    border-radius: 0;
    text-align: center;
}
.btn.btn-custom.btn-sm.btn-square {
    width: 40px;
}
.btn.btn-custom.btn-lg.btn-square {
    width: 50px;
}

.btn.btn-custom.btn-square > * {
    margin: 0!important;
}

/** BTN ADDONS */
.btn.btn-custom .btn-badge {
    position: absolute;
    top: -17px;
    right: -17px;
    width: 34px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #2c292d;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

/** THEMES **/
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    color: #fff;
}

.btn.btn-link,
.btn.btn-link.active.focus,
.btn.btn-link.active:focus,
.btn.btn-link.focus,
.btn.btn-link:active.focus,
.btn.btn-link:active:focus,
.btn.btn-link:focus {
    color: #dc5124;
}

.btn.btn-link:hover,
.btn.btn-link.hover,
.btn.btn-link.active,
.btn.btn-link:active:focus {
    color: #000;
    text-decoration: underline;
}

.btn.btn-default,
.btn.btn-default:focus,
.btn.btn-default:active:focus,
.btn.btn-custom {
    color: #dc5124;
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.btn.btn-custom svg {
    fill: #dc5124;
    stroke: #dc5124;
}

.btn.btn-default.focus,
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default.active,
.btn.btn-default:active:hover,
.btn.btn-custom:hover,
.btn.btn-custom.active {
    color: #fff;
    border-color: transparent;
    background-color: #dc5124;
}
.btn.btn-custom:hover svg,
.btn.btn-custom.active svg {
    fill: #fff;
    stroke: #fff;
}

.btn.btn-primary,
.btn.btn-primary:focus,
.btn.btn-primary:active:focus,
.btn.btn-custom.btn-accent {
    color: #fff;
    border-color: transparent;
    background-color: #dc5124;
}
.btn.btn-custom.btn-accent svg {
    fill: #fff;
    stroke: #fff;
}

.btn.btn-primary.focus,
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary:active:hover,
.btn.btn-custom.btn-accent:hover,
.btn.btn-custom.btn-accent.active {
    color: #fff;
    border-color: transparent;
    background-color: #323232;
}
.btn.btn-custom.btn-accent:hover svg,
.btn.btn-custom.btn-accent.active svg {
    fill: #fff;
    stroke: #fff;
}

.btn.btn-custom.btn-white {
    color: #dc5124;
    border-color: transparent;
    background-color: #fff;
}
.btn.btn-custom.btn-white svg {
    fill: #dc5124;
    stroke: #dc5124;
}

.btn.btn-custom.btn-white:hover,
.btn.btn-custom.btn-white.active {
    color: #fff;
    border-color: #fff;
    background-color: #dc5124;
}
.btn.btn-custom.btn-white:hover svg,
.btn.btn-custom.btn-white.active svg {
    fill: #fff;
    stroke: #fff;
}

.btn.btn-custom.btn-hollow {
    color: #dc5124;
    border-color: #dc5124;
    background-color: #fff;
}
.btn.btn-custom.btn-hollow svg {
    fill: #dc5124;
    stroke: #dc5124;
}

.btn.btn-custom.btn-hollow:hover,
.btn.btn-custom.btn-hollow.active {
    color: #fff;
    border-color: #dc5124;
    background-color: #dc5124;
}
.btn.btn-custom.btn-hollow:hover svg,
.btn.btn-custom.btn-hollow.active svg {
    fill: #fff;
    stroke: #fff;
}

.btn.btn-custom.btn-decor-square {
    color: #dc5124;
    border-color: transparent;
    background-color: transparent;
}
.btn.btn-custom.btn-decor-square.btn-decor-square {
    min-width: 0;
}
.btn.btn-custom.btn-decor-square:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    width: 12px;
    height: 12px;
    background-color: #dc5124;
}
.btn.btn-custom.btn-decor-square svg {
    fill: #dc5124;
    stroke: #dc5124;
}

.btn.btn-custom.btn-decor-square:hover,
.btn.btn-custom.btn-decor-square.active {
    color: #000;
    border-color: transparent;
    background-color: transparent;
}
.btn.btn-custom.btn-decor-square:hover:after,
.btn.btn-custom.btn-decor-square.active:after {
    background-color: #000;
}
.btn.btn-custom.btn-decor-square:hover svg,
.btn.btn-custom.btn-decor-square.active svg {
    fill: #000;
    stroke: #000;
}


@media screen and (max-width: 1139px) {
    /**
     * BUTTONS
     */
    .btn,
    .btn.btn-custom {
        height: 40px;
        padding: 0 20px;
        line-height: 38px;
    }

    /** Utilities **/
    .btn.btn-custom:not(.btn-no-minwidth) {
        min-width: 160px;
    }

    /** BTN ICONS **/
    .btn.btn-custom img,
    .btn.btn-custom .icon {
        width: 32px;
        height: 32px;
    }

    /******* BTN SHAPES *******/
    /** SMALL **/
    .btn.btn-custom.btn-sm {
        height: 36px;
        padding: 0 15px;
        line-height: 34px;
    }
    .btn.btn-custom.btn-sm img,
    .btn.btn-custom.btn-sm .icon {
        width: 28px;
        height: 28px;
    }

    /** LARGE **/
    .btn.btn-custom.btn-lg {
        height: 46px;
        line-height: 44px;
    }
    .btn.btn-custom.btn-lg img,
    .btn.btn-custom.btn-lg .icon {
        width: 32px;
        height: 32px;
    }

    /** CIRCLE **/
    .btn.btn-custom.btn-circle {
        width: 40px;
    }
    .btn.btn-custom.btn-sm.btn-circle {
        width: 36px;
    }
    .btn.btn-custom.btn-lg.btn-circle {
        width: 46px;
    }

    /** SQUARE **/
    .btn.btn-custom.btn-square {
        width: 40px;
    }
    .btn.btn-custom.btn-sm.btn-square {
        width: 36px;
    }
    .btn.btn-custom.btn-lg.btn-square {
        width: 46px;
    }
}
@media screen and (max-width: 639px) {
    .btn.btn-custom:not(.btn-no-rwd):not(.btn-square):not(.btn-circle) {
        width: 100%;
    }
}

/**
 * HEADER
 */
header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

header {
    background-color: #fff;
    border-bottom: 1px solid #dc5124;
    transition: background-color 0.2s, border-color 0.2s;
}

.logo {
    float: left;
    padding: 13px 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.logo a {
    display: block;
}
.logo a img {
    display: block;
    height: 65px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#main-menu {
    margin: 27px 0;
    text-align: right;
}
#main-menu a {
    display: block;
    font-size: 14px;
}

#main-menu > ul {
    margin: 0 -12px;
}
#main-menu > ul > li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 2px;
}
#main-menu > ul > li > a {
    padding: 10px;
    text-transform: uppercase;
    color: #dc5124;
}
#main-menu > ul > li > .icon {
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    width: 26px;
    height: 26px;
    margin-top: -4px;
    margin-left: -13px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#main-menu > ul > li > .icon svg {
    fill: #fff;
    stroke: #fff;
}

#main-menu > ul > li.active > a {
    color: #083ed1;
}


/*#main-menu li ul {*/
    /*display: none;*/
/*}*/
/*#main-menu li:hover ul {*/
    /*display: block;*/
/*}*/

@media screen and (min-width: 1140px) {
    .logo a[href]:hover img {
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95);
    }

    #main-menu > ul > li > a[href]:hover {
        color: #dc5124;
    }
    #main-menu > ul > li > a[href]:not(:hover) ~ .icon {
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
    }
}

/**
 * CONTENT
 */

#content {
    overflow: hidden;
}
.subpage #content {
    padding-top: 92px;
}

/* Lift up element to avoid being covered by decorations */
.lift-up {
    position: relative;
    z-index: 120;
}

/**
 * TEXT
 */
.text {
    overflow: visible;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #083ed1;
}

.title-base {
    text-transform: uppercase;
    font-weight: 900;
    color: #083ed1;
}

.title-normal {
    font-size: 36px;
}
.title-med {
    font-size: 24px;
}
.title-tiny {
    font-size: 18px;
}

.text-black {
    color: #000;
}

/**
 * FOOTER
 */
footer {
    position: relative;
    z-index: 20;
}

footer,
footer .text,
footer a {
    color: #fff;
}

footer a:hover {
    opacity: 0.7;
    color: #fff;
}


.footer-bottom {
    padding: 10px 0;
    line-height: 30px;
    letter-spacing: 0.05em;
    background-color: #dc5124;
}

.footer-bottom-left,
.footer-bottom-right {
    font-size: 0;
}
.footer-bottom-left {
    float: left;
}
.footer-bottom-right {
    float: right;
    font-size: 14px;
}

.footer-bottom-left > *,
.footer-bottom-links > li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.footer-bottom-links {
    margin: -3px -5px;
    font-size: 0;
    text-transform: uppercase;
}
.footer-bottom-links > li {
    margin: 3px 5px;
    font-size: 14px;
}

.footer-bottom-links + .copyright {
    margin-left: 15px;
}

.copyright-undicom {
    float: none;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    color: inherit;
}

.copyright-undicom a:hover {
    opacity: 0.7;
    color: #fff;
}


/**
 * HEADING
 */
.heading .heading-content {
    text-align: center;
}
.heading .heading-inside {
    position: relative;
}

.heading-content > *:not(:first-child) {
    margin-top: 5px;
}

.heading .breadcrumb {
    margin: 0;
}
.heading .heading-content .breadcrumb-container {
    margin: 0;
}
.heading .heading-content .title-base:first-child {
    margin-top: -0.25em;
    margin-bottom: -0.1em;
}
.heading .heading-content .text:not(:first-child) {
    margin-top: 35px;
}


.heading.heading-hasRight .heading-inside {
    display: table;
    width: 100%;
    word-break: break-word;
}
.heading.heading-hasRight .heading-inside > * {
    display: table-cell;
    vertical-align: bottom;
}
.heading.heading-hasRight .heading-inside .heading-content {
    width: 100%;
}
.heading.heading-hasRight .heading-inside > *:not(:last-child) {
    padding-right: 50px;
}

.heading.heading-hasArrows .heading-content {
    padding-right: 140px;
}
.heading-arrows {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -23px;
    font-size: 0;
}
.heading-arrows .btn:not(:first-child) {
    margin-left: 20px;
}

.heading.section-heading .heading-content > *:not(:first-child) {
    margin-top: 0;
}
.heading.section-heading .heading-content .title-base {
    display: inline;
    vertical-align: middle;
    text-transform: uppercase;
    overflow: visible;
}
.heading.section-heading .heading-content .title-base:not(:only-child) {
    display: inline;
    vertical-align: middle;
    text-transform: uppercase;
    overflow: visible;
    margin-right: 40px;
}

.heading-cells {
    white-space: nowrap;
}
.heading-cell {
    display: inline-block;
}
.heading-right .heading-cells {
    margin-left: -25px;
}
.heading-right .heading-cell {
    margin-left: 25px;
}

/**
 * FORM
 */
form.form {
    /* padding: 15px 0; */
}
/* INPUTY */
.form .form-control {
    /* font-size: 14px; */
}
/* TEXTAREA */
.form textarea.form-control {
    /* height: 130px; */
}
/* KLAUZULE I ZGODY */
.form .before-consent-row,
.form .after-consent-row,
.form .consent-row label,
.form .consent-all {
    /* font-size: 12px; */
}
/* ZAOKRĄGLENIA INPUTÓW */
.form .form-control {
    /* border-radius: 0; */
}
.form button.captcha-refresh {
    /* border-top-right-radius: 0; */
    /* border-bottom-right-radius: 0; */
}

/**
 * MAP POINT
 */
.map-point .custom-map-wrapper {
    position: relative;
}
.map-point .custom-map-wrapper .point {
    position: absolute;
    width: 28px;
    height: 40px;
    background: transparent url('../images/marker.png') no-repeat scroll center center;
    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.map-point #marker-cloud-wrapper {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 10%;
    height: 10%;
    background: red;
}
.map-point #marker-cloud-wrapper .popover {
    top: 0 !important;
    left: 0 !important;
    display: block;
    margin: 0;
    width: 300px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}
.map-point #marker-cloud-wrapper .popover .arrow {
    display: none !important;
}

/*
    Sekcja logotypów
 */
.logotypes {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 156px;
    padding: 28px 0;
}
.logotypes .logotypes-title {
    float: left;
    padding-right: 30px;
    font-size: 22px;
    line-height: 100px;
    vertical-align: middle;
}
.logotypes-slider-container {
    height: 100px;
}
.logotype-slider {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.slick-initialized .logotype {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 4px;
}
.logotype img {
    max-height: 100px;
    max-width: 100%;
    margin: 0 auto;
}

/**
    Sociale
*/
.social-list > ul > li {
    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
}
.social-list > ul > li > a {
    font-size: 26px;
    line-height: 34px;
}

/*
    Menu językowe
 */
.langs-menu {
    position: relative;
    float: right;
    margin: 25px 0 25px 20px;
    border-radius: 6px 6px 0 0;
    transition-duration: 0.4s;
    transition-property: background-color, opacity;
    z-index: 1001;
}
.langs-menu ul {
    opacity: 0;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    border-radius: 0 0 6px 6px;
    transition-duration: 0.4s;
    transition-property: background-color, opacity;
}
.langs-menu.active,
.langs-menu.active ul {
    opacity: 1;
}
.langs-menu a {
    display: block;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.langs-menu-icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    width: 21px;
    height: 13px;
    margin-right: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.lang {
    padding: 5px 15px;
    font-size: 0;
}
.lang span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    text-transform: uppercase;
}
.lang .langs-menu-long {
    display: none;
}
.lang-button {
    position: relative;
    cursor: pointer;
}
.lang-button .arrow {
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    font-size: 20px;
    transition: all 0.4s;
    line-height: 12px;
}
.langs-menu.active .lang-button .arrow {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
.langs-menu-icon img {
    max-width: 100%;
}

/**
 * ARTICLE
 */
.article-image {
    display: inline-block;
    float: left;
    max-width: calc(50% - 25px);
    margin-right: 50px;
    margin-bottom: 20px;
    position: relative;
    top: 8px;
    z-index: 10;
}
.article-image img {
    max-width: 100%;
}

.article-date {
    margin-bottom: 10px;
    font-weight: 900;
    color: #dc5124;
}

/**
 Ul custom dots
 */
.text ul,
.text ol ul,
.text ul ul {
    list-style: none;
}
.text ul > li {
    left: 40px;
    position: relative;
    padding-right: 40px;
}
.text ul > li::before {
    content: "■";
    position: relative;
    top: -2px;
    display: inline-block;
    width: 10px;
    left: -10px;
    margin-left: -10px;
    font-family: sans-serif;
    font-size: 13px;
    color: #dc5124;
}

/**
* PAGINATION ACTIVE
*/
.pagination-wrapper {
    max-width: 950px;
    padding: 0;
}

.pagination-wrapper ul li {
    padding: 0 15px;
}

.pagination-wrapper ul li a,
.pagination-wrapper ul li span {
    font-size: 14px;
    color: inherit;
}

.pagination-wrapper ul li.active a {
    color: #dc5124;
}

.pagination-wrapper ul li a .fa {
    vertical-align: middle;
    margin-top: 2px;
    font-size: 12px;
}

.pagination-wrapper ul li.next a,
.pagination-wrapper ul li.prev a {
    font-size: 0;
}

@media screen and (min-width: 1140px) {
    .pagination-wrapper ul li a:hover {
        color: #dc5124;
    }
}
/*
 Galeria
 */
.gallery {
    position: relative;
    clear: both;
}
.gallery ul {
    margin: -0.78%;
    font-size: 0;
}
.gallery li {
    width: 33.33333%;
    padding: 0.78%;
    display: inline-block;
}
.fancy {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
}
.fancy img {
    max-width: 100%;
}
.hover-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(29, 113, 184, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.hover-mask:before,
.hover-mask:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
}
.hover-mask:before {
    width: 13.5%;
    margin-left: -6.75%;
    margin-top: -1px;
    height: 3px;
}
.hover-mask:after {
    padding-bottom: 13.5%;
    margin-top: -6.75%;
    margin-left: -1px;
    width: 3px;
}

@media screen and (min-width: 1140px) {
    .hover-mask:hover {
        opacity: 1;
    }
}

/*
    Tabela w klasie .text
*/
.text table {
    margin: 30px 0;
}

.text table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}

.text table td {
    padding: 12px 12px;
    border: 1px solid #ddd;
}

/**
 * MAINSLIDER
 */

.main-slider-container {
    position: relative;
    background-color: #dc5124;
}

.main-slider-arrows {
    pointer-events: none;
    position: absolute;
    bottom: 6%;
    left: 4%;
    right: 4%;
    text-align: right;
}
.main-slider-arrows:after {
    content: "";
    display: block;
    clear: both;
}
.main-slider-arrows button {
    pointer-events: all;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 0;
    text-align: center;
    background: #fff;
    border: 1px solid #dc5124;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.main-slider-arrows button .icon {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
}
.main-slider-arrows button svg {
    fill: #dc5124;
    stroke: #dc5124;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
@media screen and (min-width: 1140px) {
    .main-slider-arrows button:hover,
    .main-slider-arrows button:focus {
        background-color: #dc5124;
    }
    .main-slider-arrows button:hover svg,
    .main-slider-arrows button:focus svg {
        fill: #fff;
        stroke: #fff;
    }
}
.main-slider-arrows button + .main-slider-arrows button {
    margin-left: 10px;
}
.main-slider-arrows .main-slider-prev {
    /*float: left;*/
}
.main-slider-arrows .main-slider-next {
    /*float: right;*/
}
@media screen and (min-width: 1140px) {
    .main-slider-arrows button:active svg {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.main-slider-slide {
    display: block;
    position: relative;
    height: 100vh;
    min-height: 720px;
}
.main-slider-slide:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    /*background: linear-gradient(to top, #dc5124, transparent);*/
    background-color: #000;
    opacity: 0.5;
}
.main-slider-slide img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.main-slider-content {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 960px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    pointer-events: none;
}

.main-slider-title {
    font-size: 64px;
    font-weight: 900;
    color: #dc5124;
    /*background-color: rgba(0, 0, 0, 0.2);*/
}

.main-slider-logo-wrapper {
    margin: 0 auto;
    max-width: 220px;
    /*padding: 20px;*/
    /*background-color: rgba(0, 0, 0, 0.2);*/
}

.main-slider-logo {
    /*background-color: #fff;*/
    /*padding: 15px;*/
    margin: 0 0 15px;
}

.main-slider-logo img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

/**
 * REALIZATIONS
 */
.realization-preview-list {
    margin: -22px;
    font-size: 0;
}

.realization-preview-list .item-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 22px;
    font-size: 1rem;
}

.realization-preview {
    overflow: hidden;
    position: relative;
    display: block;
    background-color: #dc5124;
}

/*.realization-preview:after {*/
    /*opacity: 0;*/
    /*content: "";*/
    /*position: absolute;*/
    /*z-index: 7;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*background-size: 100% auto;*/
    /*background-position: bottom center;*/
    /*background-repeat: no-repeat;*/
    /*background-image: url(../images/icons/flow.svg);*/
    /*-webkit-transform: translateY(35px);*/
    /*-moz-transform: translateY(35px);*/
    /*-ms-transform: translateY(35px);*/
    /*-o-transform: translateY(35px);*/
    /*transform: translateY(35px);*/
    /*-webkit-transition: all 0.5s;*/
    /*-moz-transition: all 0.5s;*/
    /*-ms-transition: all 0.5s;*/
    /*-o-transition: all 0.5s;*/
    /*transition: all 0.5s;*/
/*}*/
.realization-preview:before {
    opacity: 0.5;
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    background-image: linear-gradient(to top, #dc5124 0%, transparent 70%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.realization-preview-img {
    position: relative;
    padding-bottom: 60%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.realization-preview-img img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.realization-preview-content {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;
    right: 0;
    padding-left: 6%;
    padding-right: 6%;
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.realization-preview .title-base {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.realization-preview-extra {
    opacity: 0;
    transition: opacity 0.4s;
}
@media screen and (min-width: 1140px) {
    .realization-preview:hover .realization-preview-content,
    .realization-preview:focus .realization-preview-content {
        -webkit-transform: translateY(calc(-50% + 30px));
        -moz-transform: translateY(calc(-50% + 30px));
        -ms-transform: translateY(calc(-50% + 30px));
        -o-transform: translateY(calc(-50% + 30px));
        transform: translateY(calc(-50% + 30px));
    }
    .realization-preview:hover .title-base,
    .realization-preview:focus .title-base {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .realization-preview:hover .realization-preview-extra,
    .realization-preview:focus .realization-preview-extra {
        opacity: 1;
    }
}
.realization-preview .title-base.title-base {
    margin-bottom: 0;
}
.realization-preview .btn-wrapper {
    text-align: center;
}

@media screen and (min-width: 1140px) {
    /*.realization-preview:hover .realization-preview-img {*/
        /*-webkit-transform: scale(1.02);*/
        /*-moz-transform: scale(1.02);*/
        /*-ms-transform: scale(1.02);*/
        /*-o-transform: scale(1.02);*/
        /*transform: scale(1.02);*/
    /*}*/
    .realization-preview:hover:before {
        opacity: 0.9;
        background-color: #dc5124;
    }
    .realization-preview:hover:after {
        opacity: 0.8;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}


/**
 * LOGOBOX
 */

.logobox-list {
    margin: -1%;
    font-size: 0;
}

.logobox-list-item {
    display: inline-block;
    vertical-align: top;
    width: 14.2857%;
    padding: 1%;
}

.logobox {
    position: relative;
    display: block;
    padding-bottom: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.logobox img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 70%;
    max-height: 70%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

@media screen and (min-width: 1140px) {
    .logobox[href]:hover {
        border-color: #000;
    }
}

/**
 * FILELINK
 */

.filelink-list-item:not(:first-child) {
    padding-top: 10px;
}

.filelink {
    position: relative;
    display: block;
    padding-left: 50px;
    padding-right: 200px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.filelink > * {
    color: #162223;
}

.filelink-icon {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    width: 50px;
    background-color: #dc5124;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.filelink-icon img,
.filelink-icon .icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    margin-left: -14px;
    margin-top: -14px;
}

.filelink-icon .icon svg *,
.filelink-icon .icon svg {
    stroke: #fff;
}

.filelink-text {
    display: table;
    height: 48px;
    width: 100%;
    padding: 5px 20px;
}

.filelink-text .text {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
}

.filelink-btn {
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    width: 200px;
    font-size: 0;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    color: #dc5124;
    border: 1px solid #dc5124;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.filelink-btn-content > * {
    display: inline-block;
    vertical-align: middle;
}

.filelink-btn .icon:not(:first-child) {
    margin-left: 25px;
    margin-right: -10px;
}

.filelink-btn span.caption {
    font-size: 14px;
    letter-spacing: 0.05em;
}

.filelink-btn .icon {
    width: 28px;
    height: 28px;
}
.filelink-btn .icon svg {
    fill: #dc5124;
    stroke: #dc5124;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.filelink-btn-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -14px;
    text-align: center;
}

@media screen and (min-width: 1140px) {
    .filelink[href]:hover {
        border-color: #dc5124;
    }

    .filelink[href]:hover .filelink-icon {
        background-color: #dc5124;
    }

    .filelink[href]:hover .filelink-btn {
        color: #fff;
        border-color: #dc5124;
        background-color: #dc5124;
    }

    .filelink[href]:hover .filelink-btn svg {
        fill: #fff;
        stroke: #fff;
    }
}


/**
 * ARTICLE PREVIEW
 */

.article-preview-list {
    margin: -12px;
    display: flex;
    flex-wrap: wrap;
}

.article-preview-list .item-wrapper {
    width: 25%;
    padding: 12px;
}

.article-preview {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.article-preview:hover {
    color: #000;
}

.article-preview .img-wrapper {
    position: relative;
    margin: -1px -1px 0 -1px;
    padding-bottom: 60.606%;
    background-color: rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.article-preview .img-wrapper img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.article-preview .content-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 5%;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.article-preview .content-wrapper {
    flex-grow: 1;
    position: relative;
    padding-bottom: 50px;
}

.article-preview .title-base {
    position: relative;
    /*padding-bottom: 15px;*/
    /*margin-bottom: 8px;*/
    font-size: 17px;
    line-height: 28px;
}

/*.article-preview .title-base:after {*/
    /*content: "";*/
    /*display: block;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*width: 30%;*/
    /*height: 1px;*/
    /*background-color: #dc5124;*/
/*}*/

.article-preview-date {
    display: inline-block;
    margin: 8px 0;
    color: #dc5124;
    font-size: 14px;
}

.article-preview .text {
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
}
.article-preview .btn-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
}
.article-preview .btn-wrapper .btn.btn-custom {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media screen and (min-width: 1140px) {
    .article-preview[href]:hover {
        border-color: #f6f6f6;
    }
    .article-preview[href]:hover .img-wrapper img {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
        -moz-transform: translate3d(-50%, -50%, 0) scale(1.05);
        -ms-transform: translate3d(-50%, -50%, 0) scale(1.05);
        -o-transform: translate3d(-50%, -50%, 0) scale(1.05);
        transform: translate3d(-50%, -50%, 0) scale(1.05);
    }
    .article-preview[href]:hover .content-container {
        background-color: #f6f6f6;
    }
    .article-preview[href]:hover .btn-wrapper .btn.btn-custom {
        font-weight: 900;
    }
}

/**
 * ANIMATIONS
 */

@media screen and (min-width: 1140px) {
    .opacityIn2 {
        -webkit-animation-name: opacityIn2;
        animation-name: opacityIn2;
        -webkit-animation-duration: 2.2s;
        animation-duration: 2.2s;
    }
}
@-webkit-keyframes opacityIn2 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes opacityIn2 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.mainpage header:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
    opacity: 0;
    transition: opacity 0.2s;
}

.mainpage header:not(.underSlider):before {
    opacity: 1;
}

.mainpage header:not(.underSlider) {
    background-color: transparent;
    border-color: transparent;
}

.mainpage header:not(.underSlider) .logo {
    opacity: 0;
}

.mainpage header:not(.underSlider) #main-menu > ul > li > a {
    color: #fff;
}

.article-preview .title-base{
    color: #dc5124;
}

@media screen and (min-width: 1140px){
    .article-preview:hover .title-base,
    .article-preview:hover .article-preview-date,
    .article-preview:hover .text{
        color: #083ed1;
    }
}