  /*!
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;
	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
================================================= 
*/

header {
  width: 100%;
  background-color: #333333;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  color: #ffffff;
  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;
	
}
.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: 999;
  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 .blue-button {
  padding: 8px 10px !important;
}

.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: #d7d7d7;
  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: 203px;
}
.current-menu-item a{
	box-shadow:inset 0px -3px 0px 0px #ffffff;
}
.current-menu-ancestor a{
	box-shadow:inset 0px -3px 0px 0px #ffffff;
}
.dropdown-menu>li>a {
	box-shadow:none !important;
}
.nav .open .current-menu-item a{
	box-shadow: none;
	color: #009fe3;
	background-color: #e9e9e9;
   box-shadow: -1px 0px 0px 0px #e9e9e9;
}
.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;
   font-family: "RobotoRegular";
 }
 .dropdown-menu>li>a:hover {
   background-color: transparent;
 }
 .dropdown-menu>li>a:focus {
    background-color: #e9e9e9;
   box-shadow: -1px 0px 0px 0px #e9e9e9;
 }
 .dropdown-menu>li:after{
   content: '';
   position: absolute;
   height: 36px;
   width: 1px;
   right: 0;
   top: 15px;
   background-color: #b5b5b5;
 }
 .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: #ffffff;
   padding: 26px 15px;
   font-family: "RobotoLight";
   box-sizing: border-box;
   /* margin: 0 10px; */
   position: relative;
 }
 /* .navbar-default .navbar-nav>li>a:after {
 	content: "";
    position: absolute;
    z-index: -1;
    left: 12%;
    right: 50%;
    bottom: 0;
    background: #ffffff;
    height: 3px;
    width: 80%;
    -webkit-transition-property: left , right;
    -o-transition-property: left , right;
    transition-property: left , right;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
 } */
 .navbar-default .navbar-nav>li>a:visited {
   color: #ffffff;
 }

 .navbar-default .navbar-nav>li>a:hover {
   font-weight: bold;
   color: #ffffff;
   box-shadow:inset 0px -3px 0px 0px #ffffff;
 }
 .navbar-default .navbar-nav>.open>a,
 .navbar-default .navbar-nav>.open>a:focus{
   background-color: transparent;
   color: #ffffff;
   font-weight: bold;
 }
 .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: none;
  }
  .navbar-default .navbar-nav>li>a:visited{
   color: #777;
 }
 .navbar-default .navbar-nav>.open>a:focus {
   color: #777;
 }
 .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;
}
	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%;
}
.navbar-collapse {
 margin: 0 50px 0 auto;
}
}
@media screen and (min-width: 768px) and  (max-width: 991px) {
  .navbar-collapse {
    margin: 0 20px 0 auto;
  }
  .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-size: 16px;
  font-family: "RobotoLight";
  margin-bottom: 40px;
}
@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 {
  display: inline-block;
  margin-top: 30px;
}
.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;
  /*display: none;*/
}
.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%;
  }
}
.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;
}
.news-post .image {
  height: 164px;
  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: 20px;
  width: 30.5%;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  background-color: #ffffff;
}
.news-post .post-text {
  padding: 30px 30px 50px;
  overflow: hidden;
  
}
.news-post .post-text .news-title {
  font-family: "RobotoRegular";
  font-size: 18px;
}
.news-post .post-text .news-title a {
  color: #333;
}
.news-post .post-text .news-title a:hover {
  text-decoration: none;
}
.news-post .post-text .news-words {
  font-family: "RobotoLight";
  color: #727272;
  font-size: 14px;
  line-height: 20px;
  padding: 25px 0;
}
@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: 130px;
}
.gallery .title-descr {
  max-width: 800px;
}
.gallery .title-descr p:last-child {
  font-size: 14px;
}
.categories {
  padding: 20px 0 40px;
  list-style-type: none;
  text-align: center;
}

.categories li {
  display: inline-block;
  padding: 5px 5px;
  margin: 5px 30px;
  font-family: "RobotoLight";
  font-size: 18px;
  cursor: pointer;
}
.categories .selected {
  color: #009fe3;
  font-family: "RobotoBold";
  position: relative;
}
.categories .selected:after{
  content: "";
  position: absolute;
  z-index: -1;
  left: 0%;
  right: 0%;
  bottom: 0;
  background: #009fe3;
  height: 3px;
}
.grid .photo {
  padding-bottom: 20px;
}
.grid .photo img {
  border: 2px solid #d3d1d6;
  /* width: 100%; */
  /* height: 164px;
  overflow: hidden; */
  width: 274px;
  height: 164px;
}
.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: 130px;
}
.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: space-between;
  padding: 0 10px;
}
.plates .plate {
  padding: 30px;
  border: 2px solid #d4d4d4;
  max-width: 270px;
  margin: 0 5px;
  text-align: center;
}
 .plates .plate:hover{
  border:2px solid transparent;
  transform: scale(1.03);
  background-color: #f5f5f5;
  -webkit-box-shadow: 0px -1px 20px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px -1px 20px 0px rgba(0,0,0,0.25);
  box-shadow: 0px -1px 20px 0px rgba(0,0,0,0.25);
}
.plates .plate .title {
  font-family: "RobotoLight";
  font-size: 26px;
}
.plates .plate .price {
  position: relative;
  font-family: "RobotoBold";
  font-size: 32px;
  margin-bottom: 20px;
  margin-top: 25px;
}
.plates .plate .price span {
  position: absolute;
  font-size: 12px;
  font-family: "RobotoLight";
  left: 40%;
  bottom: -15%;
}
.plates .plate .blue-button {
    margin: 15px 0;
    cursor: pointer;
    width: 100%;
    display: block;
    padding: 8px 20px!important;
}
.plates .plate p {
  font-family: "RobotoRegular";
  margin: 40px 0 20px;
  font-weight: bold;
}
.plates .plate ul {
  list-style-type: none;
  text-align: left;
  padding-left: 35px;
}
.plates .plate ul li {
  position: relative;
  margin-top: 10px;
  font-size: 14px;
}
.plates .plate ul li:before {
  content: url(img/Ellipse-plus-small.png);
  height: 100%;
  width: 100%;
  position: absolute;
  left: -28px;
  top: 3px;
}
.cennik-kd-max .opcje {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}
.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;
  padding-bottom: 20px;
  font-size: 18px;
  font-family: "RobotoLight";
  align-items: center;
  position: relative;
}
.cennik-kd-max .opcje .item-row .name {
  width: 40%;
  min-height: 50px;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.cennik-kd-max .opcje .title-row .name {
  width: 40%;
  font-family: "RobotoBold";
  font-size: 21px;
}
.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: 35%;
  text-align: right;
  padding-right: 20px;
  font-size: 14px;
}
.cennik-kd-max .opcje .item-row .price {
  width: 35%;
  text-align: right;
  padding-right: 20px;
  font-family: "RobotoBold";
}
.cennik-kd-max .opcje .item-row .price span {
  font-size: 16px;
    font-family: "RobotoLight";
    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 {
  font-size: 12px;
  color: #009fe3;
  margin-left: 5px;
  margin-top: 4px;
  position: relative;
}
.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-kd-max .opcje .item-row:last-child:after {
  position: absolute;
  content: '';
   display: block;
  width: 70%;  
  height: 1px; 
  border-bottom: 1px dashed #b2b2b2;
  bottom: -7px;
}
.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;
}
.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";
}

 /* .cennik-kd-max .finansow {
  max-width: 300px;
  margin-left: 80px;
  margin-top: 40px;
  padding-left: 20px;
 } 
 .cennik-kd-max .finansow {
  font-family: "RobotoBold";
  font-size: 18px;
 }
 .cennik-kd-max .finansow .link {
  display: block;
  margin-top: 10px;
 }
 .cennik-kd-max .finansow a{
  color: #4cc9ff;
  font-family: "RobotoRegular";
  border-bottom: 1px dashed #4cc9ff;
  font-size: 14px;
 }
 .cennik-kd-max .finansow a:hover{
  border-bottom: none;
  text-decoration: none;
 }
 .tables-kd-max table {
  margin-bottom: 35px;
  font-family: "RobotoLight";
  width: 100%;
 }
 .tables-kd-max table:last-child {
  margin-bottom: 0;
 }
 .tables-kd-max table,
 .tables-kd-max th,
 .tables-kd-max td {
    border: 1px solid #d2d2d2;
    border-collapse: collapse;
 }
 .tables-kd-max table th {
  background-color: #f5f5f5;
  text-align: center;
  font-family: "RobotoRegular";
  font-size: 14px!important;
  border-bottom: 1px solid #f5f5f5;
  
 }
 .tables-kd-max table td {
  padding: 18px 22px;
 }
 .tables-kd-max table .col1 {
  width: 33%;
  font-size: 22px;
 }
 .tables-kd-max table .col2 {
  width: 50%;
 }
 .tables-kd-max table .col3 {
  width: 16%;
  text-align: center;
  font-size: 22px;
 }
 .tables-kd-max .aktualizacje .col3 a{
  color: #4cc9ff;
  font-family: "RobotoRegular";
  border-bottom: 1px dashed #4cc9ff;
  font-size: 14px;
 }
 .tables-kd-max .aktualizacje .col3 a:hover{
  border-bottom: none;
  text-decoration: none;
 }
 .tables-kd-max .aktualizacje .col3 .link {
  margin-top: -10px;
 } */
 @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;
  }
  /*  .cennik-kd-max .finansow {
   margin-left: 0;
    } */
  /*.cennik-kd-max .aktualizacje a {
    margin-top: 10px;
  } */
  /* .tables-kd-max {
    max-width: 100%;
    margin: 20px 10px;
  }
  .tables-kd-max table td{
    padding: 10px;
  }
  .tables-kd-max table .col1,
  .tables-kd-max table .col3 {
    font-size: 16px;
  }
  .tables-kd-max table .col2 {
    font-size: 12px;
  } */
}

/*
=================================================
              BIBLIOTEKI PAGE STYLES
=================================================
*/
.biblioteki {
  margin-top: 130px;
  margin-bottom: 130px;
}
.biblioteki p{
  font-size: 16px;
  font-family: "RobotoLight";
  margin-top: 10px;
}
.biblioteki p a{
  color: #4cc9ff;
}
.biblioteki h3 {
  font-family: "RobotoLight";
  display: block;
  margin-bottom: 30px;
}
.biblioteki table {
  width: 100%;
}
.biblioteki table tr {
  border-top: 2px solid #cccccc;
}
.biblioteki table td {
  padding: 20px 0;
}
.biblioteki table tr:last-child {
  border-bottom: 2px solid #cccccc;
}
.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;
  
}
.biblioteki table .col3 {
  width: 30%;
  text-align: left;
}
.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;
}
.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: 130px;
}
 .blog-section .blog-post{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 35px;
}
.blog-post-thumbnail {
    max-height: 208px;
}
.blog-post-thumbnail .image {
    width: 370px;
    height: 208px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.blog-section .post-text {
  padding-left: 100px;
  position: relative;
}
.blog-section .post-text .date_box {
  position: absolute;
  border: 1px solid #e6e6e6;
  -moz-box-shadow: 0 0 0 1px #fff inset, 0 2px 0 rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 0 0 1px #fff inset, 0 2px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 0 1px #fff inset, 0 2px 0 rgba(0, 0, 0, 0.04);
  width: 52px;
  overflow: hidden;
  padding: 10px 0 0 0;
  text-align: center;
  margin: 0 10px 0 0;
  display: block;
  background: rgba(0, 0, 0, 0.02);
  top: 0;
  left: 27px;
}
.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 {
  font-size: 20px;
  font-family: "RobotoLight";
  font-weight: bold;
  margin-bottom: 20px;
}
.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 {
    color: #009fe3;
    border-bottom: 1px dashed #009fe3;
}
.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: "RobotoThin";
    font-size: 32px;
    position: relative;
    padding: 0px 10px;
    line-height: 38px;
    margin-left: 0;
    color: #23527c;
    text-decoration: none;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    margin-right: 6px;
}
 .blog-section .pagination .wp-pagenavi a:hover {
    background-color: #eee;
    border-color: #ddd;
}
 .blog-section .pagination .wp-pagenavi .current{
    color: #fff;
    cursor: default;
    background-color: #74b9ff;
    border: none;
}
@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: 130px;
}
.contacts .contact-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contacts .contact-form br {
	display: none;
}
.contacts .contact-form input,
.contacts .contact-form textarea {
    border: none;
    background-color: #eeeeee;
    padding: 8px;
    width: 370px;
    display: block;
    margin-bottom: 14px;
    margin-right: 10px;
}
.contacts .contact-form .blue-button {
    border: none;
    margin-top: 10px;
    width: 170px;
}
.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;
  font-family: "RobotoLight";
}

.contacts ul {
  list-style-type: none;
  font-family: "RobotoLight";
  border-left: 1px dashed #d2d2d2;
  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;
}
.contacts ul i {
    color: #cfcfcf;
    margin-right: 10px;
    font-size: 25px;
    width: 30px;
    text-align: center;
}
.contacts .fa-mobile {
  font-size: 35px;
}

@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: 134px 0 0 0;
	color: #ffffff;
	font-size: 28px;
	font-family: "RobotoLight";
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.top_title_banner .main-title {
	padding: 44px 0;
}
.sidebar-page-content {
	background-color: #f1f1f1;
	position: relative;
	padding-bottom: 60px;
}
.sticky {
  position: fixed;
  z-index: 101;
}
.stop {
  position: relative;
  z-index: 101;
}
.sidebar-menu {
	background-color: #f1f1f1;
	z-index: 1000;
	padding-top: 40px;
	margin: 0 -30px;
}
.sidebar-menu ul{
	list-style-type: none;
	padding: 0;
}
.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: 15px;
	color: #828282;
}
.sidebar-page-content .list-items {
	background-color: #ffffff;
	padding: 20px 40px 60px 55px;
	font-family: "RobotoLight";
}
.sidebar-page-content .list-items .item {
	padding: 30px 0 50px;
	border-bottom: 1px solid #d2d2d2;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.sidebar-page-content .list-items .item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.sidebar-page-content .list-items .item .item-description {
	padding-right: 30px;
	max-width: 543px;
}
.sidebar-page-content .list-items .item .item-video {
	padding-top: 5px;
	margin-left: 25px;
}
.sidebar-page-content .list-items .item .video-block {
	width: 282px;
	height: 166px;
	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: 33px;
	margin-bottom: 20px;
	line-height: 40px;
}
.sidebar-page-content .list-items .item-text {
	font-size: 15px;
}
.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: #009fe3;
    color: #ffffff;
}
.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: #f1f1f1;
	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;
}
.iscan-program .title {
	font-size: 20px;
}
.iscan-program .description {
	margin-bottom: 30px;
	font-family: "RobotoLight";
}
.iscan-program .link {
  font-family: "RobotoRegular";
  font-size: 14px;
  color: #009fe3;
  border-bottom: 1px dashed #009fe3;
  margin-left: 45px;
}
.iscan-program .link:hover {
  text-decoration: none;
  border-bottom: none;
  cursor: pointer;
}
.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 .title {
	font-size: 20px;
}
.imeasure-program .description {
	margin-bottom: 30px;
	font-family: "RobotoLight";
}
.imeasure-program .link {
  font-family: "RobotoRegular";
  font-size: 14px;
  color: #009fe3;
  border-bottom: 1px dashed #009fe3;
  margin-left: 45px;
}
.imeasure-program .link:hover {
  text-decoration: none;
  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
=================================================
*/

.wymag-sect .container {
	background-color: #ffffff;
}
.wymag-sect {
	margin: 0;
}
.wymag-sect .title-descr {
	margin-bottom: 50px;
}
.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;
}
/*
=================================================
              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;
}
.pomoc-sect {
	margin: 0;
	padding: 30px;
	background-color: #ffffff;
	font-family: "RobotoLight";
}
.pomoc-sect  i.fa {
	border: 2px solid #6696cd;
    color: #6696cd;
    -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-size: 35px;
	font-family: "RobotoLight";
}
.skrypty-sect .descr,
.filmy-sect .descr {
	font-size: 16px;
	margin: 10px 0;
}
/* .skrypty-sect {
  padding-bottom: 40px;
  border-bottom: 1px solid #d2d2d2;
} */

.skrypty-sect p {
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0;
}
.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: 24.7%;
	margin-bottom: 30px;
}
.filmy-sect .film-image {
	width: 100%;
	height: 116px;
	background-size: cover;
  	background-position: center center;
}
.filmy-sect .film-block .film-descr {
	margin-top: 10px;
	font-weight: bold;
	padding-right: 20px;
	line-height: 15px;
    font-size: 14px;
}
.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;
}
@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-content .entry-title {
	font-size: 35px;
	font-family: "RobotoLight";
	padding: 0 0 30px 0;
}
article .entry-content {
	padding: 50px 0;
	font-family: "RobotoLight";
}
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 {
    display: block;
    font-size: 16.84px;
    font-family: "RobotoLight";
    color: #4d4d4d;
    margin-bottom: 25px;
}
.inside-aside-box {
    position: relative;
    margin-bottom: 50px;
    max-width: 300px;
}
.inside-aside-number {
    position: absolute;
    top: 0;
    left: -20px;
    font-size: 16.84px;
    font-family: "RobotoLight";
    color: #4d4d4d;
}
.inside-aside a {
    clear: both;
    display: block;
    color: #000;
    font-family: "RobotoLight";
}
.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: 130px;
}
.page-php-content .title {
  margin-bottom: 30px;
}
.page-php-content .title h2 {
  margin-top: 0;
  font-family: "RobotoLight";
  display: inline-block;
  font-size: 35px;
}

@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;
  }
}






.white-popup-block {
    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;
}
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: 75%;
	margin-bottom: 30px;
}
.white-popup-block form p{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.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-weight: normal;
  font-size: 13px;
  font-family: "RobotoLight";
}

#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-size: 10px;
}

/* .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 {
   background-color: #e9e9e9 !important;
   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 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: center;
} 
/* .zakaz-form br {
  display: none;
} */
.zakaz-form input,
.zakaz-form textarea {
    border: none;
    background-color: #eeeeee;
    padding: 8px;
    width: 370px;
    display: block;
}
.zakaz-form .blue-button {
    border: none;
    margin-top: 10px;
    width: 193px;
}
.zakaz-form p {
  padding-left: 25px;
}
.zakaz-form input:focus,
.zakaz-form textarea:focus  {
  outline: none;
}
.zakaz-form textarea {
  resize: none;
}
.zakaz-form input>checkbox {
  display: inline-block;
}
.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 {
    margin-top: 0;
    font-family: "RobotoLight";
    display: inline-block;
    font-size: 35px;
}

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

.share-buttons {
  margin-top: 50px;
}
.is-f {
    background-color: #4864b4;
}
.is-f:hover {
    background-color: #5e7dd6;
}
.is-tw {
    background-color: #00acee;
}
.is-tw:hover {
    background-color: #34c4fb;
}
.inside-social {
    display: inline-block;
    width: 190px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 24px;
    color: #fff;
    margin-right: 16px;
    text-align: center;
    margin-top: 10px;
}
.inside-social:hover, 
.inside-social:active, 
.inside-social:visited {
  text-decoration: none;
  color: #ffffff;
}
.inside-social i {
    color: #fff;
    font-size: 30px;
    margin-right: 15px;
}
.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;
}

span.wpcf7-list-item-label {
	margin-bottom: 14px !important;
    margin-right: 10px !important;
    font-weight: normal !important;
    font-size: 13px !important;
    font-family: "RobotoLight" !important;
}

.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;
}

/**/

@media (max-width: 1370px) {

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

}


@media (max-width: 1155px) {

.navbar-default .navbar-nav>li>a {
    padding: 12px 6px;
    font-size: 10px;
}

}


@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 auto 25px;
}


.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 {
	border: 2px solid #009fe3;
    color: #009fe3;
    margin-top: 0;
    font-size: 14px;
}

.podziekowanie-block .button_transp:hover {
	color: #fff !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-size: 33px;
    color: #fff;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: robotolight;
}

.szkolenia-page-header-description {
  color: #fff;
    font-size: 15px;
    font-family: robotolight;
}

.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;
}

section.szkolenia-grey-section {
    background: #f0f0f0;
    padding: 70px 0 55px;
}

.szkolenia-title-block {
    font-size: 33px;
    color: #151515;
    margin-bottom: 70px;
    line-height: 1;
}

.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: 175px;
    height: 175px;
    background: #20d0c4;
    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 {
    color: #151515;
    font-size: 16px;
    font-family: "RobotoRegular";
    text-align: center;
}

.szkolenia-after-grey-text div {
  margin-bottom: 20px;
  color: #151515;
    font-size: 16px;
    font-family: "RobotoRegular";
}

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


.szkolenia-after-grey-image {
    width: 250px;
}

.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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: row;
    justify-content: space-between;
    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;
    height: 250px;
}

.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: 90%;
    color: #151515;
    font-size: 16px;
    font-family: "RobotoRegular";
    line-height: 25px;
}


@media (max-width: 780px) {

.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;
}

 }


@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;
}

} 