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

    --font-50: 50px;
    --font-48: 48px;
    --font-45: 45px;
    --font-40: 40px;
    --font-36: 36px;
    --font-32: 32px;
    --font-30: 30px;
    --font-26: 26px;
    --font-24: 24px;
    --font-20: 20px;
    --font-18: 18px;

    --container-padding: 40px;

    /** SPECIFIC **/
    --color-primary: #133259;
    --color-secondary: #3a6eaf;
}

body {
    color: #133259;
    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: #3a6eaf;
}

a:hover, a:focus {
    color: #3a6eaf;
}

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

#content {
    padding-top: 190px;
}

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

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

.panel {
    box-shadow: none;
}

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

/**
 * TEXT
 */

.text {
    overflow: visible;
}

/** Text list custom dots **/

.text ul,
.text ol ul,
.text ul ul {
    list-style: none;
}

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

.text ul > li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    left: -16px;
    margin-left: -6px;
    font-family: sans-serif;
    position: relative;
    background: #133259;
    top: -3px;
}

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

/** Text table **/
.text table {
    margin: 30px 0;
}

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

.text table td {
    padding: 7px 28px;
    border-top: 1px solid #ddd;
    text-align: center;
    line-height: 120%;
    border-bottom: 1px solid #ddd;
}

.text table[border^="0"] td {
    border: 0 none;
}

.text .iframe-wrapper {
    font-size: 0;
    position: relative;
}

.text .iframe-wrapper::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%;
}

.text .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text.txt, .article-text {
    font-size: 1rem;
    line-height: var(--wcag-lineHeight, 1.875);
    color: #133259;
    margin-bottom: 30px;
}

.text.txt h1, .article-text h1 {
    font-weight: bold;
    margin-bottom: 34px;
    font-size: var(--font-40);
}

.text.txt h2, .article-text h2 {
    line-height: 30px;
    color: #3a6eaf;
    text-align: left;
    padding: 0;
    margin-bottom: 47px;
    font-size: var(--font-36);
    font-weight: 900;
    overflow: visible;

}

.text.txt h3, .article-text h3 {
    font-weight: bold;
    margin-bottom: 34px;
    font-size: var(--font-20);
}

.text.txt h4, .article-text h4 {
    font-weight: bold;
    margin-bottom: 34px;
    font-size: var(--font-18);
}

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

body > svg {
    display: none;
}

.vcenter {
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.mask {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

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

/**
 * HEADER
 */

header.stickable {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}

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

.top-bar-container {
    background: #3a6eaf;
}

#top-nav {
    display: inline-block;
    float: right;
    margin-left: 8px;
}

.social-list {
    display: inline-block;
}

.top-bar-right .social-list > ul > li {
    display: none;
}

.top-bar-right .social-list > ul > li:first-child {
    display: block;
}

.top-bar-right .social-list {
    display: inline-block;
}

.top-bar {
    position: relative;
    padding-right: 125px;
}

.top-bar-right {
    position: absolute;
    right: 0;
    top: 17px;
}

a.bip {
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    position: relative;
}

a.bip img {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}

@media screen and (min-width: 1140px) {
    a.bip:hover {
        background: #fff;
    }
}

.top-bar-right .social-list > ul > li:first-child span.social-icon {
    border-radius: 50%;
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.top-bar-right .social-list > ul > li:first-child span.social-desc {
    display: none;
}

@media screen and (min-width: 1140px) {
    .top-bar-right .social-list > ul > li a:hover span.social-icon {
        background: #fff;
        fill: #3a6eaf;
        color: #3a6eaf;
    }

    .top-bar-right .social-list > ul > li a:hover span.social-icon svg, .top-bar-right .social-list > ul > li a:hover span.social-icon svg * {
        fill: #3a6eaf;
    }
}

.top-bar-right:before {
    width: 1px;
    height: 11px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    content: '';
    left: -20px;
    top: 50%;
    margin-top: -5px;
}

.top {
    transition: all 300ms ease-out;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.logo {
    float: left;
    margin-right: 20px;
}

.top-link:before {
    width: 1px;
    height: 11px;
    content: '';
    background: #353535;
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    margin-right: 25px;
}

.logo a {
    display: block;
    overflow: hidden;
}

.logo a img {
    display: block;
    float: left;
    transition: all 300ms ease-out;
    height: 87px;
}

#main-menu {
    display: inline-block;
}

#main-menu ul {
    font-size: 0;
    display: flex;
    width: 100%;
    align-items: center;
}

#main-menu li {
    position: relative;
    font-size: 1rem;
    width: 100%;
    text-align: center;
}

#main-menu li a {
    display: block;
    font-size: 0.938rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #133259;
    padding: 58px 15px 58px 14px;
    white-space: nowrap;
}

#main-menu li > a:hover, #main-menu li.active > a {
    color: #3a6eaf;
}

#main-menu li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 14px;
    background: #133259;
    width: 270px;
}

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

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

#main-menu li:hover > a {
    color: #3a6eaf;
}

#main-menu li > ul li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#main-menu li > ul li:last-child {
    border-bottom: 0 none;
}

#main-menu li > ul li a {
    font-weight: normal;
    font-size: 0.875rem;
    text-transform: none;
    padding: 13px 22px;
    color: #fff;
    text-align: left;
    background-position: right center
}

#main-menu li > ul li a:hover {
    background: #3a6eaf url(../images/arrow.png) no-repeat right center;
    color: #fff;
}

#main-menu li > ul li:hover > a {
    background: #3a6eaf url(../images/arrow.png) no-repeat right center;
    color: #fff;
}

#main-menu li > ul li li a:hover {
    color: #8dc0ff;
    background: transparent;
}

#main-menu li > ul li.active a {
    background: #3a6eaf url(../images/arrow.png) no-repeat right center;
    color: #fff;
}

.date-box {
    display: flex;
    border: 2px solid rgba(219, 0, 0, 0.2);
    float: right;
    border-radius: 50px;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    padding: 0 var(--space-25);
    color: var(--color-primary);
    transition: all 0.3s;
}

.date-icon {
    width: 34px;
    height: 34px;
    margin: -9px;
    margin-right: 10px;
}

.date-icon svg {
    fill: var(--color-primary);
}


.date-caption {
    font-weight: 800;
    font-size: 1rem;
}

@media screen and (min-width: 1140px) {
    .date-box:hover {
        background-color: var(--color-primary);
        border-color: var(--color-primary);
        color: #fff;
    }

    .date-box:hover .date-icon svg {
        fill: #fff;
    }
}

.day {
    font-size: var(--font-24);
    font-weight: 900;
    color: #133259;
    padding-right: 10px;
}

.month {
    font-weight: bold;
    font-size: 9px;
    text-transform: uppercase;
    color: #8c8c8c;
    max-width: 60px;
}

.main-menu-button {
    float: right;
    width: 40px;
    margin: 7px 0 7px var(--container-padding);
    border: none;
    background: transparent;
}

.main-menu-button.animIcon--hamburger.active span {
    background-color: #3a6eaf;
}

.mainsearch.rwdPanel {
    display: block;
}

.mainsearch {
    float: left;
    position: relative;
    width: 300px;
    max-width: 100%;
    margin-right: 13px;
    margin-left: 13px;
}

.mainsearch-search {
    display: flex;
    align-items: stretch;
    border: 2px solid #e5e5e5;
    border-radius: 30px;
    background: #fff;
}

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

.mainsearch input.form-control {
    display: block;
    height: 38px;
    padding: 5px 15px;
    box-shadow: none;
    border: 0 none;
    background: transparent;
    font-size: 0.813rem;
    font-family: 'Lato', sans-serif;
    color: #3a6eaf;
}

.mainsearch input.form-control::-webkit-input-placeholder {
    color: #3a6eaf;
}

.mainsearch input.form-control:-ms-input-placeholder {
    color: #3a6eaf;
}

.mainsearch input.form-control::placeholder {
    color: #3a6eaf;
}

.mainsearch-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 57px;
    padding: 0;
    font-size: 18px;
    color: #3a6eaf;
    border: 0 none;
    background: transparent;
    height: 38px;
    border-radius: 0 23px 23px 0;
}

.mainsearch-submit svg, .mainsearch-submit svg * {
    fill: #3a6eaf;
}

.mainsearch-submit:hover svg, .mainsearch-submit:hover svg * {
    fill: #133259;
}

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

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

    /*header.stickable.sticky {*/
    /*    box-shadow: 0 6px 9px 1px rgba(0, 0, 0, 0.1);*/
    /*}*/
    /*header.sticky .logo a img {*/
    /*    height: 56px;*/
    /*}*/
    /*header.sticky .top {*/
    /*    padding-top: 10px;*/
    /*    padding-bottom: 11px;*/
    /*}*/
    /*header.sticky .top-link {*/
    /*    margin-top: 0;*/
    /*}*/
    /*header.sticky .social-box {*/
    /*    padding-top: 0;*/
    /*}*/
    /*header.sticky #main-menu li a {*/
    /*    padding-top: 15px;*/
    /*    padding-bottom: 15px;*/
    /*}*/
    /*header.sticky #main-menu li a#home svg {*/
    /*    margin: -8px auto;*/
    /*}*/
    header.stickable.sticky #main-menu li a {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    header.stickable.sticky .logo a img {
        height: 65px;
    }

    header.stickable.sticky #main-menu li > ul li a {
        padding-top: 13px;
        padding-bottom: 13px;
    }
}

.slider, .main-slider, .slider .slide, .slider .slider-photo {
    position: relative;
}

.slider .slide img {
    display: block;
    max-width: 100%;
}

.slider-text {
    position: absolute;
    margin: 0 auto;
    left: 0;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
    max-width: 1350px;
    right: 0;
    padding-bottom: 14px;
}

.title1 {
    color: #fff;
    font-size: var(--font-32);
    font-weight: bold;
    line-height: normal;
    margin-bottom: 23px;
    max-width: 100%;
    padding: 0;
}

.slider-photo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    max-height: 950px;
}

.mask.slide-mask {
    background: url(../images/slider_mask.png) repeat-y left center / 100% auto;
    display: none;
}

.description {
    font-size: 1rem;
    color: #fff;
    line-height: var(--wcag-lineHeight, 1.875);
    letter-spacing: var(--wcag-letterSpacing);
    margin-bottom: 42px;
    font-weight: 300;

}

.btn.btn-slider.btn-secondary {
    background: #fff;
    color: #3a6eaf;
    border-color: #fff;
}

.slider-text-content {
    max-width: 50%;
}

button.slick-arrow {
    width: 48px;
    height: 48px;
    position: absolute;
    color: #fff;
    text-indent: -20000px;
    border-radius: 50%;
    background: #fff no-repeat center center;
    z-index: 2;
    background-size: contain;
    border: 2px solid rgba(0, 0, 0, 0.1);
    top: 50%;
    margin-top: -25px;
}

button.slick-next {
    right: -112px;
    background-image: url(../images/icons/big_arrow_right_dark.svg);
}

button.slick-prev {
    background-image: url(../images/icons/big_arrow_left_dark.svg);
    left: -112px;
}

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

    button.slick-next:hover {
        background: #3a6eaf url(../images/icons/big_arrow_right_light.svg) no-repeat center center / contain;
        border-color: #3a6eaf;
    }

    button.slick-prev:hover {
        background: #3a6eaf url(../images/icons/big_arrow_left_light.svg) no-repeat center center / contain;
        border-color: #3a6eaf;
    }
}

.submenu ul {
    display: table;
    width: 100%;
}

.icon-menu {
    width: 100px;
    height: 100px;
    margin-right: 25px;
    padding: 13px;
    display: inline-block;
    vertical-align: middle;
    background: #133259;
    border-radius: 50%;
}

.submenu ul li a {
    display: inline-block;
    font-size: var(--font-24);
    font-weight: 900;
    color: #133259;
    position: relative;
}

.submenu ul li:after {
    background: #b8c1cd;
    width: 1px;
    height: 19px;
    content: '';
    top: 50%;
    margin-top: -10px;
    position: absolute;
    right: 0;
}

.submenu ul li {
    position: relative;
    display: table-cell;
    text-align: center;
}

.submenu {
    padding: 0 10px;
    padding-top: 54px;
    padding-bottom: 54px;
    border-bottom: 1px solid #e5e5e5
}

.caption-menu {
    display: inline-block;
    vertical-align: middle;
}

.icon-menu svg {
    fill: #fff;
}

.submenu ul li:nth-child(even) .icon-menu {
    background: #3a6eaf;
}

.submenu ul li:last-child:after {
    display: none;
}

.users-box {
    display: flex;
    margin: -10px;
    flex-wrap: wrap;
}

.user-box {
    display: flex;
    justify-content: space-between;
    width: 33.33%;
    align-items: center;
    padding: 10px;
}

.user-link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 78px top;
    background-size: auto 100%;
}

.user-photo {
    width: 48%;
}

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

.user-text {
    width: 52%;
    padding: 0px var(--container-padding);
}

.users-box-container {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.user-title {
    font-weight: 900;
    font-size: var(--font-40);
    color: #133259;
    margin-bottom: 10px;
}

.user-text .text.txt {
    margin-bottom: 42px;
}

.user-box:nth-child(odd) .user-link {
    /*background-color: #f2f2f2;*/
    background-image: url(../images/user_bg1.png);
}

.user-box:nth-child(even) .user-link {
    /*background-color: #3a6eaf;*/
    background-image: url(../images/user_bg2.png);
}

.user-box:nth-child(even) .user-link .user-title {
    color: #fff;
}

.user-box:nth-child(even) .user-link .text.txt {
    color: #fff;
}

img.leaf-user {
    position: absolute;
    max-width: 15%;
    top: -37px;
    left: -8px;
}

.news-box-container {
    padding-bottom: 62px;
    padding-top: 47px;
    background: #f9f9f9;
}

.news-box {
    font-size: 0;
    margin: -12px;
    position: relative;
    z-index: 2;
}

.news-header {
    position: relative;
    margin-bottom: 50px;
}

.news-box-title {
    font-size: var(--font-45);
    font-weight: 900;
    color: #133259;
}

.news-header .btn.btn-primary {
    padding: 0 23px;
    display: inline-block;
    vertical-align: middle;
}

.news {
    width: 25%;
    display: inline-block;
    padding: 12px;
    vertical-align: top;
    text-align: left;
}

.news .news-link {
    display: block;
    width: 100%;
    border: 1px solid #e0e0e0;
    background: #fff;
}

.news-photo {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
}

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

.news-date {
    display: block;
    color: #8c8c8c;
    font-size: 0.813rem;
    text-align: left;
    line-height: 100%;
    padding-left: 25px;
    position: relative;
    margin-bottom: 23px;
    font-weight: 300;
}

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

.news-title {
    transition: all 300ms ease-out;
    font-size: 1rem;
    font-weight: 900;
    color: #3a6eaf;
    line-height: 26px;
    margin-bottom: 29px;
}

.news-content {
    width: 100%;
    padding: 16px 32px 38px;
}

.news .text.txt {
    line-height: var(--wcag-lineHeight, 1.375);
    margin-bottom: 25px;
    font-size: 0.875rem;
}

@media screen and (min-width: 1140px) {
    .news a:hover .news-title {
        color: #133259;
    }
}

.slider-nav {
    position: relative;
    display: inline-block;
    padding-right: 25px;
    vertical-align: middle;
}

.news-buttons {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -23px;
}

.slider-nav button.slick-arrow {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0;
}

.slider-nav button.slick-arrow.slick-prev {
    margin-right: 5px;
}

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

.about-box-container {
    padding-bottom: 66px;
    position: relative;
    padding-top: 38px;
    background: url(../images/about_bg.jpg) no-repeat top center / cover;
}

img.leaf-about-top {
    bottom: -105px;
    position: absolute;
    left: -8px;
    max-width: 15%;
}

img.leaf-about-bottom {
    position: absolute;
    right: -8px;
    top: -99px;
    max-width: 15%;
    z-index: 9;
}

.about-box-wrapper {
    position: relative;
    z-index: 10;
}

.about-box {
    position: relative;
    display: flex;
    width: 83%;
    align-items: center;
}

.about-photo {
    width: 48%;
    position: relative;
}

.about-text {
    width: 52%;
    padding-left: 8%;
    padding-top: 30px;
}

.about-big {
    display: block;
    max-width: 77%;
    border-radius: 50%;
}

.about-title {
    color: #fff;
    font-size: var(--font-20);
    margin-bottom: 31px;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 180%;
}

.about-small {
    display: block;
    max-width: 66%;
    border-radius: 50%;
    float: right;
    margin-top: -31%;
    position: relative;
}

.about-small:after {
    width: 100%;
    content: '';
    border-radius: 50%;
    background-color: rgba(235, 235, 235, 0.302);
    height: 100%;
    position: absolute;
    left: 7px;
    top: 9px;
    display: block;
}

.about-big img, .about-small img {
    display: block;
    max-width: 100%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.logo-white img {
    display: block;
    max-width: 55%;
}

.logo-white {
    margin-bottom: 60px;
}

.about-text .text.txt {
    color: #fff;
    margin-bottom: 41px;
}

.verticalCaption {
    position: absolute;
    font-size: 75px;
    width: 1.2em;
    height: 1.2em;
    color: #fff;
    font-weight: 900;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 2;
    pointer-events: none;
    line-height: 1;
}

.verticalCaption-innerWrapper {
    position: absolute;
    white-space: nowrap;
    top: 0;
    right: 0;
}

.verticalCaption.verticalCaption-about-small {
    top: 7px;
    right: 27px;
    font-size: 75px;
}

.verticalCaption.verticalCaption-about-big {
    bottom: -24px;
    right: -158px;
    font-size: 180px;
}

.verticalCaption.verticalCaption-about-small .verticalCaption-innerWrapper {
    position: absolute;
    white-space: nowrap;
    top: 0;
    right: 0;
}

.verticalCaption.verticalCaption-about-big .verticalCaption-innerWrapper {
    position: absolute;
    white-space: nowrap;
    top: 0;
    left: 0;
}

.about-photo .social-item .social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    border: 1px solid #3a6eaf;
    border-radius: 50%;
    color: #fff;
    background: #3a6eaf;
    padding: 4px;
}

@media screen and (min-width: 1140px) {
    .about-photo .social-item:hover .social-icon {
        border-color: #fff;
        background: #fff;
    }

    .about-photo .social-item:hover .social-icon svg, .about-photo .social-item:hover .social-icon svg * {
        fill: #3a6eaf;
    }
}

.about-photo .social-item .social-desc {
    display: none
}

.about-photo .social-list {
    position: absolute;
    bottom: 8px;
    z-index: 1;
}

.logotypes-box-container {
    padding-top: 66px;
    background: #333333;
}

.partners {
    padding: 0 0 7px;
    position: relative;
}

.partners-title {
    line-height: normal;
    margin-bottom: 68px;
    text-align: center;
    font-size: var(--font-26);
    font-weight: 900;
    color: #133259;
}

.logotype-slider {
    margin: 0 -36px 56px;
}

.partners-box-container {
    padding-top: 66px;
}

a.logotype.slick-slide {
    height: 88px;
    border: 1px solid #e5e5e5;
    margin: 0 36px;
}

.newsletter-title {
    font-weight: 900;
    font-size: var(--font-50);
    color: #fff;
    padding-left: 97px;
    background: url(../images/icons/newsletter.svg) no-repeat -38px center / 145px 145px;
    overflow: visible;
}

.newsletter-form-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 160px 46px;
    border-bottom: 1px solid #5a708b;
}

.newsletter-text .text.txt {
    color: #fff;
    margin-bottom: 0;
}

.newsletter-form-box .form .form-control {
    height: 46px;
    background: #13325C;
    border-radius: 23px;
    border: 2px solid #fff;
    color: #fff;
    padding-left: 33px;
    padding-right: 50px;
}

.newsletter-form-box .form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

.newsletter-form-box .form .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

.newsletter-form-box .form .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

.newsletter-form-box .form .form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.newsletter-form-box button.btn.btn-primary {
    width: 30px;
    height: 30px;
    position: absolute;
    text-indent: -20000px;
    border: 0 none;
    border-radius: 50%;
    z-index: 2;
    top: 23px;
    margin-top: -15px;
    right: 10px;
    background: #3a6eaf url(../images/icons/big_arrow_right_light.svg) no-repeat center center / contain;
}

.newsletter .form-control-feedback {
    right: 40px;
    top: 6px;
}

.icheckbox_minimal-custom,
.iradio_minimal-custom {
    background-image: url(../images/icheck.png);
}

i.fa.fa-refresh.fa-spin {
    color: #133259;
}

.form .form-group-lg button.captcha-refresh:hover i.fa.fa-refresh.fa-spin {
    color: #fff
}

.modal .form .form-control {
    font-family: 'Lato', sans-serif;
    box-shadow: 0 0 0 transparent;
    color: #133259;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: normal;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    background-color: #fff;
}

.modal button.btn.btn-lg {
    line-height: 46px;
    text-align: center;
    padding: 0;
    display: block;
    font-size: 14px;
    border: 1px solid rgba(11, 98, 134, 0);
    font-family: 'Lato', sans-serif;
    border-radius: 23px;
    font-weight: bold;
    margin: 0 auto;
    float: none;
    width: 176px;
    height: 46px;
    background: #133259;
}

.form .form-group-lg .captcha-image-wrapper {
    border-radius: 23px;
    height: 46px;
    padding-right: 50px;
}

.form button.captcha-refresh.btn.btn-default {
    right: 5px;
    border-radius: 0 23px 23px 0;
    border: 1px solid #e5e5e5;
    background: #fff;
    width: 50px;
}

.modal .form i.fa.fa-refresh {
    font-size: 19px;
    color: #133259;
}

@media screen and (min-width: 1140px) {
    .modal button.captcha-refresh.btn.btn-default:hover i.fa.fa-refresh {
        color: #133259;
    }
}

.modal .form .form-element-email .form-control {
    border-radius: 0 17px 17px 0;
    padding-right: 0;
}

@media screen and (min-width: 1140px) {
    .newsletter-form-box button.btn.btn-primary:hover {
        background: #fff url(../images/icons/big_arrow_right_dark.svg) no-repeat center center / contain;
    }
}

form#newsletter-form {
    position: relative;
    width: 325px;
}

.newsletter-form-box button.btn.btn-primary i {
    display: none;
}

.footer-box-container {
    padding-top: 68px;
    position: relative;
}

.newsletter-text {
    padding: 0 8%;
}

.footer-box-container:before {
    left: 0;
    background: url(../images/footer_top.png) no-repeat left -126px;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    pointer-events: none;
}

.footer-box-container:after {
    right: 0;
    background: url(../images/footer_bottom.png) no-repeat right 326px;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    pointer-events: none;
}

/**
 * FOOTER
 */

footer {
    background: #13325C url(../images/footer_bg.png) no-repeat top right / 13%;
}

.footer-boxes {
    padding-top: 69px;
    position: relative;
    padding-bottom: 24px;
}

.footer-box {
    float: left;
    width: 21%;
    padding-right: 30px;
    position: relative;
}

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

.footer-box:first-child img {
    margin-bottom: 31px;
    display: block;
    max-width: 100%;
}

.footer-box:last-child {
    float: right;
    padding-right: 0;
    width: 19.5%;
    margin-top: 83px;
}

.footer-box h4 {
    margin-bottom: 37px;
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

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

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

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

.footer-box .text.txt {
    color: #fff;
    font-weight: 300;
    font-size: 0.938rem;

}

.footer-box .text.txt a {
    color: #fff
}

.social {
}

.social-links .social .social-icon {
    border: 1px solid #596f8a;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
    padding: 2px;
    transition: all 300ms ease-out;
    border-radius: 50%;
}

.social .social-icon svg,
.social .social-icon svg * {
    fill: #fff
}

.social-links .social .social-desc {
    display: inline-block;
    max-width: 101px;
    vertical-align: middle;
    text-align: left;
}

.social-links {
    padding-top: 4px;
}

img.logo-min, img.logo-min-contrast {
    display: block;
    max-width: 100%;
}

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

    .social-links .social:hover .social-desc {
        text-decoration: underline;
    }
}

.footer-box ul li.social-item a {
    text-decoration: none
}

/* FOOTER BAR */
.footer-bar {
    padding: 10px 0;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 300;
    font-size: 0.875rem;
    color: #f4f4f4;
    background-color: #0d233e;
}

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

.footer-bar-content > * {
    float: left;
}

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

.footer-bar-links {
    margin-left: -8px;
    font-size: 0;
    text-transform: uppercase;
}

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

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

.footer-bar-links a:hover {
    color: #3a6eaf
}

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

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

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

/* 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 {

}

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

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

/**
 * BREADCRUMB
 */

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

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

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

.breadcrumb > li > a {
    font-size: 0.813rem;
    color: #133259;
}

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

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

.breadcrumb > li:last-child a {
    color: #3a6eaf;
}

/**
 * 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);
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
}

.animIcon.animIcon--close span:nth-child(2) {
    transform: rotateZ(-45deg);
    -webkit-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%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-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%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

/**
 * LOGOTYPES SLIDER
 */
.logotypes {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 156px;
    padding: 28px 0;
}

.logotype-slider {
}

.slick-initialized .logotype {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 4px;
}

.logotype img {
    max-height: 90px;
    max-width: 90%;
    margin: 0 auto;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}

.logotype-slider button.slick-prev {
    top: -104px;
    right: var(--container-padding);
    left: auto;
    margin: 0 56px 0 0;
}

.logotype-slider button.slick-next {
    right: var(--container-padding);
    top: -104px;
    margin-top: 0;
}

.logotype-slider button.slick-arrow {
    position: absolute
}

.logotype img {
}

/**
 * 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 #3a6eaf;
}

.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: 16px;
    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: #3a6eaf;
    }

    .langs-menu:not(.langs-menu--list):not(:hover):not(:focus):not(:focus-within) ul {
        pointer-events: none;
        opacity: 0;
        transform: translateY(-5px);
        -webkit-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);
        -webkit-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: hidden;
}

.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: 53%;
    margin-right: 50px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
}

.article-image img {
    display: block;
    max-width: 100%;
}

.article-subtitle {
    padding-bottom: 30px;
}

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

.article-text h3 {
}

/**
* PAGINATION
*/

.pagination-wrapper {
    clear: both;
    width: 100%;
    max-width: 100%;
}

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

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

.pagination-wrapper ul li a, .pagination-wrapper ul li span {
    font-size: 0.938rem;
    color: #133259;
    line-height: 46px;
    padding: 0 10px;
}

.pagination-wrapper ul li.next a, .pagination-wrapper ul li.prev a {
    box-shadow: 0 0 0 transparent !important;
    text-indent: -20000px;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    line-height: 54px;
    border: 1px solid #e5e5e5;
}

.pagination-wrapper ul li.next a {
    background: #fff url(../images/icons/big_arrow_right_dark.svg) no-repeat center center / 40px 40px;
}

.pagination-wrapper ul li.prev a {
    background: #fff url(../images/icons/big_arrow_left_dark.svg) no-repeat center center / 40px 40px;
}

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

@media screen and (min-width: 1140px) {
    .pagination-wrapper ul li.prev a:hover {
        background: #3a6eaf url(../images/icons/big_arrow_left_light.svg) no-repeat center center / 40px 40px;
        border-color: #3a6eaf;
    }

    .pagination-wrapper ul li.next a:hover {
        border-color: #3a6eaf;
        background: #3a6eaf url(../images/icons/big_arrow_right_light.svg) no-repeat center center / 40px 40px;
    }

    .pagination-wrapper ul li a:hover {
        color: #3a6eaf;
    }
}

/**
 * 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(19, 50, 89, 0.851);
    transition: opacity 0.3s;
}

.gallery-picture-hover > * {
    background: url(../images/icons/loupe_white.svg) no-repeat center center /50px;
    width: 50px;
    height: 50px;
    margin: auto;
    text-indent: -20000px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

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

/**
 * BUTTONS
 */

.btn.btn-lg {
    height: 46px;
    line-height: 44px;
    text-transform: uppercase;
    border-radius: 23px;
    padding: 0 37px;
    font-weight: bold;
    border: 2px solid #3a6eaf;
    font-size: 0.875rem;
}

.btn.btn-sm {
    height: 40px;
    line-height: 38px;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 0 37px;
    font-weight: bold;
    border: 2px solid #3a6eaf;
    font-size: 0.75rem;
}

.btn.has-arrow:after {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    margin-left: 37px;
    vertical-align: middle;
    float: right;
    margin-top: 17px;
}

.btn.btn-default {
    background: #fff;
    color: #3a6eaf;
    border-color: #3a6eaf;
}

.btn.btn-primary {
    background: #fff;
    color: #3a6eaf;
    border-color: #e0e0e0;
}

@media screen and (min-width: 1140px) {
    .btn.btn-primary:hover, .btn.btn-default:hover {
        background: #133259;
        color: #fff;
        border-color: #133259;
    }
}

.btn.btn-secondary {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

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

.text-box-container {
    padding-top: 23px;
    padding-bottom: 16px;
    position: relative;
}

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

.subpage header.stickable {
    border-bottom: 1px solid #e5e5e5;
}

.article-title.page-title.title {
    font-size: var(--font-40);
    font-weight: 900;
    color: #133259;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 48px;
}

.article-subtitle {
    line-height: 120%;
    color: #3a6eaf;
    text-align: left;
    padding: 0;
    margin-bottom: 35px;
    font-size: var(--font-30);
    font-weight: 900;
    overflow: visible;
}

.gallery {
    padding-bottom: 50px;
}

.btn.btn-back {
    margin: 0 auto 50px;
    display: block;
    width: 184px;
    height: 46px;
}

.files-box h2 {
    font-size: var(--font-36);
    margin-bottom: 45px;
    font-weight: 900;
    color: #3a6eaf;
}

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

.files-list ul li {
    overflow: hidden;
    border: 1px solid #e0e0e0;
    width: 31.33%;
    display: inline-block;
    margin: 0 1% 21px;
    vertical-align: top;
    border-radius: 0;
    background: #fff;
}

.files-list ul li a {
    display: block;
    overflow: hidden;
    position: relative;
    text-transform: none;
    padding: 10px 20px 10px 5px;
}

.icon-file {
    width: 24%;
    display: inline-block;
    vertical-align: middle;
}

.icon-file svg, .icon-file img, .icon-file svg * {
    width: 100%;
    height: 100%;
    display: block;
    fill: #3a6eaf;
}

.file-name {
    color: #133259;
    font-size: 0.938rem;
    line-height: 18px;
    padding: 0;
    width: 66%;
    display: inline-block;
    vertical-align: middle;
    height: 72px;
}

.file-name span {
    display: block;
    max-height: 72px;
    overflow: hidden;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}

.btn-download {
    width: 10%;
    text-align: center;
    z-index: 999;
    display: inline-block;
    vertical-align: middle;
}

.btn-download svg, .btn-download svg * {
    display: block;
    width: 100%;
    height: 100%;
    fill: #8f8f8f;
}

@media screen and (min-width: 1140px) {
    .files-list ul li:hover .file-name {
        color: #3a6eaf;
    }

    .files-list ul li:hover {
        border-color: #fff;
        box-shadow: 0 9px 19px 2px rgba(0, 0, 0, 0.08);
    }

    .files-list ul li:hover .btn-download svg,
    .files-list ul li:hover .btn-download svg *,
    .files-list ul li:hover .icon-file svg,
    .files-list ul li:hover .icon-file svg * {
        fill: #3a6eaf;
    }
}

.gallery-box-container {
    padding-top: 42px;
}

.gallery-box h2 {
    font-size: var(--font-36);
    margin-bottom: 45px;
    font-weight: 900;
    color: #3a6eaf;
}

.files-box-container {
    padding-top: 41px;
    padding-bottom: 28px;
    background: #f9f9f9;
}

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

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

.button-center-box {
    text-align: center;
    margin-bottom: 50px;
}

img.leaf-top-right {
    position: absolute;
    right: -8px;
    top: 48px;
    max-width: 15%;
}

.verticalCaption.verticalCaption-text-small {
    left: 50%;
    margin-left: -847px;
    color: #eeeeee;
    top: 47px;
}

.verticalCaption.verticalCaption-text-big {
    right: 50%;
    margin-right: -873px;
    color: #eeeeee;
    bottom: 42px;
    font-size: 160px;
}

.verticalCaption.verticalCaption-text-big .verticalCaption-innerWrapper {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
}

.news-boxsub-container {
    padding-bottom: 0;
    position: relative;
    padding-top: 23px;
}

.news-boxsub-container .container {
    max-width: 1350px;
}

.news-boxsub-container .news {
    width: 33.33%;
    padding: 33px;
}

.news-boxsub-container .news .news-link {
    background: transparent;
}

.news-boxsub-container .news-box {
    margin: -33px;
    padding-bottom: 12px;
}

.project-box {
    margin: -8px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.project-item {
    width: 33.33%;
    padding: 8px;
}

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

.projects-box-container {
    padding-top: 23px;
    position: relative;
}

.project-link {
    display: block;
    border: 1px solid #e5e5e5;
}

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

.project-bottom {
    display: flex;
    position: relative;
    margin-bottom: 5px;
}

.arrow {
    width: 38px;
    height: 38px;
    position: absolute;
    text-indent: -20000px;
    border: 0 none;
    border-radius: 50%;
    z-index: 2;
    top: 50%;
    margin-top: -15px;
    right: 16px;
    background: #3a6eaf;
}

.arrow svg {
    display: block;
    max-width: 100%;
}

.project-title {
    font-size: 1rem;
    font-weight: 900;
    color: #3a6eaf;
    line-height: 26px;
    padding: 7px 60px 7px 19px;
}

.project-title-content {
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}

.project-title {
    font-size: 1rem;
    font-weight: 900;
    color: #3a6eaf;
    line-height: 26px;
    padding: 7px 60px 7px 19px;
    min-height: 66px;
    height: 66px;
}

.project-title-content {
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (min-width: 1140px) {
    .project-link:hover .arrow {
        background: #133259;
    }

    .project-link:hover .project-title {
        color: #133259;
    }
}

.text-box-container .news-date {
    font-size: 0.938rem;
    display: inline-block;
    font-weight: normal;
    padding-left: 35px;
    margin-top: 17px;
    margin-bottom: 24px;
}

.text-box-container .news-date:before {
    width: 34px;
    height: 34px;
    left: -8px;
}

.text-box-container + .gallery-box-container {
    padding-top: 0;
}

.accordion-arrow svg {
    fill: #fff;
}

.accordions-box {
    text-align: left;
    padding-bottom: 30px;
    margin-top: -49px;
}

.accordion {
    margin-bottom: 19px;
}

.accordion-header-content {
    clear: both;
    margin: 0 auto;
    width: auto;
    padding: 12px 60px 12px 19px;
    position: relative;
}

.accordion-name {
    display: flex;
    line-height: 20px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: hidden;
    font-size: 1rem;
    color: #000;
    font-weight: 300;
    letter-spacing: 0.05em;
    align-items: center;
}

.accordion-arrow {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 0.875rem;
    transition: all 300ms ease-out;
    width: 38px;
    height: 38px;
    background: #3a6eaf;
    border-radius: 50%;
    line-height: 38px;
    padding: 0;
    position: absolute;
    right: 21px;
    top: 50%;
    margin-top: -19px;
}

.accordion-arrow:hover, .accordion-header:hover .accordion-arrow {

    background: #133259;
}

.accordion-content {
    display: none;
    position: relative;
    z-index: 1;
}

.accordion-header {
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #e5e5e5;
}

.accordion-header .accordion-arrow svg {
    transition: all 300ms ease-out;
}

.accordion-header.active .accordion-arrow svg {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.accordion-content .text.txt {
    margin-bottom: 0;
}

.accordion-header.active {
    background: #f7f7f7;
    border-width: 2px;
    border-style: solid;
    border-color: #e5e5e5;
}

.accordion-header.active .accordion-name {
    color: #fff;
}

.nb-branch {
    font-weight: 900;
    font-size: var(--font-20);
    color: #3a6eaf;
    display: inline-block;
    width: 27%;
    letter-spacing: 0;
    padding-left: 49px;
    background: url(../images/icons/sygnet.svg) no-repeat left center / 50px 50px;
    position: relative;
    line-height: 136%;
    white-space: nowrap;
}

.address-branch {
    display: inline-block;
    width: 60%;
    font-size: 1rem;
    font-weight: normal;
    color: #3a6eaf;
    letter-spacing: var(--wcag-letterSpacing, 0);
    line-height: var(--wcag-lineHeight, 1.875);
}

.nb-branch:after {
    width: 1px;
    height: 11px;
    background: #e5e5e5;
    content: '';
    position: absolute;
    right: 45px;
    top: 50%;
    margin-top: -5px;
}

.accordion-content-data {
    width: 23%;
    padding: 19px 30px;
    background: #f7f7f7;
}

.accordion-content-box {
    display: flex;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
}

.accordion-content-desc {
    width: 77%;
    padding: 19px 60px;
}

.maps-box-container iframe {
    display: block;
    width: 100%;
    height: 590px;
    max-height: 90vh;
}

.contact-box-container {
    position: relative;
    padding-top: 23px;
}

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

.contact-item-title {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #3a6eaf;
    line-height: 193%;
}

.contact-box {
    display: flex;
    margin-top: -9px;
}

.contact-left {
    width: 60%;
}

.contact-left-wrapper {
    display: flex;
    margin: 0 -30px;
}

.contact-right {
    width: 40%;
    background: url(../images/contact_bg.png) no-repeat right bottom;
}

.contact-box-right {
    width: 50%;
    padding: 0 30px 15px;
}

.contact-box-left {
    width: 50%;
    padding: 0 30px 15px;
}

.contact-photo img.about-big {
    float: right;
    width: 86%;
    max-width: none;
}

.contact-photo img.about-small {
    float: left;
}

.contact-box-container .verticalCaption.verticalCaption-text-small {
    left: auto;
    right: 50%;
    margin-right: -778px;
    font-size: 55px;
    top: 31%;
}

.contact-box-container .verticalCaption.verticalCaption-text-big {
    font-size: 115px;
    bottom: auto;
    top: 59%;
}

.copyright-undicom a img:nth-child(2) {
    display: none;
}

.modal .modal-header button.close {
    opacity: 0.6;
    width: 30px;
    height: 30px;
    background: #133259;
    line-height: 1;
    border-radius: 50px;
}

button.close span {
    display: inline-block;
    color: #fff;
    margin: 0;
    padding-bottom: 3px;
}

.modal .modal-header button.close:hover {
    opacity: 1;
}

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

.sitemap > li a {
    font-size: 16px;
    line-height: 1.3;
    transition: all 0.4s;
    display: block;
    position: relative;
    padding: 6px 0;
    letter-spacing: var(--wcag-letterSpacing);
}

.sitemap > li > .listMenu-inner a {
    font-size: 18px;
    padding: 0 0 0 30px;
}

.sitemap .listMenu-inner {
    position: relative;
    padding-right: 35px;
}

.sitemap .listMenu-inner button {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    border: none;
    border-radius: 0;
    transition: all 0.4s;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.sitemap li.slided > .listMenu-inner button i {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.sitemap li > .listMenu-inner button i {
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
}

.sitemap li ul li button {
    display: none;
}

.sitemap > li > .listMenu-inner a {
    font-weight: 700;
    text-decoration: none !important;
}

.sitemap > li:first-child {
    border-top: 1px solid #e5e5e5;
}

.sitemap > li {
    width: 100%;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.sitemap > li > ul {
    display: block;
}

.sitemap > li > ul {
    padding-left: 60px;
    display: none;
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px solid #e5e5e5;
}

.sitemap > li > ul > li > ul {
    padding-left: 30px;
}

.sitemap > li > ul > li a:before {
    content: '';
    display: block;
    left: -15px;
    top: 50%;
    height: 0;
    width: 2px;
    background: var(--color-blue);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    transition: all 0.4s;
}

.sitemap > li > ul > li > ul > li > ul {
    padding-left: 45px;
}

.sitemap > li > ul > li > ul > li > ul > ul > li {
    padding-left: 60px;
}

.form .form-control-feedback {
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 1140px) {
    .sitemap .listMenu-inner button:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .sitemap > li > ul > li a:hover:before {
        height: 12px;
    }
}

.marg-md {
    padding: 30px 0;
}

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

.logo-white img.logo-white-contast {
    display: none;
}

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

.sitemap > li a:hover {
    color: #133259;
    text-decoration: underline;
}

.calendar-table td,
.calendar-table th {
    width: 14.2857%;
}

.calendar-table-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.calendar-table-arrows {
    display: flex;
    align-items: center;
    gap: var(--space-40);
}

.month-change {
    display: flex;
    align-items: center;
}

.month-change-arrow {
    width: 36px;
    height: 36px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}

.month-prev .month-change-arrow {
    margin-right: 15px;
}

.month-next .month-change-arrow {
    margin-left: 15px;
}

.month-change-caption {
    text-transform: capitalize;
    font-weight: 700;
}

.calendar-event {
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 25px;
    background-color: #dee6f1;
    color: #000;
    text-align: left;
    min-height: 100px;
    flex-grow: 1;
}

.calendar-event-item {
    flex-grow: 1;
    left: 0 !important;
    padding-right: 0 !important;
    height: 100%;
    display: flex;
}


.calendar-event-item:before {
    display: none !important;
}


.calendar-table .table.table-crud > tbody > tr > td > div > ul {
    flex-grow: 1;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.calendar-table .table {
    border: none;
}

.calendar-table .table.table-crud > tbody > tr > td {
    padding: 0;
    position: relative;
    height: 125px;
    min-width: 130px;
}

.calendar-table .table.table-crud > tbody > tr > td {
    border-color: #000;
}

.calendar-table .table-bordered > thead > tr > td,
.calendar-table .table-bordered > thead > tr > th {
    border-color: #000;
    /*border-top: none;*/
    border-bottom: none;
    background-color: var(--color-secondary);
    color: #fff;
}

.calendar-table .table-bordered > thead > tr > th {
    height: 34px;
    line-height: 34px;
    text-transform: capitalize;
}

.calendar-table .table-bordered > thead > tr > td:first-child,
.calendar-table .table-bordered > thead > tr > th:first-child {
    /*border-left: none;*/
}

/*.calendar-table .table-bordered > thead > tr > td:last-child,*/
/*.calendar-table .table-bordered > thead > tr > th:last-child {*/
/*border-right: none;*/
/*}*/

.calendar-table .day-number {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 14px;
}

.calendar-event-item + .calendar-event-item {
    border-top: 1px solid #000;
}

.calendar-table .other-month div,
.calendar-table .weekday-6 div,
.calendar-table .weekday-7 div {
    background-color: #ebebeb;
}

.calendar-table td div {
    min-height: 100%;
    width: 100%;
    display: flex;
}


.month-change-arrow {
    padding: 0;
    transition: all 0.3s;
}

.month-change {
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
}

.month-change .month-change-caption {
    opacity: 0.5;
    transition: opacity 0.3s;
}

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

    .month-change:hover .month-change-arrow svg {
        fill: #fff;
    }

    .month-change:hover .month-change-arrow {
        background: #133259;
        color: #fff;
        border-color: #133259;
    }

    .month-change:hover .month-change-caption {
        opacity: 1;
    }
}

.calendar-table {
    overflow-x: auto;
}