  /*!
Theme Name: KD-Max
Theme URI: http://underscores.me/
Author: Volodymyr Yukhymchuk
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kdmax
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

KD-Max is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader_inner {
	background-image: url("img/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}

body {
	font-family: sans-serif;
	font-size: 15px;
	min-width: 320px;
	position: relative;
	line-height: 1.4;
	/*font-family: "RobotoRegular", sans-serif;
  font-family: "FigtreeRegular", sans-serif;*/
  font-family: 'Poppins';
	overflow-x: hidden;
  font-display:swap;
}
.hidden {
	display: none;
}
/*
=================================================
              FONTS CLASSES
================================================= 
*/
.roboto-regular {
font-family: "RobotoRegular";
}
.roboto-light {
font-family: "RobotoLight";
}
.roboto-medium {
font-family: "RobotoMedium";
}
.roboto-bold {
font-family: "RobotoBold";
}


.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


/*
=================================================
              HEADER STYLES
================================================= 
*/

@media (min-width: 1200px) {
  .container {
      width: 1260px;
  }
} 


header {
    width: 100%;
    background-color: #F2F2F2;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    color: #45545C;
    font-size: 14px;
}
.navbar {
  margin-bottom: 0;
  /* margin-top: 15px; */
}
.navbar-brand {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0;
  align-items: center;
}
header .navbar .navbar-header h1{
	margin-bottom: 0;
    margin-top: 0;
    color: #ffffff;
    font-size: 30px;
}
header .navbar .navbar-header h1:hover {
	color: #ffffff;
}
header .navbar .navbar-brand a {
	font-size: 30px;
	color: #ffffff;
}
header .navbar .navbar-brand a:hover {
	text-decoration: none;
}
header .navbar .navbar-brand img {
	max-height: 70px;
  width: 100%;
}
.navbar-default {
  background-color: transparent;
  border: none;
}
.header-button {
    display: inline-block;
    float: right;
    width: 160px;
}

.blue-button {
  padding: 8px 40px !important;
  border-radius: 50px;
  background-color: #009fe3 !important;
  font-size: 14px;
  color: #fff !important;
  text-decoration: none;
  font-family: "RobotoBold" !important;
  position: relative;
  z-index: 1;
  transition: background 0.2s ease-in, color 0.2s;
    -moz-transition: background 0.2s ease-in, color 0.2s;
    -ms-transition: background 0.2s ease-in, color 0.2s;
    -o-transition: background 0.2s ease-in, color 0.2s;
    -webkit-transition: background 0.2s ease-in, color 0.2s;
}
.blue-button:hover{
  background-color: #4bb6e4 !important;
  text-decoration: none !important;
  color: #ffffff !important;
}

/*.header-button,
.header-flex-row {
    position: relative;
}*/

.header-button {
    display: block;
    float: right;
    width: 160px;
    position: relative;
}

.header-button .new-button {
    position: absolute;
    top: -70px;
    right: 0;
    background-color: #3C4A50;
    height: 80px;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    justify-content: center;
    color: #F2F2F2;
    z-index: 9999;
    font-family: 'Poppins';
    padding-top: 5px;
}


.nav > li.dropdown.open {
  position: static;
}

.nav > li.dropdown.open .dropdown-menu {
  display: table;
  border-radius: 0px;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  background-color: #616E77;
  box-shadow: none;
  /* padding: 15px 0; */
  padding: 0;
  border: none;
  min-width: 180px;
}
.dropdown-menu > li {
  display: inline-block;
  line-height: 50px;
  vertical-align: middle;
  position: relative;
}
.dropdown-menu > li:first-child {
	margin-left: -50px;
}

.dropdown-menu .current-menu-item a {
  box-shadow:inset 0px -3px 0px 0px #404a50;  
}

.dropdown-menu>li>a:hover {
  box-shadow:inset 0px -2px 0px 0px #fdfdfd !important;  
  color: #fdfdfd; 
}

.dropdown-menu>li .current-menu-item a {
  box-shadow:inset 0px -2px 0px 0px #fdfdfd !important;
}

.current-menu-item a{
	box-shadow:inset 0px -3px 0px 0px #404a50;
}
.current-menu-ancestor a{
	box-shadow:inset 0px -3px 0px 0px #404a50;
}
.dropdown-menu>li>a {
	box-shadow:none !important;
}
.nav .open .current-menu-item a{
	color: #FDFDFD;
  box-shadow: inset 0 -3px 0 0 !important;
}
/*.nav .open .current-menu-item {
   box-shadow: -1px 0px 0px 0px #e9e9e9;
 }*/
.nav .open .current-menu-item:after{
   display: none;
 }
  .dropdown-menu>li>a {
    padding: 21px 18px;
    color: #FDFDFD;
    font-size: 14px;
    line-height: 17px;
 }
 .dropdown-menu>li>a:hover {
   background-color: transparent;
 }
 .dropdown-menu>li>a:focus {
   box-shadow: inset 0 -3px 0 0 #404a50;
 }
 .dropdown-menu>li:after{
   content: '';
   position: absolute;
   height: 36px;
   width: 1px;
   right: 0;
   top: 15px;
   background-color: #b5b5b5;
   display: none;
 }
 .dropdown-menu>li:last-child:after{
   display: none;
 }
/* .dropdown-menu>li:hover{
   background-color: #e9e9e9;
   box-shadow: -1px 0px 0px 0px #e9e9e9;
 }*/
 .dropdown-menu>li:hover:after{
   display: none;
 }
 .navbar-default .navbar-nav>li>a {
   color: #45545C;
   /*padding: 26px 15px;*/
   padding: 30px 15px 20px;
   box-sizing: border-box;
   position: relative;
  font-family: 'Poppins';
 }
 .navbar-default .navbar-nav>li>a:visited {
   color: #45545C;
 }

 .navbar-default .navbar-nav>li>a:hover {
   /*font-weight: bold;*/
   color: #45545C;
   box-shadow:inset 0px -3px 0px 0px #404A50;
 }
/* .navbar-default .navbar-nav>.open>a,
 .navbar-default .navbar-nav>.open>a:focus{
   background-color: transparent;
   color: #ffffff;
 }
 .navbar-default .navbar-nav>.open>a:hover {
  color: #ffffff;
  background-color: transparent;
}*/
.navbar-header button.navbar-toggle {
  margin-right: 0;
}
.navbar-header button.navbar-toggle:hover {
  background-color: transparent;
}
@media screen and (max-width: 1200px) {
	.navbar-default .navbar-nav>li>a {
		padding: 18px 10px;
		font-size: 11px;
	}
	.dropdown-menu>li>a {
		padding: 15px 11px;
		font-size: 13px;
	}
	.dropdown-menu>li:after {
		height: 30px;
		top: 9px;
	}
}
@media screen and (max-width: 1024px) {
	.navbar-default .navbar-nav>li>a {
		padding: 13px 7px;
		font-size: 11px;
	}
	.dropdown-menu>li>a {
		padding: 10px 6px;
		font-size: 11px;
	}
	.dropdown-menu>li:after {
		height: 23px;
    	top: 6px;
	}
}
@media screen and (max-width: 1024px) {
  .navbar-default .navbar-nav>li>a {
    padding: 12px 6px;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .dropdown-menu > li {
    display: block;
  }
  .header-button {
  	display: none;
  }
  .navbar-default .navbar-nav>li>a {
    color: #777;
    font-weight: lighter;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .navbar-default .navbar-nav>li>a:hover {
    box-shadow: inset 0 -3px 0 0 #404a50;
  }
  .navbar-default .navbar-nav>li>a:visited{
   color: #777;
 }
 .navbar-default .navbar-nav>.open>a:focus {
    color: #777;
    box-shadow: inset 0 -3px 0 0 #404a50;
 }
 .navbar-nav .open .dropdown-menu>li>a {
  border-bottom: 1px solid #777;
  margin: 0 20px;
}
.dropdown-menu > li:first-child {
	margin-left: 0px;
}
	.navbar-nav .open .dropdown-menu>li:last-child a{
		border-bottom: none;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fdfdfd;
    box-shadow: inset 0 -3px 0 0 #fdfdfd;
}


	header .navbar .navbar-brand img {
		max-height: 50px;
}
.current-menu-item a{
	box-shadow:none;
}
.current-menu-ancestor a{
	box-shadow:none;
}
.navbar-default .navbar-nav>li>a {
    font-size:28px;
}
}
@media (min-width: 768px) {
	.navbar-collapse.collapse {
   display: inline-block!important;
 }
 .header-flex-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  line-height: 100%;
  justify-content: flex-start;
}
.navbar-collapse {
 /*margin: 0 50px 0 auto;*/
    margin: 0 0 0 100px;
}

}
@media screen and (min-width: 768px) and  (max-width: 991px) {
  .navbar-collapse {
    margin: 0;
    margin-left: 110px;
  }
  .header-button .blue-button {
    padding: 4px 20px !important;
    font-size: 12px;
  }
}

/*
=================================================
              FOOTER STYLES
================================================= 
*/


footer {
  background-color: #e2e2e2;
  padding: 35px 0px 45px 0px;
}
footer .social {
  display: block;
  text-align: center;
  width: auto;
  float: none;
  margin: 0 auto;
}
footer .social a {
  padding: 0px 10px;
  color: #4f4f4f;
  font-size: 35px;
  width: 35px;
  height: 35px;
  text-decoration: none;
}
footer .footer-form {
  text-align: center;
}
footer .menu .title {
  font-family: "RobotoMedium";
}
footer .menu ul {
  font-family: "RobotoLight";
  margin: 20px 0px 0px 0px;
  padding: 0px;
  list-style: none;
}
footer .menu ul li a {
  color: #000;
}
.footer-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 1px dashed #d2d2d2;
 /*  margin-left: 90px; */
  margin-top: 50px;
}
.footer-form p{
  font-family: "RobotoRegular";
  font-size: 16px;
  margin-bottom: 20px;
}
footer .footer-form input,
footer .footer-form textarea {
  border: none;
  padding: 8px;
  width: 370px;
  display: block;
  margin-bottom: 12px;
}
footer .contact-form {
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
    flex-direction: column;
    align-items: center;
}
footer .footer-form input:focus,
footer .footer-form textarea:focus {
  outline: none;
}
footer .contact-form textarea {
  resize: none;
}
footer .footer-form .blue-button {
    border: none;
    margin-top: 10px;
    width: 170px;
}
footer .contact-form br {
	display: none;
}
footer .part {
  margin-top: 60px;
  text-align: center;
}
footer .part ul {
  list-style: none;
  display: table;
  text-align: center;
  width: auto;
  padding: 0 0 0 30px;
}
footer .part ul li.cat_name {
  font-family: "RobotoMedium";
  font-size: 16px;
  padding: 0px 55px 0px 0px;
  vertical-align: middle;
}
footer .part ul li {
  display: table-cell;
  padding: 0px 15px;
}
footer .part ul li a {
  font-family: "RobotoLight";
  font-size: 15px;
  color: #000;
}
footer .part ul li img {
  max-height: 22px;
}
footer .part ul li a img {
  opacity: .5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: opacity .3s , -webkit-filter .3s linear;
  transition: opacity .3s , -webkit-filter .3s linear;
  -o-transition: filter .3s linear , opacity .3s;
  transition: filter .3s linear , opacity .3s;
  transition: filter .3s linear , opacity .3s , -webkit-filter .3s linear;
}
footer .part ul li a:hover > img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
footer .part ul li p {
  padding-top: 16px;
  margin-bottom: 0;
  font-size: 14px;
  color: #000;
}
footer .social a {
  padding: 0px 10px;
  color: #4f4f4f;
  font-size: 35px;
  width: 35px;
  height: 35px;
  text-decoration: none;
}
footer .social a.fb:hover {
  color: #4867AA;
}
footer .social a.tw:hover {
  color: #1DA1F2;
}
footer .social a.in>i:hover {
  background: #f2ce09;
  background: -webkit-linear-gradient(45deg, #f2ce09 0%, #aa0839 50%, #490383 100%);
  background: -o-linear-gradient(45deg, #f2ce09 0%, #aa0839 50%, #490383 100%);
  background: linear-gradient(45deg, #f2ce09 0%, #aa0839 50%, #490383 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

footer .social a.yt:hover {
  color: #D22222;
}
footer .menu {
  margin-top: 70px;
  padding: 0;
}
footer .current-menu-item a {
    box-shadow: none;
}
@media screen and (max-width: 1200px) {
	 footer .footer-form {
	 	margin-left: 0;
	 	border-left: none;
	 }
}
@media screen and (max-width: 767px) {

  footer .part {
    margin-top: 50px;
  }
  footer .part ul {
    margin: 0 auto;
    padding: 0;
  }
  footer .part ul li.cat_name {
    padding: 20px 0;
  }
  footer .part ul li {
    display: block;
    width: 100%;
    text-align: center;
    clear: left;
    float: left;
    padding: 10px 0;
  }
  footer .menu, 
  footer .footer-form, 
  footer .part {
    margin-top: 20px;
  }
  footer .menu ul {
    margin-top: 10px;
  }

}
@media screen and (max-width: 440px) {
  footer .footer-form input,
  footer .footer-form textarea {
    width: 310px;
  }
}


/*
=================================================
              HOME PAGE STYLES
================================================= 
*/


.top_slider {
  width: 100%;
  height: 100%;
  padding: 80px 0;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #ffffff;
}
.header-phone {
  margin-top: 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header-phone img{
  margin-right: 10px;
}
.header-phone a{
	color: #ffffff;
}
.header-phone .telephone {
  margin-bottom: 5px;
    margin-right: 15px;
}
.header-phone i {
  font-size: 20px;
  margin-right: 5px;
}
.header-phone a:visited,
.header-phone a:focus,
.header-phone a:active {
	text-decoration: none;
	
}
.header-phone a:hover {
	text-decoration: none;
	color: #009FE4;
}
/*  .top_slider .container {
   display: table;
   height: 85%;
} 
*/.home-slider-images {
  position: relative;
}
.home-slider-images .image1 {
  position: relative;
  margin-left: -220px;
  margin-top: 35px;
  z-index: 2;
  max-width: 680px;
}
.home-slider-images .image2 {
  position: absolute;
  top: 0;
  left: -185px;
  z-index: 1;
  max-width: 680px;
}
.home-slider-images img{
  border-radius: 9px;
  /* border: 2px solid #ffffff; */
}
.home-slider-images .image1 {
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.3);
box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.3);
}

.top_slider .container .title {
  margin-top: 150px;
  vertical-align: middle;
  font-size: 35px;
  font-family: "RobotoLight";
  line-height: normal;
  max-width: 450px;
}
a.button_transp {
  display: inline-block;
  margin-top: 25px;
  padding: 6px 25px;
  border-radius: 50px;
  border: 2px solid #ffffff;
  background-color: transparent;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  font-family: "RobotoBold";
  position: relative;
  z-index: 99;
}
a.button_transp:hover {
  background-color: #009fe3;
  border: 2px solid #009fe3;
  transition: background 0.1s ease-in, color 0.1s;
    -moz-transition: background 0.1s ease-in, color 0.1s;
    -ms-transition: background 0.1s ease-in, color 0.1s;
    -o-transition: background 0.1s ease-in, color 0.1s;
    -webkit-transition: background 0.1s ease-in, color 0.1s;
}
@media screen and (max-width: 1200px) {
   .top_slider .container .title {
    margin-top: 100px;
   }
   .home-slider-images .image1,
   .home-slider-images .image2 {
      max-width: 550px;
   }
}
@media screen and (max-width: 991px) {
   .top_slider .container .title {
    margin-top: 70px;
   }
   .home-slider-images .image1,
   .home-slider-images .image2 {
      max-width: 450px;
   }
}
@media screen and (max-width: 767px) {
  .home-slider-images {
    display: none;
  }
  .top_slider .container .title{
    margin-top: 20px;
    font-size: 25px;
  }
  .top_slider {
    padding: 40px 0;
  }
}
section{
  margin: 85px auto;
}
section .title h2 {
  margin-top: 0;
  font-family: "RobotoLight";
  display: inline-block;
  font-size: 35px;
}
section .title a {
  font-family: "RobotoRegular";
  font-size: 14px;
  color: #009fe3;
  border-bottom: 1px dashed #009fe3;
  margin-left: 20px;
}
section .title a:hover {
  text-decoration: none;
  border-bottom: none;
  cursor: pointer;
}
section .title-descr {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    color: #707070;
}
@media screen and (max-width: 767px) {
  section{
    margin: 55px auto;
  }
  section .title h2{
    display: block;
    font-size: 28px;
  }
  section .title a {
    margin-left: 0;
  }
  section .title-descr {
    margin-bottom: 20px;
  }
  .grey_section {
    margin: 0;
    padding: 55px 0;
    background-color: #f0f0f0;
  }
}
.special_offers {
  background-color: #e6e6e6;
  padding: 20px 0 40px 0;
  font-family: "RobotoLight";
  position: relative;
}
.special_offers .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
}
.special_offers .offers-carousel {
  position: relative;
}
.special_offers .offers_slide {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden;
  /* -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; */
}
.offers-carousel .owl-stage {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.offers-carousel .owl-item {
   display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
      flex-direction: column;
    justify-content: center;
  height: auto !important;
}
.offers-carousel .owl-item img{
  width: auto;
}
.offers-carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: -20px;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1;
}
.offers-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer;
}
.offers-carousel .owl-dots .active {
  opacity: 1;
}
.offers-carousel .owl-prev, 
.offers-carousel .owl-next {
  width: 25px;
  height: 50px;
  display: inline-block;
  color: transparent;
}

.offers-carousel .owl-prev {
  position: absolute;
    bottom: 50%;
    left: -50px;
    margin-bottom: -25px;
  background: transparent url(img/slider-arrow-left.png) 0 0 no-repeat !important;
}
.offers-carousel .owl-next {
  position: absolute;
  right: -50px;
    bottom: 50%;
    margin-bottom: -25px;
  background: transparent url(img/slider-arrow-right.png) 0 0 no-repeat !important;
}

.special_offers span {
  text-transform: uppercase;
  color: #d56337;
}
.special_offers .description p {
  margin: 10px 0 10px 0;
}
.special_offers .description a {
  margin-top: 30px;
    background: #A27B5C;
    color: #FDFDFD;
    width: 218px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
}
.special_offers .image {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.special_offers .image img {
  max-width: 600px;
  max-height: 300px;
}
/* .special_offers img {
  position: absolute;
  left: 56%;
  top: 26%;
} */
@media screen and (max-width: 1200px) {
  .offers-carousel .owl-prev {
    left: 0;
  }
  .offers-carousel .owl-next {
   right: 0;
 }
}
@media screen and (max-width: 991px) {
  .offers-carousel .owl-prev {
    left: -20px;
  }
  .offers-carousel .owl-next {
   right: -20px;
 }
}
@media screen and (max-width: 767px) {
  .special_offers .offers_slide {
    display: block;
  }
  .special_offers .image {
    margin-top: 40px;
  }
  .special_offers .image img {
    max-width: 100%;
  }
  .offers-carousel .owl-prev {
    left: 15px;
  }
  .offers-carousel .owl-next {
   right: 15px;
 } 
}

.dlaczego {
	margin-bottom: 55px;
}
.dlaczego .row {
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row; 
   align-items: stretch;
  /*  -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
         flex-wrap: wrap; */
}

.dlaczego .image {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center center;
}
.dlaczego .text .title {
  font-family: "RobotoRegular";
  font-size: 18px;
  padding: 15px 0px;
}
.dlaczego .text {
  margin-bottom: 30px;
}
.dlaczego .excerpt {
  font-family: "RobotoLight";
  color: #727272;
  font-size: 14px;
  line-height: 20px;
}

.grey_section {
  margin: 0;
  padding: 85px 0;
  background-color: #f0f0f0;
}
@media screen and (max-width: 767px) {
  .grey_section {
    margin: 0;
    padding: 55px 0;
    background-color: #f0f0f0;
  }
  .dlaczego .row {
    display: block;
  }
  .dlaczego .image {
  	max-width: 265px;
  	margin: auto;
  }
  .dlaczego .text {
  	text-align: center;
  }
}
.programm .title {
  border-bottom: 1px dashed #d2d2d2;
  padding-bottom: 10px;
}
.programm ul {
  list-style-type: none;
  margin-top: 40px;
  margin-bottom: 0;
}
.programm ul li p {
  font-family: "RobotoLight";
  font-size: 15px;
  line-height: 18px;
}
.programm ul li h4 {
  margin-bottom: 0px;
  font-size: 19px;
}
.programm ul li {
  position: relative;
  margin-bottom: 15px;
}
.programm ul li:last-child {
  margin-bottom: 0;
}
.programm ul li:before {
  content: url(img/Ellipse-plus.png);
  height: 100%;
  position: absolute;
  left: -35px;
}
.programm-flex-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
} 
.programm-flex-row img {
  padding-top: 50px;
}
.programm .blue-button {
  margin-top: 15px;
}

  #home-slider .slider_img_container {
   width: 970px;
   position: relative;
   height: 582px;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
 }
 #home-slider .owl-dots {
  position: absolute;
  width: 100%;
  bottom: -50px;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1;
}
#home-slider .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer;
}
#home-slider .owl-dots .active {
  opacity: 1;
}
#home-slider .owl-prev, #home-slider .owl-next {
  width: 25px;
  height: 50px;
  display: inline-block;
  color: transparent;
}
#home-slider .owl-nav {
  position: absolute; 
  left: 0; 
  right: 0; 
  bottom: 50%;
  margin-left: auto; 
  margin-right: auto; 
  max-width: 1170px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
#home-slider .owl-prev {
  margin-left: 30px;
  background: transparent url(img/slider-arrow-left.png) 0 0 no-repeat !important;
}
#home-slider .owl-next {
  margin-right: 30px;
  background: transparent url(img/slider-arrow-right.png) 0 0 no-repeat !important;
}
@media screen and (max-width: 767px) {
   #home-slider .slider_img_container {
  	width: 100%;
  } 
  #home-slider .owl-nav {
    bottom: 43%;
  }
  #home-slider .owl-prev {
  	margin-left: 10px;
  	background: transparent url(img/slider-arrow-left.png) 0 0 no-repeat !important;
  }
  #home-slider .owl-next {
  	margin-right: 10px;
  	background: transparent url(img/slider-arrow-right.png) 0 0 no-repeat !important;
  }
  #home-slider .owl-dots {
    bottom: -30px;
  }
}


 @media screen and (max-width: 991px){
	#home-slider .slider_img_container {
    height: 450px;
    width: 100%;
}
}
@media screen and (max-width: 600px){
	#home-slider .slider_img_container {
    height: 380px;
    width: 100%;
}
}
@media screen and (max-width: 480px){
	#home-slider .slider_img_container {
    height: 240px;
    width: 100%;
}
}


/* .testimonials .title a {
  margin-top: 0;
  font-family: "RobotoLight";
  display: inline-block;
  font-size: 35px;
  color: #333;
  border: none;
  margin-left: 0;
} */
.testimonials .title-descr .link_to_site{
  color: #009fe3;
  font-family: "RobotoRegular";
}
.testimonial .link_to_site {
  color: #009fe3;
  font-family: "RobotoRegular";
  bottom: 50px;
  position: absolute;
}
.testimonials .row{
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   flex-direction: row; 
   align-items: stretch;
   flex-wrap: wrap;
   margin-bottom: -30px;
}
.testimonials .testimonial {
  background-color: #ffffff;
  padding: 60px 30px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  width: 30.5%;
}
.testimonial .text .name {
  font-family: "RobotoRegular";
  font-size: 18px;
}
.testimonial .text .position {
  font-family: "RobotoLight";
  font-size: 16px;
}
.testimonial .text .words {
  font-family: "RobotoLight";
  color: #727272;
  font-size: 14px;
  line-height: 20px;
  padding: 25px 0;
}
.testimonial .text .words a {
	color: #000;
}
.testimonial .text .words a:hover {
	text-decoration: none;
}
.testimonial .text .words span {
  font-family: "RobotoRegular";
    font-size: 14px;
    color: #009fe3;
    border-bottom: 1px dashed #009fe3;
}
.testimonial .text .words span:hover {
  border-bottom: none;
}
.testimonials .photo {
 width: 85px;
 height: 85px;
 border-radius: 50px;
 border: 1px solid #e7e7e7;
 background: #ffffff;
 background-repeat: no-repeat;
 background-position: center;
 position: absolute;
 top: -40px;
 left: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.testimonials .photo img {
  max-width: 75px;
  max-height: 60px;
}
.partners {
  margin: 0;
  padding: 85px 0 35px;
  background-color: #455b6b;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .testimonials .testimonial {
    width: 29%;
  }
}
@media screen and (max-width: 767px) {
  .partners {
    padding: 55px 0 0 5px;
  }
  .testimonials .testimonial {
    padding: 40px 20px;
    width: 100%;
  }
  .testimonials .photo {
    width: 65px;
    height: 65px;
    top: 5px;
    right: 5px !important;
    left: inherit;
  }
  .testimonials a{
    bottom: 20px;
  }
}
.partners .title-descr {
  border-bottom: 1px dashed #d2d2d2;
  padding-bottom: 10px;
}

.partners-flex-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.partners .logo{
  margin-bottom: 30px;
  padding: 0 10px;
  position: relative;
  width: 16.66%; 
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.color-logo {
  background-color: #455b6b;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
 
}
.partners .logo:hover .color-logo{
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .partners .logo {
    margin-bottom: 15px;
    width: 25%;
  }
}

section.actualnosci.grey_section {
    background: #5b6e77;
}

.actualnosci .title-descr p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    color: #DBD7CA;
}

.actualnosci .section-title {
    color: #fff;
    margin-bottom: 10px;
}

.actualnosci-block-title {
    width: 100%;
    max-width: 390px;
}

section.actualnosci.grey_section .container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.actualnosci .row{
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   flex-direction: row; 
   align-items: stretch;
   flex-wrap: wrap;
}

.actualnosci-block-content {
    width: calc(100% - 390px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-post .image {
  height: 130px;
  background-size: cover;
  background-position: center center;
}
.news-post .link_to_post {
  color: #009fe3;
  font-family: "RobotoRegular";
 bottom: 25px;
 position: absolute;
}
.news-post .news-words {
	width: 100%;
	overflow: hidden;
}
.actualnosci .news-post {
    margin-top: 0;
    width: 31%;
    margin-right: 0;
    margin-left: 0;
    position: relative;
}

.news-post .post-text {
  padding: 10px 5px 0 0;
  overflow: hidden;
  
}

.news-post .post-text .news-title a {
  font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 112%;
    color: #FFFFFF;
}
.news-post .post-text .news-title a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .actualnosci .news-post {
    width: 29%;
  }
}
@media screen and (max-width: 767px) {
  .actualnosci .news-post {
	  margin-top: 20px;
	  width: 100%;
	  margin-left: 15px;
	  margin-right: 15px;
	  position: relative;
	  background-color: #ffffff;
	}
}
.kd-max {
  margin: 0;
  padding: 85px 0;
  color: #ffffff;
  font-size: 16px;
  font-family: "RobotoLight";
  /* background-image: url(img/kd-max-background-new.jpg); */
  background: linear-gradient(to right, #314e75 , #1c2d44);
  background-position: center;
 /*  display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center; */
  position: relative;
}
/* .kd-max:after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #426279;
  opacity: 0.5;
  position:absolute;
  top:0;
  left:0;
} */
.kd-max .logo{
  z-index: 5;
}
.kd-max .title {
  text-align: center;
}
.kd-max .o-nas {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.kd-max .text {
  max-width: 600px;
  margin: 40px 15px;
  z-index: 5;
}
.kd-max .text p{
  margin-bottom: 20px;
}
.kd-max .blue-button:visited,
.kd-max .blue-button:focus {
	color: #ffffff;
	text-decoration: none;
	
}
@media screen and (max-width: 767px) {
  .kd-max {
    padding: 55px 0;
  }
}

/*
=================================================
              GALLERY PAGE STYLES
=================================================
*/
.gallery {
  margin-top: 0px;
}

section.gallery-title-section {
    background: #F2F2F2;
    margin: 70px 0 0;
}

.new-desing-title-block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.new-desing-title-block .title-descr {
    width: 100%;
    max-width: 700px;
    margin: 20px 0 0 40px;
    padding-left: 0;
}

.gallery .title-descr {
  max-width: 800px;
}
.gallery .title-descr p:last-child {
  font-size: 14px;
}
.categories {
  padding: 20px 0 10px;
  list-style-type: none;
  text-align: center;
}

.categories li {
  display: inline-block;
  padding: 5px 5px;
  margin: 5px 30px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #707070;
}

.categories .selected {
    position: relative;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    color: #707070;
}

.categories .selected:after{
  content: "";
  position: absolute;
  z-index: -1;
  left: 0%;
  right: 0%;
  bottom: 0;
  /*background: #009fe3;*/
  height: 3px;
}
.grid .photo {
  padding-bottom: 30px;
}
.grid .photo img {
  /*border: 2px solid #d3d1d6;*/
  width: 100%;
  height: 170px;
}
.grid .photo a:focus,
.grid .photo a:active,
.grid .photo a:hover {
  outline: none;
}
.grid .play-button {
  position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 35px;
    background-image: url(img/youtube-play-button.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -27px;
    margin-left: -25px;
}
@media screen and (max-width: 767px) {
  .gallery {
    margin-top: 80px;
  }
  .categories li {
    margin: 5px 10px;
  }
  .categories {
    padding: 20px 0 20px;
  }
 /*  .grid .photo img {
 height: 100px;
 overflow: hidden;
 } */
}

.footer-blue-head {
  margin: 0;
  padding: 85px 0;
  color: #ffffff;
  font-size: 16px;
  font-family: "RobotoLight";
  background-image: url(img/footer-blue-head-bg-new.jpg);
  background-position: top;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.footer-blue-head:after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #2d678c;
  opacity: 0.5;
  position:absolute;
  top:0;
  left:0;
  z-index: -1;
}
.footer-blue-head .title h2{
  font-size: 30px;
  margin: 30px 0 20px;
}
.footer-blue-head .title-descr p {
  margin-bottom: 20px;
}
.footer-blue-head .title-descr a{
  color: #4cc9ff;
  font-family: "RobotoRegular";
  border-bottom: 1px dashed #4cc9ff;
}
.footer-blue-head .title-descr a:hover{
  border-bottom: none;
  text-decoration: none;
}
.footer-blue-head .download-sect{
  padding: 90px 0 90px 35px;
  border-left: 1px dashed #d2d2d2;  
}
.footer-blue-head .download {
  margin-bottom: 35px;
}
.footer-blue-head .download img {
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .footer-blue-head {
    padding: 35px 0;
  }
  .footer-blue-head .download-sect{
    padding: 20px;
    border-left: none;  
  }
}

/*
=================================================
              CENNIK PAGE STYLES
=================================================
*/
.cennik-kd-max {
    margin-top: 120px;
    padding-bottom: 50px;
    margin-bottom: 0;
}
.cennik-kd-max .cennik-title {
  font-family: "RobotoLight"
}
.cennik-kd-max .cennik-title h2 {
  margin-top: 40px;
  margin-bottom: 0;
}
.cennik-kd-max .cennik-title a{
    color: #4cc9ff;
    font-family: "RobotoRegular";
    border-bottom: 1px dashed #4cc9ff;
    margin: 0;
    font-size: 14px;
}
.cennik-kd-max .cennik-title a:hover{
    border-bottom: none;
    text-decoration: none;
}
.plates {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  padding: 0 10px;
}
.plates .plate {
    padding: 40px;
    max-width: 305px;
    margin: 0;
    margin-right: 40px;
    text-align: center;
    background: #f2f2f2;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 15%);
    border-radius: 4px;
    position: relative;
    z-index: 4;
}

.plates .plate {
    padding: 40px 15px;
    max-width: 280px;
    margin-right: 20px;
}
 
.plates .plate .title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 112%;
    text-align: center;
    color: #987B5E;
}
.plates .plate .price {
  position: relative;
    margin-bottom: 20px;
    margin-top: 25px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 112%;
    color: #2F3639;
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.plates .plate .price span {
    position: relative;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 112%;
    color: #707070;
}
.plates .plate .blue-button {
  margin: 15px 0;
  cursor: pointer;
}
.plates .plate p {
    margin: 40px 0 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 112%;
    color: #2F3639;
}
.plates .plate ul {
  list-style-type: none;
  text-align: left;
  padding-left: 35px;
}
.plates .plate ul li {
    position: relative;
    margin-top: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #707070;
}
.plates .plate ul li:before {
  content: url(img/Ellipse-plus-small.png);
  height: 100%;
  width: 100%;
  position: absolute;
  left: -28px;
  top: 3px;
}

.plates .new-grey-button {
  justify-content: center;
}


.cennik-kd-max .opcje {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  /*margin-top: 170px;*/
  margin-top: 10px;
}
.cennik-kd-max .opcje .item-row,
.cennik-kd-max .opcje .title-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 112%;
  color: #2C3639;
  margin-bottom: 25px;
}
.cennik-kd-max .opcje .item-row .name {
    width: 260px;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #707070;
}
.cennik-kd-max .opcje .title-row .name {
    width: 260px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 112%;
    color: #2C3639;
}
.cennik-kd-max .opcje .item-row .name a {
  color: #333;
}
.cennik-kd-max .opcje .item-row .name a:hover {
  text-decoration: none;
  
}
.cennik-kd-max .opcje .title-row .cena {
    width: 150px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 112%;
    color: #2C3639;
}
.cennik-kd-max .opcje .item-row .price {
    width: 150px;
    text-align: left;
    margin-right: 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    color: #707070;
}
.cennik-kd-max .opcje .item-row .price span {
  font-size: 16px;
    text-decoration: line-through;
    margin-right: 3px;
}
.cennik-kd-max .opcje .item-row .link {
  width: 25%;
}
.cennik-kd-max .opcje .button_transp {
  border: 2px solid #009fe3;
  color: #009fe3;
  margin-top: 0;
  font-size: 14px;
}
.cennik-kd-max .opcje .button_transp:hover {
  color: #ffffff;
}
.cennik-kd-max .opcje .fa {
    margin-left: 5px;
    margin-top: 4px;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 129%;
    color: #2F3639;
    width: 17px;
    height: 17px;
    border: 1px solid #2F3639;
    border-radius: 17px;
    text-align: center;
}

.cennik-kd-max .opcje .item-row, .cennik-kd-max .opcje .title-row {
  width: 355px;
}

.cennik-kd-max .opcje .item-row .price {
    width: 150px;
    text-align: right;
    margin-right: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    color: #707070;
}

.item-row-price-button {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.item-row .border-button a {
  width: 115px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #987B5E;
}

.baloon {
    position: absolute;
    font-weight: normal;
    font-style: normal;
    white-space: normal;
    background: #fff;
    padding: 11px;
    border: 1px solid #ccc;
    box-shadow: 0 5px 10px rgba(0,0,0,.19);
    /* overflow: hidden; */
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    cursor: default;
    z-index: 100;
    color: #333;
    width: 360px;
    top: 18px;
    left: -11px;
    font-size: 14px;
    display: none;
    font-family: "RobotoLight";
}
.baloon-corner {
    position: absolute;
    top: -7px;
    width: 9px;
    height: 7px;
    background: url(img/additional_menu_corner.png) 50% 50% no-repeat;
}
.cennik-kd-max .opcje .name:hover .fa .baloon {
  display: block;
}

.cennik_opinies-block {
  margin-bottom: 50px;
}

.cennik_opinies-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 112%;
  color: #2C3639;
  margin-bottom: 40px;
}

.cennik_opinies_elements {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.ennik_opinies-description,
.ennik_opinies-description p {
    width: 100%;
    max-width: 560px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    color: #707070;
}

.ennik_opinies-description a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-decoration-line: underline;
  color: #987B5E;
}

.cennik_opinies_logos a {
    width: 100px;
    height: 100px;
    border: 1px solid #2C3639;
    border-radius: 100px;
    margin-right: 20px;
    overflow: hidden;
    display: block;
}

.cennik_opinies_logos a img {
  width: 70%;
}

.cennik_opinies_logos a div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
      width: 100px;
    height: 100px;
}

.cennik_opinies_logos {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.cennik-kd-max .cennik_opinies {
  margin-top: 90px;
  font-family: "RobotoBold";
}
.cennik-kd-max .cennik_opinies .cennik_opinies_elements {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.cennik-kd-max .cennik_opinies .cennik_opinies_elements .cennik_opinies_logos {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.cennik-kd-max .cennik_opinies .cennik_opinies_link {
    color: #4cc9ff;
    font-family: "RobotoRegular";
    border-bottom: 1px dashed #4cc9ff;
    font-size: 14px;
}
.cennik-kd-max .cennik_opinies a:hover {
    text-decoration: none;
    border-bottom: 1px dashed transparent;
}
.cennik-kd-max .cennik_opinies .logo_opinie {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50px;
  border: 1px solid #e7e7e7;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cennik-kd-max .cennik_opinies .logo_opinie.dots {
  font-size: 24px;
  color: #e7e7e7;
  border: none;
  width: auto;
  height: auto;
}
.cennik-kd-max .cennik_opinies .logo_opinie img {
  max-width: 30px;
}

#cennik-form textarea {
    background: #fff;
    width: 490px;
    resize: none;
}

#cennik-form .wpcf7-list-item-label {
  text-align: left;
}


.sklonenie .image {
  width: 470px;
  height: 276px;
  background-size: cover;
   display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sklonenie .image .words {
  font-size: 30px;
  font-family: "RobotoLight";
  color: #ffffff;
  max-width: 80%;
}
.sklonenie .title-descr {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 25px;
  margin-top: 15px;
}
.sklonenie .title-descr ul{
  padding-left: 20px;
}
.sklonenie .price-zamow {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.sklonenie .price-zamow .price {
  margin-right: 50px;
}
.sklonenie .price-zamow .price p {
  font-size: 15px;
  font-family: "RobotoLight";
  margin-bottom: 5px;
}
.sklonenie .price-zamow .price span {
  font-size: 18px;
  font-family: "RobotoBold";
}
.upgrade .title {
  margin-bottom: 30px;
}
.upgrade .upgrade-item {
  padding: 40px;
  background: #f5f5f5;
  text-align: center;
}
.upgrade .upgrade-item .name {
  font-size: 20px;
  font-family: "RobotoLight";
  margin-bottom: 20px;
}
.upgrade .upgrade-item .price {
  font-family: "RobotoBold";
  font-size: 18px;
}
.upgrade .upgrade-item .price span {
  font-size: 16px;
    font-family: "RobotoLight";
    text-decoration: line-through;
    margin-right: 3px;
}
.upgrade .upgrade-item .link a {
  color: #4cc9ff;
  font-family: "RobotoRegular";
  border-bottom: 1px dashed #4cc9ff;
  font-size: 14px;
}
.upgrade .upgrade-item .link a:hover {
  border-bottom: none;
  text-decoration: none;
}
.upgrade_star {
  font-size: 13px;
    font-family: "RobotoLight";
}

.dark-grey-section-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 112%;
    color: #FDFDFD;
    margin-bottom: 50px;
}

.cennik-page-last-block .dark-grey-section-block-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 112%;
    color: #DBD7CA;
    margin-bottom: 20px;
}

.cennik-page-last-block .price {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 112%;
    color: #DBD7CA;
    margin-bottom: 40px;
}

.cennik-page-last-block .dark-grey-section-block:after {
    height: 100%;
    bottom: -10px;
    right: 0;
}

section.dark-grey-section.cennik-page-last-block {
    padding-bottom: 80px;
}


section.cennik-zacznij-prace.new-grey-section {
    margin: 0;
}

.cennik-zacznij-prace-left {
    width: 100%;
    max-width: 670px;
}

.cennik-zacznij-prace-right {
    width: 100%;
    max-width: 450px;
    background: #616E77;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 15%);
    border-radius: 4px;
    padding: 40px 35px 40px 40px;
}

.cennik-zacznij-prace {
    margin-bottom: 5px;
}

.cennik-zacznij-prace-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.cennik-zacznij-prace-left .cennik_opinies-title {
  margin-bottom: 20px;
}

.cennik_opinies-description {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    color: #707070;
    margin-bottom: 40px;
}

.cennik_opinies-small-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    color: #707070;
    margin-bottom: 20px;
}

.cennik-zacznij-prace,
.cennik-zacznij-prace-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.cennik-zacznij-prace-buttons div:first-child {
  margin-right: 25px;
}

.zacznij-prace-darck-grey-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    color: #FDFDFD;
    margin-bottom: 15px;
}

.cennik-zacznij-prace-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #DBD7CA;
    margin-right: 15px;
    width: 220px;
}

.cennik-zacznij-prace-cenna {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #DBD7CA;
}

section.cennik-kd-max {
  position: relative;
  z-index: 3;
}

section.cennik-kd-max:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 135px;
  z-index: 1;
  background: #ECECEC;
  left: 0;
  bottom: 0;
}


/**/

 @media screen and (max-width: 1200px) {
     .plates .plate {
    padding: 15px;
  }
 }
@media screen and (max-width: 767px) {
  .cennik-kd-max {
    margin-top: 40px;
  }
  .plates{
    margin-top: 20px;
  }
  .plates .plate {
    padding: 10px;
  }
  .plates .plate .blue-button {
    padding: 8px 20px !important;
  }
  .plates .plate p {
    margin: 15px 0;
  }
  .sklonenie .image {
    width: 100%;
  }
  .sklonenie .image .words {
    font-size: 20px;
  }
  .baloon {
    width: 230px;
  }
  .upgrade .upgrade-item {
    margin-bottom: 10px;
  }
 
}

/*
=================================================
              BIBLIOTEKI PAGE STYLES
=================================================
*/
.biblioteki {
  margin-top: 60px;
  margin-bottom: 130px;
}

.biblioteki .container.content-block {
  padding-top: 0;
}

.biblioteki p{
  font-size: 16px;
  font-family: "RobotoLight";
  margin-top: 10px;
}
.biblioteki p a{
  color: #4cc9ff;
}
.biblioteki h3 {
    display: block;
    margin-bottom: 50px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 112%;
    color: #2C3639;
}

.biblioteki-content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.biblioteki table {
  width: 100%;
}
.biblioteki table tr {
    border-top: 1px solid #F2F2F2;
}
.biblioteki table td {
    padding: 40px 0 50px;
}
.biblioteki table tr:last-child {
  border-top: 1px solid #F2F2F2;
}
.biblioteki table .col1 {
  width: 2%;
  text-align: left;
}
.biblioteki table .col2 {
  width: 23%;
  text-align: center;
}
.biblioteki table .col2 img {
  max-height: 80px;
  display: inline-block;
  padding-right: 20px;
  
}
.biblioteki table .col3 {
    width: 100%;
    max-width: 615px;
    text-align: left;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #707070;
}
.biblioteki table .col4 {
  width: 15%;
  text-align: center;
}
.biblioteki table .col4 a{
  color: #cbcbcb;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  font-size: 12px;
  padding: 5px;
}
.biblioteki table .col4 a:hover {
  text-decoration: none;
}
.biblioteki table .col5 {
  width: 15%;
  text-align: right;
  padding-right: 10px;
  padding-left: 15px;
}
.biblioteki table .col6 {
  width: 15%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .biblioteki {
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .biblioteki table td {
    padding: 10px 0;
  }
  .biblioteki table .col1 {
    font-size: 12px;
  }
  .biblioteki table .col2 img{
    margin-left: -5px;
  }
  .biblioteki table .col3 {
    font-size: 10px;
    padding-left: 5px;
  }
  .biblioteki table .col4{
    text-align: right;
  }
  .biblioteki table .col4 a{
    font-size: 10px;
    padding: 3px;
  }
}
/*
=================================================
              BLOG PAGE STYLES
=================================================
*/
.blog-section {
  margin-top: 0px;
}
 .blog-section .blog-post{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 50px;
}
.blog-post-thumbnail {
    max-height: 208px;
}
.blog-post-thumbnail .image {
    width: 400px;
    height: 210px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.blog-section .post-text {
  padding-left: 35px;
  position: relative;
}
.blog-section .post-text .date_box {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 7px 10px 5px;
    gap: 10px;
    width: 116px;
    height: 26px;
    background: #F2F2F2;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #707070;
    margin-bottom: 15px;
}
/*.blog-section .post-text .date_box .day {
    font-size: 30px;
    line-height: 40px;
}
.blog-section .post-text .date_box .year {
    display: block;
    font-size: 10px;
    border-top: 1px solid #e6e6e6;
    background: rgba(255, 255, 255, 0.9);
    line-height: 28px;
}*/
.blog-section .post-text .post-title {
    margin-bottom: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 112%;
    color: #2C3639;
}

.post-text-begin {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #707070;
}


.blog-section .post-text .post-title a{
  color: #000;
  font-family: "RobotoLight";
}
.blog-section .post-text .post-title a:hover{
  text-decoration: none;
}
.blog-section .post-text .read_more {
  margin-top: 15px;
}
.blog-section .post-text .read_more a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #987B5E;
}
.blog-section .post-text .read_more a:hover {
    border-bottom: none;
    text-decoration: none;
}
.blog-section .pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 0;
}
.blog-section .pagination .wp-pagenavi span, 
.blog-section .pagination .wp-pagenavi a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #2C3639;
    margin: 0 5px;
    padding: 5px;
}
 .blog-section .pagination .wp-pagenavi a:hover {
    background-color: #eee;
    border-color: #ddd;
}
 .blog-section .pagination .wp-pagenavi .current{
    cursor: default;
    border: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
    background: #404A50;
    border-radius: 0;
}

.single-post-page-content .date_box {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 5px 10px;
    gap: 10px;
    width: 114px;
    height: 26px;
    background: #f2f2f2;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #707070;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .blog-section {
    margin-top: 80px;
  }
  .blog-post {
    margin-bottom: 50px;
  }
  .blog-post-thumbnail {
    width: 100%;
  }
  .blog-post-thumbnail .image {
    width: 100%;
  }
  .blog-section .blog-post{
    flex-wrap: wrap;
  }
  .blog-section .post-text {
    padding-left: 0;
    margin-top: 10px;
  }
  .blog-section .post-text .date_box {
    position: relative;
    top: auto;
    left: auto;
    float: left; 
  }
}

/*
=================================================
              CONTACTS PAGE STYLES
=================================================
*/

.contacts {
  margin-top: 0px;
  margin-bottom: 50px;
}
.contacts .contact-form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 430px;
    position: relative;
}

.contacts .contact-form:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 90%;
  top: 0;
  right: -100px;
  background: #F2F2F2;
}

.contacts .contact-form p {
  width: 100%;
}

.contacts .contact-form br {
	display: none;
}

input[type="text"], input[type="email"], 
input[type="tel"], textarea {
    background-color: transparent;
    padding: 5px 10px;
    width: 430px;
    display: block;
    margin-bottom: 20px;
    margin-right: 10px;
    border: 1px solid #707070;
    border-radius: 4px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #707070;
}

.wpcf7-checkbox input[type="checkbox"] {
  margin-right: 10px;
}

.contacts .contact-form .blue-button {
    border: none;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 225px;
    height: 47px;
    background: #2F3639 !important;
    border-radius: 4px;
    justify-content: center;
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #FDFDFD !important;
    margin: 30px auto 0;
}
.contacts .contact-form input:focus,
.contacts .contact-form textarea:focus  {
  outline: none;
}
.contacts .contact-form textarea {
  resize: none;
}
.wpcf7-form .wpcf7-not-valid { 
    border: 1px solid red !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
	display: none;
}

.contacts .contact-form .checkAll .wpcf7-list-item-label {
  text-decoration: underline;
}

.contacts .contact-form .wpcf7-list-item-label {
  font-weight: normal;
  font-size: 13px;
}

.contacts ul {
    list-style-type: none;
    border-left: 1px solid #F2F2F2;
    padding-left: 30px;
}

.contacts ul li {
    margin-bottom: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #707070;
}

.contacts ul li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #707070;
}

.contacts ul i {
    color: #707070;
    margin-right: 10px;
    font-size: 20px;
    width: 30px;
    text-align: center;
}
.contacts .fa-mobile {
  font-size: 35px;
}

.contacts .block_menu a,
.contacts .block_menu p {
    margin: 0 0 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #707070;
}

.contacts .block_menu img {
  width: 15px;
  margin-right: 5px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.contacts .block_menu .kontakt-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #2C3639;
    padding-bottom: 10px;
    padding-top: 15px;
}


@media screen and (max-width: 767px) {
   .contacts {
    margin-top: 80px;
  }
  .contacts ul {
    border-left: none;
    margin-top: 30px;
  }
  .contacts .contact-form button {
    margin-top: 0;
}
  .contacts .contact-form input,
  .contacts .contact-form textarea {
    width: 100%;
    margin-bottom: 10px;
  }
}

#kdmax-map {
  width: 100%;
}


/*
=================================================
              Funkcje PAGE STYLES
=================================================
*/
.top_title_banner {
	height: auto;
	margin: 129px 0 0 0;
	color: #ffffff;
	font-size: 28px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
  font-family: 'Poppins';
}

.top_title_banner .container {
  padding: 0;
}

.top_title_banner .main-title {
	 padding: 30px 0;
    font-size: 30px;
    font-weight: 700;
    color: #FDFDFD;
    line-height: 33px;
}
.sidebar-page-content {
	background-color: #fff;
	position: relative;
	padding-bottom: 60px;
}
.sticky {
  position: fixed;
  z-index: 101;
}
.stop {
  position: relative;
  z-index: 101;
}
.sidebar-menu {
	background-color: #fff;
	z-index: 1000;
	padding-top: 40px;
	margin: 0 -30px;
}
.sidebar-menu ul{
	list-style-type: none;
	padding: 0;
  padding-left: 40px;
}
.sidebar-menu li{
	color: #000;
	font-size: 15px;
	background-color: inherit;
    cursor: pointer;
    transition: 0.3s;
    padding: 5px 0;
}
.sidebar-menu li span {
    display: block;
    padding: 7px;
    color: #707070;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Poppins';
    position: relative;
}

.sidebar-menu li span a,
.tablinks a {
    color: #707070;  
}

.sidebar-menu li span:before {
  content: " ";
  position: absolute;
  left: -10px;
  top: 14px;
  font-size: 18px;
  background: url(/wp-content/uploads/2022/08/ico-1-2-1.png) no-repeat;
  width: 9px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: auto;
}

.sidebar-menu ul .active span:before {
    content: " ";
    position: absolute;
    left: -10px;
    top: 14px;
    font-size: 13px;
    background: url(/wp-content/uploads/2022/08/xico-1-2.png.pagespeed.ic.RvpAZKJswc.webp);
    width: 9px;
    height: 9px;
    background-repeat: no-repeat;
    background-size: auto;
}

.sidebar-page-content .list-items {
    padding: 40px;
    background: #eee;
    margin-bottom: 25px;
    margin-top: 20px;
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    border-radius: 3px;
}

.page-template-funkcje-page .sidebar-page-content .list-items {
    padding: 40px;
    background: transparent;
    margin-bottom: 25px;
    margin-top: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
}

.sidebar-page-content .list-items .item {
    border-bottom: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 630px;
    background: #F2F2F2;
    margin-bottom: 50px;
    padding: 40px 80px 40px 40px;
    position: relative;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    z-index: 4;
}
.sidebar-page-content .list-items .item:last-child {
	border-bottom: none;
}
.sidebar-page-content .list-items .item .item-description {
	padding-right: 0px;
	max-width: 543px;
}
.sidebar-page-content .list-items .item .item-video {
    padding-top: 0;
    margin-left: 0;
    position: absolute;
    right: -300px;
    top: 90px;
}
.sidebar-page-content .list-items .item .video-block {
    width: 350px;
    height: 210px;
	  background-size: cover;
  	background-position: center center;
}
.sidebar-page-content .list-items .item .video-block a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.sidebar-page-content .list-items .item .video-block a i{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 45px; 
    background-image: url(img/youtube-play-button.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -20px;
    margin-left: -27px;
}
.sidebar-page-content .list-items .item-title {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 34px;
    color: #2C3639;
    font-weight: 700;
    font-family: "Poppins";
}
.sidebar-page-content .list-items .item-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #707070;
}
.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.sidebar-menu ul .active span{
    background-color: none;
    color: #707070;
    font-weight: 600;
    text-decoration: underline;
    position: relative;
}
.sidebar-menu ul a:hover,
.sidebar-menu ul a:focus{
    text-decoration: none;
}

@media screen and (max-width: 1200px) {
.top_title_banner {
      margin: 104px 0 0 0;
}
	.sidebar-page-content .list-items .item {
		justify-content: center;
	}
	.sidebar-page-content .list-items .item .item-description {
		padding-right: 0;
		max-width: 100%;
	}
}
@media screen and (max-width: 1024px) {
  .top_title_banner {
    margin: 85px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
   .top_title_banner {
    margin: 50px 0 0 0;
    font-size: 24px;
    text-align: center;
   }
   .top_title_banner .main-title {
    padding: 10px;
	}
	.sidebar-menu {
		margin: 0;
		text-align: center;
		/* height: 155px !important; */
		padding: 10px 0;
	}
	.sidebar-menu ul {
		margin: 0;
	}
	.sidebar-menu .sticky {
		padding-top: 10px !important;
	}
	.sidebar-menu .sticky ul {
		padding-bottom: 8px;
	}
	.sidebar-menu ul li {
	    display: inline-block;  
	    padding: 0;
	    font-size: 13px;
	}
	.sidebar-menu ul li span {
		padding: 5px;
	}
	.sidebar-page-content .list-items {
    	padding: 10px;
    }
    .sidebar-page-content .list-items .item {
    	padding: 10px 0 30px;
	}
	.sidebar-page-content .list-items .item .item-video {
    margin-left: 0;
}
	 .fancybox-slide--iframe .fancybox-content {
		width  : 90%;
		height : 50%;
		max-width  : 100%;
		max-height : 90%;
	}
	.sticky {
		padding: 15px 0 0 !important;
	}
}
@media screen and (max-width: 440px) {
	/* .sidebar-page-content .list-items .item .video-block {
		width: 100%;
	} */
}

/*
=================================================
              iScan PAGE STYLES
=================================================
*/
.simple-page-content {
	background-color: #fff;
	padding-bottom: 60px;
}
.iscan-sect .container {
	background-color: #ffffff;
}
.iscan-sect {
	margin: 0;
}
.iscan-sect img,
.iscan-sect iframe {
	max-width: 100%;
}
.iscan-sect .title-descr {
	margin-bottom: 50px;
}
.iscan-sect .p100 {
	padding: 70px 100px;
}
.iscan-program {
	margin-top: 50px;
	border-top: 1px dashed #d2d2d2;
	padding-top: 50px;
}

.imeasure-program .title,
.iscan-program .title {
	  color: #2C3639;
    font-size: 30px;
    line-height: 39px;
    font-weight: 600;
    margin-bottom: 25px;
}

.imeasure-program .description,
.iscan-program .description {
      margin: 0 0 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #707070;
    padding-bottom: 25px;
}

.imeasure-program .link,
.iscan-program .link {
    font-size: 17px;
    color: #A27B5C;
    font-weight: 600;
    margin-bottom: 5px;
}
.iscan-program .link:hover {
  text-decoration: underline;
}

.imeasure-program .dark-button,
.iscan-program .dark-button {
  margin-left: 0;
}

.iscan-program p {
	margin-top: 10px;
}
.iscan-program .row {
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   align-items: center;
}

@media screen and (max-width: 440px) {
	.iscan-sect .p100 {
		padding: 10px;
	}
}
@media screen and (max-width: 767px) {
	.iscan-sect img,
	.iscan-sect iframe {
		height: auto;
	}
}
/*
=================================================
              iMeasure PAGE STYLES
=================================================
*/

.imeasure-program {
	margin-top: 50px;
	border-top: 1px dashed #d2d2d2;
	padding-top: 50px;
}

.imeasure-program .link:hover {
  text-decoration: underline;
  border-bottom: none;
  cursor: pointer;
}
.imeasure-program p {
	margin-top: 10px;
}
.imeasure-program .row {
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   align-items: center;
}

/*
=================================================
              Wymagania PAGE STYLES
=================================================
*/

.container.content-block {
    padding: 50px 0;
}

.wymag-sect .container {
	background-color: #ffffff;
}
.wymag-sect {
	margin: 0;
}

.title-descr {
    margin-bottom: 30px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    color: #707070;
}

.wymag-sect h3,
.wymag-sect h3 span {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 30px !important;
  line-height: 112%;
  color: #2C3639;
  margin-bottom: 20px;
  display: block;
}

.wymag-sect h3:nth-child(3) {
  padding-top: 60px;
}

.wymag-sect ul li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #707070;
}

.col-sm-5.col-xs-12.wymag-img {
    margin-top: 150px;
}

.wymag-sect .title-descr {
	  margin-bottom: 30px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    color: #707070;
}
.wymag-sect .p100 {
	padding: 70px 100px;
}
.wymag-sect .ul-content {
	font-size: 15px;
	font-family: "RobotoLight";
	line-height: 25px;
}
.wymag-sect .ul-content ul {
	padding-left: 10px;
}
.wymag-sect .wymagania_descr {
	padding-top: 50px;
	font-family: "RobotoLight";
	font-size: 15px;
}
@media screen and (max-width: 440px) {
	.wymag-sect .p100 {
		padding: 10px;
	}
}

/*
=================================================
              Porownaj PAGE STYLES
=================================================
*/
.porownaj-sect .container {
	background-color: #ffffff;
}
.porownaj-sect {
	margin: 0;
}
.porownaj-sect .title-descr {
	margin-bottom: 50px;
}
.porownaj-sect .p100 {
	padding: 70px 100px;
}

.porownaj-content h1 {
    color: #2c3639;
    font-size: 30px;
    line-height: 39px;
    font-weight: 600;
    margin-bottom: 25px;
}
/*
=================================================
              Finansowanie PAGE STYLES
=================================================
*/
.finansow-sect .container {
	background-color: #ffffff;
}
.finansow-sect {
	margin: 0;
	padding: 30px;
	background-color: #ffffff;
	font-family: "RobotoLight";
}
.finansow-sect table{
		max-width: 100%;
	}

.finansow-sect .list-items .wpcf7 br {
  display: none;
}
.finansow-sect .list-items .wpcf7 input,
.finansow-sect .list-items .wpcf7 textarea {
    border: none;
    background-color: #eeeeee;
    padding: 8px;
    width: 370px;
    display: block;
    margin-bottom: 14px;
}
.finansow-sect .list-items .wpcf7 .blue-button {
    border: none;
    margin-top: 10px;
    width: 170px;
}
.finansow-sect .list-items .wpcf7 input:focus,
.finansow-sect .list-items .wpcf7 textarea:focus  {
  outline: none;
}
.finansow-sect .list-items .wpcf7 textarea {
  resize: none;
}
.finansow-sect .list-items .wpcf7 .wpcf7-radio input {
  display: inline-block;
}
.max-width-class {
  max-width: 370px;
}


.finansow-sect .list-items .wpcf7 .radio-demo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  font-family: "RobotoLight";
  padding: 0;
}

.finansow-sect .list-items .wpcf7 .radio-demo .wpcf7-list-item {
  margin: 10px 0 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.finansow-sect .list-items .wpcf7 .radio-demo label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    max-width: 315px;
    font-weight: normal;
}
.finansow-sect .list-items .wpcf7 input[type=checkbox], 
.finansow-sect .list-items .wpcf7 input[type=radio] {
  width: auto;
  display: inline-block;
  margin: 0 10px 0 0;
}
.finansow-sect span.wpcf7-list-item {
  margin: 0;
}

.finansow-sect .checkAll .wpcf7-list-item-label {
  text-decoration: underline;
}

.finansow-sect .wpcf7-list-item-label {
  font-weight: normal;
  font-size: 13px;
  font-family: "RobotoLight";
}


@media screen and (max-width: 767px) {
	.finansow-sect {
		padding: 0;
	}
	.finansow-sect table span{
		font-size: 10px !important;
		display: inline-block;
	}
  .finansow-sect .list-items .wpcf7 input,
  .finansow-sect .list-items .wpcf7 textarea {
      width: 100%;
  }
}
/*
=================================================
              Pomoc PAGE STYLES
=================================================
*/
.pomoc-sect .container {
	background-color: #ffffff;
}

/*.skrypty-sect.col-sm-12.row {
    padding: 45px 100px 50px 30px;
    background: #eee;
    margin-bottom: 25px;
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    border-radius: 3px;
}*/

.pomoc-sect {
	margin: 0;
	padding: 30px;
	background-color: #ffffff;
	font-family: "RobotoLight";
}
.pomoc-sect  i.fa {
	border: 2px solid #2C3639;
    color: #2C3639;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 10px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-align: center;
    width: 2.2em;
    cursor: pointer;
}
.pomoc-sect i.fa:hover {
    color: #fff;
    background: #6696cd;
}
.pomoc-sect .fa-2x {
    font-size: 1.4em;
}
.skrypty-sect .title,
.filmy-sect .title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 112%;
    color: #2C3639;
}
.skrypty-sect .descr,
.filmy-sect .descr {
    margin: 10px 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #707070;
}
/* .skrypty-sect {
  padding-bottom: 40px;
  border-bottom: 1px solid #d2d2d2;
} */

.skrypty-sect p {
    margin: 10px 0 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #2C3639;
}
.skrypty-sect ul {
	list-style-type: none;
	padding-left: 0;
}
.skrypty-sect ul li {
	padding-bottom: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.skrypty-sect .text-body{
	display: inline-block;
	font-size: 16px;
	font-family: "RobotoLight";
	font-weight: 300;
	padding-left: 10px;
}
/* .filmy-sect {
  padding-top: 40px;
} */
.filmy-sect .descr {
	margin-bottom: 30px;
}
.filmy-sect .row-videos {
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
   flex-direction: row; 
   align-items: stretch;
   flex-wrap: wrap;
   justify-content: space-between;
}
.filmy-sect .film-block {
	width: 31%;
	margin-bottom: 20px;
}
.filmy-sect .film-image {
    width: 100%;
    height: 160px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.filmy-sect .film-block .film-descr {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #2C3639;
    margin-top: 5px;
}
.filmy-sect .film-block a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.filmy-sect .film-block a i{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 35px; 
    background-image: url(img/youtube-play-button.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -20px;
    margin-left: -27px;
}
.filmy-sect .link {
  text-align: center;
  margin-top: 20px;
}

.filmy-sect .dark-button {
    display: flex;
    margin-left: 0;
    justify-content: center;
}

@media screen and (max-width: 767px) {
	.pomoc-sect {
		padding: 0;
	}
	.filmy-sect .film-block {
	    width: 49.5%;
	}
	.filmy-sect .film-image {
		width: 100%;
		height: 170px;
	}
}
@media screen and (max-width: 440px) {
	.filmy-sect .film-block {
	    width: 100%;
	    height: auto;
	    
	}
}
/*
=================================================
              Opinie PAGE STYLES
=================================================
*/
/* .opinie-sect .container {
  background-color: #ffffff;
} */
.opinie-sect {
	margin-top: 130px;
  margin-bottom: 45px;
}
.opinie-sect .p100 {
	padding: 70px 100px;
}
.opinie-sect .title-descr a{
	color: #009fe3;
	font-family: "RobotoRegular";
}
.opinie-sect .list-items {
    background-color: #ffffff;
    padding: 0;
    font-family: "RobotoLight";
}
.opinie-testimonial {
	padding: 40px 0;
	border-bottom: 1px solid #d2d2d2;
}
.opinie-testimonial:last-child {
	border-bottom: none;
}
.opinie-testimonial .person .photo{
	width: 85px;
    height: 85px;
    border-radius: 50px;
    border: 1px solid #e7e7e7;
    background: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.opinie-testimonial .person .photo img {
  max-width: 75px;
  max-height: 60px;
}
.opinie-testimonial .person .name {
	margin-left: 90px;
	padding-top: 10px;
	font-size: 20px;
}

.opinie-testimonial .person .position {
	margin-left: 90px;
	font-size: 18px;
	font-family: "RobotoLight";
}
.opinie-testimonial .text {
	font-family: "RobotoLight";
	margin-top: 15px;
}
.opinie-testimonial a {
  font-family: "RobotoRegular";
  font-size: 14px;
  color: #009fe3;
  border-bottom: 1px dashed #009fe3;
}
.opinie-testimonial a:hover {
  text-decoration: none;
  border-bottom: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .opinie-sect {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}
/*
=================================================
              Post PAGE STYLES
=================================================
*/
.single-post-page-content {
	margin-top: 130px;
}

.single-post-page-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.single-post-page-content .col-lg-9 {
  max-width: 825px;
  padding: 0;
}

.single-post-page-content .entry-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 112%;
    color: #2C3639;
    margin-bottom: 20px;
}
article .entry-content {
	padding: 35px 0 100px;
}
article .entry-content iframe {
  max-width: 100%;
}
article .entry-content img {
  max-width: 100%;
  height: auto;
}
article .post-image img {
	max-width: 1024px;
	width:100%;
	height: auto;
}
.inside-aside {
    padding: 100px 0 0 40px;
}
.inside-aside-caption {
    margin-bottom: 30px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 112%;
    color: #987B5E;
    display: block;
}
.inside-aside-box {
    position: relative;
    margin-bottom: 35px;
    max-width: 300px;
}

.inside-aside a {
    clear: both;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 112%;
    color: #707070;
}
.inside-aside a:hover {
  text-decoration: none;
} 

.inside-aside-box img {
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .single-post-page-content {
    margin-top: 80px;
  }
  .single-post-page-content .entry-title {
    font-size: 28px;
  }
  .inside-aside {
    padding: 50px 0 0 40px;
  }
}

/*
=================================================
              Default PAGE STYLES
=================================================
*/
.page-php-content {
  margin-top: 100px;
}
.page-php-content .title {
  margin-bottom: 30px;
}
.page-php-content .title h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 112%;
    color: #2C3639;
}


.zakaz-form .wpcf7-form-control-wrap {
  margin-bottom: 0;
}


@media screen and (max-width: 767px) {
  .page-php-content {
    margin-top: 80px;
  }
  .page-php-content .title {
  margin-bottom: 20px;
}
  .page-php-content .title h2{
    display: block;
    font-size: 28px;
  }
}



.popup-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 112%;
  color: #2C3639;
  padding-bottom: 30px;
}


.white-popup-block {
    width: 80%;
    max-width: 745px;
    background: #F2F2F2;
    border-radius: 8px;
    position: relative;
    margin: 2% auto;
    padding: 40px 90px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 11;
}

div.white-popup-block span.wpcf7-form-control-wrap>input {
    background: #fff;
    max-width: 376px;
    width: 100%;
    margin-bottom: 20px;
}

button.mfp-close {
	position: absolute;
    right: 10px;
    top: 6px;
    transition: color 0.3s ease-in;
    -moz-transition: color 0.3s ease-in;
    -ms-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
    width: 29px;
    height: 30px;
    opacity: 0.7;
}
.white-popup-block .text {
	max-width: 100%;
	margin-bottom: 30px;
  text-align: left;
}
.white-popup-block form p{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.white-popup-block input,
.white-popup-block textarea {
  border: none;
  padding: 8px;
  width: 370px;
  display: block;
  /*margin-bottom: 12px;*/
}
.white-popup-block input:focus,
.white-popup-block textarea:focus {
  outline: none;
}
.white-popup-block .blue-button {
    border: none;
    margin-top: 10px;
    width: 230px;
}
.white-popup-block br {
	/*display: none;*/
}
.white-popup-block .radio-demo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  font-family: "RobotoLight";
  padding: 0;
  margin-left: -50px;
}

.white-popup-block .radio-demo .wpcf7-list-item {
  margin: 10px 0 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.white-popup-block .radio-demo label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    max-width: 315px;
}
.white-popup-block input[type=checkbox], 
.white-popup-block input[type=radio] {
  width: auto;
  display: inline-block;
  margin: 0 10px 0 0;
}

.white-popup-block .checkAll .wpcf7-list-item-label {
  text-decoration: underline;
}

.white-popup-block .wpcf7-list-item-label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #707070;
}

.check-radio-block span.wpcf7-list-item.last {
    display: none;
}

#test-form .wpcf7 .wpcf7-recaptcha[data-align="center"]>div {
    margin: 0 auto;
}

.wpcf7-form input[type='submit'], .popup_bg.thank .form button {
  border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 225px !important;
    height: 47px !important;
    background: #2F3639 !important;
    border-radius: 4px !important;
    justify-content: center;
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 120% !important;
    letter-spacing: 0.02em;
    color: #FDFDFD !important;
    margin: 10px auto 20px;
}

#test-form .zgoda_checkboxes {
    max-width: 100%;
}

/*#test-form span.ajax-loader.fly-loader {
  display: none;
}*/

#thanks-form .mfp-close {
  display: none;
}
@media screen and (max-width: 767px) {
	.white-popup-block {
		width: 100%;
		padding: 0; 
	}
	.white-popup-block input, .white-popup-block textarea,
  .white-popup-block .radio-demo {
		width: 300px;
	}
  .white-popup-block .radio-demo {
    margin-left: 0;
  }
}

.zgoda_checkboxes {
    max-width: 370px;
    margin: auto;
    text-align: left;
    margin-bottom: 20px;
}
.zgoda_checkboxes span.wpcf7-list-item {
  margin: 0 0 5px 0;
}
.gdpr-info {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
    color: #707070;
    text-align: left;
}

/* .popup_bg {
    background-color: rgba(0,0,0,.75);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    padding: 20px 5px;
    overflow-y: auto;
    z-index: 100;
    display: none;
}
.popup_bg .form {
    width: 80%;
    max-width: 830px;
    position: relative;
    margin: 5% auto;
    background-color: #dedede;
    padding: 70px 20px 70px 20px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popup_bg .form div.close {
    position: absolute;
    right: 10px;
    top: 6px;
    transition: color .3s ease-in;
    -moz-transition: color .3s ease-in;
    -ms-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    -webkit-transition: color .3s ease-in;
    background-image: url(images/close.png);
    width: 29px;
    height: 30px;
    opacity: .7;
} */


.vertical-menu {
	width: 100px !important;
	position: absolute !important;
	
}
.vertical-menu li a {
	white-space: normal;
}
.vertical-menu > li {
  display: block !important;
  line-height: 50px;
  vertical-align: middle;
  position: relative;
  text-align: left;
}
.vertical-menu > li:first-child {
    margin-left: 0;
}
.vertical-menu>li>a {
    padding: 7px 15px;
}
.nav .open .vertical-menu .current-menu-item {
    box-shadow: none !important;
}
.vertical-menu>li:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 94%;
    left: 3%;
    top: auto;
    bottom: 0;
    background-color: #b5b5b5;
}
/* .vertical-menu>li:last-child:after {
  display: block;
} */
 .vertical-menu>li:hover {
   box-shadow: none !important;
 }
 .vertical-menu>li:hover:after {
   display: none;
 }



@media screen and (max-width: 767px) {
	.p100 {
		padding: 20px 15px !important;
	}
}


.finansowanie_post {
  margin-top: 72px;
}
.finansowanie_post .sticky {
    top: 72px !important;
}
@media screen and (max-width: 767px) {
  .finansowanie_post {
    margin-top: 50px;
  }
  .finansowanie_post .sticky {
    margin-top: -22px !important;
  }
}


.zamov-page {
  padding-bottom: 50px;
}

.zamov-page h3 span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px !important;
    line-height: 112%;
    color: #2C3639;
    margin-bottom: 30px;
    display: block;
}

.zamov-page h2 {
  text-align: center;
  margin-bottom: 30px;
}
 .zakaz-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
} 

.descr span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #707070;
}

.zakaz-form input[type="text"], 
.zakaz-form input[type="email"], 
.zakaz-form input[type="tel"], 
.zakaz-form textarea {
    background-color: transparent;
    padding: 5px 10px;
    max-width: 430px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    margin-right: 10px;
    border: 1px solid #707070;
    border-radius: 4px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #707070;
    margin-bottom: 0;
}
.zakaz-form .blue-button {
    border: none;
    margin-top: 10px;
    width: 193px;
}
.zakaz-form p {
  padding-left: 0;
}
.zakaz-form input:focus,
.zakaz-form textarea:focus  {
  outline: none;
}
.zakaz-form textarea {
  resize: none;
}
.zakaz-form input>checkbox {
  display: inline-block;
}

.zakaz-form .descr {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #2C3639;
    padding-bottom: 10px;
    padding-top: 15px;
}

.zakaz-form .wpcf7-form-control-wrap span {
    margin-bottom: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #707070;
    padding-right: 15px;
}

span.wpcf7-form-control.wpcf7-radio.radio-zakaz input {
    margin-right: 10px;
}

.checkbox-zakaz input {
  display: inline-block;
  width: 13px;
}
.zakaz-form td {
  padding-bottom: 10px;
  padding-right: 20px;
  vertical-align: top;
}
.zakaz-form label {
  font-weight: normal;
}
.checkbox-zakaz span.wpcf7-list-item {
    display: block;
    margin: 0;
}
.radio-zakaz input {
  display: inline-block;
  width: 13px;
}
.radio-zakaz span.wpcf7-list-item {
    display: block;
    margin: 0;
}
.zakaz-form tr:nth-child(6) td {
  padding-top: 20px;
}
.zakaz-form tr:nth-child(7) td {
  padding: 10px 0 30px;
}
@media screen and (max-width: 767px) {
  .zakaz-form input,
  .zakaz-form textarea {
     width: 100%;
  }
 .checkbox-zakaz input,
 .radio-zakaz input {
    width: 13px;
  }
  .zakaz-form .descr,
  .zakaz-form label {
    font-size: 10px;
  }
  .zakaz-form p {
    padding: 0;
  }
} 

.h1-seo {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 112%;
    color: #2C3639;
    margin-top: 0;
    margin-bottom: 20px;
}

.error-404 {
  margin-top: 130px;
}

.share-buttons {
  margin-top: 50px;
  display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.share-buttons a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 14px;
  gap: 5px;
  width: 224px;
  height: 47px;
  border-radius: 4px;
  justify-content: center;
}

.is-f {
    background-color: #4864b4;
}
.is-f:hover {
    background-color: #5e7dd6;
}
.is-tw {
    background-color: #00acee;
}
.is-tw:hover {
    background-color: #34c4fb;
}
.inside-social {
    transition: all .5s;
    border-radius: 24px;
    margin-right: 16px;
    text-align: center;
    margin-top: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #FDFDFD !important;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 14px 57px;
    gap: 5px;
}
.inside-social:hover, 
.inside-social:active, 
.inside-social:visited {
  text-decoration: none;
  color: #ffffff;
}
.inside-social i {
    color: #FDFDFD;
    font-size: 15px;
    margin-right: 10px;
}
.inside-social i {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}



 .pobierz-page {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 50px;
  } 
  .pobierz-page .text {
    max-width: 600px;
    margin-bottom: 30px;
  }
.pobierz-page .wpcf7 br {
  display: none;
}
.pobierz-page .wpcf7 input,
.pobierz-page .wpcf7 textarea {
    border: none;
    background-color: #eeeeee;
    padding: 8px;
    width: 370px;
    display: block;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto; 
}
.pobierz-page .wpcf7 .blue-button {
    border: none;
    margin-top: 10px;
    width: 170px;
    margin: auto;
    margin-top: 20px;
}
.pobierz-page .wpcf7 input:focus,
.pobierz-page .wpcf7 textarea:focus  {
  outline: none;
}
.pobierz-page .wpcf7 textarea {
  resize: none;
}
.pobierz-page .wpcf7 .radio-demo {
  border: none;
  padding: 8px;
  width: 370px;
  display: block;
  margin-bottom: 12px;
  margin: auto;
}
.pobierz-page .wpcf7 .radio-demo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  font-family: "RobotoLight";
  padding: 0;
}
.pobierz-page .wpcf7 .radio-demo .wpcf7-list-item {
  margin: 10px 0 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.pobierz-page .checkAll .wpcf7-list-item-label {
  text-decoration: underline;
}

.pobierz-page .wpcf7-list-item-label {
  font-weight: normal;
  font-size: 13px;
  font-family: "RobotoLight";
}

.pobierz-page .wpcf7 .radio-demo label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    max-width: 315px;
}
.pobierz-page .wpcf7 input[type=checkbox], 
.pobierz-page .wpcf7 input[type=radio] {
  width: auto;
  display: inline-block;
  margin: auto;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 767px) {
  .pobierz-page .wpcf7 .blue-button {
    margin:0;
  }
 .pobierz-page .wpcf7 button {
    margin-top: 0;
}
.wpcf7-form-control-wrap .radio-demo {
  width: 100%;
}
  .pobierz-page .wpcf7 input,
  .pobierz-page .wpcf7 textarea,{
    width: 100%;
    margin-bottom: 10px;
  }
  .pobierz-page .wpcf7 .radio-demo label {
    max-width: 100%;
  }
}
.pobierz-page .zgoda_checkboxes {
   margin: auto;
}

.gift-block {
    background: #ffffff;
    border-radius: 50%;
    bottom: 18pt;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 50pt;
    padding: 0px;
    position: fixed;
    right: 18pt;
    top: auto;
    width: 50pt;
    z-index: 2147483646;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.gift-block img {
  width: 60%;
  height: 60%;
}
.gift-text {
    background: #ffffff;
    border: none;
    visibility: visible;
    max-width: 250pt;
    border-radius: 9pt;
    bottom: 72pt;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3pt 12pt;
    display: inline;
    position: fixed;
    right: 18pt;
    top: auto;
    z-index: 2147483647;
}
.close-gift {
  position: absolute;
  top: 5px;
  right: -3px;
  cursor: pointer;
}
.close-gift img {
  width: 80%;
  border-radius: 50%;
}
.gift-text .top-block {
  font-family: "RobotoLight";
  font-size: 18px;
  padding: 15px 15px 15px 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 90%
}
.gift-text .bottom-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-top: 1px solid #959595;
}
.gift-text .bottom-block a {
    font-family: "RobotoBold";
    font-size: 17px;
    color: #009fe3;
    border-bottom: 1px dashed #009fe3;
}
.gift-text .bottom-block a:hover {
    border-bottom: 1px dashed transparent;
    text-decoration: none;   
}

.hidden-gift {
  display: none;
}
      .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes zoomIn {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  50% {
  opacity: 1;
  }
  }
  @keyframes zoomIn {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  50% {
  opacity: 1;
  }
  } 

/*===============================================================================================
          Sasha    Sasha    Sasha   Sasha   Sasha  Sasha  Sasha
=================================================================================================*/

.white-popup-block.popup_bg.thank .text {
  max-width: inherit;
}
.white-popup-block.popup_bg.thank form p {
  display: flex;
  justify-content: center;
  flex-direction: inherit; 
  margin-top: 25px;
}
.white-popup-block.popup_bg.thank .text p {
  margin-top: 25px;
  font-family: "RobotoLight" !important;
}
.popup_bg.thank .form .title {
  font-size: 37px;
  color: #000;
  font-family: "RobotoLight" !important;
}
.popup_bg.thank .form {
  padding: 0px 140px;
}



/*.wpcf7-form input[type='submit'],
.popup_bg.thank .form button { 
  border:none;
  outline:none;
  text-align: center;
  border-radius: 50px;
  border:1px solid #5c6163;
  color:#4d4d4d;
  font-size: 14px;
    padding: 12px 40px;
    width: auto;
    height: auto;
    font-family: "RobotoLight" !important;
  background-color:transparent;
  -webkit-transition: background  0.5s;
  -o-transition: background  0.5s;
  transition: background  0.5s;
    line-height: 1;
    margin-left: 5px;
}*/

.popup_bg .form input[type='submit'], .popup_bg.thank .form button {
    margin-top: 10px;
    border: none;
    background-color: #9bcfb8;
    color: #FFF;
    opacity: 1;
    float: none;
}
.popup_bg .form input[type="submit"], .popup_bg.thank .form button {
    background-color: #009fe3 !important;
    font-family: "RobotoBold" !important;
}

.popup_bg.thank .close {
    position: absolute;
    right: 10px;
    top: 6px;
    transition: color .3s ease-in;
    -moz-transition: color .3s ease-in;
    -ms-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    -webkit-transition: color .3s ease-in;
   background-image: url('./img/close.png');
    width: 29px;
    height: 30px;
    opacity: .7;
}




/*---- belka ----*/

.page-id-1687 .content-area .page-php-content {
	margin-top: 0px !important;
}

.page-id-1687 .content-area .page-php-content .title h2 {
	display: none;
}
 
.page-id-1687 .panel-grid.panel-has-style {
	margin-bottom: 0 !important;
}

.page-id-1687 .content-area .container {
	width: 100% !important;
	padding: 0 !important;
	font-family: robotolight;
}

#pl-1687 {
	margin-top: -170px;
}

.raty-video-block {
	width: 100%;
    height: 600px;
    overflow: hidden;
}

.raty-video-block video {
	width: 100%;
    margin-top: -160px;	
}

#pg-1687-1 {
	position: relative;
    height: 62px;
    display: block;
    align-items: center;
	border-bottom: 1px solid #009fe3;
}

#pg-1687-1:before {
	    position: absolute;
    content: '';
    background-color: #009fe3;
    width: 32%;
    height: 62px;
}

#pg-1687-1:after {
	position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 32%;
    top: 0;
    border-style: solid;
    border-width: 62px 0 0 28px;
    border-color: transparent transparent transparent #009fe3;
}

.block2,
.block1 {
    width: 1140px;
	margin: 0 auto;
}

.block2 h3 {
	font-size: 33px;
    color: #161616;
	margin: 85px 0 45px;
}

#pg-1687-3 .panel-grid-cell {
	    height: auto;
    -webkit-box-shadow: 0px 1px 5px 2px #e4e2e2;
    -moz-box-shadow: 0px 1px 5px 2px #e4e2e2;
    box-shadow: 0px 1px 5px 2px #e4e2e2;
}

div#pgc-1687-1-0 {
    width: 33%;
    float: left;
    z-index: 99;
    text-align: center;
    padding-top: 17px;
	font-size: 21px;
    font-family: 'RobotoMedium';
    color: white;
}

.block1 #pgc-1687-1-1 ul {
	list-style-type: none;
	text-align: center;
}

.block1 #pgc-1687-1-1 ul li {
	display: inline-block;
	text-align: center;
	width: 25%;
    float: left;

}

.block1 #pgc-1687-1-1 ul li b {
	display: block;
}

.grey-b .widget_text {
	padding: 40px 30px;
    max-width: 375px;
}

.grey-b .widget_text span {
	font-size: 19px;
    color: #161616;
	margin-bottom: 35px;
    display: block;
	font-family: robotoregular;
}

.grey-b {
	margin-bottom: 50px;
}

.grey-b .widget_text p {
	font-size: 15px;
}

#pg-1687-4 {
	background: #f0f0f0;
    overflow: hidden;
    padding: 65px 0 70px;
}

#pg-1687-5 {
	background: #f0f0f0;
	padding-bottom: 70px;
}

.wp-caption.alignnone,
.block-menu img {
	max-width: 170px !important;
	display: block;
	height: auto;
	margin: 0 auto;
}

.wp-caption.alignnone,
.block-menu img {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
 }
 
.wp-caption.alignnone:hover,
.block-menu img:hover{
    -webkit-transform: scale(1.1,1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 550ms;
    -moz-transform: scale(1.1,1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;
 }

 .block-menu .textwidget,
.block-menu .so-panel {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.block-menu p,
.wp-caption-text {
	font-size: 18px;
    font-weight: bold;
    color: #323232;
	margin-top: 25px;
	max-width: 160px;
	text-align: center;
	display: block;
}

.wp-caption.alignnone {
    max-width: 160px;
    width: 160px !important;
    margin: 0 auto;
    text-align: center;
}

.widget-title {
	padding: 25px 0 40px;
	font-size: 33px;
	color: #323232;
}

.block3.img-bl {
    width: 1140px;
    margin: 0 auto;
}

.payu-grey-line {
	width: 100%;
    height: 298px;
    background: #e2e2e2;
    margin: 65px 0 100px;
    border-radius: 10px 0 0 10px;
}

.block3.img-bl.panel-row-style.panel-row-style-for-1687-7 {
    position: absolute;
    top: -406px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#pg-1687-7 {
	position: relative;
}

.block-menu-a ul li,
.block-menu-a ul {
	list-style: none;
	position: relative;
}

.block-menu-a ul li {
    font-size: 15px;
    color: #282828;
    margin-bottom: 5px;
}

.block-menu-a ul li:before {
	position: absolute;
	content: '';
	background: url(img/ul-2.jpg);
	width: 22px;
    height: 17px;
    left: -35px;
}
.zgoda_checkboxes .last {
	padding: 0;
	background: inherit;
}
.last-a {
	padding: 80px 0 60px;
	background: #f0f0f0;
}
.last-a h3 {
	font-size: 33px;
	font-family: robotolight;
}

.last-a p {
	font-size: 24px;
    color: #515151;
	font-family: robotolight;
}

.block1 .video-text {
    position: absolute;
    top: 170px;
    max-width: 585px;
    max-height: 180px;
}

.video-text h3 {
	font-size: 33px;
	color: #fff;
	font-weight: normal;
    margin-top: 0;
	margin-bottom: 20px;
	font-family: robotolight;
}

.video-text p {
	color: #fff;
	font-size: 15px;
	font-family: robotolight;
}

.but-block {
    max-width: 400px;
    margin: 0 auto;
} 

.but-block a {
	display: block;
	float: left;
	min-width: 170px;
	text-align: center;
}

.but-block a:last-child {
	float: right;
}

.pum-theme-1791 .pum-title, .pum-theme-lightbox .pum-title {
	font-size: 30px!important;
    line-height: 1.3!important;
    margin-bottom: 15px;
    text-align: center !important;
}

.pum-theme-1791 .pum-container, .pum-theme-lightbox .pum-container {
    padding: 18px;
    border-radius: 3px;
    border: none !important;
    box-shadow: 0 0 30px 0 rgb(123, 121, 121) !important;
    background-color: rgba(255,255,255,1.00);
}

#wpcf7-f1776-o2 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border: none !important;
    padding: 8px !important;
    width: 370px !important;
    display: block !important;
    margin-bottom: 0px !important;
    margin: 0 auto;
}

input.wpcf7-form-control.wpcf7-submit.orang-button {
    background: #fe5014 !important;
    border: none !important;
    padding: 15px 80px !important;
    border-radius: 5px !important;
    margin: 0 auto !important;
    display: block !important;
    color: #fff !important;
    font-weight: bold !important;
}

.pum-theme-1791 p {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.wpcf7 label {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    margin-left: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #707070;
}

span.wpcf7-list-item-label {

}

.pum-theme-1791 .pum-container, .pum-theme-lightbox .pum-container {
	width: 80% !important;
    max-width: 830px !important;
    position: relative !important;
    margin: 5% auto !important;
    background-color: #dedede !important;
    padding: 70px 20px 70px 20px !important;
    text-align: center !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
}

.pum-theme-1791 .pum-content+.pum-close, .pum-theme-lightbox .pum-content+.pum-close {
	position: absolute !important;
    right: 10px !important;
    top: 6px !important;
    transition: color .3s ease-in !important;
    -moz-transition: color .3s ease-in;
    -ms-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    -webkit-transition: color .3s ease-in;
    width: 29px !important;
    height: 30px !important;
    opacity: .7;
	color: #333 !important;
	font-size: 20px;
    line-height: 24px;
    border: none !important;
    border-radius: 26px;
    box-shadow: none !important;
    text-shadow:  none !important;
    background-color: transparent !important;
}

.block1.title-a h3 {
	font-size: 33px;
}


/*

/pomoc-faq/

*/

body.blog.logged-in.admin-bar.customize-support main#main {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 130px;
    padding-bottom: 90px;
}

body.blog.logged-in.admin-bar.customize-support main#main ul li p:first-child {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
}

body.blog.logged-in.admin-bar.customize-support main#main h2 {
  margin-bottom: 35px;
}
/*
body.blog.logged-in.admin-bar.customize-support main#main ul li ul li {
    display: block;
    height: 45px;
    overflow: hidden;
    cursor: pointer;
    background: #f2f2f2;
    margin-bottom: 10px;
    padding: 0 5px;
}

body.blog.logged-in.admin-bar.customize-support main#main .pomoc-faq-active {
    height: auto;
    margin-bottom: 15px;
}
*/

/*
=================================================
              Projektowanie dla stolarzy page
=================================================
*/

section.projektowanie-dla-stolarzy-page-banner {
    margin-top: 40px;
    min-height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
}




/**/

@media (max-width: 1370px) {

.raty-video-block video {
	width: 100%;
    margin-top: -95px;	
}

}


@media (max-width: 1155px) {



}


@media (max-width: 1140px) {
	
.block3.img-bl,	
.block2, .block1 {
    width: 98%;
    margin: 0 auto;
}

.block3.img-bl.panel-row-style.panel-row-style-for-1687-7 {
    position: relative;
    top: 0px;
}

.payu-grey-line {
    height: 0;
    margin: 25px 0;
}

.block1.grey-b {
    margin-bottom: 35px;
}	

.grey-b .widget_text {
    padding: 20px 30px;
    max-width: 375px;
}
	
}


@media (max-width: 1024px) { 

.raty-video-block video {
    width: 100%;
    margin-top: -45px;
}

.grey-b .widget_text span {
	min-height: 53px;
}

}

@media (max-width: 780px) {

.raty-video-block video {
    width: auto;
    margin-top: -45px;
    height: 100%;
    min-height: 550px;
}

#pg-1687-1:before {
    width: 100%;
    height: 62px;
}

.block1.panel-row-style.panel-row-style-for-1687-1 {
	border-bottom: 2px solid #009fe3;
    width: 100%;
}

.block1.panel-row-style.panel-row-style-for-1687-1 .textwidget {
	margin-top: 15px;
}

#pg-1687-3 .panel-grid-cell {
	height: auto;
}

.grey-b .widget_text {
    padding: 20px 30px;
    max-width: 100%;
    text-align: center;
}

.block-menu p, .wp-caption-text {
	max-width: 100%;
}

.block3.img-bl img {
	display: block;
	margin: 0 auto;
}

.last-a {
	text-align: center;
}

}

@media (max-width: 515px) {

.raty-video-block {
    height: 550px;
}

.raty-video-block video {
    margin-top: -5px;
    min-height: 650px;
}

.video-text h3 { 
	font-size: 26px;
    margin-bottom: 30px;
}

.block1 #pgc-1687-1-1 ul li {
    width: 50%;
    margin-bottom: 15px;
}

#pg-1687-1 {
    height: 205px;
}

.block3.img-bl img {
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 25px;
}

.last-a h3 {
    font-size: 26px;
}

.last-a p {
    font-size: 18px;
    color: #515151;
}

.but-block {
    max-width: 90%;
    margin: 0 auto;
}

.block1 #pgc-1687-1-1 ul {
    padding: 0;
}

#pg-1687-1 {
	border-bottom: none;
}

.block1 .video-text {
    position: absolute;
    top: 90px;
    max-width: 94%;
    max-height: 290px;
}

#wpcf7-f1776-o2 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	width: 80%!important;
}

.home section.partners {
	display: none;
}

section.projects {
    display: none;
}
	
}	

@media (max-width: 405px) {
	
	.but-block a {
    display: block;
    float: none;
    min-width: 170px;
    text-align: center;
    width: 170px;
    margin: 0 auto 15px;
}

.but-block a:last-child {
    float: none;
}

.block3.img-bl, .block2, .block1 {
    width: 94%;
    margin: 0 auto;
}
	
}



/**/

/*
div#wpcf7-f303-o2 .ajax-loader {
	display: none;
} 

div#wpcf7-f303-o2 .ajax-loader.fly-loader {
	display: block;
}

span.ajax-loader.fly-loader {
    width: 100%;
    height: 100px;
    text-align: center;
	background-image: none;
}

.loadersmall {
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block;
    margin: 10px auto;
}*/

/* div#wpcf7-f303-o2 div.wpcf7-response-output {
    margin: -5em .5em 1em;
}
*/

@media (max-width: 1195px) {
  header .container {
      width: 98% !important;
  }

}


/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.check-radio input {
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #555;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.check-radio input:checked {
    background-color: #0074e3;
}

.check-radio-block {
    display: flex;
    margin: 0 0 0 1em;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    max-width: 330px;
    margin: 15px 0;
}


.check-radio-block span.wpcf7-form-control-wrap.checkbox-3 {
	margin-bottom: -5px;
}

span.check-radio-span {
    margin-top: -15px;
}

.checkboxpryw span.wpcf7-list-item.last,
.checkboxpro span.wpcf7-list-item.last {
  display: none;
}

.podziekowanie-block .button_transp {
    font-size: 14px;
    color: #A27B5C;
    width: 218px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    border: 2px solid #A27B5C;
    margin: 20px 0;
    font-family: 'Poppins' !important;
}

.podziekowanie-block .button_transp:hover {
	color: #A27B5C !important;
  background: transparent !important;
}

#main > div > div.elementor.elementor-2579 > div > div > section > div > div > div > div > div > section > div > div > div.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-f681883 > div > div > div.elementor-element.elementor-element-fafae98.elementor-widget.elementor-widget-html > div > div {
      border-bottom-color: #A27B5C !important;
}

.podziekowanie-block a {
    color: #A27B5C !important;
}

.page-id-2579 .container .title {
	display: none;
}

.page-id-2579 .container .elementor.elementor-2579 {
    margin-top: -50px;
}

/*=====   Szkolenia page   =====*/

.szkolenia-page-header {
  height: 435px;
  width: 100%;
  background: url(/wp-content/themes/kdmax/img/skol-1.jpg) no-repeat;
  background-size: cover;
  margin: 70px auto 0;
}

.szkolenia-page-header-text {
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 100%;
}

.szkolenia-page-header .container,
.szkolenia-page-header .row {
  height: 100%;
}

.szkolenia-page-header .szkolenia-page-header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.szkolenia-page-header-title {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 38px;
line-height: 112%;
color: #FFFFFF;
padding-bottom: 20px;
}

.szkolenia-page-header-description {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 22px;
line-height: 150%;
color: #FFFFFF;
}

.szkolenia-price-block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.szkolenia-price-block div {
  padding: 15px 0;
  text-align: left;
  font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 150%;
color: #707070;
}

section.cennik-zacznij-prace.szkolenia-page-white-section {
    margin: 0;
}

.szkolenia-price-block div:first-child {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 22px;
line-height: 150%;
color: #707070;
}

.szkolenia-price-block div div:first-child {
  width: 100px;
}

section.cennik-zacznij-prace.szkolenia-page-white-section .cennik-zacznij-prace {
    font-size: 16px;
    margin-bottom: 25px;
}

section.cennik-zacznij-prace.szkolenia-page-white-section .cennik-zacznij-prace:last-child {
  margin-bottom: 0;
}

.szkolenia-price-block .szkolenia-price-block-title {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 21px;
line-height: 112%;
color: #2C3639;
}

.szkolenia-price-block:last-child,
.szkolenia-price-block:first-child {
  border-bottom: 3px solid #987B5E;
}

.szkolenia-price-block:last-child {
  margin-bottom: 30px;
  border-top: 3px solid #987B5E;
}

.szkolenia-price-block:first-child {
  justify-content: flex-end;
}

.szkolenia-price-block div {
    width: 40%;
}

.szkolenia-price-block div:first-child {
    width: 30%;
}

.cennik-zacznij-prace-left.szkolenia-page-section .dark-button {
    display: flex;
    margin-left: 0;
    justify-content: center;
}

section.cennik-zacznij-prace.szkolenia-page-white-section .cennik-zacznij-prace-title {
  font-size: 16px;
}

.szkolenia-page-header .col-lg-6 {
  height: 100%;
  position: relative;
}

.szkolenia-page-header .col-lg-6 img {
  height: 150px;
}

.szkolenia-page-header-img {
  position: absolute;
  right: 0;
  bottom: 40px;
}

.szkolenia-line {
  margin: 0;
}

.szkolenia-line .block1 #pgc-1687-1-1 ul li {
  color: #151515;
    font-size: 16px;
    line-height: 20px;
}

.szkolenia-plan-pdf-content {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 50px;
}

.szkolenia-plan-content {
    text-align: center;
}

.szkolenia-plan-pdf-title {
    color: #151515;
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1;
}

.szkolenia-plan-pdf-title-line {
    width: 40px;
    height: 5px;
    background: #009fe3;
    margin: 0 auto 20px;
}

.szkolenia-plan-pdf-bold {
    color: #151515;
    font-size: 20px;
    font-family: "RobotoBold";
}

.szkolenia-plan-pdf-light {
    color: #151515;
    font-size: 16px;
    font-family: "RobotoRegular";
    margin: 5px 0 20px;
}

a.blue-button.szkolenia-button {
    padding: 16px 90px !important;
    font-size: 20px;
    text-decoration: none;
}

.elementor-widget-container a.blue-button {
    background-color: #2C3639 !important;
    color: #FDFDFD;
    font-size: 17px;
    width: 235px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 400 !important;
    font-family: 'Poppins' !important;
}

.blue-button:hover {
    background-color: #2C3639 !important;
    text-decoration: none !important;
    color: #ffffff !important;
}

section.szkolenia-grey-section {
    background: #F2F2F2;
    padding: 50px 0 50px;
    margin: 50px 0 0 0;
}

.szkolenia-grey-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.szkolenia-grey-4-img {
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
        -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.szkolenia-grey-4-img:hover {
    -webkit-transform: scale(1.1,1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 550ms;
    -moz-transform: scale(1.1,1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;
}

.szkolenia-grey-4-img img {
  width: 50%;
}

.szkolenia-grey-4-text {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 150%;
text-align: center;
color: #707070;
}

.szkolenia-after-grey-text div {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    color: #707070;
    margin-bottom: 10px;
}

.szkolenia-after-grey-text div:last-child {
  margin-bottom: 0;
}


.szkolenia-after-grey-image {
    width: 150px;
    margin: 0 auto;
}

.szkolenia-after-grey-image img {
  width: 100%;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;  
}

.szkolenia-after-grey-image img:hover {
    -webkit-transform: scale(1.1,1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 550ms;
    -moz-transform: scale(1.1,1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;  
}

.szkolenia-after-grey-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
}

.szkolenia-after-grey-content .after-grey-text {
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-right: 80px;
}

.szkolenia-after-section-right {
    width: 100%;
    max-width: 670px;
}

.szkolenia-after-section-right .dark-button {
    display: flex;
    margin-left: 0;
    justify-content: center;
}

.szkolenia-after-grey-content .after-grey-text .szkolenia-title-block {
  margin-bottom: 50px;
}

section.szkolenia-grey-section.last-section-szkolenia {
  margin: 0;
  padding: 80px 0; 
}

.long-text-szkolenia {
    width: 100%;
    background: #F2F2F2;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 15%);
    border-radius: 4px;
    padding: 40px;
    margin: 50px 0;
}

.long-text-szkolenia-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 112%;
  color: #2C3639;
  margin-bottom: 20px;
}


/*

new desing home page

*/

header {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
}


.home-big-slider {
  background: #EEEEEE;
    height: 700px;
    position: relative;
    background-size: cover;
}

.home-big-slider-left {
  width: 360px;
}

section.home-big-slider.full-width-section {
    margin-top: 70px;
    height: 700px;
    overflow: hidden;
    position: relative;
}

section.home-big-slider.full-width-section .container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
}

.section-big-title {
  color: #2C3639;
  font-size: 45px;
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 35px;
  margin-top: 120px;
}

.section-big-description {
  font-size: 22px;
  color: #A27B5C;
  line-height: 27px;
  margin-bottom: 25px;
}

.new-grey-button {
  display: flex;
  justify-content: flex-start;
}

.new-grey-button a {
  background: #2C3639;
  color: #FDFDFD;
  font-size: 17px;
      width: 235px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    text-decoration: none;
}

.home-big-slider-right {
  max-height: 700px;
  height: 100%;
}

.home-big-slider .swiper-pagination {
    top: 80%;
    left: -20px;
    display: flex;
    flex-direction: column;
}

.home-big-slider .swiper-pagination .swiper-pagination-bullet {
  margin-bottom: 10px;
}


.home-big-slider .arrow-button {
    position: absolute;
    bottom: 125px;
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
    height: 20px;
}

@keyframes bounce {
50% {
    transform: translateY(-15px);
  }
}

.home-big-slider .home-big-slider-left {
    width: 360px;
    position: relative;
    height: 100%;
    min-height: 700px;
}

.home-big-slider .home-big-slider-right {
    max-height: 700px;
    height: 100%;
    margin-right: -90px;
}

.home-big-slider .swiper-container {
      width: 100%;
      height: 100%;
    }
.home-big-slider .swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

.section-title {
    color: #2C3639;
    font-size: 39px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 40px;  
}


section.dlaczego-kd-max-section {
    margin-top: 0px;
    padding-top: 30px;
}    

.dlaczego-kd-max-section-text {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 60px;
}

.dlaczego-kd-max-section-title {
    color: #2C3639;
    font-size: 39px;
    font-weight: 600;
    line-height: 45px;
    width: 32%;
    min-width: 370px;
}

.dlaczego-kd-max-section-description {
    max-width: 65%;
    width: 100%;
    font-size: 23px;
    color: #707070;
    line-height: 30px;
    padding-top: 25px;
    overflow-y: auto;
}

.dlaczego-kd-max-section-content-left {
    width: 100%;
    max-width: 490px;
    margin-top: 90px;
    position: relative;
    z-index: 5;
}

.dlaczego-kd-max-section-content-left-text {
    padding: 45px 100px 50px 30px;
    background: #EEEEEE;
    margin-bottom: 25px;
  -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    border-radius: 3px;
}

.dlaczego-kd-max-section-content-left-title {
    color: #2C3639;
    font-size: 30px;
    line-height: 39px;
    font-weight: 600;
    margin-bottom: 25px;
}

.dlaczego-kd-max-section-content-left-description p {
    font-size: 17px;
    line-height: 23px;
    color: #707070;
}

.dark-button a {
    background: #2C3639;
    color: #FDFDFD;
    font-size: 17px;
    line-height: 25px;
    width: 220px;
    height: 48px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dlaczego-kd-max-section-content {
    display: flex;
    flex-direction: row;
    margin-bottom: 45px;
}

.dlaczego-kd-max-section-content-right {
    width: calc(100% - 490px);
    position: relative;
    z-index: 3;
}

.dlaczego-kd-max-section-content-right div {
      position: absolute;
    width: 105%;
    height: 100%;
    z-index: 1;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    left: -50px;
    z-index: 2;
}

section.sklonenie.dlaczego-kd-max-section .dlaczego-kd-max-section-content-right:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 82px;
  background: url(/wp-content/uploads/2022/09/szkolenia-text.svg) no-repeat;
  background-size: contain;
  background-position: center;  
  z-index: 12;
    bottom: 5%;
    left: -25px;
}

.dlaczego-kd-max-section-content-right img {
    position: absolute;
    left: -65px;
    z-index: 1;
    width: 110%;
    height: 100%;
    top: 0;
}

.dark-button {
    display: flex;
    margin-left: 60px;
}

.dlaczego-kd-max-section .container {
  padding: 0;
}


section.dlaczego-kd-max-section {
    margin: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    position: relative;
}

section.dlaczego-kd-max-section:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 335px;
  background: #5B6E77;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.dlaczego-kd-max-section .container {
  position: relative;
  z-index: 5;
}

section.dlaczego-kd-max-section {
    margin: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    position: relative;
}

section.dlaczego-kd-max-section:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 335px;
  background: #5B6E77;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.dlaczego-kd-max-section .container {
  position: relative;
  z-index: 5;
}

.dark-grey-section-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.dark-grey-section-block {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.dark-grey-section-block:after {
  content: '';
  width: 1px;
  height: 115px;
  background: #DCD7C9;
  position: absolute;
  bottom: 35px;
  right: 0;
}

.dark-grey-section-block:last-child:after {
  display: none;
}

section.dark-grey-section {
    margin: 0;
    padding-bottom: 120px;
    background: #5b6e77;
}

.dark-grey-section-block-ico {
    width: 70px;
    margin: 0 auto 60px;
}

.dark-grey-section-block-text {
    color: #DCD7C9;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 35px;
    width: 100%;
    max-width: 290px;
    text-align: center;
}

.gold-button a {
    background: #A27B5C;
    color: #FDFDFD;
    width: 218px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
}

.home-partnerzy-section .container {
  padding: 0;
}

.partnerzy-section-slider {
    width: 100%;
    overflow: hidden;
}

section.home-partnerzy-section.white-section {
    margin: 0;
    background: #EEEEEE;
    padding: 100px 0 40px;
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
} 

.section-title {
    color: #2C3639;
    font-size: 39px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 40px;  
    width: 100%;
}

.partnerzy-logo-block {
    display: flex;
    padding: 2rem;
}

.partnerzy-section-slider .swiper-slide {
    width: auto;
    height: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.partnerzy-section-slider .swiper-slide img {
  -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.partnerzy-section-slider .swiper-slide:hover img {
  -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.testimonials.new-desing-home-page .testimonial {
    background-color: #EEEEEE !important;
    padding: 80px 35px 40px;
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
}

.testimonials.new-desing-home-page .photo {
    width: 65px;
    height: 65px;
    border-radius: 50px;
    border: none;
    background: transparent;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -31px;
    left: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.testimonials.new-desing-home-page .testimonial .text .words {
    color: #2c3639;
    font-size: 17px;
    line-height: 25px;
    padding: 0 0 10px;
    font-weight: 400;
    font-family: "FigtreeRegular",sans-serif;
}

.testimonials.new-desing-home-page .testimonial .name {
    font-size: 17px;
    color: #A27B5C;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonials.new-desing-home-page .testimonial .position {
    font-size: 17px;
    color: #707070;
    line-height: 23px;
}

.testimonials-title-text .dlaczego-kd-max-section-description {
    padding-left: 30%;
    width: 100%;
    max-width: 100%;
    padding-right: 10%;
    height: auto;
    margin-bottom: 25px;
}

.testimonials-title-text .section-title {
  margin-bottom: 15px;
}

.border-button a {
    color: #A27B5C;
    width: 218px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    border: 2px solid #A27B5C;
}

section.testimonials.new-desing-home-page .border-button {
    margin-top: 45px;
    display: flex;
    justify-content: center;
}

.new-grey-section {
  background: #ECECEC;
}

section.home-new-desing-last-section.new-grey-section {
  margin: 0;
  padding: 40px 0 50px;
}

section.home-new-desing-last-section.new-grey-section .section-title {
  padding-top: 50px;
}

.home-last-section-content-description {
    font-size: 23px;
    color: #707070;
    line-height: 30px;
}

.home-last-section-content-left {
    width: 50%;
    padding-right: 25px;
}

.home-last-section-content-right {
  width: 50%;
}

.home-last-section-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.home-last-section-content-right {
    width: 50%;
    min-height: 350px;
}

.home-last-section-content-right a.youtube-videos {
    width: 100%;
    height: 100%;
    min-height: 350px;
    display: block;
}

.home-last-section-content-right .video-block {
    background-size: cover;
}


footer {
    background-color: #2C3639;
    padding: 80px 0 25px 0;
}

.footer-content-block-left {
    color: #DCD7C9;
}

.footer-content-block-left-title {
    font-size: 37px;
    font-weight: 600;
    line-height: 50px;
    margin-top: 40px;
}

.footer-content-block-left-decription {
    color: #EEEEEE;
    font-size: 16px;
    margin-bottom: 25px;
    max-width: 325px;
    padding-top: 15px;
}

.footer-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-content-left {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.footer-content-block {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.footer-content-right a,
.footer-content-right p,
.footer-content-right {
    color: #DCD7C9;
}

.footer-content-right {
  position: relative;
}

.footer-content-right:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 1px;
  height: 85%;
  background: #DCD7C9;
  opacity: 0.5;
}

.footer-content-right .block_menu img {
    width: 10px;
    margin-right: 5px;
}

.footer-content-right .kontakt-title {
    padding: 15px 0 10px;
}

section.gallery-title-section.opinie-sect-title .new-desing-title-block {
    flex-direction: column;
}

section.gallery-title-section.opinie-sect-title .new-desing-title-block .title-descr {
  margin-left: 0;
}

.opinie-sect {
    margin-top: 40px;
    margin-bottom: 45px;
}

.opinie-content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.opinie-testimonial .person .photo {
      width: 100px;
    height: 100px;
    border: 1px solid #2C3639;
    border-radius: 100px;
    margin-right: 20px;
}

.opinie-testimonial .person .name {
    padding-top: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 112%;
    color: #2C3639;
    margin-left: 0;
}

.opinie-testimonial .person {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.opinie-testimonial .text {
    margin-top: 15px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #707070;
}

.opinie-testimonial {
    padding: 40px 0;
    border-bottom: 1px solid #F2F2F2;
}

.opinie-testimonial-content {
    width: calc(100% - 120px);
}

.opinie-testimonial .person .position {
    margin-left: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 112%;
    color: #707070;
    margin-top: 10px;
}

.opinie-testimonial a {
    border-bottom: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #707070;
}

.page-template-default .page-php-content {
  padding-bottom: 60px;
}

/*

new desing home page

*/


tr.row-1.odd {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.tablepress tbody tr td.column-1 {
    background-color: #ECECEC;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #707070;
}

.tablepress tbody tr td {
    border-top: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #707070;
}


p {
    margin: 0 0 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #707070;
}

.tablepress {
    border: 1px solid #ccc;
    font-family: 'Poppins';
    margin-bottom: 40px;
}

.blog-section-title .new-desing-title-block .title-descr {
  margin-top: 0;
}


.dropdown-menu-block {
    /*margin-top: -59px;*/
    margin-top: -20px;
    background-color: #616e77;
    position: fixed;
    width: 100%;
    z-index: 9;
}

.page-id-267 .nav>li.dropdown.open .dropdown-menu {
    display: none;
}

.page-id-267 section.gallery-title-section.opinie-sect-title.blog-section-title {
    margin-top: 70px;
}

ul.dropdown-menu-new {
    align-items: center;
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
}

ul.dropdown-menu-new a {
    padding: 21px 18px;
    color: #fdfdfd;
    font-size: 14px;
    line-height: 17px;
    display: block;
    margin: 0;
}

.gif-banner-kd-home-page {
  margin-top: -85px;
  background: #5E7584;
}

.gif-banner-kd-home-page div {
  background: url(/wp-content/uploads/2022/12/baner-kdmax.gif) no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 22rem;
}

#wpcf7-f303-o3 > form > p:nth-child(4) > span:nth-child(3) {
  max-width: 376px;
  width: 100%;
}

#wpcf7-f303-o3 select.wpcf7-form-control.wpcf7-select {
    background: #fff;
    max-width: 376px;
    width: 100%;
    padding: 8px;
}

select { outline:none; }


/*

new desing page

*/

.red-line {
    color: #fff;
    background-color: #c34922;
    width: 100%;
}

.red-line .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.red-line-text {
    padding-right: 1rem;
    font-size: 1.2rem;
}

.white-border a {
    background: transparent;
    color: #FDFDFD;
    font-size: 1.3rem;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.4rem;
    text-decoration: none;
    border: 2px solid #FDFDFD;
    padding: 0.5rem 1rem;
    margin: 0.5rem 0;
}



@media (max-width: 800px) { 

.red-line {
  display: none;
}  

section.home-big-slider.full-width-section {
  margin-top: 0;
}

.header-button {
  display: none;
}

.dlaczego-kd-max-section-content {
  flex-direction: column-reverse;
    justify-content: flex-end;
}

.gif-banner-kd-home-page {
      margin-top: 0;
}

.gif-banner-kd-home-page div {
  min-height: 20rem;
}

.szkolenia-line .block1 #pgc-1687-1-1 ul li {
    color: #151515;
    font-size: 15px;
    line-height: 17px;
}

.szkolenia-line .block1 #pgc-1687-1-1 ul li {
      display: inline-block;
    text-align: center;
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.szkolenia-line #pg-1687-1 {
    height: 96px;
    background: #009fe3;
}

.szkolenia-after-grey-content,
.szkolenia-grey-content {
  flex-direction: column;
}

.szkolenia-after-grey-content .after-grey-text,
.szkolenia-grey-content .col-sm-3 {
    margin-bottom: 45px;
}

.long-text-szkolenia {
  margin: 0 auto;
}

.szkolenia-page-header .col-lg-6 img {
    height: 85px;
}

section.home-big-slider.full-width-section .container {
  flex-direction: column;
  padding: 0 15px 15px;
}

section.home-big-slider.full-width-section {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.section-big-title {
    font-size: 28px;
    line-height: 140%;
}

.ginger_container.bottom {
  width: 90% !important;
  left: 5% !important;
}

.home-big-slider .home-big-slider-left {
    height: 100%;
    min-height: auto;
    padding-bottom: 25px;
}


.home-big-slider .home-big-slider-left {
  width: 100%;
}

.home-big-slider .arrow-button {
    display: none;
}

.section-title {
    font-size: 30px;
    line-height: 150%;
    margin-top: 50px;
}

.dlaczego-kd-max-section .container {
    padding: 0 15px;
}

.dlaczego-kd-max-section-content-left-title {
    font-size: 26px;
    line-height: 140%;
}

.dlaczego-kd-max-section-content {
    /*display: flex;
    flex-direction: column;*/
    margin-bottom: 45px;
}
.dlaczego-kd-max-section-content-right {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}

.dlaczego-kd-max-section-content {
    margin-bottom: 35px !important;
} 

.dlaczego-kd-max-section-content:nth-child(odd) .dlaczego-kd-max-section-content-left-text {
    padding: 45px 30px 50px !important;
}

.dlaczego-kd-max-section-content-left {
  margin: 0 auto;
}

.dlaczego-kd-max-section-content:nth-child(odd) {
  flex-direction: column-reverse !important;
}

.dlaczego-kd-max-section-content-left-text {
  padding: 45px;
}

.dlaczego-kd-max-section-content-right div {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    height: 250px;
    margin-top: 25px;
}

.dark-grey-section-content {
  flex-direction: column;
}

.home-big-slider .home-big-slider-right {
  display: none;
}

.dlaczego-kd-max-section-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 60px;
}

.dlaczego-kd-max-section-title {
      min-width: 100%;
}

.dlaczego-kd-max-section-description {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding-top: 0;
    overflow-y: auto;
}

.dark-grey-section-block {
    width: 100%;
    margin-bottom: 50px;
}

.dark-grey-section-block:after {
  display: none;
}

section.dark-grey-section {
  padding-bottom: 60px;
}

section.home-partnerzy-section.white-section {
  padding: 40px 0;
}

.home-partnerzy-section .container {
    padding: 0 15px;
}

.container.content-block {
    padding: 0 15px;
}

.footer-content-block,
.home-last-section-content,
.actualnosci-block-content,
section.actualnosci.grey_section .container {
  flex-direction: column;
}

.actualnosci-block-content {
  width: 100%;
}

.actualnosci .news-post {
    margin-top: 20px;
    width: 90%;
    margin-left: 5%;
    margin-right: auto;
    position: relative;
    background-color: transparent;
        margin-bottom: 25px;
}

.news-post .image {
    height: 270px;
    background-size: cover;
    background-position: center center;
}

section.actualnosci.grey_section {
    padding-bottom: 0;
}

.home-last-section-content-left {
    width: 100%;
    padding-right: 0;
}

.home-last-section-content-description {
    font-size: 20px;
    margin-bottom: 25px;
}

.home-last-section-content-right {
    width: 100%;
    min-height: 250px;
}

.home-last-section-content-right .video-block {
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 15px;
}

.footer-content-left {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 35px;
}

.top_title_banner .main-title {
  padding: 20px 10px;
  font-size: 22px;
  text-align: left;
}

.sidebar-menu ul {
    margin: 0;
    text-align: left;
}

.page-template-funkcje-page .sidebar-page-content .list-items {
  padding: 0;
}

.sidebar-page-content .list-items .item {
    padding: 25px;
    margin: 10px auto 35px;
}

.sidebar-page-content .list-items .item-title {
    font-size: 20px;
    line-height: 130%;
}

.sidebar-page-content .list-items .item .item-video {
    padding-top: 0;
    margin-left: 0;
    position: relative;
    right: 0;
    top: 25px;
}

.sidebar-page-content .sidebar-menu ul li {
      display: block;
}

section.wymag-sect {
    padding-top: 30px;
}

.col-sm-5.col-xs-12.wymag-img {
    margin-top: 50px;
}

.porownaj-sect {
    margin: 50px 0;
}

.top_title_banner {
    margin: 0px 0 0 0;
    font-size: 24px;
    text-align: center;
}

.tablepress tbody tr td {
  font-size: 12px;
}

.new-desing-title-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.new-desing-title-block .title-descr {
    width: 100%;
    margin: 20px 0;
}

.grid .photo img {
    width: 100%;
    height: 100px;
}

.categories li {
  font-size: 15px;
}

section.gallery-title-section {
    background: #F2F2F2;
    margin: 0px;
    padding-top: 25px;
}

.plates {
    margin-top: 20px;
    flex-direction: column;
}

.plates .plate {
    padding: 10px;
    margin: 0 auto 35px;
}

.cennik-kd-max .opcje {
  margin-top: 50px;
}

.cennik-kd-max .opcje .item-row .price,
.cennik-kd-max .opcje .item-row .name {
  font-size: 16px;
}

section.cennik-kd-max:after {
  display: none;
}

section.cennik-zacznij-prace.new-grey-section {
    margin: 0;
    padding: 35px 0;
}

.cennik_opinies_elements,
.cennik-zacznij-prace, .cennik-zacznij-prace-buttons,
.cennik-zacznij-prace-content {
  flex-direction: column;
}

.cennik-zacznij-prace-buttons div {
    margin-bottom: 35px;
}

.cennik_opinies_logos {
    margin-bottom: 35px;
}

.cennik_opinies-title,
.footer-content-block-left-title {
      font-size: 28px;
}

.cennik_opinies-description {
  font-size: 20px;
}

.szkolenia-page-header-content {
    padding: 15px;
}

section.cennik-zacznij-prace.szkolenia-page-white-section {
    margin: 25px 0;
}

section.szkolenia-grey-section {
    background: #f2f2f2;
    padding: 0;
}

.szkolenia-after-grey-content.szkolenia-after-section {
    padding: 15px;
}

.long-text-szkolenia {
    margin: 30px auto;
}

section.projektowanie-dla-stolarzy-page-banner {
    margin-top: 0;
}

.moduli-section-blocks .dlaczego-kd-max-section-content:nth-child(even) {
   /* flex-direction: column;
    justify-content: flex-end;*/
      flex-direction: column-reverse;
    justify-content: flex-end;
}

.moduli-section-blocks .dlaczego-kd-max-section-content-left {
    margin-top: 20px;
}

.contacts .block_menu {
  margin: 35px 0;
}

.white-popup-block {
    width: 90%;
    padding: 20px;
    margin-top: 80px;
}

#cennik-form .wpcf7 {
  width: 100%;
}

#cennik-form textarea {
    width: 100%;
    resize: none;
}

.dlaczego-kd-max-section-content:nth-child(odd) {
    flex-direction: column;
    justify-content: flex-start;
}

.dark-button {
    display: flex;
    margin-left: 60px;
    margin: 0 auto;
    justify-content: center;
}

.plates .plate {
    padding: 40px;
    max-width: 96%;
    width: 100%;
  }

.cennik_opinies_logos a:last-child,
.cennik_opinies_logos a:nth-child(3) {
  display: none;
}

.iscan-sect img, .iscan-sect iframe {
      min-height: 400px;
}

.page-template-pomoc-page .gallery-title-section {
    margin: 0 !important;
}

.szkolenia-page-header {
  margin: 0;
}



}


@media (max-width: 590px) { 

.szkolenia-plan-pdf-content {
  flex-direction: column;
}

.szkolenia-plan-content {
    text-align: center;
    margin-bottom: 35px;
}

.szkolenia-line .block1 #pgc-1687-1-1 ul li {
    width: 100%;
    margin-bottom: 25px;
}

.szkolenia-line #pg-1687-1 {
    height: 235px;
}

.szkolenia-title-block {
  text-align: center;
}

.dlaczego-kd-max-section-content:nth-child(odd) {
    flex-direction: column;
    justify-content: flex-start;
}

.dark-button {
    display: flex;
    margin-left: 60px;
    margin: 0 auto;
    justify-content: center;
}

.plates .plate {
    padding: 40px;
    max-width: 96%;
    width: 100%;
  }

.cennik_opinies_logos a:last-child,
.cennik_opinies_logos a:nth-child(3) {
  display: none;
}

.news-post .image {
  height: 170px;
}

.iscan-sect img, .iscan-sect iframe {
    min-height: 100px;
}

.gif-banner-kd-home-page div {
  min-height: 14rem;
}

} 