html, body {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

a {
	text-decoration: none;
}
table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    margin-bottom: 0;
}
table tr td {
    line-height: 2.8;
    font-weight: 300;
    padding: 2px 20px;
}
@media (max-width: 768px) {
    table tr td {
        line-height: 2.4;
        font-weight: 300;
        padding: 2px 10px;
        font-size: 14px;
    }
}
table tr td:last-child {
    text-align: right;
}
table tr:nth-child(even) {background-color: #f8f8f8;}
table tr td strong {
    font-weight: 500;
}

.social-media {
    position: absolute;
    top: 20px;
    right: 20px;
}
.social-media a {
    margin-left: 5px;
}
.social-media a i {
    font-size: 20px;
    color: #111;
}

.responsive-image {
    max-width: 100%;
    display: inline-block;
}

.pr-10 {
    padding-right: 10px;
}
.pl-10 {
    padding-left: 10px;
}
.pr-20 {
    padding-right: 20px;
}
.pl-20 {
    padding-left: 20px;
}
.pr-40 {
    padding-right: 40px;
}
.pl-40 {
    padding-left: 40px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pt-40 {
    padding-top: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}

.mb-20 {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .plr-sm-0 {
        padding-right: 0;
        padding-left: 0;
    }
    .pl-sm-0 {
        padding-left: 0;
    }
    .pr-sm-0 {
        padding-right: 0;
    }
}

.row {
	display: flex; /* or inline-flex */
}

.col {
	display: block;
	float: left;
    box-sizing: border-box;
}
.col-0 {display: none;}
.col-10 {width: 10%;}
.col-20 {width: 20%;}
.col-30 {width: 30%;}
.col-35 {width: 35%;}
.col-25 {width: 25%;}
.col-33 {width: 33.3333%;}
.col-40 {width: 40%;}
.col-45 {width: 45%;}
.col-50 {width: 50%;}
.col-55 {width: 55%;}
.col-60 {width: 60%;}
.col-65 {width: 65%;}
.col-70 {width: 70%;}
.col-80 {width: 80%;}
.col-90 {width: 90%;}
.col-100 {width: 100%;}

@media (max-width: 768px) {
    .row {
        display: block;
    }
    .col {
        display: block;
    }
    .col-sm-0 {
        display: none;
    }
    .col-sm-10 {
        width: 10%;
    }
    .col-sm-20 {
        width: 20%;
    }
    .col-sm-30 {
        width: 30%;
    }
    .col-sm-35 {
        width: 35%;
    }
    .col-sm-25 {
        width: 25%;
    }
    .col-sm-33 {
        width: 33.3333%;
    }
    .col-sm-40 {
        width: 40%;
    }
    .col-sm-45 {
        width: 45%;
    }
    .col-sm-50 {
        width: 50%;
    }
    .col-sm-55 {
        width: 55%;
    }
    .col-sm-60 {
        width: 60%;
    }
    .col-sm-65 {
        width: 65%;
    }
    .col-sm-70 {
        width: 70%;
    }
    .col-sm-80 {
        width: 80%;
    }
    .col-sm-90 {
        width: 90%;
    }
    .col-sm-100 {
        width: 100%;
    }
}

#top {
	padding: 40px;
}
#top img {
	max-height: 150px;
	margin-left: 40px;
	margin-right: 40px;
}
#top a {
    border: 1px solid #ffffff;
	color: #222;
	line-height: 36px;
	margin-top: 23px;
	font-size: 14px;
	letter-spacing: 2px;
	border-radius: 36px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
}
#top a:hover {
    border: 1px solid #eee;
	color: #111;
}
#top a.active {
    border: 1px solid #eee;
    background-color: #eee;
    color: #111;
}
@media (max-width: 768px) {
    #top {
        padding: 20px;
        padding-top: 100px;
    }
    #top img {
        max-width: 100px;
        position: absolute;
        top: 20px;
        left: 50%;
        margin-left: -50px;
    }
    #top a {
        display: block;
    }
}

h1, h2 {
	margin-bottom: 40px;
	font-size: 28px;
	line-height: 1.563;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
@media (max-width: 768px) {
    h1, h2 {
        margin-bottom: 20px;
    }
}

.wrapper {
	max-width: 1100px;
	margin: 0 auto;
}

.section-1 {
	text-align: center;
	margin-bottom: 75px;
}
@media (max-width: 768px) {
    .section-1 {
        margin-bottom: 40px;
    }
}
.section-2 {
	margin-bottom: 75px;
}
.section-2 img {
	width: 600px;
	max-width: 100%;
}
section p {
	line-height: 2;
	font-weight: 300;
}

.slick-slide {
	width: 100%;
}
.slick-slide img {
	margin: 0 auto;
	max-width: 100%;
}
.slick-dots {
	list-style: none;
	margin: 0 auto;
	position: relative;
	margin-top: -40px;
	z-index: 999;
	padding: 10px
}
.slick-dots li {
	display: inline-block;
	width: 30px;
	height: 3px;
	margin: 0 auto;
	padding: 3px;
}
.slick-dots button {
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	font-size: 12px;
	line-height: 30px;
	overflow: hidden;
	cursor: pointer;
	background: #ffffff;
	border: none;
}
.slick-dots .slick-active button {
	background: #333;
}

.text-center {
	text-align: center;
}
.text-right {
    text-align: right;
}
@media (max-width: 768px) {
    .text-sm-center {
        text-align: center;
    }
}

a.external::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}

footer {
	color: #ffffff;
	min-height: 100px;
	padding: 20px;
	background: #000 url('../img/esencja_rozeta.png') no-repeat center 100%;
    font-size: 14px;
}
footer a {
	color: #ffffff;
	text-decoration: underline;
}
footer .pt {
	padding-top: 20px;
}

.o_nas,
.cennik,
.home,
.kontakt {
    padding-bottom: 75px;
}
.o_nas section,
.oferta section,
.aktualnosci section {
    margin-bottom: 75px;
}
@media (max-width: 768px) {
    .o_nas section {
        margin-bottom: 40px;
    }
}

.o_nas section img,
.oferta section img,
.aktualnosci section img {
    margin-top: 20px;
}

.cennik .wrapper,
.kontakt .wrapper {
    max-width: 1100px;
}
.kontakt span {
    display: inline-block;
    width: 15px;
    margin-right: 8px;
}
.kontakt a {
    color: #000;
    text-decoration: underline;
}
.kontakt img {
    margin-top: 20px;
}

@media (max-width: 768px) {
    section {
        padding-left: 20px;
        padding-right: 20px;
    }
    .section-1 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

#cookieInfo {
    display: none;
}

.cookie {
    position: fixed;
    bottom: 20px;
    max-width: 730px;
    padding: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    /* or 170% */
    display: flex;
    align-items: center;
    font-feature-settings: 'pnum' on, 'lnum' on, 'kern' off;
    /* white */
    color: #FFFFFF;
    /* Fill_liner_2 */
    background: #333;
    opacity: 0.8;
    /* white */
    border: 1px solid #FFFFFF;
    /* Shadow_1 */
    box-shadow: 0px 0px 10px 12px rgba(13, 37, 73, 0.3), inset 0px 0px 3px rgba(59, 104, 255, 0.38);
    backdrop-filter: blur(1px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 10px;
    z-index: 1000;
    left: 50%;
    transform: translateX(-50%);
}
.cookie .btn-wrapper {
    padding-right: 0;
}
.cookie .close {
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
}
.cookie .text-wrapper {
    padding-right: 20px;
}
.cookie .text-wrapper a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
.cookie .orange-button {
    background: #FFFFFF;
    color: #111111;
    padding: 5px 20px;
    line-height: 27px;
    font-size: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
}
@media (max-width: 1000px) {
    html {
        height: auto;
        scroll-snap-type: none;
        padding-top: 0;
        scroll-behavior: auto;
    }
    .cookie {
        display: block;
        width: calc(100% - 60px);
    }
    .cookie .text-wrapper {
        padding-right: 0;
        padding-bottom: 20px;
    }
    .cookie .btn-wrapper {
        text-align: center;
    }
    .cookie > div {
        display: block;
        clear: both;
    }
}
@media (max-width: 520px) {
    html {
        height: auto;
        scroll-snap-type: none;
        padding-top: 0;
        scroll-behavior: auto;
    }
    .cookie {
        display: block;
        width: calc(100% - 50px);
    }
    .cookie .text-wrapper {
        padding-right: 4px;
        padding-bottom: 20px;
    }
    .cookie .btn-wrapper {
        text-align: center;
    }
    .cookie > div {
        display: block;
        clear: both;
    }
    .cookie .orange-button {
        padding: 5px 10px;
    }
}
