html,body{
    margin: 0; padding: 0;
    font-family: 'Lato', sans-serif;
    font-size:16px;
    overflow-x: hidden;
}
a:hover  {
	color: #F04F67;
	text-decoration: none;
	}
img{
    max-width: 100%;
    height: auto;
}
.container{
    position: relative;
}
#arrow{
	position:absolute;
	bottom:51px;
	left:50%;
	margin-left:-21px;
	z-index:9999;
}
header{
    position: fixed;
    border-bottom: 1px solid rgb(219, 219, 219);
    line-height: 82px;
    height: 82px;
    width:100%;
    z-index: 999999;
	/* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
    top:0;
}/* this make our menu fixed top */
header img{
    position: absolute;
    top:24px; left: 50px;
}
header nav{
    text-align: right;
}
header nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
header nav ul li{
    font-size:13px;
    display: inline-block;
    padding: 0 50px;
}
header nav ul li a{
    color: #7f7f7f;
    font-weight: 400;
    text-transform: uppercase;
	text-decoration: none;
}
#about .flexslider,
#about .flexslider .slides{
    position: absolute;
    width:100%;height:100%;
    min-height: 500px;
    top:0;
}
#about .flexslider .slides li{
    width:100%; height:100%;
    min-height: 500px;
    background-size:cover;
}

#zawod .flexslider .slides li{
    width:100%; height:671px;
    min-height: 500px;
    background-size:cover;
}

#zawod #arrow .flexslider .slides li {
	position:absolute;
	bottom:51px;
	left:50%;
	margin-left:-21px;
	z-index:9999;
}

.flexslider .title{
    z-index: 9999;
    width:100%;
    position: absolute;
    text-align: center;
    top:50%;
    color:#FFF;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.flexslider .title h1{
    font-size: 5.625em;
    font-weight: 900;
	margin:0;
}
.flexslider .title h2{
    font-size: 3.500em;
    font-weight: 900;
}

.flexslider .title h1
.flexslider .title h2:after{
    content:"";
    display: block;
    width:130px;
    height: 2px;
    background: #F04F67;
    margin: 30px auto;
}
.flexslider .title p.subline{
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 1.500em;
}

.flexslider .title p.subline:after{
    content:"";
    display: block;
    width:130px;
    height: 5px;
    background: #F04F67;
    margin: 30px auto;
}
#uslugi{
    padding: 130px 0;
    position: relative;
    z-index: 10001;
    background: #FFF;
    text-align: center;
}
#uslugi h2{
    color:#444444;
    font-weight: 900;
    font-size: 3.313em;
	margin:0;
}
#uslugi h3{
	margin:0;
	font-size: 1.1em;
}
#uslugi h2:after{
    content:"";
    display: block;
    width:130px;
    height: 5px;
    background: #F04F67;
    margin: 100px auto;
}
#uslugi .post{
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    width:285px;
    float:left;
}
#uslugi article{
    height: 250px;
    display: table;
    width:100%;
}
#uslugi article div{
    display: table-cell;
    vertical-align: middle;
}
#uslugi article big{
    font-size:67px;
    font-weight: 300;
    line-height: 1px;
    position: absolute;
    margin-top:-10px;
}

#zawod {
    position: relative;
    z-index: 10001;
    background: #FFF;
	}
@media (max-width: 767px){
    #uslugi .post{
        width:100%;
        border-right:0;
    }
}
@media (max-width: 992px ) and (min-width: 768px){
    #uslugi .post{
        width:360px;
    }
    #uslugi .post:nth-of-type(2),
    #uslugi .post:nth-of-type(4),
    #uslugi .post:nth-of-type(6),
    #uslugi .post:nth-of-type(8){
        border-right: 0;
    }
    #uslugi .post:nth-of-type(7),
    #uslugi .post:nth-of-type(8){
        border-bottom: 0;
    }    
}
@media (min-width: 992px ) and (max-width: 1200px ) {
    #uslugi .post:nth-of-type(3),
    #uslugi .post:nth-of-type(6){
        border-right: 0;
    }
    #uslugi .post:nth-of-type(7),
    #uslugi .post:nth-of-type(8){
        border-bottom: 0;
    }
}
@media (min-width: 1200px){
    #uslugi .post:nth-of-type(4),
    #uslugi .post:nth-of-type(8){
        border-right: 0;
    }
    #uslugi .post:nth-of-type(5),
    #uslugi .post:nth-of-type(6),
    #uslugi .post:nth-of-type(7),
    #uslugi .post:nth-of-type(8){
        border-bottom: 0;
    }
}
#skontaktuj{
    padding: 100px 0 50px;
    position: relative;
    z-index: 10001;
    background: #fff;
    text-align: center;
}
#skontaktuj h2{
    color:#444444;
    font-weight: 900;
    font-size: 2.750em;
}
#skontaktuj p.subline{
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 1.500em;
	color:#7f7f7f;
}
#skontaktuj p.subline:after{
    content:"";
    display: block;
    width:130px;
    height: 5px;
    background: #F04F67;
    margin: 40px auto;
}
#kontakt{
    padding: 0;
    border-top:1px solid #F1F1F2;
    border-bottom:1px solid #F1F1F2;
    position: relative;
    z-index: 10001;
    background: #F8F9FA;
    text-align: center;
}
#kontakt article{
    height: 600px;
    display: table;
    width:100%;    
}
#kontakt article div{    
    display: table-cell;
    vertical-align: middle;
}
#kontakt h2{
    color:#424242;
    font-weight: 900;
    font-size:2.125em;
    margin: 0;padding: 0;
}
#kontakt h3{
    color:#F04F67;
    font-weight: 400;
    font-size:1em;
    font-family: 'Lora', serif;
    font-style: italic;
    margin: 0;padding: 0;
}
#kontakt h3 big{
    font-size:50px;
    font-weight: 300;
    line-height: 10px;
}
#kontakt h3:after{
    content:"";
    display: block;
    width:110px;
    height: 5px;
    background: #BABABB;
    margin: 30px auto;    
}
#kontakt address{
    color:#414242;
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 1.500em;
}
#kontakt #map-canvas{
    width:100%;height:600px;
}
#kontakt #map-canvas img{
    max-width: none;
}
footer{
	
    border-top:1px solid #DCDBDB;
    padding: 0;
    position: relative;
    z-index: 10001;
    background: #F8F9FA;
    padding-left: 20px;
    font-weight: 900;
    color:#aeadae;
    text-transform: uppercase;
    line-height: 82px;
}

footer a:hover  {
	color: #F04F67;
	text-decoration: none;
	}
footer a {	
	font-size:13px;
	color : #7f7f7f;
	}
#top,#logo{
    cursor:pointer;
}
@media (max-width: 1199px){
    body{
        font-size:14px;
    }
}
@media (max-width: 992px ){
    body{
        font-size:12px;
    }
}
@media (max-width: 767px){
    .title h1{
        font-size:4em;
    }
    #uslugi h2,.flexslider .title h2,#skontaktuj h2{
        font-size:2.5em;
    }
    #uslugi article big{
        margin-top:-3px;
        font-size:50px;
    }
    #kontakt h3 big{
        font-size:40px;
    }
    header nav ul li{
        padding: 0 10px;
    }
}


.cookie{
box-sizing: border-box;
    z-index: 10002;
    overflow: hidden;
    color: #ddd;
    position: fixed;
    left: 20px;
    bottom: 6%;
    width: 300px;
    background-color: #2d2d2d;
}
.cookie.drop-shadow {
	box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4);
}
.cookie a {text-decoration:underline;
margin-left:10px;
color:#fff;
}
.cookie a:hover {text-decoration:none;
color:#f6f6f6;
}
.cookie_btn{
background: #f3f3f3;
    color: #2d2d2d;
    color: ;
    border: 0;
    padding: 6px 9px;
    border-radius: 3px;
	
}

.cookie .left-cc {
	
}
.cookie .right-cc {
	
}
.cookie span {
	display: block;
    margin: 1em 0;
}

#cookie {
	opacity: 1;
    max-height: 999px;
    min-height: 30px;
    padding: 15px 20px 15px;
	text-align:center;
}
#cookie button {
margin-top:3px;}