<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Roboto-Regular';
    overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.t-table{
	display: table;
	width: 100%;
	height: 100%;
}
.c-table{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('fonts/roboto-regular.eot?#iefix') format('embedded-opentype'),  
       url('fonts/roboto-regular.woff') format('woff'), 
       url('fonts/roboto-regular.ttf')  format('truetype'), 
       url('fonts/roboto-regular.svg#roboto-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Thin';
  src: url('fonts/roboto-thin.eot?#iefix') format('embedded-opentype'),  
  	   url('fonts/roboto-thin.woff') format('woff'), 
  	   url('fonts/roboto-thin.ttf')  format('truetype'), 
  	   url('fonts/roboto-thin.svg#roboto-rhin') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('fonts/roboto-bold.eot?#iefix') format('embedded-opentype'),  
       url('fonts/roboto-bold.woff') format('woff'), 
       url('fonts/roboto-bold.ttf')  format('truetype'), 
       url('fonts/rroboto-bold.svg#roboto-bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
.main-block{
	position: relative;
}
.main-block .mask{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(15,23,43,0.6);
}
.main-block .info-block{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}
.main-block .menu-show{
	padding: 30px 80px;
	cursor: pointer;
	background: #fff url(../img/menu.png) no-repeat 40px center;
	width: 183px;
	float: left;
    z-index: 1000;

}
.main-block .menu-show p{
	color: #0f172b;
	font-size: 14px;
	font-weight: 900;
	font-family: 'Roboto-Bold';
	text-transform: uppercase;
}
.main-block .info-block .social-wrap{
	width: 309px;
	float: right;
	margin-right: 40px;
	margin-top: 30px;
}
.main-block .info-block .social-wrap:after{
	content: '';
	display: table;
	height: 0;
	clear: both;
}
.main-block .info-block .social-wrap .phone{
	width: 160px;
	float: left;
	background: url(../img/social_phone.png) no-repeat left center;
	padding: 18px 0;
}
.main-block .info-block .social-wrap .phone p {
	text-align: right;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.main-block .info-block .social-wrap .social{
	width: 113px;
	float: right;
}
.main-block .info-block .social-wrap .social ul li{
	display: inline-block;
	margin-right: 9px;
}
.main-block .info-block .social-wrap .social ul li:last-child{
	margin-right: 0;
}
.main-block .info-block .social-wrap .social ul li img:hover{
    opacity: 0.7;
}
.main-block .main-slider .slider-img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.main-block .owl-theme .owl-controls{
    z-index: 10;
}
.main-block .abs-block{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 15px;
}
.main-block .abs-block .logo img{
	display: block;
	margin: 0 auto;
}
.main-block .abs-block .text{
	margin-top: 85px;
}
.main-block .abs-block .text p{
	color: #fff;
	font-size: 48px;
	font-weight: 100;
	font-family: 'Roboto-Thin';
	text-transform: uppercase;
	text-align: center;
}
.main-block .abs-block .text p i{
	color: #b68a6e;
	display: inline-block;
	margin: 0 35px;
}
.main-block .abs-block .link{
	margin-top: 45px;
}
.main-block .abs-block .link a{
	display: block;
	max-width: 307px;
	line-height: 76px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-size: 14px;
	border: 1px solid #b68a6e;
	text-decoration: none;
}
.main-block .abs-block .link a:hover{
	background: #b68a6e;
}
.main-block .down{
	position: absolute;
	width: 100%;
	height: 74px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: url(../img/down.png) no-repeat center center;
}
.main-block .owl-theme .owl-controls{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 130px;
}
.salon{
	padding: 160px 0;
}
.salon .title p{
	color: #0f172b;
	font-family: 'Roboto-Thin';
	font-size: 30px;
	text-transform: uppercase;
}
.salon .title h3{
	color: #0f172b;
	font-family: 'Roboto-Bold';
	font-size: 48px;
	text-transform: uppercase;
}
.salon .title .line{
	width: 55px;
	height: 1px;
	background-color: #b68a6e;
	margin-top: 30px;
}
.salon .sub-title{
	margin-top: 20px;
}
.salon .sub-title p{
	color: #000;
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
}
.salon .text{
	margin-top: 20px;
}
.salon .text p{
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
}
.salon .podpis{
	margin-top: 40px;
}
.salon .slider{
	max-width: 604px;
	margin: 20px auto 0 auto;
	height: 409px;
}
.salon .slider .item{
	height: 409px;
}
.salon .slider img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.salon .slider .more{
	width: 74px;
	height: 74px;
	background: url(../img/more.png) no-repeat center center;
	position: absolute;
	left: 78px;
	bottom: 0px;
}
.salon .slider .owl-prev{
	width: 74px;
	height: 74px;
	background: url(../img/owl_prev.png) no-repeat center center;
	position: absolute;
	left: 2px;
	bottom: 0px;
}
.salon .slider .owl-next{
	width: 74px;
	height: 74px;
	background: url(../img/owl_next.png) no-repeat center center;
	position: absolute;
	left: 154px;
	bottom: 0px;
}
.services:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.services .services-block{
	width: 25%;
	float: left;
	height: 589px;
	position: relative;
	cursor: pointer;
	-moz-transition: all 0,3s ease-out;
 	-o-transition: all 0.3s ease-out;
 	-webkit-transition: all 0.3s ease-out;
}
.services .services-block:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
 	-o-transform: scale(1.1);
 	position: relative;
 	z-index: 10;
}
.services .services-block img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.services .services-block .abs-block{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    background: rgba(149,115,97,0.2);
}
.services .services-block .abs-block .text-block{
	max-width: 341px;
	margin: 0 auto;
	height: 409px;
	background-color: rgba(5, 5, 5, 0);
	border: 3px solid #b68a6e;
	position: relative;
}
.services .services-block .abs-block .text-block p{
	display: table;
	width: 191px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	font-family: 'Roboto-Bold';
}
.services .services-block .abs-block .text-block .link{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 50px;
	display: none;
}
.services .services-block .abs-block .text-block .link a{
	color: #fff;
    font-size: 14px;
    padding-bottom: 5px;
    text-decoration: none;
    border-bottom: 1px solid #b68a6e;
    display: block;
    width: 100px;
    margin: 0 auto;
    text-align: center;
}
.services .services-block:hover .text-block{
	border: 3px solid rgba(255, 255, 255, 0.35);
}
.services .services-block:hover .link{
	display: block!important;
}
.services .services-block:hover .abs-block{
    background: rgba(15,23,43,0.8);
}
.services-text{
	padding-top: 95px;
	display: none;
    background: #f8f8f8;
}
.services-text .text-block{
	display: none;
}
.services-text .text-block .title p{
	color: #4d5261;
	font-family: 'Roboto-Thin';
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
}
.services-text .text-block .title h3{
	color: #4d5261;
	font-family: 'Roboto-Bold';
	font-size: 48px;
	text-transform: uppercase;
	text-align: center;
}
.services-text .text-block .title .line{
	width: 55px;
	height: 1px;
	background-color: #b68a6e;
	margin: 30px auto 0 auto;
}
.services-text .text-block .text{
	margin-top: 30px;
}
.services-text .text-block .text p{
	color: #4d5261;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	text-align: center;
	margin-bottom: 30px;
}
.services-text .text-block .close-text{
	height: 74px;
	background: url(../img/slide_up.png) no-repeat center center;
	cursor: pointer;
}
.badanie{
	padding: 160px 0;
    background: url(../img/salon_bg.jpg) no-repeat;
    background-size: cover;
}
.badanie .gallery{
	max-width: 595px;
	margin-top: 20px;
}
.badanie .gallery:after{
	content: '';
	height: 0;
	clear: both;
	display: table;
}
.badanie .gallery .img{
	width: 33%;
	float: left;
	margin-right: 2px;
}
.badanie .gallery .img:nth-child(3n){
	margin-right: 0;
}
.badanie .gallery .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.badanie .title p{
	color: #0f172b;
	font-family: 'Roboto-Thin';
	font-size: 30px;
	text-transform: uppercase;
}
.badanie .title h3{
	color: #0f172b;
	font-family: 'Roboto-Bold';
	font-size: 48px;
	text-transform: uppercase;
}
.badanie .title .line{
	width: 55px;
	height: 1px;
	background-color: #b68a6e;
	margin-top: 30px;
}
.badanie .sub-title{
	margin-top: 20px;
}
.badanie .sub-title p{
	color: #000;
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
}
.badanie .text{
	margin-top: 20px;
}
.badanie .text p{
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
}
.badanie .link{
	margin-top: 30px;
}
.badanie .link a{
	color: #0f172b;
	font-size: 14px;
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom: 1px solid #b68a6e;
}
.badanie .link a:hover{
	border-bottom: none;
}
.zapraszam{
	padding: 160px 0;
	background: url(../img/zapraszam_bg.png) no-repeat center center;
	background-size: cover;
	position: relative;
}
.zapraszam .mask{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(15,23,43,0.6);
}
.zapraszam p{
	color: #fff;
	font-family: 'Roboto-Thin';
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
}
.zapraszam h3{
	color: #fff;
	font-family: 'Roboto-Bold';
	font-size: 48px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
}
.clients{
	padding: 95px 0;
}
.clients img{
	max-height: 80px;
	width: auto;
	display: block;
	margin: 0 auto;
}
.clients .slider .owl-prev{
	width: 74px;
	height: 100%;
	background: url(../img/owl_prev.png) no-repeat center center;
	position: absolute;
	left: -90px;
	top: 0;
}
.clients .slider .owl-next{
	width: 74px;
	height: 100%;
	background: url(../img/owl_next.png) no-repeat center center;
	position: absolute;
	right: -90px;
	top: 0;
}
.kontakt{
	background-color: #b68a6e;
	padding: 85px 0;
	position: relative;
}
.kontakt .right-block{
	background: url(../img/kontakt_bg.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	height: 100%;
	width: 50%;
	right: 0;
	top: 0;
}
.kontakt .right-block .mask{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(15,23,43,0.8);
}
.kontakt .title h3{
	color: #fff;
	font-size: 30px;
	font-family: 'Roboto-Bold';
	line-height: 48px;
	text-transform: uppercase;
}
.kontakt .title .line{
	width: 55px;
	height: 1px;
	background-color: #fff;
	margin-top: 30px;
}
.kontakt .info-list{
	margin-top: 40px;
}
.kontakt .info-list .info-block{
	padding-left: 70px;
	margin-bottom: 50px;
}
.kontakt .info-list .info-block:last-child{
	margin-bottom: 0;
}
.kontakt .info-list .info-block p{
	color: #fff;
	font-size: 18px;
	font-family: 'Roboto-Bold';
	margin-bottom: 15px;
	text-transform: uppercase;
}
.kontakt .info-list .info-block span{
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Roboto-Thin';
}
.kontakt .info-list .loc{
	background: url(../img/kontakt_loc.png) no-repeat left center;
}
.kontakt .info-list .time{
	background: url(../img/kontakt_time.png) no-repeat left center;
}
.kontakt .info-list .phone{
	background: url(../img/kontakt_phone.png) no-repeat left center;
}
.kontakt .info-list .mail{
	background: url(../img/kontakt_mail.png) no-repeat left center;
}
.kontakt .form-title h3{
	color: #fff;
	font-size: 30px;
	line-height: 48px;
	font-family: 'Roboto-Bold';
	text-transform: uppercase;
}
.kontakt .form-title h3 span{
	font-family: 'Roboto-Thin';
}
.kontakt form{
	margin-top: 60px;
}
.kontakt form .field:after{
	content: '';
	display: table;
	clear: both;
	height: 0;
}
.kontakt form .field{
	margin-bottom: 15px;
}
.kontakt form .field .field-wid{
	width: 255px;
	float: left;
}
.kontakt form .field .field-wid:last-child{
	float: right;
}
.kontakt form .field input[type=text]{
	display: block;
	width: 100%;
	line-height: 66px;
	border: 1px solid #b68a6e;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	outline: none;
	background: transparent;
}
.kontakt form .field input[type=tel]{
	display: block;
	width: 100%;
	line-height: 66px;
	border: 1px solid #b68a6e;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	outline: none;
	background: transparent;
}
.kontakt form .field input[type=email]{
	display: block;
	width: 100%;
	line-height: 66px;
	border: 1px solid #b68a6e;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	outline: none;
	background: transparent;
}
.kontakt form .field textarea{
	display: block;
	width: 100%;
	border: 1px solid #b68a6e;
	padding: 20px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	outline: none;
	background: transparent;
	resize: none;
	height: 140px;
}
.kontakt form .field input[type=text]::-webkit-input-placeholder{color:#fff;}
.kontakt form .field input[type=text]::-moz-placeholder{color:#fff;}/* Firefox 19+ */
.kontakt form .field input[type=text]:-moz-placeholder{color:#fff;}/* Firefox 18- */
.kontakt form .field input[type=text]:-ms-input-placeholder{color:#fff;}
.kontakt form .field input[type=tel]::-webkit-input-placeholder{color:#fff;}
.kontakt form .field input[type=tel]::-moz-placeholder{color:#fff;}/* Firefox 19+ */
.kontakt form .field input[type=tel]:-moz-placeholder{color:#fff;}/* Firefox 18- */
.kontakt form .field input[type=tel]:-ms-input-placeholder{color:#fff;}
.kontakt form .field input[type=tel]::-webkit-input-placeholder{color:#fff;}
.kontakt form .field input[type=tel]::-moz-placeholder{color:#fff;}/* Firefox 19+ */
.kontakt form .field input[type=tel]:-moz-placeholder{color:#fff;}/* Firefox 18- */
.kontakt form .field input[type=tel]:-ms-input-placeholder{color:#fff;}
.kontakt form .field textarea::-webkit-input-placeholder{color:#fff;}
.kontakt form .field textarea::-moz-placeholder{color:#fff;}/* Firefox 19+ */
.kontakt form .field textarea:-moz-placeholder{color:#fff;}/* Firefox 18- */
.kontakt form .field textarea:-ms-input-placeholder{color:#fff;}

.kontakt form .submit input[type=submit]{
	display: block;
	width: 110px;
	color: #fff;
	font-size: 24px;
	font-family: 'Roboto-Bold';
	text-transform: uppercase;
	background: transparent;
	border: none;
	padding-bottom: 5px;
	border-bottom: 1px solid #b68a6e;
}
.kontakt .form-hidden{
	position: relative;
	background: url(../img/kontakt_bg.png) no-repeat center center;
	background-size: cover;
	padding: 30px 0;
}
.kontakt .form-hidden .mask{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(15,23,43,0.6);
}
.map-wrapper .map-h{
	height: 600px;
}
.map-wrapper{
	position: relative;
}
.map-wrapper .lock-map{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.map-wrapper .lock-map a{
	display: block;
	max-width: 305px;
	line-height: 74px;
	text-align: center;
	border: 1px solid #b68a6e;
	background: rgba(255,255,255,0.7);
	color: #0f172b;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	margin: 100px auto 0 auto;
}
.map-wrapper .lock-map a:hover{
	color: #fff;
	background: #b68a6e;
}
footer{
	padding: 40px 0;
}
footer .copy-text p{
	color: #0f172b;
	font-size: 13px;
	font-family: 'Roboto-Bold';
	text-transform: uppercase;
}
footer .copy-text .line{
	width: 102px;
	height: 2px;
	background-color: #b68a6e;
	margin: 25px 0 15px 0;
}
footer .copy-text a{
	color: #0f172b;
	font-size: 13px;
}
footer  .social{
	padding: 20.5px 0;
}
footer  .social p{
	text-align: right;
}
footer  .social p img{
	position: relative;
	top: 5px;
	margin-left: 15px;
}
.menu-block{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	display: none;
}
.menu-block .menu-abs{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(15,23,43,0.6);
	cursor: pointer;
}
.menu-block .menu-wrap{
	max-width: 336px;
	height: 100%;
	background: #fff;
	z-index: 10;
	position: relative;
}
.menu-block .menu-wrap .menu-logo{
	width: 100%;
	padding: 0 15px;
	position: absolute;
	left: 0;
	bottom: 55px;
}
.menu-block .menu-wrap .menu-logo img{
	display: block;
	margin: 0 auto;
}
.menu-block .menu-wrap  ul li{
	display: block;
	border-top: 1px solid #e7e7e7;
}
.menu-block .menu-wrap  ul li:last-child{
	border-bottom: 1px solid #e7e7e7;
}
.menu-block .menu-wrap  ul li a{
	display: block;
	padding: 30px 80px;
	text-decoration: none!important;
	font-size: 15px;
	color: #000;
}
.menu-block .menu-wrap  ul li a:hover{
	color: #fff;
	background-color: #b68a6e;
}
.menu-block .menu-wrap .hide-menu{
	padding: 30px 80px;
	cursor: pointer;
	background: url(../img/menu-close.png) no-repeat 40px center;
}
.menu-block .menu-wrap .hide-menu p{
	color: #0f172b;
	font-size: 14px;
	font-weight: 900;
	font-family: 'Roboto-Bold';
	text-transform: uppercase;
}
.cookies{
    background-color: #b68a6e;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 2px 0;
}
.cookies p{
    text-align: center;
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    padding: 5px 0;
}
.cookies .quation{
    display: inline-block;
    width: 34px;
    background: #fff;
    color: #0f172b;
    font-family: Arial;
    font-size: 18px;
    padding: 2px 0;
    margin-left: 20px;
    text-decoration: none;
}
.cookies .close{
    display: inline-block;
    width: 34px;
    background-color: #0f172b;
    color: #fff;
    font-family: Arial;
    font-size: 18px;
    padding: 2px 0;
    margin-left: 5px;
    text-decoration: none;
}
#swipebox-close {
  background: url(../img/close_gallery.jpg) no-repeat center center!important;
  border: none !important;
  right: 17px!important;
  text-decoration: none !important;
  cursor: pointer;
  width: 74px;
  height: 74px;
  top: 0;
}

body.modal-opened{
	overflow:hidden;
}
.modal-window{
	position:fixed;
	left:0;top:0;
	background:rgba(0,0,0,0.8);
	z-index:9999;width:100%;
	height:100%;
	display: none;
	overflow:auto;
}
.modal-window .modal-close-abs{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}

.modal-window .close-btn{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.modal-window .form-wrap{
	max-width: 640px;
	background: #fff;
	padding: 15px;
	margin: 5% auto 0 auto;
	position: relative;
}

form .error{
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	display: block;
	color: red;
}
.modal-window .form-wrap h4{
	text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

.modal-window .modal-intro {
	text-indent: 1.5em;
	font-size: 14px;
	line-height: 14px;
	text-align: justify;
}

.modal-window .modal-text {
	padding-top: 5px;
}
.modal-window .modal-text p{
	text-indent: 1.5em;
	font-size: 15px;
	line-height: 15px;
	text-align: justify;
	padding-top: 1px;
}
.navigate, .show-modal, body &gt; div.map-wrapper &gt; div.lock-map &gt; div &gt; div &gt; a
{
cursor:pointer;
}</pre></body></html>