@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=latin-ext');
/* CSS Document */

html {
    height: 100%;
    scroll-behavior: smooth;
}

body,
html {
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
and,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
select {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: justify;
}


body,
.blog-entry.blog-medium-style .entry-meta,
.dt-sc-event-image-caption .dt-sc-image-content h3,
.dt-sc-events-list .dt-sc-event-title h5,
.dt-sc-team.type2 .dt-sc-team-details h4,
.dt-sc-team.type2 .dt-sc-team-details h5,
.dt-sc-contact-info.type5 h6,
.dt-sc-sponsors .dt-sc-one-third h3,
.dt-sc-testimonial.type5 .dt-sc-testimonial-author cite,
.dt-sc-counter.type3 h4,
.dt-sc-contact-info.type2 h6,
.woocommerce ul.products li.product .onsale,
#footer .mailchimp-form input[type="email"],
.dt-sc-icon-box.type5 .icon-content h5,
.main-header #searchform input[type="text"],
.dt-sc-testimonial.type1 .dt-sc-testimonial-author cite small,
.dt-sc-pr-tb-col.type2 .dt-sc-tb-content li,
.dt-sc-team.rounded .dt-sc-team-details h5,
.megamenu-child-container > ul.sub-menu > li > a .menu-item-description,
.menu-item-description {
    font-family: Open Sans, sans-serif;
}

body {
    font-size: 14px;
    line-height: 28px;
}

body,
.layout-boxed .inner-wrapper {
    background-color: #f8f8f8;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
a:hover,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.dt-sc-button.filled.white:hover,
.menu-icons-wrapper .search a,
.menu-icons-wrapper .cart a,
.available-domains li .price,
ul.dt-sc-tabs-vertical > li > a,
.footer-widgets,
#footer,
.footer-copyright a:hover,
#footer ul li a,
#footer .footer-copyright a:hover,
#footer .footer-copyright ul li a:hover,
#footer .footer-widgets ul.custom-social li a:hover,
.about-us-content .dt-sc-sociable li a:hover,
.dt-sc-contact-info.type5 .dt-sc-contact-icon span,
.dt-sc-team-social li a:hover,
.dt-sc-team.type2:hover .dt-sc-team-details h4,
.dt-sc-team.type2:hover .dt-sc-team-details h5,
.dt-sc-team.type2:hover .dt-sc-team-details p,
.dt-sc-team.hide-social-show-on-hover .dt-sc-team-social a:hover,
.dt-sc-team.hide-social-show-on-hover.rounded .dt-sc-team-details .dt-sc-team-social li a:hover,
.dt-sc-icon-box.type9.switch-color .icon-content,
.dt-sc-icon-box.type9.switch-color .icon-content h4,
.dt-sc-icon-box.type9.switch-color .icon-content h5,
.dt-sc-team-carousel-wrapper .dt-sc-team-details ul.dt-sc-team-social li a:hover {
    color: #4d4d4d;
}

body {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Open Sans, sans-serif;
}

/*----------------------Cookies--------------------------------------*/

#storageMessage {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    background: rgba(0, 0, 0, .5) no-repeat 0 0;
    z-index: 9999999999999999;
}

#storageMessage p {
    color: #fff;
    font-size: 13px;
}

#storageMessage .content111 {
    position: relative;
    padding: 1em 2em 1em 1em;
    z-index: 999999999999999;
}

#storageMessage .content111 a.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
}

.hidden {
    display: none;
}

/*----------------------MENU TOP-------------------------------------*/



*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    color: #5C5C5C;
}

.clear {
    clear: both;
}

/*| Navigation |*/
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;

}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
    padding-top: 190px;
}

#navbar {
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

#menu ul {
    margin: 0;
    padding: 0;
}

#menu .main-menu {
    display: none;
    transition: all .125s ease-in-out;
    -webkit-transition: all .125s ease-in-out;
}

#tm:checked + .main-menu {
    display: block;
}

#menu input[type="checkbox"],
#menu ul span.drop-icon {
    display: none;
}

#menu li,
#toggle-menu,
#menu .sub-menu {
    /* border-style: solid;
  border-color: rgba(0, 0, 0, .05);*/
}

#menu li,
#toggle-menu {
    border-width: 0;
}

#menu .sub-menu {
    background-color: #fdfdfd;
    /*border-width: 1px 1px 0;*/
    margin: 0 1em;
    color: #FFFFFF;
}

#menu .sub-menu li:last-child {
    border-width: 0;
}

#menu li,
#toggle-menu,
#menu a {
    position: relative;
    display: block;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

#menu,
#toggle-menu {
    background-color: #fff;
}

#toggle-menu,
#menu a {
    padding: 8px 22px;
    font-size: 14px;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    letter-spacing: 1px;
}

#menu a {
    transition: all .125s ease-in-out;
    -webkit-transition: all .125s ease-in-out;
}

#menu a:hover {
    background-color: #0f3b78;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#menu .sub-menu {
    display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
    display: block;
}

#menu .sub-menu a:hover {
    color: #fff;
}

#toggle-menu .drop-icon,
#menu li label.drop-icon {
    position: absolute;
    right: 1.5em;
    top: 1.25em;
}

#menu label.drop-icon,
#toggle-menu span.drop-icon {
    border-radius: 50%;
    width: 1em;
    height: 1em;
    text-align: center;
    background-color: rgba(0, 0, 0, .125);
    text-shadow: 0 0 0 transparent;
    color: rgba(255, 255, 255, .75);
}

#menu .drop-icon {
    line-height: 1;
}




/*nav{
 
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;

   position: relative;

  height: 62px;
  top: 50%;
  margin-top: -31px;
}
  nav ul{
    list-style: none;
    position: relative;
    float: right;
   
    display: inline-table;
	
  }
    nav ul li{
      float: left;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
    }

     nav ul li:hover{background: rgba(0,152,209,.70);}
    nav ul li:hover > ul{display: block;}
    nav ul li{
      float: left;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
    }
      nav ul li a{
        display: block; 
        padding: 15px 15px;
        color: #0098d1; 
        font-size: 14px;
        letter-spacing: 0px;
        text-decoration: none;
        text-transform: uppercase;
      }
	   nav ul li a:hover{
        color: #fff; 
      }
      nav ul ul{
        display: none;
        background: #fff;
        position: absolute; 
        top: 100%;
        box-shadow: -3px 3px 10px -2px rgba(0,0,0,.1);
        border: 1px solid rgba(0,0,0,.1);
      }
        nav ul ul li{float: none; position: relative;}
          nav ul ul li a {
            padding: 15px 30px; 
            border-bottom: 1px solid rgba(0,0,0,.05);
          }
          nav ul ul ul {
            position: absolute; 
            left: 100%; 
            top:0;
          }	
*/

/*-------------------------buton fly---------------------------------------*/
.button-fly-box {

    position: fixed;
    top: 300px;
    background-color: rgba(17, 147, 212, 0.48);
    z-index: 999999999;
    right: 0;
    padding: 4px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.48);

    border-radius: 2px;

}

.button-fly-box:hover {


    background-color: #37bafe;


}

.button-fly {

    width: 180px;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;

}

.button-fly a {
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

/*---------------------------------------------------------------------*/
button {
    padding: 15px 40px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #fff;
    color: #0f3b78;
    border: 0;
    border-radius: 30px;
    font-weight: 600;
    font-family: Open Sans;
    cursor: pointer;
}

button:hover {
    background-color: #0f3b78;
    color: #fff;

}

.lista  button {
    padding: 15px 40px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0px;
    /*background-color: #fff;*/
    color: #0f3b78;
    border: 0;
    border-radius: 0px;
    font-weight: 300;
    font-family: Open Sans;
    cursor: pointer;
}

.lista button:hover {
    background-color: #0f3b78;
    color: #fff;

}

.container h1 {
    font-family: Open Sans, sans-serif;
    font-size: 25px;
    text-align: left;
    font-weight: 600;
    margin: 30px 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.container h2 {
    font-family: Open Sans, sans-serif;
    font-size: 28px;
    text-align: left;
    font-weight: 100;
    margin: 0 0 38px 0;
    display: inline-table;
}

.container-2 ul {

    padding: 0 0 0 20px;

}


.container h3 {
    font-family: Open Sans, sans-serif;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 0 38px 0;
    font-weight: 700;

}

.container-2 h3 {
    font-family: Open Sans, sans-serif;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0 0 38px 0;
    font-weight: 400;
    display: inline-table;

    text-align: left;
}

.container-2 h4 {

    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    padding: 0 0 20px 0;

}

.container a {
    text-decoration: none;
}

/*-----------------------certyfikaty box--------------------------------------*/



.certyfikaty-box {
    width: 100%;
    padding: 20px;
    display: block;
    float: none;
    border: 1px solid #ececec;
    background-color: #fff;
    height: 250px;
    margin: 0 0px 20px 0;
}

.certyfikaty-box-logo {
    margin-bottom: 10px;
}

.certyfikaty-container {
    padding: 50px 0;
}

.line-dekor {
    float: left;
    width: 100%;
    height: 2px;
    background: rgba(0, 176, 240, 1);
    background: -moz-linear-gradient(left, rgba(0, 176, 240, 1) 0%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(146, 208, 80, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 176, 240, 1)), color-stop(36%, rgba(255, 0, 0, 1)), color-stop(68%, rgba(255, 191, 0, 1)), color-stop(100%, rgba(146, 208, 80, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 176, 240, 1) 0%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(146, 208, 80, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 176, 240, 1) 0%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(146, 208, 80, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 176, 240, 1) 0%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(146, 208, 80, 1) 100%);
    background: linear-gradient(to right, rgb(15, 59, 120) 0%, rgb(8, 94, 225) 36%, rgb(4, 87, 202) 68%, rgb(15, 59, 120) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b0f0', endColorstr='#92d050', GradientType=1);
}

.line-dekor-bottom {
    position: relative;
    z-index: 999999;
    top: -50px;
    float: left;
    width: 100%;
    height: 2px;
    background: rgba(0, 176, 240, 1);
    background: -moz-linear-gradient(left, rgba(0, 176, 240, 1) 0%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(146, 208, 80, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 176, 240, 1)), color-stop(36%, rgba(255, 0, 0, 1)), color-stop(68%, rgba(255, 191, 0, 1)), color-stop(100%, rgba(146, 208, 80, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 176, 240, 1) 0%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(146, 208, 80, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 176, 240, 1) 0%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(146, 208, 80, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 176, 240, 1) 0%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(146, 208, 80, 1) 100%);
    background: linear-gradient(to right, rgb(15, 59, 120) 0%, rgb(8, 94, 225) 36%, rgb(4, 87, 202) 68%, rgb(15, 59, 120) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b0f0', endColorstr='#92d050', GradientType=1);

}

.line-dekor-bottom-2 {
    position: relative;
    z-index: 999999;
    top: 0px;
    float: left;
    width: 100%;
    height: 2px;
    background: rgba(0, 176, 240, 1);
    background: -moz-linear-gradient(left, rgba(0, 176, 240, 1) 0%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(146, 208, 80, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 176, 240, 1)), color-stop(36%, rgba(255, 0, 0, 1)), color-stop(68%, rgba(255, 191, 0, 1)), color-stop(100%, rgba(146, 208, 80, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 176, 240, 1) 0%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(146, 208, 80, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 176, 240, 1) 0%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(146, 208, 80, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 176, 240, 1) 0%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(146, 208, 80, 1) 100%);
    background: linear-gradient(to right, rgb(15, 59, 120) 0%, rgb(8, 94, 225) 36%, rgb(4, 87, 202) 68%, rgb(15, 59, 120) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b0f0', endColorstr='#92d050', GradientType=1);

}

.dekor_title {
    margin: 30px 0 0 0;
    display: block;
    width: 40px;
    height: 2px;
    background: rgb(15, 59, 120);

}

.wrapper {
    clear: both;
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
}

.inner-wrapper {
    margin: 0px;
    width: 100%;
    float: left;
    padding: 0px;
    overflow: hidden;
}

#header-wrapper {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #fff;
}

.container {
    width: 1190px;
    margin: 0 auto;
    position: relative;

    clear: both;
}

.container-2 {
    width: 100%;
    margin: 0 auto;
    position: relative;

    clear: both;
}

.container-2 p {
    padding: 5px 0;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

#header {
    width: 100%;
    margin: 0px;
    padding: 0px;

}


.top-bar {
    color: #fff !important;
    font-size: 18px;
    background: #fff;
}

.top-bar {
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
    max-height: 120px;
    /*line-height: 120px;*/
    height: 120px;
    position: relative;
    z-index: 99999999999;

    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
}

.media_blok {
    /* width: 15%; */
    float: right;
    height: 40px;
    margin-top: 40px;
}

.adres-top {
    width: 50%;
    float: left;
}

.ikona_media {
    margin: 0;
    float: left;
}

.ikona_media img {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
}

.ikona_media_2 {
    margin: 0;
    margin-left: 0px;
    float: left;
    width: 154px;
    margin-left: 69px;
}

.ikona_media_2 img {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
}

.ikony_opis {
    margin: 0 20px 0 0;
    float: left;
    line-height: 40px;
    font-size: 14px;
}


/*-------------------------okienko UE----------------------------*/

    .dropbtn3 {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
    
.dropdown3 {
  position: relative;
  display: inline-block;
}

.dropdown-content3 {
display: none;
position: fixed;
background-color: rgba(250, 250, 250, 0.8);
width: 463px;
overflow: auto;

z-index: 9999999999999;
top: 225px;
left: 10px;
    

-webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.48);
-moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.48);
box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.48);
border-radius: 4px;
}

.dropdown-content3 a {
  color: black;
  padding: 0;
  text-decoration: none;
  display: block;
}

.dropdown3 a:hover {background-color: #ddd;}

.show3 {display: block;}

.UE-info-blok {
    padding: 50px 26px 26px 26px;
    font-family: open sans;
    font-size: 14px;
    color: #000;
}

.UE-info-blok p {
margin: 0 0 10px 0;
}

.UE-info-blok img {
width: 100%;
}



.close {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 32px;
  height: 32px;
  opacity: 1;
    color: #000;
}
.close:hover {
  opacity: 1;
   color: #E80000;
    
 
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #000;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

/*-----------------------------------------------------------*/
.pdf_link a {

    color: #0f3b78;

}

.pdf_link {

    color: #0f3b78;
    text-align: left;

}



.pdf_link:hover {

    background-color: #bfbfbf;


}

.dzial_tytul {
    padding: 10px 0;
    text-align: left;
    font-weight: 600;
}

.srodek {
    text-align: center;

}

.pdf-blok {

    display: block;

    width: 50%;

    float: left;

    text-align: left;

    min-height: 170px;

    border-right: 1px solid #d2d1d1;

    margin: 5px 0 0 0;

    padding: 0 0px 0 15px;

}

#main-header-wrapper {
    height: 131px !important;
    background-color: #fff !important;
}

.main-header-wrapper {
    position: relative;
    top: 0px;
    float: left;
    clear: both;
    width: 100%;
    z-index: 99999999;
}

.main-header-wrapper {
    height: 70px;
}

#menu-wrapper {
    position: absolute;
    height: 62px;
    top: 50%;
    margin-top: -20px;

}

.main-header {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
    z-index: 1;
    height: 70px;
}

.main-menu-top-wrapper {
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
    max-height: 46px;
    line-height: 46px;
    position: relative;
    background-color: #0198d1 !important;
    z-index: 0;
}

#logo {
    float: left;
    position: absolute;
    width: 300px;
    height: 120px;
    top: 12%;
    margin-top: 10px;
}

#logo img {
    width: 100%;
}

.main-wrapper {
    float: left;
    width: 100%;
    padding: 0px 0 0px 0;
    margin: 0px;
    position: relative;
    z-index: 1;
    top: -50px;

}

.main-wrapper-2 {
    float: left;
    width: 100%;
    padding: 0px 0 0px 0;
    margin: 0px;
    position: relative;
    z-index: 1;
    top: 0px;
    font-size: 14px;
}

.bialy {
    background-color: #ffffff !important;
}

.szary {
    background-color: #f9f9f9 !important;
}

.szary-gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,edecec+100 */
    background: #f7f7f7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f7f7f7 0%, #edecec 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #edecec 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f7f7f7 0%, #edecec 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#edecec', GradientType=0);
    /* IE6-9 */


}

.czerwony {
    background-color: #ff0000 !important;
}

.niebieski {
    background-color: #0f3b78 !important;
}

.jasnoniebieski {
    background-color: #1193d4 !important;
}

.szary {
    background-color: #fafafa !important;
}

.zolty {
    background-color: #ffc000 !important;
}

.brazowy {
    background-color: #574943;
}

.bialy-color {
    color: #ffffff !important;
}

.niebieski-color {
    color: #00b0f0 !important;
    margin-right: 5px;
}

.zielony {
    background-color: #92d050 !important;

}

.zielony-color {
    color: #92d050 !important;
    margin-right: 5px;
}

.czerwony-color {
    color: #ff0000 !important;
    margin-right: 5px;
}

.zolty-color {
    color: #ffc000 !important;
    margin-right: 5px;
}

.szary-color {
    color: #4D4D4D !important;
    margin-right: 5px;
}

.foto {
    display: block;
    width: 355px;
    float: right;
    margin: 0 0px 0 40px;
}

.foto-big {
    display: block;
    width: 40%;
    float: right;
    margin: 0 0px 15px 25px;
    padding: 7px 0 0 0;
}

.foto-big img {
    overflow: hidden;
    width: 100%;

}

.container p {
    font-family: Open Sans, sans-serif;
    line-height: :24px;

    font-weight: 400;
    text-align: justify;
    padding: 10px 0;
    font-size: 14px;
}

/*--------------------liczniki-------------------------------------*/
.container-licznik {
    width: 1190px;
    margin: 0 auto;
    position: relative;

    clear: both;

}

.share {
    margin-top: 20px;
}

.half-left {
    float: left;
    width: 25%;
    border-color: #f2f2f2;
    margin: 60px 0;
}

.half-right {
    float: right;
    width: 25%;
}

.numscroller-big-bottom {
    font-size: 32px;
    text-align: left;
    font-weight: 700;
    color: #fff;
}

.numscroller-info-top {
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    font-weight: 600;
}

.ikona-licznik {
    display: block;
    width: 50px;
    height: 50px;


}

.lewa-licznik {
    float: left;
    border-right: 2px solid #fff;
    padding: 0 12px;
    margin: 0 10px 0 0;
}

.sppb-section {
    z-index: 1;
    position: relative;
}

.sppb-section {
    margin-top: 0;
}

.sppb-section.overlay-color::after {
    position: absolute;
    height: 100%;
    background-color: rgba(15, 59, 120, 0.95);
    background-repeat: repeat;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
}

.sppb-section-2 {
    z-index: 1;
    position: relative;
}

.sppb-section-2 {
    margin-top: 0;
}

.sppb-section-2.overlay-color::after {
    position: absolute;
    height: 100%;

    background-repeat: repeat;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
}

/*--------------------------wycena-box-------------------------------*/
.wycena-box {

    padding: 25px;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    display: block;

}

.tresc-wycena-box {

    width: 50%;
    float: left;
    font-family: Open Sans;
    line-height: 32px;


}

.button-wycena-box {

    width: 50%;
    float: right;
    text-align: right;
}

/*--------------------box-kontener---------------------------------*/
.box-container {
    background-color: #0f3b78;
    margin: 30px 0;
    padding: 30px;

}


.ikon-box {
    width: 33%;
    height: 280px;
    text-align: center;
    padding: 25px;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    float: left;
    transition-duration: 0.8s;

}

.ikon-box:hover {
    color: #dbdbdb;
    background-color: #1b4a8b;
}

.ikon-box-ikona {
    text-align: center;
}

.ikon-box-tytul {
    text-align: center;
}

/*-----------------------grupy box--------------------------------------*/
.grupy-box-container {
    padding: 50px 0;
}

.grupa-box {
    width: 30%;
    padding: 20px;
    display: block;
    float: left;
    border: 1px solid #ececec;
    background-color: #fff;
    height: 300px;
    margin: 0 35px 20px 0;
}

.grupa-box-logo img {
    height: 100%;
}


.grupa-box-logo {
    margin-bottom: 10px;
    height: 68px;
}

/*------------------------certyfikaty------------------------------*/
.certyfikaty-ikony-blok {
    height: 90px;
}

.certyfikaty-ikona {
    height: 90px;
    float: left;

    margin: 0 30px 0 30px;
}

.certyfikaty-ikona img {
    height: 100%;
}

/*-----------------------paralaxa------------------------------------*/


.bgnd {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 54vh;*/
    max-height: 1900px;
    min-height: 160px;
}

.bgnd-1 {
    background-image: url(../img/banner/soaring-eagle.jpg);

}

.bgnd-2 {
   background-image: url(../img/plansza-parallax1.jpg);
}

.bgnd-3 {
    background-image: url(../img/world-map-dark.png);
}

.bgnd-onas {
    background-image: url(../img/banner/soaring-eagle-2.jpg);
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bgnd-strefa-przew {
   background-image: url(../img/banner/soaring-eagle-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*--------------------kolumny-------------------------------------*/
.lewa-kol {

    display: block;
    width: 50%;
    float: left;

}

.prawa-kol {

    display: block;
    width: 50%;
    float: right;
    padding: 90px 30px;
}

.prawa-kol-2 {
    display: block;
    width: 50%;
    float: right;
    padding: 90px 50px;
    background-color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
    font-family: Open Sans;
    line-height: 24px;
}

/*----------------------o formie box---------------------------*/

.o-firmie-box-opis {
    font-size: 14px;
    padding: 20px 0;
    font-family: Open Sans;
    line-height: 24px;
}

.punkty-blok {
    padding: 0px 0px;
}


.punkt {
    padding: 10px 0px;
}

.punkt a:hover {
    color: #1193d4;
}

.punkt-odstep {
    padding: 40px 0 0 0px;
}

.odstep {
    margin: 30px 0 0 0px;
}

.fa-arrow-circle-right {
    color: #1193d4;
    padding: 0 5px 0 0;
}

.button-styl {
    padding: 10px 30px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #0f3b78;
    color: #fff;
    border: 2px solid #0f3b78;
    border-radius: 30px;
    font-weight: 600;
    font-family: Open Sans;
    cursor: pointer;

    transition-duration: 0.5s;
}

.button-styl:hover {
    padding: 10px 30px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: transparent;
    color: #0f3b78;
    border: 2px solid #0f3b78;
    border-radius: 30px;
    font-weight: 600;
    font-family: Open Sans;
    cursor: pointer;

}

/*---------------------button-----------------------------------*/
.container-3 {
    /*background: #8499B1; */
    margin: 0 auto;
    width: 124px;
    text-decoration: none;
}

.lewa-strona {
    margin: 15px 0 15px 0;
}

.container-3 a {
    /*background: #8499B1; */
    margin: 0 auto;
    display: block;
    text-decoration: none;
}


.btn {
    position: relative;
    text-align: center;
    font-size: 14px;
    width: 144px;
    color: #FFFFFF;
    height: 55px;
    line-height: 55px;
    transition: all 0.3s;

    span {
        transition: all 0.3s;
        tranform: scale(1, 1);
    }
}


.btn::before,
.btn::after {
    content: '';
    position: absolute;
    transition: all 0.3s;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.btn-one::before {
    left: 4px;
    z-index: 1;

    opacity: 0;
    background: rgba(255, 255, 255, 0.1);
    transform: scale(0.1, 1);
}

.btn-one:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.btn-one::after {
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-one:hover::after {
    transform: scale(1, .1);
    opacity: 0;
}



/* BTN THREE*/
.btn-three::before {
    opacity: 0;
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1, 0.1);
}

.btn-three:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.btn-three::after {
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-three:hover::after {
    transform: scale(1, .1);
    opacity: 0;
}

/* BTN THREE 2*/
.btn-three_2::before {
    opacity: 0;
    background: rgba(66, 179, 229, 0.1);
    transform: scale(1, 0.1);
}

.btn-three_2:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.btn-three_2::after {
    transition: all 0.3s;
    border: 1px solid rgba(66, 179, 229, 0.5);
}

.btn-three_2:hover::after {
    transform: scale(1, .1);
    opacity: 0;
}

/* BTN THREE 2a*/
.btn-three_2a::before {
    opacity: 0;
    background: rgba(146, 208, 80, 0.1);
    transform: scale(1, 0.1);
}

.btn-three_2a:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.btn-three_2a::after {
    transition: all 0.3s;
    border: 1px solid rgba(146, 208, 80, 0.5);
}

.btn-three_2a:hover::after {
    transform: scale(1, .1);
    opacity: 0;
}

/* BTN THREE 2b*/
.btn-three_2b::before {
    opacity: 0;
    background: rgba(255, 0, 0, 0.1);
    transform: scale(1, 0.1);
}

.btn-three_2b:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.btn-three_2b::after {
    transition: all 0.3s;
    border: 1px solid rgba(255, 0, 0, 0.5);
}

.btn-three_2b:hover::after {
    transform: scale(1, .1);
    opacity: 0;
}

/* BTN THREE 2a*/
.btn-three_2a::before {
    opacity: 0;
    background: rgba(146, 208, 80, 0.1);
    transform: scale(1, 0.1);
}

.btn-three_2a:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.btn-three_2a::after {
    transition: all 0.3s;
    border: 1px solid rgba(146, 208, 80, 0.5);
}

.btn-three_2a:hover::after {
    transform: scale(1, .1);
    opacity: 0;
}

/* BTN THREE 2c*/
.btn-three_2c::before {
    opacity: 0;
    background: rgba(255, 211, 79, 0.1);
    transform: scale(1, 0.1);
}

.btn-three_2c:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.btn-three_2c::after {
    transition: all 0.3s;
    border: 1px solid rgba(255, 211, 79, 0.5);
}

.btn-three_2c:hover::after {
    transform: scale(1, .1);
    opacity: 0;
}

/* BTN THREE 2d*/
.btn-three_2d::before {
    opacity: 0;
    background: rgba(77, 77, 77, 0.1);
    transform: scale(1, 0.1);
}

.btn-three_2d:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.btn-three_2d::after {
    transition: all 0.3s;
    border: 1px solid rgba(77, 77, 77, 0.5);
}

.btn-three_2d:hover::after {
    transform: scale(1, .1);
    opacity: 0;
}




/*-----------------------slider--------------------------------------- */
#slider {
    float: left;
    clear: both;
    width: 100%;
    margin: 0px 0px 0px;
    padding: 0px;
    display: block;
    line-height: 0px;
}

.centered-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 50%;
    left: 0;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("images/themes.gif") no-repeat left top;
    margin-top: -45px;
}

.centered-btns_nav:active {
    opacity: 1.0;
}

.centered-btns_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}

.transparent-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    display: block;
    background: #fff;
    /* Fix for IE6-9 */
    opacity: 0;
    filter: alpha(opacity=1);
    width: 48%;
    text-indent: -9999px;
    overflow: hidden;
    height: 91%;
}

.transparent-btns_nav.next {
    left: auto;
    right: 0;
}

.large-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 0.6;
    text-indent: -9999px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    background: #000 url("images/themes.gif") no-repeat left 50%;
    width: 38px;
}

.large-btns_nav:active {
    opacity: 1.0;
}

.large-btns_nav.next {
    left: auto;
    background-position: right 50%;
    right: 0;
}

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
    outline: none;
}

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
    margin-top: -110px;
    text-align: center;
    position: relative;
    z-index: 9999;

}

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
    display: inline;
    float: none;
    _float: left;
    *float: left;
    margin-right: 5px;
}

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #ccc;
    background: rgba(0, 0, 0, .2);
    display: inline-block;
    _display: block;
    *display: block;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    width: 9px;
    height: 9px;
}

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
    background: #222;
    background: rgba(0, 0, 0, .8);
}

.caption {
    position: absolute;
    display: block;
    bottom: 110px;
    left: 15%;
    right: 0px;
    padding: 15px;
    text-align: left;
    /*background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.8);*/
    color: #FFF;
    font-size: 44px;
    color: #000000;
}

.blok_top {
    margin: 0 auto;
    width: 1001px;
    height: 233px;
    color: #000000;
    background-color: #CCCCCC;
    position: relative;
    z-index: 9999;
    top: 0px;
}

/*----------------------------oferty pracy-------------------------------------*/
.lista {
  display: block;
width: 80%;
margin: 10px auto 60px auto;
padding: 0px;

}

.stanowisko {
    width: 60%;
    display: inline-block;
    font-weight: 600;

    margin: 0px;
    box-sizing: border-box;
}

.miasto {
    width: 36%;
    display: inline-block;
    font-weight: 600;
    margin: 0px 0 0px 0;
    box-sizing: border-box;

}

.pozycja {
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    padding: 14px;

}

.lista .ost {

    border-bottom: 1px solid #d9d9d9;

}

@media screen and (max-width: 600px) {
    h1 {
        font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .callbacks_nav {
        top: 47%;
    }
}




/*----------------------------aktualnosci---------------------------------------*/

.aktualnosc-item-blok {
    display: block;
    width: 24%;
    border: 1px solid #dadada;
    overflow: hidden;
    padding: 3px;
    box-sizing: border-box;
    float: left;
    margin: 0 7px 7px 0;
    height: 500px;
}

.aktualnosc-item-blok img {
    width: 100%;
}

.aktualnosc-item-foto {
    height: 117px;
    overflow: hidden;
}

.aktualnosc-item-tytul {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 5px;
}

.aktualnosc-itep-opis {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 14px;
    font-weight: 100;
    padding: 8px 5px;
}

.margin-ost {
    margin: 0 0 7px 0
}

/*---------------------------------dokumenty-----------------------------*/

.dok a {
    text-decoration: none;
    color: #4d4d4d;
    font-weight: 700;
    line-height: 50px;
    display: block;
    padding: 0 0 0 5px;
    /* border-bottom: 1px solid #bdbdbd; */
    /* float: left; */

    /* border-bottom: 1px solid #bdbdbd; */
}

.dok a:hover {
    background-color: #F8F8F8;
}

.border {
    border-top: 1px solid #bdbdbd;
}

.border-ost {
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
}

.ikona_download {
    width: 40px;
    height: 40px;
    /* background-color: #00b0f0;*/
    float: right;
    margin: 5px;
    display: block;
    border-radius: 100%;
    background-image: url(/img/download-icon.png);
}

/*-------------------------projekty-------------------------------------------*/
.projekty-blok {
    display: block;
    text-align: justify;
}

.projekty-blok ul {
    margin: 0 0 0 20px;
}

.projekty-blok ol {

    font-weight: 100;
    font-size: 14px;
}

.projekty-blok ol li {
    margin: 0 0 0 30px;
    padding: 2px;
    font-weight: 100;
    font-size: 14px;
}

.projekt-box {
    display: block;
    width: 31%;
    border: 1px solid #efeeee;
    padding: 12px 12px 20px 12px;
    float: left;
    margin: 0 10px 10px 0;
}

.projekt-foto {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 209px;
}

.projekt-foto img {
    width: 100%;
}

.projekt-box:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.projekt-tytul {
    font-size: 24px;
    font-weight: 300;
    margin: 35px 0;
    text-align: center;
    height: 50px;
}

.container-3 {
    /* background: #8499B1; */
    margin: 0 auto;
    width: 124px;
    text-decoration: none;
}

/*--------------------------------grafik-------------------------------*/
.grafik img {
    width: 100%;
}

.grafik {
    margin-bottom: 20px;
}

/*---------------------------------blog------------------------------*/

.blog-blok {
    display: block;
    text-align: justify;
}

.blog-blok ul {
    margin: 0 0 0 20px;
}

.blog-box {
    display: block;
    width: 31%;
    border: 1px solid #efeeee;
    padding: 12px 12px 20px 12px;
    float: left;
    margin: 0 10px 10px 0;
}

.blog-foto {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 209px;
}

.blog-foto img {
    width: 100%;
}

.projekt-box:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-tytul {
    font-size: 24px;
    font-weight: 300;
    margin: 35px 0 0 0;
    text-align: center;
    height: auto;
}

.container-3 {
    /* background: #8499B1; */
    margin: 0 auto;
    width: 124px;
    text-decoration: none;
}



.blog-wpis {
    margin: 0 0 25px 0;
}

.data-wpisu,
.autor-wpisu {
    font-size: 13px;
    font-weight: 600;

}

.blog-data-wpisu {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;

}

.blog-wpis h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;

}

.dekor_separator {
    margin: 10px auto;
    display: block;
    width: 10%;
    height: 2px;
    background: rgba(0, 176, 240, 0);
    background: -moz-linear-gradient(left, rgba(0, 176, 240, 0) 0%, rgba(99, 108, 147, 1) 14%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(194, 201, 45, 1) 86%, rgba(146, 208, 80, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 176, 240, 0)), color-stop(14%, rgba(99, 108, 147, 1)), color-stop(36%, rgba(255, 0, 0, 1)), color-stop(68%, rgba(255, 191, 0, 1)), color-stop(86%, rgba(194, 201, 45, 1)), color-stop(100%, rgba(146, 208, 80, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 176, 240, 0) 0%, rgba(99, 108, 147, 1) 14%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(194, 201, 45, 1) 86%, rgba(146, 208, 80, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 176, 240, 0) 0%, rgba(99, 108, 147, 1) 14%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(194, 201, 45, 1) 86%, rgba(146, 208, 80, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 176, 240, 0) 0%, rgba(99, 108, 147, 1) 14%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(194, 201, 45, 1) 86%, rgba(146, 208, 80, 0) 100%);
    background: linear-gradient(to right, rgba(0, 176, 240, 0) 0%, rgba(99, 108, 147, 1) 14%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(194, 201, 45, 1) 86%, rgba(146, 208, 80, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b0f0', endColorstr='#92d050', GradientType=1);
}

/*------------------------------------partnerzy-------------------------*/
.partner_blok {
    /* background: #8499B1; */
    margin: 0 auto;
    width: 100%;
    text-decoration: none;
}

.partner_box {
    display: block;
    width: 220px;
    background-color: none;
    overflow: hidden;
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #efeeee;
    height: 200px;
}

.partner_box:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.partner_box img {
    width: 100%;
    height: auto;
}

/*-------------------------------kontakt--------------------------------------*/
.kolumny-box {
    padding: 50px 0px;
}

.kolumna {
    width: 31%;
    float: left;
    margin: 0 20px 0 0;
}

.kolumna-tytul {
    font-family: Open Sans, sans-serif;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 0 38px 0;
    font-weight: 400;
}

.kolumna-tresc ul li {


    list-style: none;
    padding: 5px 0px;

}

.accordion {
    /* background-color: #fff; */
    color: #444;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    border: 1px solid #e1e1e1;
    text-align: left;
    outline: none;
    font-size: 12px;
    transition: 0.4s;
    margin: 1px 0px;
}

.active,
.accordion:hover {
    background-color: #f1f1f1;
    color: #0f3b78;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}




.lista .accordion {
   /* background-color: #fff;*/
color: #444;
cursor: pointer;
padding: 14px;
width: 100%;
border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    padding: 14px;
text-align: left;
outline: none;
font-size: 14px;
transition: 0.4s;
margin: 0px 0px;
text-transform: none;
font-weight: 400;
}

.lista .active,
.lista .accordion:hover {
    background-color: #f1f1f1;
    color: #0f3b78;
}

.lista .accordion:after {
    content: '\002B';
color: #0f3b78;
font-weight: bold;
float: right;
margin-left: 5px;
display: inline-block;
font-size: 18px;
}

.lista .active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    /* background-color: white;*/
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    
}

.lista .panel ul {
    padding: 0 0 0 15px;
}


.lista .panel {
    padding: 0 18px;
   /* background-color: white; */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
     border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.css-s4 {
    background-color: #5C5C5C;
}
.css-s5 {
    background-color: #fff5C5;
}

.fa.fa-map-marker,
.fa.fa-phone,
.fa.fa-envelope-o,
.fa.fa-clock-o {
    padding: 0 9px 0 0;
}

/*-------------------------------formularz-----------------------------------*/
input[type=text],
select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 400;
    background-color: #F9F9F9;
}

textarea {
    vertical-align: top;
    height: 5em;
    width: 100%;
    font-family: Open Sans, sans-serif;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
    font-size: 16px;
    resize: none;
    background-color: #F9F9F9;
    margin: 10px 0;
}

input[type=button],
input[type=submit],
input[type=reset] {
    background-color: #91D04F;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
}

p.error {
    color: red;
}

p.dziekujemy {
    color: #00AFF0;
}

/*-----------------------------formularz kontaktowy----------------------------*/
* {
    box-sizing: border-box;
}

.form {
    margin: 3rem auto;
    font-family: sans-serif;
    max-width: 40rem;
}

.form .form-row {
    margin-bottom: 1rem;
}

.form .form-row:last-child {
    margin-bottom: 0;
}

.form input[type=text],
.form input[type=email],
.form textarea,
.form .checkbox-cnt .state {
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.07);
}

.form input[type=text],
.form input[type=email],
.form textarea {
    border-radius: 0.2rem;
    font-family: sans-serif;
    padding: 0.8rem;
    border: 1px solid #aaa;
    display: block;
    width: 100%;
    color: #666;
}

.form input[type=text]:focus,
.form input[type=email]:focus,
.form textarea:focus {
    border-color: #9DC9F5;
    box-shadow: inset 0 0 0 1px #9DC9F5, inset 0 1px 5px rgba(0, 0, 0, 0.07);
    outline: none;
}

.form textarea {
    height: 10rem;
}

.form label {
    font-weight: bold;
    display: block;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.form .submit-btn {
    padding: 10px 30px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #0f3b78;
    color: #fff;
    border: 2px solid #0f3b78;
    border-radius: 30px;
    font-weight: 600;
    font-family: Open Sans;
    cursor: pointer;
    transition-duration: 0.5s;
}

.form .submit-btn:hover {
    padding: 10px 30px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: transparent;
    color: #0f3b78;
    border: 2px solid #0f3b78;
    border-radius: 30px;
    font-weight: 600;
    font-family: Open Sans;
    cursor: pointer;
}

.form .checkbox-cnt {
    padding-left: 3rem;
    position: relative;
    font-weight: normal;
    font-size: 0.85rem;
    line-height: 1.1rem;
    color: #444;
    cursor: pointer;
}

.form .checkbox-cnt .state {
    width: 2rem;
    height: 2rem;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #aaa;
    border-radius: 0.2rem;
}

.form .checkbox-cnt .state:before {
    width: 1rem;
    height: 1rem;
    border-radius: 0.2rem;
    background: #0F3B78;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
}

.form .checkbox-cnt input:checked ~ .state:before {
    animation: checkboxShowAnim 0.5s 1;
    opacity: 1;
}

.form .checkbox-cnt input {
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    height: 2rem;
    z-index: 2;
    cursor: pointer;
    padding: 0;
    margin: 0;
    opacity: 0;
}

.form input[type=text].error,
.form input[type=email].error,
.form textarea.error,
.form .checkbox-cnt input.error ~ .state {
    border-color: #E01546;
}

.field-error {
    color: #E01546;
    padding: 0.5rem 0;
    font-size: 0.8rem;
}

@keyframes checkboxShowAnim {
    0% {
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0.2);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

.element-is-busy {
    position: relative;
    pointer-events: none;
    opacity: 0.5;
}

.element-is-busy::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-right-color: rgba(0, 0, 0, 0.7);
    transform: translate(-50%, -50%) rotate(0deg);
    content: '';
    animation: rotateSingleLoading 0.3s infinite linear;
    z-index: 100;
}

@keyframes rotateSingleLoading {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.form .send-error {
    display: inline-block;
    font-family: Open Sans;
    font-size: 0.9rem;
    padding: 1rem 1.5rem;
    color: #E01546;
}

.form-send-success {
    font-family: Open Sans;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    border: 0px solid #eee;
    color: #333;
    padding: 10rem 0;
    margin: 3rem auto;
    max-width: 40rem;
}

.form-send-success strong {
    display: block;
    margin-bottom: 0.5rem;
}

.form-send-success span {
    font-size: 1rem;
    color: #888;
    font-weight: normal;
    display: block;
}

@media screen and (max-width:500px) {
    .form .submit-btn {
        display: block;
        width: 100%;
    }

    .form .send-error {
        text-align: center;
        display: block;
    }
}


/*-------------------------------polecamy------------------------------------*/

.bg-tlo {
    background-image: url(/img/home/polecamy_tlo.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

/*------------------------footer--------------------------------------------------*/

#footer {

    width: 100%;
    float: left;
    clear: both;
    margin: 0px 0 0px;

}

.footer-widgets {
    padding: 20px 0px 20px;
    width: 100%;
    float: left;
    clear: both;
    margin: 0px;
    position: relative;
    font-size: 14px;
    background-color: #202427;
}

.footer-widgets-2 {
    padding: 50px 0px 50px;
    width: 100%;
    float: left;
    clear: both;
    margin: 0px;
    position: relative;
    font-size: 14px;
}

#footer .footer-copyright {
    float: left;
    margin: 0px;
    padding: 12px 0px;
    width: 100%;
    clear: both;
    color: #fff;
    font-size: 14px;
    background-color: #1e2124;
    text-align: center;
}

.footer-copyright #menu-footer-menu.menu-links {
    text-align: right;
    margin: 0px;
    padding: 0px;
    float: right;
}

#footer .widgettitle {
    margin: 0px 0 14px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
}

.column.dt-sc-one-fourth h3 {
    padding: 0;
}

.column.dt-sc-one-fourth li {

    padding: 3px 0;

}

.widgettitle {
    margin: 0 0 30px;
    position: relative;
    clear: both;
    text-transform: capitalize;
}

.wpb_wrapper {
    text-align: center;
}

fa-linkedin::before {
    content: "\f0e1";
}

.fa-linkedin::before {
    content: "\f0e1";
}

.fa-linkedin::before {
    content: "\f0e1";
}

.widget_text ul.custom-social li a span {
    font-size: 14px;
    margin: 0;
}

.widget_text ul.custom-social li a span {
    font-size: 14px;
    margin: 0;
}

.custom-social li a span {
    margin: 0px 10px 0px 0px;
    font-size: 18px;
    width: 20px;
    text-align: center;
}

.custom-social li a span {
    margin: 0px 10px 0px 0px;
    font-size: 18px;
    width: 20px;
    text-align: center;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa,
.fa-stack {
    display: inline-block;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*="fa-"] {
    font-family: FontAwesome;
}

[class*="fa-"],
[class*="li_"],
[class*="sl-"] {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dt-sc-one-fourth {
    width: 23.0%;
}

.stopka-kol-info {
    display: block;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #6b6767;
    margin: 0 0 20px 0;
}

.textwidget p {
    border-left: 1px solid #6b6767;
    padding: 15px;
}

.column {
    margin: 0px 0px 0px 2%;
    float: left;
    min-height: 1px;
    position: relative;
    box-sizing: border-box;
    color: #f2f2f2;
}

.dt-sc-one-fourth {
    width: 31.0%;
}

.dt-sc-one-two {
    width: 25.0%;

}

.dt-sc-two-two {
    width: 70.0%;
}

.column.dt-sc-one-two.first {

    margin: 0 0 0px 0;


}


.widget_text ul.custom-social li {
    float: left;
    width: auto;
    clear: none;
    margin-right: 20px;
    line-height: normal;
}

#footer .widget.widget_text ul li {
    border: none;
    list-style: none;
    border-bottom: 0px;
}

#footer .widget.widget_text ul li a {
    text-decoration: none;
    display: block;
    color: #f2f2f2;
}

#footer .widget.widget_text ul li a:hover {
    text-decoration: none;
    display: block;
    color: #065bd6;
}

.widget ul {
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
    clear: both;
}

/*------------------------------popup onload----------------------------------*/
.popup a {
  text-decoration: none;
}
.popup-onload {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 999999999999999999;
}
.popup {
    min-width: 400px;
    width: 31%;
    min-height: 150px;
   margin: 121px 0;
    background: #0e3c79;
    opacity: 0.9;
    position: relative;
    z-index: 10;
    padding: 15px 60px 15px 25px;
    box-shadow: 0 2px 5px #000;
}
.popup p {
  color: #fff;
  /* text-align: justify; */
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
    margin: 15px 0;
}
.popup p a {
  color: #b18d73;
  font-weight: 400;
}
.x {
    color: #b18d73;
    font-size: 55px;
    line-height: 55px;
    font-weight: 100;
     font-family: "Open Sans", sans-serif;
    text-decoration: none;
    position: absolute;
    right: 15px;
    top: 0;
}
.x:hover {
  cursor: pointer;
}

.popup-wrapper {
  width: 100vw;
  height: 100vh;
  background-color: #efefef;

  color: #b18d73;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 400;
   font-family: "Open Sans", sans-serif;
  text-align: center;
}

/*------------------------------RWD-------------------------------------------*/

@media (max-width: 500px) {

    #basicSlider .MS-content .item {
        width: 50%;
    }
}

@media (max-width: 991px) {

    #basicSlider .MS-content .item {
        width: 25%;
    }

    #mixedSlider .MS-content .item {
        width: 50%;
    }

    #mixedSlider2 .MS-content .item {
        width: 50%;
    }

    #mixedSlider .MS-controls button {
        font-size: 30px;
    }

    #mixedSlider2 .MS-controls button {
        font-size: 30px;
    }
}

@media (max-width: 767px) {

    #basicSlider .MS-content .item {
        width: 35%;
    }

    .container {
        width: 100%;
    }

    #mixedSlider .MS-controls button {
        font-size: 20px;
    }

    #mixedSlider2 .MS-controls button {
        font-size: 20px;
    }

    #mixedSlider .MS-controls .MS-left {
        left: 10px;
    }

    #mixedSlider2 .MS-controls .MS-left {
        left: 10px;
    }

    #mixedSlider .MS-controls .MS-right {
        right: 10px;
    }

    #mixedSlider2 .MS-controls .MS-right {
        right: 10px;
    }

    #mixedSlider .MS-content .item {
        width: 100%;
    }

    #mixedSlider2 .MS-content .item {
        width: 100%;
    }

    .promocja-data-opis {
        padding: 0 10px;
        width: 50%;

    }

    .promocja-data-oddo {
        padding: 0 28px;
        width: 50%;
    }

    .aktualnosc-item-blok {
        display: block;
        width: 99%;
        border: 1px solid #dadada;
        overflow: hidden;
        padding: 3px;
        box-sizing: border-box;
        float: left;
        height: auto;

    }

    /*----------------button fly---------------------*/
    .button-fly-box {
        position: fixed;
        top: 75%;
        background-color: rgba(17, 147, 212, 0.48);
        z-index: 999999999;
        right: 0;
        padding: 4px;
        -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.48);
        border-radius: 2px;
    }


    .button-fly {
        width: 120px;
        height: 50px;
        line-height: 50px;
        padding: 0 0 0 5px;
        font-size: 12px;
        font-weight: 400;
        color: #fff;
    }

    /*-----------------------------------------------------*/
    .top-bar {
        float: none;
        clear: both;
        margin: 0px auto;
        padding: 0px;
        width: 100%;
        max-height: none;

        position: relative;
        z-index: 99999;
        font-size: 17px;
        height: 90px;
        box-shadow: none;
    }

    .adres-top {
        width: 100%;
        float: none;
        padding: 0 10px;
    }

    .media_blok {
        width: 100%;
        float: none;
        /* height: 40px; */
        /* margin-top: 10px; */
        margin: 0 auto;
        padding: 0px;
        height: 0px;
    }

    #navbar {
        overflow: visible;
        background-color: #fff;
    }

    .container {
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 0 5px;
        clear: both;
        z-index: 5;
    }

    .container h1 {
        font-family: Open Sans, sans-serif;
        font-size: 25px;
        text-align: left;
        font-weight: 600;
        margin: 20px 0 20px 20px;
        line-height: 1;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .kolumna {
        width: 95%;
        float: none;
        margin: 0 20px 20px 0;
    }

    .kolumna-prawa {
        display: none;
    }

    .kolumna-lewa {
        float: none;
        width: 100%;
        padding: 0 20px;
    }

    .kolumny-box {

        padding: 40px 30px;
    }

    .container p {
        font-family: Open Sans, sans-serif;
        line-height: 1.5em;
        text-align: justify;
        font-weight: 100;

        /* padding: 10px 0; */
        font-size: 18px;
    }

    .panel p {
        font-size: 14px;
    }

    .ikony_opis {
        margin: 0 10px 0 0;
        float: left;
        line-height: 40px;
        /* font-size: 14px; */
        color: #000;
    }

    .ikona_media {
        margin: 0;
        float: left;
        top: -8px;
        position: relative;
    }

    #logo {
        float: none;
        position: relative;
        width: 160px;
        height: 90px;
        top: 20px;
        margin: 0px auto;
    }

    .line-dekor-bottom {

        z-index: 0;

    }

    .dt-sc-one-fourth {
        width: 100%;
        margin: 10px;
    }

    .projekt-box {
        display: block;
        width: 100%;
        border: 1px solid #efeeee;
        padding: 12px 12px 20px 12px;
        float: left;
        margin: 0 10px 10px 0;
    }

    .foto-big {
        display: block;
        width: 100%;
        float: right;
        margin: 0 0px 15px 0px;
        /* padding: 7px 0 0 0; */
    }

    .blog-wpis {
        margin: 0 0 25px 0;
        padding: 0 10px;
    }

    .projekty-blok {
        display: block;
        text-align: justify;
        margin: 0 auto;
        padding: 0 10px;
    }

    .partner_box {
        display: block;
        width: 100%;
        background-color: none;
        overflow: hidden;
        float: none;
        margin: 0 10px 10px 0;
        border: 1px solid #efeeee;
        height: auto;
    }

    .kontakt-lewa-kol {
        display: block;
        float: none;
        width: 100%;
        padding: 0 10px;
    }

    .kontakt-prawa-kol {
        display: block;
        float: none;
        width: 100%;
        padding: 30px;
    }

    #menu-wrapper {
        position: absolute;
        right: 0;
        width: 100%;
        top: -8px;
        margin-top: 0;
        height: 30px;
        z-index: 999999999999999999999999;
    }

    .main-header {
        float: left;
        width: 100%;
        padding: 0px;
        margin: 0px;
        position: relative;
        z-index: 1;
        height: 30px;
    }

    #menu,
    #toggle-menu {
        /*background-color: #fdfdfd;
        background: rgba(255, 255, 255, 1);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);*/
    }

    label#toggle-menu {
        text-align: right;
        padding: 10px 20px;
    }

    .main-header-wrapper {
        height: 37px;
    }

    #menu li,
    #toggle-menu,
    #menu a {
        position: relative;
        display: block;
        color: #0f3b78;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 1px solid #EAEAEA;
        z-index: 999999999999999999999999999999999999;
    }

    .container-licznik {
        width: 100%;
        margin: 0 auto;
        position: relative;
        clear: both;

    }

    .half-left {
        float: none;
        width: 100%;
        border-color: #f2f2f2;
        margin: 60px 0;
    }

    .ikon-box {
        width: 100%;
        height: 280px;
        text-align: center;
        padding: 25px;
        font-size: 22px;
        color: #fff;
        text-transform: uppercase;
        line-height: 30px;
        float: none;
    }

    /*-----------------------paralaxa------------------------------------*/


    .bgnd {
        background-attachment: fixed;
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: cover;
        /*height: 54vh;*/
        max-height: 1900px;
        min-height: 160px;
    }

    .bgnd-1 {
        background-image: none;

    }

    .bgnd-2 {
        background-image: none;
    }

    .bgnd-3 {
        background-image: url(../img/03.jpg);
    }

    /*--------------------------wycena-box-------------------------------*/
    .wycena-box {

        padding: 30px;
        color: #fff;
        font-size: 30px;
        font-weight: 800;
        display: block;
        text-align: center;

    }

    .tresc-wycena-box {

        width: 100%;
        float: none;

    }

    .button-wycena-box {

        width: 100%;
        float: none;
        height: auto;
        margin: 30px 0 0 0;

    }

    /*-----------------------grupy box--------------------------------------*/
    .grupy-box-container {
        padding: 50px 0;
    }

    .grupa-box {
        width: 100%;
        padding: 20px;
        display: block;
        float: none;
        border: 1px solid #ececec;
        background-color: #fff;
        height: 250px;
        margin: 0 0px 20px 0;
    }

    .grupa-box-logo img {
        height: 100%;
    }


    .grupa-box-logo {
        margin-bottom: 10px;
        height: 68px;
    }

    /*--------------------kolumny-------------------------------------*/
    .lewa-kol {

        display: block;
        width: 0;
        float: none;

    }


    .prawa-kol-2 {
        display: block;
        width: 100%;
        float: none;
        padding: 40px 30px;
        background-color: rgba(255, 255, 255, 0.80);
    }

    .prawa-kol {
        display: block;
        width: 100%;
        float: none;
        padding: 40px 30px;
        background-color: rgba(255, 255, 255, 0.80);
    }

    .dt-sc-one-two {
        width: 100.0%;
        text-align: center;
    }

    .dt-sc-two-two {
        width: 100%;
    }

    .pdf-blok {
        display: block;
        width: 100%;
        float: none;
        text-align: left;
        min-height: auto;
        border-right: 0px solid #d2d1d1;
        margin: 5px 0 0 0;
        padding: 0 0px 0 15px;
    }
    .dropdown-content3 {
    
    width: 94%;
    overflow: auto;
    z-index: 9999999999999;
    top: 100px;
    left: 10px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.48);
    border-radius: 4px;
}
    .ikona_media_2 {
    margin: 0;
        margin-left: 0px;
    margin-left: 0px;
    float: right;
    width: 154px;
    margin-left: 70px;
    top: -9px;
    position: relative;
}
    .popup {
    min-width: 20%;
    width: 100%;
    min-height: 150px;
    margin: 121px 0;
    background: #0e3c79;
    opacity: 0.9;
    position: relative;
    z-index: 10;
    padding: 15px 60px 15px 25px;
    box-shadow: 0 2px 5px #000;
}
}

@media only screen and (max-width: 64em) and (min-width: 52.01em) {
    #menu li {
        width: 33.333%;
    }

    #menu .sub-menu li {
        width: auto;
    }
}

@media only screen and (min-width: 52em) {
    #menu .main-menu {
        display: block;
    }

    #toggle-menu,
    #menu label.drop-icon {
        display: none;
    }

    #menu ul span.drop-icon {
        display: inline-block;
    }

    #menu li {
        float: left;
        border-width: 0 1px 0 0;
    }

    #menu .sub-menu li {
        float: none;
    }

    #menu .sub-menu {
        border-width: 0;
        margin: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 12em;
        z-index: 3000;
    }

    #menu .sub-menu,
    #menu input[type="checkbox"]:checked + .sub-menu {
        display: none;
    }

    #menu .sub-menu li {
        border-width: 0 0 1px;
    }

    #menu .sub-menu .sub-menu {
        top: 0;
        left: 100%;
    }

    #menu li:hover > input[type="checkbox"] + .sub-menu {
        display: block;
    }
}
