@media (min-width: 1300px) {
    .container {
        width: auto;
        max-width: 1260px;
    }
}

@media (min-width: 1900px) {
    .container {
        width: auto;
        max-width: 1480px;
    }
}

.container-max {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media (min-width: 1300px) {
  .container-max {
    max-width: 90%;
  }
}

@media (min-width: 1600px) {
  .container-max {
    max-width: 85%;
  }
}

@media (min-width: 1980px) {
  .container-max {
    max-width: 72%;
  }
}

.container-max:before, 
.container-max:after {
    display: table;
    content: "";
}

.container-max:after {
    clear: both;
}


.margin5 {height: 5px; line-height: 0; font-size: 0; }
.margin10 {height: 10px; line-height: 0; font-size: 0; }
.margin20 {height: 20px; line-height: 0; font-size: 0; }
.margin30 {height: 30px; line-height: 0; font-size: 0; }
.margin40 {height: 40px; line-height: 0; font-size: 0; }
.margin50 {height: 50px; line-height: 0; font-size: 0; }
.margin60 {height: 60px; line-height: 0; font-size: 0; }
.margin70 {height: 70px; line-height: 0; font-size: 0; }
.margin80 {height: 80px; line-height: 0; font-size: 0; }
.margin90 {height: 90px; line-height: 0; font-size: 0; }
.margin100 {height: 100px; line-height: 0; font-size: 0; }

.pt-0 {padding-top: 0;}
.pt-5 {padding-top: 5px;}
.pt-10 {padding-top: 10px;}
.pt-15 {padding-top: 15px;}
.pt-20 {padding-top: 20px;}
.pt-24 {padding-top: 24px;}
.pt-30 {padding-top: 30px;}
.pt-40 {padding-top: 40px;}
.pt-50 {padding-top: 50px;}
.pt-60 {padding-top: 60px;}
.pt-70 {padding-top: 70px;}
.pt-80 {padding-top: 80px;}
.pt-90 {padding-top: 90px;}
.pt-100 {padding-top: 100px;}

.pb-0 {padding-bottom: 0;}
.pb-5 {padding-bottom: 5px;}
.pb-10 {padding-bottom: 10px;}
.pb-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 30px;}
.pb-30 {padding-bottom: 30px;}
.pb-40 {padding-bottom: 40px;}
.pb-50 {padding-bottom: 50px;}
.pb-60 {padding-bottom: 60px;}
.pb-70 {padding-bottom: 70px;}
.pb-80 {padding-bottom: 80px;}
.pb-90 {padding-bottom: 90px;}
.pb-100 {padding-bottom: 100px;}

.mt-0 {margin-top: 0;}
.mt-5 {margin-top: 5px;}
.mt-10 {margin-top: 10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 30px;}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}
.mt-50 {margin-top: 50px;}
.mt-60 {margin-top: 60px;}
.mt-70 {margin-top: 70px;}
.mt-80 {margin-top: 80px;}
.mt-90 {margin-top: 90px;}
.mt-100 {margin-top: 100px;}

.mb-0 {margin-bottom: 0;}
.mb-5 {margin-bottom: 5px;}
.mb-10 {margin-bottom: 10px;}
.mb-15 {margin-bottom: 15px;}
.mb-20 {margin-bottom: 30px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}

.img-thumb {
	border: 0px;
	padding: 0px 0px;
	margin: 0;
	max-width: 100% !important;
}

.img-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.img-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.header {
	width: 100%;
}

.top-bar-fixed {
	width: 100%;
	position: fixed;
	z-index: 20;
	background-color: #fff;
	top: -66px;
	display: block;
	transition: top 0.3s;
	box-shadow: 3px 0px 3px 1px rgba(0, 0, 0, .20);
}

	.top-bar-fixed__ul {
		list-style-type: none;
		padding: 5px 15px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		max-width: 1560px;
		margin: 0 auto;
	}

		.top-bar-fixed__logo {}

			.top-bar-fixed__logo a,
			.top-bar-fixed__logo a:visited {}
			.top-bar-fixed__logo a:hover {}

				.top-bar-fixed__logo a img {
					width: 120%;
					height: auto;
					border: 0;
				}

		.top-bar-fixed__nav {
			display: flex;
			align-items: center;
		}

			.top-bar-fixed__nav__list {
				list-style-type: none;
				margin: 0 0;
				padding: 0 0;
				display: flex;
				flex-direction: row;
			}

				.top-bar-fixed__nav__list > li {
					padding: 0 0;
					margin: 0 0 0 15px;
					position: relative;
				}

				@media(min-width: 1024px) {
					.top-bar-fixed__nav__list > li {
						margin: 0 0 0 44px;
					}
				}

					.top-bar-fixed__nav__list > li:first-child {
						margin-left: 0;
					}

					.top-bar-fixed__nav__list > li a,
					.top-bar-fixed__nav__list > li a:visited {
						font-size: .9em;
						font-weight: 400;
						font-family: 'Barlow', sans-serif;
						color: #444444;
						text-decoration: none;
						transition: color .2s ease-in-out;	
						display: none;					
					}
					.top-bar-fixed__nav__list > li a:hover {
						color: #8c8989;
						text-decoration: none;
					}

					@media(min-width: 768.1px) {
						.top-bar-fixed__nav__list > li a,
						.top-bar-fixed__nav__list > li a:visited {
							font-size: 1em;
							display: initial;	
						}
					}

					@media(min-width: 1024px) {
						.top-bar-fixed__nav__list > li a,
						.top-bar-fixed__nav__list > li a:visited {
							font-size: 1.2em;
						}
					}


.top-bar {
	width: 100%;
	background-color: #414141;
}

	@media (max-width: 992px) {
		.top-bar {
			background-color: #eaeaea;
		}
	}

.top-bar__ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	max-width: 1520px;
}
	.top-bar__ul__navigation {
		display: none;
		flex: 1;
	}

	@media(min-width: 870px) {
		.top-bar__ul__navigation {
			display: initial;
		}
	}

		.top-bar__ul__navigation ul {
			list-style-type: none;
			margin: 0 100px 0 0;
			padding: 0 0;
			display: flex;
			flex-direction: row;
			justify-content: space-between;
		}
			.top-bar__ul__navigation ul li {
				position: relative;
			}

				.top-bar__ul__navigation ul li a,
				.top-bar__ul__navigation ul li a:visited {
					font-size: .9rem;
					font-weight: 300;
					font-family: 'Barlow', sans-serif;
					color: #ffffff;
					text-decoration: none;
					transition: color .2s ease-in-out;	
				}						
				.top-bar__ul__navigation ul li a:hover {
					color: #8c8989;
					text-decoration: none;
				}

				@media(min-width: 992px) {
					.top-bar__ul__navigation ul li a,
					.top-bar__ul__navigation ul li a:visited {
						font-size: 1rem;
					}
				}
				@media(min-width: 1024px) {
					.top-bar__ul__navigation ul li a,
					.top-bar__ul__navigation ul li a:visited {
						font-size: .8rem;
					}
				}
				@media(min-width: 1200px) {
					.top-bar__ul__navigation ul li a,
					.top-bar__ul__navigation ul li a:visited {
						font-size: .9rem;
					}
				}
				@media(min-width: 1400px) {
					.top-bar__ul__navigation ul li a,
					.top-bar__ul__navigation ul li a:visited {
						font-size: 1.2rem;
					}
				}

				ul.dropdown-content {
					padding: 5px 5px;
					display: block;
					position: absolute;
					background-color: #fff;
					min-width: 250px;
					box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
					z-index: 20;
					transition: all .5s ease-in;
					opacity: 0;
					visibility: hidden;
					transition: all 0.35s ease;
					top: 60px;
					list-style: none;
				}
					ul.dropdown-content li {

					}

						ul.dropdown-content li a {
						font-size: .8em;
						  color: black !important;
						  padding: 8px 10px;
						  text-decoration: none;
						  display: block;
						  border-bottom: solid 1px #f1f1f1;
						  transition: color 0.35s ease, background-color 0.35s ease;
						}

							ul.dropdown-content li a:hover {
								background-color: #414141;
								color: #ffffff !important;
							}

				.top-bar__ul__navigation li:hover ul.dropdown-content {
					opacity: 1;
					visibility: visible;
					top: 37px;
				}

				.top-bar-fixed__nav__list li:hover ul.dropdown-content {
					opacity: 1;
					visibility: visible;
					top: 37px;
				}

	.top-bar__ul__logo {
		width: 100px;
		max-width: 100px;
		text-align: center;
		position: relative;
		
	}
	@media(max-width: 425.1px) {
		.top-bar__ul__logo {
			width: 150px;
			max-width: 150px;
		}
		.top-bar__ul__logo img {
			filter: brightness(0%);
			webkit-filter: brightness(0%);
		}
	}
	@media(max-width: 768.1px) {
		.top-bar__ul__logo {
			width: 200px;
			max-width: 200px;			
		}
		.top-bar__ul__logo img {
			filter: brightness(0%);
			webkit-filter: brightness(0%);
		}
	}
	@media(min-width: 1024.1px) {
		.top-bar__ul__logo {
			width: 250px;
			max-width: 250px;
/* 			background-color: #ffffff; */
		}	
	}
	@media(min-width: 1200.1px) {
		.top-bar__ul__logo {
			width: 300px;
			max-width: 300px;
		}	
	}

    /* .top-bar__ul__logo::before {
        content: "";
        display: none;
        width: 100%;
        height: 10px;
        bottom: -15px;
        z-index: 10;
        position: absolute;
		background-color: #fff;        
    }

		@media(min-width: 768.1px) {
			.top-bar__ul__logo::before {
				display: block;
			}
		}

    .top-bar__ul__logo::after {
        content: "";
        display: none;
        height: 0;
        width: 0;
        border-left: 100px solid white;
        border-right: 100px solid white;
        border-top: 25px solid #fff;
        bottom: -25px;
        z-index: 10;
        position: absolute;
    }

    @media(min-width: 768.1px) {
        .top-bar__ul__logo::after {
            border-left: 100px solid white;
            border-right: 100px solid white;
            display: block;
        }
    }

    @media(min-width: 1024.1px) {
        .top-bar__ul__logo::after {
            border-left: 125px solid white;
            border-right: 125px solid white;
            display: block;
        }
    }
    @media(min-width: 1200.1px) {
        .top-bar__ul__logo::after {
            border-left: 151px solid white;
            border-right: 151px solid white;
        }
    }

    @media(min-width: 1600.1px) {
        .top-bar__ul__logo::after {
            border-left: 150px solid white;
            border-right: 150px solid white;
        }
    }
		.top-bar__ul__logo a,
		.top-bar__ul__logo a:visited {}
		.top-bar__ul__logo a:hover {
			text-decoration: none;					
		} */

			.top-bar__ul__logo a img {
				border: 0;
				max-width: 65%;
				height: auto;
				padding: 5px 0;
/* 				position: relative; */
				top: 0;
				z-index: 11;
				opacity: 1;
				transition: opacity .2s ease-in-out;
			}


			@media(min-width: 768.1px) {
				.top-bar__ul__logo a img {
					top: 10px;
					padding: 10px 0;
					max-width: 80%;
				}
			}

			.top-bar__ul__logo a:hover img{
				opacity: .9;
			}

	.top-bar__ul__contact {
		flex: 1;
		margin-right: 60px;
	}

	@media(min-width: 870px) {
		.top-bar__ul__contact {				
			margin-right: 0;
		}
	}

		.top-bar__ul__contact ul {
			list-style-type: none;
			margin: 15px 0 ;
			padding: 0 0;
			display: flex;
			flex-direction: row;
			justify-content: flex-end;
		}

			.top-bar__ul__contact ul li {
                font-size: .9rem;                
                font-weight: 200;
                margin-left: 30px;
                color: #ffffff;
            }


			@media(min-width: 510.1px) {
				.top-bar__ul__contact ul li {
					margin-left: 20px;
				}
			}
			.top-bar__ul__contact ul li:nth-child(1) {
				display: none;
			}


			@media(min-width: 510.1px) {
				.top-bar__ul__contact ul li:nth-child(1) {
					display: initial;
				}
			}

			.top-bar__ul__contact ul li:first-child {
				margin-left: 0;
			}								


				@media(max-width: 992px) {
					.top-bar__ul__contact ul li span {
						display: none;
					}
				}
				@media(min-width: 992px) {
					.top-bar__ul__contact ul li {
						font-size: 1rem;
					}
				}
				@media(min-width: 1024px) {
					.top-bar__ul__contact ul li {
						font-size: .8rem;
					}
				}
				@media(min-width: 1200px) {
					.top-bar__ul__contact ul li {
						font-size: .9rem;
					}
				}
				@media(min-width: 1400px) {
					.top-bar__ul__contact ul li {
						font-size: 1.1rem;
					}
				}
				
					.top-bar__ul__contact ul li .fa {
						font-size: 1.6em;
						color: #e31e24;
						display: flex;
						justify-content: center;
					}

					@media(min-width: 600px) {
						.top-bar__ul__contact ul li .fa {
							font-size: 1.2em;
							display: initial;
							justify-content: unset;
							margin-right: 5px;
						}						
					}

						.top-bar__ul__contact ul li a,
						.top-bar__ul__contact ul li a:visited {
							color: #ffffff;
						}
						.top-bar__ul__contact ul li a:hover {
							color: #8c8989;
							text-decoration: none;
						}



/* swiper */
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: left;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack:right;
  -ms-flex-pack:right;
  -webkit-justify-content:right;
  justify-content: right;
  -webkit-box-align:right;
  -ms-flex-align:right;
  -webkit-align-items:right;
  align-items: center;
}

	.swiper-01 .swiper-slide img {
		width: 100%;
		border: 0;
	}

		.swiper-01 .swiper-description {
			position: absolute;
			z-index: 1;
			margin-right: 50px;
			text-align: center;
		}

			.swiper-01 .swiper-description h4 {
				margin-top: 0;
				margin-bottom: 30px;
				font-family: 'Barlow', sans-serif;
				/*font-size: 3.750rem;*/
				font-size: 3vw;
				font-weight: 700;
				line-height: 1em;
				letter-spacing: .02em;
				color: #fff;
				text-shadow: 5px 8px 5px rgba(0,0,0,.5);
			}
			.swiper-01 .swiper-description p {
				font-family: 'Barlow', sans-serif;
				/*font-size: 3.750rem;*/
				font-size: 2.5vw;
				font-weight: 400;
				color: #fff;
				line-height: 1em;
			}

			.btn.btn-slider,
			.btn.btn-slider:visited {
				display: none;
			}
		
			@media (min-width: 768px) {
				.swiper-01 .swiper-description {
					margin-right: 400px;
					text-align: left;		
				}
			}

			@media (min-width: 769px) and (max-width: 1260px) {
				.swiper-01 .swiper-description {
					margin-right: 100px;
					text-align: left;		
				}
			}



			.btn.btn-slider,
			.btn.btn-slider:visited {
				display: inline-flex;
				align-self: flex-end;
				align-items: center;
				justify-content: center;
				color: #fff;
				text-decoration: none;
				padding: 6px 20px;
				font-size: 18px;
				font-weight: 400;
				min-width: 230px;
				height: 45px;
				min-height: 45px;
				border-radius: 0;				
				position: relative;
				overflow: hidden;
				z-index: 1;
				border: 0;
				transition: color .2s ease-in-out,  font-size .2s ease-in-out;
				order: 1;
			}

			@media (min-width: 1260px) {
				.btn.btn-slider,
				.btn.btn-slider:visited {
					order: 2;
				}		
			}
		
				.btn.btn-slider:hover {
					text-decoration: none;
					background-color: red;
					color: #fff;
					text-decoration: none;
				}
		
				.btn.btn-slider::before {
					content: "";
					position: absolute;
					z-index: -2;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					display: flex;
					align-items: center;
					justify-content: center;
					background-color: #c62229;
					border-radius: 0;
				}
		
				.btn.btn-slider::after {
					content: "";
					position: absolute;
					z-index: -1;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					display: flex;
					background-color:#414141;					
					transition: background .2s ease-in-out, background-color .2s ease-in-out, top .2s ease-in-out;
					border-radius: 0;					
				}
		
				.btn.btn-slider:hover::after {
					top: -100%;
				}
		
		
				.swiper-01 .btn.btn-slider {
					margin-top: 10px;
					border: 1px solid white;
				}
		
				@media(min-width: 768px) {
					.swiper-01 .btn.btn-slider {
						margin-top: 20px;
						border: 2px solid white;
					}
				}
				@media(min-width: 1024px) {
					.swiper-01 .btn.btn-slider {
						margin-top: 25px;
						border: 3px solid white;
					}
				}
				@media(min-width: 1200px) {
					.swiper-01 .btn.btn-slider {
						margin-top: 30px;
						border: 3px solid white;
					}
				}

	.img-head-inside {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}


.white-box,
.white-box-inside {
	padding: 100px 0 150px;
	background-color: #000000;
}
	.white-box h1 {
		color: #eaeaea;
		font-size: 1.25em;
		line-height: 1.5em;
		margin-bottom: 30px;
	}

		@media(min-width: 992px) {
			.white-box h1 {
				color: #eaeaea;
				font-size: 1.6em;
				line-height: 1.1em;
				margin-bottom: 10px;
			}
		}

		.white-box-inside h1 {
			color: #ccc;
			font-size: 2.4em;
			line-height: 1em;
			margin-bottom: 30px;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-moz-box-align: center;
				-ms-flex-align: center;
					align-items: center;
			-webkit-box-pack: center;
			-moz-box-pack: center;
				-ms-flex-pack: center;
					justify-content: center;
		}

		.white-box-inside h1::after {
			content: "";
			position: relative;
			bottom: -15px;
			background-color: #ccc;
			height: 2px;
			-webkit-box-flex: 1;
			   -moz-box-flex: 1;
			    -ms-flex: 1;
			        flex: 1;
			margin-left: 30px;
		}

			@media(min-width: 992px) {
				.white-box-inside h1 {					
					font-size: 3em;
					line-height: .9em;
					margin-bottom: 10px;
				}

				.white-box-inside h1::after {
					bottom: -24px;
				}
			}

		.white-box-inside h2 {
			color: #ffffff;
		}

		.white-box-inside h3 {
			color: #eaeaea;
		}

		.white-box-inside ul li,
		.white-box-inside ol li {
			    color: #ddd;
			    font-size: 1.1em;
			    margin-bottom: 5px;
		}

	.white-box h2 {
		color: #ffffff;
	}

	.white-box h2 span {
		color: #E3001A;
	}

	.white-box h3 {
		color: #E3001A;
		font-size: 2em;
		font-weight: 400;
		margin-bottom: 20px;
	}

		@media(min-width: 992px) {
			.white-box h3 {
				color: #CCCCCC;
				font-size: 3.5em;
				font-weight: 400;
				margin-bottom: 50px;
			}
		}

	.white-box h4 {
		margin: 40px;
		font-size: 2.5em;
		font-weight: 400;
		color: #414141;
	}

		.white-box h4 span {
			color: #E3001A
		}

	.white-box-txt {
		margin-right: 0;
	}

		@media(min-width: 992px) {
			.white-box-txt {
				margin-right: 50px;
			}
		}

			.white-box-txt h4 {
				font-size: 1.5em;
				margin: 0 0 40px 0;
				padding-bottom: 5px;
				border-bottom: 1px solid #333;			
			}
			.white-box-txt p {
				color: #ddd;
				font-size: 1.1em;
				margin-bottom: 20px;
				text-indent: 0px;
				text-align: justify;
			}

				/* .white-box-txt p:nth-last-child(3) {
					margin-bottom: 40px;
					text-indent: 0px;				
				} */

				.white-box-txt__btn,
				.white-box-txt__btn:visited {
					background-color: #E3001B;
					color: #fff;
					font-size: .85rem;
					font-weight: 400;
					border-radius: 0;
					padding: 4px 30px 8px;
					transition: all .5s ease-in-out;
				}
				.white-box-txt__btn:hover {
					background-color: #414141;
					color: #fff;
				}

.flor {
	margin-bottom: 40px;
	/* display: flex;
	flex-direction: column; */
}

.flor p {
	font-size: .8em;	
	margin-bottom: 12px;
	text-indent: 0;
}

	.flor p:nth-last-child(2) {	
		margin-bottom: 20px;		
	}

.flor-button {
	background-color: #f5f5f5;
	margin-top: 30px;
	padding: 10px 0 15px;
}

.flor-button a {
	margin-right: 15px;
}

.img-logo-offer {
	max-height: 36px;
	margin: 10px;
}


/* równe kolumny */
@media (min-width: 768px) {
	.row.equal {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.col-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
	
}
/* /równe kolumny */

.offer {
	margin-bottom: 15px;
	padding: 15px 15px 25px 15px;
	font-size: .8em;
	font-weight: 400;
	color: #eaeaea;	
	border: 2px solid #777;
	border-radius: 10px;
	background-color: #333333;
	-webkit-box-shadow: inset 0px 0px 14px -1px rgba(0, 0, 0, 1);
	-moz-box-shadow: inset 0px 0px 14px -1px rgba(0, 0, 0, 1);
	box-shadow: inset 0px 0px 14px -1px rgba(0, 0, 0, 1);
	transition: all .3s ease-in-out;
}

	.offer:hover {	
		color: #000000;
		opacity: .75;
		background-color: rgb(194,194,194);
		background: linear-gradient(0deg, rgba(194,194,194,1) 0%, rgba(234,234,234,1) 100%);
		border: 2px solid rgb(194,194,194);
	}

	.offer h3 {
		color: #ffffff;
		font-size: 1.6em;
		margin-bottom: 15px;
	}

		.offer:hover h3 {
		color: #000000;
		}

	.offer img {
		margin-top: 15px
	}

		@media (max-width: 992px) {
			.offer img {
				width: 125px;
			}
		}




.--row-flex {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: stretch;
}


.silver-section {
	min-height: 400px;
	background: transparent;
	padding: 3.5em 0;
}

.parallax-mirror {
	background-color: #414141;
}

	.silver-section h3 {
		margin-top: 0;
		margin-bottom: 1.5rem;
		color: #eaeaea;
		font-size: 2rem;
		font-weight: 600;
		line-height: 1.2em;
	}

		.silver-section h3 span {
			color: #E3001A;
		}

	.silver-section h4 {
		margin-top: 1rem;
		margin-bottom: 1rem;
		color: #000000;
		font-size: 1.375rem;
	}

	.silver-section p {
		font-size: 1rem;
		line-height: 1.8rem;
		color: #eaeaea;
		margin-bottom: 1.500rem;
	}
	.silver-section p:last-of-type {
		margin-bottom: 0;
	}

.img-certyficate {
	margin: 5px 8px;
	width: 180px;
}

	@media (max-width: 992px) {
		.img-certyficate {
			width: 150px;
		}
	}

	/* zaufali nam */
	.trusted-us {
		padding: 40px 0 30px 0;
		background: #f5f5f5;		
	}

		.trusted-us h4 {
			color: #414141;
			font-size: 2em;
			font-weight: 400;
			text-align: center;
			line-height: 1em;
		}

		.trusted-us img {
			margin: 20px 0 40px 0;
		}

		.swiper-pagination-bullet {
			width: 6px;
			height: 6px;
			border-radius: 0;
			background:rgba(0,74,153,1)
		}
	/* ./ zaufali nam */


.our-realisation {
	padding: 50px 0;
	background-color: #111111;
}
	.our-realisation__wrapper {
		max-width: 1560px;
		margin: 0 auto;
		padding: 0 15px;
	}

		.our-realisation h3 {
			margin-top: 0;
			margin-bottom: 50px;
			text-align: center;
			color: #eaeaea;
		    font-size: 3vw;
			font-weight: 600;
		}

			.our-realisation h3 span {
				color: #E3001A;
			}

		@media(min-width: 768px) {
			.our-realisation h3 {
				font-size: 2.5vw;
			}
		}
		@media(min-width: 992px) {
			.our-realisation h3 {
				font-size: 1.6vw;
			}
		}


			.our-realisation__tabs {}

			.our-realisation__tabs .nav > li > a {
				color: #7688a1;
				font-size: .8rem;
				text-align: center;
			}

			@media(min-width: 992px) {
				.our-realisation__tabs .nav > li > a {
					font-size: 1rem;
				}
			}
			@media(min-width: 1024px) {
				.our-realisation__tabs .nav > li > a {
					font-size: 1.1rem;
				}
			}
			@media(min-width: 1200px) {
				.our-realisation__tabs .nav > li > a {
					font-size: 1.2rem;
				}
			}
			@media(min-width: 1400px) {
				.our-realisation__tabs .nav > li > a {
					font-size: 1.25rem;
				}
			}

			.our-realisation__tabs .tab-pane {
				margin: 40px 0 30px 0;
			}

				.our-realisation__tabs .swiper-container {
					padding-bottom: 50px;
				}

					.our-realisation__tabs .swiper-container-horizontal > .swiper-pagination-bullets {
						bottom: 0;
					}

					.our-realisation__tabs .swiper-pagination-bullet {
						width: 6px;
						height: 6px;
					}
						.our-realisation__tabs .swiper-pagination-bullet {
							background: #7688a1;
						}
						.our-realisation__tabs .swiper-pagination-bullet.swiper-pagination-bullet-active {
							background: #414141;
						}

							.our-realisation__tabs .swiper-container {}
								.our-realisation__tabs .swiper-wrapper {}
									.our-realisation__tabs .swiper-slide {}
									.our-realisation__tabs .swiper-slide img {
										border: 0;
										width: 100%;
									}


										.our-realisation__btn,
										.our-realisation__btn:visited {
											background-color: #E3001A;
											color: #fff;
											font-size: .85rem;
											font-weight: 400;
											border-radius: 0;
											padding: 3px 25px 6px;
											transition: all .3s ease-in-out;
										}
										.our-realisation__btn:hover {
											background-color: #414141;
											color: #fff;
										}

.footer {}

.footer-contact {
	background-color: #ffffff;
}

.footer-contact-inside {
	background-color: #efefef;
}

.adress,
.adress-inside {
	padding: 20px;
	font-size: 12px;
	display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
	justify-content: center;
	
}

	@media (min-width: 992px) {
		.adress {
			padding: 80px 0 80px 25%;
			font-size: 14px;
		}
		.adress-inside {
			font-size: 16px
		}
	}

.adress h3,
.adress-inside h3 {
	font-size: 2.2em;
	color: #414141;
	margin-bottom: 40px;
	text-align: center;	
}
	@media (min-width: 992px) {
		.adress h3 {
			text-align: left;
		}

}

.adress-inside ul {
	padding: 15px;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-grow: 4;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
}


p.adress-location,
p.adress-phone,
p.adress-mail,
p.adress-instagram,
p.adress-clock {
	font-size: 1.36em;
	color: #333333;
	padding-left: 40px;
	position: relative; 
	margin: 0 30px 15px 30px;
}

	@media (min-width: 992px) {
		p.adress-location,
		p.adress-phone,
		p.adress-mail,
		p.adress-instagram,
		p.adress-clock {
			margin: 0 25px 20px 25px;	
		}
	}

p.adress-location a,
p.adress-phone a,
p.adress-mail a,
p.adress-instagram a,
p.adress-clock a {
	color: #333333;
	transition: all .3s ease-in-out; 
	-webkit-transition: all .3s ease-in-out; 
	-moz-transition: all .3s ease-in-out; 
	-o-transition: all .3s ease-in-out; 
	-ms-transition: all .3s ease-in-out;
}

p.adress-location a:hover,
p.adress-phone a:hover,
p.adress-mail a:hover,
p.adress-instagram a:hover,
p.adress-clock a:hover {
	color: #e31e24;
	text-decoration: none;
	border-bottom: 1px #e31e24 dotted;

}


p.adress-location::before,
p.adress-phone::before,
p.adress-mail::before,
p.adress-instagram::before,
p.adress-clock::before {
	font-family: 'FontAwesome';
	font-size: 1.2em;
	color: #e31e24;
	line-height: 28px;
	position: absolute;
	width: 40px;
	height: 40px;
	z-index: 1;
	left: 0px;
	top: 0px;
}
p.adress-location::before {
	content:"\f015";
}
p.adress-phone::before {
	content:"\f095";
}
p.adress-mail::before {
	content:"\f003";
}
p.adress-instagram::before {
	content:"\f16d";
}
p.adress-clock::before {
	content:"\f017";
}

p.adress-phone span {
	font-size: .88em;
	color: #555555;
}

.row-flex-footer {
	display: flex;
	flex-flow: column nowrap;
}

@media(min-width: 992px) {
	.row-flex-footer {
		display: flex;
		flex-flow: row wrap;
	}	
}

.footer-contact .map {
	padding: 0;
}

.map > iframe {
	height: 55vh;
	line-height: 0;
	display: block;
}

	@media (min-width: 992px) {
		.map > iframe {
			height: 100%;
		}
	}

	.footer-copyright {
		display: flex;
		background-color: #414141;
		padding: 30px 15px;
	}

		.footer-copyright p {
			margin: 0 0;
			font-size: 0.75rem;
			font-weight: 300;
			color: #ffffff;
		}

			.footer-copyright p span {
				margin: 0 10px;				
			}
			.footer-copyright a,
			.footer-copyright a:visited {
				font-size: 0.875rem;
				color: #eeeeee;
			}
			.footer-copyright a:hover {
				color: #ffffff;
				text-decoration: underline;
			}
	
	.copyright {
		width: 100%;
		display: flex;
        flex-direction: column;
        flex-wrap: nowrap;        
	}

	.cpr-logo {		
		display: flex;
		flex-direction: column;		
		align-items: center;
		margin-top: 20px;
		order: 2
	}

	.cpr-txt {		
		display: flex;
		flex-direction: column;		
		align-items: center;
		text-align: center;
		order: 1
	}

		@media (min-width: 992px) {
			.copyright {
				width: 100%;				
				flex-direction: row;				
				align-items: stretch;
			}
		
			.cpr-logo {
				width: 50%;
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: flex-start;
				margin-top: 0;
				order: 1
			}
		
			.cpr-txt {
				width: 50%;
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: flex-end;
				order: 2
			}
		}


/*
JQuery Simple MobileMenu
https://github.com/Position2/jQuery-Simple-MobileMenu
*/
body.mmactive {
	overflow: hidden;
}

.mobile-menu {
	display: none;
	position: relative;
}

.sm_menu_outer.active .mobile-menu {
	display: block;
}

.sm_menu_outer {
	height: calc(100vh - 60px);
	overflow-y: scroll;
	overflow-x: hidden;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: -9;
	width: 100%;
	opacity: 0;
	background-color: #000000;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.sm_menu_outer.active {
	opacity: 1;
	z-index: 999;
}

.sm_menu_outer .mobile-menu a {
	color: #ffffff;
	display: block;
	letter-spacing: 1px;
	padding: 20px 15px;
	text-transform: uppercase;
	text-decoration: none;
}

/*Sub Menu anim */
.sm_menu_outer .mobile-menu li {
	list-style-type: none;
	border-bottom: 0.5px solid rgba(0, 0, 0, 0);
	border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #2a2a2a 20%, #2a2a2a 50%, #2a2a2a 80%, rgba(0, 0, 0, 0) 100%) 0 0 1 0;
	color: #ffffff;
}

/*Hamburger Animation */
#sm_menu_ham {
	cursor: pointer;
	float: right;
	height: 25px;
	position: fixed;
	right: 5px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	width: 30px;
	top: 20px;
	right: 15px;
	z-index: 9999;
}

#sm_menu_ham span {
	background-color: #333;
	border-radius: 5px;
	display: block;
	height: 2px;
	left: 0;
	opacity: 1;
	position: absolute;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	width: 30px;
}

#sm_menu_ham span:nth-child(1) {
	top: 0;
}

#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3) {
	top: 10px;
}

#sm_menu_ham span:nth-child(4) {
	top: 20px;
}

#sm_menu_ham.open span:nth-child(1) {
	left: 50%;
	top: 18px;
	width: 0;
}

#sm_menu_ham.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

#sm_menu_ham.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#sm_menu_ham.open span:nth-child(4) {
	left: 50%;
	top: 18px;
	width: 0;
}

.sm_menu_outer.accordion .mobile-menu .submenu,
.sm_menu_outer.accordion .mobile-menu li.hasChild ul.submenu {
	display: none;
}

.sm_menu_outer.accordion .mobile-menu .hasChild > .submenu li {
	padding-left: 20px;
}

.sm_menu_outer.accordion .mobile-menu li.active > .submenu {
	right: auto;
}

.sm_menu_outer.accordion .mobile-menu li.hasChild > a {
	position: relative;
}

.sm_menu_outer.accordion .mobile-menu li.hasChild > a::before {
	position: absolute;
	content: '';
	background: url("../images/next.png") no-repeat scroll 50% center / 60% auto;
	right: 0;
	top: 20px;
	width: 40px;
	height: 25px;
	transition: all 0.19s ease;
}

.sm_menu_outer.accordion .mobile-menu li.hasChild.active > a::before {
	transform: rotate(89deg);
	transition: all 0.19s ease;
}

@media (min-width:870px) {
	#sm_menu_ham,
	.sm_menu_outer {
		display: none;
	}

}

/* cookie */
.popupCookie {
	padding: 15px 150px 15px 15px;
	min-height: 65px;
	display: none;
	background: #fff;
	position: fixed;
	z-index: 999999;
	border: solid 1px #979797;
	-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
			-webkit-align-items: center;
	        align-items: center;
}

.popupCookie p {
	text-align: left;
	margin: 0 0 0 0;
	font-size: 14px;
	color: #44494c;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.6);
}
.popupCookie p a,
.popupCookie p a:visited {
	color: #041824;
	text-decoration: underline;
}
.popupCookie p a:hover {
	color: #041824;
	text-decoration: none;
}
.popupCookie .btn-cookie {
	position: absolute;
	z-index: 1;
	right: 15px;
	background-color: #b70021;
	background-repeat: repeat;
	border: solid 3px #903;
	border-radius: 0;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 6px 20px;

	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

.popupCookie .btn-cookie:hover {
	background-color: #fff;
	background-image: none;
	border: solid 1px #333;
	color: #333;
	text-decoration: none;
}


	@media (max-width: 767px) {
		.popupCookie {bottom:0; left:0; width:100%;}
		.no-mobile {display: none;}
	}

	/* sm */
	@media (min-width: 768px) and (max-width: 991px) {
		.popupCookie {bottom:20px; right: 20px; width:80%;}
	}

	/* md */
	@media (min-width: 992px) and (max-width: 1199px) {
		.popupCookie {bottom:20px; right: 20px; width:60%;}
	}

	@media (min-width: 1200px) {
		.popupCookie {bottom:20px; right: 20px; width:50%;}
	}

	@media (min-width: 1960px) {
		.popupCookie {bottom:20px; right: 20px; width:40%;}
	}

/* ./cookie */

.cookie-settings {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 30px;
	left: 15px;
	z-index: 1000000;
	padding: 0px;
	margin: 0;
 }

