@charset "UTF-8";
body {
  font-size: 16px;
  font-weight: 400;
  font-family: Lato, Arial, sans-serif;
  line-height: 1.6;
  color: #283a7d;
  background-color: #dde4f4;
}

img, embed, object, video {
  max-width: 100%;
  height: auto !important;
}

iframe {
  max-width: 100%;
}

h1 {
  margin: 0;
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  color: #283a7d;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

a {
  color: #283a7d;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover {
  color: #ed252d;
}

#scrollTop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
#scrollTop a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 12px;
  font-size: 25px;
  color: #283a7d;
}
#scrollTop a:hover {
  color: #ff0000;
}

#top {
  width: 100%;
  max-width: 100%;
  background-color: #dde4f4;
}

#top1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1600px;
  max-width: 100%;
  margin: auto;
  padding: 20px 5%;
}

#top1_1 p {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}
#top1_1 a {
  font-size: 24px;
  font-weight: 700;
  color: #db0303;
}
#top1_1 a:hover {
  color: #283a7d;
}
#top1_1 .top_icon {
  padding-right: 10px;
  font-size: 18px;
  font-family: icomoon;
}

#top1_2 {
  padding: 0 15px 20px 15px;
  text-align: center;
}

#top1_3 {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}

#top2 {
  background-color: #263a91;
}

#g_menu {
  width: 100%;
  margin: auto;
}

#menu1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#menu1 * {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 900;
}
#menu1 li {
  position: relative;
  white-space: nowrap;
}
#menu1 li a {
  display: block;
  position: relative;
}
#menu1 li a.item1 {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 60px;
  text-align: left;
  text-transform: uppercase;
}
#menu1 li.sfHover a.item1:hover, #menu1 li.sfHover a.current:hover,
#menu1 li a.item1:hover, #menu1 li.current a.item1 {
  color: #a2a2a2;
}
#menu1 li:hover > ul, #menu1 li.sfHover > ul {
  opacity: 1;
  visibility: visible;
}
#menu1 li ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  -webkit-box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
#menu1 li ul li {
  width: 240px;
  white-space: normal;
  text-align: left;
}
#menu1 li ul li a.item2 {
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 30px;
  text-align: left;
  text-transform: initial;
  background-color: #ffffff;
}
#menu1 li ul li ul {
  top: 0;
  left: 100%;
}

#mobnav-btn {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  cursor: pointer;
}
#mobnav-btn:hover {
  opacity: 0.8;
}
#mobnav-btn div {
  margin: auto;
  position: relative;
}
#mobnav-btn span {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #283a7d;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
#mobnav-btn span:first-child {
  top: 0;
}
#mobnav-btn span:nth-last-child(2) {
  width: 75%;
  top: 8px;
  right: 0;
}
#mobnav-btn span:last-child {
  top: 16px;
}

.xactive #menu1 .sub a.item1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  width: 19px;
  height: 29px;
  margin-left: 10px;
  font-family: icomoon;
  text-align: center;
  color: #ffffff;
  display: none;
}

.xactive #mobnav-btn {
  z-index: 1000;
}
.xactive #mobnav-btn span {
  background-color: #ffffff;
}
.xactive #mobnav-btn span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.xactive #mobnav-btn span:nth-last-child(2) {
  display: none;
}
.xactive #mobnav-btn span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

#search_box {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  color: #ffffff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
}

#search_close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5000;
  padding: 0;
  font-size: 35px;
  font-family: icomoon;
  color: #ffffff;
  opacity: 0.7;
}
#search_close:hover {
  opacity: 1;
}

#search_panel {
  width: 600px;
  max-width: 98%;
  margin: auto;
  padding: 40vh 20px 0 20px;
  text-align: center;
}
#search_panel.title {
  padding-bottom: 30px;
  font-size: 36px;
}
#search_panel #art_szuk {
  height: 70px;
  padding: 0 15px;
  font-size: 20px;
  line-height: 70px;
}

#searchp {
  width: 100px;
  margin-top: -5px;
  color: #dde4f4;
  font-size: 48px;
  font-family: icomoon;
  text-align: center;
  background: none;
  border: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  opacity: 0.7;
}
#searchp:hover {
  opacity: 1;
}

#d_menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  padding: 0;
  list-style-type: none;
}
#d_menu ul li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  border-right: 1px solid #283a7d;
}
#d_menu ul li:last-child {
  border-right: none;
}
#d_menu ul li a {
  padding: 5px 20px;
}

#slider {
  width: 1600px;
  max-width: 100%;
  height: 85vh;
  margin: auto;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 1;
}

#slider_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slider_el {
  width: 98%;
  height: 100%;
  margin: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider_wrap {
  width: 1600px;
  max-width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
}

.slider_opis {
  position: absolute;
  top: 30%;
  right: 5%;
  z-index: 2;
}

.slider_opis_tresc {
  font-size: 70px;
  font-weight: 700;
  color: #ffffff;
  line-height: 70px;
}

#slider_naw_wrap {
  width: 1500px;
  max-width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
}

#slider_naw {
  position: absolute;
  bottom: 0;
  right: -1px;
  overflow: hidden;
  z-index: 3;
}
#slider_naw a {
  padding: 50px;
  font-size: 25px;
  font-family: icomoon;
  line-height: 70px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
}
#slider_naw a#nextp {
  color: #518c5d;
  background-color: #ffffff;
}
#slider_naw a#nextp:hover {
  color: #283a7d;
}
#slider_naw a#prevp:hover {
  color: #dde4f4;
}

#maincontent2 {
  width: 1600px;
  max-width: 90%;
  margin: auto;
  padding: 0;
}

.section_wrapper,
#wwwpage #maincontent3 {
  padding: 70px 0;
}

.section_wrapper {
  position: relative;
}
.section_wrapper.wb::before, .section_wrapper.wb::after {
  display: none;
}
.section_wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 19px;
  height: 8px;
  background: #dde4f4;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.section_wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #ed252d 49.5%, transparent 49.5%, transparent 50.5%, #263a91 50.5%, #263a91 100%);
  z-index: -1;
}

#foot {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 25px;
  background-color: #dde4f4;
}

#foot0 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1600px;
  max-width: 90%;
  margin: auto;
  padding: 15px 0;
}

#foot1, #foot3 {
  text-align: center;
}

.offer_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.offer_list li {
  -webkit-box: calc(25% - 30px);
  -moz-box: calc(25% - 30px);
  -webkit-flex: calc(25% - 30px);
  -ms-flex: calc(25% - 30px);
  flex: calc(25% - 30px);
  margin: 20px 15px;
  padding: 0;
}
.offer_list li > a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 180px 30px;
  background-color: #263a91;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.offer_list li > a:hover {
  background-color: #3e55b3;
}
.offer_list h2 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.contact_excerpt .contact_icon {
  padding-right: 15px;
  font-family: icomoon;
}

/* -------------------------------------    MEDIA QUERIES   ------------------------------------------*/
@media only screen and (max-width: 576px) {
  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li.open ul {
    display: block;
  }
  #menu1 li a.item1 {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 50px;
  }
  #menu1 li ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }
  #menu1 li ul li {
    width: 100%;
  }
  #menu1 li ul li a.item2 {
    padding: 10px 20px;
    line-height: 20px;
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }

  .xactive #g_menu.layer {
    height: 200vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 50px;
    overflow: hidden;
    background-color: #263a91;
  }

  .xactive #menu1 .sub a.item1::after {
    display: block;
  }

  #top1 {
    -webkit-box-direction: column;
    -webkit-box-orient: column;
    -moz-box-direction: column;
    -moz-box-orient: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  #top1_1 {
    order: 3;
    margin-top: 10px;
  }

  #top1_2 {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    order: 1;
    padding-left: 30px;
    padding-right: 30px;
  }

  #top1_3 {
    order: 2;
  }

  #foot0 {
    -webkit-box-direction: column;
    -webkit-box-orient: column;
    -moz-box-direction: column;
    -moz-box-orient: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #foot1, #foot3 {
    padding: 15px 0;
  }

  .offer_list li {
    -webkit-box: 0 1 100%;
    -moz-box: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 577px) {
  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li.open ul {
    display: block;
  }
  #menu1 li a.item1 {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 50px;
  }
  #menu1 li ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }
  #menu1 li ul li {
    width: 100%;
  }
  #menu1 li ul li a.item2 {
    padding: 10px 20px;
    line-height: 20px;
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }

  .xactive #g_menu.layer {
    height: 150vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 50px;
    overflow: hidden;
    background-color: #263a91;
  }

  .xactive #menu1 .sub a.item1::after {
    display: block;
  }

  #top1_1,
#top1_3 {
    order: 2;
  }

  #top1_2 {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    order: 1;
  }

  #foot0 {
    -webkit-box-direction: column;
    -webkit-box-orient: column;
    -moz-box-direction: column;
    -moz-box-orient: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #foot1, #foot3 {
    padding: 15px 0;
  }

  .offer_list li {
    -webkit-box: calc(50% - 30px);
    -moz-box: calc(50% - 30px);
    -webkit-flex: calc(50% - 30px);
    -ms-flex: calc(50% - 30px);
    flex: calc(50% - 30px);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 769px) {
  .offer_list li {
    -webkit-box: calc(50% - 30px);
    -moz-box: calc(50% - 30px);
    -webkit-flex: calc(50% - 30px);
    -ms-flex: calc(50% - 30px);
    flex: calc(50% - 30px);
  }
}

/*# sourceMappingURL=default.css.map */
