/*FONTS DEFINITION START*/

@font-face{
    font-family:'DMSans';
    font-style:normal;
    font-weight:400;
    src:url(../fonts/DMSans-Regular.ttf);
}
@font-face{
    font-family:'DMSans';
    font-style:italic;
    font-weight:400;
    src:url(../fonts/DMSans-Italic.ttf);
}
@font-face{
    font-family:'DMSans';
    font-style:normal;
    font-weight:500;
    src:url(../fonts/DMSans-Medium.ttf);
}
@font-face{
    font-family:'DMSans';
    font-style:italic;
    font-weight:500;
    src:url(../fonts/DMSans-MediumItalic.ttf);
}
@font-face{
    font-family:'DMSans';
    font-style:normal;
    font-weight:600;
    src:url(../fonts/DMSans-SemiBold.ttf);
}
@font-face{
    font-family:'DMSans';
    font-style:italic;
    font-weight:600;
    src:url(../fonts/DMSans-MediumItalic.ttf);
}
@font-face{
    font-family:'DMSans';
    font-style:normal;
    font-weight:700;
    src:url(../fonts/DMSans-Bold.ttf);
}
@font-face{
    font-family:'DMSans';
    font-style:italic;
    font-weight:700;
    src:url(../fonts/DMSans-BoldItalic.ttf);
}
@font-face{
    font-family:'DMSans18pt';
    font-style:normal;
    font-weight:600;
    src:url(../fonts/DMSans_18pt-SemiBold.ttf);
}
@font-face{
    font-family:'DMSans18pt';
    font-style:normal;
    font-weight:400;
    src:url(../fonts/DMSans_18pt-Regular.ttf);
}

/*FONTS DEFINITION END*/


/*FOCUS LINKÓW*/
a:focus{

  outline-color: #EC6921;
}

/* Żeby menu się nie rozjeżdżało w przypadku zmiany font-weight podczas hover */
.nav-menu-wrapper .menu-header li a::before {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

/*ELEMENT GLOBAL STYLES START*/
*{
    margin:0;
    padding:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
html, body {
    margin: 0;
    height:100%;
    width:100%;
    padding:0;
}
body{
    background-color:#fff;
    font-family:'DMSans';
    font-weight:400;
    color: #1B1B1B;
}
a{
  text-decoration: none;
}
li{
  line-height: 1.5;
}
h1{
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2;
}
h2{
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.2;
}
h3{
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3;
}
h4{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  font-family: 'DMSans18pt'
}
p{
  line-height: 1.5;
  color: #3C3C3C;
}
/*ELEMENT GLOBAL STYLES END*/


/*BUTTONS*/
.btn-default {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #FFF;
    font-family: 'DMSans';
    font-size: 1em;
    line-height: 1.1;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    cursor: pointer;
    position: relative;
    background: #FFF;
    border-radius: 3px;
    color: #1F3367;
    padding: 15px 30px;
    font-weight: 700;
}




.text-center{
  text-align: center;
}


/*WCAG START*/

/*Przycisk przejdź do treści strony*/
.go-to-content{
  position: absolute;
  z-index: 999;
  top: 20px;
  left: 20px;
  padding: calc(9.49254px + .14925vw) calc(13.49254px + .14925vw);
  font-size: calc(11.49254px + .14925vw);
  line-height: 1.2em;
  border-radius: 2px;
  background-color: #0A4C86;
  color: #FFFFFF;
  transition: background-color .2s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1);
  will-change: opacity;
  opacity: 0;
}

/*WCAG END*/



/*COOKIE NOTICE PLUGIN CUSTOM STYLES*/
#cookie-notice{
    -webkit-box-shadow:0 0 20px 5px rgba(0,0,0,.2);
    box-shadow:0 0 20px 5px rgba(0,0,0,.2)
}
#cookie-notice #cn-notice-text{
    position:relative
}

#cookie-notice #cn-accept-cookie{
    background-color:#fff;
    color:#FFFFFF;
    text-transform:uppercase;
    font-weight:700;
    text-decoration:underline
}
@media(max-width:768px){
#cookie-notice .cookie-notice-container{
  padding-top: 50px;
}
.cn-close-icon{
  top: 25px !important;
}
}


/*HEADER STYLES START*/
.main-header{
  position: absolute;
    width: 100%;
}

.main-header .menu-wrapper{
    padding:15px 48px;
}


/*Ruchome menu*/
.main-header.fixed .menu-wrapper{
    position:fixed;
    background: #093146;
    top:0;
    left:0;
    width:100%;
    z-index:99999;
    -webkit-animation:headerAnim .4s linear;
    animation:headerAnim .4s linear;
    -webkit-box-shadow:0 1px 0px 1px rgba(0,0,0,.1);
    box-shadow:0 1px 0px 1px rgba(0,0,0,.1)
}

@media (max-width:1199px){
    .main-header .menu-wrapper{
        padding:15px 22px
    }
}
@media (max-width:768px){
  .main-header .menu-wrapper{
    padding: 0;
  }
    .main-header{
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:80px;
        line-height:80px;
        -webkit-transition:all .4s linear;
        -o-transition:all .4s linear;
        transition:all .4s linear;
        z-index:99;
        padding-top: 0;
    }
    .main-header.active{
        height:100vh;
        background: linear-gradient(180deg, #324B8D 0%, #1F3266 100%), #324B8D
    }
    .main-header.active .menu-wrapper{
        height:100vh;
        line-height:80px;
    }
    .main-header.fixed .menu-wrapper{
        position:relative;
        -webkit-animation:none;
        animation:none;
    }
    .main-header.fixed .nav-menu-wrapper .menu-header li{
        line-height:1.1
    }
    .main-header .menu-wrapper{
        height:80px;
        line-height:80px;
        overflow:hidden;
        -webkit-animation:none;
        animation:none;
        -webkit-transition:all .4s linear;
        -o-transition:all .4s linear;
        transition:all .4s linear
    }
}

.nav-menu-wrapper .menu-header{
    list-style-type:none;
    margin:0;
    padding:0;
    text-align:right;
}
.nav-menu-wrapper .menu-header li{
    position:relative;
    display:inline-block;
    vertical-align:middle;
    margin:0 10px;
    height:100%;
    line-height:50px
}
.nav-menu-wrapper .menu-header li.current-menu-item>a{
    font-weight: 600;
}


.nav-menu-wrapper .menu-header li:first-child{
    margin-left:0
}
.nav-menu-wrapper .menu-header li a{
    display:inline-block;
    padding:10px 0px;
    vertical-align:middle;
    border-radius:4px;
    font-family: 'DMSans18pt';
    font-size:16px;
    line-height:24px;
    font-weight:400;
    color:#FFF;
    -webkit-transition:all .2s ease-out;
    -o-transition:all .2s ease-out;
    transition:all .2s ease-out;
}
.nav-menu-wrapper .menu-header li a:hover{
    font-weight: 600;
}

@keyframes headerAnim {
  0% {
    top: -100px;
  }
  100% {
    top: 0px;
  }
}

.nav-menu-wrapper .menu-header li .sub-menu{
    display:none;
    position:absolute;
    top:calc(100% - 1px);
    left:0;
    padding:14px 14px;
    min-width:250px;
    line-height:1;
    background-color:#fff;
    -webkit-box-shadow:0 4px 9px 1px rgba(0,0,0,.05);
    box-shadow:0 4px 9px 1px rgba(0,0,0,.05);
    text-align:left;
    z-index:20
}
.nav-menu-wrapper .menu-header li .sub-menu li{
    margin:0 0 0px;
    height:auto;
    line-height:1
}
.nav-menu-wrapper .menu-header li .sub-menu li a{
    color: #093146;

}

.nav-menu-wrapper .menu-header li.show-sub .sub-menu{
    display:block
}
.nav-menu-wrapper .menu-header li.open .sub-menu{
    display:block
}

.nav-menu-wrapper .menu-header li .sub-menu{
    display:none;
}

.nav-menu-wrapper .menu-header li:hover .sub-menu{
    display:block;
}

@media (max-width:1299px){
    .nav-menu-wrapper .menu-header li{
        margin:0
    }
    .nav-menu-wrapper .menu-header li a{
        padding:8px 14px
    }
}
@media (max-width:992px){
    .nav-menu-wrapper .menu-header li{
        margin:0
    }
    .nav-menu-wrapper .menu-header li.lang-item a{
        font-size:0.8125em
    }
    .nav-menu-wrapper .menu-header li a{
        font-size:0.8125em;
        padding:8px 10px
    }
}
@media (max-width:768px){
    .nav-menu-wrapper .menu-header{
        text-align:center
    }
    .nav-menu-wrapper .menu-header li{
        display:block;
        margin:0 0 5px;
        line-height:1.1
    }
    .nav-menu-wrapper .menu-header li a{
        font-size:1.125em
    }

    .header-menu-container{
      margin-top: 0;
      padding-top: 15px;
    }

    .nav-menu-wrapper .menu-header li .sub-menu{
        position:relative;
        display:none;
        top:0;
        left:0;
        background-color:transparent;
        -webkit-box-shadow:none;
        box-shadow:none;
        text-align:center
    }
}
.navbar-br{
    display:block;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1.25em;
}
.navbar-br img {
    display: inline-block;
    vertical-align: middle;
    width: 218px;
    height: auto;
    max-width: 100%;
}

@media (max-width:768px){
    .navbar-br{
        height:100%;
        line-height:80px
    }
}
.btn-mobile-wrapper{
    display:none;
    text-align:center;
}
.btn-mobile-wrapper .menu-toggle{
    position:relative;
    display:inline-block;
    vertical-align:middle;
    margin-top:0;
    background-color:transparent;
    border:none;
    z-index:101
}
.btn-mobile-wrapper .menu-toggle:focus{
    outline:0
}
.btn-mobile-wrapper .menu-toggle svg.close{
    display:none
}
@media (max-width:768px){
    .btn-mobile-wrapper .menu-toggle.active svg{
        -webkit-animation:buttonAnim .4s linear;
        animation:buttonAnim .4s linear
    }
    .btn-mobile-wrapper .menu-toggle.active svg.close{
        display:inline-block;
        opacity:1
    }
    .btn-mobile-wrapper .menu-toggle.active svg.open{
        display:none;
        opacity:0
    }
}
@media (max-width:768px){
    .btn-mobile-wrapper{
        display:block
    }
    .navbar-br svg{
        width:100%;
        height: 60px;
        display: block;
    }
}
/*HEADER STYLES END*/










/*FOOTER STYLES START*/
.trust-company img{
  max-width: 100%;
  margin-top: 15px;
}
.footer-se{
    background-color:#093146;
    color: #FFFFFF;
    padding-top: 60px;
    font-family: 'DMSans18pt';
}
.footer-se p{
  color: #FFF;
  font-family: 'DMSans18pt';
}
.footer-social {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}
.footer-se a{
  color: #FFF;
  font-family: 'DMSans18pt';
}
.footer .address{
  margin-bottom: 10px;
}
.footer .email{
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer-se .menu-footer{
    margin:0;
    padding:0;
    text-align:left
}
.footer-se li{
    display:block;
    vertical-align:top;
    text-align:left;
    margin: 8px 0px;
}
.footer-se .footer{
  padding-bottom: 40px;
}
.footer-se .menu-footer li.menu-item-has-children{
    margin:0
}
.footer-se .menu-footer li:first-child{
    margin-left:0
}
.footer-se .menu-footer li:last-child{
    margin-right:0
}
.footer-se li a{
    font-size:16px;
    font-family: 'DMSans18pt';
    color:#FFF;
    -webkit-transition:all .2s ease-out;
    -o-transition:all .2s ease-out;
    transition:all .2s ease-out;
}
.footer-se .menu-footer li a:hover{
    color:#9DB9FF;
}
.footer-se .menu-footer li .sub-menu{
    margin-top:20px
}
.footer-se .menu-footer li .sub-menu li{
    display:block;
    margin:0 0 20px
}
.footer-se .menu-footer li .sub-menu li a{
    font-size:0.875em;
    font-weight:400;
    color:#bdbdbd;
    text-transform:none
}
.footer-se .menu-footer li .sub-menu li a:hover{
    color:#eaea3d
}

.copyright a{
  color: #FFF;
}
.footer-logo img{
  max-width: 100%;
  margin-bottom: 20px;
}

@media (max-width:1199px){
    .footer-se .menu-footer li{
        margin:0 10px
    }
    .footer-se .menu-footer li a{
        font-size:1em;
    }
}
@media (max-width:992px){
    .footer-se .menu-footer{
        margin-top:66px;
        text-align:left
    }
}
@media (max-width:768px){
    .footer-se .menu-footer li{
        display:block;
        margin:0 0 15px
    }
    .footer-se .menu-footer li a{
        font-size:0.875em
    }
    .footer-se .menu-footer li .sub-menu{
        margin-top:15px
    }
    .footer-se .menu-footer li .sub-menu li{
        margin-bottom:15px
    }
}
@media (max-width:576px){
    .footer-se{
        padding:55px 0 30px
    }


    .footer-se .menu-footer{
        margin-top:25px
    }
    .footer-se .menu-footer li{
        margin-bottom:20px
    }
}
.copy-text{
    color:#FFF;
    font-size:15px;
    font-weight:400;
}

.footer .sub-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
}

.sub-footer .author {
    display: flex;
    align-items: center;
    gap: 10px;
    color: inherit;
    font-size: 15px;
}
/*FOOTER STYLES END*/

.error-se{
    padding-top: 200px;
    padding-bottom: 150px;
    background: #2D286D;
}

.error-se h1{
  color: #FFF;
  text-transform: uppercase;
}

.error-404{
  font-size: 160px;
  color: #FFF;
  font-weight: 700;
}

@media(max-width:768px){
  .error-404{
    font-size: 60px;
  }
  .error-se .btn-default{
    font-size: 12px;
    margin-top: 20px;
  }
  .error-se h1{
    font-size: 30px;
  }
  .btn-404{
    margin-top: 20px;
  }
  .error-se{
      padding-top: 100px;
      padding-bottom: 100px;
  }
}
