/**
 * GLOBAL VARIABLES
 */
:root {
    /** UNIVERSAL **/
    --space-60: 60px;
    --space-50: 50px;
    --space-40: 40px;
    --space-25: 25px;

    --font-48: 48px;
    --font-40: 40px;
    --font-37: 37px;
    --font-36: 36px;
    --font-30: 30px;
    --font-26: 26px;
    --font-24: 24px;

    --container-padding: 40px;

    /** SPECIFIC **/
    --color-primary: #4c4c4c;
    --color-secondary: #c50c1f;
    --color-default: #333;
}

body {
    color: #4c4c4c;
    font-family: 'Lato', sans-serif;

}

/**
 * BASIC
 */

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

a, button {
    transition: all 300ms ease-out;
}

em {
    padding-right: 2px;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

a {
    color: var(--color-secondary);
}

a:hover, a:focus {
    color: #4c4c4c;
}

/**
 * EXTRA
 */
/* Animations lib */
.animationDuration {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

/* Mourning class added to body */
.mourning {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


/**
 * PAGE
 */

#page,
#content {
    overflow: hidden;
}

.container {
    clear: both;
    margin: 0 auto;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
    max-width: 1670px;
    width: 100%;
}

.container-small {
    max-width: 1350px;
}

.container--noClear {
    clear: none;
}

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

/**
 * ICONS
 */

/*.icon-mask.icon-mask {
    -webkit-mask-size: cover;
    -mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: currentColor;
}

.icon-facebook {
    -webkit-mask-image: url('../images/icons/social/facebook.svg');
    mask-image: url('../images/icons/social/facebook.svg');
}

.icon-instagram {
    -webkit-mask-image: url('../images/icons/social/instagram.svg');
    mask-image: url('../images/icons/social/instagram.svg');
}

.icon-linkedin {
    -webkit-mask-image: url('../images/icons/social/linkedin.svg');
    mask-image: url('../images/icons/social/linkedin.svg');
}

.icon-twitter {
    -webkit-mask-image: url('../images/icons/social/twitter.svg');
    mask-image: url('../images/icons/social/twitter.svg');
}

.icon-youtube {
    -webkit-mask-image: url('../images/icons/social/youtube.svg');
    mask-image: url('../images/icons/social/youtube.svg');
}

.icon-pinterest {
    -webkit-mask-image: url('../images/icons/social/pinterest.svg');
    mask-image: url('../images/icons/social/pinterest.svg');
}

.icon-user {
    -webkit-mask-image: url('../images/icons/user.svg');
    mask-image: url('../images/icons/user.svg');
}

.icon-register {
    -webkit-mask-image: url('../images/icons/register.svg');
    mask-image: url('../images/icons/register.svg');
}

.icon-logout {
    -webkit-mask-image: url('../images/icons/logout.svg');
    mask-image: url('../images/icons/logout.svg');
}
*/

/**
 * THEMES
 */

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.active:focus,
.btn-primary:hover:focus,
.btn-primary:hover:active,
.btn-primary:focus:active {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}

.btn-primary.active {
    background-color: #fff;
    color: var(--color-primary);
}

.btn-primary[disabled],
.btn-primary[disabled]:hover {
    opacity: 0.2;
    cursor: not-allowed;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.active:focus,
.btn-secondary:hover:focus,
.btn-secondary:hover:active,
.btn-secondary:focus:active {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: #fff;
}


.btn-secondary[disabled],
.btn-secondary[disabled]:hover {
    opacity: 0.2;
    cursor: not-allowed;
}

.btn-default {
    background-color: #fff;
    border-color: #e5e5e5;
    color: var(--color-primary);
}


.btn-default[disabled],
.btn-default[disabled]:hover {
    opacity: 0.2;
    cursor: not-allowed;
}

@media screen and (min-width: 1140px) {
    .btn-primary:not([disabled]):hover,
    .btn-primary:not([disabled]).active:hover,
    .btn-default:active,
    .btn-default.active,
    .btn-default.active:focus,
    .btn-default:hover,
    .btn-default:focus,
    .btn-default:hover:focus,
    .btn-default:hover:active,
    .btn-default:focus:active,
    .btn-secondary:not([disabled]):hover,
    .btn-secondary:not([disabled]).active:hover,
    .btn-default:not([disabled]):hover,
    .btn-default:not([disabled]).active:hover {
        background-color: var(--color-secondary);
        color: #fff;
        border-color: var(--color-secondary);
    }
}


/**
 * BUTTONS
 */

.btn {
    border-radius: 6px;
}

/**
 * BOOTSTRAP
 */
.panel,
.panel-heading,
.modal-content,
.alert,
.popover {
    border-radius: 0;
}

.panel {
    box-shadow: none;
}

.panel-default {
    border-color: #e5e5e5;
}


/**
 * TEXT
 */

.text {
    overflow: visible;
    font-size: 1rem;
    line-height: 30px;
}

/** Text list custom dots **/
.text ul,
.text ol ul,
.text ul ul {
    list-style: none;
}

.text ul > li,
.text ol > li {
    left: 40px;
    position: relative;
    padding-right: 40px;
}

.text ul > li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    left: -16px;
    margin-left: -6px;
    font-family: sans-serif;
    position: relative;
    background: #c40e1f;
    top: -2px;
    border-radius: 50%;

}

.text ol > li::marker {
    word-spacing: 3px;
}

/** Text table **/
.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;
}


div#container-page {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

/**
 * HEADER
 */

header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 6px 4px 0.2px rgb(0 0 0 / 10%);
    background: #fff;
}

.top-bar-container {
    background: #f7f7f7;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.top-bar-left {
    font-size: 0.938rem;
    color: #5b5b5b;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
}


.top-bar-left .line1 {
    padding-right: 17px;
    margin-right: 17px;
    position: relative;
}

.top-bar-left .line1:after {right: 0;content:'';height: 14px;width: 2px;background: #aeaeae;position: absolute;top: 50%;margin-top: -7px;display: block;}

.top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
}

.logo {
    float: left;
}

.logo a {
    display: block;
}

.logo a img {
    display: block;
}

.logo a img.logo-wcag {
    display: none;
}

#main-menu {
    transition: all 300ms ease-out;
	margin-right:-10px;
}

#main-menu ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#main-menu li {
    position: relative;
    margin-left: 50px;
}

#main-menu li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}

#main-menu li a {
    display: block;
    color: #4c4c4c;
    position: relative;
    padding: 13px 10px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

#main-menu li a:hover {
    color: var(--color-secondary);
}

#main-menu li.active a {
    color: var(--color-secondary);
}


#main-menu li.active a:after {
    width: 30px;
    height: 2px;
    background: var(--color-secondary);
    content: '';
    display: block;
    bottom: 0;
    position: absolute;
}

#main-menu li > ul {
    display: none;
}


#main-menu li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}

#main-menu li > ul > li > ul {
    top: 0;
    left: 100%;
}

#main-menu li:hover > ul {
    display: block;
}

.main-menu-button {
    float: right;
    width: 40px;
    margin: 18px 0 18px 0;
    border: none;
    background: transparent;
}

.main-menu-button.animIcon--hamburger.active span {
    background-color: var(--color-secondary);
}

.mainsearch.rwdPanel {
    display: block;
}

.mainsearch {
    float: left;
    position: relative;
    width: 350px;
    max-width: 100%;
}

.mainsearch-search {
    display: flex;
    align-items: stretch;
}

.mainsearch .form-element-container {
    flex-grow: 1;
}

.mainsearch input.form-control {
    display: block;
    height: 46px;
    padding: 5px 15px;
    border-right: none;
    box-shadow: none;
}

.mainsearch-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.mainsearch .alert-block,
.mainsearch .form-control-feedback {
    display: none;
}

/*
* USER NAV
*/

.header-top .user-nav {
    display: flex;
    align-items: stretch;
}

.header-top .user-nav-item {
    display: flex;
    align-items: stretch;
    position: relative;
}

.header-top .user-nav-item-inner {
    display: flex;
    align-items: center;
    color: #fff;
}

.header-top .user-nav-item + .user-nav-item {
    padding-left: 20px;
    margin-left: 20px;
}

.header-top .user-nav-item + .user-nav-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.6);
}

.header-top .user-nav-item .icon {
    width: 26px;
    height: 26px;
}


.slider {
    padding-top: 154px;
    position: relative;
    overflow: hidden;
    transition: all 300ms ease-out;
    height: 100vh;
    min-height: 600px;
}

.main-slider, .slider .slide, .slider .slider-photo, .slider .slider-photo-box {
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 300ms ease-out;
}

.slide-box {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
}

.slick-track {
    height: 100%;
}

.slick-list {
    height: 100%;
}

.slider-box {
    display: flex;
    flex-direction: row-reverse;
}

.slider .slider-photo {
    width: 50%;
    display: flex;
}

.slider .slider-photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-text-box {
    width: 50%;
    height: 100%;
    display: flex;
}

.slider-text {
    flex-direction: column;
    display: flex;
    height: 100%;
    padding: 0 17%;
    align-items: flex-start;
    justify-content: center;
}

.title1 {
    margin-bottom: 22px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    font-size: var(--font-37);
    line-height: 147%;
}

.description {
    margin-bottom: 41px;
    line-height: 30px;
    text-align: left;
    font-size: 1rem;
}

button.slick-arrow {
    position: absolute;
    color: #fff;
    text-indent: -20000px;
    z-index: 2;
    top: 65px;
    margin-top: 17px;
    width: 46px;
    height: 46px;
    border: 1px solid #e5e5e5;
}

button.slick-next {
    right: 50%;
    margin-right: -795px;
}

button.slick-prev {
    right: 50%;
    margin-right: -740px;
}

button.slick-next, button.next {
    background: #fff url(../images/icons/big_arrow_right_dark.svg) no-repeat center center / contain;
}

button.slick-prev, button.prev {
    background: #fff url(../images/icons/big_arrow_left_dark.svg) no-repeat center center / contain;
}

@media screen and (min-width: 1140px) {
    button.slick-next:hover, button.next:hover {
        background: url(../images/icons/big_arrow_right_light.svg) no-repeat center center / contain;
        background-color: var(--color-secondary);
    }

    button.slick-prev:hover, button.prev:hover {
        background: url(../images/icons/big_arrow_left_light.svg) no-repeat center center / contain;
        background-color: var(--color-secondary);
    }
}

.about-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-text {
    width: 50%;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 30px;
    justify-content: center;
    padding-bottom: 30px;
}

.about-photo {
    width: 50%;
}

.about-photo img {
    display: block;
    max-width: 100%;
}


.about-box-title {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    font-size: var(--font-37);
    line-height: 147%;
    padding-left: 50px;
    position: relative;
}

.about-box-title:before {
    width: 3px;
    height: 85%;
    position: absolute;
    content: '';
    background: var(--color-secondary);
    left: 0;
    top: 5%;
}

.about-item:nth-child(even) {
    flex-direction: row-reverse;
}

.about-title {
    margin-bottom: 28px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    font-size: var(--font-30);
    line-height: 147%;
    position: relative;
    text-align: left;
}

.about-item:nth-child(even) .about-text {
    align-items: flex-start;
    padding-left: 6%;
}

.about-item .text.txt {
    margin-bottom: 44px;
}

.about-box-container {
    padding-bottom: var(--space-60);
}

.news-box-container {
    padding-top: var(--space-60);
    padding-bottom: var(--space-60);
    background: #f7f7f7;
}

.box-header {
    display: flex;
    align-items: center;
    margin-bottom: 53px;
    justify-content: center;
    position: relative;
}

.news-box-content {
    max-width: 1590px;
    overflow: hidden;
}

.slider-nav-box {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    right: 0;
}

.slider-nav-box .btn-primary {
    margin-left: 30px;
}

.slider-nav {
    display: flex;
}

.slider-nav button {
    top: auto;
    position: relative;
    margin: 0 0 0 10px;
}

.news-box-title {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    font-size: var(--font-37);
    line-height: 147%;
    position: relative;
    text-align: center;
}

.news-content .text.txt {
    margin-bottom: 34px;
    font-size: 0.938rem;
    line-height: 26px;
    text-align: center;
    color: var(--color-primary);
}

.news-box {
    margin: -45px;
}

.news {
    padding: 45px;
}

.news-link {
    padding: 40px;
    display: block;
    background: #fff;
}

@media screen and (min-width: 1140px) {
    .news-link:hover {
        box-shadow: 0 10px 10px 0 rgba(29, 28, 25, 0.15);
    }
}

.news-photo {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 90px;
    border-bottom: 1px solid #e5e5e5;
}

.news-date {
    font-weight: normal;
    position: relative;
    font-size: 0.75rem;
    padding: 0 0 0 25px;
    margin: 0 auto 27px;
    display: inline-block;
    color: var(--color-primary);
}


.news-date:before {
    background: url(../images/icons/calendar.svg) no-repeat 0 center / contain;
    content: '';
    position: absolute;
    left: -8px;
    top: -8px;
    width: 29px;
    height: 29px;

}

.news-photo img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.news-photo img.img-hover {
    display: none;
}

.news-content {
    padding-top: var(--space-40);
    text-align: center;
}

.news-title {
    position: relative;
    margin-bottom: 14px;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 133%;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    color: var(--color-primary);
}

@media screen and (min-width: 1140px) {
    .news-link:hover .btn.btn-default {
        background-color: var(--color-secondary);
        color: #fff;
        border-color: var(--color-secondary);
    }
}

/**
 * FOOTER
 */
footer {
    background: #4c4c4c;
}

.footer-boxes-container {
    position: relative;
}

.footer-boxes-container .container {
    position: relative;
}

.footer-boxes {
    align-items: flex-start;
    display: flex;
    padding-top: 70px;
    padding-bottom: var(--space-60);
    justify-content: space-between;
}


.footer-col-title {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 29px;
    font-family: 'Josefin Sans', sans-serif;
}

.footer-box {
    width: 25%;
    text-align: center;
}


.footer-box:first-child {
    width: 20%;
}

.footer-box.footer-box-contact {
    width: 34%;
}


img.logo-min {
    max-width: 100%;
    margin-top: 20px;
}

.footer-box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-box ul li {
    margin-bottom: 4px;
}

.footer-box ul li a {
    display: block;
    font-size: 0.938rem;
    color: #fff;
    padding: 5px 0;
    font-weight: 300;
}

@media screen and (min-width: 1140px) {

}

.footer-box .contact-links a {
    color: #fff;
    display: block
}

.footer-box-logo-min {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    pointer-events: none;
}

.footer-text .text.txt {
    color: #fff;
}

.footer-box .text.txt, .footer-box .contact-links {
    color: #fff;
    font-size: 1rem;
    line-height: 36px;
    margin-bottom: 0;
}

@media screen and (min-width: 1140px) {
    .footer-box .contact-links a:hover {
        text-decoration: underline;
    }
}

/* FOOTER BAR */
.footer-bar {
    padding: 3px 0;
    line-height: 30px;
    font-size: 0.875rem;
    color: #c4c4c4;
    border-top: 1px solid #676767;
    text-align: center;
}

.footer-bar-content::after {
    content: "";
    display: table;
    clear: both;
}

.footer-bar-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bar-content > * {
    display: inline-block;
}

.footer-bar-content > *:not(:last-child) {
    margin-right: 16px;
}

.footer-bar-links {
    margin-left: -8px;
    font-size: 0;
    position: relative;
}

.footer-bar-links > li {
    display: inline-block;
    vertical-align: middle;
    margin: 3px 16px;
    font-size: 0.875rem;
    line-height: 24px;
    position: relative;
}

.footer-bar-links a {
    color: inherit;
}

.copyright {
    position: relative;
    padding-right: 16px;
}

.footer-bar-links:after, .copyright:after {
    width: 1px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    background: #8d8d8d;
    content: '';
    position: absolute;
    right: 0;
}

@media screen and (min-width: 1140px) {
    .footer-bar-links a:hover {
        text-decoration: underline
    }
}

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

.copyright-undicom a img.wcag {
    display: none;
}

img.logo-min-wcag {
    display: none;
}

/**
 * FORM
 */
form.form {
    /* padding: 15px 0; */
}

/* INPUTY */
.form-control,
.form .form-control {
    box-shadow: none;
    height: 46px;
}

/* TEXTAREA */
.form textarea.form-control:not([rows]) {
    /* height: 130px; */
}

/* KLAUZULE I ZGODY */
.form .before-consent-row,
.form .after-consent-row,
.form .consent-row label,
.form .consent-all {
    /* font-size: 12px; */
}

.form .consent-row .error {
    /* font-size: 12px; */
    /* letter-spacing: 0; */
}

/* CAPTCHA */
.form .captcha-image-wrapper,
.form .form-group-sm .captcha-image-wrapper,
.form .form-group-lg .captcha-image-wrapper {
    border-radius: 6px;
    box-shadow: none;
}

/* KOLOR GWIAZDKI WYMAGANEGO POLA */
.form .form-required-mark {
    /* color: #a94442; */
}

.form-element-select .form-control-feedback,
.form-element-country .glyphicon {
    display: none;
}

.select2-container .select2-selection--single {
    padding: 0;
}

.form button.captcha-refresh {
    right: 15px;
    border-color: rgba(0, 0, 0, .1);
    color: #e10121;
    border-radius: 0 6px 6px 0;
    background-color: transparent;
    border-color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form button.captcha-refresh .fa.fa-spin {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused
}

@media screen and (min-width: 1140px) {
    .form button.captcha-refresh:hover {
        border-color: #e10121;
        color: #e10121;
    }

    .form button.captcha-refresh:hover .fa.fa-spin {
        -webkit-animation-play-state: running;
        -moz-animation-play-state: running;
        -o-animation-play-state: running;
        animation-play-state: running
    }
}

/*---- SELECT 2 -----*/

.select2-dropdown {
    z-index: 100;
    border-radius: 0;
}

.select2-container--default .select2-selection--multiple,
.select2-container .select2-selection--single {
    height: 46px;
    border-color: #ccc;
    border-radius: 6px;
    text-align: left;
    padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
    padding-left: 12px;
    font-size: 0.875rem;
    padding-right: 44px;
    color: #555;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search {
    line-height: 44px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    line-height: 24px;
    display: inline-block;
    float: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 8px;
}

.has-feedback .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 68px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    transition: all 0.4s;
    right: 16px;
    color: #000;
    text-align: center;
    font-size: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '\f107';
    font-family: 'FontAwesome', sans-serif;
    font-size: 1rem;
    vertical-align: middle;
}

.select2-container--default.select2-container--open .select2-selection__arrow {
    -ms-transform: translateY(-50%) scaleY(-1);
    transform: translateY(-50%) scaleY(-1);
}

.select2-container--default .select2-selection--single .select2-selection__arrow > b {
    display: none;
}

.select2-results__option[aria-selected] {
    font-size: 0.875rem;
    line-height: 24px;
    color: #000;
    font-weight: 300;
    padding: 6px 22px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--color-primary);
}

.form-control-feedback {
    top: 50%;
    right: 0;
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

/**
 * MAP POINTS
 */

.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;
    -ms-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;
}

/**
 * BREADCRUMB
 */

.breadcrumb-container {
    margin: 20px 0;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    text-align: left;
    border-radius: 0;
    background-color: transparent;
}

.breadcrumb > li {
    position: relative;
    display: inline;
    color: #6d6e71;
}

.breadcrumb > li > a {
    font-size: 0.75rem;
}

.breadcrumb > li > a:not([href]),
.breadcrumb > li > a:not(:hover) {
    color: inherit;
}

.breadcrumb > li + li:before {
    content: '>';
    font-size: 0.75rem;
    padding: 0 15px;
    color: inherit;
}

.breadcrumb > li > a.last {
    color: var(--color-primary);
}

/**
* PAGINATION
*/

.pagination-wrapper {
    clear: both;
    width: 100%;
    max-width: none;
    padding-top: var(--space-50);
    padding-bottom: var(--space-50);
}

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

.pagination-wrapper ul li.next, .pagination-wrapper ul li.prev {
    float: none;
    padding: 0 45px;
}

.pagination-wrapper ul li a, .pagination-wrapper ul li span {
    font-size: 0.875rem;
    color: var(--color-primary);
    line-height: 50px;
    padding: 0 14px;
}

.pagination-wrapper ul li.next a, .pagination-wrapper ul li.prev a {
    width: 46px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #dedede;
    background: #fff;
    border-radius: 0;
    position: relative;
    text-indent: -20000px;
}

.pagination-wrapper ul li.next a:after, .pagination-wrapper ul li.prev a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.pagination-wrapper ul li.next a:after {
    background: url(../images/icons/big_arrow_right_dark.svg) no-repeat center center / 70%;
}

.pagination-wrapper ul li.prev a:after {
    background: url(../images/icons/big_arrow_left_dark.svg) no-repeat center center / 70%;
}

.pagination-wrapper ul li.active a {
    color: var(--color-secondary);;
}

@media screen and (min-width: 1140px) {
    .pagination-wrapper ul li.prev a:hover, .pagination-wrapper ul li.next a:hover {
        border-color: var(--color-secondary);
        background: var(--color-secondary);
    }

    .pagination-wrapper ul li a:hover {
        color: var(--color-secondary);
    }

    .pagination-wrapper ul li.next a:hover:after {
        background: url(../images/icons/big_arrow_right_light.svg) no-repeat center center / 70%;
    }

    .pagination-wrapper ul li.prev a:hover:after {
        background: url(../images/icons/big_arrow_left_light.svg) no-repeat center center / 70%;
    }
}


/**
 * ANIMATABLE ICON
 */

.animIcon {
    position: relative;
    display: inline-block;
    width: 32px;
    padding: 0 !important;
}

.animIcon::before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.animIcon span {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    height: 2px;
    width: 100%;
    background-color: gray;
    transition: all .4s ease;
}

/* Close */
.animIcon.animIcon--close span {
    top: 50%;
    margin-top: -1px;
    transform-origin: center;
}

.animIcon.animIcon--close span:nth-child(1) {
    transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
}

.animIcon.animIcon--close span:nth-child(2) {
    transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
}

/* Hamburger -> Close */
.animIcon.animIcon--hamburger span {
    top: 0;
    left: 0;
    transform-origin: left center;
}

.animIcon.animIcon--hamburger span:nth-child(1) {
    margin-top: 20%;
}

.animIcon.animIcon--hamburger span:nth-child(2) {
    margin-top: 50%;
}

.animIcon.animIcon--hamburger span:nth-child(3) {
    margin-top: 80%;
}

.animIcon.animIcon--hamburger.active span:nth-child(1) {
    margin-top: 15%;
    margin-left: 15%;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.animIcon.animIcon--hamburger.active span:nth-child(2) {
    opacity: 0;
    margin-top: 70%;
}

.animIcon.animIcon--hamburger.active span:nth-child(3) {
    margin-top: 85%;
    margin-left: 15%;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

/**
 * LOGOTYPES SLIDER
 */
.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%;
    -ms-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;
}


/**
 * SOCIALS
 */
.social-list > ul {
    margin: -5px;
    font-size: 0;
}

.social-list > ul > li {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    text-align: center;
    font-size: 1rem;
}

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #f0f;
}

.social-icon svg {
    fill: currentColor;
}

.social-icon img {
    display: block;
}

.social-icon .fa {
    font-size: 20px;
}


/**
 * LANGUAGES MENU
 */
.langs-menu {
    position: relative;
    float: right;
    margin: 0 15px;
    transition-duration: 0.4s;
    transition-property: background-color, opacity;
    z-index: 1001;
}

.langs-menu ul {
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    transition: all 0.3s;
}

.langs-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.langs-menu.active,
.langs-menu.active ul {
    opacity: 1;
}

.langs-menu a {
    color: inherit;
    text-decoration: none;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.langs-menu-icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin-right: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.lang {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 5px 12px;
    font-size: 0;
    transition-duration: 0.3s;
    transition-property: background-color, color;
}

.lang span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    text-transform: uppercase;
}

.lang .langs-menu-long {
    display: none;
}

.lang-button {
    cursor: pointer;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.lang-button .arrow {
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    font-size: 18px;
    line-height: 12px;
    transition-duration: 0.3s;
    transition-property: transform, -webkit-transform, -ms-transform;
}

.langs-menu-icon img {
    max-width: 100%;
}

@media screen and (min-width: 1140px) {
    a.lang:hover,
    a.lang:focus {
        color: #fff;
        background-color: #f0f;
    }

    .langs-menu:not(.langs-menu--list):not(:hover):not(:focus):not(:focus-within) ul {
        pointer-events: none;
        opacity: 0;
        transform: translateY(-5px);
        -ms-transform: translateY(-5px);
    }

    .langs-menu:focus-within .lang-button .arrow,
    .langs-menu:hover .lang-button .arrow,
    .langs-menu:focus .lang-button .arrow {
        transform: rotateZ(180deg);
        -ms-transform: rotateZ(180deg);
    }
}

.flag-icon {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.langs-menu--list .lang-button,
.langs-menu--list .langs-menu-short {
    display: none;
}

.langs-menu.langs-menu--list ul {
    position: static;
    opacity: 1;
    display: flex;
    align-items: center;
    border: none;
    background: none;
}

.langs-menu.langs-menu--list li {
    margin: 4px 10px;
    border: none;
}

.langs-menu.langs-menu--list a {
    height: auto;
    padding: 5px;
    border: none;
}

.langs-menu--list .lang {
    background: none;
}

.langs-menu--list .langs-menu-icon {
    margin: 0;
}

/**
 * ARTICLE
 */
.article {
    overflow: visible;
}

.article-content::after {
    content: "";
    display: table;
    clear: both;
}

.article-image {
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
    float: left;
    max-width: 50%;
    margin-right: 60px;
    margin-bottom: 20px;
}

.article-image img {
    max-width: 100%;
    box-shadow: 0 10px 10px 0 rgba(29, 28, 25, 0.15);
}

.article-subtitle {
    margin-bottom: 28px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    font-size: var(--font-26);
    line-height: 137%;
    position: relative;
    text-align: left;
}

.article-date {
    font-weight: bold;
}

.article-text {
    margin-bottom: var(--space-50);
}

/**
 * GALLERY
 */

.gallery-list {
    margin: -5px;
    font-size: 0;
}

.gallery-list-item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 5px;
}

.gallery-picture {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
}

.gallery-picture > img {
    display: block;
    max-width: 100%;
}

.gallery-picture-hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.55);
    transition: opacity 0.3s;
}

.gallery-picture-hover > * {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(../images/icons/loupe.svg) no-repeat center center /cover;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    text-indent: -20000px;
    border-radius: 50%;
}
@media screen and (min-width: 1140px) {
    .gallery-picture:hover .gallery-picture-hover {
        opacity: 1;
    }
}


.btn.btn-primary {
    color: var(--color-primary);
    background: #fff;
    border-color: #e5e5e5;
    border-radius: 0;
    border-left: 2px solid var(--color-secondary);
}

.btn.btn-lg {
    font-size: 0.875rem;
    padding: 0 50px;
    height: 46px;
    line-height: 44px;
    border-radius: 0;
}

.btn.btn-sm {
    font-size: 0.875rem;
    padding: 0 39px;
    height: 40px;
    line-height: 38px;
    border-radius: 0;
}


.subpage #content {
    padding-top: 154px;
}

.news-box-sub-container {
    padding-top: var(--space-50);
    background: #f7f7f7;
}

.news-box-sub-container .news-box {
    display: flex;
    flex-wrap: wrap;
    margin: -45px;
    padding-bottom: 24px;
}

.news-box-sub-container .news-box .news {
    width: 33.33%;
}

.article-text.text a:hover {
    text-decoration: underline;
    color: #c50c1f;
}

.article-content time.news-date:first-child {
    margin-top: 0;
}

.page-heading-title {
    margin-bottom: var(--space-40);
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    font-size: var(--font-37);
    line-height: 147%;
    text-align: center;
}


.files-box-container {
    padding-top: var(--space-60);
    padding-bottom: var(--space-60);
    background: #f7f7f7;
}

.files-box-container .container {
    max-width: 1350px;
}

.files-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.files-list ul li {
    width: 33.33%;
    padding: 10px;
    display: flex;
}

.files-list ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    background: #fff;
    width: 100%;
    padding: 4px 16px 4px 0;
}

.icon-file {
    width: 108px;
    display: block;
    flex-shrink: 0;
    margin-right: -1px;
    margin-left: -6px;
}

.file-name {
    font-size: 0.875rem;
    color: var(--color-primary);
    line-height: 24px;
    display: block;
}

.btn-download {
    width: 45px;
    display: block;
    flex-shrink: 0;
}

.file-name span {
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* display: block; */
}

.btn-download svg {
    fill: #062255;
}

.text-box-container {
    padding-top: var(--space-50);
}


.text-box-container .news-date {
    font-size: 0.875rem;
    margin-top: var(--space-50);
    margin-bottom: 24px;
}

.text-box-container .news-date:before {
    background: url(../images/icons/calendar.svg) no-repeat 0 center / contain;
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    width: 35px;
    height: 35px;
}

.files-box-title {
    margin-bottom: var(--space-50);
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    font-size: var(--font-26);
    line-height: 147%;
    position: relative;
    text-align: left;
}

@media screen and (min-width: 1140px) {
    .files-list ul li a:hover {
        box-shadow: 0 8px 10px 0 rgba(29, 28, 25, 0.15);
    }
}

.gallery-box-container {
    padding-top: var(--space-50);
    padding-bottom: var(--space-60);
}

.gallery-box-title {
    margin-bottom: var(--space-40);
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    font-size: var(--font-26);
    line-height: 147%;
    position: relative;
    text-align: left;
}

.buttons-center {
    text-align: center;
    margin-bottom: var(--space-60);
}

.btn.has-arrow {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 28px;
    padding-left: 40px;
}

.cooperation-box-links a.btn.has-arrow {
    margin: 10px 25px;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.caption {
    max-width: 76%;
    white-space: normal;
    line-height: 1;
    text-align: left;
}

.btn.has-arrow svg {
    margin-left: 24px;
    flex-shrink: 0;
    width: 33px;
    height: 33px;
}

.cooperation-box-links {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: var(--space-60);
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -10px;
}

.cooperation-box-links .btn.has-arrow {
    margin-bottom: 20px;
}

@media screen and (min-width: 1140px) {
    .btn.has-arrow:hover svg {
        fill: #fff;
    }
}

.contact-box {
    display: flex;
    flex-wrap: wrap;
}

.contact-left {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
}

.map-box {
    width: 50%;
}

.map-box iframe {
    width: 100%;
    display: block;
    height: 100%;
}

.contact-data .page-heading-title {
    color: #fff;
    margin-bottom: 30px;
}

.contact-data .text.txt {
    color: #fff;
    text-align: center;
    line-height: 223%;
}

.contact-data .text.txt a {
    color: #fff;
}
.sitemap {
    width: 100%;
    padding: 15px 0 15px 0;
    margin-bottom: 50px;
}


.listMenu-inner {
    width: 100%;
    padding: 15px 0 15px 0;
    position: relative;
    padding-right: 65px;
    cursor: pointer;
    font-size: 1.25rem;
}

.has-children .listMenu-inner:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    right: 22px;
    top: 50%;
    margin-top: -14px;
    position: absolute;
    font-size: 28px;
}

.listMenu-inner + ul a {
    font-size: 1rem;
    line-height: 1.3;
    transition: all 0.4s;
    position: relative;
    padding: 6px 0;
}

.listMenu-inner + ul li .listMenu-inner:after {
    display: none;
}

.listMenu-inner + ul li .listMenu-inner:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    left: -15px;
    margin-left: -10px;
    position: relative;
    background: #c8242b;
    top: -3px;
}

.listMenu-inner + ul li .listMenu-inner{
    left: 40px;
    position: relative;
    padding-right: 40px;
    padding: 0 40px 5px 0;
    }

ul.sitemap > li {
    border-bottom: 1px solid #e5e5e5;
}


ul.sitemap > li ul {
    margin-bottom: 20px;
}

.wcag-mode-contrast .listMenu-inner a {
    text-decoration: none;
}

.wcag-mode-contrast .listMenu-inner a:hover {
    text-decoration: underline;
}