@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Work+Sans:wght@400;600;700&display=swap&subset=latin-ext");

* {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  padding-top: 80px;
}

.container-fluid {
  padding: 0 80px;
}

.center {
  text-align: center;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
}

h1.line:before, h2.line:before, h3.line:before, h4.line:before, h5.line:before {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #235E86;
  display: block;
}

h1.line:before, h2.line:before {
  margin-bottom: 30px;
}

h3.line:before {
  margin-bottom: 25px;
}

h4.line:before, h5.line:before {
  margin-bottom: 20px;
}

h1.line-60:before, h2.line-60:before, h3.line-60:before, h4.line-60:before, h5.line-60:before {
  width: 60px;
}

h1.line-center, h2.line-center, h3.line-center, h4.line-center, h5.line-center {
  text-align: center;
}


h1.line-center:before, h2.line-center:before, h3.line-center:before, h4.line-center:before, h5.line-center:before {
  margin: auto;
}

h1.line-center:before, h2.line-center:before {
  margin-bottom: 30px;
}

h3.line-center:before {
  margin-bottom: 25px;
}

h4.line-center:before, h5.line-center:before {
  margin-bottom: 20px;
}

.nadpis-h1 {
  padding-top: 80px;
}

.breadcrumbs {
  font-size: 0.8em;
  color: #235E86;
  margin-top: 25px;
  margin-bottom: -44px;
  text-align: right;
}

.breadcrumbs>a {
  color: #235E86;
}

.breadcrumbs>a:hover {
  text-decoration: none;
}

.breadcrumbs>i {
  padding: 0 5px 0 5px;
}

a, button {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

html, body {
  overflow-x: hidden;
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}

@media (max-width: 1400px) {
  main {
    padding-top: 84px;
  }
}

@media (max-width: 991px) {
  .container-fluid {
    padding: 0 20px;
  }

  .container {
    /*padding: 0 20px;*/
    padding-left: 20px;
    padding-right: 20px;
  }

  .breadcrumbs {
    text-align: center;
  }
}

.btn-my {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 30px;
  background-color: transparent;
  text-align: center;
}

.btn-my:hover {
  text-decoration: none !important;
}

.btn-my.lh-60 {
  line-height: 60px;
}

.btn-my.lh-50 {
  line-height: 50px;
}

.btn-my.lh-40 {
  line-height: 40px;
}

.btn-my.w-160 {
  width: 160px;
}

.btn-my.w-270 {
  width: 270px;
}

.btn-my.w-240 {
  width: 240px;
}

.btn-my-blue {
  background-color: #235E86;
  border: solid 2px #235E86;
  color: #FFFFFF;
}

.btn-my-blue:hover {
  background-color: #000;
  border-color: #000;
  color: #FFFFFF;
}

.btn-my-dark {
  color: #FFFFFF;
  background-color: #000000;
}

.btn-my-dark:hover {
  background-color: #333333;
  color: #FFFFFF;
}

.error label {
  color: red !important;
}

.error input[type='text'], .error input[type='email'], .error textarea {
  border: 1px solid red !important;
}