@import url(https://fonts.cdnfonts.com/css/mulish);
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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 {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/**
 * Basic typography style for copy text
 */
body {
  font-size: 62.5%;
  font-weight: 400;
  font-family: "Mulish", sans-serif; }

h1, h2, h3, h4 {
  font-family: "Mulish", sans-serif;
  font-weight: bold; }

h1 {
  font-size: 3.8rem !important; }

h2 {
  font-size: 3rem; }

p {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 0rem !important; }

a {
  color: inherit;
  text-decoration: none; }
  a:visited, a:hover {
    text-decoration: none; }

.fontsize {
  font-size: 3.0rem; }

@media (max-width: 560px) {
  body {
    font-size: 1.2rem; } }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  body {
    font-size: 59.5%;
    font-weight: 400;
    font-family: "Mulish", sans-serif; } }

@media screen and (min-width: 768px) and (max-width: 992px) {
  body {
    font-size: 56.5%;
    font-weight: 400;
    font-family: "Mulish", sans-serif; } }

@media screen and (min-width: 576px) and (max-width: 768px) {
  body {
    font-size: 51.5%;
    font-weight: 400;
    font-family: "Mulish", sans-serif; } }

@media screen and (max-width: 576px) {
  body {
    font-size: 44.5%;
    font-weight: 400;
    font-family: "Mulish", sans-serif; } }

@media screen and (max-width: 500px) {
  p {
    font-size: 1.5rem; } }

:root {
  font-size: 62.5%; }

html {
  overflow-x: hidden; }

body {
  overflow-x: hidden;
  font-family: "Mulish", sans-serif !important;
  font-weight: bold; }

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

li {
  margin-top: 1rem; }

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 95px;
  position: fixed;
  z-index: 10;
  background-color: white; }
  header .kontyner {
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    height: 90px;
    width: 100%;
    padding: 0% 12.5%;
    background-color: white;
    z-index: 8; }
    header .kontyner .logo {
      height: 55px; }
      header .kontyner .logo img {
        height: 100%; }
      header .kontyner .logo p {
        display: none; }
  header .mobileMenu {
    width: auto;
    position: relative;
    height: 100%; }
    header .mobileMenu .glob-ico img {
      height: 22px;
      align-self: center;
      margin-top: 3px; }
    header .mobileMenu #lang_sel_list {
      width: 8rem;
      padding-left: 0;
      font-size: 18px;
      font-family: "Mulish", sans-serif;
      font-weight: 600; }
      header .mobileMenu #lang_sel_list li {
        background-color: white; }
      header .mobileMenu #lang_sel_list a {
        text-align: left;
        border: none;
        background: transparent;
        color: #183d7b;
        padding: 5px 10px; }
      header .mobileMenu #lang_sel_list a::after {
        display: none; }
      header .mobileMenu #lang_sel_list a:hover {
        border-top: none; }
      header .mobileMenu #lang_sel_list .wpml-ls-sub-menu {
        border-top: none; }
      header .mobileMenu #lang_sel_list .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
        padding: 0; }
    header .mobileMenu #main-menu {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      header .mobileMenu #main-menu .menu {
        display: flex;
        align-items: center;
        gap: 25px;
        height: 100%;
        margin-right: 50px;
        margin-bottom: 0; }
        header .mobileMenu #main-menu .menu li {
          margin-top: 0; }
          header .mobileMenu #main-menu .menu li a {
            color: #183d7b;
            font-size: 18px;
            font-weight: 500;
            text-decoration: none;
            position: relative; }
          header .mobileMenu #main-menu .menu li a::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            border-radius: 4px;
            background-color: #183d7b;
            bottom: 0;
            left: 0;
            transform-origin: right;
            transform: scaleX(0);
            transition: transform 0.3s ease-in-out; }
          header .mobileMenu #main-menu .menu li a:hover::before {
            transform-origin: left;
            transform: scaleX(1); }

.drop-down {
  display: none;
  position: absolute;
  background-color: white;
  height: auto;
  z-index: 9999;
  top: 120px; }
  .drop-down ul {
    margin-top: 10px; }

@media only screen and (max-width: 1200px) {
  header {
    /* Element | https://centralpoint.milleniumhost.pl/kompedium-wiedzy/ */ }
    header #main-menu-mobile > div:nth-child(2) {
      width: 100%;
      display: flex; }
    header .glob-ico {
      display: flex;
      justify-content: center; }
    header .glob-ico img {
      width: 4rem;
      padding-top: 12%; }
    header #main-menu-mobile > div:nth-child(2) > img:nth-child(1) {
      width: 3rem;
      height: 3rem;
      padding-left: 0%;
      margin-left: 35%;
      margin-top: 2%; }
    header div.lang_sel_list_horizontal:nth-child(2) {
      float: left;
      width: 20%;
      display: flex; }
    header .kontyner {
      width: 90%; }
      header .kontyner .active {
        display: block; }
      header .kontyner .drop-down {
        width: 40%;
        right: 30px;
        border-radius: 15px;
        z-index: 99; }
      header .kontyner .mobileMenu,
      header .kontyner .drop-down {
        width: 100%;
        top: 93px;
        right: 0;
        border-radius: 0 0 10px 10px; }
        header .kontyner .mobileMenu .menu,
        header .kontyner .drop-down .menu {
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          padding: 0; }
          header .kontyner .mobileMenu .menu li,
          header .kontyner .drop-down .menu li {
            width: 90%; }
            header .kontyner .mobileMenu .menu li a,
            header .kontyner .drop-down .menu li a {
              color: #183d7b;
              font-size: 18px;
              font-weight: 500;
              text-decoration: none;
              position: relative;
              display: block;
              width: 100%;
              text-align: center;
              padding: 10px;
              margin: 5px; }
            header .kontyner .mobileMenu .menu li a::before,
            header .kontyner .drop-down .menu li a::before {
              content: "";
              position: absolute;
              width: 100%;
              height: 2px;
              border-radius: 4px;
              background-color: #183d7b;
              bottom: 0;
              left: 0;
              transform-origin: right;
              transform: scaleX(0);
              transition: transform 0.3s ease-in-out; }
            header .kontyner .mobileMenu .menu li a:hover::before,
            header .kontyner .drop-down .menu li a:hover::before {
              transform-origin: left;
              transform: scaleX(1); }
      header .kontyner .mobileMenu {
        display: none; }
      header .kontyner .wpml-ls-first-item {
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 5%;
        color: #183d7b; }
      header .kontyner #lang_sel_list {
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 4rem;
        text-align: center;
        font-size: 1.8rem;
        width: 100%;
        padding-left: 0.7%;
        font-weight: 600; }
        header .kontyner #lang_sel_list li {
          background-color: white; }
        header .kontyner #lang_sel_list a {
          text-align: left;
          border: none;
          background: transparent;
          color: #183d7b;
          padding: 5px 10px; }
        header .kontyner #lang_sel_list a::after {
          display: none; }
        header .kontyner #lang_sel_list a:hover {
          border-top: none; }
        header .kontyner #lang_sel_list .wpml-ls-sub-menu {
          border-top: none; }
        header .kontyner #lang_sel_list .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
          padding-top: 2%; }
      header .kontyner .logo {
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%; }
        header .kontyner .logo .menu-button {
          display: flex;
          align-items: center;
          font-size: 30px;
          margin: 0; }
        header .kontyner .logo img {
          height: 45px; } }

@media only screen and (max-width: 600px) {
  header {
    top: 0; }
    header .drop-down {
      width: 100%;
      left: 0;
      top: 90px;
      border-radius: 0 0 5px 5px; } }

.progress-bar {
  width: 100%;
  height: 0.3rem;
  bottom: 0;
  position: absolute;
  z-index: 10;
  background-color: #b3abab !important; }
  .progress-bar .fill {
    width: 0;
    height: 100%;
    background-color: #183d7b; }

footer {
  width: 100%;
  height: auto;
  background-color: #183f81;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; }

footer .kontakt {
  display: flex;
  align-items: end;
  width: 75%;
  margin: 50px 0 70px 0; }

.kontakt h1 {
  color: white;
  font-size: clamp(3.5rem, 3vw, 4rem);
  font-weight: 700; }

footer .informacje {
  width: 75%;
  margin: 0 0 40px 0;
  color: white;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }

.informacje img {
  height: 60px;
  width: auto;
  margin-right: 20px; }

.informacje .left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  width: auto;
  font-size: clamp(1.5rem, 2vw, 1.8rem); }

.informacje .link-box {
  display: flex;
  width: auto;
  gap: 20px;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: end;
  font-size: clamp(1.7rem, 2vw, 2rem);
  line-height: 25px; }

.informacje .linki ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px; }

.linki ul li a {
  text-decoration: none;
  color: white;
  position: relative; }

.linki ul li a:hover {
  color: white; }

.linki ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: white;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out; }

.linki ul li a:hover::before {
  transform-origin: left;
  transform: scaleX(1); }

.informacje span {
  font-size: 17px;
  color: #47669b; }

.dane-link {
  color: inherit;
  text-decoration: none; }

.dnae > p:nth-child(1) > a:nth-child(1) {
  color: inherit;
  text-decoration: none; }

.dnae > p:nth-child(2) > a:nth-child(1) {
  color: inherit;
  text-decoration: none; }

.Millenniumhref {
  text-decoration: none;
  color: inherit; }

@media (max-width: 900px) {
  footer .informacje,
  footer .kontakt {
    width: 90%; }
  .link-box .linki,
  .informacje .left {
    flex-direction: column; }
  .link-box,
  .left {
    width: 40%; }
  footer .link-box {
    align-items: center; }
  footer {
    padding-bottom: 60px;
    position: relative; }
  .informacje span {
    position: absolute;
    z-index: 999;
    bottom: 20px;
    width: 100%;
    text-align: center; }
  footer .kontakt {
    margin: 30px 0 30px 0; }
  ::selection {
    display: flex;
    flex-direction: column; }
  .informacje .linki ul {
    flex-direction: column;
    gap: 8px; }
  .link-box > span:nth-child(2) {
    width: 100%;
    height: 5rem; } }

@media (max-width: 768px) {
  .kontakt h1 {
    font-size: 3rem !important; }
  .link-box span {
    margin: auto;
    left: 0;
    right: 0; }
  .link-box > span:nth-child(2) {
    width: 100%;
    height: 5rem; } }

@media (max-width: 500px) {
  .kontakt h1 {
    font-size: 2.7rem !important; }
  .informacje p,
  .informacje a {
    font-size: 14px !important; }
  .link-box span {
    font-size: 14px; }
  .opinie {
    width: 96% !important; } }

.kontakt-box {
  display: flex;
  justify-content: space-between;
  width: 50%;
  font-size: clamp(1.3rem, 1vw, 1.8rem); }

.kontakt-box h2 {
  color: #183d7b;
  font-size: clamp(1.8em, 2vw, 2.3rem);
  font-weight: 600;
  margin-bottom: 30px; }

.kontakt-box .ico {
  width: 25px; }

.kontakt-box .ico-map {
  width: 20px; }

.kontakt-left .ikony {
  width: auto;
  margin-right: 20px; }

.kontakt-left p {
  margin: 0; }

.kontakt-tresc {
  height: 100%;
  display: flex;
  flex-direction: row; }

.kontakt-left .ikony p,
.kontakt-left .teksty p {
  margin-bottom: 20px; }

.kontakt-left .teksty a {
  color: inherit;
  text-decoration: none; }

.kontakt-right {
  width: auto; }

.kontakt-right .ikony {
  width: auto;
  margin-right: 20px; }

.kontakt-right p {
  margin: 0; }

.kontakt-tresc {
  height: 100%;
  display: flex;
  flex-direction: row; }

.kontakt-right .ikony p,
.kontakt-right .teksty p {
  margin-bottom: 5px; }

.kontakt-mapa {
  margin: 80px 0;
  width: 75%; }

.kontakt-mapa img {
  width: 100%;
  max-height: 700px;
  object-fit: cover; }

@media (max-width: 900px) {
  .kontakt-mapa {
    width: 90%; }
  .kontakt-box {
    width: 100%;
    flex-direction: column;
    align-items: center; }
  .kontakt-left {
    padding-top: 2%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .kontakt-right {
    padding-top: 10%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; } }

.tab-container {
  height: auto;
  width: 75%; }

.tab-container .tabcontent {
  display: none;
  height: 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0; }

.tabcontent .block {
  padding: 20px; }

.block img {
  width: 100%;
  aspect-ratio: 16/9; }

.block-a {
  color: inherit;
  text-decoration: none; }

.block .text-area {
  background-color: #efefef;
  display: grid;
  place-items: center;
  position: relative; }

.text-area .small-box {
  width: 90%;
  min-height: 10rem;
  height: auto; }

.read-more1 {
  position: absolute;
  bottom: 0;
  width: 85%;
  padding: 4% 0; }

.text-area .small-box .data {
  background-color: #183f81;
  color: white;
  padding: 5px 10px;
  letter-spacing: 1px;
  font-size: 1.8rem;
  position: absolute;
  top: -16px; }

.text-area .small-box h1 {
  margin: 20px 0 10px;
  font-size: 3rem !important;
  color: #183d7b;
  font-weight: 400; }

.text-area .small-box p {
  font-size: 1.8rem; }

.small-box .wiecej {
  margin: 20px 10px 30px 0;
  cursor: pointer;
  font-size: 1.8rem;
  color: #d19d60; }

.blogbox-button {
  display: flex;
  justify-content: end;
  color: #d19d60;
  padding: 2% 0; }

.arrow-1 {
  display: flex;
  align-items: center;
  padding-left: 3%;
  padding-top: 1%; }

.small-box .wiecej i {
  padding-left: 5px; }

.tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #183f81;
  font-size: clamp(1.7rem, 2vw, 2rem);
  margin: 80px 0; }

.tab button {
  font-weight: 600;
  cursor: pointer;
  border: none;
  background: none;
  color: #183f81;
  margin: 0 5px; }

.tab button:hover,
.tab p:hover {
  color: gray; }

.clicked {
  color: gray !important; }

#tab2 .block {
  background-color: red; }

#tab3 .block {
  background-color: #d19d60; }

.textblogma {
  padding-bottom: 10%;
  padding-top: 5%; }

.blogbox-text {
  padding-top: 4%; }

div.block > a:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) {
  padding-bottom: 10%; }

.pagination {
  text-decoration: none; }

.page-numbers {
  text-decoration: none;
  color: #183f81; }
  .page-numbers:hover {
    color: gray; }

.page-numbers.current {
  font-weight: bold; }

.page-numbers {
  padding: 0 3%; }

.nawi {
  padding: 4% 0; }

@media screen and (max-width: 600px) {
  .tab-container {
    height: auto;
    width: 100%; }
  .text-area .small-box p {
    font-size: 1.5rem; } }

@media screen and (max-width: 500px) {
  .text-area .small-box p {
    font-size: 1.5rem; } }

main {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  width: 100%;
  height: auto; }

.section1 {
  min-height: calc(100vh - 95px);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-bottom: 60px;
  margin-top: 95px; }

.section1 .left {
  width: 50%; }

.section1 .right {
  color: white;
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.section1 .right h1 {
  font-size: 5.6rem !important;
  font-weight: 700;
  width: 75%; }

.section1 .right p {
  margin-top: 25px;
  font-size: 17px;
  line-height: 30px;
  width: 60%; }

.section1 .right button {
  background-color: #d19d60;
  outline: none;
  border: none;
  height: 45px;
  width: 150px;
  border-radius: 25px;
  font-size: 20px;
  font-weight: 600;
  margin-top: 60px;
  cursor: pointer;
  transition: 1s; }

.right-big {
  font-size: 5.6rem; }

.section1 .right button:hover {
  scale: 1.2; }

.section1 button a {
  display: block;
  text-decoration: none;
  color: white; }

.oferta {
  width: 75%;
  margin-bottom: 60px;
  padding-bottom: 0%; }

.boxy {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px; }

.boxy .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  height: auto;
  border: 2px solid rgba(128, 128, 128, 0.356);
  border-left: none;
  border-top: none;
  color: #183d7b;
  font-size: clamp(1.9rem, 3vw, 3rem);
  font-weight: 500; }

.box p {
  height: 50%;
  width: 85%;
  height: auto; }

.box h1 {
  height: 50%;
  min-width: auto;
  min-width: 20%;
  margin: 30px 0;
  height: auto;
  color: #d19d60;
  font-size: 5rem !important;
  font-weight: 600; }

.napis {
  color: #183d7b;
  width: 100%;
  text-align: center;
  font-size: 3.8rem;
  font-weight: 700;
  margin: 0 0;
  padding-top: 3%;
  padding-bottom: 3%; }

.box2 img {
  aspect-ratio: 16/9;
  min-height: 160px;
  width: 100%; }

.box2 {
  height: auto;
  background-color: #183f81;
  padding-bottom: 5%; }

.box2 h1 {
  color: white;
  font-size: 3rem !important;
  width: 100%;
  padding: 30px 30px 15px; }

.box2 p {
  color: #d19d60;
  float: left;
  margin-left: 30px;
  margin-bottom: 20px;
  font-size: 1.8rem; }

.box3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-right: -20px; }

.box3 .temat {
  display: grid;
  place-items: center;
  font-size: 3.6rem;
  width: 35%;
  font-weight: 700;
  color: #183d7b; }

.box3 .tresci {
  display: flex;
  flex-direction: column;
  width: 60%;
  font-size: 15px;
  gap: 20px; }

.dlaczego-my {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  align-items: center; }

.prezentacja {
  padding-left: 0;
  padding-right: 0; }

.pojemnik {
  display: flex;
  justify-content: center;
  align-items: center; }

.prezentacja .teksty {
  display: flex;
  width: 70%;
  flex-direction: column;
  font-size: clamp(1.3rem, 1vw, 2rem);
  padding: 0; }

.prezentacja img {
  object-fit: cover;
  aspect-ratio: 16/9; }

.prezentacja .teksty h1 {
  height: 20%;
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: center;
  font-size: 38px !important;
  font-weight: 700;
  color: #183d7b;
  padding-bottom: 5%; }

.prezentacja img {
  padding: 0; }

.dlaczego-my .prostokaty {
  width: 80%;
  gap: 35px;
  justify-content: center;
  display: flex;
  justify-content: space-between; }

.dlaczego-my .prostokat {
  height: auto;
  background-color: #183d7b;
  width: 49%; }

.prostokat {
  width: 49%; }

.prostokat .ikona {
  display: grid;
  place-items: center;
  width: 20%;
  height: 100%; }

.prostokat .ikona img {
  max-height: 70%;
  width: auto; }

.prostokat .tresc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  width: 80%;
  height: auto;
  font-size: clamp(1.3rem, 1vw, 2rem);
  font-weight: 250;
  color: white;
  margin: 15px 0 10px;
  padding-left: 1%; }

.prostokat .tresc h1 {
  font-size: 3rem !important;
  font-weight: 400;
  padding-top: 3%; }

.prostokat .tresc p {
  width: 90%;
  height: auto;
  padding-bottom: 3%; }

.opinie {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  width: 75%; }

.opinie-img::-webkit-scrollbar {
  display: none; }

.opinie .opinie-img {
  display: flex;
  flex-direction: row;
  overflow-x: scroll; }

.opinie img {
  height: 350px;
  width: 350px; }

.switchBtn {
  display: none;
  place-items: center;
  font-size: 2rem;
  position: absolute;
  height: auto;
  width: auto;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  cursor: pointer; }

.switchBtn:hover {
  scale: 1.1;
  background-color: rgba(0, 0, 0, 0.4); }

.next {
  right: 0; }

.cos {
  display: none; }

.opinie:hover > .switchBtn {
  display: grid; }

.fontspace {
  width: 75% !important; }

@media (max-width: 900px) {
  .section1 {
    flex-direction: column;
    align-items: center;
    height: 80vh; }
  .section1 .right p {
    width: 90%; }
  .section1 .right h1 {
    width: 90%;
    line-height: normal; }
  .section1 .right {
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: left; }
  .prostokat .tresc {
    font-weight: 200;
    gap: 5px; }
  .prezentacja .teksty h1 {
    justify-content: center; }
  .oferta {
    width: 90%; }
  .boxy .first p {
    font-size: 3rem; }
  .boxy .first {
    border: none;
    flex-direction: row-reverse;
    gap: 30px;
    justify-content: normal; }
  .box h1 {
    align-self: center;
    margin: 0; }
  .box p {
    margin: 0;
    align-self: center; }
  .dlaczego-my .prostokaty {
    width: 90%; }
  .opinie:hover > .switchBtn {
    display: none; }
  .box3 {
    width: 100%;
    align-items: center; } }

@media (max-width: 1200px) {
  .prezentacja .teksty {
    width: 90%;
    margin: 30px 0; }
  .prezentacja .teksty h1 {
    height: auto;
    margin-bottom: 20px; }
  .box p {
    max-width: 70%; }
  .box3 {
    flex-direction: column;
    align-items: center;
    text-align: unset;
    gap: 10px; }
  .dlaczego-my .prostokat {
    height: auto;
    background-color: #183d7b;
    width: 100%; }
  .box3 .temat,
  .box3 .tresci {
    width: 100%; }
  .boxy {
    display: flex;
    flex-direction: column; } }

@media (max-height: 750px) {
  .section1 {
    height: 700px; } }

@media (max-width: 560px) {
  .prostokat .tresc {
    padding-left: 9%; }
  .prostokat .ikona img {
    width: 147%; }
  .boxy .first {
    justify-content: normal;
    justify-content: center;
    display: flex;
    flex-direction: column; } }

@media (max-width: 768px) {
  .temat {
    font-size: 3rem !important; }
  .section1 {
    display: flex;
    align-items: flex-end;
    background-position: 20%;
    height: 50vh;
    min-height: unset; }
  .section1 .right {
    width: 50%; }
  .section1 .right h1 {
    font-size: 24px !important;
    color: #ffffff;
    font-weight: 700; }
  .section1 .right p {
    font-size: 16px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 400; }
  .section1 .right button {
    margin-top: 20px; }
    .section1 .right button a {
      font-size: 14px !important; }
    .section1 .right button:hover {
      scale: unset !important; }
  .oferta .boxy {
    display: flex;
    flex-direction: column; }
    .oferta .boxy .box {
      flex-wrap: nowrap;
      flex-direction: row-reverse !important; }
    .oferta .boxy .box h1 {
      font-size: 40px !important;
      color: #d59e59;
      font-weight: 700; }
    .oferta .boxy .box p {
      font-size: 20px !important;
      color: #023e84;
      font-weight: 600; }
  .oferta .napis {
    margin-bottom: 30px !important; }
  .oferta .box2 h1 {
    font-size: 24px !important; }
  .oferta .box2 p {
    font-size: 1.3rem !important; }
  .box3 {
    margin: auto !important; }
  .prostokaty {
    justify-content: center !important; }
    .prostokaty .prostokat .ikona img {
      width: 70px !important; }
    .prostokaty .prostokat h1 {
      font-size: 28px !important; }
    .prostokaty .prostokat p {
      font-size: 16px !important; }
  .napis {
    margin-bottom: 30px !important; } }

@media (max-width: 500px) {
  .temat,
  .oferta .napis,
  .prezentacja .teksty h1 {
    font-size: 2.5rem !important; }
  .section1 .right h1 {
    font-size: 20px !important; }
  .section1 .right p {
    font-size: 14px;
    margin-top: 10px; }
  .oferta .boxy {
    display: flex;
    flex-direction: column; }
    .oferta .boxy .box {
      flex-wrap: nowrap;
      flex-direction: row-reverse !important; }
    .oferta .boxy .box h1 {
      font-size: 26px !important;
      text-align: center; }
    .oferta .boxy .box p {
      font-size: 16px !important; }
  .txttxtx,
  .prezentacja .teksty p {
    font-size: 1.5rem; }
  .napis {
    margin-bottom: 30px !important; }
  .prostokaty .prostokat .ikona img {
    width: 50px !important; }
  .prostokaty .prostokat h1 {
    font-size: 18px !important; }
  .prostokaty .prostokat p {
    font-size: 12px !important; } }

.margin {
  margin-top: 120px; }

main .firma-teksty .lorem-tekst {
  font-size: 1.8rem; }

main .firma-teksty {
  width: 75%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center; }

.wiz {
  display: flex;
  position: relative;
  height: 500px;
  width: 75%;
  margin-top: 120px;
  margin-bottom: 250px; }
  .wiz img {
    width: 550px;
    height: auto; }
  .wiz .text-area {
    width: auto;
    height: auto;
    background-color: #efefef;
    display: grid;
    place-items: center;
    position: absolute;
    left: 35%;
    top: 27%; }
    .wiz .text-area .small-text-box {
      display: flex;
      flex-direction: column;
      gap: 8%;
      padding: 50px; }
      .wiz .text-area .small-text-box h1 {
        font-size: 3rem;
        font-weight: 700;
        color: #183d7b; }
      .wiz .text-area .small-text-box p {
        margin: 20px 0;
        font-size: 1.8rem; }

.pdf-box {
  display: flex;
  justify-content: center;
  position: relative;
  gap: 5%;
  height: 140px;
  width: 100%;
  background-color: #183f81; }
  .pdf-box .pdf-content {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    gap: 5%;
    height: 150px;
    top: -75px;
    width: 75%;
    background-color: #efefef; }
    .pdf-box .pdf-content p {
      margin-bottom: 0;
      font-size: 3rem;
      color: #183d7b;
      font-weight: 500; }
    .pdf-box .pdf-content span {
      display: none;
      margin-bottom: 0;
      font-size: clamp(3rem, 2.5vw, 5rem);
      color: #183d7b;
      font-weight: 500; }

.slider-box {
  margin: 0 auto;
  width: 45%;
  height: auto;
  position: relative;
  display: flex;
  margin-top: 120px; }

.slides {
  display: flex;
  height: 100%; }

.slide {
  min-width: 100%; }

.slide img {
  padding: 0 40px;
  width: 100%;
  height: 100%; }

.slide-controls {
  position: absolute;
  top: 50%;
  left: -2%;
  transform: translateY(-50%);
  width: 104%;
  display: flex;
  justify-content: space-between;
  align-items: center; }

#next-btn,
#prev-btn {
  cursor: pointer;
  background-color: transparent;
  font-size: 30px;
  border: none;
  padding: 10px;
  color: #183d7b; }

#next-btn:focus,
#prev-btn:focus {
  outline: none; }

.pdfikona {
  width: 7rem; }

@media (max-width: 1200px) {
  .wiz {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 600px; }
  .wiz img {
    width: 50%; }
  .wiz .text-area {
    position: static; } }

@media (max-width: 900px) {
  .wiz {
    height: auto;
    width: 75%;
    margin-bottom: 200px; }
    .wiz img {
      width: 100%; }
  .small-text-box p {
    font-size: 1.8rem; }
  .pdf-box p {
    display: none; }
  .pdf-box span {
    width: auto;
    display: block; }
  .slider-box {
    width: 90%; } }

@media (max-width: 500px) {
  .slider-box {
    width: 95%; }
    .slider-box .slides {
      height: 100%;
      width: 100%; }
  main .firma-teksty .lorem-tekst {
    font-size: 1.5rem; }
  .wiz .text-area .small-text-box p {
    font-size: 1.5rem; } }

@media (max-width: 600px) {
  .slider-box {
    width: 95%; }
    .slider-box .slides {
      height: 100%;
      width: 100%; } }

.blog1 {
  padding-top: 1%;
  margin-top: 9.5rem;
  width: 80%; }

.blog-title {
  display: flex;
  justify-content: center;
  padding-bottom: 5%; }

.blog-obrazek {
  width: 45%; }
  .blog-obrazek img {
    width: 100%; }

.blog-main-box {
  display: flex; }

.blog-data {
  margin-top: 8%;
  margin-left: 12%;
  background-color: #183d7b;
  color: white;
  width: max-content;
  padding: 1%; }

.blog-title1 {
  color: #183d7b; }

.blog-rigth h1 {
  padding-left: 12%;
  padding-right: 24%; }

.blog-rigth {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.blog-text {
  padding: 5% 0; }

.blog-back {
  display: flex;
  justify-content: center;
  padding: 4% 0%;
  color: #183d7b; }

.nawi {
  display: flex;
  justify-content: center;
  font-size: 3rem; }

.arrow-1.fa-sharp.fa-regular.fa-chevron-left {
  display: flex;
  padding-right: 22%; }

.backin {
  color: #183d7b;
  text-decoration: underline; }
  .backin:hover {
    color: gray; }

.blog-back-txt {
  display: inline-flex;
  font-weight: bold;
  font-size: 2.4rem; }

@media screen and (max-width: 768px) {
  .blog-main-box {
    display: flex;
    flex-direction: column; }
  .blog-rigth {
    padding-top: 2%; }
  .blog-rigth h1 {
    padding-left: 0%;
    padding-right: 4%; }
  .blog-title1 {
    padding-left: 0%;
    padding-right: 2%; }
  .blog-obrazek {
    width: 100%; }
  .blog-data {
    margin-top: 8%;
    margin-left: 12%;
    margin-top: 7%;
    margin-left: 0%; } }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*,
*::before,
*::after {
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0; }

