/*
Theme Name: ROXART - singlepage
Theme URI: 
Description: Metyw dla SINGLEPAGE - ROXART
Author: RoxArt, DC
Author URI: https://roxart.pl/
Version: 0.7
*/
:root {
	--main_font_color: #344e68;
	--secondary_font_color: #8d9baa;
	--bg_main_color: #fff;
	--bg_secondary_color: #f5f7f9;
	--alt_color: #AEB8C3;
}

a  {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

img {
	max-width: 100%;
}
.bg-main-color {
	background: var(--bg_main_color);
}
.bg-secondary-color {
	background: var(--bg-secondary-color);
}
body {
	background: var(--bg_color);
	color: var(--main_color);
	font-family: 'Open Sans', sans-serif;
}
p, li {
	font-family: 'Open Sans', sans-serif;
	color: var(--secondary_font_color);
	font-weight: 300;
	font-size: 15px;
}
h2 {
    color: var(--main_font_color);
    font-weight: 800;
}
h3 {
	font-size: 22px;
	line-height: 31px;
	color: var(--main_font_color);	
}
h4 {
	font-weight: 700;
	font-size: 21px;
	line-height: 31px;
	color: var(--main_font_color);
}
section {
	padding: 50px 0;
}
body section:last-of-type {
	padding-bottom: 100px;
}
a:hover {

}
.fixed-top.scrolled {
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
}
a.btn_light {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    background: #D6DCE1;
    border-radius: 100px;
    border: 1px solid #D6DCE1;
    color: var(--main_font_color);
    font-weight: 400;
	padding: 14.5px 79px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a.btn_light:hover {
	background: transparent;
	text-decoration: none;
}
a.btn_dark {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    background: var(--main_font_color);
    border-radius: 100px;
    border: 1px solid var(--main_font_color);
    color: #fff;
    font-weight: 400;
	padding: 14.5px 79px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a.btn_dark:hover {
	background: transparent;
	text-decoration: none;
	color: var(--main_font_color);
}
#navbarResponsive a {
	color: #211D1D;
	margin: 0 15px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: 0.09px;
	transition: color .3s ease;
}
#navbarResponsive a:hover {
	text-decoration: none;
	color: #7C1111;
	font-weight: 700;
}
#navbarResponsive .ml-auto li:last-child a {
	margin-right: 0;
}
#navbarResponsive .mr-auto li:first-child a {
	margin-left: 0;
}
.align-items-center > div {
	width: 100%;
}
.nav_owl {
}
.nav_owl button {
	border: none;
	border-radius: 50%;
	background: #d6dce1;
	color: #5d7186;
	width: 38px;
	height: 38px;
	position: absolute;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	outline: none;
}
.nav_owl button:hover {
	background: #8595A4;
	color: #fff;
}
.nav_owl .owl-prev {
	left: 30px;
}
.nav_owl .owl-next {
	right: 30px;
}
[id*='contact'] input, [id*='contact'] textarea {
	border: none;
	border-bottom: 1px solid var(--alt_color);
	outline: none !important;
	color: var(--main_font_color);
	font-weight: 400;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}
[id*='contact'] textarea {
	height: 45px;
	margin-bottom: 30px;
}
[id*='contact'] input::-webkit-input-placeholder, [id*='contact'] textarea::-webkit-input-placeholder { 
  color: var(--main_font_color);
  font-size: 14px;
  line-height: 40px;
  opacity: .75;
  font-weight: 300;
}
[id*='contact'] input::-moz-placeholder, [id*='contact'] textarea::-moz-placeholder { 
  color: var(--main_font_color);
  font-size: 14px;
  line-height: 40px;
  opacity: .75;
  font-weight: 300;
}
[id*='contact'] input:-ms-input-placeholder, [id*='contact'] textarea:-ms-input-placeholder { 
  color: var(--main_font_color);
  font-size: 14px;
  line-height: 40px;
  opacity: .75;
  font-weight: 300;
}
[id*='contact'] input:-moz-placeholder, [id*='contact'] textarea:-moz-placeholder { 
  color: var(--main_font_color);
  font-size: 14px;
  line-height:  40px;
  opacity: .75;
  font-weight: 300;
}
[id*='contact'] input.wpcf7-not-valid::-webkit-input-placeholder { 
  color: #ff0000;
}
[id*='contact'] input.wpcf7-not-valid::-moz-placeholder {
  color: #ff0000;
}
[id*='contact'] input.wpcf7-not-valid:-ms-input-placeholder { 
  color: #ff0000;
}
[id*='contact'] input.wpcf7-not-valid:-moz-placeholder { 
  color: #ff0000;
}
[id*='contact'] label a {
	font-size: 12px;
	line-height: 15px;
	color: var(--alt_color);
	text-decoration: underline;
	font-weight: 300;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
[id*='contact'] label a:hover {
	color: var(--main_font_color);
}
[id*='contact'] label {
	position: relative;
}
[id*='contact'] label::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: -5px;
    top: 2px;
    transform: translateX(-100%);
    border: 2px solid var(--alt_color);
    border-radius: 3px;
    transition: content 0.2s ease-in-out;
	-moz-transition: content 0.2s ease-in-out;
	-webkit-transition: content 0.2s ease-in-out;
	-o-transition: content 0.2s ease-in-out;
}
[id*='contact'] label.accepted::before {
	content: url(img/ok.png);
    border-color: transparent;
    top: 0;
    left: -7px;
}
span.wpcf7-not-valid-tip {
	display: none !important; 
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #ff3300 !important;
    background: #ff3300 !important;
    text-align: center !important;
}
.wpcf7-not-valid {
	border-bottom-color: #ff3300 !important;
}
span.wpcf7-acceptance {
	position: relative;
}
span.wpcf7-acceptance input[type="checkbox"] {
	position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
    z-index: 1;
}
#submit_button {
    background: transparent;
    color: var(--main_font_color);
    border: 1px solid var(--main_font_color);
    opacity: 1;
    border-radius: 100px;
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
    padding: 5px 55px;
    max-width: 160px;
}
#submit_button:hover {
	background: var(--main_font_color);
    color: #fff;
}
#submit_button[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}
#submit_button[disabled]:hover {
	opacity: 0.5;
	cursor: not-allowed;
	background: transparent;
    color: var(--main_font_color);
}
footer {
	background: var(--bg_secondary_color);
	padding: 60px 0 40px;
}
footer a {
	color: var(--main_font_color);
	font-size: 16px;
	line-height: 19px;
}
footer a:hover {
	text-decoration: none;
}
footer p.copyright {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0;
	color: var(--alt_color);
}
footer p {
	color: var(--main_font_color);
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 0;
}
.social_container a {
	margin-left: 35px;
}


/*******************************************/
/****************** Button ******************/
/*******************************************/

.rox_button {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	background: var(--main_font_color);
	border: 2px solid var(--main_font_color);
	border-radius: 100px;
	padding: 15px 45px;
}
.rox_button:hover {
	color: var(--main_font_color);
	background: transparent;
	text-decoration: none;
}

/*******************************************/
/************** Logo w środku **************/
/*******************************************/
#menu-left-container, #menu-right-container {
    width: 40%;
}
#menu-left-container + a {
	width: 20%;
	text-align: center;
	margin: 0;
}
#navbarResponsive .ml-auto li:last-child a {
	margin-right: 0;
}
#navbarResponsive .mr-auto li:last-child a {
	margin-right: 0;
}
.logo-middle #navbarResponsive {
	justify-content: space-between;
}


/*******************************************/
/***************** Banner ******************/
/*******************************************/
#banner_first {
    background: var(--bg_secondary_color);;
    background-size: cover;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
#banner_first .content {
}
.slider_wrapper {
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgb(0 0 0 / 50%);
}
.slider_wrapper a,
#offer_04 a {
	color: #FFFFFF;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	border: 2px solid #CC9745;
	background-color: transparent;
	margin-top: 40px;
	text-decoration: none;
	font-family: "Open Sans", sans-serif;
	font-size: 22px;
	line-height: 30px;
	padding: 10px 35px;
	font-weight: 700;
	transition: background-color .3s ease;
}
.slider_wrapper a:hover,
#offer_04 a:hover {
	background-color: #CC9745;
}
#banner_first .bg_image {
	top: 0;
    left: 0;
    z-index: -1;
	max-height: 700px !important;
	height: 100% !important;
	object-fit: cover;
}
@media screen and (max-width: 768px){
	#banner_first .bg_image {
		max-height: 500px !important;
		height: 500px !important;
	}
}
#banner_first h2 {
	font-weight: 500;
    font-size: 51px;
    line-height: 61px;
	color: #fff;
	font-family: abril-display;
	margin: 0;
}
#banner_first p {
	font-size: 16px;
	line-height: 24px;
	padding: 0 15px;
	color: var(--main_font_color);
}
.dots_owl {
	position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dots_owl button {
	width: 12px;
	height: 12px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 6px;
	cursor: pointer;
	outline: none !important;
	transition: all .3s ease;
	padding: 0 !important;
	display: block;
}
.dots_owl button.active, .dots_owl button:hover {
	background: #CC9745;
	border-color: #CC9745;
}

/*******************************************/
/*************** Banner_02 ****************/
/*******************************************/

#banner_02 {
	padding: 150px 0 200px;
	position: relative;
	background: var(--bg_secondary_color);
}
#banner_02 h2 {
	font-weight: 400;
	font-size: 51px;
	line-height: 61px;
}
#banner_02 img {
	max-width: 100%;
	margin: 0 auto;
	width: auto;
}
#banner_02 p {
	font-size: 16px;
	line-height: 26px;
}

/*******************************************/
/*************** Banner_03 ****************/
/*******************************************/

#banner_03 {
	padding: 150px 0 200px;
	position: relative;
	background: var(--bg_secondary_color);
}
#banner_03 h2 {
    font-weight: 400;
    font-size: 51px;
    line-height: 61px;
    margin-bottom: 45px;
}
#banner_03 img {
	max-width: 100%;
	margin: 0 auto;
	width: auto;
}
#banner_03 p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 40px;
}
#banner_03 video {
	width: 100%;
	max-height: 100%;
}
#banner_03 .content {
	padding-bottom: 13px;
}
/*******************************************/
/************ Grafika po prawej ************/
/*******************************************/
#graphic_right {
	padding: 95px 0;
}
#graphic_right h2, #graphic_right p, #graphic_right h4 {
	margin-bottom: 20px;
}
#graphic_right img {
	margin: 0 auto; 
}

/*******************************************/
/***************** Logosy ******************/
/*******************************************/
#logosy .owl-item {
	text-align: center;
}
#logosy .owl-item a {
	display: block;
}
#logosy .owl-item img {
	width: auto;
	margin: 0 auto;
}
#logos h2 {
	margin-bottom: 65px;
}
#logos {
	padding: 80px 0 75px;
}

/*******************************************/
/**************** O nas 03 *****************/
/*******************************************/
#about_3 {
    padding-bottom: 507px;
}
#about_3 h2 {

}
#about_3 p {

}
#about_3 img.first_img {
    right: -15px;
    z-index: 1;
}
#about_3 img.second_img {
    left: -15px;
    top: 30px;
}
#about_3 .mar-top {
    margin-top: 25px;
}


/*******************************************/
/**************** O nas 04 *****************/
/*******************************************/

.bottom_layer {
	display: block;
	width: 100%;
	height: 30px;
	background: #d6dce1;
	position: relative;
	overflow: hidden; 
	margin-bottom: 44px;
}
.fil_layer {
	position: absolute;
	height: 100%;
	background: #8595a4;
	transform: translateX(-100%);
	transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-webkit-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
}
.bar_content:last-of-type .bottom_layer {
	margin-bottom: 0;
}
#about_4 .content_info {
	margin-top: 75px;
}
#about_4 h2 {
	margin-bottom: 45px;
}
p.label {
	font-size: 14px;
	line-height: 24px;
}
.show_bar {
	transform: translateX(0);
}



/*******************************************/
/*************** Oferta 1.0 ****************/
/*******************************************/
#offer_01 h2 {
	margin-bottom: 45px;
}
#offer_01 .img_container {
	padding: 50px 0 35px; 
}
#offer_01 .content {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 0 15px 25px;
}


/*******************************************/
/*************** Oferta 2.0 ****************/
/*******************************************/
#offer_02 h2 {
	margin-bottom: 45px;
}
#offer_02 .img_container {
    margin-bottom: 15px;
    min-height: 29px;
    display: flex;
    align-items: center;
}
#offer_02 h3 {
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}
#offer_02 .content_container {
	margin-bottom: 50px;
}
#offer_02 .dots_owl {
	left: calc(50% + 8.33333% + 11px);
	transform: translateX(0);
}


/*******************************************/
/*************** Oferta 3.0 ****************/
/*******************************************/
#offer_03 h2 {
	margin-bottom: 45px;
}
#offer_03 .img_container {
	padding: 46px 0;
	background: var(--bg_secondary_color);
}
#offer_03 .content {
	background: #fff;
	border-radius: 2px;
	padding: 0 15px 25px;
}
#offer_03 .header_container {
	border-left: 1px solid var(--bg_secondary_color);
	border-right: 1px solid var(--bg_secondary_color);
    padding-top: 30px;
}
#offer_03 .content_container {
	border: 1px solid var(--bg_secondary_color);
	border-top: none;
	padding-bottom: 35px;
    padding: 0 24px 35px;
}


/*******************************************/
/*************** Oferta 4.0 ****************/
/*******************************************/
#offer_04 h2 {
	margin-bottom: 45px;
}
#offer_04 .content {
    text-align: center;
    overflow: hidden;
    min-height: 360px;
    position: relative;
    padding: 80px 0;
}
#offer_04 h3 {
    padding: 0 30px;
    margin-top: 130px;
    transform: translateY(0px);
}
#offer_04 p {
	padding: 0 25px;
	margin-bottom: 0;
    position: absolute;
    transform: translateY(100%);
}
#color_1 {
	background: #D6DCE1;
}
#color_2 {
	background: #FFFFFF;
}
#color_3 {
	background: #8595A4;
}
#color_4 {
	background: #FFFFFF;
}
#color_1 h3 {
    color: #344E68;
}
#color_2 h3 {
	color: #344E68;
}
#color_3 h3 {
	color: #fff;
}
#color_4 h3 {
	color: #344E68;
}
#color_1 p {
	color: #344E68;
}
#color_2 p {
	color: #344E68;
}
#color_3 p {
	color: #fff;
}
#color_4 p {
	color: #344E68;
}
#offer_04 img {
    left: 50%;
    top: 80px;
    position: absolute;
    transform: translate(-50%, 0%);
    max-width: 130px;
}

#offer_04 [id*="color"]:hover {
	transform: scale(1.2);
	z-index: 1;
	-webkit-box-shadow: 0px 10px 19px 0px rgba(133,149,164,0.39);
	-moz-box-shadow: 0px 10px 19px 0px rgba(133,149,164,0.39);
	box-shadow: 0px 10px 19px 0px rgba(133,149,164,0.39);
	border-radius: 2px;
}
#offer_04 [id*="color"]:hover img {
	opacity: .14;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}
#offer_04 [id*="color"]:hover h3 {
    transform: translateY(-130px);
}
#offer_04 [id*="color"]:hover p {
    transform: translateY(-120px);
}
#offer_04 [id*="color"], #offer_04 [id*="color"] img, #offer_04 [id*="color"] h3 {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
 #offer_04 [id*="color"] p {
 	transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
 }

/*******************************************/
/*************** Oferta 5.0 ****************/
/*******************************************/
#offer_05 {
	background: #fff;
}
#offer_05 .bottom_row {
	margin-top: 50px;
}
#offer_05 .nav-pills .nav-link.active, #offer_05 .nav-pills .show>.nav-link {
    color: var(--main_font_color);
    background-color: var(--bg_secondary_color);
}
#offer_05 .nav-pills .nav-link.active::after, #offer_05 .nav-pills .show>.nav-link::after {
	opacity: 1;
}
#offer_05 .nav-pills .nav-link {
	border-radius: 0;
    color: var(--main_font_color);
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    padding: 37px 15px 37px 60px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}
#offer_05 .nav-pills .nav-link:first-child {
	margin-top: 0;
	border-top: 1px solid #D6DCE1;
}
#offer_05 .nav-pills .nav-link:last-child {
	margin-bottom: 0;
}
#offer_05 .nav-pills .nav-link img {
    position: absolute;
    top: 50%;
    transform: translate(-100%, -50%);
    margin-left: -10px;
}
#offer_05 .nav-pills .nav-link::before {
	content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 1px;
    background: #D6DCE1;
}
#offer_05 .nav-pills .nav-link::after {
	content: '';
	position: absolute;
	left: 0;
	width: 5px;
	height: 100%;
	transform: translateY(-50%);
	background: #D6DCE1;
	opacity: 0.4;
	top: 50%;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#offer_05 .nav-pills .nav-link:hover::after {
	opacity: 1;
}
#offer_05 h3 {
	font-size: 22px;
	line-height: 27px;
	margin-bottom: 25px;
	color: var(--main_font_color);
	font-weight: 700;
}
#offer_05 .tab-content img {
	margin: 0 auto; 
}
/*******************************************/
/*************** Oferta 6.0 ****************/
/*******************************************/
#offer_06 .content_row {
	margin-bottom: 25px;
}
#offer_06 .content_row:nth-child(odd) .image_container {
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	-o-order: 2;
	order: 2;
}
#offer_06 .content_row:nth-child(even) .content_container {
	padding-left: 65px;
}
#offer_06 .content_row:nth-child(odd) .content_container {
	padding-right: 55px;
}
#offer_06 h2 {
	margin-bottom: 40px;
}
#offer_06 .content_container h3 {
	font-weight: 700;
	line-height: 32px;
	font-size: 22px;
	margin-bottom: 22px;
}
#offer_06 .content_container p {
	font-size: 16px;
	line-height: 26px;
	color: var(--main_font_color);
	font-weight: 400;

}



/*******************************************/
/************* Portfolio 1.0 **************/
/*******************************************/
#portfolio_1 {

}
#portfolio_1 .grid{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#portfolio_1 .element-item {
	width: 25%;
}
#portfolio_1 .element-item::before {
    content: '\f00e';
    position: absolute;
    font-family: FontAwesome;
    z-index: 2;
    left: 50%;
    top: 50%;
    font-size: 40px;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0px 0px 2px rgba(0,0,0,1);
    opacity: 0;
    transition: all ease 1s;
}
#portfolio_1 .element-item:hover::before {
	opacity: 1;
}
#portfolio_1 .element-item a {

}
#portfolio_1 .element-item img {
	width: 100%;
	height: 100%;
	transition: all ease 1s;
}
#portfolio_1 .button-group.filter-list {
	display: flex;
	justify-content: center;
	margin: 45px 0 60px;
}
#portfolio_1 button {
	border: none;
	background: none;
	cursor: pointer;
	margin: 0 10px;
	border-radius: 100px;
	background: transparent;
	padding: 5px 15px;
	outline: none !important;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
}
#portfolio_1 button.active{
	background: var(--main_font_color);
	color: #fff;
}
#portfolio_1 .mask {
    position: absolute;
    width: 100%;
    height: 100%;
}
#portfolio_1 .element-item:hover img {
	filter: blur(4px);
}


/*******************************************/
/************* Portfolio 2.0 **************/
/*******************************************/
#portfolio_2 .owl-item::before {
    content: '\f00e';
    position: absolute;
    font-family: FontAwesome;
    z-index: 2;
    left: 50%;
    top: 50%;
    font-size: 40px;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0px 0px 2px rgba(0,0,0,1);
    opacity: 0;
    transition: all ease 1s;
}
#portfolio_2 .owl-item:hover::before {
	opacity: 1;
}
#portfolio_2 .owl-item img {
	transition: all ease 1s;
}
#portfolio_2 .owl-item:hover img {
	filter: blur(4px);
}
.h-40 {
	height: 40px;
}
#portfolio_2 .dots_owl {
	bottom: 0;
}
#portfolio_2 .h-40 {
    margin-top: 50px;
}
#portfolio_2 h2 + p {
	margin-bottom: 40px;
}

/*******************************************/
/************* Portfolio 3.0 **************/
/*******************************************/

#portfolio_3 h2 + p {
    margin-bottom: 40px;
}
#portfolio_3 a {
	display: block;
}
#accordionPortfolio_3 {
	width: 100%;
}
#portfolio_3 .card {
	border: none;
}
#portfolio_3 .card-body {
    margin: -20px;
}
#portfolio_3 .bottom_row .col-lg-3 {
	margin-bottom: 15px;
	position: relative;
}
#portfolio_3 .card-header {
	background: transparent;
	text-align: center;
}
#portfolio_3 .btn {
    border: 1px solid var(--main_font_color);
    border-radius: 100px;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    color: var(--main_font_color);
    font-weight: 400;
    padding: 16.5px 73px;
}
#portfolio_3 .btn:hover {
	color: #fff;
	background: var(--main_font_color);
	text-decoration: none;
}
#portfolio_3 .btn:active, #portfolio_3 .btn:focus {
	text-decoration: none;
}
#portfolio_3 .bottom_row .col-lg-3::before {
    content: '\f00e';
    position: absolute;
    font-family: FontAwesome;
    z-index: 2;
    left: 50%;
    top: 50%;
    font-size: 40px;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0px 0px 2px rgba(0,0,0,1);
    opacity: 0;
    transition: all ease 1s;
}
#portfolio_3 .bottom_row .col-lg-3:hover::before {
	opacity: 1;
}
#portfolio_3 .bottom_row .col-lg-3 img {
	transition: all ease 1s;
}
#portfolio_3 .bottom_row .col-lg-3:hover img {
	filter: blur(4px);
}


/*******************************************/
/*************** Liczby 1.0 ****************/
/*******************************************/
#numbers_01 {
	background: var(--bg_secondary_color);
}
#numbers_01 .content {
	background: #fff;
	padding: 35px 0; 
}
#numbers_01 h2 {
	margin-bottom: 55px;
}
#numbers_01 h3 {
	font-size: 90px;
	font-weight: 800;
	line-height: 110px;
	color: var(--main_font_color);
}
#numbers_01 p {
	font-size: 16px;
	line-height: 26px;
	color: var(--main_font_color);
	margin-top: 20px;
}

/*******************************************/
/*************** Liczby 2.0 ****************/
/*******************************************/
#numbers_02 {
	background: var(--bg_secondary_color);
}
#numbers_02 .content {
	background: #fff;
	padding: 35px 0; 
}
#numbers_02 h3 {
    font-size: 40px;
    font-weight: 800;
    line-height: 200px;
    color: var(--main_font_color);
    text-align: center;
    margin: 0 auto;
}
#numbers_02 p {
	font-size: 16px;
	line-height: 26px;
	color: var(--main_font_color);
	margin-top: 20px;
}
.number_container {
	 position: relative;
    display: flex;
    height: 200px;
    align-items: center;
}
.number_container::after {
    position: absolute;
    content: '';
    width: 192px;
    height: 192px;
    border: 15px solid;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    top: 50%;
    border-color: var(--secondary_font_color);
}
.circular-chart {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    max-height: 200px;
    position: absolute;
    z-index: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}
.circle {
  stroke: var(--main_font_color);
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: square;
}
.circle.show_bar {
	animation: progress 1.5s ease-in-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

/*******************************************/
/*************** Liczby 3.0 ****************/
/*******************************************/
#numbers_03 p.label {
	display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: var(--main_font_color);
    margin-bottom: 7px;
}
#numbers_03 h2 {
	margin-bottom: 40px;
}


/*******************************************/
/*************** Cennik 1.0 ****************/
/*******************************************/
#price-list_01 {
	background: var(--bg_secondary_color);
}
#price-list_01 h2 {
	margin-bottom: 90px;
}
#price-list_01 h3 {
    font-size: 70px;
    line-height: 86px;
    font-weight: 800;
    color: var(--main_font_color);
    display: flex;
    align-items: start;
    justify-content: center;
    margin-bottom: 30px;
}
#price-list_01 h3 .grosz {
    font-size: 40px;
    line-height: 60px;
    margin-left: 10px;
    margin-bottom: 30px;
}
.price_margin {
	margin: 0 auto;
}
#price-list_01 .content {
    padding: 30px 30px 160px;
    position: relative;
    height: calc(100% - 105px);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#price-list_01 .content:hover {
	background: #fff;
}
#price-list_01 .content p {
	color: var(--main_font_color);
}
#price-list_01 h6 {
	text-align: center;
    line-height: 105px;
    margin: 0;
    font-size: 68px;
    color: #fff;
    font-weight: 600;
}
#price-list_01 .pro_offer h6 {
	background: var(--main_font_color);
}
#price-list_01 .pro_offer .content {
	background: #fff;
}
#price-list_01 .pro_offer .content:hover {
	-webkit-box-shadow: 0px 10px 19px 0px rgba(133,149,164,0.39);
    -moz-box-shadow: 0px 10px 19px 0px rgba(133,149,164,0.39);
    box-shadow: 0px 10px 19px 0px rgba(133,149,164,0.39);
    border-radius: 0 0 2px 2px;
}
#price-list_01 a.btn_light {
	padding: 14.5px 30px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 220px;
    transform: translateX(-50%);
}
#price-list_01 .top_content {
	width: 100%;
}

/*******************************************/
/*************** Cennik 2.0 ****************/
/*******************************************/
#price-list_02 {
	background: var(--bg_secondary_color);
}
#price-list_02 h2 {
	margin-bottom: 80px;
}
#price-list_02 .content h2 {
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 27px;
}
#price-list_02 h3 {
	font-size: 36px;
	line-height: 44px;
	font-weight: 700;
	margin: 35px 0;
}
#price-list_02 p {
    color: var(--main_font_color);
}
#price-list_02 .content {
	padding: 30px 30px 100px;
	background: #fff;
    height: calc(100% - 20px);
    position: relative;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#price-list_02 .top_content {
	height: 20px;
	background: #D6DCE1;
}
#price-list_02 .pro_offer .top_content {
	background: var(--main_font_color);
}
#price-list_02 a.btn_dark {
	padding: 14.5px 30px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 220px;
    transform: translateX(-50%);
}
#price-list_02 .content:hover {
    -webkit-box-shadow: 0px 10px 19px 0px rgba(133,149,164,0.39);
    -moz-box-shadow: 0px 10px 19px 0px rgba(133,149,164,0.39);
    box-shadow: 0px 10px 19px 0px rgba(133,149,164,0.39);
    border-radius: 2px;
}


/*******************************************/
/*************** Cennik 3.0 ****************/
/*******************************************/
#price-list_03 .single_price {
	border-radius: 10px;
	border: 1px solid var(--alt_color);
	margin-bottom: 20px;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#price-list_03 .single_price:hover {
    -webkit-box-shadow: 0px 10px 19px 0px rgba(133,149,164,0.39);
    -moz-box-shadow: 0px 10px 19px 0px rgba(133,149,164,0.39);
    box-shadow: 0px 10px 19px 0px rgba(133,149,164,0.39);
}
#price-list_03 .header_col {
	padding-left: 55px;
	position: relative;
}
#price-list_03 .header_col h3 {
	font-weight: 800;
	color: var(--main_font_color);
	font-size: 42px;
	line-height: 52px;
	margin-bottom: 7px;
}
#price-list_03 .header_col p {
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	color: var(--main_font_color);
	margin-bottom: 0;
}
#price-list_03 h2 {
	margin-bottom: 40px;
}
#price-list_03 .header_col.awarded {

}
#price-list_03 .header_col.awarded::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 100%;
	background: var(--main_font_color);
}
#price-list_03 .info_col {
	padding: 15px;
}
#price-list_03 .info_col p {
    color: var(--main_font_color);
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
}
#price-list_03 .info_col p:last-of-type {
	margin-bottom: 0;
}
#price-list_03 .info_col p::before {
	position: absolute;
	content: '\f00c';
	font-family: FontAwesome;
	color: var(--main_font_color);
	left: -15px;

}
#price-list_03 .price_col {

}
#price-list_03 .price_col h5 {
	color: var(--main_font_color);
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
	text-align: center;
}
#price-list_03 .price_col h5 span {
	font-weight: 300;
}
#price-list_03 a.btn_dark {
    font-size: 14px;
    line-height: 18px;
    padding: 8.5px 20px;
    max-width: 155px;
    display: block;
    margin: 0 auto;
}

/*******************************************/
/*************** Cennik 4.0 ****************/
/*******************************************/
#price-list_04 h2 {
	margin-bottom: 60px;
}
#accordionPrice_4 .card-header {
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
}
#accordionPrice_4 .card-header a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: none;
    padding: 15px 40px;
    -webkit-appearance: initial;
    color: var(--main_font_color);
    cursor: default;
}
#accordionPrice_4 .card-header a .price {
	display: flex;
}
#accordionPrice_4 .card-header a h3 {
	color: var(--main_font_color);
    font-size: 70px;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 800;
    border-right: 2px solid var(--main_font_color);
    padding-right: 20px;
    margin-right: 20px;
    display: flex;
    align-items: start;
    justify-content: center;
}
#accordionPrice_4 .card-header a h3 span {
	color: var(--main_font_color);
	font-size: 40px;
	margin-bottom: 0;
	line-height: 1;
}
#accordionPrice_4 .card-header a p {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: var(--main_font_color);
}
#accordionPrice_4 .card-header a p.detail {
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	font-weight: 400;
	position: relative;
	padding-right: 52px;
}
#accordionPrice_4 .card-header a p.detail::before {
	content: 'Szczegóły';
}
#accordionPrice_4 .card-header a[aria-expanded="true"] p.detail::before {
	content: 'Zamknij';
}
#accordionPrice_4 .close {
	opacity: 1;
}
#accordionPrice_4 .card-header a p.detail img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
#accordionPrice_4 .card-header a[aria-expanded="true"] p.detail img {
	transform: translateY(-50%) rotate(-270deg);
}
#accordionPrice_4 .card {
	border: 1px solid var(--main_font_color);
	border-radius: 5px;
	margin-bottom: 20px;
}
#accordionPrice_4 .card-body {
	padding: 20px 40px;
}
.button_price_4 p {
    color: var(--main_font_color);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
}
.info_price_4 p {
    color: var(--main_font_color);
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}
.info_price_4 p::before {
	position: absolute;
    content: '\f00c';
    font-family: FontAwesome;
    color: var(--main_font_color);
    left: 0px;
}
#accordionPrice_4 a.btn_dark {
	font-size: 14px;
    line-height: 18px;
    padding: 8.5px 65px;
}

/*******************************************/
/************** Karuzela 1.0 ***************/
/*******************************************/
#carousel_01 h2 {
	margin-bottom: 60px;
}
#carousel_01 .owl-item img {
	transform: scale(.8);
	transition: all 1.7s ease-in-out;
    -moz-transition: all 1.7s ease-in-out;
    -webkit-transition: all 1.7s ease-in-out;
    -o-transition: all 1.7s ease-in-out;
}
#carousel_01 .active.center img {
	transform: scale(1);
}
#carousel_01 .nav_owl .owl-prev {
    left: -40px;
} 
#carousel_01 .nav_owl .owl-next {
    right: -40px;
} 
#carousel_01 .dots_owl {
	bottom: -60px;
}


/*******************************************/
/************** Karuzela 2.0 ***************/
/*******************************************/
#carousel_02 h2 {
	margin-bottom: 60px;
}
#carousel_02 img {
	max-width: 100%;
	width: auto;
	margin: 0 auto; 
}
#carousel_02 .image_continer {
    background: var(--bg_secondary_color);
    padding: 60px 0;
}
#carousel_02 .content_container {
	border: 1px solid #D6DCE1;
	border-top: none;
	padding: 25px 20px 20px
}
#carousel_02 .content_container h3 {
	color: var(--main_font_color);
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 19px;
}
#carousel_02 .content_container p {
	color: var(--main_font_color);
	font-size: 14px;
	margin-bottom: 0;
}
#carousel_02 .nav_owl .owl-prev {
    left: -40px;
} 
#carousel_02 .nav_owl .owl-next {
    right: -40px;
} 


/*******************************************/
/************** Karuzela 3.0 ***************/
/*******************************************/
#carousel_03 h2 {
	margin-bottom: 60px;
}
#carousel_03_owl img {
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}
#carousel_03_owl .owl-item {
	text-align: center;
}
#carousel_03_owl .owl-stage {
	display: flex;
	align-items: center;
}

/*******************************************/
/************** Karuzela 4.0 ***************/
/*******************************************/
#carousel_04 {
    margin-bottom: 78px;
}
#carousel_04 h2 {
	margin-bottom: 60px;
}
#carousel_04_owl .owl-stage-outer {
	max-height: 450px;
}
#carousel_04 .nav_owl {
    bottom: -66.5px;
    position: absolute;
    width: calc(100% - 30px);
    height: 15px;
}
#carousel_04 .dots_owl {
    bottom: -70px;
    position: absolute;
    width: 100%;
    text-align: center;
}

/*******************************************/
/************** Karuzela 5.0 ***************/
/*******************************************/
#carousel_05 {
	background: var(--bg_secondary_color);
	padding: 50px 0 86px;
}
#carousel_05 h2 {
	margin-bottom: 70px;
}
#carousel_05 h3 {
	font-size: 18px;
	line-height: 22px;
	color: var(--main_font_color);
	font-weight: 600;
}
#carousel_05 h5 {
	font-size: 16px;
	line-height: 19px;
	color: var(--main_font_color);
	font-weight: 400;
}
#carousel_05 p {
    color: var(--main_font_color);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 35px;
    padding: 0 100px;
}
#owl_nav_container_carousel_5.nav_owl button {
    top: 50px;
}
#owl_nav_container_carousel_5.nav_owl .owl-prev {
    left: -40px;
}
#owl_nav_container_carousel_5.nav_owl .owl-next {
    right: -40px;
}
#owl_dots_container_carousel_5.dots_owl {
    bottom: -40px;
}

/*******************************************/
/************** Karuzela 6.0 ***************/
/*******************************************/
#carousel_06_owl .content {
	background: var(--bg_secondary_color);
	padding: 30px;
}
#carousel_06_owl img {
	width: auto;
	margin: 0 auto;
	max-width: 100%;
}
#carousel_06_owl h3 {
	font-size: 16px;
	line-height: 19px;
	color: var(--main_font_color);
	margin-bottom: 0;
}
#carousel_06_owl h5 {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 0;
}
#carousel_06 .img_container {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	overflow: hidden; 
	-ms-flex: 0 0 62px;
    flex: 0 0 62px;
    max-width: 62px;
}
#carousel_06 .content_container {
	-ms-flex: 0 0 calc(100% - 77px);
    flex: 0 0 calc(100% - 77px);
    max-width: calc(100% - 77px);
    margin-left: 15px;
}
#carousel_06 .top_comment {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 23px;
}
#carousel_06 h2 {
	margin-bottom: 60px;
}
#carousel_06 .dots_owl {
    bottom: -70px;
    position: absolute;
    width: 100%;
    text-align: center;
}
#carousel_06 .nav_owl {
    bottom: -66.5px;
    position: absolute;
    width: calc(100% - 30px);
    height: 15px;
}
#carousel_06 {
	padding-bottom: 130px;
}

/*******************************************/
/************** Zakładki 1.0 ***************/
/*******************************************/
#tabs_01 h2 {
	margin-bottom: 50px;
}
#tabs_01 .nav-tabs {
    display: flex;
    justify-content: center;
    border-bottom-color: var(--secondary_font_color);
}
#tabs_01 .nav-tabs li a {
	color: var(--alt-color);
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    margin: 0 45px;
    padding: 6px 0;
    width: 200px;
    text-align: center;
    border-color: var(--alt-color);
    border-bottom-color: #fff;
    height: 40px;
    border-radius: 0;
    margin-bottom: 6px;
}
#tabs_01 .nav-tabs li a.active{
    font-weight: 700;
    color: var(--main_font_color);
    margin-bottom: -1px;
    height: 47px;
    margin-bottom: -1px;
}
#tabs_01 .tab-content {
	padding: 60px 0;
}
#tabs_01 .content {
	padding-left: 60px;
}
#tabs_01 h3 {
	color: var(--main_font_color);
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
	margin-bottom: 25px;
	margin-top: 25px;
}
#tabs_01 h3 + p {
	font-size: 16px;
	color: var(--main_font_color);
	line-height: 26px;
}
#tabs_01 img {
	margin: 0 auto; 
}
/*******************************************/
/************** Zakładki 2.0 ***************/
/*******************************************/
#tabs_02 .nav-pills-tab_2 .nav-link:first-child {
    margin-top: 0;
}
#tabs_02 .nav-pills-tab_2 .nav-link.active, #tabs_02 .nav-pills-tab_2 .show>.nav-link {
    color: var(--main_font_color);
    background-color: var(--bg_secondary_color);
}
#tabs_02 .nav-pills-tab_2 .nav-link {
    border-radius: 0;
    color: var(--main_font_color);
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    padding: 37px 15px 37px 60px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}
#tabs_02 .nav-pills-tab_2 .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    width: 5px;
    height: 100%;
    transform: translateY(-50%);
    background: #D6DCE1;
    opacity: 0.4;
    top: 50%;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#tabs_02 .nav-pills-tab_2 .nav-link.active::after, #tabs_02 .nav-pills-tab_2 .show>.nav-link::after {
    opacity: 1;
}
#tabs_02 .nav-pills-tab_2 .nav-link img {
    position: absolute;
    top: 50%;
    transform: translate(-100%, -50%);
    margin-left: -10px;
}
#tabs_02 .nav-pills-tab_2 .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 1px;
    background: #D6DCE1;
}
#tabs_02 .nav-pills-tab_2 .nav-link:last-child::before {
	display: none;
}
#tabs_02 img {
	margin-bottom: 55px;
}
#tabs_02 h4 {
	color: var(--main_font_color);
	font-size: 22px;
	line-height: 27px;
	margin-bottom: 30px;
}
#tabs_02 p {
	font-size: 14px;
	color: var(--main_font_color);
	line-height: 21px;

}

/*******************************************/
/*************** Kontakt 1.0 ****************/
/*******************************************/
.map_container iframe {
	width: 100%;
	height: 100%;
	min-height: 400px;
}
.map_container {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    min-height: 400px;
}
#contact_01 h2 {
	font-size: 42px;
	line-height: 52px;
	color: var(--main_font_color);
	font-weight: 600;
	margin-bottom: 80px;
	margin-top: 20px;
}
#contact_01 p {
    font-size: 16px;
    line-height: 26px;
    color: var(--main_font_color);
    font-weight: 400;
}
#contact_01 p a {
    font-size: 16px;
    line-height: 26px;
    color: var(--main_font_color);
    font-weight: 400;
}
#contact_01 .social_container a {
	margin-left: 0;
	margin-right: 35px;
}


/*******************************************/
/************** Kontakt 2.0 ***************/
/*******************************************/
#contact_02 .wpcf7-form {
	max-width: 580px;
}
#contact_02 .wpcf7-form .col-lg-6 {
	max-width: 290px;
}
#contact_02 h2 {
	margin-bottom: 80px;
}
#contact_02 img {
    margin-top: 30px;
    margin-bottom: 30px;
}
#contact_02 .form_container {
	padding-left: 50px;
}


/*******************************************/
/************** Kontakt 3.0 ***************/
/*******************************************/
#contact_03 h2 {
	margin: 50px 0 60px;
}

/*******************************************/
/*************** Stopka 1.0 ****************/
/*******************************************/
.footer_1 {
	-ms-flex-direction: row;
    flex-direction: row;
    display: flex;
    border-bottom: 1px solid var(--alt_color);
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.footer_1 li {
	margin-right: 80px;
}
footer .logo_container {
	margin-bottom: 60px;
}
#footer_1 .align-items-center > div {
	width: auto;
}

/*******************************************/
/*************** Stopka 2.0 ****************/
/*******************************************/
#footer_2 h3 {
	font-weight: 600;
	line-height: 22px;
	font-size: 18px;
	color: var(--main_font_color);
	margin-bottom: 22px;
}
#footer_2 .social_container {
	margin: 50px 0;
}
#footer_2 .social_container a {
	margin: 0 17.5px; 
}
.footer_2 {
	-ms-flex-direction: row;
    flex-direction: row;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.footer_2 li {
	margin: 0 20px; 
}

/*******************************************/
/*************** Stopka 3.0 ****************/
/*******************************************/
#footer_3 .logo_container {
	margin-bottom: 60px;
}
#footer_3 h3 {
	font-size: 18px;
	line-height: 22px;
	color: var(--main_font_color);
	font-weight: 700;
	margin-bottom: 30px;
}
#footer_3 h4 {
	font-weight: 700;
	font-size: 14px;
	color: var(--main_font_color);
	margin-bottom: 0;
	line-height: 25px;
}
#footer_3 p {
	font-size: 14px;
	color: var(--main_font_color);
}
#footer_3 .social_container a {
	margin-right: 15px;
	margin-left: 0;
}
#footer_3 .social_container {
	margin-top: 40px;
}
footer .footer_3 a {
	font-size: 16px;
	line-height: 19px;
}
footer .footer_3 li {
	margin-bottom: 30px;
}
footer#footer_3 .copyright {
	margin: 50px 0;
	font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    color: var(--alt_color);
}

/*******************************************/
/*************** 404 ****************/
/*******************************************/
#error_4o4 {
	padding: 100px 0;
}
#error_4o4 h3 {
	font-weight: 100;
	font-size: 100px;
	text-transform: uppercase;
	line-height: 1;
	margin-top: 0;
}
#error_4o4 h3 + p {
    margin-bottom: 50px;
    margin-top: -35px;
}
#error_4o4 h3 + p span {
    background: #fff;
    font-size: 17px;
    padding: 5px;
    border-radius: 2px;
}


/*******************************************/
/*************** Odliczanie ****************/
/*******************************************/
#clockdiv {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.countdown_container {
	border: 1px solid var(--main_font_color);
	border-radius: 5px;
	padding: 15px;
	-ms-flex: 0 0 calc(25% - 30px);
    flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
    text-align: center;
    margin: 30px 15px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.countdown_container span {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 50px;
}
.countdown_container span.label_hour {
	text-transform: uppercase;
	font-weight: 200;
	font-size: 15px;
}

.countdown_container.endtime {
	background: var(--bg_secondary_color);
	pointer-events: none;
}
.countdown_container.endtime span {
	opacity: .5
}
#info_content {
	display: none;
}
#info_content.show {
	display: block;
}
#info_content p {
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 600;
	text-align: center;
	margin-top: 15px 0;
}

/*******************************************/
/*************** Blog ****************/
/*******************************************/

/*************** Single ****************/
#blog_single h2 {
	margin-bottom: 35px;
}
#blog-header {
	background: var(--bg_secondary_color);
    padding: 90px 0 90px;
    text-align: center;
    margin-bottom: 35px;
}
#sectionMiddleBlog {
	padding-bottom: 35px;
}
.single-blog ul.list-inline li img, .post-type-archive-blog  ul.list-inline li img {
    margin-right: 5px;
}
.single-blog ul.list-inline li, .post-type-archive-blog ul.list-inline li, .archive ul.list-inline li {
    display: flex;
    padding-right: 5px;
    padding-left: 5px;
    color: #1A1A1A;
    align-items: center;
    margin-right: 10px;
    color: var(--main_font_color);
}
.single-blog h3 {
	margin-top: 35px;
}
.list-inline {
    display: flex;
    flex-direction: row;
}
.post-content img {
	margin: 20px auto 0; 
}
.right-menus h3 {
    color: var(--main_font_color);
    margin-bottom: 25px;
    font-weight: 600;
}
ul.right-links {
    list-style: none;
    padding-left: 10px;
    margin-bottom: 30px;
}
ul.hotNews>li {
    font-size: 13px;
    border-bottom: 1px solid var(--main_font_color);
    padding: 0 0 15px;
    margin-bottom: 15px;
    color: var(--main_font_color);
}
ul.right-links a {
    color: var(--main_font_color);
}
ul.right-links a:hover {
    color: var(--main_font_color);
    text-decoration: none;
}
.post-content a {
	color: var(--main_font_color);
	font-weight: 600;
}
.single-blog h4, .post-type-archive-blog h4, .archive h4 {
    line-height: 22px;
    color: var(--main_font_color);
    margin-bottom: 10px;
    font-size: 16px;
}
.post-content > div + p {
	margin-top: 35px;
}
ul.category.right-links li a {
	font-size: 16px;
}
ul.category.right-links {
	margin-top: -10px;
}


/*************** Archive ****************/
.box-post:hover .box-post-shadow {
    top: 0;
    opacity: 1;
}
.box-post-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.box-post .box-post-content {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .3s;
    z-index: 3;
    padding: 20px 20px 15px;
    text-align: left;
}
.box-post .box-post-content h4 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.box-post-info ul.list-inline li {
    width: 100%;
    font-size: 12px;
}
.box-post:hover .box-post-shadow {
    top: 0;
    opacity: 1;
}
.box-post:hover .box-post-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.box-post:hover .box-post-content h4, .box-post:hover .box-post-content li  {
    
}
.box-post .box-post-content h4, .post-type-archive-blog ul.list-inline li, .archive ul.list-inline li   {
	color: #fff;
}
.post-type-archive-blog ul.list-inline img, .archive ul.list-inline img {
	filter: brightness(0) invert(1);
}
.archive ul.list-inline img {
	margin-right: 10px;
}
.box-post {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
    height: 320px;
}
.box-post .box-post-shadow {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 94%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 94%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 94%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    z-index: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: .8;
}
.box-post:hover .box-post-shadow {
    top: 0;
    opacity: 1;
}

.sub_menu_category {
	list-style: none;
	padding-left: 15px;
}
#pagination {
	display: flex;
    align-items: center;
    justify-content: center;
}
#pagination a, #pagination span {
    display: inline-block;
    width: 30px;
    margin: 0;
    border: 1px solid var(--alt_color);
    border-right: none;
    text-align: center;
    padding: 0 5px;
    color: var(--main_font_color);
}
#pagination span {
	background: var(--alt_color);
	color: #fff;
}
#pagination > *:last-child {
	border-right: 1px solid var(--alt_color);
	border-radius: 0 5px 5px 0;
}
#pagination > *:first-child {
	border-radius: 5px 0 0 5px;
}
#pagination a.next, #pagination a.prev {
	width: auto;
}
/*************** Home section ****************/
.home .box-post-info ul.list-inline li {
    display: flex;
    align-items: center;
    color: #fff;
}
.home .box-post-info ul.list-inline li img {
	margin-right: 10px;
	filter: brightness(0) invert(1);
}
#blog_home h2 + p {
    font-size: 16px;
    line-height: 26px;
    color: var(--main_font_color);
    font-weight: 400;
}

@media(max-width: 1199px) {
	#banner_first p br {
		display: none;
	}
	h3 {
	    font-size: 19px;
	    line-height: 27px;
	}

	/*******************************************/
	/*************** Kontakt 1.0 ****************/
	/*******************************************/
	#contact_01 h2 {
	    margin-bottom: 40px;
	}
	#contact_01 p {
	    margin-bottom: 5px;
	}
	#contact_01 .social_container {
		margin-top: 20px;
	}

	#banner_02 h2 {
	    font-weight: 400;
	    font-size: 51px;
	    line-height: 53px;
	    margin-bottom: 15px;
	}

	/*******************************************/
	/*************** Banner_02 ****************/
	/*******************************************/
	#banner_02 h2 {
	    font-weight: 400;
	    font-size: 46px;
	    line-height: 47px;
	    margin-bottom: 15px;
	}

	/*******************************************/
	/*************** Banner_03 ****************/
	/*******************************************/


	/*******************************************/
	/*************** Oferta 4.0 ****************/
	/*******************************************/



	/*******************************************/
	/************** Zakładki 1.0 ***************/
	/*******************************************/
	#tabs_01 img {
		margin: 0 auto;
	}






}

@media(max-width: 991px) {
	/*******************************************/
	/************** MENU MOBILNE ***************/
	/*******************************************/
	#menu_button {
	    width: 50px;
	    height: 35px;
	    right: 0;
	    top: 50%;
	    cursor: pointer;
	    border-radius: 5px;
	    -webkit-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	            transform: translateY(-50%);
	    z-index: 4;
	}
	#menu_button > span {
		height: 2px;
	    width: 30px;
	    background: var(--secondary_font_color);
	    position: absolute;
	    top: 50%;
	    left: 10px;
	    -webkit-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	            transform: translateY(-50%);
	    border-radius: 2px;
	}
	#mobile_menu_container {
	    position: fixed;
	    top: 56px;
	    height: calc(100vh - 56px);
	    z-index: 3;
	    text-align: right;
	    right: 0;
	    background: #fff;
	    padding: 30px 30px;
	    -webkit-transform: translateX(120%);
	        -ms-transform: translateX(120%);
	            transform: translateX(120%);
	    transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
	}
	#mobile_menu_container ul {
		width: 100%;
		text-align: center;
	}
	.mobile_right #mobile_menu_container, .mobile_left #mobile_menu_container  {
		display: flex;
		align-items: center;
	}
	#mobile_menu_container.opened {
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
	}
	.scrolled #mobile_menu_container {
		-webkit-box-shadow: -3px 4px 3px 0px rgba(0,0,0,0.25);
		box-shadow: -3px 4px 3px 0px rgba(0,0,0,0.25);
	}
	#mobile_menu_container li {
		margin: 5px 0;
	}
	#mobile_menu_container li a {
	    color: var(--main_font_color);
	    
	}
	#menu_button > span {
		transition: all 0.2s ease-in-out;
	    -moz-transition: all 0.2s ease-in-out;
	    -webkit-transition: all 0.2s ease-in-out;
	    -o-transition: all 0.2s ease-in-out;
	}
	#menu_button > span:nth-child(1) {
		top: 10px;
	}
	#menu_button > span:nth-child(2) {
		top: 50%;
	    left: 10px;
	    -webkit-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	            transform: translateY(-50%);
	}
	#menu_button > span:nth-child(3) {
		top: 50%;
	    left: 10px;
	    -webkit-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	            transform: translateY(-50%);
	}
	#menu_button > span:nth-child(4) {
		top: unset;
		bottom: 7px;
	}
	#menu_button.opened > span:nth-child(1) {
	    top: 18px;
	    width: 0%;
	    left: 50%;
	}
	#menu_button.opened > span:nth-child(2) {
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	#menu_button.opened > span:nth-child(3) {
	    -webkit-transform: rotate(-45deg);
	    -moz-transform: rotate(-45deg);
	    -o-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	#menu_button.opened > span:nth-child(4) {
	    top: 18px;
	    width: 0%;
	    left: 50%;
	}
	.navbar-brand {
		z-index: 4;
	} 

	/*******************************************/
	/*************** FOOTER 3.0 ****************/
	/*******************************************/
	#footer_3 h3 {
	    text-align: center;
	}
	#footer_3 h3 + p {
		margin-bottom: 30px;
		text-align: center;
	}
	#footer_3 h3 {
	    margin-bottom: 20px;
	}
	footer .footer_3 li {
	    margin-bottom: 20px;
	    text-align: center;
	}
	#menu-menu-stopka.footer_3 {
		margin-top: 30px;
	}
	footer#footer_3 .copyright {
		text-align: center;
	}


	/*******************************************/
	/***************** Banner ******************/
	/*******************************************/
	#banner_first h2 {
	    font-size: 45px;
	    line-height: 50px;
	    margin-bottom: 30px;
	}

	/*******************************************/
	/************ Grafika po prawej ************/
	/*******************************************/
	#graphic_right h2, #graphic_right p, #graphic_right h4 {
		text-align: center;
	}

	#graphic_right p {
		margin-bottom: 40px;
	}
	#graphic_right img {
		margin: 0 auto;
	}


	/*******************************************/
	/*************** Banner_02 ****************/
	/*******************************************/
	#banner_02 h2 {
	    font-size: 45px;
	    line-height: 50px;
	    margin-bottom: 30px;
	}
	#banner_02 p {
	    margin-bottom: 30px;
	}
	#banner_02 {
	    padding: 100px 0 150px;
	}


	/*******************************************/
	/**************** O nas 03 *****************/
	/*******************************************/
	#about_3 .right_col h2 {
		display: none;
	}
	#about_3 h2 {
		margin-bottom: 40px;
	}


	/*******************************************/
	/*************** Banner_03 ****************/
	/*******************************************/
	#banner_03 {
	    padding: 100px 0 150px;
	    position: relative;
	    background: var(--bg_secondary_color);
	}
	#banner_03 .content {
		margin-bottom: 20px;
	}


	/*******************************************/
	/************ Grafika po prawej ************/
	/*******************************************/
	#graphic_right .col-lg-5 {
		order: 1;
	}
	#graphic_right img {
		margin-bottom: 40px; 
	}
	#about_3 img.first_img {
	    right: 5px;
	}
	#about_3 img.second_img {
	    left: -5px;
	}
	#about_4 img {
		margin: 0 auto 40px;
	}
	.bottom_layer {
	    margin-bottom: 20px;
	}
	#about_4 p.label {
	    margin-bottom: 0px;
	}


	/*******************************************/
	/*************** Oferta 1.0 ****************/
	/*******************************************/
	#offer_01 .content {
		margin-bottom: 30px;
	}


	/*******************************************/
	/*************** Oferta 3.0 ****************/
	/*******************************************/


	/*******************************************/
	/*************** Oferta 4.0 ****************/
	/*******************************************/
	#offer_04 [id*="color"] {
		margin-bottom: 30px;
	}
	#offer_04 p {
	    transform: translateY(200%);
	}

	/*******************************************/
	/*************** Oferta 5.0 ****************/
	/*******************************************/
	#v-pills-tabContent {
		margin-top: 20px;
	}
	#offer_05 .tab-content img {
		margin: 0 auto 20px;
	}


	/*******************************************/
	/*************** Oferta 6.0 ****************/
	/*******************************************/
	#offer_06 .content_row:nth-child(even) .content_container {
		padding-left: 15px;
	}
	#offer_06 .content_row:nth-child(odd) .content_container {
	    padding-right: 15px;
	   	-webkit-order: 2;
	    -moz-order: 2;
	    -ms-order: 2;
	    -o-order: 2;
	    order: 2;
	}
	#offer_06 img {
		margin-bottom: 40px;
	}
	#offer_06 .content_row:nth-child(odd) .image_container {
	    -webkit-order: 1;
	    -moz-order: 1;
	    -ms-order: 1;
	    -o-order: 1;
	    order: 1;
	}

	/*******************************************/
	/************* Portfolio 3.0 **************/
	/*******************************************/
	#portfolio_3 .bottom_row .col-lg-3 img {
		width: 100%;
	}

	/*******************************************/
	/*************** Liczby 1.0 ****************/
	/*******************************************/
	#numbers_01 .content {
	    margin-bottom: 30px;
	}

	/*******************************************/
	/*************** Liczby 2.0 ****************/
	/*******************************************/
	#numbers_02 .content {
		margin-bottom: 30px;
	}

	/*******************************************/
	/*************** Liczby 2.0 ****************/
	/*******************************************/
	#numbers_03 img {
		margin: 20px auto 0;
	}


	/*******************************************/
	/*************** Cennik 1.0 ****************/
	/*******************************************/
	#price-list_01 .fake_container {
		display: none;
	}
	#price-list_01 .content {
		margin: 0 auto;
	    padding: 30px 30px 200px;
	    background: var(--bg_main_color);
	}

	#price-list_01 a.btn_light {
	    transform: translate(-50%, 50%);
	}
	#price-list_01 a.btn_light {
		bottom: 50px;
	}
	#price-list_01 .pro_offer {
	    margin-bottom: 100px;
	}
	#price-list_01 h6 {
	    border-radius: 0 0 25px 25px;
	}
	#price-list_01 .content:hover {
	    -webkit-box-shadow: 0px 10px 19px 0px rgba(133,149,164,0.39);
	    -moz-box-shadow: 0px 10px 19px 0px rgba(133,149,164,0.39);
	    box-shadow: 0px 10px 19px 0px rgba(133,149,164,0.39);
	    border-radius: 0 0 2px 2px;
	}

	/*******************************************/
	/*************** Cennik 2.0 ****************/
	/*******************************************/
	#price-list_02 .top_content {
	    max-width: 350px;
	    margin: 0 auto;
	}
	#price-list_02 .pro_offer .content {
		border: 1px solid;
	}

	/*******************************************/
	/*************** Cennik 3.0 ****************/
	/*******************************************/
	#price-list_03 {
		text-align: center;
	}
	#price-list_03 .info_col p::before {
	    left: unset;
	    margin-left: -25px;
	}
	#price-list_03 .header_col.awarded {
	    padding: 30px 15px 0;
	}
	#price-list_03 .header_col {
		padding: 10px 15px 0;
	}
	#price-list_03 .header_col.awarded::before {
	    width: 100%;
	    height: 20px;
	    background: var(--main_font_color);
	    border-radius: 9px 9px 0 0;
	}
	#price-list_03 a.btn_dark {
	    margin: 0 auto 15px;
	}


	/*******************************************/
	/*************** Cennik 4.0 ****************/
	/*******************************************/
	#accordionPrice_4 .card-body .button_price_4 {
		text-align: center;
	}
	#price-list_04 .info_price_4 p::before {
	    left: unset;
	    margin-left: -25px;
	}
	#price-list_04 .button_price_4 {
		margin-top: 15px;
	}


	/*******************************************/
	/************** Zakładki 2.0 ***************/
	/*******************************************/
	#tabs_02 h4 {
	    margin-bottom: 10px;
	}
	#tabs_02 h4 + p {
	    margin-bottom: 40px;
	}


	/*******************************************/
	/************** Kontakt 1.0 ***************/
	/*******************************************/
	#left_col_contact_1, #right_col_contact_1 {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	#left_col_contact_1 {
		text-align: center;
		margin-bottom: 30px;
	}
	#contact_01 .social_container a {
	    margin-left: 17px;
	    margin-right: 17px;
	}


	/*******************************************/
	/************** Kontakt 2.0 ***************/
	/*******************************************/
	#contact_02 .wpcf7-form {
		margin: 0 auto; 
	}
	#contact_02 .form_container {
	    padding: 0 15px;
	    margin-bottom: 30px;
	}
	#contact_02 img {
		margin: 30px auto; 
	}
	#contact_03 label {
	    margin-top: 15px;
	}
	

}

@media(max-width: 767px) {

	/*******************************************/
	/***************** Banner ******************/
	/*******************************************/
	#banner_first .content {
	    padding: 100px 0 145px;
	}
	#banner_first h2 {
	    font-size: 35px;
	    line-height: 40px;
	}
	#banner_first p {
	    font-size: 15px;
	}


	/*******************************************/
	/************** Kontakt 1.0 ***************/
	/*******************************************/
	#left_col_contact_1, #right_col_contact_1 {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	#left_col_contact_1 {
		text-align: center;
		margin-bottom: 40px;
	}
	#contact_01 .social_container a {
	    margin-left: 15px;
	    margin-right: 15px;
	}

	/*******************************************/
	/**************** O nas 03 *****************/
	/*******************************************/
	#about_3 img {
		position: relative !important;
	}
	#about_3 img.first_img {
        right: -10px;
	}
	#about_3 img.second_img {
	    left: -10px;
	    top: -50px;
	}
	#about_3 {
	    padding-bottom: 50px;
	}

	/*******************************************/
	/*************** Oferta 2.0 ****************/
	/*******************************************/
	#offer_02 .dots_owl {
	    left: 50%;
	    transform: translateX(-50%);
	    bottom: 0px;
	}


	/*******************************************/
	/************ Grafika po prawej ************/
	/*******************************************/
	#graphic_right {
	    padding: 50px 0;
	}

	/*******************************************/
	/*************** Oferta 2.0 ****************/
	/*******************************************/
	#offer_02 .content_container {
	    margin-bottom: 20px;
	}

	/*******************************************/
	/************* Portfolio 1.0 **************/
	/*******************************************/
	#portfolio_1 .button-group.filter-list {
	    display: block;
	    justify-content: unset;
	}
	#portfolio_1 button {
	    display: inline-block;
	    width: 32%;
	    margin: 10px .3%;
	}

	/*******************************************/
	/************* Portfolio 2.0 **************/
	/*******************************************/
	#portfolio_2 h2 + p br {
		display: none;
	}

	/*******************************************/
	/************* Portfolio 3.0 **************/
	/*******************************************/
	#portfolio_3 h2 + p br {
		display: none;
	}


	/*******************************************/
	/*************** Cennik 4.0 ****************/
	/*******************************************/
	#accordionPrice_4 .close {
	    float: unset;
	    margin: 20px auto 0;
	}
	#accordionPrice_4 .card-header a .price {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	#accordionPrice_4 .card-header a {
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.info_price_4 p {
	    text-align: center;
	}
	


	/*******************************************/
	/************** Zakładki 1.0 ***************/
	/*******************************************/
	#tabs_01 .nav-tabs {
		display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	#tabs_01 .nav-tabs li {
		-ms-flex: 0 0 33.333%;
	    flex: 0 0 33.333%;
	    max-width: 33.333%;
	}
	#tabs_01 .nav-tabs li a {
	    margin: 0 5px;
	    width: auto;
	    margin-bottom: 6px;
	}


	/*******************************************/
	/************** Zakładki 1.0 ***************/
	/*******************************************/
	#tabs_01 .content {
	    padding-left: 15px;
	}

	/*******************************************/
	/************** Kontakt 2.0 ***************/
	/*******************************************/
	#contact_02 .wpcf7-form {
		max-width: 100%;
	}
	#contact_02 .wpcf7-form .col-lg-6 {
		max-width: 100%;
	}
	#contact_02 #submit_button {
		margin-bottom: 15px;
	}


	/*******************************************/
	/****************** Blog *******************/
	/*******************************************/
	.box-post-img {
		background-position: center !important;
	}
}

@media(max-width: 575px) {
	#mobile_menu_container {
	    position: fixed;
	    top: 56px;
	    height: calc(100vh - 56px);
	    width: 100%;
	    z-index: 3;
	    text-align: center;
	    right: 0;
	    background: #fff;
	    padding: 30px 30px;
	    transform: translate(0, -100%);
	}


	/*******************************************/
	/****************** Blog *******************/
	/*******************************************/
	


	/*******************************************/
	/************** Oferta 4.0 ***************/
	/*******************************************/
	#offer_04 {
		overflow: hidden; 
	}


	/*******************************************/
	/************** Oferta 6.0 ***************/
	/*******************************************/
	#offer_06 .content_row {
		position: relative;
	    margin-bottom: 51px;
	}
	#offer_06 .content_row::after {
		content: '';
		width: 80%;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		height: 1px;
		bottom: -15px;
		background: var(--secondary_font_color);
	}
	#offer_06 .content_row::last-of-type::after {
		display: none;
	}


	/*******************************************/
	/************* Portfolio 1.0 **************/
	/*******************************************/
	#portfolio_1 .button-group.filter-list {
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	#portfolio_1 button {
	    display: initial;
	    width: auto;
	    margin: 10px 0px;
	    -ms-flex: 0 0 33.333%;
	    flex: 0 0 33.333%;
	    max-width: 33.333%;
	}
	#portfolio_1 .element-item {
	    width: 33.333%;
	}


	/*******************************************/
	/*************** Cennik 3.0 ****************/
	/*******************************************/
	#price-list_03 .single_price {
	    max-width: 100%;
	    margin: 0 auto 20px;
	}
	#numbers_03 .align-items-center > div {
		width: auto;
	}


	#price-list_02 .col-lg-4 {
		margin-bottom: 25px;
	}


	/*******************************************/
	/*************** Cennik 4.0 ****************/
	/*******************************************/
	#accordionPrice_4 .card-header a p {
	    font-size: 13px;
	}
	#accordionPrice_4 .close {
	    margin: 40px auto 0;
	}
	#accordionPrice_4 .card-header a h3 {
	    font-size: 50px;
	}
	#accordionPrice_4 .card-header a h3 span {
	    font-size: 25px;
	}

	/*******************************************/
	/*************** Karuzela 5.0 ****************/
	/*******************************************/
	#carousel_05 p {
		padding: 0;
	}

	/*******************************************/
	/*************** Kontakt 2.0 ****************/
	/*******************************************/
	#contact_02 h2 {
	    margin: 0 0 60px;
	}


	/*******************************************/
	/************** Zakładki 1.0 ***************/
	/*******************************************/
	#tabs_01 .nav-tabs li a {
	    font-size: 13px;
	}



}

@media(max-width: 480px) {

}


/*******************************************/
/********* Css for curren project **********/
/*******************************************/
body {
	background-color: #FBFAF5;
}
.navbar-brand {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.navbar-brand span {
	display: block;
	font-size: 20px;
	line-height: 56px;
	margin: 0 16px 0 0;
	padding-right: 16px;
	letter-spacing: 0.1px;
	color: #211D1D;
	position: relative;
}
.navbar-brand span::after {
	content: '';
	height: 100%;
	width: 1px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #211D1D;
	transform: translateX(50%);
}
.fixed-top {
    padding: 14.5px 30px;
}
#graphic_right h2, #graphic_right h4 {
	color: #7C1111;
}
#graphic_right h2 {
	font-size: 58px;
	line-height: 1;
	margin-bottom: 25px;
	font-family: abril-display;
	font-weight: 800;
}
#graphic_right h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 31px;
}
#graphic_right img {
    margin: 0 0 0 auto;
}
#graphic_right p {
	color: #000000CC;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
}
#graphic_right p:last-child {
	margin-bottom: 0;
}
footer {
	background-color: #7C1111;
	padding: 74px 0 30px;
}
#footer_3 .social_container {
	margin-top: 0;
}
#footer_3 p {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
}
#footer_3 a {
	color: #fff;
}
footer .logo_container svg {
	width: 165px;
	height: 107px;
	margin: 0 auto 0 40px;
	display: block;
}
#footer_3 .logo_container {
	margin: 0;
}
#footer_3 .social_container p {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 5px;
}
#footer_3 .social_container span {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 30px;
	margin-right: 5px;
}
#footer_3 .row {
	align-items: center;
}
footer#footer_3 .copyright {
	padding-top: 30px;
	margin-top: 24px;
	border-top: 1px solid #E5D5BB;
	padding-left: 0;
	padding-right: 0;
}
footer#footer_3 .copyright p, footer#footer_3 .copyright p a {
	color: #E5D5BB;
	font-size: 14px;
	line-height: 21px;
	margin: 0;
}
#offer_03 {
	position: relative;
	padding-bottom: 132px;
}
.ornament_bg {
	position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-30%, -50%);
    z-index: -1;
}
#offer_03 .content {
	padding: 0;
	background-color: transparent;
}
#offer_03 .img_container {
	padding: 0;
	margin-bottom: 37px;
	background-color: transparent;
}
#offer_03 .header_container {
	border: none;
	padding: 0;
}
#offer_03 .header_container h3 {
	color: #7C1111;
	font-size: 30px;
	line-height: 31px;
	margin: 0 0 50px;
	font-family: abril-display;
	font-weight: 800;
}
#offer_03 h2,
#offer_05 h2,
#offer_06 h2,
#portfolio_2 h2 {
	font-size: 58px;
	line-height: 64px;
	margin: 0 auto 56px;
	display: inline-block;
	position: relative;
	font-family: abril-display;
	color: #7C1111;
}
#offer_05 h2,
#portfolio_2 h2 {
	color: #fff;
}
#offer_03 h2::after,
#offer_03 h2::before,
#offer_05 h2::after,
#offer_05 h2::before,
#offer_06 h2::after,
#offer_06 h2::before,
#portfolio_2 h2::after,
#portfolio_2 h2::before {
	position: absolute;
	content: '';
	width: 31px;
	height: 43px;
	background-image: url(./img/header_ornament.svg);
	top: calc(50% - 3px);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
#offer_05 h2::after,
#offer_05 h2::before,
#portfolio_2 h2::after,
#portfolio_2 h2::before {
	background-image: url(./img/header_ornament_white.svg);
}
#offer_03 h2::after,
#offer_05 h2::after,
#offer_06 h2::after,
#portfolio_2 h2::after {
	right: 0;
	transform: translate(calc(100% + 18px), -50%);
}
#offer_03 h2::before,
#offer_05 h2::before,
#offer_06 h2::before,
#portfolio_2 h2::before {
	left: 0;
    transform: translate(calc(-100% - 18px), -50%) rotate(180deg);
}
#offer_03 .content_container {
	padding: 0;
	border: none;
	background-color: transparent;
}
#offer_03 .content_container a,
#submit_button {
	color: #211D1D;
	font-size: 18px;
	line-height: 24px;
	display: inline-block;
	padding: 10px 35px;
	border: 2px solid #7C1111;
	text-decoration: none;
	border-radius: 20px;
	transition: background-color .3s ease, color .3s ease;
}
#offer_03 .content_container a:hover,
#submit_button:hover {
	text-decoration: none;
	background-color: #7C1111;
	color: #fff;
}
#offer_03 .content_wrapper {
	color: #000000;
	margin-bottom: 95px;
}
#offer_03 .content_wrapper p {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	font-weight: 400;
	color: #000000;
}
#offer_03 .content_wrapper h3 {
	font-size: 18px;
	margin-bottom: 24px;
	font-weight: 700;
	color: #000000;
}
#offer_05 {
	background-color: #7C1111;
	padding: 125px 0 330px;
}
#offer_05 .bottom_row {
	margin-top: 20px;
}
#offer_05 .nav-pills .nav-link {
	padding: 0;
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
	margin: 0;
	height: 80px;
	padding-left: 22px;
	border-bottom: 1px solid #D6DCE1;
}
#offer_05 .nav-pills .nav-link img {
	position: relative;
	top: unset;
	bottom: unset;
	left: unset;
	right: unset;
	transform: unset;
	margin: 0 30px 0 0;
}
#offer_05 .nav-pills .nav-link.active, #offer_05 .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #934141;
}
#offer_05 .nav-pills .nav-link::before {
	height: calc(100% - 17px);
    z-index: 0;
    background-color: rgb(255 255 255 / 25%);
	bottom: 0;
	top: 50%;
	transform: translateY(-50%) scaleX(0);
	transition: transform .3s ease;
	transform-origin: left;
}
#offer_05 .nav-pills .nav-link::after {
	background-color: #601010;
	opacity: 1;
	height: calc(100% - 1px);
	transition: height .3s ease;
}
#offer_05 .nav-pills .nav-link.active, #offer_05 .nav-pills .show>.nav-link {
	background-color: transparent;
}
#offer_05 .nav-pills .nav-link.active::before , 
#offer_05 .nav-pills .show>.nav-link::before {
	transform: translateY(-50%) scaleX(1);
}
#offer_05 .nav-pills .nav-link.active::after, 
#offer_05 .nav-pills .show>.nav-link::after {
	height: calc(100% - 17px);
}
#offer_05 #v-pills-tabContent {
    padding-left: 60px;
    width: 730px;
    max-width: 100%;
    margin-right: auto;
}
#offer_05 #v-pills-tabContent img {
	margin-bottom: 64px;
	max-width: 100%;
}
#offer_05 #v-pills-tabContent p {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
#offer_05 #v-pills-tabContent strong {
	font-weight: 600;
}
#offer_04 img {
    left: unset;
    top: unset;
    position: static;
    transform: unset;
    max-width: unset;
}
#offer_04 #menu_wrapper {
	position: relative;
}
.menu_content_container {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 50%);
}
#offer_04 h3 {
	padding: 0;
	transform: unset;
	margin: 0 0 30px;
	color: #fff;
	font-size: 58px;
	line-height: 65px;
	font-family: abril-display;
}
#offer_04 a {
	margin: 0;
}
#offer_04 {
	padding: 0;
	margin-top: -175px;
}
#offer_06 {
	position: relative;
	padding: 160px 0 81px;
}
#offer_06 .ornament_bg {
	left: unset;
	right: 0;
	transform: translateY(-50%);
}
#offer_06 .content_container p {
	margin: 0;
	color: #000000;
	font-size: 18px;
	line-height: 26px;
}
#offer_06 .content_container h3 {
	display: none;
}
#offer_06 .content_row {
	margin-bottom: 40px;
}
#offer_06 .content_row:last-child {
	margin-bottom: 0;
}
#offer_06 .content_row:nth-child(even) img {
	margin-right: auto;
	display: block;
}
#offer_06 .content_row:nth-child(odd) img {
	margin-left: auto;
	display: block;
}
#offer_06 .content_row:nth-child(odd) .content_container p {
	text-align: right;
}
#portfolio_2 {
	padding: 76px 0 68px;
	background-color: #7C1111;
}
#portfolio_2 .owl-item::before {
	display: none;
}
.nav_owl button {
	opacity: .1;
	transition: all .3s ease;
}
.col-12:hover .nav_owl button {
	opacity: 1;
}
.nav_owl button {
	background-color: #fff;
	color: #CC9745;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav_owl button:hover {
	background-color: #CC9745;
	color: #fff;
}
#contact_02 {
	padding: 0;
	position: relative;
}
#contact_02 iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#contact_02 .form_container {
	background-color: #FBFAF5;
	padding:  53px 65px;
	transform: translateX(-50px);
}
#contact_02 .header_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 52px;
}
#contact_02 h2 {
	margin: 0;
	color: #7C1111;
	font-size: 45px;
	line-height: 50px;
	font-family: abril-display;
}
#contact_02 img {
	margin: 0;
}
[id*='contact'] input, [id*='contact'] textarea {
	background-color: transparent;
}

@media(max-width: 1199px) {
	#offer_03 .img_container {
		padding: 0 5px;
	}
	#offer_05 .nav-pills .nav-link img {
		margin: 0 15px 0 0;
	}
	#offer_05 .nav-pills .nav-link {
		padding-left: 10px;
	}
	#offer_04 img {
		max-width: 100%;
	}
	#graphic_right p br {
		display: none;
	}
	#graphic_right img {
		height: auto;
		width: 100%;
	}
	#offer_03 .content_wrapper p br {
		display: none;
	}
	.slider_wrapper a {
		margin: 0;
	}
	#offer_03 .content{
		margin-bottom: 40px;
	}
	#offer_06 .content_row:nth-child(even) img,
	#offer_06 .content_row:nth-child(odd) img {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}
	#offer_06 .content_row:nth-child(odd) .content_container p {
		text-align: center;
	}
	#contact_02 iframe {
		position: relative;
		min-height: 210px;
	}
	#footer_3 .col {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	#footer_3 .col:last-child {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 50px;
	}
	#footer_3 .social_container p {
		justify-content: center;
		margin-bottom: 10px;
	}
	#menu_button > span {
		background-color: #7C1111;
	}
	#mobile_menu_container li a {
		color: #211D1D;
		margin: 0 15px;
		font-size: 18px;
		line-height: 24px;
		font-weight: 600;
		letter-spacing: 0.09px;
		transition: color .3s ease;
	}
	#contact_02 .form_container {
		transform: translateX(0px);
		margin: 0 auto;
	}
}
@media(max-width: 991px) {
	#offer_04 {
		margin-top: -115px;
	}
	#offer_05 {
		padding: 125px 0 160px;
	}
	#offer_04 h3 {
		font-size: 50px;
		line-height: 55px;
	}
	#offer_05 #v-pills-tabContent {
		padding-left: 0;
	}
	#contact_02 iframe {
		position: relative;
		min-height: 370px;
	}
}
@media(max-width: 767px) {
	#banner_first .content {
		padding: 0;
	}
	.dots_owl {
		bottom: 10px;
	}
	#graphic_right img {
		margin-top: 40px;
	}
	#offer_04 #menu_wrapper {
		overflow: hidden;
	}
	#offer_04 img {
		max-width: unset;
	}
}
@media(max-width: 575px) {
	#mobile_menu_container {
		top: 85px;
		height: calc(100vh - 85px);
	}
	#banner_first h2 {
		font-size: 21px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.slider_wrapper a {
		font-size: 13px;
		line-height: 15px;
		padding: 8px 15px;
	}
	#graphic_right h2 {
		font-size: 48px;
	}
	#offer_03 h2, #offer_05 h2, #offer_06 h2, #portfolio_2 h2 {
		font-size: 48px;
		line-height: 54px;
	}
	#offer_04 h3 {
		font-size: 40px;
		line-height: 45px;
	}
	#offer_04 a {
		margin-top: 30px;
		font-size: 18px;
		line-height: 23px;
	}
	#offer_06 .content_container p {
		font-size: 16px;
		line-height: 21px;
	}
	#offer_06 .content_row:nth-child(odd) .content_container p {
		text-align: left;
	}
	#contact_02 .form_container {
		padding: 53px 15px 0;
	}
	#footer_3 .col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	footer .logo_container svg {
		margin: 0 auto 40px;
	}
	footer#footer_3 .copyright p, footer#footer_3 .copyright p a {
		font-size: 13px;
		text-align: center;
		width: 100%;
	}
}


/* Regulamin */

.page-id-605 {
	padding-top: 0!important;
}
.page-id-605 .navbar-brand img {
	position: absolute;
	margin-top: -30px;
}
.page-id-605 #menu-regulamin {
	margin-top: 20px;
}
.page-id-605 #navbarResponsive ul {
	list-style: none;
}

