@font-face {
  font-family: 'GeomanistBook';
  src:
    url('../fonts/Geomanist-Book.otf') format('otf'),
    url('../fonts/Geomanist-Book.ttf') format('ttf'),
    url('../fonts/Geomanist-Book.woff') format('woff'),
    url('../fonts/Geomanist-Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'GeomanistBold';
  src:
    url('../fonts/Geomanist-Bold.otf') format('otf'),
    url('../fonts/Geomanist-Bold.ttf') format('ttf'),
    url('../fonts/Geomanist-Bold.woff') format('woff'),
    url('../fonts/Geomanist-Bold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'GeomanistBlack';
  src:
    url('../fonts/Geomanist-Black.otf') format('otf'),
    url('../fonts/Geomanist-Black.ttf') format('ttf'),
    url('../fonts/Geomanist-Black.woff') format('woff'),
    url('../fonts/Geomanist-Black.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Geomanist';
  src:
    url('../fonts/Geomanist-Regular.otf') format('otf'),
    url('../fonts/Geomanist-Regular.ttf') format('ttf'),
    url('../fonts/Geomanist-Regular.woff') format('woff'),
    url('../fonts/Geomanist-Regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
}

html {
  overflow-x: hidden;
}

.cookienot {
  display: block;
  z-index: 99999;
  min-height: 35px;
  width: 400px;
  position: fixed;
  background: black;
  border: 1px solid rgb(198, 198, 198);
  text-align: center;
  right: 10px;
  color: white;
  box-shadow: black 0px 8px 6px -6px;
  border-radius: 0px;
  bottom: 10px;
}

.sticky {
  position: sticky;
  top: 200px;
}

.aktualnosci .read-more a,
.aktualnosci a.btn.btn-secondary {
  background-color: #1b8754 !important;
}

.aktualnosci a.btn.btn-secondary span,
.is-hidden {
  display: none !important;
}

#myInput {
  background-image: url('/css/searchicon.png');
  /* Add a search icon to input */
  background-position: 10px 12px;
  /* Position the search icon */
  background-repeat: no-repeat;
  /* Do not repeat the icon image */
  width: 100%;
  /* Full-width */
  font-size: 16px;
  /* Increase font-size */
  padding: 12px 20px 12px 40px;
  /* Add some padding */
  border: 1px solid #ddd;
  /* Add a grey border */
  margin-bottom: 12px;
  /* Add some space below the input */
}

#myUL {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL li a {
  border: 1px solid #ddd;
  /* Add a border to all links */
  margin-top: -1px;
  /* Prevent double borders */
  background-color: #f6f6f6;
  /* Grey background color */
  padding: 12px;
  /* Add some padding */
  text-decoration: none;
  /* Remove default text underline */
  font-size: 18px;
  /* Increase the font-size */
  color: black;
  /* Add a black text color */
  display: block;
  /* Make it into a block element to fill the whole list */
}

#myUL li a:hover:not(.header) {
  background-color: #eee;
  /* Add a hover effect to all links, except for headers */
}

b,
.strong,
strong,
.fw-bold {
  font-weight: 600 !important;
  font-family: 'GeomanistBold', Arial, Helvetica, sans-serif !important;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

html,
p,
b,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
body {
  font-family: 'Geomanist', Arial, Helvetica, sans-serif !important;
}

.cennik .row.p-3:hover {
  background: silver !important;
}

.btn,
button,
.btn-success {
  border-radius: 0.1rem !important;
  padding: .40rem 1.5rem;
}

.badge {
  color: white !important;
}

.hero {
  position: relative;
  min-height: 100hv;
  width: 100%;
  overflow: hidden;
}

.bg-1 {
  background-image: url("../images/layout/bg-3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.jumbotron.jumbotron-fluid {
  background-image: url("../images/layout/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white
}

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}

.display-1 {
  font-weight: 700 !important;
}

button.accordion-button {
  font-family: 'GeomanistBook' !important;
}

.accordion-header {
  font-weight: 400 !important;
}

.is-hidden {
  display: none !important;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

h1,
h2 {
  font-family: 'GeomanistBold', Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
}

h3,
h4 {
  font-family: 'GeomanistBold', Arial, Helvetica, sans-serif !important;
}

.accordion-button {
  font-weight: 400;
}

.blockquote {
  line-height: 1.7;
  font-size: 1.5rem;
}

.font-black {
  font-family: 'GeomanistBlack', Arial, Helvetica, sans-serif !important;
}

.bg-black {
  background: black;
}

.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.homepage h3.card-title.fw-bold.h6 a {
  text-decoration: none;
  color: black;
  font-size: 1.25rem;
}

.homepage .liczba {
  font-size: 100px;
}

.homepage p.card-text.small a {
  color: black;
  text-decoration: none;
}

.homepage p.card-text.small a:hover,
.homepage h3.card-title.fw-bold.h6 a:hover {
  color: #1b8754;
}

.specjalisci.view-article .page-header,
.aktualnosci.view-article .page-header {
  padding-top: 80px !important;
  padding: 20px;
  max-width: 860px;
  margin: 0px auto;
}

.specjalisci.view-article .item-page,
.aktualnosci.view-article .item-page {
  padding-bottom: 2.5rem;
}

.convertforms .cf-checkbox-group,
.convertforms .cf-radio-group {
  display: flex;
  ;
  align-content: flex-start !important;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.itemid-130 .card {
  font-size: 14px;
  min-height: 335px;
  justify-content: space-between;
}

.itemid-130 .card .icons.my-2 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.itemid-130 .card .modal-body {
  font-size: 16px !important;
}

.itemid-130 .card .modal-body .icons {
  font-size: 14px;
  text-align: center;
  ;
}

.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(13, 75, 46);
  background: linear-gradient(159deg, rgb(20 31 7) 46%, rgba(0, 0, 0, 1) 100%);
  opacity: 0.5;
  z-index: 1;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.carousel-indicators {
  display: none;
}

.carousel-item {
  min-height: 275px !important;
}

.specjalisci.view-article .item-image,
.aktualnosci.view-article .item-image {
  max-width: 860px;
  margin-top: 3rem;
  margin: 0px auto;
}

.specjalisci.view-article .item-image img,
.aktualnosci.view-article .item-image img {
  box-shadow: 0px 0px 20px silver;
}

.itemid-122 .blog .items-row img {
  box-shadow: 0px 0px 20px silver;
  margin-top: 10px;
}

.itemid-122 .blog .items-row p.lead {
  font-size: 14px !important;
}

.itemid-122 .jumbotron-fluid {
  padding: 0px !important;
}

.itemid-122 .jumbotron-fluid h1 {
  color: black !important;
  margin-bottom: 0px !important;
}

.itemid-122 .blog .items-row .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.itemid-122 dl {
  max-width: 796px;
  margin: 0px auto;
}
@media screen and (max-device-width: 480px)  {
  .itemid-122 dl {
    padding: 0px 1.5rem;
  }
}


.itemid-122 .page-header a {
  text-decoration: none;
  color: black;
}

body.item-122 .blog .items-row .container {
  padding: 0px !important;
}

.itemid-122 .body .content .container-fluid .row main .col-md-12 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    line-height: initial;
}
}

div.pagination{
    flex-direction: column;
    align-items: center;
}

div.pagination .disabled.page-item{
    display: none;
}

div.pagination ul > li:nth-child(6){
    display: none;
}
div.pagination ul > li:nth-child(5){
    display: none;
}
.bi.bi-geo-alt{
fill: green;
}


