body {
  -webkit-font-smoothing: antialiased;
}

header .unia img {
    //width: 100%;
    display: block;
    //float: left;
	height: 75px;
	margin: 0 auto;
	}

header nav {
  padding: 15px 0;
  background-color: #FFF;
}

header nav .line-right, header nav .line-left {
  height: 52px;
}

header nav .line-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header nav .logo img {
  height: 52px;
}

header nav .hamburger {
  display: none;
}

@media all and (max-width: 991px) {
  header nav .hamburger {
    display: block;
  }
}

header nav .hamburger img {
  width: 32px;
}

header nav .navigation:after {
  content: '';
  display: table;
  clear: both;
}

header nav .navigation ul {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  float: right;
}

@media all and (max-width: 991px) {
  header nav .navigation ul {
    display: none;
  }
}

header nav .navigation ul li {
  font-size: 13px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Roboto', serif;
  letter-spacing: 0.6px;
  padding: 0 12px;
  transition: 0.3s ease-in-out;
}

header nav .navigation ul li:hover a {
  color: #fd792e;
}

header nav .navigation ul li:last-child {
  padding-right: 0;
}

header nav .navigation ul a {
  transition: 0.3s ease-in-out;
  text-decoration: none;
  color: #002d3a;
}



header nav .menu-mobile {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  background: #f8f8f8;
}

header nav .menu-mobile .container {
  height: 100%;
  position: relative;
}

header nav .menu-mobile .menu-close {
  position: absolute;
  right: 34px;
  top: 24px;
}

header nav .menu-mobile .menu-close img {
  width: 26px;
}

header nav .menu-mobile .menu-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

header nav .menu-mobile .menu-content ul {
  padding-left: 0;
  list-style: none;
}

header nav .menu-mobile .menu-content ul li {
  font-size: 22px;
  padding: 20px 0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Arial', sans-serif;
}

@media all and (max-width: 760px) {
  header nav .menu-mobile .menu-content ul li {
    font-size: 19px;
    padding: 16px 0;
  }
}

@media all and (max-width: 700px) {
  header nav .menu-mobile .menu-content ul li {
    font-size: 17px;
    padding: 12px 0;
  }
}

@media all and (max-width: 600px) {
  header nav .menu-mobile .menu-content ul li {
    font-size: 16px;
    padding: 10px 0;
  }
}

header nav .menu-mobile .menu-content ul li a {
  transition: 0.3s ease-in-out;
  text-decoration: none;
  color: #002d3a;
}

header .header-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header .header-bg h1 {
  position: absolute;
  font-family: 'Arial', serif;
  font-size: 40px;
  margin: 0;
}

header .header-bg h1 span {
  display: block;
}

header .container-fluid {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

header .text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header .text-container .container {
  position: relative;
  height: 100%;
}

header .text-container .container h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Roboto', san-serif;
  font-weight: 300;
  font-size: 100px;
  margin: 0;
  padding-left: 15px;
	color: #000;
}

header .text-container .container h3 {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  font-family: 'Roboto', san-serif;
  font-weight: 200;
  font-size: 50px;
  margin: 0;
  padding-left: 15px;
	color: #fff;
}

@media all and (max-width: 1199px) {
  header .text-container .container h1 {
    font-size: 32px;
  }
  header .text-container .container h3 {
    font-size: 25px;
  }
}

@media all and (max-width: 991px) {
  header .text-container .container h1 {
    font-size: 30px;
  }
}

@media all and (max-width: 767px) {
  header .text-container .container h1 {
    font-size: 25px;
  }
}

@media all and (max-width: 567px) {
  header .text-container .container h1 {
    font-size: 20px;
  }
}

@media all and (max-width: 467px) {
  header .text-container .container h1 {
    font-size: 18px;
  }
}

header .text-container .container h1 span {
  display: block;
}

.main-content {
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: 'Arial', serif;
  //background: #f4f4ed;
}

.main-content .box-total {
  padding-bottom: 20px;
}

/*
.main-content .box-total:nth-last-child(-n+2) {
  padding-bottom: 0;
}

@media all and (max-width: 767px) {
  .main-content .box-total:nth-last-child(-n+2) {
    padding-bottom: 60px;
  }
}

@media all and (max-width: 767px) {
  .main-content .box-total:last-child {
    padding-bottom: 0;
  }
}
*/

.main-content .box-bg {
  background: #fff;
  border: solid 1px #000;
}

.main-content .box-header {
  text-align: center;
}

.main-content .box-header img {
  display: inline-block;
}

.main-content .box-content {
  height: auto;
  max-height: 325px;
  padding: 0 40px;
  text-align: center;
}

@media all and (max-width: 991px) {
  .main-content .box-content {
    padding: 0 40px;
  }
}

@media all and (max-width: 767px) {
  .main-content .box-content {
    padding: 10px 40px;
    height: auto;
  }
}

@media all and (max-width: 567px) {
  .main-content .box-content {
    max-height: none;
  }
}

.main-content .box-content h2 {
  text-align: center;
  margin: 30px 0;
  font-size: 20px;
  font-family: 'Roboto', serif;
}

@media all and (max-width: 991px) {
  .main-content .box-content h2 {
    margin: 15px 0;
  }
}

.main-content .box-content p:nth-child(2) {
  //height: 80px;
  height: auto;
}

@media all and (max-width: 991px) {
  .main-content .box-content p:nth-child(2) {
    height: auto;
  }
}

@media all and (max-width: 767px) {
  .main-content .box-content p:nth-child(2) {
    height: auto;
  }
}

.main-content .box-content p a {
  color: #002d3a;
  text-decoration: none;
  text-transform: uppercase;
}

/*
.main-content .box-content .button-more {
  position: relative;
  margin: 20px 0;
  display: inline-block;
  font-size: 12px;
  width: 100%;
  text-align: center;
  border-bottom: 1px dashed #e8e8e8;
  line-height: 0.1em;
}
*/

/*
.main-content .box-content .button-more a {
  background: #fff;
  padding: 0 20px;
  color: #000;
  cursor: pointer;
}*/

.main-content .box-content .button-more a {
  background: #fff;
  padding: 10px 20px;
  color: #fff;
  //background: #b5925e;
  background: linear-gradient(to right, #fd792e, #07a855);
  cursor: pointer;
}

.main-content .firma-bg {
  background: #fff;
  padding-bottom: 40px;

}

.main-content .firma-bg .header-content {
  padding: 50px 0;
  text-align: center;
}

.main-content .firma-bg h1 {
  margin: 0;
  display: inline-block;
  font-size: 24px;
  width: 100%;
  text-align: center;
  //border-bottom: 1px dashed #e8e8e8;
  //line-height: 0.1em;
  font-family: 'Roboto', serif;
  //background: #b5925e;
  background: linear-gradient(to right, #07a855, #fd792e);
  color: #fff;
  padding: 10px 10px;
}

.main-content .firma-bg h1 span {
  //background: #fff;
  //padding: 0 55px;
  //color: #fff;
}

.main-content .firma-bg .firma-bg-content {
  padding: 20px;
  color: #4f4c4d;
}

.main-content .firma-bg .firma-bg-content a{
  color: #07a855 !important;
}

/*.main-content .firma-bg .firma-bg-content p:first-child {
  font-weight: 700;
  margin-bottom: 30px;
}*/

.main-content .firma-bg .firma-bg-content-2 {
  text-align: center;
  padding: 20px;
  margin: 0 20px;
  border-bottom: 1px dashed #e8e8e8;
  border-top: 1px dashed #e8e8e8;
}

.main-content .firma-bg .firma-bg-content-2 h3 {
  font-weight: 700;
  font-size: 16px;
}

.main-content .firma-bg .firma-bg-content-2 p {
  font-style: italic;
  color: #8a8b8e;
}

@media all and (max-width: 520px) {
  .main-content .firma-bg .firma-bg-content-2 p {
    display: none;
  }
}

.main-content .firma-bg .firma-bg-content-2 .bg-content-2-p {
  display: none;
}

@media all and (max-width: 520px) {
  .main-content .firma-bg .firma-bg-content-2 .bg-content-2-p {
    display: block;
   /* line-height: 2;*/
  }
}

/*
.main-content .projekty-bg {
  -webkit-box-shadow: 0px 4px 5px 0px rgba(238, 237, 236, 0.9);
  -moz-box-shadow: 0px 4px 5px 0px rgba(238, 237, 236, 0.9);
  box-shadow: 0px 4px 5px 0px rgba(238, 237, 236, 0.9);
  background: #fff;
  margin-bottom: 50px;
  margin-left: 15px;
  margin-right: 15px;
}
*/

.main-content .projekty-bg .header-content {
  padding: 50px 0;
  text-align: center;
}

.main-content .projekty-bg h1 {
  margin: 0;
  display: inline-block;
  font-size: 24px;
  width: 100%;
  text-align: center;
  //border-bottom: 1px dashed #e8e8e8;
  //line-height: 0.1em;
  font-family: 'Roboto', serif;
  //background: #b5925e;
  background: linear-gradient(to right, #07a855, #fd792e);
  color: #fff;
  padding: 10px 10px;
}

.main-content .projekty-bg h1 span {
  //background: #fff;
  //padding: 0 55px;
}

.main-content .szkolenia-bg {
  -webkit-box-shadow: 0px 4px 5px 0px rgba(238, 237, 236, 0.9);
  -moz-box-shadow: 0px 4px 5px 0px rgba(238, 237, 236, 0.9);
  box-shadow: 0px 4px 5px 0px rgba(238, 237, 236, 0.9);
  background: #fff;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.main-content .szkolenia-bg .header-content {
  padding: 60px 0;
  text-align: center;
}

.main-content .szkolenia-bg h1 {
  margin: 0;
  display: inline-block;
  font-size: 24px;
  width: 95%;
  text-align: center;
  border-bottom: 1px dashed #e8e8e8;
  line-height: 0.1em;
}

.main-content .szkolenia-bg h1 span {
  background: #fff;
  padding: 0 55px;
}

.main-content .szkolenia-bg .szkolenia-bg-content {
  padding: 20px;
  color: #4f4c4d;
}

.main-content .szkolenia-bg .szkolenia-bg-content p:first-child {
  font-weight: 700;
}

.main-content .szkolenia-bg .szkolenia-bg-content-2 {
  text-align: center;
  padding: 20px;
  margin: 0 20px;
  border-bottom: 1px dashed #e8e8e8;
  border-top: 1px dashed #e8e8e8;
}

.main-content .szkolenia-bg .szkolenia-bg-content-2 h3 {
  font-weight: 700;
}

.main-content .szkolenia-bg .szkolenia-bg-content-2 ul {
  list-style: none;
  color: #8a8b8e;
  padding-left: 0;
}

.main-content .szkolenia-bg .szkolenia-bg-content-2 ul li {
  font-size: 16px;
  padding: 10px;
}

@media all and (max-width: 991px) {
  .main-content .offer-box-wrapper .offer-box {
    padding: 0 !important;
    margin: 20px 0;
  }
}

.main-content .offer-box-wrapper .offer-box:first-child {
  padding-left: 0;
}

.main-content .offer-box-wrapper .offer-box:nth-child(2) {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.main-content .offer-box-wrapper .offer-box:last-child {
  padding-right: 0;
}

.main-content .offer-box-wrapper .szkolenia-offer {
  background: #fff;
  height: 440px;
  text-align: left;
  padding: 20px;
}

@media all and (max-width: 1199px) {
  .main-content .offer-box-wrapper .szkolenia-offer {
    height: 500px;
  }
}

@media all and (max-width: 991px) {
  .main-content .offer-box-wrapper .szkolenia-offer {
    height: auto;
  }
}

.main-content .offer-box-wrapper .szkolenia-offer h2 {
  margin: 0;
  padding-top: 20px;
  color: #002d3a;
}

.main-content .offer-box-wrapper .szkolenia-offer ul {
  padding-left: 20px;
  color: #5d5b5c;
}

.main-content .offer-box-wrapper .szkolenia-offer p {
  color: #5d5b5c;
}

.main-content .doradztwo-bg {
  background: #fff;
}

.main-content .doradztwo-bg .header-content {
  padding: 60px 0;
  text-align: center;
}

.main-content .doradztwo-bg h1 {
  margin: 0;
  display: inline-block;
  font-size: 24px;
  width: 95%;
  text-align: center;
  border-bottom: 1px dashed #e8e8e8;
  line-height: 0.1em;
}

.main-content .doradztwo-bg h1 span {
  background: #fff;
  padding: 0 55px;
}

.main-content .doradztwo-bg .doradztwo-bg-content {
  padding: 20px;
}

.main-content .doradztwo-bg .doradztwo-bg-content h3 {
  font-weight: 700;
  font-size: 16px;
  color: #002d3a;
}

.main-content .doradztwo-bg .doradztwo-bg-content p {
  font-size: 14px;
  color: #4f4c4d;
}

.main-content .kontakt-bg {
  background: #fff;
  text-align: center;
}

.main-content .kontakt-bg .header-content {
  padding: 50px 0;
  padding-bottom: 40px;
  text-align: center;
}

.main-content .kontakt-bg h1 {
  margin: 0;
  display: inline-block;
  font-size: 24px;
  width: 100%;
  text-align: center;
  //border-bottom: 1px dashed #e8e8e8;
  //line-height: 0.1em;
  font-family: 'Roboto', serif;
  //background: #b5925e;
  background: linear-gradient(to right, #07a855, #fd792e);
  color: #fff;
  padding: 10px 10px;
}

.main-content .kontakt-bg h1 span {
  //background: #fff;
  //padding: 0 55px;
}

.main-content .kontakt-bg p {
  color: #002d3a;
}

.main-content .kontakt-bg p a {
  text-decoration: none;
  color: #002d3a;
}

.main-content .kontakt-bg p:nth-child(2) {
  padding-bottom: 30px;
}

@media all and (max-width: 767px) {
  .main-content .kontakt-bg p:nth-child(2) {
    padding-bottom: 20px;
  }
}

@media all and (max-width: 567px) {
  .main-content .kontakt-bg p:nth-child(2) {
    padding-bottom: 15px;
  }
}

.main-content .kontakt-bg p:nth-child(3) {
  padding-bottom: 15px;
}

@media all and (max-width: 767px) {
  .main-content .kontakt-bg p:nth-child(3) {
    padding-bottom: 10px;
  }
}

@media all and (max-width: 567px) {
  .main-content .kontakt-bg p:nth-child(3) {
    padding-bottom: 5px;
  }
}

.main-content .kontakt-bg p:nth-child(4) {
  padding-bottom: 15px;
}

@media all and (max-width: 767px) {
  .main-content .kontakt-bg p:nth-child(4) {
    padding-bottom: 10px;
  }
}

@media all and (max-width: 567px) {
  .main-content .kontakt-bg p:nth-child(4) {
    padding-bottom: 5px;
  }
}

.main-content .kontakt-bg p:nth-child(5) {
  padding-bottom: 15px;
}

@media all and (max-width: 767px) {
  .main-content .kontakt-bg p:nth-child(5) {
    padding-bottom: 10px;
  }
}

@media all and (max-width: 567px) {
  .main-content .kontakt-bg p:nth-child(5) {
    padding-bottom: 5px;
  }
}

.main-content .kontakt-bg .map {
  width: 100%;
  height: 400px;
}

.main-content .projekty-sub-bg {
  background: #fff;
  padding: 20px;
}

.main-content .projekty-sub-bg .logo-wrapper {
  display: flex;
  align-items: center;
}

@media all and (max-width: 767px) {
  .main-content .projekty-sub-bg .logo-wrapper {
    flex-wrap: wrap;
  }
  .main-content .projekty-sub-bg .logo-wrapper > div {
    margin: 10px 0;
    width: 50%;
  }
}

.main-content .projekty-sub-bg .logo-wrapper img{
  //width: 100%;
  display: inline-block;
    float: left;
    height: 55px;
}





.main-content .projekty-sub-bg .projekty-sub-hd {
  display: inline-block;
  width: 100%;
}

.main-content .projekty-sub-bg h2 {
  color: #2f2e2e;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
  margin: 0;
  font-family: 'Roboto', serif;
}

.main-content .projekty-sub-bg .p-wrapper a{
  color: #07a855 !important;
}

@media all and (max-width: 667px) {
  .main-content .projekty-sub-bg h2 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.main-content .projekty-sub-bg .buttons-wrapper {
  text-align: center;
}

.main-content .projekty-sub-bg .buttons-wrapper p {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  padding: 0 25px;
}

@media all and (max-width: 667px) {
  .main-content .projekty-sub-bg .buttons-wrapper p {
    display: block;
  }
}

.main-content .projekty-sub-bg .buttons-wrapper p a {
  color: #2f2e2e;
  text-decoration: none;
}
.main-content .projekty-sub-bg .buttons-wrapper p a:hover{
	transition: 0.3s ease-in-out;
  text-decoration: none;
  color: #07a855;
}
.active-project-box-li{
	transition: 0.3s ease-in-out !important;
  text-decoration: none !important;
  color: #07a855 !important;
}

.main-content .projekty-sub-bg .p-wrapper p {
  padding: 8px 0;
}

.main-content .projekty-sub-bg .p-wrapper p a{
	 color: #07a855;
}

footer {
  //background: #fff;
  //background: #07a855;
  background: linear-gradient(to right, #fd792e, #07a855);
  font-family: 'Arial', sans-serif;
  padding: 40px 0;
  color: #fff;
}

footer .footer-left {
  line-height: 1.5;
  height: 220px;
  font-size: 15px;
}

@media all and (max-width: 767px) {
  footer .footer-left {
    text-align: center;
    height: auto;
  }
}

footer .footer-left p a {
  color: #333;
  text-decoration: none;
}

footer .footer-left p:first-child {
  margin-bottom: 30px;
  font-size: 15px;
}

footer .footer-right {
  height: 220px;
}

footer .footer-right:after {
  content: '';
  display: table;
  clear: both;
}

@media all and (max-width: 767px) {
  footer .footer-right {
    height: auto;
  }
}

footer .footer-right ul {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  float: right;
}

@media all and (max-width: 991px) {
  footer .footer-right ul {
    text-align: right;
  }
}

@media all and (max-width: 767px) {
  footer .footer-right ul {
    width: 100%;
    text-align: center;
  }
}

footer .footer-right ul li {
  font-size: 13px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Arial', sans-serif;
  letter-spacing: 0.6px;
  padding: 0 12px;
}

footer .footer-right ul li:hover a {
  color: #000;
}

footer .footer-right ul li:last-child {
  padding-right: 0;
}

@media all and (max-width: 991px) {
  footer .footer-right ul li:nth-child(4) {
    padding-right: 0;
  }
}

@media all and (max-width: 767px) {
  footer .footer-right ul li:nth-child(4) {
    padding: 0 12px;
  }
}

footer .footer-right ul a {
  transition: 0.3s ease-in-out;
  text-decoration: none;
  //color: #002d3a;
}

footer .footer-right-top {
  width: 100%;
  height: auto;
  min-height: 1px;
  float: left;
  position: relative;
}

footer .footer-right-top:after {
  content: '';
  display: table;
  clear: both;
}

footer .footer-right-bottom {
  text-transform: uppercase;
  width: 100%;
  height: auto;
  min-height: 1px;
  position: absolute;
  bottom: 0;
  right: 15px;
}

@media all and (max-width: 767px) {
  footer .footer-right-bottom {
    position: relative;
    right: 0;
    top: 15px;
  }
}

footer .footer-right-bottom .footer-right-bottom-content {
  text-align: right;
}

@media all and (max-width: 767px) {
  footer .footer-right-bottom .footer-right-bottom-content {
    text-align: center;
  }
}

footer .footer-right-bottom .footer-right-bottom-content a {
  color: #002d3a;
  text-decoration: none;
}
