/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*::before,
*::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/**
 * Smooth scrolling on the whole document
 */
html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins/Poppins-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins/Poppins-Light.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins/Poppins-Bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
body {
  height: 100%;
  margin: 0;
  color: #3D3838;
  font-family: "Montserrat-Regular", "Arial", "Helvetica", sans-serif;
}

header {
  position: relative;
  height: 140px;
  background: #ffffff;
  width: 100%;
}

#header.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

#logo {
  width: 277.99px;
  height: 96.83px;
  position: absolute;
  left: 50%;
  top: 24px;
  margin-left: -616px;
}
#logo img {
  width: 100%;
}

.menu-toggle-wrapper {
  position: absolute;
  width: 24px;
  height: 50px;
  top: 23px;
  right: 43px;
  z-index: 116;
  display: none;
}

.menu-toggle {
  display: block;
  position: relative;
  width: 50px;
  height: 26px;
  cursor: pointer;
}
.menu-toggle .bar {
  position: absolute;
  width: 32px;
  height: 3px;
  background: #563E98;
  transition: all 300ms ease;
  border-radius: 100px;
}
.menu-toggle .bar:nth-child(1) {
  left: 5px;
  top: 0px;
}
.menu-toggle .bar:nth-child(2) {
  left: 5px;
  top: 8px;
}
.menu-toggle .bar:nth-child(2):after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 32px;
  height: 3px;
  background: #563E98;
  transition: all 300ms ease;
}
.menu-toggle .bar:nth-child(3) {
  height: 3px;
  right: 13px;
  top: 16px;
}
.menu-toggle span {
  font-family: "Gilroy-Bold";
  margin-left: 50px;
  position: absolute;
  top: 0px;
  display: block;
  line-height: 100%;
  font-size: 18px;
}

.menu-toggle:hover .bar:nth-child(3) {
  width: 32px;
}

.menu-toggle.active {
  position: fixed;
}
.menu-toggle.active .bar:nth-child(1), .menu-toggle.active .bar:nth-child(3) {
  width: 0;
}
.menu-toggle.active .bar:nth-child(2) {
  transform: rotate(-45deg);
}
.menu-toggle.active .bar:nth-child(2):after {
  transform: rotate(-90deg);
}

#main-menu-links {
  position: absolute;
  left: 50%;
  margin-left: -190px;
  top: 63px;
}

#main-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#main-menu li {
  display: inline-block;
  margin: 0 32px;
}
#main-menu li a {
  font-family: "Montserrat-SemiBold";
  text-decoration: none;
  color: #3D3838;
  text-transform: uppercase;
  font-size: 16px;
}
#main-menu li a:hover {
  color: #563E98;
}

#o-nas {
  width: 100%;
  padding-top: 80px;
  background: #FCFCFC;
}

#o-nas-wrapper {
  max-width: 1190px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 180px;
}

#o-nas-left {
  width: 356px;
  padding-right: 60px;
}

h2 {
  color: #563E98;
  font-family: "Montserrat-SemiBold";
  font-size: 49px;
  margin-bottom: 30px;
}
h2 span {
  color: #F99D24;
}

.text-content p {
  color: #747578;
  font-size: 18px;
  font-family: "Poppins-Regular";
  line-height: 150%;
  margin-bottom: 30px;
}
.text-content p strong {
  font-family: "Poppins-SemiBold";
  /*'Poppins-SemiBold'*/
}

.text-content .subtitle-lead {
  margin-top: 0;
  font-size: 36px;
  color: #333333;
  font-family: "Poppins-Regular";
  line-height: 150%;
  margin-bottom: 10px;
}

.orange-btn {
  background: #F99D24;
  color: #ffffff;
  font-family: "Montserrat-SemiBold";
  width: 320px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 23px;
  text-decoration: none;
  display: inline-block;
  border-radius: 1000px;
}

#o-nas-right {
  width: 774px;
}

#o-nas-illustration {
  position: relative;
  width: 315px;
  float: left;
  height: 672px;
}

#o-nas-illustration-mobile {
  display: none;
}

.o-nas-illustration-img {
  width: 315px;
  height: 672px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 500ms ease-in;
}

.o-nas-illustration-img.disabled {
  opacity: 0;
}

#o-nas-illustration-img-1 {
  display: block;
}

#o-nas-illustration::before {
  content: " ";
  z-index: 0;
  position: absolute;
  width: 349px;
  height: 657px;
  top: -17px;
  left: -17px;
  background: #E8E8E8;
  display: block;
}

#o-nas-slider {
  width: 459px;
  float: left;
}

#o-nas-slider .glide__bullets {
  display: none;
}

#similar-posts-slider .glide__bullets {
  display: none;
}

#o-nas-slider {
  padding-top: 60px;
  margin-left: -26px;
  z-index: 10;
}
#o-nas-slider .glide__slides-inactive {
  list-style: none;
  padding-left: 0;
}
#o-nas-slider .glide__slide {
  position: relative;
  padding-left: 80px;
  margin-bottom: 45px;
}
#o-nas-slider .glide__slide p {
  margin-top: 10px;
  font-size: 16px;
  color: #747578;
  font-family: "Poppins-Regular";
  line-height: 150%;
}

.o-nas-number {
  width: 64px;
  height: 64px;
  line-height: 50px;
  background: #563E98;
  border-radius: 1000px;
  border: 7px solid #ffffff;
  color: #ffffff;
  text-align: center;
  font-size: 25px;
  display: block;
  font-family: "Montserrat-SemiBold";
  position: absolute;
  top: -6px;
  left: 0px;
  z-index: 10;
}

.o-nas-slide-title {
  color: #563E98;
  font-family: "Poppins-SemiBold";
  /*'Poppins-SemiBold'*/
  text-transform: uppercase;
  font-size: 18px;
}

#work h2 {
  color: #4D475E;
}

#dzierzawa {
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 150px;
}
#dzierzawa h2 {
  text-align: center;
}
#dzierzawa p {
  text-align: center;
  font-size: 22px;
  color: #4D475E;
}
#dzierzawa p strong {
  font-family: "Poppins-SemiBold";
  /*'Poppins-SemiBold'*/
}
#dzierzawa .orange-btn-container {
  text-align: center;
}
#dzierzawa .orange-btn-container a {
  margin: 0 auto;
}

#land-lease {
  width: 1190px;
  height: 640px;
  margin: 0 auto;
  position: relative;
}

#dash-circle-img {
  width: 535px;
  height: 535px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -267px;
}

#dash-circle-mask {
  width: 370px;
  height: 117px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -185px;
}

#solar-panels-img {
  width: 398.53px;
  height: 241.28px;
  position: absolute;
  top: 154px;
  left: 50%;
  margin-left: -200px;
}

.ll-pos {
  width: 450px;
  position: absolute;
  left: 50%;
}

.ll-pos-icon-wrapper {
  width: 145px;
}

.ll-pos-icon-text {
  color: #4D475E;
  font-family: "Poppins-SemiBold";
  /*'Poppins-SemiBold'*/
  font-size: 17px;
  width: calc(100% - 145px);
  padding-top: 45px;
}
.ll-pos-icon-text span {
  font-family: "Poppins-Regular";
}

.ll-pos.left {
  left: 50%;
}
.ll-pos.left .ll-pos-icon-wrapper {
  float: right;
}
.ll-pos.left .ll-pos-icon-text {
  text-align: right;
}

.ll-pos.right {
  left: 50%;
}
.ll-pos.right .ll-pos-icon-wrapper {
  float: left;
}
.ll-pos.right .ll-pos-icon-text {
  text-align: left;
  float: left;
}

/*450*/
#ll-pos-1 {
  top: 25px;
  margin-left: -590px;
}

#ll-pos-2 {
  top: 174px;
  margin-left: -650px;
}

#ll-pos-3 {
  top: 330px;
  margin-left: -600px;
}

#ll-pos-4 {
  top: 440px;
  margin-left: -480px;
}

#ll-pos-5 {
  top: 440px;
  margin-left: 40px;
}

#ll-pos-6 {
  top: 330px;
  margin-left: 165px;
}

#ll-pos-7 {
  top: 174px;
  margin-left: 200px;
}

#ll-pos-8 {
  top: 25px;
  margin-left: 140px;
}

#czy-wiesz-ze {
  margin-bottom: 140px;
}

#oragne-box {
  background-color: #f39d2b;
  background-image: url("../img/orange_bg.jpg");
  background-size: cover;
  max-width: 1540px;
  min-height: 700px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #ffffff;
  padding-bottom: 50px;
}
#oragne-box h2 {
  color: #ffffff;
  float: left;
  margin-top: 64px;
  margin-bottom: 50px;
  display: block;
  width: 100%;
}
#oragne-box p {
  max-width: 1150px;
  font-family: "Poppins-Regular";
  font-size: 22px;
  margin: 0px auto 40px auto;
}
#oragne-box .orange-btn {
  background: #563E98;
}

.oragne-box-row {
  text-align: center;
}

.oragne-box-column {
  width: 460px;
  display: inline-block;
  margin-bottom: 40px;
}

.oragne-box-column-title {
  font-size: 29px;
  font-family: "Montserrat-SemiBold";
}

.oragne-box-number {
  font-size: 106px;
  font-family: "Montserrat-SemiBold";
  line-height: 100%;
  height: 106px;
}

.oragne-box-column-label {
  font-size: 20px;
  font-family: "Montserrat-Regular";
}

#orange-box-icon {
  width: 91px;
  height: 91px;
  top: -45px;
  left: 50%;
  position: absolute;
  margin-left: -45px;
}

#qanda-wrapper {
  max-width: 1225px;
  margin: 40px auto 80px auto;
  padding: 0 40px;
}
#qanda-wrapper h2 {
  text-align: center;
  margin-bottom: 80px;
}

.qa-question {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 25px;
}

.qa-question-title {
  font-size: 19px;
  font-family: "Montserrat-SemiBold";
  color: #3D3838;
  line-height: 130%;
  position: relative;
  padding-right: 60px;
  cursor: pointer;
}

.qa-question-answer {
  color: #4D475E;
  font-size: 18px;
  font-family: "Montserrat-Regular";
  line-height: 130%;
  margin-bottom: 25px;
  padding-right: 60px;
  height: 0;
  overflow: hidden;
  padding-bottom: 0;
  transition: all 500ms ease;
}

.qa-question-toggle {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.qa-question.active .toggle-vertical-line {
  display: none;
}
.qa-question.active .qa-question-answer {
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

footer {
  background: #F9F9F9;
  text-align: center;
  line-height: 130%;
  padding: 30px 10px;
  color: #4D475E;
  font-size: 19px;
  font-family: "Poppins-Regular";
}
footer a {
  color: #4D475E;
  text-decoration: none;
}

#kontakt-purple {
  background: #563E98;
  position: relative;
}

#kontakt-purple::before {
  content: " ";
  background: #F9F9F9;
  height: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#kontakt-wrapper {
  width: 1230px;
  margin: 0 auto;
}
#kontakt-wrapper h2 {
  color: #ffffff;
  text-align: center;
  padding-top: 86px;
}
#kontakt-wrapper .subtitle-lead {
  color: #ffffff;
  font-family: "Poppins-Light";
  font-size: 36px;
  text-align: center;
}

#contact-form-wrapper {
  background: #ffffff;
  padding: 65px 80px;
  border-radius: 20px;
  position: relative;
  min-height: 300px;
}

#contact-form {
  transition: all 0.5s ease-in;
  opacity: 1;
}

#contact-form.disabled {
  opacity: 0;
  display: none;
}

#contact-from-title {
  color: #3D3838;
  text-align: center;
  margin-bottom: 50px;
  font-size: 36px;
  font-family: Montserrat-SemiBold;
}

.orange-btn-container {
  text-align: center;
}

.orange-btn {
  border: 0;
}

#form-text-fields {
  margin-bottom: 20px;
  width: 100%;
  overflow: auto;
}

.form-group-col {
  width: calc(33.3333333333% - 31px);
  margin-right: 45px;
  float: left;
  margin-bottom: 26px;
}

.form-group-col:nth-child(3),
.form-group-col:nth-child(6) {
  margin-right: 0;
}

.form-label {
  width: 100%;
  display: block;
  color: #3D3838;
  font-size: 18px;
  min-height: 30px;
  font-family: "Poppins-Regular";
}

.form-text-field {
  height: 66px;
  width: calc(100% - 20px);
  padding: 0 10px;
  font-family: "Poppins-Regular";
  border: 1px solid #707070;
}

#form-checkbox-fields {
  margin-bottom: 40px;
  width: 100%;
  overflow: auto;
}

.checkbox-field {
  float: left;
  margin-right: 10px;
}

.checkbox-label {
  width: 90%;
  display: inline-block;
  font-size: 16px;
  font-family: "Poppins-Regular";
  color: #3D3838;
  margin-top: -4px;
}
.checkbox-label a {
  font-family: "Poppins-Bold";
  color: #3D3838;
  text-decoration: none;
}

.checkbox-label .terms-short {
  display: inline;
}
.checkbox-label .terms-full {
  display: none;
}

.checkbox-label.active .terms-short {
  display: none;
}
.checkbox-label.active .terms-full {
  display: inline;
}

#work-subheader {
  background-image: url(../img/work_header.jpg);
  width: 100%;
  height: 270px;
  background-size: cover;
}

#work-subheader-wrapper, #work, #job-offers {
  max-width: 1225px;
  margin: 0 auto;
}

.orange-txt {
  color: #F99D24;
}

#breadcrumb {
  margin-top: 90px;
  color: #ffffff;
  font-size: 13px;
  font-family: "Poppins-Light";
  display: block;
  float: left;
  width: 100%;
}
#breadcrumb a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

#work-subheader-wrapper h1 {
  color: #F99D24;
  font-size: 69px;
  font-family: Montserrat-SemiBold;
}

#work-lead {
  padding-top: 60px;
  color: #999999;
  font-size: 22px;
  line-height: 150%;
}

#job-offers #accordion-list .qa-question-title {
  font-size: 33px;
}
#job-offers #accordion-list .orange-btn {
  width: 430px;
}

.job-section-title {
  text-transform: uppercase;
  color: #4D475E;
  font-size: 18px;
  font-family: Montserrat-SemiBold;
}

.job-bullet-list {
  color: #563E98;
  margin-bottom: 40px;
}
.job-bullet-list li {
  margin-bottom: 15px;
  line-height: 130%;
}
.job-bullet-list span {
  color: #4d475e;
  font-size: 18px;
  font-family: Montserrat-Regular;
  line-height: 130%;
}

#home-slider-wrapper {
  position: relative;
  height: 680px;
  width: 100%;
}

.home-slider-content {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  height: 680px;
  width: 100%;
  z-index: 2;
  transition: all 500ms ease;
}

.home-slider-content.disabled {
  opacity: 0;
  z-index: 1;
}

#home-slider-content-1 {
  background-image: url("../img/slider_bg.jpg");
}

#home-slider-content-2 {
  background-image: url("../img/slider_bg_2.jpg");
}

#home-slider-content-3 {
  background-image: url("../img/slider_bg_3.jpg");
}

.home-slider-content-wrapper {
  max-width: 1190px;
  margin: 0 auto 0 auto;
  padding: 144px 40px 0 40px;
}

.hp-slider-title {
  color: #ffffff;
  font-size: 62px;
  font-family: Montserrat-SemiBold;
  line-height: 130%;
  margin-bottom: 30px;
}

#home-slider-nav-wrapper {
  background: #FCFCFC;
  position: relative;
  height: 170px;
  z-index: 10;
}

#home-slider-nav {
  position: absolute;
  width: 1276px;
  left: 50%;
  margin-left: -638px;
  background: #ffffff;
  height: 170px;
  border-radius: 8px;
  top: -85px;
  -webkit-box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.11);
}

#home-slider-nav-inner {
  position: relative;
  height: 170px;
}

#home-slider {
  height: 170px;
  margin-top: 0;
}
#home-slider .glide__slides {
  margin-top: 0;
}
#home-slider .glide__slide {
  border-bottom: 4px #DCDCDC solid;
  display: block;
  height: 170px;
}
#home-slider .glide__slide a {
  color: #4D475E;
  text-decoration: none;
  font-size: 19px;
  font-family: Montserrat-Regular;
  padding: 40px 20px 0 40px;
  display: block;
}
#home-slider .glide__arrows .glide__arrow {
  background: #563E98;
  border-radius: 1000px;
  border: 0;
  width: 36px;
  height: 36px;
}
#home-slider .glide__arrows .glide__arrow--left {
  left: -18px;
}
#home-slider .glide__arrows .glide__arrow--left svg {
  transform: rotate(180deg);
  margin-left: 0px;
}
#home-slider .glide__arrows .glide__arrow--right {
  right: -18px;
}
#home-slider .glide__arrows .glide__arrow--right svg {
  margin-left: 2px;
}
#home-slider .glide__slide--active {
  border-bottom: 4px solid #F99D24;
}
#home-slider .glide__slide--active a {
  color: #563E98;
  font-family: Montserrat-SemiBold;
}

#thp {
  opacity: 0;
  z-index: -1;
  color: #563E98;
  height: 200px;
  text-align: center;
  position: absolute;
  top: 190px;
  left: 0;
  width: 100%;
}
#thp p {
  font-size: 1.5625vw;
  margin-top: 13.0208333333vw;
  margin-bottom: 1.5625vw;
}
#thp p:last-child {
  font-size: 1.0416666667vw;
  margin-top: 0vw;
}

#thp.active {
  z-index: 10;
  opacity: 1;
  transition: all 0.5s;
}

.help-block.error {
  font-size: 14px;
  color: #FF4848;
  margin-top: 5px;
  margin-bottom: 0;
}

#blog-subheader {
  width: 100%;
  height: 250px;
}
#blog-subheader h1 {
  color: #F99D24;
  font-size: 69px;
  font-family: Montserrat-SemiBold;
  float: left;
  width: 200px;
  margin-top: 20px;
  line-height: 100%;
}
#blog-subheader #breadcrumb {
  margin-top: 80px;
  color: #3D3838;
}
#blog-subheader #breadcrumb a {
  color: #3D3838;
}

#privacy-policy-container p, #privacy-policy-container ul, #privacy-policy-container ol {
  color: #111111;
  font-size: 14px;
}

#privacy-policy-title {
  font-size: 35px;
  color: #111111;
  font-family: "Poppins-Regular";
}

.privacy-policy-header {
  olor: #111111;
  font-size: 22px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
}

#blog-subheader-wrapper, #blog, #privacy-policy-container {
  max-width: 1225px;
  margin: 0 auto;
}

#privacy-policy-container {
  padding: 0;
}

#blog-page {
  background-image: url("../img/p_background.png");
  background-repeat: no-repeat;
  background-position: right 100px top 300px;
}
#blog-page #header {
  -webkit-box-shadow: 10px 10px 19px -6px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 10px 10px 19px -6px rgba(0, 0, 0, 0.43);
  box-shadow: 10px 10px 19px -6px rgba(0, 0, 0, 0.43);
}

#blog-search {
  width: 700px;
  float: right;
  margin-top: 20px;
  position: relative;
}

#search-blog-input {
  border-radius: 10px;
  width: calc(100% - 80px);
  height: 60px;
  border: 1px solid #707070;
  background: #ffffff;
  padding-left: 20px;
  padding-right: 60px;
}

#search-blog-submit {
  height: 27px;
  width: 27px;
  border: 0;
  background: transparent;
  display: block;
  position: absolute;
  top: 17px;
  right: 20px;
  cursor: pointer;
}

#search-blog-submit:hover {
  opacity: 0.6;
}

#blog-list {
  max-width: 1220px;
  padding-right: 20px;
  margin: 10px auto 10px auto;
  overflow: auto;
  padding-bottom: 150px;
}

#first-blog-post {
  overflow: auto;
  margin-bottom: 80px;
}

#first-blog-post-content {
  float: left;
  width: 100%;
}

#first-blog-post-img {
  width: 770px;
  float: left;
  margin-right: 50px;
  border-radius: 20px;
  overflow: hidden;
}
#first-blog-post-img img {
  width: 100%;
}

#first-blog-post-content {
  width: 370px;
  float: left;
}
#first-blog-post-content h2 {
  font-size: 35px;
  color: #111111;
  font-family: "Poppins-Regular";
}
#first-blog-post-content h2 a {
  color: #111111;
  text-decoration: none;
}
#first-blog-post-content p {
  font-size: 17px;
  color: #111111;
  font-family: "Poppins-Regular";
  line-height: 150%;
}

.blog-read-more-btn {
  text-transform: uppercase;
  font-family: "Poppins-Bold";
  font-size: 18px;
  color: #111111;
  text-decoration: none;
  display: inline-block;
  background-repeat: no-repeat;
}
.blog-read-more-btn svg {
  margin: -4px 0 0 4px;
}

.blog-pos {
  height: 670px;
  float: left;
  width: calc(50% - 20px );
  margin-right: 40px;
  margin-bottom: 40px;
  -webkit-box-shadow: 10px 10px 19px -6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 10px 10px 19px -6px rgba(0, 0, 0, 0.23);
  box-shadow: 10px 10px 19px -6px rgba(0, 0, 0, 0.23);
  position: relative;
  border-radius: 20px;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}
.blog-pos .blog-pos-title a {
  color: #0E0E0E;
  text-decoration: none;
}
.blog-pos img {
  width: 100%;
}
.blog-pos p {
  color: #0E0E0E;
  font-size: 17px;
}
.blog-pos .blog-read-more-btn {
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.blog-pos:nth-child(odd) {
  margin-right: 0;
}

.blog-pos-title {
  font-size: 28px;
  color: #111111;
  font-family: "Poppins-Regular";
  margin-bottom: 25px;
}
.blog-pos-title a {
  color: #111111;
  text-decoration: none;
}

.blog-post-content {
  padding: 50px;
}

#post-subheader {
  background-image: url(../img/blog/blog1_header.jpg);
  width: 100%;
  height: 590px;
  background-size: cover;
}

#post-subheader-wrapper, #post-content, #similar-posts-box {
  max-width: 1225px;
  margin: 0 auto;
}

#post-subheader-wrapper h1 {
  color: #ffffff;
  font-size: 64px;
  font-family: "Poppins-Regular";
  float: left;
  margin-top: 20px;
  line-height: 130%;
}

#post-content p {
  color: #111111;
  font-size: 18px;
}
#post-content h2 {
  color: #111111;
  font-size: 38px;
  font-weight: bold;
  margin-top: 40px;
}

#post-lead {
  margin-top: 50px;
  font-size: 28px;
  line-height: 150%;
}

.column-list {
  color: #563E98;
  margin-bottom: 40px;
}
.column-list li {
  margin-bottom: 15px;
  line-height: 130%;
}
.column-list span {
  color: #4D475E;
  fonts-size: 18px;
  font-family: Montserrat-Regular;
}

#post-info {
  border: 2px solid #6236FF;
  padding: 40px 40px 40px 70px;
  position: relative;
  font-size: 20px;
  line-height: 150%;
  font-style: italic;
  margin-top: 50px;
  margin-bottom: 140px;
}

#post-info::after {
  content: " ";
  width: 118px;
  height: 118px;
  background: url("../img/post_info.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: -59px;
  top: 50%;
  margin-top: -59px;
  background-color: #ffffff;
  background-position: center center;
}

#similar-posts-box {
  overflow: auto;
}

#similar-posts-box-title {
  color: #563E98;
  font-size: 43px;
  font-family: Montserrat-SemiBold;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}

#similar-posts-slides .glide__slide {
  float: left;
  width: calc(33.3333333333% - 32px);
  margin-right: 47px;
}

#similar-posts-slides .glide__slide:last-child {
  margin-right: 0;
}

#similar-posts-slides {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
}

.similar-post {
  width: 100%;
  overflow: hidden;
}
.similar-post img {
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
}
.similar-post .blog-pos-title {
  font-size: 28px;
}
.similar-post span {
  display: block;
}

#ll-pos-7 {
  width: 340px;
}

#ll-pos-6 {
  width: 360px;
}

#ll-pos-8 {
  width: 360px;
}

@media (max-width: 1440px) {
  #main-menu li {
    margin: 0 15px;
  }
}
@media (max-width: 1360px) {
  #logo {
    left: 40px;
    margin-left: 0;
  }

  #home-slider-nav {
    width: calc(100% - 80px);
    left: 40px;
    margin-left: 0;
  }

  #land-lease {
    margin-left: 80px;
  }
}
@media (max-width: 1280px) {
  #kontakt-wrapper, #privacy-policy-container {
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-right: 40px;
  }

  #contact-form-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  #ll-pos-2 {
    width: 380px;
    margin-left: -580px;
  }

  #land-lease {
    width: calc(100% - 80px - 40px);
  }

  #o-nas-wrapper {
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 100px;
  }

  #o-nas-right {
    width: 724px;
  }

  #o-nas-slider {
    width: 409px;
  }

  #work-subheader-wrapper, #work, #job-offers {
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-right: 40px;
  }

  #work-subheader-wrapper h1 {
    float: left;
    margin-top: 0;
  }

  #oragne-box p {
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
  }

  /*blog list*/
  #blog-list {
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
    padding-right: 0;
  }

  #blog-subheader {
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
  }

  #blog-search {
    width: 500px;
  }

  /*margin-right 50px;*/
  #first-blog-post-img {
    width: calc(100% - 50px - 370px);
  }

  /*width 370px;*/
  #post-subheader {
    width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px;
  }

  #post-content {
    width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px;
  }

  #similar-posts-box {
    width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1190px) {
  #oragne-box p {
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-right: 40px;
  }

  #o-nas-left {
    width: 300px;
  }

  .text-content .subtitle-lead {
    font-size: 30px;
  }

  #o-nas-slider {
    width: 350px;
  }

  #o-nas-right {
    width: 670px;
  }

  #dash-circle-img, #dash-circle-mask, #solar-panels-img {
    display: none;
  }

  .ll-pos {
    position: static;
    top: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    text-align: center !important;
  }

  .ll-pos-icon-wrapper {
    float: none;
    width: 100%;
    text-align: center;
    float: left;
  }

  .ll-pos-icon-text {
    float: none;
    width: 100%;
    text-align: center !important;
    float: left;
    padding-top: 0 !important;
    margin-bottom: 40px;
  }

  #land-lease {
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-right: 40px;
  }

  .form-label {
    font-size: 16px;
  }

  #o-nas-illustration {
    display: none;
  }

  #o-nas-illustration-mobile {
    width: 100%;
    height: 220px;
    position: relative;
    display: block;
    transition: 0.5s all ease;
  }

  .o-nas-illustration-img-mobile {
    width: 100%;
    height: 220px;
    position: absolute;
    background-position: top center;
    transition: 0.5s all ease;
  }

  #o-nas-illustration-img-mobile-0 {
    background-image: url("../img/o_nas_illustration_hor.jpg");
  }

  #o-nas-illustration-img-mobile-1 {
    background-image: url("../img/o_nas_horizontal_2.jpg");
  }

  #o-nas-illustration-img-mobile-2 {
    background-image: url("../img/o_nas_horizontal_3.jpg");
  }

  .o-nas-illustration-img-mobile.disabled {
    opacity: 0;
  }

  #o-nas-slider {
    margin-top: -45px;
  }
}
@media (max-width: 1090px) {
  #o-nas {
    padding-top: 0;
  }
  #o-nas h2 {
    margin-top: 0;
  }

  #o-nas-wrapper {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  #o-nas-left {
    width: calc(100% - 80px);
    padding-right: 0;
    margin-left: 40px;
    margin-right: 40px;
    text-align: center;
  }

  #o-nas-right {
    width: 100%;
    margin-top: 40px;
    overflow: auto;
  }

  #o-nas-illustration {
    width: 100%;
    height: 220px;
    overflow: hidden;
  }
  #o-nas-illustration img {
    width: 100%;
  }

  #o-nas-illustration::before {
    display: none;
  }

  #o-nas-slider {
    width: 100%;
    margin-left: 0;
  }

  #o-nas-slider .glide__bullets {
    display: block;
  }

  .glide__bullet {
    background: #ffffff;
    border: 1px solid #4D475E;
    box-shadow: none !important;
    width: 12px;
    height: 12px;
  }

  .glide__bullet:hover {
    border: 1px solid #F99D24;
  }

  .glide__bullet:focus {
    background: #563E98;
    border: 1px solid #563E98;
  }

  #o-nas-slider {
    width: calc(100% - 80px);
    padding-top: 0;
    margin-left: 40px;
    margin-right: 40px;
  }

  #o-nas-slider .glide__slide {
    padding-left: 0;
    text-align: center;
    padding-top: 100px;
  }

  .o-nas-number {
    left: 50%;
    position: absolute;
    top: 0px;
    margin-left: -32px;
  }

  .form-group-col {
    margin-right: 45px;
    width: calc(50% - 23.5px);
  }

  .form-group-col:nth-child(3),
.form-group-col:nth-child(6) {
    margin-right: 45px;
  }

  .form-group-col:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 1040px) {
  #menu-toggle-wrapper, #menu-toggle {
    display: block;
  }

  #header {
    height: 65px;
  }

  #logo {
    width: 146.42px;
    height: 51px;
    top: 7px;
    left: 20px;
  }

  #menu-layer {
    position: fixed;
    width: 0%;
    height: 0%;
    top: 65px;
    left: 0;
    overflow: hidden;
    z-index: 19;
    opacity: 0;
    transition: opacity 0.2s ease-in;
  }

  #menu-layer.active {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  #menu-purple {
    background: #563E98;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 100%;
    transition: all 0.2s ease-in;
  }

  #menu-layer.scroll-on #menu-purple {
    left: 0;
  }

  #menu-layer.active #menu-purple {
    width: 100%;
  }

  #main-menu-links {
    width: 100%;
    left: 0;
    margin-left: auto;
    top: 16px;
  }

  #main-menu li {
    margin: 10px 0;
    width: 100%;
    float: none;
    text-align: center;
  }
  #main-menu li a {
    color: #ffffff;
  }
  #main-menu li a:hover {
    color: #ffffff;
    opacity: 0.7;
  }

  #o-nas-wrapper {
    padding-bottom: 50px;
  }

  h2, #kontakt-wrapper h2 {
    font-size: 36px;
  }

  #kontakt-wrapper .subtitle-lead {
    font-size: 26px;
  }

  #work-subheader-wrapper h1 {
    font-size: 50px;
  }

  #work-lead {
    font-size: 18px;
  }

  #work h2 {
    font-size: 28px;
  }

  #job-offers #accordion-list .qa-question-title {
    font-size: 24px;
  }
}
@media (max-width: 990px) {
  #blog-search {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 20px;
  }

  #blog-subheader h1 {
    margin-bottom: 30px;
  }

  #first-blog-post-img {
    width: 100%;
    margin-right: 0;
  }

  #first-blog-post-content {
    width: 100%;
  }

  .blog-pos {
    height: 600px;
  }

  .blog-post-content {
    padding: 20px;
  }
  .blog-post-content a.blog-read-more-btn {
    left: 20px;
    bottom: 20px;
  }

  #first-blog-post-content h2 {
    font-size: 22px;
    line-height: 130%;
  }

  #first-blog-post-content p {
    font-size: 16px;
  }

  .blog-pos .blog-pos-title {
    font-size: 22px;
    line-height: 130%;
  }

  .blog-pos-lead {
    font-size: 16px;
  }

  #breadcrumb {
    margin-top: 30px;
  }

  #post-subheader {
    height: auto;
    padding-bottom: 20px;
    min-height: 270px;
  }

  #post-subheader-wrapper h1 {
    font-size: 22px;
    font-weight: 300;
  }

  #post-lead {
    font-size: 18px;
  }

  #post-content h2 {
    font-size: 26px;
  }

  #post-content p {
    font-size: 16px;
  }

  #similar-posts-box-title {
    font-size: 34px;
    margin-bottom: 30px;
    margin-top: 60px;
  }

  .similar-post .blog-pos-title {
    font-size: 22px;
  }

  .home-slider-content-wrapper {
    padding-top: 40px;
  }
}
/*mobile*/
@media (max-width: 720px) {
  #home-slider-content-1 {
    background-image: url("../img/slider_bg_mobile.jpg");
  }

  #home-slider-content-2 {
    background-image: url("../img/slider_bg_2_mobile.jpg");
  }

  #home-slider-content-3 {
    background-image: url("../img/slider_bg_3_mobile.jpg");
  }

  #home-slider .glide__slide a {
    font-size: 16px;
  }

  .hp-slider-title {
    font-size: 22px;
  }

  h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .text-content p {
    font-size: 18px;
  }

  .text-content .subtitle-lead {
    font-size: 25px;
  }

  #dzierzawa p {
    font-size: 17px;
  }

  .oragne-box-column {
    width: 100%;
  }

  .oragne-box-column-title {
    font-size: 18px;
  }

  .oragne-box-number {
    font-size: 85px;
    height: 85px;
  }

  .oragne-box-column-label {
    font-size: 16px;
  }

  #oragne-box p {
    font-size: 15px;
    font-family: "Poppins-Regular";
  }

  .orange-btn {
    width: 272px;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }

  #czy-wiesz-ze {
    margin-bottom: 60px;
  }

  #qanda-wrapper h2 {
    margin-bottom: 30px;
  }

  .qa-question-title {
    font-size: 16px;
  }

  .qa-question-answer {
    font-size: 14px;
  }

  #kontakt-wrapper h2 {
    font-size: 22px;
    padding-top: 30px;
  }

  #kontakt-wrapper .subtitle-lead {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #contact-form-wrapper {
    padding: 30px;
  }

  #contact-from-title {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .form-group-col {
    width: calc(100% - 2px);
    margin-right: 0 !important;
  }

  .form-label {
    font-size: 13px;
  }

  .form-text-field {
    height: 50px;
  }

  .checkbox-group {
    width: 100%;
    margin-right: 0;
  }

  .checkbox-group:first-child {
    margin-bottom: 30px;
  }

  footer {
    font-size: 14px;
  }

  #work h2 {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  #job-offers #accordion-list .qa-question-title {
    font-size: 16px;
  }

  .job-section-title {
    font-size: 13px;
  }

  .job-bullet-list {
    font-size: 13px;
  }

  #work-subheader {
    height: 160px;
  }
  #work-subheader h1 {
    font-size: 26px;
    margin-top: 26px;
  }
  #work-subheader #breadcrumb {
    margin-top: 36px;
  }

  #work-lead {
    padding-top: 26px;
  }

  .blog-pos {
    width: 100%;
    margin-right: 0;
    height: auto;
    padding-bottom: 50px;
  }

  #search-blog-input {
    height: 40px;
  }

  #search-blog-submit {
    top: 7px;
  }

  #blog-subheader h1 {
    font-size: 26px;
  }

  #similar-posts-slider .glide__bullets {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  #similar-posts-slider .glide__bullet {
    width: 12px;
    height: 12px;
    border-radius: 1000px;
  }

  #similar-posts-list {
    padding: 0 40px;
  }

  #similar-posts-box {
    overflow: hidden;
  }
  #similar-posts-box .glide__track {
    overflow: visible !important;
  }

  #home-slider-wrapper, #home-slider-wrapper .home-slider-content {
    height: 440px;
  }

  #home-slider-wrapper .slider-content {
    margin-top: 20%;
  }

  .home-slider-content-wrapper {
    text-align: center;
  }
}
@media (max-width: 520px) {
  footer {
    padding-top: 30px;
    height: auto;
    line-height: 100%;
    padding-bottom: 30px;
  }

  .footer-copyright {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-divider {
    display: none;
  }

  checkbox-label {
    width: 80%;
  }

  #contact-form-wrapper {
    width: calc(100% );
    margin-left: -15px;
    padding: 15px;
  }
}
/*cookie------------*/
#pef-cookie {
  position: fixed;
  width: calc( 100%);
  min-height: 30px;
  display: block;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999;
  font-family: "Montserrat-Regular", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
}

#pef-cookie-container {
  max-width: 980px;
  padding: 4px 0;
  background: transparent;
  margin: 0 auto;
  display: block;
  color: #ffffff;
}

#pef-cookie-content {
  float: left;
  width: calc(100% - 155px);
  padding: 20px 20px 20px 20px;
}
#pef-cookie-content a {
  color: #F99D24;
  text-decoration: none;
}
#pef-cookie-content a:hover {
  text-decoration: underline;
}

#pef-accept-cookie {
  border: 0;
  font-family: "Montserrat-SemiBold", "Arial", "Helvetica", sans-serif;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  width: auto;
  height: 35px;
  line-height: 35px;
  background-color: #563E98;
  text-decoration: none;
  display: inline-block;
  border-radius: 35px;
  background: #F99D24;
  width: 100px;
  margin-top: 20px;
  margin-right: 15px;
}

#pef-accept-cookie:hover {
  background: linear-gradient(180deg, #f8d46e 0%, #ecc65e 100%);
}

/*# sourceMappingURL=main.css.map */
