/*
Theme Name: Icontainers
Author: Futuravision
Author URI: https://futuravision.pl/
Version: 1.2
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
/*
font-family: 'Poppins', sans-serif;
font-family: 'Audiowide', cursive;
 */
:focus-visible{
	outline:3px solid #fff !important;
	outline-offset:3px;
	box-shadow:0 0 0 5px #0e0e0e;
}
img{
	max-width:100%;
	height:auto;
}
.wow{
	visibility:hidden;
}
body{
	position:relative;
	color:#fff;
	background:#0e0e0e;
	font-size:19px;
	line-height:36px;
	font-weight:400;
	font-family:'Poppins', sans-serif;
	margin:0 auto;
	padding:100px 0 0 0;
}
a, button, .btn{
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
a{
	color:#ce172b;
}
a:hover{
	color:#ce172b;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family:'Poppins', sans-serif;
}
h1{
	font-weight:700;
	font-size:39px;
	line-height:48px;
	color:#e8e8ee;
	padding:0;
	margin:0 0 20px 0;
}
h2{
	font-weight:700;
	font-size:35px;
	line-height:52px;
	color:#e8e8ee;
	padding:0;
	margin:0 0 20px 0;
}
h3{
	font-weight:700;
	font-size:32px;
	line-height:45px;
	color:#e8e8ee;
	padding:0;
	margin:0 0 20px 0;
}
h4{
	font-weight:700;
	font-size:30px;
	line-height:40px;
	color:#e8e8ee;
	padding:0;
	margin:0 0 20px 0;
}
h5{
	font-weight:700;
	font-size:25px;
	line-height:32px;
	color:#e8e8ee;
	padding:0;
	margin:0 0 20px 0;
}
h6{
	font-weight:700;
	font-size:20px;
	line-height:30px;
	color:#e8e8ee;
	padding:0;
	margin:0 0 20px 0;
}
p{
	color:#fff;
	font-size:19px;
	line-height:36px;
	font-weight:400;
	margin:0 0 20px 0;
}
ul, ol{
	margin:0 0 20px 0;
}
li{
	font-weight:400;
	color:#fff;
	font-size:19px;
	line-height:36px;
}
b, strong{
	font-weight:700;
}
table{
	border:1px solid #fff;
	background:transparent;
	width:100%;
}
th{
	border:1px solid #2f485c;
	font-weight:700;
	padding:10px 15px;
	color:#fff;
	font-size:14px;
	line-height:24px;
}
td{
	border:1px solid #2f485c;
	padding:10px 15px;
	vertical-align:top;
	font-weight:400;
	color:#fff;
	font-size:14px;
	line-height:24px;
}
hr{
	border:none;
	height:2px;
	width:100%;
	background:#fff;
	margin:15px auto;
	padding:0;
}
.container{
	width:1650px;
	max-width:100%;
}
.dropdown:hover > .dropdown-menu{
	display:block;
}
.z-index-3{
	position:relative;
	z-index:3;
}
/*buttons*/
.btn-primary{
	text-transform:uppercase;
	border:none;
	box-shadow:none !important;
	font-weight:700;
	font-size:14px;
	line-height:20px;
	color:#fff;
	padding:18px 65px 18px 20px;
	border-radius:28px;
	background:#ce172b url("assets/images/btn_arrow.png") center right 25px no-repeat;
	text-decoration:none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
	background:#ce172b url("assets/images/btn_arrow.png") center right 18px no-repeat;
	color:#fff;
	opacity:0.7;
}
/*section title*/
.section-title{
	position:relative;
	color:#ce172b;
	font-size:30px;
	line-height:36px;
	font-weight:700;
	margin:0 0 60px 0;
	padding-left:56px;
}
.section-title:before{
	content:'';
	position:absolute;
	left:4px;
	top:17px;
	width:36px;
	height:2px;
	background:#ce172b;
}
/*breadcrumbs*/
.breadcrumb{
	padding:0;
	border-radius:0;
	background:transparent;
	margin:30px 0;
	position:relative;
	z-index:2;
}
.breadcrumb li{
	text-transform:uppercase;
	font-size:14px;
	line-height:36px;
	font-weight:400;
	color:#828282;
}
.breadcrumb li:before{
	content:'/ ';
}
/*alerts*/
.alert{
	border-radius:0;
	margin-bottom:15px;
	padding:10px 20px;
	font-size:16px;
	line-height:28px;
	font-weight:400;
}
/*jezyki*/
.languages-box ul{
    display:flex;
	padding:0;
	margin:0;
	list-style-type:none;
}
.languages-box ul li{
    margin-left:5px;
}
/*page header*/
.page-header{
	background:#0e0e0e;
	position:fixed;
	left:0;
	right:0;
	top:0;
	z-index:5;
}
.page-header .first-line{
	text-align:right;
	margin-left:auto;
}
.page-header .first-line p{
	display:inline-block;
	margin:0;
	font-size:14px;
	line-height:28px;
	color:#e8e8ee;
}
.page-header .first-line p .phone-ico{
	display:inline-block;
	border-radius:50%;
	border:1px solid #595959;
	line-height:26px;
	width:28px;
	text-align:center;
	margin:0 5px;
	vertical-align:middle;
}
.page-header .first-line p .phone-ico svg{
	fill:#ce172b;
	width:14px;
}
.page-header .first-line p a{
	color:#e8e8ee;
	font-size:16px;
	font-weight:600;
	display:inline-block;
	vertical-align:middle;
}
.page-header .first-line p a:hover{
	text-decoration:none;
	color:#ce172b;
}
.page-header .first-line .languages-box{
	display:inline-block;
	margin-left:18px;
}
.page-header .navbar-main{
	padding:0;
}
.page-header .navbar-main .navbar-brand{
	padding:0;
	margin:-36px 20px 0 0;
	font-size:0;
	width:400px;
}
.page-header .navbar-main .navbar-brand svg{
	width:50%;
	display:inline-block;
	vertical-align:middle;
	fill:#e8e8ee;
}
.page-header .navbar-main .navbar-brand p{
	display:inline-block;
	vertical-align:middle;
	width:50%;
	margin:0;
	color:#ce172b;
	font-size:20px;
	line-height:21px;
	font-family:'Audiowide', cursive;
	text-transform:uppercase;
	font-style:italic;
}
.page-header .navbar-main .navbar-nav .nav-link{
	padding:10px 0;
	margin:0 20px;
	color:#fff;
	font-size:16px;
	line-height:20px;
	font-weight:600;
	text-transform:uppercase;
	text-decoration:none;
	position:relative;
}
.page-header .navbar-main .navbar-nav .nav-item:last-of-type .nav-link{
	margin-right:0;
}
.page-header .navbar-main .navbar-nav .nav-item.current-menu-item .nav-link,
.page-header .navbar-main .navbar-nav .nav-item.current-menu-ancestor .nav-link,
.page-header .navbar-main .navbar-nav .nav-item:hover .nav-link{
	color:#ed0d26;
}
.navbar-main .dropdown-toggle::after{
	display:none;
}
.navbar-nav .dropdown-menu{
	margin:0;
	border-radius:0;
	border:none;
	border-top:2px solid #c7172a;
	background:#121212;
	-webkit-box-shadow:-2px 4px 13px 0 rgba(0, 0, 0, 0.75);
	-moz-box-shadow:-2px 4px 13px 0 rgba(0, 0, 0, 0.75);
	box-shadow:-2px 4px 13px 0 rgba(0, 0, 0, 0.75);
	padding:0;
}
.navbar-nav .dropdown-menu a{
	padding:5px 25px;
	background:transparent;
	color:#fff;
	font-size:15px;
	line-height:26px;
	font-weight:400;
}
.navbar-nav .dropdown-menu a:hover{
	background:#262626;
}
/*animated logo*/
.animated-logo .top-containers{
	display:inline-block;
	text-align:center;
}
@keyframes opacity{
	from{
		opacity:0;
	}
	to{
		opacity:1;
	}
}
.animated-logo .top-containers svg{
	fill:#fff;
	display:block;
	opacity:0;
	animation:opacity 1s linear forwards;
}
.animated-logo .top-containers .top{
	height:150px;
	margin-left:-58px;
	animation-delay:1.5s;
}
.animated-logo .top-containers .bottom{
	height:130px;
	margin-top:-37px;
	animation-delay:1s;
}
.animated-logo .animated-title{
	text-align:center;
	margin:45px 0 30px 0;
}
.animated-logo .animated-title svg{
	display:inline-block;
	height:40px;
}
.animated-logo .animated-title svg path{
	stroke:#fff;
}
.animated-logo .animated-title svg.i{
	animation-delay:1.5s;
}
.animated-logo .animated-title svg.C{
	margin-left:-5px;
	animation-delay:1.6s;
}
.animated-logo .animated-title svg.O{
	margin-left:-5px;
	animation-delay:1.7s;
}
.animated-logo .animated-title svg.N{
	margin-left:-8px;
	animation-delay:1.8s;
}
.animated-logo .animated-title svg.T{
	margin-left:-2px;
	animation-delay:1.9s;
}
.animated-logo .animated-title svg.A{
	margin-left:-21px;
	animation-delay:2s;
}
.animated-logo .animated-title svg.I{
	margin-left:1px;
	animation-delay:2.1s;
}
.animated-logo .animated-title svg.N2{
	margin-left:-9px;
	animation-delay:2.2s;
}
.animated-logo .animated-title svg.E{
	margin-left:-10px;
	animation-delay:2.3s;
}
.animated-logo .animated-title svg.R{
	margin-left:-8px;
	animation-delay:2.4s;
}
.animated-logo .animated-title svg.S{
	margin-left:-3px;
	animation-delay:2.5s;
}
.animated-logo .animated-title svg.kropka{
	margin-left:-9px;
	animation-delay:2.6s;
	height:15px;
	vertical-align:bottom;
}
.animated-logo .animated-title svg.p{
	margin-left:-2px;
	animation-delay:2.7s;
}
.animated-logo .animated-title svg.l{
	margin-left:-7px;
	animation-delay:2.8s;
}
.animated-logo .animated-title svg.i path{
	animation-delay:1.5s;
}
.animated-logo .animated-title svg.C path{
	animation-delay:1.6s;
}
.animated-logo .animated-title svg.O path{
	animation-delay:1.7s;
}
.animated-logo .animated-title svg.N path{
	animation-delay:1.8s;
}
.animated-logo .animated-title svg.T path{
	animation-delay:1.9s;
}
.animated-logo .animated-title svg.A path{
	animation-delay:2s;
}
.animated-logo .animated-title svg.I path{
	animation-delay:2.1s;
}
.animated-logo .animated-title svg.N2 path{
	animation-delay:2.2s;
}
.animated-logo .animated-title svg.E path{
	animation-delay:2.3s;
}
.animated-logo .animated-title svg.R path{
	animation-delay:2.4s;
}
.animated-logo .animated-title svg.S path{
	animation-delay:2.5s;
}
.animated-logo .animated-title svg.kropka path{
	animation-delay:2.6s;
}
.animated-logo .animated-title svg.p path{
	animation-delay:2.7s;
}
.animated-logo .animated-title svg.l path{
	animation-delay:2.8s;
}
@keyframes dash{
	from{
		stroke-dashoffset:1000;
	}
	to{
		stroke-dashoffset:0;
	}
}
.animated-logo .animated-title svg path{
	stroke-dasharray:1000;
	stroke-dashoffset:1000;
	animation:dash 3s linear forwards;
}
@keyframes fill{
	from{
		fill:transparent;
	}
	to{
		fill:#fff;
	}
}
.animated-logo .animated-title svg{
	fill:transparent;
	animation:fill 1s linear forwards;
}
.homepage-slider .slide .text .inner h1{
	font-family: 'Audiowide', cursive;
	text-transform:uppercase;
	font-size:34px;
	font-style:italic;
}
/*homepage*/
.homepage-slider{
	position:relative;
}
.homepage-slider .scroll-down{
	position:absolute;
	left:-180px;
	bottom:240px;
	width:500px;
	text-align:right;
	color:#828282;
	font-weight:300;
	font-size:16px;
	line-height:20px;
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	z-index:2;
}
.homepage-slider .scroll-down:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:10px;
	height:1px;
	background:#828282;
	z-index:-1;
}
.homepage-slider .scroll-down span{
	display:inline-block;
	padding-left:17px;
	background:#000;
}
.homepage-slider:before{
	content:'';
	position:absolute;
	width:27vw;
	left:0;
	top:0;
	background:#0e0e0e;
	z-index:2;
}
.homepage-slider .slide{
	position:relative;
}
.homepage-slider .slide .bg{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	z-index:-1;
}
.homepage-slider .slide .bg.bg-video{
	text-align:center;
	opacity:0.6;
}
.homepage-slider .slide .text{
	min-height:870px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
}
.homepage-slider .slide .text .inner{
	text-align:center;
}
.homepage-slider .slick-dots{
	position:absolute;
	left:0;
	bottom:120px;
	padding:0;
	margin:0;
	list-style-type:none;
	text-align:center;
	font-size:0;
	line-height:0;
	z-index:2;
}
.homepage-slider .slick-dots li{
	display:inline-block;
	vertical-align:middle;
	font-size:0;
	line-height:0;
	margin-right:6px;
}
.homepage-slider .slick-dots li button{
	border:none;
	padding:0;
	margin:0;
	font-size:0;
	line-height:0;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#40484e;
}
.homepage-slider .slick-dots li.slick-active button{
	width:12px;
	height:12px;
	background:#fff;
}
.offer-section{
	position:relative;
	padding-top:65px;
}
.offer-section:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:-110px;
	background:url("assets/images/offer_section_before.webp") center no-repeat;
	height:512px;
	background-size:cover;
	z-index:-1;
}
.offer-section.no-bg:before{
	display:none;
}
.offer-section .offer-thumbs{
	position:relative;
	padding:100px 0;
}
.offer-section .offer-thumbs:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:27vw;
	background:#0c161e;
}
.offer-section .offer-thumbs .custom-padding{
	padding-left:90px;
}
.offer-section .offer-thumbs h3{
	color:#a4a4a4;
	font-size:22px;
	line-height:34px;
	font-weight:700;
	margin:0 0 15px 0;
}
.offer-section .offer-thumbs p{
	color:#a4a4a4;
	font-size:18px;
	line-height:34px;
	font-weight:300;
	margin:0;
}
.offer-section .offer-thumbs .slider{
	margin:0 -15px;
}
.offer-section .offer-thumbs .slide{
	padding:0 15px;
}
.offer-thumb{
	display:block;
	position:relative;
	text-decoration:none;
	overflow:hidden;
}
.offer-thumb .title{
	padding:25px;
	height:160px;
	color:#fff!important;
	font-size:22px;
	line-height:31px;
	font-weight:400!important;
	text-transform:uppercase;
	background:#0c161e;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	margin:0!important;

}
.offer-thumb .image{
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#fff;
	padding-top:100%;
	opacity:0.8;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.offer-thumb .show-ico{
	position:absolute;
	right:0;
	bottom:0;
	z-index:2;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.offer-thumb .show-ico:before{
	content:'+';
	color:#fff;
	font-size:30px;
	line-height:30px;
	font-weight:300;
	font-family:'Poppins', sans-serif;
	position:absolute;
	right:3px;
	bottom:-3px;
}
.offer-thumb .show-ico:after{
	content:'';
	position:absolute;
	background:#000;
	width:70px;
	height:70px;
	right:-37px;
	bottom:-37px;
	z-index:-1;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}
.offer-thumb:hover{
	text-decoration:none;
}
.offer-thumb:hover .title{
	background:#ce172b;
}
.offer-thumb:hover .image{
	opacity:1;
}
.offer-thumb:hover .show-ico{
	opacity:0;
}
.offer-thumb .hover-desc{
	background:#ce172b;
	color:#fff;
	font-size:18px;
	line-height:22px;
	padding:15px;
	position:absolute;
	left:0;
	right:0;
	top:160px;
	bottom:0;
	z-index:2;
	opacity:0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.offer-thumb:hover .hover-desc{
	opacity:1;
}
.logos-slider{
	padding-top:45px;
}
.logos-slider .section-title{
	margin-bottom:30px;
}
.logos-slider .slider .slide{
	text-align:center;
}
.logos-slider .slider .inner{
	background:#fff;
	width:calc(100% - 20px);
	margin:0 10px;
	padding:5px;
	min-height:94px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.logos-slider .slider img{
	display:block;
	margin:0 auto;
	max-height:84px;
}
.logos-slider .slick-arrow{
	position:absolute;
	top:calc(50% - 8px);
	border:none;
	padding:0;
	font-size:0;
	line-height:0;
	background:url("assets/images/slider_arrow.png") center no-repeat;
	height:16px;
	width:16px;
	z-index:2;
}
.logos-slider .slick-arrow.slick-prev{
	left:-15px;
}
.logos-slider .slick-arrow.slick-next{
	right:-15px;
	-webkit-transform:scaleX(-1);
	transform:scaleX(-1);
}
.homepage-about{
	padding-top:65px;
	position:relative;
}
.homepage-about:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	background:url("assets/images/bg_laser.webp") top -250px center no-repeat;
	height:712px;
	background-size:cover;
	bottom:-240px;
	z-index:-1;
}
.homepage-about .section-title{
	margin-bottom:20px;
}
.homepage-about .custom-padding{
	padding-left:90px;
}
.homepage-about h3{
	color:#e8e8ee;
	font-size:39px;
	line-height:48px;
	font-weight:700;
	margin:0 0 20px 0;
}
.homepage-about p{
	color:#a4a4a4;
	font-size:22px;
	line-height:34px;
	font-weight:300;
	margin:0;
}
.homepage-about .icon{
	display:inline-block;
	vertical-align:middle;
	margin-bottom:20px;
}
.homepage-about .icon svg{
	height:64px;
	fill:#ce172b;
	display:block;
	margin:0 auto 15px auto;
}
.homepage-about .icon p{
	color:#fff;
	font-size:19px;
	line-height:24px;
	font-weight:500;
	margin:0;
}
.homepage-about .icon:nth-child(2){
	margin:0 50px 20px 50px;
}
.about-containers{
	padding-top:130px;
	padding-bottom:60px;
	background:-moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(182, 185, 187, 0) 30%, rgba(12, 21, 29, 1) 100%);
	background:-webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(182, 185, 187, 0) 30%, rgba(12, 21, 29, 1) 100%);
	background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(182, 185, 187, 0) 30%, rgba(12, 21, 29, 1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#0c151d', GradientType=0);
}
.about-containers .title{
	text-align:center;
	position:relative;
	color:#fff;
	font-size:19px;
	line-height:24px;
	font-weight:500;
	margin:0 0 60px 0;
}
.about-containers .title:before{
	content:'';
	position:absolute;
	left:75px;
	right:75px;
	height:1px;
	top:50%;
	background:#797979;
	z-index:-1;
}
.about-containers .title span{
	width:260px;
	padding:0 50px;
	background:#0e0e0e;
	display:inline-block;
	position:relative;
}
.about-containers .title span:before{
	content:'';
	background:url("assets/images/arrow_down.png") center no-repeat;
	width:17px;
	height:10px;
	position:absolute;
	bottom:-30px;
	left:calc(50% - 7px);
}
.about-containers .container-image{
	padding:50px 10vw;
	background:url("assets/images/container_bg.png") center no-repeat;
	position:relative;
}
.about-containers .container-image .pin{
	width:14px;
	height:14px;
	border-radius:50%;
	background:#ce172b;
	position:absolute;
	animation:pulse 2s infinite;
}
.about-containers .container-image .pin.pin-1{
	left:47%;
	top:15%;
}
.about-containers .container-image .pin.pin-2{
	left:61%;
	top:20%;
}
.about-containers .container-image .pin.pin-3{
	left:38%;
	top:59%;
}
.about-containers .container-image .pin.pin-4{
	left:calc(50% + 10px);
	top:54%;
}
@-webkit-keyframes pulse{
	0%{
		-webkit-box-shadow:0 0 0 0 rgba(206, 23, 43, 0.5);
	}
	70%{
		-webkit-box-shadow:0 0 0 30px rgba(206, 23, 43, 0);
	}
	100%{
		-webkit-box-shadow:0 0 0 0 rgba(206, 23, 43, 0);
	}
}
@keyframes pulse{
	0%{
		-moz-box-shadow:0 0 0 0 rgba(206, 23, 43, 0.5);
		box-shadow:0 0 0 0 rgba(206, 23, 43, 0.5);
	}
	70%{
		-moz-box-shadow:0 0 0 30px rgba(206, 23, 43, 0);
		box-shadow:0 0 0 30px rgba(206, 23, 43, 0);
	}
	100%{
		-moz-box-shadow:0 0 0 0 rgba(206, 23, 43, 0);
		box-shadow:0 0 0 0 rgba(206, 23, 43, 0);
	}
}
.about-containers .container-image .desc{
	padding:60px 0 30px 0;
}
.about-containers .container-image .desc.bordered{
	border-bottom:1px solid #797a7a;
}
.about-containers .container-image .desc h6{
	color:#fff;
	font-size:22px;
	line-height:48px;
	font-weight:500;
	margin:0 0 20px 0;
}
.about-containers .container-image .desc p{
	color:#a4a4a4;
	font-size:17px;
	line-height:27px;
	font-weight:300;
	margin:0;
}
.homepage-map{
	background:#000;
	position:relative;
	overflow:hidden;
}
.homepage-map .map-pins{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:2;
}
.homepage-map img{
	display:block;
	margin:0 auto;
}
.contact-section{
	position:relative;
}
.contact-section .contact-bg{
	background:url("assets/images/contactt_bg.webp") top center no-repeat;
	background-size:cover;
	padding-top:45px;
	padding-bottom:30px;
}
.contact-section .contact-bg svg{
	fill:#fff;
	width:640px;
	max-width:100%;
	display:block;
	margin:20px auto;
}
.contact-section .contact-bg h6{
	text-align:center;
	color:#fff;
	font-size:40px;
	line-height:42px;
	margin:0 0 50px 0;
	font-weight:300;
}
.contact-section .contact-adress{
	text-align:center;
}
.contact-section .contact-adress p{
	display:inline-block;
	vertical-align:middle;
	border-right:1px solid #eeeeee;
	margin:0 30px 0 0;
	font-size:17px;
	line-height:20px;
	font-weight:700;
	color:#fff;
	padding:15px;
	text-align:right;
}
.contact-section .contact-adress p b{
	display:block;
	font-size:26px;
	text-transform:uppercase;
	line-height:30px;
	margin-bottom:10px;
}
.contact-section .contact-adress a{
	display:inline-block;
	vertical-align:middle;
	font-weight:700;
	font-size:34px;
	line-height:36px;
	color:#fff;
}
.contact-section .contact-adress a svg{
	height:32px;
	width:auto;
	margin:0 5px 2px 0;
	fill:#ce172b;
	display:inline-block;
	vertical-align:middle;
}
.contact-section .contact-adress a:hover{
	text-decoration:none;
	color:#ce172b;
}
.contact-section .finances p{
	font-weight:700;
	font-size:17px;
	line-height:20px;
	color:#fff;
	letter-spacing:1px;
	margin:0 0 10px 0;
}
.contact-section .right-title{
	position:absolute;
	right:-180px;
	bottom:240px;
	width:500px;
	text-transform:uppercase;
	text-align:right;
	color:#fff;
	font-weight:300;
	font-size:16px;
	line-height:20px;
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	z-index:2;
}
.contact-section .right-title:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:10px;
	height:1px;
	background:#fff;
	z-index:-1;
}
.contact-section .right-title span{
	display:inline-block;
	padding-left:17px;
	background:#000;
}
/*subpages*/
.about-images{
	display:block;
	position:relative;
	width:100%;
	text-align:center;
	padding-bottom:175px;
	overflow:hidden;
}
.about-images .image{
	display:inline-block;
	-webkit-box-shadow:-2px 4px 30px 0 rgba(0, 0, 0, 0.75);
	-moz-box-shadow:-2px 4px 30px 0 rgba(0, 0, 0, 0.75);
	box-shadow:-2px 4px 30px 0 rgba(0, 0, 0, 0.75);
}
.about-images .image.img-1{
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
.about-images .image.img-2{
	margin:60px 0 70px 0;
}
.about-images .image.img-3{
	position:absolute;
	right:0;
	top:315px;
	z-index:2;
}
.about-images .image.img-5{
	position:absolute;
	left:160px;
	bottom:0;
	z-index:2;
}
.subpage-content h1{
	color:#fff;
	font-size:39px;
	line-height:48px;
	font-weight:700;
	margin:0 0 45px 0;
}
.subpage-content .tags{
	margin:25px 0 50px 0;
	color:#757575;
	font-size:18px;
	line-height:28px;
	font-style:italic;
	font-weight:400;
}
.why-section{
	background:#0c161e;
	padding:40px 0 60px 0;
}
.why-section h2{
	color:#fff;
	font-size:39px;
	line-height:48px;
	font-weight:700;
	margin:0 0 15px 0;
}
.why-section p{
	margin-bottom:60px;
}
.why-section .icon{
	display:inline-block;
	text-align:left;
}
.why-section .icon svg{
	display:inline-block;
	vertical-align:middle;
	fill:#ce172b;
	height:64px;
	width:64px;
	margin-right:25px;
}
.why-section .icon p{
	margin:0;
	width:calc(100% - 95px);
	display:inline-block;
	vertical-align:middle;
	font-size:19px;
	line-height:24px;
	color:#a4a4a4;
	font-weight:500;
}
.sidebar-menu{
	list-style-type:none;
	padding:0;
}
.sidebar-menu li{
	margin:10px 0;
}
.sidebar-menu li a{
	position:relative;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	font-size:19px;
	line-height:31px;
	padding-left:22px;
}
.sidebar-menu li a:before{
	content:'';
	background:url("assets/images/sidebar_menu_arrow.png") center no-repeat;
	width:5px;
	height:3px;
	position:absolute;
	left:0;
	top:12px;
}
.sidebar-menu li.current-menu-item a,
.sidebar-menu li.active a,
.sidebar-menu li a:hover{
	text-decoration:none;
	color:#ed0d26;
}
.sidebar-menu li.current-menu-item a:before,
.sidebar-menu li.active a:before,
.sidebar-menu li a:hover:before{
	background:url("assets/images/sidebar_menu_arrow_hover.png") center no-repeat;
}
.sidebar-menu li.current-menu-item a,
.sidebar-menu li.active a{
	padding-left:40px;
}
.sidebar-menu li.current-menu-item a:before,
.sidebar-menu li.active a:before{
	left:20px;
}
.container-subpage{
	position:relative;
}
.container-subpage .bg{
	position:absolute;
	right:0;
	top:-96px;
	bottom:0;
	width:20vw;
	background-position:right bottom 30px;
	background-repeat:no-repeat;
	background-color:#0c161e;
	background-size:contain;
}
.container-subpage .container-section{
	position:relative;
	padding:0 80px 55px 80px;
}
.container-subpage .container-section .cbg{
	position:absolute;
	left:0;
	right:-50px;
	top:-96px;
	bottom:0;
	background-color:#0c161e;
	background-repeat:no-repeat;
	background-position:bottom right;
	z-index:-1;
}
.container-subpage .container-section h2{
	color:#fff;
	font-size:30px;
	line-height:48px;
	font-weight:700;
	margin-bottom:30px;
}
.container-subpage .container-section h2 img{
	margin-right:10px;
}
.container-subpage .container-section h2 svg{
	height:44px;
	fill:#ed0d26;
	margin-right:10px;
}
.download-link{
	display:block;
	width:450px;
	max-width:100%;
	border:1px solid #595958;
	padding:10px 22px;
	color:#a4a4a4;
	font-size:18px;
	line-height:36px;
	font-weight:400;
}
.download-link svg{
	height:44px;
	fill:#a4a4a4;
}
.download-link span{
	margin:0 25px;
}
.download-link:hover{
	text-decoration:none;
	border-color:#ce172b;
}
.container-subpage .contact-box{
	margin:50px 0;
	border-top:1px solid #2f485c;
	border-bottom:1px solid #2f485c;
	padding:30px 0;
}
.container-subpage .contact-box svg{
	height:66px;
	fill:#ce172b;
	display:inline-block;
	vertical-align:middle;
	margin-right:25px;
}
.container-subpage .contact-box p{
	display:inline-block;
	vertical-align:middle;
	margin:0;
	font-size:19px;
	line-height:36px;
	color:#fff;
	font-weight:400;
}
.container-subpage .contact-box p a{
	font-weight:600;
	color:#fff;
}
.container-subpage .contact-box p a:hover{
	color:#ce172b;
	text-decoration:none;
}
.gallery-offer .offer-thumb .title{
	position:absolute;
	top:0;
	left:0;
	right:0;
	opacity:0;
	z-index:2;
}
.gallery-offer .offer-thumb:hover .title{
	opacity:1;
}
.gallery-offer .offer-thumb .image{
	padding-top:167%;
	background-size:cover;
}
.gallery-offer .offer-thumb .show-ico:before{
	content:'';
	background:url("assets/images/zoom_ico.png") center no-repeat;
	width:19px;
	height:19px;
	bottom:3px;
}
.gallery-offer .offer-thumb .show-ico{
	opacity:0;
}
.gallery-offer .offer-thumb:hover .show-ico{
	opacity:1;
}
.rea-page{
	position:relative;
	min-height:700px;
}
.realizations-box .slide{
	position:relative;
	min-height:600px;
}
.realizations-box .slide .image{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background-size:cover;
}
.realizations-box .slick-arrow{
	position:absolute;
	z-index:2;
	bottom:30px;
	width:200px;
}
.realizations-box .slick-arrow.slick-prev{
	right:294px;
	background:#ce172b url(assets/images/prev_arrow.png) center left 25px no-repeat;
	padding:18px 20px 18px 65px;
}
.realizations-box .slick-arrow.slick-next{
	right:24px;
}
.realizations-box .zoom{
	background:#03070a url("assets/images/zoom_ico.png") center no-repeat;
	width:56px;
	height:56px;
	border-radius:50%;
	position:absolute;
	bottom:30px;
	right:232px;
}
.realizations-box .zoom:hover{
	opacity:0.7;
}
.lightbox-link{
	position:relative;
	display:inline-block;
}
.lightbox-link .zoom{
	background:#03070a url("assets/images/zoom_ico.png") center no-repeat;
	width:56px;
	height:56px;
	border-radius:50%;
	position:absolute;
	top:40px;
	right:40px;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.lightbox-link:hover .zoom{
	opacity:0.7;
}
.park-page{
	position:relative;
}
.park-page:before{
	content:'';
	background:#0c161e;
	position:absolute;
	left:0;
	right:0;
	top:-96px;
	bottom:100px;
}
.items-section{
	padding:60px 0;
}
.card{
	border:none;
	border-radius:0;
	background:transparent;
}
.accordion > .card > .card-header{
	margin:0;
	padding:0;
}
.accordion > .card > .card-header .btn.collapsed{
	border-bottom:1px solid #828282;
	font-size:22px;
	line-height:48px;
}
.accordion > .card > .card-header .btn{
	padding:5px 0;
	font-size:39px;
	line-height:48px;
	color:#e8e8ee;
	font-weight:700;
	text-decoration:none;
	position:relative;
	border:none;
	height:auto;
	border-radius:0;
}
.accordion > .card > .card-header .btn:after{
	content:'';
	background:url("assets/images/arrow_down_red.png") center no-repeat;
	width:15px;
	height:8px;
	position:absolute;
	right:30px;
	top:calc(50% - 4px);
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	display:none;
}
.accordion > .card > .card-header .btn.collapsed:after{
	transform:none;
	display:block;
}
.accordion > .card{
	overflow:initial;
	position:relative;
}
.accordion > .card:before{
	content:'';
	background:#0c161e;
	position:absolute;
	left:-1000%;
	right:-1000%;
	top:0;
	bottom:100px;
	opacity:0;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.accordion > .card.active:before{
	opacity:1;
}
.accordion > .card.active > .card-header .btn{
	padding-top:45px;
}
.card-body{
	padding:30px 0 0 0;
}
.reference-page{
	padding-bottom:60px;
}
.reference-page:before{
	bottom:0;
}
.reference{
	display:block;
	position:relative;
	margin-bottom:30px;
	overflow:hidden;
}
.reference p{
	color:#fff;
	font-size:19px;
	line-height:36px;
	font-weight:700;
	margin:0;
	height:72px;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.reference .image{
	background-position:center;
	background-repeat:no-repeat;
	background-color:#fff;
	padding-top:55%;
	position:relative;
	overflow:hidden;
}
.reference .quote{
	background:#fff url("assets/images/quote.jpg") left 10px top no-repeat;
	font-style:italic;
	font-weight:400;
	font-size:16px;
	line-height:24px;
	color:#0e0e0e;
	padding:0 30px 15px 30px;
	display:flex;
	align-items:center;
	justify-content:center;
	height:159px;
}
.reference .quote span{
	max-height:120px;
	overflow:hidden;
}
.reference .show-ico{
	position:absolute;
	right:0;
	bottom:0;
	z-index:2;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	opacity:0;
}
.reference .show-ico:before{
	content:'';
	background:url("assets/images/zoom_ico.png") center no-repeat;
	width:19px;
	height:19px;
	bottom:3px;
	right:3px;
	position:absolute;
}
.reference .show-ico:after{
	content:'';
	position:absolute;
	background:#000;
	width:70px;
	height:70px;
	right:-37px;
	bottom:-37px;
	z-index:-1;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}
.reference:hover .show-ico{
	opacity:1;
}
.reference:hover{
	text-decoration:none;
}
.reference:hover p{
	color:#ed0d26;
}
.sidebar p a{
	color:#fff;
}
.sidebar p a:hover{
	text-decoration:none;
	color:#ce172b;
}
.contact-page{
	position:relative;
	min-height:800px;
}
.contact-page .contact-page-content{
	position:absolute;
	right:0;
	top:-96px;
	bottom:0;
	left:30vw;
	background:#0c161e;
	padding:96px 150px 50px 130px;
}
.form-control{
	border-radius:0;
	box-shadow:none !important;
	border:1px solid #50616f;
	color:#fff;
	font-size:16px;
	line-height:28px;
	font-weight:400;
	background:transparent !important;
	margin-bottom:15px;
	padding:10px 20px;
	height:auto;
}
.form-control.form-error{
	border-color:#f00;
}
.g-recaptcha{
	transform:scale(0.77);
	-webkit-transform:scale(0.77);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}
#gmap{
	height:625px;
}
.contact-page .contact-page-content h2{
	margin-bottom:50px;
}
.contact-page .contact-page-content p{
	color:#a4a4a4;
	font-size:16px;
	line-height:36px;
	margin:0 0 30px 0;
}
.contact-page .contact-page-content p:last-of-type{
	margin:0;
}
.contact-page .contact-page-content .bordered{
	position:relative;
	padding-right:85px;
}
.contact-page .contact-page-content .bordered:after{
	content:'';
	position:absolute;
	right:33px;
	top:0;
	bottom:0;
	width:1px;
	background:#516371;
}
.lb-data .lb-number{
	display:none !important;
}
.lightbox .lb-image{
	border:none;
	border-radius:0;
}
.lightboxOverlay{
	max-width:100%;
	max-height:100%;
}
img.aligncenter{
	margin:0 auto;
	display:block;
}
img.alignleft{
	float:left;
}
img.alignright{
	float:right;
}
.gallery-thumb{
	display:block;
	margin:0 5px;
}
.gallery-thumb .image{
	padding-top:100%;
	width:100%;
	display:block;
	background-size:cover;
	background-position:center;
	position:relative;
}
.gallery-thumb .image svg{
	width:30px;
	height:30px;
	position:absolute;
	left:calc(50% - 15px);
	top:calc(50% - 15px);
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	opacity:0;
}
.gallery-thumb:hover{
	opacity:0.7;
}
.gallery-thumb:hover .image svg{
	opacity:1;
}
.rea-modal .slick-arrow,
.gallery-slider .slick-arrow{
	position:absolute;
	top:calc(50% - 22px);
	border:none;
	width:50px;
	height:45px;
	font-size:0;
	line-height:0;
	padding:0;
	z-index:2;
}
.rea-modal .slick-arrow.slick-prev,
.gallery-slider .slick-arrow.slick-prev{
	background:transparent url("assets/images/prev.png") center no-repeat;
	left:-70px;
}
.rea-modal .slick-arrow.slick-next,
.gallery-slider .slick-arrow.slick-next{
	background:transparent url("assets/images/next.png") center no-repeat;
	right:-70px;
}
.gallery-slider .slick-arrow.slick-disabled{
	display:none;
}
.rea-modal .slick-arrow:hover,
.gallery-slider .slick-arrow:hover{
	opacity:0.7;
}

.rea-row h2{
	font-weight:400;
	font-size:26px;
}
.rea-row .rea-thumb{
	margin-bottom:30px;
	display:block;
	cursor:pointer;
	position:relative;
}
.rea-row .rea-thumb:hover{
	opacity:0.7;
}
.rea-row .rea-thumb .image{
	margin-bottom:10px;
	padding-top:100%;
	background-position:center;
	background-size:cover;
}
.rea-row .rea-thumb h3{
	text-align:center;
	font-size: 20px;
	line-height: 24px;
	text-transform:uppercase;
	color:#fff;
	margin:0;
}
.rea-modal .modal-body .loc,
.rea-row .rea-thumb p{
	text-align:center;
	font-size: 16px;
	line-height: 20px;
	text-transform:uppercase;
	color:#6c757d;
	margin:0;
}

.rea-modal{
	background:#0e0e0e;
}
.rea-modal .modal-dialog{
	width:1650px;
	padding:30px 15px;
	max-width:100%;
	margin:0 auto;
}
.rea-modal .modal-content{
	padding:0;
	background:transparent;
	border:none;
}
.rea-modal .modal-body{
	padding:0;
}
.rea-modal .modal-body *{
	color:#fff;
}
.rea-modal .modal-header{
	border:none;
	padding:0;
	margin-bottom:50px;
}
.rea-modal .modal-body h3{
	margin:0;
	font-size:36px;
	line-height:40px;
}
.rea-modal .modal-body .loc{
	text-align:left;
	margin-bottom:30px;
}

.rea-modal .modal-header .navbar-brand {
	padding: 0;
	margin: -36px 20px 0 0;
	font-size: 0;
	width: 400px;
}
.rea-modal .modal-header .navbar-brand svg {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	fill: #e8e8ee;
}
.rea-modal .modal-header .navbar-brand p {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	margin: 0;
	color: #ce172b;
	font-size: 20px;
	line-height: 21px;
	font-family: audiowide,cursive;
	text-transform: uppercase;
	font-style: italic;
}
.faq-section{
	padding:50px 0;
}
.faq-section .collapse-opener{
	color:#ce172b;
	padding-left:30px;
	text-transform:uppercase;
	font-size:20px;
	line-height:22px;
	display:block;
	position:relative;
	margin-bottom:15px;
}
.faq-section .collapse-opener.collapsed{
	color:#fff;
}
.faq-section .collapse-opener:before{
	content:'';
	width:16px;
	height:1px;
	background:#ce172b;
	position:absolute;
	left:0;
	top:10px;
}
.faq-section .collapse-opener:after{
	content:'';
	height:16px;
	width:1px;
	background:#ce172b;
	position:absolute;
	left:8px;
	top:2px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	opacity:0;
}
.faq-section .collapse-opener.collapsed:after{
	opacity:1;
}
.faq-section .collapse-opener:hover{
	text-decoration:none;
	color:#ce172b;
}
.faq-section .card-body{
	padding:0 0 15px 30px;
}
.homepage-map .tooltips{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:5;
}
.homepage-map .tooltips .ttp{
	position:absolute;
	width: 40px;
	height: 40px;
	left:0;
	top:0;
}
.homepage-map .tooltips .ttp span{
	background:#0e0e0e;
	border-radius:3px;
	padding:3px 5px;
	color:#fff;
	font-size:16px;
	line-height:20px;
	position:absolute;
	opacity:0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	width:100px;
	left:calc(50% - 50px);
	top:-29px;
	text-align:center;
}
.homepage-map .tooltips .ttp:hover span{
	opacity:1;
}
.homepage-map .tooltips .szczecin{
	left: calc(41% + 6px);
	top: calc(35% + 6px);
}
.homepage-map .tooltips .koszalin{
	left: calc(43% + 6px);
	top: calc(32% + 6px);
}
.homepage-map .tooltips .gdansk{
	left: calc(46% + 6px);
	top: calc(30% + 6px);
}
.homepage-map .tooltips .olsztyn{
	left: calc(50% + 6px);
	top: calc(34% + 6px);
}
.homepage-map .tooltips .bialystok{
	left: calc(54% + 6px);
	top: calc(39% + 6px);
}
.homepage-map .tooltips .zielonagora{
	left: calc(41% + 6px);
	top: calc(43% + 6px);
}
.homepage-map .tooltips .poznan{
	left: calc(44% + 6px);
	top: calc(42% + 6px);
}
.homepage-map .tooltips .bydgoszcz{
	left: calc(46% + 6px);
	top: calc(40% + 6px);
}
.homepage-map .tooltips .warszawa{
	left: calc(51% + 6px);
	top: calc(43% + 6px);
}
.homepage-map .tooltips .wroclaw{
	left: calc(43% + 6px);
	top: calc(50% + 6px);
}
.homepage-map .tooltips .lodz{
	left: calc(49% + 6px);
	top: calc(48% + 6px);
}
.homepage-map .tooltips .kielce{
	left: calc(51% + 6px);
	top: calc(51% + 6px);
}
.homepage-map .tooltips .lublin{
	left: calc(54% + 6px);
	top: calc(49% + 6px);
}
.homepage-map .tooltips .opole{
	left: calc(47% + 6px);
	top: calc(54% + 6px);
}
.homepage-map .tooltips .katowice{
	left: calc(49% + 6px);
	top: calc(53% + 6px);
}
.homepage-map .tooltips .krakow{
	left: calc(51% + 6px);
	top: calc(56% + 6px);
}
.homepage-map .tooltips .rzeszow{
	left: calc(54% + 6px);
	top: calc(54% + 6px);
}
/*page footer*/
.page-footer{
	padding:30px 0;
	position:relative;
}
.page-footer ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.page-footer ul li{
	display:inline-block;
	vertical-align:middle;
	margin:0 30px 15px 0;
}
.page-footer ul li a{
	text-transform:uppercase;
	color:#626262;
	font-size:14px;
	line-height:22px;
	font-weight:700;
}
.page-footer ul li a:hover{
	text-decoration:none;
	color:#fff;
}
.page-footer p{
	color:#818181;
	font-weight:300;
	font-size:13px;
	line-height:22px;
	margin:0 0 5px 0;
}
.page-footer p:last-of-type{
	margin:0;
}
.page-footer p a{
	color:#818181;
}
.page-footer p a:hover{
	color:#fff;
	text-decoration:none;
}
.page-footer p b{
	font-weight:500;
	text-transform:uppercase;
}
.page-footer .to-top{
	background:url("assets/images/to_top.png") center no-repeat;
	width:39px;
	height:21px;
	position:absolute;
	right:100px;
	top:calc(50% - 10px);
}
.page-footer .to-top:hover{
	opacity:0.7;
}
.page-footer .social-media{
	text-align:right;
}
.page-footer .social-media a{
	display:inline-block;
	text-decoration:none;
	margin-left:5px;
}
.page-footer .social-media a:hover{
	opacity:0.7;
}
.page-footer .social-media svg{
	width:46px;
	height:46px;
}
/*cookies*/
#cookies-message{
	padding:30px;
	font-size:16px;
	line-height:22px !important;
	text-align:left;
	position:fixed;
	bottom:0;
	right:0;
	background:#0c0d0e;
	width:400px;
	z-index:97;
	color:#fff;
}
#accept-cookies-checkbox{
	background-color:#ce172b;
	padding:10px;
	line-height:30px;
	color:#fff;
	display:inline-block;
	text-decoration:none;
	cursor:pointer;
	text-transform:uppercase;
	position:absolute;
	left:-50px;
	top:-10px;
	font-weight:300;
	font-size:25px;
	width:50px;
	height:50px;
	text-align:center;
}
/*mobile*/
@media (max-width:767px){
	.container-subpage .bg,
	.contact-page .contact-page-content .bordered:after,
	.contact-section .right-title,
	.homepage-slider .scroll-down,
	.homepage-slider:before,
	.offer-section .offer-thumbs:before{
		display:none;
	}
	.page-header{
		padding-bottom:10px;
	}
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before,
	.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before{
		background:#fff;
	}
	.page-header .navbar-main .navbar-brand p{
		font-size:13px;
		line-height:16px;
	}
	.page-header .navbar-main .navbar-brand{
		margin-top:0;
	}
	.page-header .first-line{
		margin-bottom:10px;
	}
	.page-header .first-line p{
		font-size:0;
		vertical-align:middle;
	}
	.page-header .first-line p a{
		font-size:14px;
	}
	.page-header .navbar-main .navbar-brand svg{
		width:40%;
	}
	.navbar-toggler{
		position:absolute;
		right:10px;
		top:10px;
		padding:0;
	}
	.page-header .navbar-main .navbar-nav .nav-link{
		text-align:center;
	}
	.page-header .navbar-main .navbar-nav .nav-item:last-of-type .nav-link{
		margin-right:20px;
	}
	.homepage-slider .slick-dots{
		right:0;
		bottom:30px;
		text-align:center;
	}
	.homepage-slider .slide .text{
		min-height:540px;
	}
	.homepage-about h3{
		font-size:25px;
		line-height:35px;
	}
	.offer-section .offer-thumbs .custom-padding{
		padding-left:15px;
	}
	.offer-section .offer-thumbs{
		padding:30px 0;
	}
	.offer-section .offer-thumbs p,
	.offer-thumb{
		margin-bottom:15px;
	}
	.logos-slider .slick-arrow.slick-next{
		right:-10px;
	}
	.logos-slider .slick-arrow.slick-prev{
		left:-10px;
	}
	.homepage-about .custom-padding{
		padding-left:15px;
	}
	.homepage-about p{
		margin-bottom:15px;
	}
	.contact-section .contact-bg h6{
		font-size:25px;
		line-height:37px;
	}
	.contact-section .contact-adress a{
		font-size:20px;
	}
	.contact-section .contact-adress p{
		margin-right:15px;
		padding-left:0;
		font-size:15px;
	}
	.contact-section .contact-adress p b{
		font-size:20px;
	}
	.contact-section .finances p{
		margin-top:15px;
	}
	.page-footer ul{
		text-align:center;
		margin-bottom:15px;
	}
	.page-footer ul li{
		margin:10px;
		line-height:22px;
	}
	.page-footer p{
		text-align:center;
	}
	.page-footer .to-top{
		right:15px;
		bottom:30px;
		top:initial;
	}
	.contact-page .contact-page-content{
		position:initial;
		padding:30px 15px;
	}
	.contact-page .contact-page-content .bordered{
		padding-right:15px;
	}
	.container-subpage .container-section{
		padding:0 15px 30px 15px;
		margin-top:90px;
	}
	.container-subpage{
		overflow:hidden;
	}
	.download-link span{
		margin:0 10px;
	}
	.container-subpage .container-section .cbg{
		left:-15px;
	}
	.why-section .icon{
		margin-bottom:30px;
	}
	.accordion > .card > .card-header .btn{
		padding-right:30px;
	}
	.accordion > .card > .card-header .btn:after{
		right:15px;
	}
	.realizations-box .slick-arrow.slick-prev{
		bottom:100px;
	}
	.realizations-box .slick-arrow{
		left:calc(50% - 100px);
		right:initial;
	}
	.realizations-box .zoom{
		left:calc(50% - 28px);
		right:initial;
		bottom:200px;
	}
	#cookies-message{
		width:100%;
	}
	#accept-cookies-checkbox{
		left:0;
		top:-25px;
	}
	.homepage-about .icon:nth-child(2){
		margin:0 0 20px 0;
	}
	.homepage-about .icon{
		margin:0 10px 20px 10px;
	}
	.about-containers .container-image{
		background:url("assets/images/mobile_container.png") center no-repeat;
		background-size:contain;
	}
	.animated-logo .top-containers .bottom{
		height:74px;
		margin-top:-20px;
	}
	.animated-logo .top-containers .top{
		height:84px;
		margin-left:-33px;
	}
	.animated-logo .animated-title svg{
		height:16px;
	}
	.animated-logo .animated-title svg.T{
		margin-left:-5px;
	}
	.animated-logo .animated-title svg.A{
		margin-left:-14px;
	}
	.animated-logo .animated-title svg.I{
		margin-left:-4px;
	}
	.animated-logo .animated-title svg.kropka{
		height:8px;
		margin-bottom:9px;
		margin-left:-6px;
	}
	.about-images .image.img-1{
		width:50%;
	}
	.about-containers .container-image .pin{
		display:none;
	}
	.homepage-map img{
		max-width:300%;
		margin:0 0 0 -90%;
	}
	.navbar-nav .dropdown-menu a{
		text-align:center;
	}
	.page-footer .social-media{
		text-align:center;
		margin-top:15px;
	}
	td{
		font-size:12px;
		padding:5px;
	}
	.gallery-slider .slick-arrow.slick-prev{
		left:0;
	}
	.gallery-slider .slick-arrow.slick-next{
		right:0;
	}
}
@media (max-width:991px) and (min-width:768px){
	.container-subpage .bg,
	.contact-page .contact-page-content .bordered:after,
	.contact-section .right-title,
	.homepage-slider .scroll-down,
	.homepage-slider:before,
	.offer-section .offer-thumbs:before{
		display:none;
	}
	.page-header{
		padding-bottom:10px;
	}
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before,
	.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before{
		background:#fff;
	}
	.page-header .first-line{
		margin-bottom:10px;
	}
	.navbar-toggler{
		position:absolute;
		right:10px;
		top:34px;
		padding:0;
	}
	.page-header .navbar-main .navbar-nav .nav-link{
		text-align:center;
	}
	.page-header .navbar-main .navbar-nav .nav-item:last-of-type .nav-link{
		margin-right:20px;
	}
	.homepage-slider .slick-dots{
		right:0;
		bottom:30px;
		text-align:center;
	}
	.offer-section .offer-thumbs{
		padding:30px 0;
	}
	.offer-section .offer-thumbs .custom-padding{
		padding-left:15px;
		margin-bottom:30px;
	}
	.offer-thumb,
	.homepage-about p{
		margin-bottom:30px;
	}
	.contact-section .finances{
		text-align:center;
		margin-top:30px;
	}
	.contact-page .contact-page-content{
		position:initial;
		padding:30px 15px;
	}
	.contact-page .contact-page-content .bordered{
		padding-right:15px;
	}
	.container-subpage .container-section{
		padding:0 15px 30px 15px;
		margin-top:90px;
	}
	.container-subpage{
		overflow:hidden;
	}
	.download-link span{
		margin:0 10px;
	}
	.container-subpage .container-section .cbg{
		left:-15px;
	}
	.why-section .icon{
		margin-bottom:30px;
	}
	.about-containers .container-image{
		background:url("assets/images/mobile_container.png") center no-repeat;
		background-size:contain;
	}
	.about-containers .container-image .pin{
		display:none;
	}
	.homepage-map img{
		max-width:300%;
		margin:0 0 0 -90%;
	}
	.navbar-nav .dropdown-menu a{
		text-align:center;
	}
	.page-footer .social-media{
		text-align:left;
		margin-top:15px;
	}
	.gallery-slider .slick-arrow.slick-prev{
		left:0;
	}
	.gallery-slider .slick-arrow.slick-next{
		right:0;
	}
}
@media (max-width:1199px) and (min-width:992px){
	.contact-section .right-title{
		display:none;
	}
	.page-header .navbar-main .navbar-brand p{
		font-size:14px;
		line-height:18px;
	}
	.page-header .navbar-main .navbar-nav .nav-link{
		margin:0 10px;
	}
	.page-header .navbar-main .navbar-brand{
		width:250px;
	}
	.homepage-slider:before{
		width:15vw;
	}
	.homepage-slider .slick-dots{
		right:0;
		bottom:30px;
		text-align:center;
	}
	.offer-thumb{
		margin-bottom:30px;
	}
	.homepage-about .icon:nth-child(2){
		margin:0 40px 20px 40px;
	}
	.contact-page .contact-page-content{
		position:initial;
		padding:30px 15px;
	}
	.container-subpage .container-section .cbg{
		right:-100px;
	}
	.container-subpage .container-section{
		padding:0 0 30px 30px;
	}
	.why-section .icon{
		margin-bottom:30px;
	}
	.page-footer .to-top{
		right:15px;
	}
	.gallery-slider .slick-arrow.slick-prev{
		left:0;
	}
	.gallery-slider .slick-arrow.slick-next{
		right:0;
	}
}
@media (max-width:1299px) and (min-width:1200px){
	.page-header .navbar-main .navbar-nav .nav-link{
		margin:0 12px;
	}
	.offer-section .offer-thumbs .custom-padding{
		padding-left:40px;
	}
}
@media (max-width:1400px) and (min-width:1200px){
	.why-section .icon svg{
		margin-right:15px;
	}
	.why-section .icon p{
		font-size:15px;
		width:calc(100% - 86px);
	}
	.gallery-slider .slick-arrow.slick-prev{
		left:0;
	}
	.gallery-slider .slick-arrow.slick-next{
		right:0;
	}
}
@media (max-width:1600px) and (min-width:1200px){
	.homepage-slider:before{
		width:15vw;
	}
	.page-footer .to-top{
		right:15px;
	}
}
@media (max-width:1800px) and (min-width:1200px){
	.contact-section .right-title{
		display:none;
	}
	.homepage-slider .slick-dots{
		left:85px;
	}
}
@media (max-width:1900px) and (min-width:1200px){
	.contact-page .contact-page-content{
		padding:96px 30px 50px 30px;
	}
	.contact-page .contact-page-content p{
		font-size:14px;
		line-height:28px;
	}
}
@media (min-width:1921px){
	.offer-section .offer-thumbs:before{
		width:30%;
	}
	.container-subpage .bg{
		width:30%;
		background-size:initial;
	}
	.contact-page .contact-page-content{
		left:36%;
	}
}
@media (min-width:2700px){
	.offer-section .offer-thumbs:before{
		width:38%;
	}
	.container-subpage .bg{
		width:36%;
	}
	.contact-page .contact-page-content{
		left:42%;
	}
}

/* Accessible controls: preserve icons while enlarging their clickable area. */
.languages-box .lang-item a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:32px;
    min-height:32px;
}
.page-footer ul li a{
    color:#b3b3b3;
    display:inline-block;
    min-height:24px;
    line-height:24px;
}
.page-footer p a{
    display:inline-block;
    min-width:24px;
    min-height:24px;
    line-height:24px;
}
.page-footer .to-top{
    width:44px;
    height:44px;
}
.logos-slider .slick-arrow{
    width:32px;
    height:32px;
    top:calc(50% - 16px);
}
.homepage-slider .slick-dots li button,
.homepage-slider .slick-dots li.slick-active button{
    width:32px;
    height:32px;
    background:transparent;
    position:relative;
}
.homepage-slider .slick-dots li button:before{
    content:"";
    position:absolute;
    width:8px;
    height:8px;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    border-radius:50%;
    background:#a3a3a3;
}
.homepage-slider .slick-dots li.slick-active button:before{
    width:12px;
    height:12px;
    background:#fff;
}
.faq-section .collapse-opener{
    min-height:44px;
    padding:11px 0 11px 30px;
    margin-bottom:4px;
}
.faq-section .collapse-opener:before{top:21px;}
.faq-section .collapse-opener:after{top:13px;}
.faq-section .collapse-opener:not(.collapsed),
.faq-section .collapse-opener:hover{color:#ff6676;}
.lightbox button.lb-cancel,
.lightbox button.lb-close{
    border:0;
    padding:0;
    background-color:transparent;
    cursor:pointer;
}
.lightbox button.lb-close{
    width:44px;
    height:44px;
    background-position:center;
    opacity:1;
}
