@import "reset.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

*{
font-family:'Montserrat', trebuchet ms, arial, sans-serif;	
}

body{
margin:0px;
padding:0px;
text-align:center;
font-size:16px;
overflow-x:hidden;
background:url(../jpg/background.jpg) no-repeat center top;
background-size:cover;

}

.container{
width:1200px;
margin:0px auto;
padding:0px;
position:relative;
}

.wrapper{
width:1200px;
float:left;
margin:0px;
padding:0px;
text-align:left;
}

.top{
width:100%;
float:left;
position:relative;
z-index:20;
background:black;
padding-bottom:20px;
height:130px;
overflow-y:hidden;
}

.logo{
float:left;
margin-top:20px;
height:110px;
}

.details{
float:right;
margin-top:20px;
}

.detail{
float:left;
padding-left:43px;
height:33px;
line-height:33px;
font-size:16px;
text-align:left;
color:white;
margin-left:35px;
}

.detail:first-child{
margin-left:0px;
}

.detail:hover{
text-decoration:underline;
filter:brightness(120%);
transition:all 0.2s;
}

.d1{
background:url(../jpg/ico-tel2.png) no-repeat left center;
}

.d2{
background:url(../jpg/ico-point.png) no-repeat left center;
}

.d3{
background:url(../jpg/ico-fb.png) no-repeat left center;
}

.d4{
background:url(../jpg/ico-insta.png) no-repeat left center;
margin-left:5px;
}

.d5{
background:url(../jpg/ico-car.png) no-repeat left center;
}

.under-top{
width:100%;
height:calc(100vh - 150px);
float:left;
position:relative;
text-align:center;
}

.car{
width:48%;
position:absolute;
bottom:0px;
left:26%;
}

.edyta,
.number{
display:inline-block;
z-index:100;
transition:all 0.2s;
}

.edyta{
margin-bottom:0px;
margin-top:40px;
max-width:50%;
}

.number{
max-width:90%;
}

.number:hover{
filter:brightness(170%);
transition:all 0.2s;
}

.img-container{
width:100%;
float:left;
text-align:center;
position:relative;
z-index:9999;
}

.copyright{
width:100%;
text-align:center;
position:absolute;
bottom:30px;
left:0px;
z-index:999;
}

.copyright a{
font-size:12px;
color:white;
text-shadow:2px 2px 2px black;
}

.slogan{
float:right;
clear:right;
margin-top:35px;
font-size:20px;
font-weight:bold;
font-style:italic;
color:white;
line-height:27px;
text-align:right;
text-shadow:2px 2px 2px black;
}

.text{
width:100%;
float:left;
background:white;
padding:25px;
box-sizing:border-box;
}

.text p{
font-size:16px;
line-height:25px;
text-align:left;
}

.goback{
width:100%;
text-align:center;
display:inline-block;
}

.goback a{
display:inline-block;
background:navy;
padding:12px 40px;
border-radius:8px;
color:white;
cursor:pointer;
transition:all 0.2s;
margin-top:10px;
}

.goback a:hover{
background:black;
transition:all 0.2s;
}

#showcookies{
position:fixed;
bottom:0px;
left:30px;
padding:5px 10px;
font-size:12px;
color:black;
cursor:pointer;
background:white;
display:block;
z-index:9999;
}

#showcookies:hover{
padding:9px 10px 5px 10px;
}

@media screen and (max-width: 1200px){
	
.container{
width:100%
}

.wrapper{
width:90%;
margin-left:5%;
}

}

@media screen and (max-width: 900px){
	
.slogan{
display:none;
}

}

@media screen and (max-width: 550px){
	
.logo{
max-width:50%;
height:auto;
padding-left:25%;
padding-right:25%;
}

.details{
margin-top:15px;
width:100%;
}

.detail{
width:140px;
margin-left:calc(50% - 95px)!important;
}

.top{
height:170px;
}

.under-top{
height:calc(100vh - 190px);
}

.car{
width:78%;
left:11%;
}

}

/* Style dla Cookies Consent */

.cookie-consent-box {
            position: fixed;
            bottom: 0px;
            left: 0px;
            right: 0px;
            background-color: #fff;
            border: 1px solid #ccc;
            padding: 20px;
			box-sizing: border-box;
            z-index: 99999;
            display: none;
        }

        .cookie-consent-box.show {
            display: block;
        }

        .cookie-consent-box button {
            margin-left: 10px;
        }

        .cookie-settings {
            display: none;
			background: white;
			z-index:99999;
			position: fixed;
			bottom: 0px;
			padding: 30px;
			box-sizing: border-box;
			text-align:left;
			line-height:100%;
			
        }

        .cookie-settings.show {
            display: block;
        }

        .cookie-settings-tab {
            margin-bottom: 10px;
        }

        .cookie-settings-tab h3 {
            margin: 0;
            font-size: 18px;
        }

        .cookie-settings-tab p {
            font-size: 14px;
			line-height: 20px;
            color: #333;
        }

        .switch {
            position: relative;
            display: inline-block;
            width: 34px;
            height: 20px;
        }

        .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

        .slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ccc;
            transition: .4s;
        }

        .slider:before {
            position: absolute;
            content: "";
            height: 12px;
            width: 12px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            transition: .4s;
        }

        input:checked + .slider {
            background-color: #2196F3;
        }

        input:checked + .slider:before {
            transform: translateX(14px);
        }

        .slider.round {
            border-radius: 34px;
        }

        .slider.round:before {
            border-radius: 50%;
        }
		
		button{
		display:inline-block;
		background:navy;
		color:white;
		padding:8px 20px;
		border-radius:5px;
		cursor:pointer;
		margin-top:10px;
		transition:all 0.2s;
		}
		
		button:hover{
		background:black;
		transition:all 0.2s;
		}
		

@media screen and (max-width: 900px){
	
.cookie-settings-tab p{
font-size:11px;
line-height:15px;
}

}

/* Cookie consent END */