html {
  scroll-behavior: smooth;
}

button {
  padding:0;
  border: 0;
}

/* START inherited styles overwrite */
.cbolui-ddl .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1220px;
}
.c-logobar__logo img {
  margin-left: 20px;
  max-width: 100%;
  width: 200px;
}
.cbolui-ddl .c-topbar {
  display: block;
  background-color: #000;
  overflow: hidden;
}

.cbolui-ddl footer {
  background-color: #000;
}

.cbolui-ddl .checkbox input:checked + label,
.cbolui-ddl .checkbox label:hover,
.cbolui-ddl .checkbox input[type="checkbox"]:focus + label {
  color: currentColor;
}

.cbolui-ddl .checkbox input:checked + label:before {
  background-color: #49b6ef;
}

.cbolui-ddl form .form-control.validation-input-success {
  border: none;
}

.cbolui-ddl .loader.start:before {
  background-color: rgba(33, 55, 105, 0.8);
}
/* STOP inherited styles overwrite */

.container-fluid--paddingTop {
  padding-top: 45px;
}
.container-fluid--paddingBottom {
  padding-bottom: 45px;
}

.c-topbar__con ul li {
  display: none;
}

.c-topbar__con ul li.mobile-visible {
  display: block;
}

.hero-section {
  background: #000 url("../assets/images/top-bg-mobile.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  min-height: calc(100vh - 99px);
  position: relative;
}

.hero-section-technologiczny {
  background: #000 url("../assets/images/top-bg-mobile.png") no-repeat center;
  background-size: cover;
  color: #fff;
  min-height: calc(100vh - 99px);
  position: relative;
}

.hero-section-eko {
  background: #000 url("../assets/images/eko-bg-mobile.png") no-repeat center;
  background-size: cover;
  color: #fff;
  min-height: calc(100vh - 99px);
  position: relative;
}

h1.hero-section__title {
  font-size: 2.2rem;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
}

.hero-section p,
.hero-section-technologiczny p {
  font-size: 1.2rem;
}

.hero-section__content {
  margin-top: 10vh;
  margin-bottom: 75px;
}

.hero-section__apla {
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: -10px;
  margin-right: -10px;
  padding: 20px 10px;
}

a.button,
button.button, .button {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  font-stretch: expanded;
  color: #fff !important;
  background-color: #49b6ef;
  padding: 15px;
  width: 260px;
  min-height: 54px;
  border: none;
  border-radius: 6px;
  margin: 35px auto 0 !important;
  transition: background-color 0.2s ease;
}
a.button:hover,
button.button:hover, .button:hover {
  background-color: #3c8db8;
}

a.button--yellow,
button.button--yellow, .button--yellow {
  background-color: #eaa726;
}

a.button--yellow:hover,
button.button--yellow:hover, .button--yellow:hover {
  background-color: #cd8e14;
}

.button--grey {
  background-color: #f7f7f7;
}

.button--grey:hover {
  background-color: #f7f7f7;
}

a.button-fuksja {
	background-color: #c6007e;
}

a.button-fuksja:hover  {
	background-color: #c73c95;
}

a.button-forest {
	background-color: #00843D;
}

a.button-forest:hover  {
	background-color: #29993D;
}

.c-cta-icon {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
  animation: bounce 1.3s ease infinite;
}

.c-cta-icon img {
  display: block;
  max-width: 3rem;
  height: auto;
}

h2.section__title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #144683;
  margin-bottom: 20px;
}

h2.section__title-fuksja {
	color:  #c6007e;
}
h2.section__title-forest {
	color:  #00843D;
}

h2.section__title--light {
  color: #49b6ef;
}

.flex {
	display: flex;
}

.flex img {
	height: 100%;
}

.flex-map img{
	min-width: 280px;
    }

.flex div {
	margin-left: 10px;
}

.section__title span,
.section__title-fuksja span {
  display: block;
  font-size: 0.56em;
  font-weight: 400;
  margin-top: 40px;
}

.section__title span.upper {
  text-transform: uppercase;
  font-size: 0.43em;
  margin-bottom: 5px;
  color: #49b6ef;
}

h3.section__subtitle {
  font-size: 2.2rem;
  line-height: 1.2;
  color: #eaa726;
  margin-bottom: 30px;
}

.under-section__icons-list{
	list-style:none;
	text-align: center;
}

p.under-section__content-contacts {
	font-size: 1.2rem;
	line-height: 2rem;
    margin-bottom: 40px;
    color: #49b6ef;
	text-align: center;
}

.under-section__content-contacts-email {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin-bottom: 0px;
}

.under-section__content-contacts-email img {
    margin-right: 5px;
    width: 40px;
    height: 40px;
}

.under-section__content-contacts-email a {
	text-decoration: none;
	font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.2;
    color: #144683;
}

.under-section__icons-list-wrapper {
	margin:20px 0 20px;
}

.contacts-section {
	background-color:#eee;
	padding: 20px 40px;
	margin-top: 40px;
}

.contacts-section__content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.contacts-section__content img {
	min-width: 50px;
    margin-right: 40px;
}

.contacts-section__content a {
	text-decoration: none;
	color: #000000;
}
	
.under-section__icons {
	margin-bottom: 30px;
}

.under-section__icons img {
	margin-bottom: 30px;
}

.under-section__icons p {
	line-height: 1rem;
}

	
.under-section__cover {
  text-align: center;
  margin-bottom: 45px;
}
.under-section__cover img {
  width: 100%;
  max-width: 475px;
}
.under-section__description ul li {
  position: relative;
  padding-left: 20px;
}
.under-section__description ul li:before {
  content: "\2022";
  position: absolute;
  color: #49b6ef;
  left: 5px;
}

.under-section__description ul.fuksja li:before {
	color:  #c6007e;
}

.under-section__description ul.forest li:before {
	color:  #00843D;
}

 ul.nested-list {
	  list-style: none;
	  margin-top: 9px;
  }
  
  ul.nested-list li {
	margin-bottom: 4px;
    padding: 0;
    font-size: 14px;
  }
  
  ul.nested-list li:before  {
	  content:'';
	 
  }

.share-buttons__wrapper {
  position: relative;
}

.share-button {
  position: absolute;
  bottom:0;
  left: 50%;
  transform: translate(-50%);
}

.share-buttons {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

li.share-buttons__item{
  margin:0;
}

.form-section {
  background-color: #213869;
  color: #fff;
}

.inputs-group .form-group {
  float: unset;
}

[data-inputs-group] {
  margin-bottom: 20px;
}

.con {
  display: block;
  text-align: center;
  margin: 0 10px;
}

.group-error-message {
  font-size: 0.75rem;
  text-align: center;
}

.notification-popup {
  background-color: #f7f7f7;
  position: fixed;
  bottom: 15px;
  right: 15px;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.3);
}
.notification-popup p {
  margin-bottom: 0;
  font-size: 14px;
}

a.message-link {
  color: #fff  !important;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
	
	.flex {
	align-items: center;
    }
	
	.flex div {
	margin-left: 60px;
    }
		
	.flex-map {
		display: flex;
	align-items: center;
    }
	
	.flex-map div {
	margin-left: 10px;
    }
	
	.flex-map img {
    min-width: 565px;
    }
	
	.align-center {
	align-items: center;
    display: flex;
    }
	
	.under-section__icons-list{
	display: flex;
	justify-content: space-evenly;
    padding: 10px 150px;
	}
	
	.under-section__icons {
	margin-bottom: 0px;
    }
	
	.under-section__content-contacts-email li a{
	font-size: 1.6rem;
    }
	
	.under-section__content-contacts-email img{
	margin-right: 20px;
	width: 60px;
    height: 60px;
}
	
	.contacts-section__content img {
	width: 20%;
    }

	
  /* START inherited styles overwrite */
  .cbolui-ddl .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
  /* STOP inherited styles overwrite */

  .container-fluid--paddingTop {
    padding-top: 60px;
  }
  .container-fluid--paddingBottom {
    padding-bottom: 60px;
  }

  .c-topbar__con ul li {
    display: block;
  }

  .hero-section {
    background-image: url("../assets/images/top-bg-desktop.jpg");
    min-height: 460px;
  }
  
  .hero-section-technologiczny {
    background-image: url("../assets/images/top-bg-desktop.png");
   min-height: 460px;
  }

  .hero-section-eko {
    background-image: url("../assets/images/eko-bg-desktop.png");
    min-height: 460px;
  }

  .hero-section__content {
    margin-top: 30px;
    margin-bottom: 85px;
    max-width: 50%;
  }

  .hero-section__apla {
    background-color: rgba(255, 255, 255, 0.18);
    margin-left: -25px;
    margin-right: -25px;
    padding: 10px 35px;
  }

  .c-cta-icon {
    display: none;
  }

  .section__title span.upper {
    margin-top: 45px;
  }

  .desktop-centered {
    text-align: center;
  }

  .under-section__cover {
    margin-top: 30px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .under-section__description img{
    width: 50%;
	display: flex;
    margin: auto;
  }
  
  .under-section__description ul li {
    padding-left: 40px;
  }
  .under-section__description ul li:before {
    left: 15px;
  }
  
  ul.nested-list {
	  list-style: none;
	  margin-top: 9px;
  }
  
  ul.nested-list li {
	margin-bottom: 4px;
    padding: 0;
    font-size: 14px;
  }
  
  ul.nested-list li:before  {
	  content:'';
	 
  }

  .con {
    margin-top: 35px;
  }

  .inputs-group {
    display: flex;
  }
}

@keyframes bounce {
  50% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
