#hdr_container {
  height: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 1400px) {
  #hdr_container {
    width: 1320px;
  }
}
@media screen and (max-width: 1200px) {
  #hdr_container {
    width: 1150px;
  }
}
@media screen and (max-width: 1200px) {
  #hdr_container {
    width: 990px;
  }
}
@media screen and (max-width: 970px) {
  #hdr_container {
    width: 100vw;
  }
}
@media screen and (min-width: 970px) {
  #hdr_container {
    display: flex;
  }
}
#hdr_container {
  margin: auto;
}

#hdr {
  position: relative;
  height: 100px;
  width: 100vw;
  box-sizing: border-box;
  background: linear-gradient(rgba(23, 21, 23, 0.8666666667), rgba(31, 0, 32, 0.8));
  filter: drop-shadow(0 1px 8px rgba(170, 170, 170, 0.6666666667));
  z-index: 50;
}
@media screen and (min-width: 1400px) {
  #hdr {
    height: 100px;
  }
}
@media screen and (max-width: 1400px) {
  #hdr {
    height: 100px;
  }
}
@media screen and (max-width: 1200px) {
  #hdr {
    height: 130px;
  }
}
@media screen and (max-width: 970px) and (orientation: portrait) {
  #hdr {
    height: 200px;
  }
}
@media screen and (max-width: 970px) and (orientation: landscape) {
  #hdr {
    height: 150px;
  }
}

#nav_main, #nav_main_2 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  height: 90%;
}
@media screen and (max-width: 970px) {
  #nav_main, #nav_main_2 {
    display: none;
  }
}

#nav_main {
  width: 100%;
}

.pr-0 {
  padding-right: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.ml-2 {
  margin-left: 15px;
}

#nav_main a, #nav_main_2 a {
  align-content: center;
  color: #ccc;
  text-decoration: none;
  font-family: "Source Sans Pro", "Arial", serif;
  font-weight: normal;
  font-size: 24px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #nav_main a, #nav_main_2 a {
    font-size: 22px;
  }
}
#nav_main a:hover, #nav_main a.current, #nav_main_2 a:hover, #nav_main_2 a.current {
  color: white;
}
#nav_main a:hover:not(.nobg)::after, #nav_main a.current:not(.nobg)::after, #nav_main_2 a:hover:not(.nobg)::after, #nav_main_2 a.current:not(.nobg)::after {
  position: absolute;
  background: linear-gradient(rgba(194, 230, 230, 0.2), rgba(255, 255, 255, 0.2));
  mix-blend-mode: difference;
  z-index: -1;
  content: "";
  inset: 0;
  transform: skew(-20deg);
  border-radius: 15px;
}
#nav_main a:hover.current::after, #nav_main a.current.current::after, #nav_main_2 a:hover.current::after, #nav_main_2 a.current.current::after {
  background: linear-gradient(rgba(223, 13, 213, 0.58), rgba(126, 2, 255, 0.56));
}
@media screen and (min-width: 1400px) {
  #nav_main a, #nav_main_2 a {
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 1400px) {
  #nav_main a, #nav_main_2 a {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 1200px) {
  #nav_main a, #nav_main_2 a {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
  }
}

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

.block {
  display: block;
}

#hdr_logo {
  display: flex;
  position: relative;
  /*left: -50px;*/
  background: #060606;
  clip-path: circle();
}
@media screen and (min-width: 1400px) {
  #hdr_logo {
    width: 300px;
    height: 250px;
  }
}
@media screen and (max-width: 1400px) {
  #hdr_logo {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 1200px) {
  #hdr_logo {
    width: 200px;
    height: 150px;
  }
}
@media screen and (max-width: 970px) and (orientation: portrait) {
  #hdr_logo {
    height: 120%;
    width: 100%;
  }
}
@media screen and (max-width: 970px) and (orientation: landscape) {
  #hdr_logo {
    height: 200px;
    width: 100%;
  }
}

#hdr_logo img {
  width: 100%;
  display: flex;
}

#menu_container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: end;
}
@media screen and (min-width: 970px) {
  #menu_container {
    width: 100%;
  }
}

img .polaroid {
  width: 100px;
  height: 100px;
  position: absolute;
}

.zoom-wrap {
  overflow: hidden; /* trzyma rozmiar kontenera */
}

.zoom-img {
  transition: transform 0.35s ease;
  transform: scale(1);
}

.zoom-wrap:hover .zoom-img {
  transform: scale(1.15);
}

.round-5 {
  border-radius: 5px;
}

.round-10 {
  border-radius: 10px;
}

.round-15 {
  border-radius: 15px;
}

.w-100 {
  width: 100%;
}

.w-90 {
  width: 90%;
}

.w-80 {
  width: 80%;
}

.w-75 {
  width: 75%;
}

.w-70 {
  width: 70%;
}

.w-60 {
  width: 60%;
}

.w-50 {
  width: 50%;
}

.w-40 {
  width: 40%;
}

.w-30 {
  width: 30%;
}

.w-25 {
  width: 25%;
}

.w-20 {
  width: 20%;
}

.w-10 {
  width: 10%;
}

.small-caps {
  font-variant: small-caps;
}

.justify {
  text-align: justify;
}

.b-1 {
  border: 1px solid;
}

.b-w {
  border-color: white;
}

.mt-0 {
  margin-top: 0;
}

.btn {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.btn-primary {
  background: linear-gradient(#3498db, #1d72aa);
  color: #fff;
  box-shadow: rgba(51, 51, 51, 0.2666666667) 0 0 5px;
}
.btn-primary:hover {
  background: linear-gradient(rgb(36.7380753138, 138.7882845188, 207.1619246862), rgb(26.1, 102.6, 153));
}

.btn-success {
  background: linear-gradient(#069844, #14783f);
  color: #fff;
  box-shadow: rgba(51, 51, 51, 0.2666666667) 0 0 5px;
}
.btn-success:hover {
  background: linear-gradient(rgb(5.4, 136.8, 61.2), rgb(18, 108, 56.7));
}

.btn-danger {
  background: linear-gradient(#e74c3c, #c0392b);
  color: #fff;
  box-shadow: rgba(51, 51, 51, 0.2666666667) 0 0 5px;
}
.btn-danger:hover {
  background: linear-gradient(rgb(227.8109589041, 52.2150684932, 34.0890410959), rgb(172.8, 51.3, 38.7));
}

.btn-warning {
  background: linear-gradient(#f39c12, #d87e0e);
  color: #fff;
  box-shadow: rgba(51, 51, 51, 0.2666666667) 0 0 5px;
}
.btn-warning:hover {
  background: linear-gradient(rgb(223.5795180723, 141.5060240964, 11.3204819277), rgb(194.4, 113.4, 12.6));
}

.btn-dark {
  background: linear-gradient(#2c3e50, #1a252f);
  color: #fff;
  box-shadow: rgba(51, 51, 51, 0.2666666667) 0 0 5px;
}
.btn-dark:hover {
  background: linear-gradient(rgb(39.6, 55.8, 72), rgb(23.4, 33.3, 42.3));
}

.bg-success {
  --bs-bg-opacity: 1;
  background: linear-gradient(#069844, #14783f);
}

.bg-primary {
  --bs-bg-opacity: 1;
  background: linear-gradient(#3498db, #1d72aa);
}

.bg-danger {
  --bs-bg-opacity: 1;
  background: linear-gradient(#e74c3c, #c0392b);
}

.bg-warning {
  --bs-bg-opacity: 1;
  background: linear-gradient(#f39c12, #d87e0e);
}

.bg-dark {
  --bs-bg-opacity: 1;
  background: linear-gradient(#2c3e50, #1a252f);
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  color: black;
  background: #080808 radial-gradient(#551855 -30%, #080808 70%) fixed;
  background-repeat: no-repeat;
  overflow-x: hidden;
  min-height: 100vh;
}

#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background-image: url("../img/bg/bg_2.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}

.blur {
  filter: blur(5px);
  background: #000 !important;
}

.rect {
  background: linear-gradient(#004455 -10%, #0065b3 120%);
  /*filter: blur(5px);*/
  width: 100px;
  height: 100px;
  position: absolute;
}

.cent {
  width: calc(100vw - 100px);
  left: 50px;
}

.skew25r {
  transform: skew(25deg);
}

.skew25l {
  transform: skew(-25deg);
  right: 0px;
}

#path3 {
  display: none;
}

.hero {
  position: relative;
  width: 100vw;
  height: 30vh;
  min-height: 400px;
  box-sizing: border-box;
  overflow: hidden;
}

.hero_bg {
  position: absolute;
  width: 110vw;
  height: 100%;
  background: linear-gradient(#d7c9d8, rgba(157, 133, 225, 0.55));
  z-index: -1;
  filter: opacity(0.4);
}

.hero_container {
  position: relative;
  width: 80vw;
  height: 100%;
  box-sizing: border-box;
  margin: auto;
  padding: 0;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.hero_content {
  position: relative;
  height: auto;
  color: white;
  font-family: "Source Sans Pro", "Arial", serif;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6666666667);
}
.hero_content.left {
  width: 60%;
  background: radial-gradient(circle at center, rgba(229, 248, 255, 0), rgba(137, 213, 255, 0.18) 80%);
  border-radius: 15px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.hero_content.right {
  width: 40%;
}

.main_slider {
  position: relative;
  width: 100%;
  height: 40vh;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6666666667);
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
}

.slide {
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
  color: white;
  font-family: "Source Sans Pro", "Arial", serif;
  font-size: 2em;
  line-height: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.slide.current {
  display: block;
}

.slide_content {
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.alert-construction {
  font-family: "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono", "Droid Sans Mono", monospace, monospace;
  display: block;
  color: white;
  width: 80vwpx;
  padding: 50px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.7333333333);
  line-height: 120%;
}
.alert-construction h1, .alert-construction h2, .alert-construction h3 {
  line-height: 100%;
  padding: 2px;
  margin: 10px;
}
.alert-construction .ta-l {
  text-align: left !important;
}
.alert-construction .ta-r {
  text-align: right !important;
}
@media screen and (max-width: 970px) {
  .alert-construction {
    width: 90vw;
    line-height: 190%;
    font-size: small;
    padding: 10px;
  }
}

.content-container {
  position: relative;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7333333333);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5333333333);
  font-family: "Source Sans Pro", "Arial", serif;
  margin-bottom: 50px;
}
@media screen and (max-width: 970px) {
  .content-container {
    width: 100vw;
    padding-left: 4px;
    padding-right: 4px;
  }
}

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