@charset "UTF-8";
html {
  height: 100%;
}

body {
  width: 100%;
  font-family: "Spartan", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #1a1546;
  line-height: 1.4;
  height: 100%;
}

* {
  box-sizing: border-box;
}

section .side-wrapper {
  padding: 150px 0;
}

.hide {
  display: none;
}

.side-wrapper {
  max-width: 1700px;
  margin: 0 auto;
  width: 90%;
  padding: 100px 0;
}

#stages-section .side-wrapper {
  padding-bottom: 0;
}

#article-section .side-wrapper {
  padding-bottom: 0;
}

.content-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 140px;
  width: 100%;
}

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

a {
  color: inherit;
}

.title {
  position: relative;
  min-height: 70px;
  padding-top: 20px;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 30px;
}

.desc {
  font-size: 24px;
  font-family: "arial", sans-serif;
}

.header-icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  width: 100px;
  height: 140px;
  position: absolute;
  left: -140px;
  top: 0;
}

.icon--cross {
  background-image: url(../img/cross-icon.png);
  background-size: 101px auto;
}

.icon--house {
  background-image: url(../img/house-icon.png);
  background-size: 83px auto;
  top: 10px;
}

.icon--poi {
  background-image: url(../img/poi-icon.png);
  background-size: 63px auto;
  top: 10px;
}

.icon--clock {
  background-image: url(../img/clock-icon.png);
  background-size: 63px auto;
  top: 20px;
}

.icon--eye {
  background-image: url(../img/eye-icon.png);
  background-size: 84px auto;
  top: 20px;
}

.icon--document {
  background-image: url(../img/document-icon.png);
  background-size: 71px auto;
  top: 15px;
}

.btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 15px;
  font-size: 26px;
  font-weight: 600;
}

/* BTN */
.btn--white {
  background-color: #fff;
  color: #1a1546;
  border: 4px solid #1a1546;
}

.btn--red {
  background-color: #e1000f;
  color: #fff;
}

.btn--shop {
  background-color: #1a1546;
  color: #fff;
  background-image: url(../img/shop-icon-white.png);
  background-repeat: no-repeat;
  background-size: 21px 18px;
  background-position: center;
  border-radius: 50%;
  padding: 0;
  width: 60px;
  height: 60px;
  vertical-align: top;
  margin-left: 10px;
}

/* menu style */
#mobile {
  overflow: hidden;
  display: none;
  top: 0;
  right: 0;
}

#menu_link {
  display: block;
  width: 22px;
  height: 26px;
  right: 0;
  bottom: 40px;
  z-index: 1003;
  transition: all 0.3s ease-in;
  cursor: pointer;
  position: absolute;
}

#menu_link span {
  display: block;
  height: 2px;
  width: 22px;
  background-color: #1a1546;
  margin: 4px 0 6px auto;
  transition: all 0.3s ease-in;
}

#menu_link span.close_1 {
  transform: rotate(45deg);
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  position: absolute;
  width: 22px;
  margin: auto;
}

#menu_link span.close_2 {
  display: none;
}

#menu_link span.close_3 {
  transform: rotate(-45deg);
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  position: absolute;
  width: 22px;
  margin: auto;
}

#top {
  height: 200px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
#top .side-wrapper {
  height: 100%;
  position: relative;
  padding: 0;
}

#top.transparent {
  background-color: rgba(255, 255, 255, 0.8);
}

.top__logo--left {
  width: 356px;
  height: 100%;
  max-width: 20%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.top__logo--left a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-indent: -999em;
  position: relative;
}
.top__logo--left a img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#nav {
  display: block;
  padding-right: 12%;
  padding-left: 23%;
  position: relative;
  top: 120px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
  z-index: 1;
}
#nav ul {
  margin: 0 auto;
  text-align: left;
}
#nav ul li {
  display: inline-block;
}
#nav ul li a:hover {
  text-decoration: underline;
  cursor: pointer;
}
#nav ul li:after {
  content: "/";
  display: inline-block;
  margin: 0 30px;
}
#nav ul li:last-child::after {
  display: none;
}

.top__logo--right {
  width: 171px;
  height: 100%;
  max-width: 10%;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.top__logo--right a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-indent: -999em;
  position: relative;
}
.top__logo--right a img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.top__number {
  position: absolute;
  top: 0;
  width: 600px;
  height: 70px;
  background-color: #ebebeb;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  right: 450px;
  font-size: 35px;
  font-weight: 700;
  line-height: 70px;
  text-align: center;
}
.top__number a {
  cursor: pointer;
}
.top__number a:hover {
  text-decoration: underline;
}

.top__social-icon-wrapper {
  position: absolute;
  right: 220px;
  top: 20px;
}

.social__icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 10px;
  cursor: pointer;
}

.social__icon--fb {
  background-image: url(../img/fb-icon.png);
}

.social__icon--insta {
  background-image: url(../img/insta-icon.png);
}

.social__icon--yt {
  background-image: url(../img/yt-icon.png);
}

#header {
  height: 570px;
  max-width: 1920px;
  margin: 200px auto 0;
}
#header .side-wrapper {
  padding: 0;
}

#header.slider-1 {
  color: #fff;
  position: relative;
  z-index: 1;
}
#header.slider-1 .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#header.slider-1 .owl-carousel,
#header.slider-1 .owl-stage-outer,
#header.slider-1 .owl-stage,
#header.slider-1 .owl-item,
#header.slider-1 .item {
  height: 100%;
}
#header.slider-1 .content {
  padding-left: 60%;
  padding-top: 100px;
}
#header.slider-1 .section-title {
  font-size: 56px;
}
#header.slider-1 .section-desc {
  margin-top: 20px;
  font-size: 36px;
  font-weight: 700;
}
#header.slider-1 .section-desc ul {
  padding-left: 35px;
}
#header.slider-1 .owl-prev,
#header.slider-1 .owl-next {
  border: solid #ddd;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 30px;
  background: none;
  border-radius: 0;
  position: absolute;
  top: 45%;
}
#header.slider-1 .owl-prev {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  left: 2%;
}
#header.slider-1 .owl-next {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 2%;
}
#header.slider-1 .owl-dots {
  position: absolute;
  z-index: 2;
  top: 50px;
  left: 5%;
}
#header.slider-1 .owl-dots:before {
  content: "3 proste kroki";
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  margin: 0 20px 10px;
  font-size: 42px;
}
#header.slider-1 .owl-dots .owl-dot:nth-child(1).active {
  background-image: url(../img/slider-first-icon-hover.png);
}
#header.slider-1 .owl-dots .owl-dot:nth-child(1) {
  background-image: url(../img/slider-first-icon.png);
}
#header.slider-1 .owl-dots .owl-dot:nth-child(1):hover {
  background-image: url(../img/slider-first-icon-hover.png);
}
#header.slider-1 .owl-dots .owl-dot:nth-child(2).active {
  background-image: url(../img/slider-second-icon-hover.png);
}
#header.slider-1 .owl-dots .owl-dot:nth-child(2) {
  background-image: url(../img/slider-second-icon.png);
}
#header.slider-1 .owl-dots .owl-dot:nth-child(2):hover {
  background-image: url(../img/slider-second-icon-hover.png);
}
#header.slider-1 .owl-dots .owl-dot:nth-child(3).active {
  background-image: url(../img/slider-third-icon-hover.png);
}
#header.slider-1 .owl-dots .owl-dot:nth-child(3) {
  background-image: url(../img/slider-third-icon.png);
}
#header.slider-1 .owl-dots .owl-dot:nth-child(3):hover {
  background-image: url(../img/slider-third-icon-hover.png);
}
#header.slider-1 .owl-dots .owl-dot {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 10px 20px 10px;
}
#header.slider-1 .owl-dots .owl-dot span {
  background: none;
  border: 0;
}

#header.slider-2 {
  color: #fff;
  position: relative;
  z-index: 1;
  height: auto;
  max-height: 570px;
}
#header.slider-2 .side-wrapper {
  position: relative;
  height: 100%;
}
#header.slider-2 .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
#header.slider-2 .item .slider {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#header.slider-2 .item .slider-mobile {
  display: none;
}
#header.slider-2 .owl-carousel,
#header.slider-2 .owl-stage-outer,
#header.slider-2 .owl-stage,
#header.slider-2 .owl-item,
#header.slider-2 .item {
  height: 100%;
}
#header.slider-2 .owl-prev,
#header.slider-2 .owl-next {
  border: solid #ddd;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 30px;
  background: none;
  border-radius: 0;
  position: absolute;
  top: 45%;
}
#header.slider-2 .owl-prev {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  left: 2%;
}
#header.slider-2 .owl-next {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 2%;
}

#header.article {
  height: auto;
  min-height: 0;
  max-height: none;
  max-width: 1920px;
  margin: 200px auto 0;
  border-top: 25px solid #ebebeb;
  padding: 100px 0;
}
#header.article .side-wrapper {
  padding: 0;
}
#header.article .title {
  padding-top: 0;
  text-transform: uppercase;
  font-size: 55px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  width: 450px;
}
#header.article .title span {
  display: block;
  color: #e1000f;
  font-size: 30px;
  font-weight: 700;
}
#header.article #search {
  display: inline-block;
  width: calc(100% - 460px);
  vertical-align: top;
}
#header.article #search form {
  width: 100%;
}
#header.article #search input {
  display: block;
  width: 100%;
  height: 90px;
  border: 2px solid #a5a5a5;
  border-radius: 20px;
  padding: 0 100px 0 40px;
  color: #a5a5a5;
  font-size: 28px;
  font-family: "arial", sans-serif;
  background-image: url(../img/search-icon.png);
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: right 20px center;
}
#header.article .filter-wrapper .menu-filtry-container {
  display: inline-block;
}
#header.article .filter-wrapper .filter__title {
  display: inline-block;
  color: #e1000f;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  margin-right: 15px;
  margin-bottom: 10px;
}
#header.article .filter-wrapper .filter__title span {
  color: #1a1546;
}
#header.article .filter-wrapper ul {
  display: inline-block;
  text-align: left;
}
#header.article .filter-wrapper ul .current_page_item {
  text-decoration: underline;
}
#header.article .filter-wrapper ul li {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
}
#header.article .filter-wrapper ul li a:hover {
  text-decoration: underline;
  cursor: pointer;
}
#header.article .filter-wrapper ul li:after {
  content: "/";
  display: inline-block;
  margin: 0 10px;
}
#header.article .filter-wrapper ul li:last-child::after {
  display: none;
}

#header.article.single {
  padding: 25px 0 30px;
}

#header.contact {
  min-height: 570px;
  height: auto;
  max-height: none;
}

.searchwp-live-search-results-showing {
  z-index: 1 !important;
}

#title-section .title:first-child {
  margin-bottom: 50px;
  color: #e1000f;
  text-transform: uppercase;
  font-size: 60px;
}

#stages-section .stages__item-wrapper {
  text-align: left;
}
#stages-section .stages__item-wrapper .stages__item {
  display: inline-block;
  width: 28%;
  min-width: 240px;
  vertical-align: top;
  margin: 20px 2%;
  text-align: center;
  font-weight: 500;
}
#stages-section .stages__item-wrapper .stages__item:first-child {
  margin-left: 0;
}
#stages-section .stages__item-wrapper .stages__item:last-child {
  margin-right: 0;
}
#stages-section .stages__item-wrapper .stages__image-wrapper {
  display: block;
  width: 100%;
  height: 200px;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
#stages-section .stages__item-wrapper .stages__image-wrapper:hover .curtain {
  opacity: 0;
}
#stages-section .stages__item-wrapper .stages__image-wrapper .play-icon {
  display: block;
  width: 106px;
  height: 106px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  background-image: url(../img/play-icon.png);
  background-repeat: no-repeat;
  background-size: 35px 46px;
  background-position: left 58% center;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  box-shadow: 9px 10px 25.11px 1.89px rgba(19, 15, 44, 0.24);
}
#stages-section .stages__item-wrapper .stages__image-wrapper .curtain {
  width: 100%;
  height: 100%;
  background: rgba(140, 0, 41, 0.6);
  position: absolute;
  opacity: 1;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#stages-section .stages__item-wrapper .stages__title {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 40px;
  padding-left: 40px;
  background-image: url(../img/cross-icon-small.png);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 32px;
  padding-top: 4px;
  font-weight: 700;
}

#stages-animal-section .side-wrapper {
  padding-bottom: 50px;
}
#stages-animal-section .stages__item-wrapper {
  text-align: left;
}
#stages-animal-section .stages__item-wrapper .stages__item {
  display: inline-block;
  width: 45%;
  min-width: 240px;
  vertical-align: top;
  margin: 20px 4% 20px 0;
  text-align: center;
  font-weight: 500;
}
#stages-animal-section .stages__item-wrapper .stages__item:first-child {
  margin-left: 0;
}
#stages-animal-section .stages__item-wrapper .stages__item:last-child {
  margin-right: 0;
}
#stages-animal-section .stages__item-wrapper .stages__image-wrapper {
  width: 100%;
  height: 200px;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#stages-animal-section .stages__item-wrapper .stages__title {
  font-size: 32px;
  min-height: 32px;
  padding-top: 4px;
  text-align: left;
  font-weight: 500;
}

#baner-section {
  padding-top: 50px;
  display: block;
}
#baner-section img {
  display: block;
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
}
#baner-section img.mobile {
  display: none;
}

#article-section a {
  display: inline-block;
  margin-top: 50px;
  text-decoration: underline;
  cursor: pointer;
}

#article-section.image-left .image-wrapper {
  width: 350px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#article-section.image-left .desc {
  padding-left: 400px;
  position: relative;
}

#article-section.image-full .image-wrapper {
  width: 100%;
  height: 260px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
}
#article-section.image-full .desc {
  padding-left: 90px;
  position: relative;
  font-weight: 500;
}
#article-section.image-full .desc__title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 50px;
  position: relative;
  padding-top: 10px;
}
#article-section.image-full .desc__title:before {
  content: "";
  position: absolute;
  left: -90px;
  top: 0;
  width: 60px;
  height: 60px;
  background-image: url(../img/check-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#article-section.image-full .desc__title a {
  cursor: pointer;
  text-decoration: underline;
  margin-top: 0;
}

.articles__item-wrapper {
  text-align: center;
}
.articles__item-wrapper .side-wrapper {
  padding: 0 0 100px;
}

.articles__item {
  display: inline-block;
  width: 28%;
  max-width: 390px;
  vertical-align: top;
  margin: 20px 2%;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  height: 520px;
}
.articles__item:hover {
  box-shadow: 0px 0px 17.46px 0.54px rgba(115, 155, 155, 0.33);
}
.articles__item a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  font-style: italic;
}
.articles__item a:hover {
  text-decoration: underline;
}

.articles__image {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.articles__title {
  font-size: 25px;
  font-weight: 700;
  margin-top: 22px;
  max-height: 70px;
  overflow: hidden;
}

.articles__desc {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  height: 125px;
  overflow: hidden;
}

/* articles single */
.articles__item-wrapper .content-wrapper {
  text-align: left;
}

.article__header {
  height: 568px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.article.single .side-wrapper {
  padding: 50px 0;
}
.article.single .content-wrapper {
  padding-left: 0;
  max-width: 1100px;
  text-align: center;
}
.article.single .content-wrapper .btn {
  margin: 50px 0 80px;
}
.article.single .content-wrapper .title,
.article.single .content-wrapper .date {
  text-align: left;
}
.article.single .content-wrapper .content {
  text-align: left;
}
.article.single .content-wrapper .content p {
  margin: 30px 0;
}
.article.single .content-wrapper .content h1,
.article.single .content-wrapper .content h2,
.article.single .content-wrapper .content h3,
.article.single .content-wrapper .content h4,
.article.single .content-wrapper .content h5,
.article.single .content-wrapper .content h6 {
  margin: 30px 0;
  font-size: 28px;
  font-weight: 600;
}
.article.single .content-wrapper .content ul,
.article.single .content-wrapper .content ol {
  padding-left: 20px;
}
.article.single .content-wrapper .content ul li,
.article.single .content-wrapper .content ol li {
  margin: 5px 0;
}
.article.single .content-wrapper .content a {
  text-decoration: underline;
}
.article.single .content-wrapper .content img {
  display: block;
  width: 100%;
  height: auto;
}

#pagination {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin-top: 50px;
}
#pagination ul {
  margin: 0 auto;
  display: inline-block;
}
#pagination ul li {
  float: left;
  background: #ededed;
  width: 64px;
  height: 64px;
  list-style: none;
  text-align: center;
  line-height: 64px;
  margin-right: 6px;
  color: #1a1546;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in;
  border-radius: 10px;
}
#pagination ul li .current {
  color: #ededed;
  background: #1a1546;
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 10px;
}
#pagination ul li:hover {
  color: #ededed;
  background: #1a1546;
}
#pagination ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
}

#product-section .side-wrapper {
  padding-bottom: 0;
}
#product-section .image-wrapper {
  width: 450px;
  height: 100%;
  position: absolute;
  left: -200px;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
#product-section .desc {
  padding-left: 250px;
  position: relative;
  margin-top: 50px;
}
#product-section .desc .desc__title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}
#product-section .products__item-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: left;
  margin-top: 50px;
  font-size: 0;
  gap: 20px;
}
#product-section .products__item-wrapper .products__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 20%;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}
#product-section .products__item-wrapper .products__image-wrapper {
  width: 100%;
  max-width: 70%;
  height: 300px;
  margin: 0 auto 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
#product-section .products__item-wrapper .btn {
  display: block;
  border-radius: 10px;
  margin: 40px auto 20px;
  text-align: center;
}

#widget-section {
  background-color: #f3f3f3;
  font-size: 30px;
  font-weight: 600;
}
#widget-section .side-wrapper {
  position: relative;
}
#widget-section .header-widget-section {
  padding-right: 350px;
  position: relative;
}
#widget-section .header-image-wrapper {
  width: 280px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#widget-section .header-image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
#widget-section .header-image-wrapper .image-desc {
  font-size: 16px;
  margin-top: 30px;
}
#widget-section .desc {
  font-size: 24px;
  font-family: "arial", sans-serif;
  font-weight: 300;
}
#widget-section .btn {
  position: absolute;
  right: 0;
  bottom: -35px;
}

#tiles-section {
  margin-top: -64px;
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
}
#tiles-section .side-wrapper {
  padding: 0;
}

#tiles-section.slider-2 {
  margin-top: -34px;
}

.tiles__item-wrapper {
  text-align: center;
}

.tiles__item.active .item__title {
  background-color: #e1000f;
}

.tiles__item {
  display: inline-block;
  height: 290px;
  width: 16%;
  max-width: 280px;
  overflow: hidden;
  background-color: #d1d1d1;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  border-radius: 20px;
  border: 6px solid #fff;
  margin: 0 1.5%;
  position: relative;
  cursor: pointer;
}
.tiles__item:hover .item__title {
  background-color: #e1000f;
}

.item__title {
  background-color: #1a1546;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 70px;
  display: table;
  vertical-align: middle;
  padding: 5px 10px;
  line-height: 1.4;
  font-size: 18px;
  text-transform: uppercase;
}
.item__title p,
.item__title h1,
.item__title h2,
.item__title h3,
.item__title h4,
.item__title h5,
.item__title h6 {
  display: table-cell;
  vertical-align: middle;
  font-weight: 500;
}

#stages-section.home .side-wrapper {
  padding-bottom: 0;
}

#article-section.home .side-wrapper {
  padding-bottom: 0;
}

.desc-wrapper {
  padding: 50px 0 30px;
  font-size: 25px;
  font-weight: 500;
}
.desc-wrapper .side-wrapper {
  max-width: 1500px;
}
.desc-wrapper .content {
  max-width: 1000px;
}

.contact-wrapper {
  min-height: 580px;
  color: #fff;
  padding: 100px 0 50px;
}
.contact-wrapper .side-wrapper {
  max-width: 1500px;
}
.contact-wrapper .side-wrapper .box-wrapper {
  padding-top: 50px;
}
.contact-wrapper .side-wrapper .box-wrapper .box {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  vertical-align: top;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 50px;
}
.contact-wrapper .side-wrapper a {
  cursor: pointer;
}
.contact-wrapper .side-wrapper a:hover {
  text-decoration: underline;
}
.contact-wrapper .side-wrapper address {
  font-style: normal;
}
.contact-wrapper .side-wrapper img {
  display: block;
  width: 167px;
  height: auto;
}

.products-contact-section {
  position: relative;
  padding-top: 50px;
}
.products-contact-section .side-wrapper {
  padding-bottom: 0;
}
.products-contact-section:after {
  content: "";
  background: #ededed;
  height: 150px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.products-contact-section .content {
  color: #26214e;
  line-height: 1.2;
  width: 100%;
  text-align: left;
  padding-bottom: 200px;
  left: 0;
  position: relative;
  z-index: 2;
}
.products-contact-section .section-title {
  font-size: 40px;
  margin-bottom: 60px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  line-height: 1.4;
}
.products-contact-section .image-wrapper {
  width: 70%;
  position: absolute;
  bottom: 20px;
  right: 0;
  overflow: hidden;
  z-index: -1;
}
.products-contact-section .image-wrapper img {
  display: block;
  max-width: 1029px;
  width: 100%;
  height: auto;
  margin: 0 0 0 auto;
}

.documents {
  margin-top: 150px;
}
.documents .side-wrapper {
  padding: 0 0 50px;
}
.documents .content-wrapper {
  padding-left: 0;
  max-width: 1100px;
  text-align: center;
  padding-top: 30px;
}
.documents .content-wrapper .btn {
  margin: 50px 0 80px;
}
.documents .content-wrapper .title,
.documents .content-wrapper .content {
  text-align: left;
}
.documents .content-wrapper .title p,
.documents .content-wrapper .content p {
  margin: 30px 0;
}
.documents .content-wrapper .title h1,
.documents .content-wrapper .title h2,
.documents .content-wrapper .title h3,
.documents .content-wrapper .title h4,
.documents .content-wrapper .title h5,
.documents .content-wrapper .title h6,
.documents .content-wrapper .content h1,
.documents .content-wrapper .content h2,
.documents .content-wrapper .content h3,
.documents .content-wrapper .content h4,
.documents .content-wrapper .content h5,
.documents .content-wrapper .content h6 {
  margin: 30px 0;
  font-size: 28px;
  font-weight: 600;
}
.documents .content-wrapper .title ul,
.documents .content-wrapper .title ol,
.documents .content-wrapper .content ul,
.documents .content-wrapper .content ol {
  padding-left: 20px;
}
.documents .content-wrapper .title ul li,
.documents .content-wrapper .title ol li,
.documents .content-wrapper .content ul li,
.documents .content-wrapper .content ol li {
  margin: 5px 0;
}
.documents .content-wrapper .title ul li ol,
.documents .content-wrapper .title ul li li,
.documents .content-wrapper .title ol li ol,
.documents .content-wrapper .title ol li li,
.documents .content-wrapper .content ul li ol,
.documents .content-wrapper .content ul li li,
.documents .content-wrapper .content ol li ol,
.documents .content-wrapper .content ol li li {
  margin: 20px 0;
}
.documents .content-wrapper .title a,
.documents .content-wrapper .content a {
  text-decoration: underline;
}
.documents .content-wrapper .title img,
.documents .content-wrapper .content img {
  display: block;
  width: 100%;
  height: auto;
}

.hide-cookie-banner {
  display: none !important;
}

#moove_gdpr_cookie_info_bar {
  display: flex;
  align-items: center;
  height: -moz-fit-content !important;
  height: fit-content !important;
  padding: 7% 30px;
}

#footer {
  padding: 35px 0;
  background-color: #1a1546;
  color: #fff;
}
#footer .side-wrapper {
  position: relative;
  padding: 0;
}
#footer .menu-menu-stopka-container {
  display: inline-block;
}

.footer__content {
  padding-right: 550px;
  font-family: "arial", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.footer__content ul {
  display: inline-block;
}
.footer__content ul li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
.footer__content ul li:hover a {
  text-decoration: underline;
}
.footer__content ul li:before {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 2px;
  height: 60%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
}

.footer__copyright {
  margin-bottom: 28px;
  font-size: 30px;
}

.footer__logo {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 500px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -9999em;
}

/* CSS Document */
/* Responsive */
@media all and (max-width: 1850px) {
  /* top */
  #top {
    height: 180px;
  }
  #nav {
    top: 100px;
    font-size: 16px;
  }
  .top__number {
    font-size: 28px;
    height: 60px;
    line-height: 60px;
    right: 370px;
  }
  .top__social-icon-wrapper {
    top: 20px;
    right: 180px;
  }
  .social__icon {
    width: 40px;
    height: 40px;
  }
  .top__logo--left {
    width: 18%;
  }
  .top__logo--right {
    width: 8%;
  }
  .top__logo--left a img {
    margin-bottom: 30px;
  }
  .top__logo--right a img {
    margin-bottom: 10px;
  }
  /* header - sliders */
  #header {
    height: 400px;
    margin-top: 180px;
  }
  #header.slider-1 .section-title {
    font-size: 42px;
  }
  #header.slider-1 .section-desc {
    font-size: 25px;
  }
  #header.slider-1 .owl-dots .owl-dot {
    width: 80px;
    height: 80px;
  }
  #header.slider-1 .owl-dots:before {
    font-size: 36px;
  }
  #header.slider-1 .content {
    padding-top: 50px;
  }
  /* tiles */
  .tiles__item {
    height: 250px;
    background-size: cover;
  }
  .item__title {
    font-size: 16px;
  }
  /* title */
  #title-section .title:first-child {
    font-size: 55px;
  }
  #header.article .title {
    font-size: 45px;
    width: 370px;
  }
  /* article section */
  #article-section .side-wrapper {
    padding-top: 50px;
  }
}
@media all and (max-width: 1550px) {
  #nav {
    font-size: 14px;
  }
}
@media all and (max-width: 1450px) {
  /* top */
  .top__number {
    width: 500px;
  }
  /* tiles */
  .tiles__item {
    height: 240px;
  }
}
@media all and (max-width: 1400px) {
  /* general */
  section .side-wrapper {
    padding: 80px 0;
  }
  .content-wrapper {
    padding-left: 120px;
  }
  #title-section .title:first-child {
    font-size: 32px;
    padding-top: 10px;
    margin-bottom: 30px;
  }
  .title {
    font-size: 28px;
  }
  .desc {
    font-size: 16px;
  }
  .header-icon {
    left: -120px;
  }
  .icon--cross {
    background-size: 70px auto;
  }
  .icon--house {
    background-size: 63px auto;
  }
  .icon--poi {
    background-size: 53px auto;
  }
  .icon--clock {
    background-size: 45px auto;
    top: 15px;
  }
  .icon--eye {
    background-size: 52px auto;
  }
  .icon--document {
    background-size: 51px auto;
  }
  .btn {
    padding: 10px 15px;
    font-size: 18px;
    border-radius: 10px;
  }
  /* top */
  #top {
    height: 120px;
  }
  .top__number {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .top__logo--left {
    max-width: 15%;
  }
  .top__social-icon-wrapper {
    top: 10px;
  }
  .top__logo--right {
    max-width: 8%;
  }
  #nav {
    padding-left: 18%;
    padding-right: 10%;
    font-size: 14px;
    top: 70px;
    line-height: 24px;
  }
  #nav ul li:after {
    margin: 0 15px;
  }
  #header.slider-1 .owl-dots {
    top: 30px;
  }
  /* header */
  #header {
    height: 280px;
    margin-top: 120px;
  }
  #header.slider-1 .owl-dots .owl-dot {
    width: 60px;
    height: 60px;
    margin: 10px;
  }
  #header.slider-1 .owl-prev,
  #header.slider-1 .owl-next {
    padding: 15px;
  }
  #header.slider-1 .owl-dots:before {
    font-size: 25px;
  }
  #header.slider-1 .section-title {
    font-size: 32px;
  }
  #header.slider-1 .section-desc {
    font-size: 18px;
  }
  #header.slider-2 {
    width: auto;
  }
  #header.article {
    margin-top: 120px;
    padding: 50px 0;
  }
  #header.article .title {
    font-size: 32.7px;
  }
  #header.article .title span {
    font-size: 22.7px;
  }
  /* widget */
  .widget-wrapper {
    margin-top: 20px;
  }
  #widget-section .btn {
    bottom: -24px;
  }
  #widget-section .title {
    padding-bottom: 10px;
  }
  #widget-section .side-wrapper {
    padding: 30px 0 40px;
  }
  #widget-section .desc {
    font-size: 20px;
  }
  /* tiles */
  #tiles-section {
    margin-top: -40px;
    padding: 5px 12px;
  }
  .tiles__item {
    height: 200px;
  }
  .item__title {
    font-size: 12px;
    min-height: 50px;
  }
  /* stages */
  #stages-section .stages__item-wrapper .stages__image-wrapper {
    height: 160px;
  }
  #stages-section .stages__item-wrapper .stages__image-wrapper .play-icon {
    width: 80px;
    height: 80px;
  }
  #stages-section .stages__item-wrapper .stages__title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #stages-section .stages__item-wrapper .stages__item {
    font-size: 14px;
  }
  #stages-animal-section .stages__item-wrapper .stages__title {
    font-size: 22px;
  }
  /* artcile - filter */
  #header.article .filter-wrapper ul li {
    font-size: 16px;
  }
  #header.article #search input {
    font-size: 20px;
    line-height: 20px;
    height: 70px;
    background-size: 50px;
  }
  .articles__item {
    height: 450px;
  }
  .articles__image {
    height: 150px;
  }
  .articles__title {
    font-size: 20px;
    max-height: 56px;
  }
  .articles__desc {
    font-size: 14px;
    height: 112px;
  }
  .articles__item a {
    font-size: 16px;
  }
  /* article - single */
  .article__header {
    height: 300px;
  }
  /* product section */
  #product-section .desc .desc__title {
    font-size: 32.7px;
  }
  /* Contact */
  .desc-wrapper .content {
    font-size: 16px;
    max-width: 700px;
  }
  .contact-wrapper {
    font-size: 14px;
  }
  /* Footer */
  .footer__logo {
    width: 300px;
  }
  .footer__copyright {
    font-size: 22px;
  }
  .footer__content {
    font-size: 16px;
  }
}
@media all and (max-width: 1250px) {
  /* top */
  /* search */
  #header.article #search {
    display: block;
    margin-bottom: 50px;
    width: 100%;
  }
  .tiles__item {
    margin: 0 0.5%;
    width: 17%;
  }
  /* content */
  .content-wrapper {
    padding-left: 100px;
  }
  /* Products item */
  #product-section .products__item-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #product-section .products__item-wrapper .products__item {
    width: 30%;
    min-width: 220px;
  }
  #product-section .products__item-wrapper .products__image-wrapper {
    height: 230px;
  }
  /* contact */
  .products-contact-section .side-wrapper {
    padding: 50px 0;
  }
  .products-contact-section .content {
    padding-bottom: 0;
  }
  .products-contact-section .image-wrapper {
    position: static;
    width: 100%;
    max-width: 1029px;
    margin: 50px auto 0;
  }
  /* footer */
  .footer__content {
    padding-right: 350px;
  }
  .footer__logo {
    width: 300px;
  }
}
@media all and (max-width: 1150px) {
  .top__number {
    right: 250px;
  }
  .top__social-icon-wrapper {
    right: 100px;
  }
}
@media all and (max-width: 1000px) {
  /* general */
  .btn {
    margin-bottom: 20px;
  }
  .btn--shop {
    width: 54px;
    height: 54px;
  }
  /* top */
  #top {
    transition: all 0.3s ease-in;
    height: 150px;
  }
  #top.small {
    top: -50px;
  }
  #top.small #nav {
    top: 90px;
  }
  #nav.open {
    right: 0;
    transition: all 0.3s ease-in;
  }
  #nav {
    width: 320px;
    background-color: rgba(26, 21, 70, 0.95);
    right: -320px;
    position: fixed;
    top: 150px;
    padding: 0;
    height: 100%;
    padding: 50px 50px 50px;
    transition: all 0.3s ease-in;
  }
  #nav ul li {
    display: block;
    margin: 30px 0;
    line-height: 1.4;
    color: #fff;
  }
  #nav ul li:after {
    display: none;
  }
  #mobile {
    display: block;
  }
  .top__social-icon-wrapper {
    top: auto;
    bottom: 10px;
    position: fixed;
    right: 10px;
  }
  .top__number {
    width: 100%;
    position: static;
    margin-bottom: 20px;
  }
  .top__logo--left {
    display: inline-block;
    position: static;
    height: 80px;
    padding-right: 30px;
    box-sizing: content-box;
    position: relative;
    max-width: 100%;
    width: 150px;
  }
  .top__logo--left:after {
    content: "";
    width: 1px;
    height: 70%;
    background-color: #1a1546;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .top__logo--left a {
    position: relative;
  }
  .top__logo--left a img {
    margin: auto;
  }
  .top__logo--right {
    display: inline-block;
    position: static;
    height: 80px;
    margin-left: 30px;
    max-width: 100%;
    width: 70px;
  }
  .top__logo--right a {
    position: relative;
  }
  .top__logo--right a img {
    margin: auto;
  }
  /* header */
  #header {
    height: auto;
    margin-top: 150px;
    max-height: 500px;
  }
  #header.slider-1 .content {
    padding-top: 270px;
    padding-left: 0;
    padding-bottom: 130px;
    max-width: 600px;
  }
  #header.slider-1 .section-title {
    font-size: 36.5px;
  }
  #header.slider-1 .section-desc {
    display: inline-block;
  }
  #header.slider-1 .section-desc ul li {
    margin: 10px 0;
    font-size: 20px;
  }
  #header.slider-1 .owl-dots {
    left: 2%;
  }
  #header.slider-1 .owl-prev,
  #header.slider-1 .owl-next {
    top: auto;
    bottom: 200px;
  }
  /* header article */
  #header.article {
    margin-top: 180px;
  }
  #header.article .title {
    width: 100%;
    font-size: 36.5px;
  }
  #header.article .title span {
    font-size: 22.7px;
  }
  #header.article .filter-wrapper ul li {
    font-size: 20px;
    margin-top: 5px;
  }
  /* header contact */
  #header.contact .desc-wrapper .content {
    font-size: 20px;
  }
  /* tiles */
  .tiles__item {
    width: 200px;
    height: 200px;
    max-width: 45%;
  }
  .item__title {
    font-size: 14px;
  }
  /* widget section */
  #widget-section .btn {
    bottom: -44px;
  }
  #widget-section .header-widget-section {
    padding-right: 0;
  }
  #widget-section .header-image-wrapper {
    display: none;
  }
  /* product section */
  #product-section .image-wrapper {
    position: static;
    height: 300px;
    width: 100%;
    margin-bottom: 50px;
  }
  #product-section .desc {
    padding-left: 0;
  }
  #product-section .products__item-wrapper {
    text-align: center;
  }
  /* stages */
  #stages-section .stages__item-wrapper .stages__item,
  #stages-section .stages__item-wrapper .stages__item:first-child,
  #stages-section .stages__item-wrapper .stages__item:last-child {
    display: block;
    width: 100%;
    font-size: 20px;
    margin: 20px auto;
    max-width: 600px;
  }
  #stages-section .stages__item-wrapper .stages__image-wrapper {
    height: 300px;
  }
  #stages-section .stages__item-wrapper .stages__title {
    font-size: 25px;
  }
  /* stages animal */
  #stages-animal-section .stages__item-wrapper .stages__image-wrapper {
    height: 300px;
  }
  #stages-animal-section .stages__item-wrapper .stages__item,
  #stages-animal-section .stages__item-wrapper .stages__item:first-child,
  #stages-animal-section .stages__item-wrapper .stages__item:last-child {
    display: block;
    width: 100%;
    font-size: 20px;
    margin: 20px auto;
    max-width: 600px;
  }
  #stages-animal-section .stages__item-wrapper .stages__title {
    font-size: 22px;
  }
  /* article section */
  #article-section.image-left .desc {
    padding-left: 0;
  }
  #article-section.image-left .image-wrapper {
    position: static;
    height: 300px;
    width: 100%;
    margin-bottom: 50px;
  }
  /* article */
  .articles__item {
    width: 100%;
  }
  /* contact */
  .products-contact-section .section-title {
    font-size: 32.5px;
  }
  /* footer */
  #footer {
    padding-bottom: 80px;
  }
  .footer__content {
    padding-right: 0;
  }
  .footer__logo {
    width: 100%;
    max-width: 350px;
    position: static;
    margin-left: 0;
  }
  .footer__copyright {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 15px;
    overflow: auto;
    max-height: 60vh;
  }
}
@media all and (max-width: 700px) {
  #header.slider-2 {
    max-height: none !important;
  }
  #header.slider-2 .item .slider {
    display: none;
  }
  #header.slider-2 .item .slider-mobile {
    display: block;
  }
  #baner-section {
    padding-top: 50px;
    display: block;
  }
  #baner-section img.desktop {
    display: none;
  }
  #baner-section img.mobile {
    display: block;
  }
  #tiles-section.slider-2 {
    margin-top: 0;
  }
}
@media all and (max-width: 650px) {
  /* top */
  .top__number span {
    display: none;
  }
  .top__number a {
    background-image: url(../img/phone-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    padding-left: 50px;
  }
  /* header */
  #header {
    max-height: none;
  }
  /* general */
  .header-icon {
    left: 0;
    right: 0;
    margin: auto;
    position: static;
    height: 80px;
  }
  .title {
    text-align: center;
    font-size: 28px;
  }
  .desc {
    font-size: 20px;
  }
  section .side-wrapper {
    padding: 80px 0;
  }
  #title-section .title:first-child {
    margin-bottom: 50px;
    font-size: 32px;
  }
  .content-wrapper {
    padding-left: 0;
    padding-top: 0px;
    text-align: center;
    font-size: 20px;
  }
  /* header article */
  .article__header {
    height: 300px;
  }
  .article.single .content-wrapper {
    padding-top: 0;
    font-size: 16px;
  }
  #header.article .filter-wrapper {
    text-align: center;
  }
  #header.article .filter-wrapper .filter__title {
    display: block;
  }
  #header.article #search input {
    font-size: 20px;
    line-height: 20px;
    height: 70px;
    background-size: 50px;
  }
  #header.article .filter-wrapper ul {
    text-align: center;
  }
  #header.article .filter-wrapper ul li {
    font-size: 20px;
    display: block;
    margin: 15px 0;
  }
  #header.article .filter-wrapper ul li:after {
    display: none;
  }
  /* slider */
  #header.slider-1 .section-desc {
    font-size: 25px;
  }
  /* stages */
  #stages-animal-section .side-wrapper {
    padding-bottom: 0;
  }
  #stages-animal-section .stages__item-wrapper .stages__image-wrapper {
    height: 200px;
  }
  #stages-animal-section .stages__item-wrapper .stages__title {
    text-align: center;
  }
  #stages-section .stages__item-wrapper .stages__title {
    text-align: left;
  }
  #stages-section .stages__item-wrapper .stages__image-wrapper {
    height: 200px;
  }
  /* articles */
  #article-section.image-full .desc {
    padding-left: 0;
  }
  #article-section.image-full .desc .desc__title {
    padding-top: 100px;
    margin-bottom: 50px;
    font-size: 28px;
  }
  #article-section.image-full .desc .desc__title:before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  /* article */
  #tiles-section {
    margin-top: 0;
  }
  /* Contact */
  #header.contact .desc-wrapper .content {
    font-size: 14px;
    max-width: 500px;
  }
  /* footer */
  .footer__copyright {
    font-size: 20px;
  }
  .footer__content {
    font-size: 14px;
  }
}
@media all and (max-width: 500px) {
  /* top */
  #top {
    height: 120px;
  }
  #top.small {
    top: -40px;
  }
  .top__number {
    margin-bottom: 0;
  }
  #menu_link {
    bottom: 30px;
  }
  #top.small #nav {
    top: 80px;
  }
  #nav {
    top: 120px;
  }
  /* header */
  #header {
    margin-top: 120px;
  }
  /* tiles */
  .tiles__item {
    height: 250px;
  }
}
@media all and (max-width: 450px) {
  .btn {
    font-size: 16px;
  }
  /* top */
  .top__number a {
    font-size: 20px;
    padding-left: 35px;
  }
  .top__logo--left {
    width: 100px;
  }
  .top__logo--right {
    width: 50px;
    margin-left: 15px;
  }
  /* header contact */
  #header.contact .desc-wrapper .content {
    font-size: 16px;
  }
  .contact-wrapper .side-wrapper .box-wrapper .box {
    font-size: 16px;
  }
  /* title */
  section#title-section .side-wrapper {
    width: 90%;
    padding-top: 0;
  }
  /* tiles */
  #tiles-section {
    padding: 50px 0;
  }
  .tiles__item {
    width: 48%;
    height: 180px;
    margin: 0 0.5%;
    border: 3px solid #fff;
  }
  .item__title {
    font-size: 12px;
  }
  /* Slider */
  #header.slider-1 .section-title {
    font-size: 28px;
  }
  #header.slider-1 .section-desc {
    font-size: 20px;
  }
  #header.slider-1 .section-desc ul {
    padding-left: 20px;
  }
  /* Products */
  #product-section .products__item-wrapper .products__item {
    min-width: 280px;
  }
  /* contact */
  .products-contact-section .section-title {
    font-size: 25px;
  }
}
html :where(img) {
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder img {
  height: auto;
}

#header.slider-2 {
  max-height: 570px;
}

.widget-wrapper {
  min-height: 306px;
  margin-top: 50px;
}

.kml_widget-header,
.kml_widget-footer {
  background-color: #1a1546 !important;
}

.article.single .content-wrapper .content ul li,
.article.single .content-wrapper .content ol li {
  margin: 15px 0;
}

.owl-carousel .animated {
   -webkit-animation-duration: 2000ms;
  animation-duration: 2000ms;
  animation-fill-mode: both;
}

#stages-animal-section .stages__item-wrapper .stages__image-wrapper {
  height: 290px;
}

/* Zminana pozycji baneru cookies */
#moove_gdpr_cookie_info_bar {
  width: 90%;
  margin: auto;
  top: 10%;
  bottom: 0;
  height: 400px;
  overflow: auto;
  left: 0;
  right: 0;
  max-height: initial;
}

/* zmiana na stronie kotnatkowej */
.contact-wrapper .side-wrapper .box-wrapper .box:first-child {
  max-width: 600px;
}

.contact-wrapper .side-wrapper .box-wrapper .box:last-child {
  max-width: 250px;
}

#widget-section .header-image-wrapper {
  bottom: auto;
  top: 0;
}

.widget-wrapper {
  padding-right: 350px;
}

@media all and (max-width: 1400px) {
  #widget-section {
    margin-top: 50px;
  }
}
@media all and (max-width: 1000px) {
  #widget-section {
    margin-top: 50px;
  }
  .widget-wrapper {
    padding-right: 0;
  }
  #widget-section .header-image-wrapper {
    display: block;
    position: relative;
    margin-left: auto;
    max-width: 100%;
    margin-right: auto;
  }
}/*# sourceMappingURL=style.css.map */