@charset "UTF-8";
/* Body */
body {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0px;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  background-color: #fff;
}
.black_bg {
  background: black;
}

.white_bg {
  background: #fff;
}

.gray_bg {
  background: #c4c4c4;
}

h1,
h2,
h3,
h4,
h6 {
  font-family: "Anton", sans-serif;
}
h1 {
  font-size: 3.5em;
  color: #fff;
  font-weight: 100;
  line-height: 115%;
  text-align: left;
  text-decoration: none;
}

h5 {
  font-size: 1.2em;
  color: #aeaeae;

  line-height: 115%;
  text-align: left;
  text-decoration: none;
  margin-top: -40px;
  font-family: "Nunito", sans-serif;
}

h3 {
  font-size: 1.8em;
  line-height: 1.2em;
}

h4 {
  font-size: 1.3em;
  line-height: 1.3em;
}
ul {
  list-style-type: circle;
}
header {
  background-color: #000000;
  display: flex;
  flex-wrap: wrap;

  top: 0;
  width: 100%;
}
nav {
  margin-right: 25px;
  vertical-align: bottom;
}
nav > div {
  margin-top: 110px;
  width: 100%;
}

nav ul {
  list-style: none;
  right: 0px;
  bottom: 0px;
  text-align: right;
}
nav ul li {
  font-family: "Anton", sans-serif;
  font-size: 36px;
  text-align: right;
  margin-right: 35px;
  letter-spacing: 2px;
  line-height: 40px;
  transition: all 0.3s linear;
  display: inline;
}

ul li a {
  color: #aeaeae;
  text-decoration: none;
}

ul li:hover a {
  color: #ffffff;
}

.button a {
  text-decoration: none;
}
a {
  text-decoration: none;
}

.nounderline {
  text-decoration: none;
}

/* Container */
.container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}

.container > * {
  flex: 1 1 30em;
}

.logo img {
  color: #000000;
  width: auto;

  float: left;
  margin: 50px;
}

.banner1 {
  background-color: #fff;
  background-image: url(../images/tlo.png);

  max-height: fit-content;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.efekt2 {
  animation: myAnim2 7s ease 0s infinite normal forwards;
}

@keyframes myAnim2 {
  0% {
    opacity: 0;
    transform: rotate(-540deg) scale(0);
  }

  100% {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}

.bulk {
  vertical-align: middle;
  text-align: center;
  margin: 30px;
  max-height: auto;
}
.bulk_txt {
  vertical-align: middle;
  margin: 30px;
}

.mar-top {
  margin-top: 100px;
}
.oferta {
  padding: 40px;

  margin: auto;
  background-color: #fff;
}
.column {
  text-align: left;
  padding: 0px;
  float: left;
}
.ofirmie {
  padding: 20px;
  background-color: #fff;
  max-width: 70%;
  margin: auto;
}
.ofirmie_img {
  background-image: url(../images/image2.png);
}

.sentence {
  background-color: #fff;
  background-image: url(../images/001.jpg);
  height: fit-content;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px;
}
.sentence_d {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.2);
}
.sentence_txt_title {
  color: #1765ad;
  font-size: 2em;
  font-family: "Anton", sans-serif;
  text-align: center;
  vertical-align: middle;
  line-height: 100%;
}
.sentence_txt {
  color: #fff;
  font-size: 1.5em;
  font-family: "Anton", sans-serif;
  text-align: center;
  vertical-align: middle;
  line-height: 125%;
  letter-spacing: 1px;
  opacity: 1;
}

.svg_box {
  max-width: 30%;
  padding: 30px 20px 5px;
  text-align: center;
  margin: auto;
  flex: 1 1 30em;
}

.svg {
  max-height: 10rem;
}

.svg:hover {
  max-height: 10rem;
  transition: transform 1.5s;
  transform: scale(1.15, 1.15);
}

.svg_box a {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

.svg_box a:hover {
  color: #1765ad;
  font-weight: normal;
  line-height: auto;

  cursor: pointer;

  transition: all 0.3s linear;
}

.kontakt_img {
  background-image: url(../images/0021.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
.kontakt {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 50px;
  max-width: 500px;
  padding-left: 50px;
}
.polityka_contener {
  width: 80%;
  margin: auto;
}
.polityka_contener_box {
  padding: 20px 0 20px;
}
.polityka_contener_box a {
  color: #1765ad;
}
.oferta_contener {
  display: flex;
  flex-wrap: wrap;
}
.oferta_box_r {
  max-width: 30%;
  text-align: right;
  flex: 1 1 100%;
}
.oferta_box_l {
  max-width: 70%;
  padding: 25px 150px 25px 70px;

  text-align: left;
  margin: auto;
  flex: 1 1 40em;
}

.oferta_box_l a {
  text-decoration: none;
  color: #1765ad;
}

.oferta_box_item {
  max-height: 10rem;
  text-align: right;
}

footer {
  background-color: #000000;
  padding-bottom: 35px;
  height: fit-content;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

footer > * {
  flex: 1 1 30%;
  padding-top: 10px;
}

.copyright {
  text-align: center;
  vertical-align: bottom;
  color: #aeaeae;
}

.polityka {
  text-align: right;
  vertical-align: bottom;
  color: #aeaeae;
}
.polityka a {
  color: #aeaeae;
  text-decoration: none;
  padding-right: 50px;
}

.polityka a:hover {
  color: #1765ad;
  text-decoration: none;
}

.logo_footer img {
  color: #000000;
  width: auto;
  max-width: 300px;
  float: left;
  margin: 50px 50px 0 50px;
}
/* Mobile */
@media (max-width: 320px) {
  .logo img {
    width: 80%;
    display: block;
    float: none;
    margin: 15px auto;
  }

  .logo_footer img {
    width: 80%;
    display: block;
    float: none;
    margin: 15px auto;
  }
  nav > div {
    margin-top: 10px;
    width: 100%;
  }

  .container {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    width: 100%;

    display: flex;
    flex-wrap: wrap;
  }
  .container header nav {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    width: 100%;
    float: none;
    display: none;
  }
  header nav ul {
  }
  nav ul li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
    display: block;
  }

  .oferta_box_r {
    max-width: 100%;
    text-align: center;
    flex: 1 1 20%;
  }
  .oferta_box_l {
    max-width: 100%;
    padding: 25px;
    text-align: left;
    margin: auto;
    flex: 1 1 40em;
  }

  .svg_box {
    max-width: 100%;
  }
}

/* Small Tablets */
@media (min-width: 321px) and (max-width: 767px) {
  .logo img {
    width: 80%;
    display: block;
    float: none;
    margin: 15px auto;
  }

  .logo_footer img {
    width: 80%;
    display: block;
    float: none;
    margin: 15px auto;
    min-width: 300px;
  }
  nav > div {
    margin-top: 10px;
    width: 100%;
  }

  .container header nav {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    width: 100%;
    float: none;
    overflow: auto;
    display: inline-block;
  }
  header nav ul {
    padding: 0px;
    float: none;
  }
  nav ul li {
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
  }
  .copyright {
    text-align: right;
    padding-right: 50px;
  }
  .oferta_box_r {
    max-width: 100%;
    text-align: center;
    flex: 1 1 20%;
  }
  .oferta_box_l {
    max-width: 100%;
    padding: 25px;
    text-align: left;
    margin: auto;
    flex: 1 1 40em;
  }
  .svg_box {
    max-width: 100%;
  }
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
  nav > div {
    margin-top: 10px;
    width: 100%;
  }

  .copyright {
    text-align: right;
    padding-right: 50px;
  }
  .oferta_box_l {
    max-width: 60%;
    padding: 25px;
    text-align: left;
    margin: auto;
    flex: 1 1 40em;
  }
}

/* Small Desktops */
@media (min-width: 1097px) and (max-width: 1133px) {
  nav {
    margin-right: 25px;
    vertical-align: bottom;
    text-align: center;
    min-width: fit-content;
  }

  nav > div {
    margin-top: 10px;
    width: 100%;
  }
  .copyright {
    text-align: right;
    padding-right: 50px;
  }

  .oferta_box_l {
    max-width: 60%;
    padding: 25px;
    text-align: left;
    margin: auto;
    flex: 1 1 40em;
  }
}
/* Small Desktops */
@media (min-width: 1134px) and (max-width: 1250px) {
  .oferta_box_l {
    max-width: 60%;
    padding: 25px 30px;
    text-align: left;
    margin: auto;
    flex: 1 1 40em;
  }
}
