/*!
 * qTip2 - Pretty powerful tooltips - v2.0.1-4-g
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Fri Jan 4 2013 04:05 GMT+0000
 * Plugins: svg ajax tips modal viewport imagemap ie6
 * Styles: basic css3
 */

/* Core qTip styles */
.qtip, .qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;
	
	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;

		cursor: pointer;
		outline: medium none;

		border-width: 1px;
		border-style: solid;
		border-color: transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}
	
		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
			vertical-align: middle;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}


/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border-width: 1px;
	border-style: solid;
	border-color: #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}
	
	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}


/* Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}


/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}


/* Tips plugin */
.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}
	
	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}
/* Modal plugin */
#qtip-overlay{
	position: fixed;
	left: -10000em;
	top: -10000em;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}


/* IE6 Modal plugin fix */
.qtipmodal-ie6fix{
	position: absolute !important;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none; }

button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }

.mfp-ie7 .mfp-img {
    padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
    padding: 0; }

.mfp-ie7 .mfp-content {
    padding-top: 44px; }

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }
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,input,textarea,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 {border:0;margin:0;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}/*IE8*/
audio,canvas,video{display:inline-block;}/*IE8/9*/
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:400;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
b,strong{font-weight: bold;}
q:before,q:after{content:'';}
table{border-collapse:collapse;border-spacing:0;}
form{display:inline;}
*{outline:none;}
input[type=submit]:hover,input[type=checkbox]:hover,label:hover{cursor:pointer;}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}
textarea{overflow:auto;vertical-align:top;}
ol,ul{list-style:none;}
a{text-decoration:none;}
.clear {clear:both;font-size:0px;height:0px;margin:0px;padding:0px;overflow:hidden;}
.cf::after, .clearfix::after {
    content: '';
    display: table;
    clear: both;
}
.clear2{clear:both;}
main { display: block;}
﻿@charset "utf-8";


html {
    min-height: 100%;
    -ms-text-size-adjust: none;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    height: 100%;
    min-width: 320px;
    font-size: 16px;
    color: #5c5c5c;
    font-family: 'Nunito Sans';
}
*,
*:before,
*:after {
    box-sizing: inherit;
}


.g-row {
    margin-top: -30px;
    margin-left: -30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

[class*='g-col-'] {
    min-height: 1px;
    padding-top: 30px;
    padding-left: 30px;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
}

.g-col-4, .g-col-84 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}
.g-col-48 {
    -webkit-flex-basis: 66.66666%;
    -ms-flex-preferred-size: 66.66666%;
    flex-basis: 66.66666%;
    max-width: 66.66666%;
}

.g-col-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

@media (max-width: 979px) {
    .rooms .g-col-4 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .g-col-4 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .g-col-84, .g-col-48, .g-col-6 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (max-width: 534px) {
    .g-col-4, .rooms .g-col-4 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}



fieldset.form {
    border: 0;
    padding: 0;
    margin: 0;
}
.form-group {
    clear: both;
    margin-bottom: 10px;
}
.form-group:after {
    clear: both;
    content: '';
    display: table;
}

.form-label {
    display: block;
    width: 100px;
    float: left;
}
.form-error {
    display: block;
}
.form-control {
    background: #f8f8f8;
    padding: 10px 15px;
    margin: 0;
    border: 0;
    border-radius: 0;
    width: 100%;
}
textarea.form-control {
    height: 150px;
}
.form-control:hover {
    background: #f8f8f8;
}
.form-control:focus {
    box-shadow: 0 0 6px 0 rgba(120,90,190,0.1);
}
.form-control-checkbox {
    margin-right: 5px;
}


.qtip-error{
    background-color: #d50500!important;
    border-color: #d50500 !important;
    color: #fff!important;
    border-radius: 0;
    font-size: 12px!important;
    line-height: 1.2em!important;
    z-index: 995!important;
}
.qtip-info{
    background-color: #fbd771!important;
    border-color: #fbd771!important;
    color: #000!important;
    border-radius: 0;
    font-size: 12px!important;
    line-height: 1.2em!important;
}


a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}


h1,h2,h3 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
h2 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}


*:before {
    text-decoration: none!important;
}


.pagination  {
    text-align: center;
    margin: 30px 0 0 0;
}
.pagination > a {
    display: inline-block;
    margin: 0 5px;
}

.center {
    text-align: center;
}



#cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,1);
    padding: 10px 5px;
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    z-index: 999;
}
#cookies a {
    color: #fff;
    border: 1px solid #fff;
    padding: 2px 8px;
    margin: 0 5px;
}
#cookies a:hover {
    color: #e8b013;
    border: 1px solid #e8b013;
}
#cookies .ok {
    text-transform: uppercase;
}
body.hasCookies {
    margin-bottom: 25px;
}


/* 2 kolumny */
.cnt-2c .cnt-c {
    float: left;
    width: 50%;
}
.cnt-2c .cnt-c0 .cnt {
    margin-right: 0;
}
.cnt-2c .cnt-c1 .cnt {
    margin-left: 0;
}


/* 3 kolumny */
.cnt-3c .cnt-c {
    float: left;
    width: 33%;
}
.cnt-3c .cnt-c1 {
    width: 34%;
}
.cnt-3c .cnt-c0 .cnt {
    margin-right: 0;
}
.cnt-3c .cnt-c1 .cnt {
    margin-right: 0;
    margin-left: 0;
}
.cnt-3c .cnt-c2 .cnt {
    margin-left: 0;
}


/* 4 kolumny */
.cnt-4c .cnt-c {
    float: left;
    width: 25%;
}
.cnt-4c .cnt-c0 .cnt {
    margin-right: 0;
}
.cnt-4c .cnt-c1 .cnt {
    margin-right: 0;
    margin-left: 0;
}
.cnt-4c .cnt-c2 .cnt {
    margin-right: 0;
    margin-left: 0;
}
.cnt-4c .cnt-c3 .cnt {
    margin-left: 0;
}


.cnt-r {
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
    position: relative;
    z-index: 5;
}
.cnt-r:first-of-type {
    margin-top: 0;
}
.cnt-r * {
    text-decoration: inherit;
}

.cnt-rm {
    width: 100%!important;
}
.cnt-rm .sub {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

.cnt-r, .cnt-c, .sub, .cnt, .fin {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
header.top {
    min-height: 100px;
}
.footer {
    min-height: 30px;
}


/* moduł texts */
.text-cnt {

}

/* linki, buttony */
a.link-btn {
    display: inline-block;
}

/* panel z przyciskiem wstecz */
.footer-back {
    clear: both;
}

/* podpis */
span.label {
    display: inline-block;
    width: 120px;
    color: #e8b013;
}
span.label150 {
    display: inline-block;
    width: 200px;
    color: #e8b013;
}

/* cecha */
.attribute span {
    display: inline-block;
}


/* lista */
ul.list {
    overflow: hidden;
}
ul.list li {
    position: relative;
}
ul.list li:before {
    position: absolute!important;
    left: 0;
}


/* tabela */
.tbl {
    border-collapse: collapse;
}

p.prg:first-child {
    margin-top: 0!important;
}
p.prg:last-child {
    margin-bottom: 0!important;
}


/* facebook */
.widget_social{
    float: right;
    width: 332px;
    height: 550px;
    background: url(/assets/img/fb.png) no-repeat;
    display: block;
    right: -305px;
    padding: 10px 5px 0 35px;
    position: fixed;
    top: 150px;
    z-index: 1002;
}
.widget_social>div {
    color: #FFF;
    background: #fff;
    height: 465px;
    overflow: hidden;
}


[class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    position: relative;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
[class*="icon-"]:before {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

.icon-people {
    vertical-align: top;
    width: 20px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-user' width='44' height='44' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23e8b013' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='12' cy='7' r='4' /%3E%3Cpath d='M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2' /%3E%3C/svg%3E");
}

.icon-phone {
    vertical-align: middle;
    width: 20px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-phone' width='20' height='20' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23000000' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2' /%3E%3C/svg%3E");
}
.btn .icon-phone {
    margin: -2px 0 2px 0;
}

.icon-fb {
    background-size: contain;
    width: 22px;
    height: 22px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='455' height='455' viewBox='0 0 455 455'%3E%3Cpath id='facebook-svgrepo-com_4_' data-name='facebook-svgrepo-com (4)' d='M0,0V455H455V0ZM301,125.217H265.44c-7.044,0-14.153,7.28-14.153,12.7v36.264h49.647c-2,27.807-6.1,53.235-6.1,53.235h-43.8V385H185.767V227.4H154V174.366h31.771V131.01c0-7.928-1.606-61.009,66.872-61.009h48.366v55.216Z' fill='%23d9d9d9' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}
.icon-fb-b {
    background-size: contain;
    width: 22px;
    height: 22px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='455' height='455' viewBox='0 0 455 455'%3E%3Cpath id='facebook-svgrepo-com_4_' data-name='facebook-svgrepo-com (4)' d='M0,0V455H455V0ZM301,125.217H265.44c-7.044,0-14.153,7.28-14.153,12.7v36.264h49.647c-2,27.807-6.1,53.235-6.1,53.235h-43.8V385H185.767V227.4H154V174.366h31.771V131.01c0-7.928-1.606-61.009,66.872-61.009h48.366v55.216Z' fill='%23000000' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}
.icon-inst {
    background-size: contain;
    width: 22px;
    height: 22px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='455.73' height='455.73' viewBox='0 0 455.73 455.73'%3E%3Cpath id='instagram-svgrepo-com_3_' data-name='instagram-svgrepo-com (3)' d='M227.86,182.55a45.32,45.32,0,1,0,45.32,45.31A45.375,45.375,0,0,0,227.86,182.55Zm0,0a45.32,45.32,0,1,0,45.32,45.31A45.375,45.375,0,0,0,227.86,182.55Zm75.5-73.89H152.37a43.762,43.762,0,0,0-43.71,43.71V303.36a43.762,43.762,0,0,0,43.71,43.71H303.36a43.762,43.762,0,0,0,43.71-43.71V152.37A43.762,43.762,0,0,0,303.36,108.66Zm-75.5,197.69a78.485,78.485,0,1,1,78.49-78.49A78.576,78.576,0,0,1,227.86,306.35Zm81.01-140.74a18.57,18.57,0,1,1,18.57-18.57A18.59,18.59,0,0,1,308.87,165.61Zm-81.01,16.94a45.32,45.32,0,1,0,45.32,45.31A45.375,45.375,0,0,0,227.86,182.55Zm75.5-73.89H152.37a43.762,43.762,0,0,0-43.71,43.71V303.36a43.762,43.762,0,0,0,43.71,43.71H303.36a43.762,43.762,0,0,0,43.71-43.71V152.37A43.762,43.762,0,0,0,303.36,108.66Zm-75.5,197.69a78.485,78.485,0,1,1,78.49-78.49A78.576,78.576,0,0,1,227.86,306.35Zm81.01-140.74a18.57,18.57,0,1,1,18.57-18.57A18.59,18.59,0,0,1,308.87,165.61Zm-81.01,16.94a45.32,45.32,0,1,0,45.32,45.31A45.375,45.375,0,0,0,227.86,182.55ZM0,0V455.73H455.73V0ZM380.23,303.36a76.952,76.952,0,0,1-76.87,76.87H152.37A76.952,76.952,0,0,1,75.5,303.36V152.37A76.952,76.952,0,0,1,152.37,75.5H303.36a76.952,76.952,0,0,1,76.87,76.87V303.36Zm-76.87-194.7H152.37a43.762,43.762,0,0,0-43.71,43.71V303.36a43.762,43.762,0,0,0,43.71,43.71H303.36a43.762,43.762,0,0,0,43.71-43.71V152.37A43.762,43.762,0,0,0,303.36,108.66Zm-75.5,197.69a78.485,78.485,0,1,1,78.49-78.49A78.576,78.576,0,0,1,227.86,306.35Zm81.01-140.74a18.57,18.57,0,1,1,18.57-18.57A18.59,18.59,0,0,1,308.87,165.61Zm-81.01,16.94a45.32,45.32,0,1,0,45.32,45.31A45.375,45.375,0,0,0,227.86,182.55Zm0,0a45.32,45.32,0,1,0,45.32,45.31A45.375,45.375,0,0,0,227.86,182.55Zm0,0a45.32,45.32,0,1,0,45.32,45.31A45.375,45.375,0,0,0,227.86,182.55Zm75.5-73.89H152.37a43.762,43.762,0,0,0-43.71,43.71V303.36a43.762,43.762,0,0,0,43.71,43.71H303.36a43.762,43.762,0,0,0,43.71-43.71V152.37A43.762,43.762,0,0,0,303.36,108.66Zm-75.5,197.69a78.485,78.485,0,1,1,78.49-78.49A78.576,78.576,0,0,1,227.86,306.35Zm81.01-140.74a18.57,18.57,0,1,1,18.57-18.57A18.59,18.59,0,0,1,308.87,165.61Zm-81.01,16.94a45.32,45.32,0,1,0,45.32,45.31A45.375,45.375,0,0,0,227.86,182.55Zm0,0a45.32,45.32,0,1,0,45.32,45.31A45.375,45.375,0,0,0,227.86,182.55Zm0,0a45.32,45.32,0,1,0,45.32,45.31A45.375,45.375,0,0,0,227.86,182.55Zm75.5-73.89H152.37a43.762,43.762,0,0,0-43.71,43.71V303.36a43.762,43.762,0,0,0,43.71,43.71H303.36a43.762,43.762,0,0,0,43.71-43.71V152.37A43.762,43.762,0,0,0,303.36,108.66Zm-75.5,197.69a78.485,78.485,0,1,1,78.49-78.49A78.576,78.576,0,0,1,227.86,306.35Zm81.01-140.74a18.57,18.57,0,1,1,18.57-18.57A18.59,18.59,0,0,1,308.87,165.61Zm-81.01,16.94a45.32,45.32,0,1,0,45.32,45.31A45.375,45.375,0,0,0,227.86,182.55Z' fill='%23d9d9d9'/%3E%3C/svg%3E%0A");
}
.icon-inst-b {
    background-size: contain;
    width: 22px;
    height: 22px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='455.73' height='455.73' viewBox='0 0 455.73 455.73'%3E%3Cpath id='instagram-svgrepo-com_3_' data-name='instagram-svgrepo-com (3)' d='M227.86,182.55a45.32,45.32,0,1,0,45.32,45.31A45.375,45.375,0,0,0,227.86,182.55Zm0,0a45.32,45.32,0,1,0,45.32,45.31A45.375,45.375,0,0,0,227.86,182.55Zm75.5-73.89H152.37a43.762,43.762,0,0,0-43.71,43.71V303.36a43.762,43.762,0,0,0,43.71,43.71H303.36a43.762,43.762,0,0,0,43.71-43.71V152.37A43.762,43.762,0,0,0,303.36,108.66Zm-75.5,197.69a78.485,78.485,0,1,1,78.49-78.49A78.576,78.576,0,0,1,227.86,306.35Zm81.01-140.74a18.57,18.57,0,1,1,18.57-18.57A18.59,18.59,0,0,1,308.87,165.61Zm-81.01,16.94a45.32,45.32,0,1,0,45.32,45.31A45.375,45.375,0,0,0,227.86,182.55Zm75.5-73.89H152.37a43.762,43.762,0,0,0-43.71,43.71V303.36a43.762,43.762,0,0,0,43.71,43.71H303.36a43.762,43.762,0,0,0,43.71-43.71V152.37A43.762,43.762,0,0,0,303.36,108.66Zm-75.5,197.69a78.485,78.485,0,1,1,78.49-78.49A78.576,78.576,0,0,1,227.86,306.35Zm81.01-140.74a18.57,18.57,0,1,1,18.57-18.57A18.59,18.59,0,0,1,308.87,165.61Zm-81.01,16.94a45.32,45.32,0,1,0,45.32,45.31A45.375,45.375,0,0,0,227.86,182.55ZM0,0V455.73H455.73V0ZM380.23,303.36a76.952,76.952,0,0,1-76.87,76.87H152.37A76.952,76.952,0,0,1,75.5,303.36V152.37A76.952,76.952,0,0,1,152.37,75.5H303.36a76.952,76.952,0,0,1,76.87,76.87V303.36Zm-76.87-194.7H152.37a43.762,43.762,0,0,0-43.71,43.71V303.36a43.762,43.762,0,0,0,43.71,43.71H303.36a43.762,43.762,0,0,0,43.71-43.71V152.37A43.762,43.762,0,0,0,303.36,108.66Zm-75.5,197.69a78.485,78.485,0,1,1,78.49-78.49A78.576,78.576,0,0,1,227.86,306.35Zm81.01-140.74a18.57,18.57,0,1,1,18.57-18.57A18.59,18.59,0,0,1,308.87,165.61Zm-81.01,16.94a45.32,45.32,0,1,0,45.32,45.31A45.375,45.375,0,0,0,227.86,182.55Zm0,0a45.32,45.32,0,1,0,45.32,45.31A45.375,45.375,0,0,0,227.86,182.55Zm0,0a45.32,45.32,0,1,0,45.32,45.31A45.375,45.375,0,0,0,227.86,182.55Zm75.5-73.89H152.37a43.762,43.762,0,0,0-43.71,43.71V303.36a43.762,43.762,0,0,0,43.71,43.71H303.36a43.762,43.762,0,0,0,43.71-43.71V152.37A43.762,43.762,0,0,0,303.36,108.66Zm-75.5,197.69a78.485,78.485,0,1,1,78.49-78.49A78.576,78.576,0,0,1,227.86,306.35Zm81.01-140.74a18.57,18.57,0,1,1,18.57-18.57A18.59,18.59,0,0,1,308.87,165.61Zm-81.01,16.94a45.32,45.32,0,1,0,45.32,45.31A45.375,45.375,0,0,0,227.86,182.55Zm0,0a45.32,45.32,0,1,0,45.32,45.31A45.375,45.375,0,0,0,227.86,182.55Zm0,0a45.32,45.32,0,1,0,45.32,45.31A45.375,45.375,0,0,0,227.86,182.55Zm75.5-73.89H152.37a43.762,43.762,0,0,0-43.71,43.71V303.36a43.762,43.762,0,0,0,43.71,43.71H303.36a43.762,43.762,0,0,0,43.71-43.71V152.37A43.762,43.762,0,0,0,303.36,108.66Zm-75.5,197.69a78.485,78.485,0,1,1,78.49-78.49A78.576,78.576,0,0,1,227.86,306.35Zm81.01-140.74a18.57,18.57,0,1,1,18.57-18.57A18.59,18.59,0,0,1,308.87,165.61Zm-81.01,16.94a45.32,45.32,0,1,0,45.32,45.31A45.375,45.375,0,0,0,227.86,182.55Z'/%3E%3C/svg%3E%0A");
}

.icon-right, .icon-left {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevrons-right' width='44' height='44' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23000000' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpolyline points='7 7 12 12 7 17' /%3E%3Cpolyline points='13 7 18 12 13 17' /%3E%3C/svg%3E");
}
.icon-left {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icon-bli {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.121' height='13.5' viewBox='0 0 19.121 13.5'%3E%3Cline id='Line_5' data-name='Line 5' x2='0.01' transform='translate(9.546 12.75)' fill='none' stroke='%23e8b013' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Path_29' data-name='Path 29' d='M9.172,15.172a4,4,0,0,1,5.656,0' transform='translate(-2.454 -5.25)' fill='none' stroke='%23e8b013' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Path_30' data-name='Path 30' d='M6.343,12.343a8,8,0,0,1,11.314,0' transform='translate(-2.454 -5.25)' fill='none' stroke='%23e8b013' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Path_31' data-name='Path 31' d='M3.515,9.515a12.034,12.034,0,0,1,17,0' transform='translate(-2.454 -5.25)' fill='none' stroke='%23e8b013' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.icon-mb {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.5' height='19.5' viewBox='0 0 13.5 19.5'%3E%3Cline id='Line_1' data-name='Line 1' x2='8' transform='translate(2.75 18.75)' fill='none' stroke='%23e8b013' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cline id='Line_2' data-name='Line 2' y2='6' transform='translate(6.75 12.75)' fill='none' stroke='%23e8b013' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Path_20' data-name='Path 20' d='M17,3l1,7c0,3.012-2.686,5-6,5s-6-1.988-6-5L7,3Z' transform='translate(-5.25 -2.25)' fill='none' stroke='%23e8b013' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
}
.icon-md {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.5' height='12.5' viewBox='0 0 19.5 12.5'%3E%3Cpath id='Path_22' data-name='Path 22' d='M3,7V18m0-4H21m0,4V10a2,2,0,0,0-2-2H11v6' transform='translate(-2.25 -6.25)' fill='none' stroke='%23e8b013' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Ccircle id='Ellipse_1' data-name='Ellipse 1' cx='1' cy='1' r='1' transform='translate(3.75 2.75)' fill='none' stroke='%23e8b013' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.icon-ts {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.5' height='18.811' viewBox='0 0 19.5 18.811'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='18' height='13' rx='2' transform='translate(0.75 5.061)' fill='none' stroke='%23e8b013' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Path_27' data-name='Path 27' d='M16,3,12,7,8,3' transform='translate(-2.25 -1.939)' fill='none' stroke='%23e8b013' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
}
.icon-mp {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-news' width='20' height='20' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23e8b013' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M16 6h3a1 1 0 0 1 1 1v11a2 2 0 0 1 -4 0v-13a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1v12a3 3 0 0 0 3 3h11' /%3E%3Cline x1='8' y1='8' x2='12' y2='8' /%3E%3Cline x1='8' y1='12' x2='12' y2='12' /%3E%3Cline x1='8' y1='16' x2='12' y2='16' /%3E%3C/svg%3E");
}
.icon-pr {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.5' height='18.5' viewBox='0 0 11.5 18.5'%3E%3Cpath id='Path_24' data-name='Path 24' d='M7,7H17v6a3,3,0,0,1-3,3H10a3,3,0,0,1-3-3V7' transform='translate(-6.25 -2.25)' fill='none' stroke='%23e8b013' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cline id='Line_3' data-name='Line 3' y2='4' transform='translate(2.75 0.75)' fill='none' stroke='%23e8b013' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cline id='Line_4' data-name='Line 4' y2='4' transform='translate(8.75 0.75)' fill='none' stroke='%23e8b013' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Path_25' data-name='Path 25' d='M12,16v2a2,2,0,0,0,2,2h3' transform='translate(-6.25 -2.25)' fill='none' stroke='%23e8b013' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.icon-bdp {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='299.7' height='204.163' viewBox='0 0 299.7 204.163'%3E%3Cg id='desk-svgrepo-com' transform='translate(0 -47.768)'%3E%3Cg id='Group_2' data-name='Group 2'%3E%3Cg id='Group_1' data-name='Group 1'%3E%3Cpath id='Path_1' data-name='Path 1' d='M292.95,47.768H6.75A6.75,6.75,0,0,0,0,54.518V245.181a6.75,6.75,0,0,0,6.75,6.75H54.314a6.75,6.75,0,0,0,6.75-6.75V108.831H180.288v136.35a6.75,6.75,0,0,0,6.75,6.75H292.95a6.75,6.75,0,0,0,6.75-6.75V54.517A6.75,6.75,0,0,0,292.95,47.768ZM47.564,238.432H13.5v-129.6H47.564Zm238.636,0H193.788v-58.05H286.2Zm0-71.55H193.788v-58.05H286.2Zm0-71.55H13.5V61.268H286.2Z' fill='%23e8b013'/%3E%3Cpath id='Path_2' data-name='Path 2' d='M223.667,144.607H256.32a6.75,6.75,0,0,0,0-13.5H223.667a6.75,6.75,0,0,0,0,13.5Z' fill='%23e8b013'/%3E%3Cpath id='Path_3' data-name='Path 3' d='M223.667,216.157H256.32a6.75,6.75,0,0,0,0-13.5H223.667a6.75,6.75,0,0,0,0,13.5Z' fill='%23e8b013'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-irk {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='508' height='393.2' viewBox='0 0 508 393.2'%3E%3Cg id='air-conditioner-svgrepo-com_1_' data-name='air-conditioner-svgrepo-com (1)' transform='translate(0 -57.4)'%3E%3Cg id='Group_6' data-name='Group 6'%3E%3Cg id='Group_5' data-name='Group 5'%3E%3Cpath id='Path_9' data-name='Path 9' d='M495.3,69.2C415.2,61.4,334,57.4,254,57.4S92.8,61.4,12.7,69.2A14.025,14.025,0,0,0,0,83.2V262.9a14.025,14.025,0,0,0,12.7,14c80,7.8,161.2,11.8,241.3,11.8,80,0,161.2-4,241.3-11.8a14.1,14.1,0,0,0,12.7-14V83.2A14.025,14.025,0,0,0,495.3,69.2ZM479.8,250.1c-75,6.9-150.9,10.4-225.8,10.4S103.2,257,28.2,250.1V96c75-6.9,150.9-10.4,225.8-10.4S404.8,89.1,479.8,96Z' fill='%23e8b013'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_8' data-name='Group 8'%3E%3Cg id='Group_7' data-name='Group 7'%3E%3Cpath id='Path_10' data-name='Path 10' d='M451.5,210.1a14.036,14.036,0,0,0-15.1-13,2412.982,2412.982,0,0,1-364.7,0,14.093,14.093,0,1,0-2.2,28.1c61.2,4.7,122.9,7,184.5,7s123.3-2.3,184.5-7A14.1,14.1,0,0,0,451.5,210.1Z' fill='%23e8b013'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_10' data-name='Group 10'%3E%3Cg id='Group_9' data-name='Group 9'%3E%3Cpath id='Path_11' data-name='Path 11' d='M432.7,113.8a14.084,14.084,0,0,0-14.1,14.1v4.8a14.1,14.1,0,1,0,28.2,0v-4.8A14.084,14.084,0,0,0,432.7,113.8Z' fill='%23e8b013'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_12' data-name='Group 12'%3E%3Cg id='Group_11' data-name='Group 11'%3E%3Cpath id='Path_12' data-name='Path 12' d='M118.5,330.4a14.091,14.091,0,0,0-18.1,8.5l-33.7,93c-2.7,7.3.9,16.1,8.5,18.1,7.8,2.1,16-2.7,18.1-8.5l33.7-93A14.178,14.178,0,0,0,118.5,330.4Z' fill='%23e8b013'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_14' data-name='Group 14'%3E%3Cg id='Group_13' data-name='Group 13'%3E%3Cpath id='Path_13' data-name='Path 13' d='M208.9,329.5a14.093,14.093,0,0,0-15.7,12.3l-11.2,93a14.038,14.038,0,0,0,14,15.8,14.211,14.211,0,0,0,14-12.4l11.2-93A13.954,13.954,0,0,0,208.9,329.5Z' fill='%23e8b013'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_16' data-name='Group 16'%3E%3Cg id='Group_15' data-name='Group 15'%3E%3Cpath id='Path_14' data-name='Path 14' d='M441.3,431.8l-33.7-93a14.14,14.14,0,1,0-26.6,9.6l33.7,93c2.1,5.7,10.3,10.5,18.1,8.5C440.3,447.9,443.9,439.2,441.3,431.8Z' fill='%23e8b013'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_18' data-name='Group 18'%3E%3Cg id='Group_17' data-name='Group 17'%3E%3Cpath id='Path_15' data-name='Path 15' d='M326,434.8l-11.2-93a14.1,14.1,0,0,0-28,3.4l11.2,93a14.126,14.126,0,0,0,14,12.4A13.983,13.983,0,0,0,326,434.8Z' fill='%23e8b013'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-su {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='315' height='245.704' viewBox='0 0 315 245.704'%3E%3Cg id='dryer-svgrepo-com' transform='translate(0 -34.649)'%3E%3Cpath id='Path_16' data-name='Path 16' d='M315,100.426c0-37.044-35.359-65.777-65.777-65.777C221.4,34.649,112.815,54.164,108.206,55a7,7,0,0,0-5.759,6.889V138.97a7,7,0,0,0,5.759,6.889c3.364.606,62.13,11.168,104.445,16.828v90.127a27.538,27.538,0,1,0,55.076,0V162.908C292.359,154.369,315,130.066,315,100.426Zm-57.88,3.394c-6.159,0-9.96-2.246-10.814-3.395.854-1.148,4.655-3.394,10.814-3.394s9.959,2.246,10.814,3.394C267.079,101.574,263.279,103.82,257.12,103.82ZM232.2,100.426c0,7.883,6.773,14.22,16.687,16.49a95.224,95.224,0,0,1-12.21,34.525c-24.275-2.3-67.514-9.3-96.476-14.225V63.635c28.816-4.9,71.77-11.858,96.112-14.189a94.71,94.71,0,0,1,12.48,34.512c-9.862,2.288-16.593,8.61-16.593,16.468ZM116.447,67.748c2.546-.449,5.853-1.03,9.753-1.708v68.771c-3.9-.678-7.207-1.259-9.753-1.708V67.748Zm137.28,185.065a13.538,13.538,0,1,1-27.076,0V164.44a222.758,222.758,0,0,0,22.571,1.764c1.49,0,2.995-.089,4.505-.225v86.834ZM252.3,152.059a111.59,111.59,0,0,0,10.666-34.686c11.2-1.744,19.07-8.447,19.07-16.947,0-8.523-7.917-15.24-19.162-16.961a111.1,111.1,0,0,0-10.9-34.7C274.838,50.467,301,72.86,301,100.426c0,27.436-25.917,49.746-48.7,51.633Z' fill='%23e8b013'/%3E%3Cpath id='Path_17' data-name='Path 17' d='M75.538,78.785c-1.179,0-1.542-.236-3.533-2.3-2.528-2.617-6.348-6.572-13.6-6.572s-11.074,3.955-13.6,6.572c-1.992,2.063-2.354,2.3-3.533,2.3s-1.541-.236-3.532-2.3c-2.527-2.617-6.348-6.572-13.6-6.572s-11.074,3.955-13.6,6.573c-1.991,2.062-2.354,2.3-3.531,2.3a7,7,0,0,0,0,14c7.255,0,11.074-3.955,13.6-6.573,1.991-2.062,2.354-2.3,3.531-2.3s1.54.236,3.531,2.3c2.527,2.617,6.348,6.573,13.6,6.573s11.075-3.955,13.6-6.573c1.991-2.062,2.355-2.3,3.532-2.3s1.541.236,3.532,2.3c2.528,2.618,6.349,6.573,13.6,6.573a7,7,0,0,0,0-14Z' fill='%23e8b013'/%3E%3Cpath id='Path_18' data-name='Path 18' d='M75.538,116.939c-1.178,0-1.541-.236-3.533-2.3-2.527-2.618-6.348-6.574-13.6-6.574s-11.075,3.956-13.6,6.574c-1.992,2.063-2.355,2.3-3.533,2.3s-1.54-.236-3.531-2.3c-2.528-2.618-6.348-6.574-13.6-6.574s-11.075,3.956-13.6,6.574c-1.991,2.063-2.354,2.3-3.53,2.3a7,7,0,1,0,0,14c7.255,0,11.075-3.956,13.6-6.574,1.991-2.063,2.354-2.3,3.53-2.3s1.539.236,3.53,2.3c2.528,2.618,6.348,6.574,13.6,6.574s11.076-3.956,13.6-6.574c1.991-2.063,2.354-2.3,3.531-2.3s1.54.236,3.531,2.3c2.528,2.618,6.349,6.574,13.6,6.574a7,7,0,0,0,0-14Z' fill='%23e8b013'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-spk {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='296.002' height='250' viewBox='0 0 296.002 250'%3E%3Cg id='coffee-svgrepo-com' transform='translate(0.001 -23.001)'%3E%3Cpath id='Path_34' data-name='Path 34' d='M290.664,148.038a45.2,45.2,0,0,0-27.8-21.882,45.87,45.87,0,0,0-33.418,3.233c.021-3.326,0-6.442-.013-9.328-.01-1.766-.02-3.454-.02-5.061a8,8,0,0,0-8-8H8.042a8,8,0,0,0-8,8c0,1.606-.01,3.295-.02,5.061-.179,31.228-.512,89.354,50.826,150.1A8,8,0,0,0,56.958,273H172.5a8,8,0,0,0,6.11-2.836q7.2-8.517,13.083-16.946c10.572-1.611,85.224-14.84,101.98-68.771C297.6,171.8,296.533,158.869,290.664,148.038ZM60.71,257c-43.783-53.478-44.84-103.064-44.7-134H213.45c.137,30.935-.92,80.522-44.7,134Zm217.683-77.3c-10.523,33.866-52.082,48.877-74.857,54.675A201.338,201.338,0,0,0,228.688,149.5a30.07,30.07,0,0,1,29.812-7.947,29.335,29.335,0,0,1,18.1,14.112C280.449,162.77,281.07,171.082,278.393,179.7Z' fill='%23e8b013'/%3E%3Cpath id='Path_35' data-name='Path 35' d='M72.729,82a8,8,0,0,0,16,0,9.6,9.6,0,0,1,1.238-5.094A25.061,25.061,0,0,0,92.729,65a25.057,25.057,0,0,0-2.762-11.907A9.6,9.6,0,0,1,88.729,48a9.594,9.594,0,0,1,1.238-5.093A25.051,25.051,0,0,0,92.729,31a8,8,0,0,0-16,0,9.594,9.594,0,0,1-1.238,5.093A25.051,25.051,0,0,0,72.729,48,25.056,25.056,0,0,0,75.491,59.9,9.6,9.6,0,0,1,76.729,65a9.6,9.6,0,0,1-1.238,5.1A25.044,25.044,0,0,0,72.729,82Z' fill='%23e8b013'/%3E%3Cpath id='Path_36' data-name='Path 36' d='M104.729,82a8,8,0,0,0,16,0,9.6,9.6,0,0,1,1.238-5.094A25.061,25.061,0,0,0,124.729,65a25.057,25.057,0,0,0-2.762-11.907A9.6,9.6,0,0,1,120.729,48a9.594,9.594,0,0,1,1.238-5.093A25.051,25.051,0,0,0,124.729,31a8,8,0,0,0-16,0,9.594,9.594,0,0,1-1.238,5.093A25.051,25.051,0,0,0,104.729,48,25.056,25.056,0,0,0,107.491,59.9a9.6,9.6,0,0,1,1.238,5.1,9.6,9.6,0,0,1-1.238,5.1A25.044,25.044,0,0,0,104.729,82Z' fill='%23e8b013'/%3E%3Cpath id='Path_37' data-name='Path 37' d='M136.729,82a8,8,0,0,0,16,0,9.6,9.6,0,0,1,1.238-5.094A25.061,25.061,0,0,0,156.729,65a25.057,25.057,0,0,0-2.762-11.907A9.6,9.6,0,0,1,152.729,48a9.594,9.594,0,0,1,1.238-5.093A25.051,25.051,0,0,0,156.729,31a8,8,0,0,0-16,0,9.594,9.594,0,0,1-1.238,5.093A25.051,25.051,0,0,0,136.729,48,25.056,25.056,0,0,0,139.491,59.9a9.6,9.6,0,0,1,1.238,5.1,9.6,9.6,0,0,1-1.238,5.1A25.044,25.044,0,0,0,136.729,82Z' fill='%23e8b013'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-ba {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='950.9' height='980' viewBox='0 0 950.9 980'%3E%3Cg id='a7b2719a5f0a3317621d8e50994d4c51' transform='translate(-24.5 -10)'%3E%3Cg id='Group_29' data-name='Group 29'%3E%3Cg id='Group_28' data-name='Group 28'%3E%3Cpath id='Path_38' data-name='Path 38' d='M893.2,478a81.574,81.574,0,0,0-77.3,109.7H751.4V220.3c0-63.1-28.1-119.7-72.3-158.3a20.671,20.671,0,0,0-1.5-2.5,26.377,26.377,0,0,0-9.9-6.7A209.068,209.068,0,0,0,541.1,10H455.8c-116,0-210.3,94.3-210.3,210.3V587.7H184.1a80.673,80.673,0,0,0,5-27.4,82.3,82.3,0,0,0-164.6,0c0,35.7,23,65.9,54.9,77.2V962.6A27.442,27.442,0,0,0,106.8,990H893.1a27.442,27.442,0,0,0,27.4-27.4V637.5c31.9-11.4,54.9-41.5,54.9-77.2A82.283,82.283,0,0,0,893.2,478ZM106.8,532.8a27.4,27.4,0,1,1-27.4,27.4A27.442,27.442,0,0,1,106.8,532.8Zm27.5,402.3V642.5H295.4V935.1Zm215.9-7.3V642.5H471V935.1H350.2v-7.3Zm282.6,7.3H525.9V642.5h128V935.1Zm232.9,0h-157V642.5h157Zm27.5-347.4a27.4,27.4,0,1,1,27.4-27.4A27.442,27.442,0,0,1,893.2,587.7Zm-237-471.5a154.59,154.59,0,0,1,38,78.3H570.6Zm-44.1-34-86.2,78.9V64.9h15.2A154.232,154.232,0,0,1,612.1,82.2ZM455.8,64.9H471v94.8l-85.2-78A154.137,154.137,0,0,1,455.8,64.9ZM341.4,115.4l86.4,79.1H302.7A154.963,154.963,0,0,1,341.4,115.4Zm-41,134H696.6V587.7H300.3V249.4Z' fill='%23e8b013'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-sik {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='484.305' viewBox='0 0 512 484.305'%3E%3Cg id='slippers-svgrepo-com' transform='translate(0 -13.847)'%3E%3Cg id='Group_31' data-name='Group 31'%3E%3Cg id='Group_30' data-name='Group 30'%3E%3Cpath id='Path_39' data-name='Path 39' d='M391.109,13.847A121.029,121.029,0,0,0,270.218,134.738V253.691a10.2,10.2,0,0,0,10.2,10.2H292.63V399.671a98.48,98.48,0,1,0,196.96,0V263.891H501.8a10.2,10.2,0,0,0,10.2-10.2V134.739A121.03,121.03,0,0,0,391.109,13.847Zm0,463.907a78.17,78.17,0,0,1-78.082-78.082V263.891H469.189V399.672h0A78.17,78.17,0,0,1,391.108,477.754ZM491.6,243.493H290.615V134.739a100.493,100.493,0,1,1,200.986,0V243.493Z' fill='%23e8b013'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_33' data-name='Group 33'%3E%3Cg id='Group_32' data-name='Group 32'%3E%3Cpath id='Path_40' data-name='Path 40' d='M444.769,358.893a10.2,10.2,0,0,0-10.2,10.2v8.078a10.2,10.2,0,0,0,20.4,0v-8.078A10.2,10.2,0,0,0,444.769,358.893Z' fill='%23e8b013'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_35' data-name='Group 35'%3E%3Cg id='Group_34' data-name='Group 34'%3E%3Cpath id='Path_41' data-name='Path 41' d='M444.769,275.8a10.2,10.2,0,0,0-10.2,10.2v48.468a10.2,10.2,0,0,0,20.4,0V286A10.2,10.2,0,0,0,444.769,275.8Z' fill='%23e8b013'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_37' data-name='Group 37'%3E%3Cg id='Group_36' data-name='Group 36'%3E%3Cpath id='Path_42' data-name='Path 42' d='M120.891,13.847A121.029,121.029,0,0,0,0,134.739V253.692a10.2,10.2,0,0,0,10.2,10.2H22.412V399.672a98.479,98.479,0,1,0,196.958,0V263.891h12.213a10.2,10.2,0,0,0,10.2-10.2V134.739A121.028,121.028,0,0,0,120.891,13.847Zm78.081,385.825a78.081,78.081,0,1,1-156.162,0V263.891H198.972Zm22.412-156.179H20.4V134.739a100.493,100.493,0,0,1,200.986,0Z' fill='%23e8b013'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_39' data-name='Group 39'%3E%3Cg id='Group_38' data-name='Group 38'%3E%3Cpath id='Path_43' data-name='Path 43' d='M174.552,358.893a10.2,10.2,0,0,0-10.2,10.2v8.078a10.2,10.2,0,0,0,20.4,0v-8.078A10.2,10.2,0,0,0,174.552,358.893Z' fill='%23e8b013'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_41' data-name='Group 41'%3E%3Cg id='Group_40' data-name='Group 40'%3E%3Cpath id='Path_44' data-name='Path 44' d='M174.552,275.8a10.2,10.2,0,0,0-10.2,10.2v48.468a10.2,10.2,0,0,0,20.4,0V286A10.2,10.2,0,0,0,174.552,275.8Z' fill='%23e8b013'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-ot {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='146.682' height='180.828' viewBox='0 0 146.682 180.828'%3E%3Cpath id='toilet-svgrepo-com' d='M156.255,0H107.736a7.5,7.5,0,0,0-7.5,7.5V86.3H24.693a7.5,7.5,0,0,0-7.454,6.671c-1.072,9.633,2.626,29.71,23.137,40.85v39.508a7.5,7.5,0,0,0,7.5,7.5h76.3a7.5,7.5,0,0,0,7.5-7.5V136.143c13.669-4.248,32.083-16.7,32.083-43.152V7.5A7.5,7.5,0,0,0,156.255,0ZM115.236,15h33.519V27.054H115.236V15Zm33.519,77.99c0,10.656-4.117,18.828-12.237,24.29a37.268,37.268,0,0,1-13.408,5.5,7.5,7.5,0,0,0-6.438,7.424v35.627h-61.3V129.121a7.5,7.5,0,0,0-4.553-6.9C38.126,116.8,33.985,107.58,32.677,101.3h75.059a7.5,7.5,0,0,0,7.5-7.5V42.054h33.519V92.99Z' transform='translate(-17.073)' fill='%23e8b013'/%3E%3C/svg%3E%0A");
}
.icon-wwl {
    height: 16px;
    margin: 1px 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='28' viewBox='0 0 26 28'%3E%3Cg id='healthcare-scales-svgrepo-com' transform='translate(-3 -2)'%3E%3Ccircle id='Ellipse_2' data-name='Ellipse 2' cx='6' cy='6' r='6' transform='translate(10 3)' fill='none' stroke='%23e8b013' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Path_45' data-name='Path 45' d='M22,9h4a2.006,2.006,0,0,1,2,2V27a2.006,2.006,0,0,1-2,2H6a2.006,2.006,0,0,1-2-2V11A2.006,2.006,0,0,1,6,9h4' fill='none' stroke='%23e8b013' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline id='Line_6' data-name='Line 6' y1='14' transform='translate(16 15)' fill='none' stroke='%23e8b013' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Path_46' data-name='Path 46' d='M16.7,9.7a.99.99,0,0,1-1.4-1.4,17.994,17.994,0,0,1,2.8-1.4A17.994,17.994,0,0,1,16.7,9.7Z' fill='none' stroke='%23e8b013' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-opl {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='318.99' height='423.275' viewBox='0 0 318.99 423.275'%3E%3Cg id='underfloor-heating-svgrepo-com' transform='translate(-52.142 0)'%3E%3Cpath id='Path_47' data-name='Path 47' d='M351.132,112.785a20,20,0,1,1-18.53,27.5h-11.97a7.5,7.5,0,0,1,0-15H332.6A20.026,20.026,0,0,1,351.132,112.785Zm5,20a5,5,0,1,0-5,5A5,5,0,0,0,356.132,132.785Z' fill='%23e8b013'/%3E%3Cpath id='Path_48' data-name='Path 48' d='M346.132,384.745a20,20,0,1,1-15,0v-11.97a7.5,7.5,0,0,1,15,0Zm-2.5,18.53a5,5,0,1,0-5,5A5,5,0,0,0,343.632,403.275Z' fill='%23e8b013'/%3E%3Ccircle id='Ellipse_3' data-name='Ellipse 3' cx='5' cy='5' r='5' transform='translate(346.132 127.785)' fill='%23e8b013'/%3E%3Cpath id='Path_49' data-name='Path 49' d='M346.132,229.525a39.876,39.876,0,0,1-1.84,12,7.516,7.516,0,0,1-7.15,5.24,7.712,7.712,0,0,1-2.26-.35,7.521,7.521,0,0,1-4.9-9.42,24.758,24.758,0,0,0-6.59-25.44,7.5,7.5,0,1,1,10.31-10.89A39.882,39.882,0,0,1,346.132,229.525Z' fill='%23e8b013'/%3E%3Cpath id='Path_50' data-name='Path 50' d='M338.632,398.275a5,5,0,1,1-5,5A5,5,0,0,1,338.632,398.275Z' fill='%23e8b013'/%3E%3Cpath id='Path_51' data-name='Path 51' d='M340.822,338.675a7.5,7.5,0,1,1-12.99,7.5,24.829,24.829,0,0,0-21.45-12.4h-2.31a7.5,7.5,0,0,1,0-15h2.31A39.863,39.863,0,0,1,340.822,338.675Z' fill='%23e8b013'/%3E%3Cpath id='Path_52' data-name='Path 52' d='M323.092,258.125a7.5,7.5,0,0,1-4.95,9.38,39.573,39.573,0,0,1-11.76,1.77h-26.42a7.5,7.5,0,0,1,0-15h26.42a24.8,24.8,0,0,0,7.33-1.1A7.51,7.51,0,0,1,323.092,258.125Z' fill='%23e8b013'/%3E%3Cpath id='Path_53' data-name='Path 53' d='M299.732,189.785a7.5,7.5,0,0,1,0,15h-36.11a7.5,7.5,0,0,1,0-15Z' fill='%23e8b013'/%3E%3Cpath id='Path_54' data-name='Path 54' d='M297.432,33.225c2.69,3.83,6.37,9.07,6.37,18.56s-3.68,14.73-6.36,18.56a26.554,26.554,0,0,0-2.47,3.95,7.5,7.5,0,0,1-6.8,4.31,7.389,7.389,0,0,1-3.18-.71,7.5,7.5,0,0,1-3.6-9.98,40.867,40.867,0,0,1,3.77-6.19c2.27-3.23,3.64-5.18,3.64-9.94s-1.37-6.71-3.64-9.94c-2.69-3.83-6.36-9.06-6.36-18.56s3.67-14.73,6.36-18.55c.33-.47.66-.94.98-1.42a7.5,7.5,0,1,1,12.44,8.38c-.38.56-.76,1.11-1.15,1.65-2.26,3.24-3.63,5.19-3.63,9.94S295.172,30,297.432,33.225Z' fill='%23e8b013'/%3E%3Cpath id='Path_55' data-name='Path 55' d='M289.322,125.285a7.5,7.5,0,0,1,0,15H253.2a7.5,7.5,0,0,1,0-15Z' fill='%23e8b013'/%3E%3Cpath id='Path_56' data-name='Path 56' d='M272.982,318.775a7.5,7.5,0,0,1,0,15h-36.12a7.5,7.5,0,1,1,0-15Z' fill='%23e8b013'/%3E%3Cpath id='Path_57' data-name='Path 57' d='M248.862,254.275a7.5,7.5,0,1,1,0,15h-36.12a7.5,7.5,0,1,1,0-15Z' fill='%23e8b013'/%3E%3Cpath id='Path_58' data-name='Path 58' d='M232.522,189.785a7.5,7.5,0,0,1,0,15H196.4a7.5,7.5,0,0,1,0-15Z' fill='%23e8b013'/%3E%3Cpath id='Path_59' data-name='Path 59' d='M222.1,125.285a7.5,7.5,0,0,1,0,15h-36.11a7.5,7.5,0,0,1,0-15Z' fill='%23e8b013'/%3E%3Cpath id='Path_60' data-name='Path 60' d='M205.762,318.775a7.5,7.5,0,1,1,0,15h-36.11a7.5,7.5,0,1,1,0-15Z' fill='%23e8b013'/%3E%3Cpath id='Path_61' data-name='Path 61' d='M205.282,33.225c2.68,3.83,6.36,9.07,6.36,18.56s-3.68,14.73-6.36,18.56a26.552,26.552,0,0,0-2.47,3.95,7.5,7.5,0,0,1-6.8,4.31,7.389,7.389,0,0,1-3.18-.71,7.5,7.5,0,0,1-3.6-9.98,40.865,40.865,0,0,1,3.77-6.19c2.27-3.23,3.64-5.18,3.64-9.94s-1.37-6.71-3.64-9.94c-2.69-3.83-6.36-9.06-6.36-18.56s3.67-14.73,6.36-18.55c.33-.47.66-.94.98-1.42a7.5,7.5,0,1,1,12.44,8.38c-.38.56-.76,1.1-1.14,1.65-2.27,3.24-3.64,5.19-3.64,9.94S203.012,30,205.282,33.225Z' fill='%23e8b013'/%3E%3Cpath id='Path_62' data-name='Path 62' d='M181.642,254.275a7.5,7.5,0,1,1,0,15h-36.11a7.5,7.5,0,0,1,0-15Z' fill='%23e8b013'/%3E%3Cpath id='Path_63' data-name='Path 63' d='M165.3,189.785a7.5,7.5,0,0,1,0,15h-36.11a7.5,7.5,0,0,1,0-15Z' fill='%23e8b013'/%3E%3Cpath id='Path_64' data-name='Path 64' d='M154.892,125.285a7.5,7.5,0,0,1,0,15h-36.12a7.5,7.5,0,0,1,0-15Z' fill='%23e8b013'/%3E%3Cpath id='Path_65' data-name='Path 65' d='M138.552,318.775a7.5,7.5,0,0,1,0,15h-36.12a7.5,7.5,0,0,1,0-15Z' fill='%23e8b013'/%3E%3Cpath id='Path_66' data-name='Path 66' d='M114.432,254.275a7.5,7.5,0,1,1,0,15H91.892a24.705,24.705,0,0,0-10.11,2.15,7.4,7.4,0,0,1-3.06.66,7.5,7.5,0,0,1-3.07-14.34,39.4,39.4,0,0,1,16.24-3.47Z' fill='%23e8b013'/%3E%3Cpath id='Path_67' data-name='Path 67' d='M113.122,33.225c2.68,3.83,6.36,9.07,6.36,18.56s-3.68,14.73-6.36,18.56a26.552,26.552,0,0,0-2.47,3.95,7.5,7.5,0,0,1-6.8,4.31,7.389,7.389,0,0,1-3.18-.71,7.5,7.5,0,0,1-3.6-9.98,40.866,40.866,0,0,1,3.77-6.19c2.27-3.23,3.64-5.18,3.64-9.94s-1.37-6.71-3.64-9.94c-2.69-3.83-6.36-9.06-6.36-18.56s3.67-14.73,6.36-18.56c.33-.47.66-.94.98-1.42a7.5,7.5,0,0,1,12.44,8.39c-.37.56-.76,1.1-1.14,1.65-2.27,3.24-3.64,5.19-3.64,9.94S110.852,30,113.122,33.225Z' fill='%23e8b013'/%3E%3Cpath id='Path_68' data-name='Path 68' d='M98.092,189.785a7.5,7.5,0,0,1,0,15h-6.2a39.459,39.459,0,0,1-31.8-15.9,7.5,7.5,0,0,1,12-9.01,24.535,24.535,0,0,0,19.8,9.91h6.2Z' fill='%23e8b013'/%3E%3Cpath id='Path_69' data-name='Path 69' d='M95.122,132.085a7.5,7.5,0,0,1-6.46,8.41,24.831,24.831,0,0,0-20.26,16.74,7.5,7.5,0,0,1-14.24-4.73,39.945,39.945,0,0,1,32.56-26.89A7.506,7.506,0,0,1,95.122,132.085Z' fill='%23e8b013'/%3E%3Cpath id='Path_70' data-name='Path 70' d='M77.172,313.925a7.5,7.5,0,0,1-8.93,12.05,39.783,39.783,0,0,1-15.42-39.29,7.5,7.5,0,0,1,14.75,2.76,25.021,25.021,0,0,0-.43,4.58A24.572,24.572,0,0,0,77.172,313.925Z' fill='%23e8b013'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/* site */

{
    font-size: 16px;
    color: #5c5c5c;
    font-family: Nunito Sans/*google_font*/;
}
h2 {
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    margin: 80px 0 50px 0;
    padding: 0 0 30px 0;
    position: relative;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
}
h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 2px;
    background: #fbd771;
    margin: 0 0 0 -25px;
}
h3, .h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #000000;
    margin: 30px 0;
}
h4, .h4 {
    font-size: 22px;
    color: #000000;
    margin: 30px 0;
}
h3:first-child, .h3:first-child, h4:first-child, .h4:first-child {
    margin-top: 0;
}

.btn {
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    padding: 11px 20px 9px 20px;
    font-size: 13px;
    text-transform: uppercase;
    color: #000000;
    margin: 20px 0 0 0;
    -webkit-transition: border-color 0.2s linear 0s, color 0.2s linear 0s;
    transition: border-color 0.2s linear 0s, color 0.2s linear 0s;
    background: transparent;
    border-color: #fbd771 #fbd771 #fbd771 #fbd771;
}
.btn:hover, a:hover .btn {
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    color: #000000;
}
.btn-current {
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    background: #000;
    color: #fff!important;
}
.img-6-right, .img-6-left, .img-4-right, .img-4-left {
    width: 100%;
    margin: 20px 0;
}
p img {
    margin-top: 0!important;
}

@media (min-width: 534px) {
    .img-6-right {
        width: 50%;
        float: right;
        margin: 20px 0 20px 40px;
    }
    .img-6-left {
        width: 50%;
        float: left;
        margin: 20px 40px 20px 0;
    }
    .img-4-right {
        width: 33%;
        float: right;
        margin: 20px 0 20px 40px;
    }
    .img-4-left {
        width: 33%;
        float: left;
        margin: 20px 40px 20px 0;
    }
}


.photo img {
    width: 100%;
    display: block;
    -webkit-transition: filter 0.2s linear 0s;
    transition: filter 0.2s linear 0s;
    filter: grayscale(50%);
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
}
.photo:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}


.content {
    font-size: 16px;
}

.content p {
    margin: 15px 0;
    line-height: 1.5em;
}


.content ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}
.content ul li {
    position: relative;
    padding-left: 30px;
}
.content ul li::before {
    content: "";
    position: absolute;
    background: #e8b013;
    display: block;
    width: 6px;
    height: 6px;
    top: 7px;
    left: 10px;
}


.subContent {
    padding: 0 20px;
    margin-top: 50px;
}


/* text6544/show_0 */

.mainText {
    max-width: 940px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}
.mainText .icon-spa:before {
    background-size: contain;
    width: 36px;
    height: 36px;
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40.14' height='40.065' viewBox='0 0 40.14 40.065'%3E%3Cg id='spa-bowl-to-mix-treatments-ingredients-svgrepo-com' transform='translate(0 -0.893)'%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(0 0.893)'%3E%3Cpath id='Path_8' data-name='Path 8' d='M315.094,877.358a1.061,1.061,0,0,0,1.061-1.061v-2.1a21.765,21.765,0,0,1-14.662,0v2.1a1.061,1.061,0,0,0,1.061,1.061Z' transform='translate(-288.754 -837.293)' fill='%23fbd771'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M586.444,97.934a3.877,3.877,0,0,0-5.421.794l-7.631,10.255h9.659l4.187-5.628A3.877,3.877,0,0,0,586.444,97.934Z' transform='translate(-549.164 -93.1)' fill='%23fbd771'/%3E%3Cpath id='Path_10' data-name='Path 10' d='M13.111,421.859a20.71,20.71,0,0,0,13.918,0,19.827,19.827,0,0,0,13.1-16.842,1.857,1.857,0,0,0-1.851-2.024H1.859a1.857,1.857,0,0,0-1.851,2.024A19.827,19.827,0,0,0,13.111,421.859Z' transform='translate(0 -386.003)' fill='%23fbd771'/%3E%3Cpath id='Path_11' data-name='Path 11' d='M37.41,10.992l1.462-3.558L42.624,5.79,38.843,4.349,37.41.893,35.974,4.349,32.192,5.79l3.752,1.644Z' transform='translate(-30.832 -0.893)' fill='%23fbd771'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    top: 16px;
    left: 16px;
}
.mainText .icon-klub:before {
    background-size: contain;
    width: 36px;
    height: 36px;
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42.406' height='47.707' viewBox='0 0 42.406 47.707'%3E%3Cpath id='drink-svgrepo-com' d='M43.182,5.344A10.35,10.35,0,0,0,44.406,1H2A10.35,10.35,0,0,0,3.224,5.344L20.553,27.5v15.9h-5.3c-5.3,0-5.3,5.3-5.3,5.3h26.5s0-5.3-5.3-5.3h-5.3V27.5ZM21.613,14.252a4.241,4.241,0,1,1,4.241,4.241,4.241,4.241,0,0,1-4.241-4.241Z' transform='translate(-2 -1)' fill='%23fbd771'/%3E%3C/svg%3E%0A");
    top: 16px;
    left: 16px;
}
.mainText .icon-kregielnia:before {
    background-size: contain;
    width: 36px;
    height: 36px;
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.001' height='47.998' viewBox='0 0 34.001 47.998'%3E%3Cpath id='bowling-alley-svgrepo-com' d='M31.57,30.157s-1.877-4.693-3.7-9.174a19.539,19.539,0,0,1-.133-6.267s1.3-5.463.575-8.046A4.5,4.5,0,0,0,24.907,4.3,4.216,4.216,0,0,0,21.14,7.615a13.339,13.339,0,0,0,.338,3.834s1.777,6.8-.172,11.233c0,0-2.719,5.681-2.935,6.982,0,0-1.018,5.566-.016,9.665,0,0,2.1,7.013,3.644,9.336a12.021,12.021,0,0,0,5.8-.071s3.213-5.2,3.855-9.9c0,0,.8-4.967-.088-8.534Zm10.009-3.3s-1.876-4.694-3.7-9.173a19.568,19.568,0,0,1-.134-6.262s1.3-5.463.575-8.052A4.486,4.486,0,0,0,34.911,1a4.214,4.214,0,0,0-3.767,3.31,13.209,13.209,0,0,0,.343,3.835s1.778,6.8-.177,11.232c0,0-.422.891-.948,2.033,1.707,4.195,3.347,8.293,3.347,8.293l.026.071.017.07c.938,3.731.14,8.747.111,8.933a24.343,24.343,0,0,1-1.977,6.38l.123.2a11.967,11.967,0,0,0,5.8-.076s3.211-5.195,3.854-9.9c0,0,.805-4.967-.088-8.533Zm-22.354-4.6a7.421,7.421,0,0,0,.277-.742C19.014,20.3,18.482,19,17.957,17.7a19.37,19.37,0,0,1-.134-6.267s1.3-5.458.577-8.047a4.5,4.5,0,0,0-3.408-2.366,4.219,4.219,0,0,0-3.766,3.3,13.273,13.273,0,0,0,.344,3.836s1.778,6.8-.177,11.237c0,0-2.719,5.682-2.936,6.982,0,0-1.019,5.567-.016,9.665,0,0,2.1,7.014,3.643,9.331a11.918,11.918,0,0,0,5.8-.072l.167-.278c-.98-2.578-1.782-5.232-1.843-5.446-1.042-4.272-.039-9.871,0-10.085.226-1.384,2.559-6.3,3.013-7.24Z' transform='translate(-7.999 -1.001)' fill='%23fbd771'/%3E%3C/svg%3E%0A");
    top: 16px;
    left: 16px;
}
.mainText .icon-bilard:before {
    background-size: contain;
    width: 36px;
    height: 36px;
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg id='billiards-svgrepo-com' xmlns='http://www.w3.org/2000/svg' width='36.806' height='36.806' viewBox='0 0 36.806 36.806'%3E%3Cpath id='Path_1' data-name='Path 1' d='M181.244,141.434a1.7,1.7,0,0,0,1.371-.589,2.375,2.375,0,0,0,.5-1.591,2.291,2.291,0,0,0-.512-1.558,1.738,1.738,0,0,0-1.382-.589,1.716,1.716,0,0,0-1.376.578,2.332,2.332,0,0,0-.5,1.569,2.374,2.374,0,0,0,.5,1.591A1.73,1.73,0,0,0,181.244,141.434Z' transform='translate(-162.824 -124.474)' fill='%23fbd771'/%3E%3Cpath id='Path_2' data-name='Path 2' d='M177.642,210.958a2.127,2.127,0,0,0-1.624.648,2.412,2.412,0,0,0-.611,1.725,2.371,2.371,0,0,0,.617,1.73,2.188,2.188,0,0,0,1.641.632,2.151,2.151,0,0,0,1.619-.637,2.7,2.7,0,0,0-.011-3.45A2.167,2.167,0,0,0,177.642,210.958Z' transform='translate(-159.245 -191.52)' fill='%23fbd771'/%3E%3Cpath id='Path_3' data-name='Path 3' d='M18.4,0a18.4,18.4,0,1,0,18.4,18.4A18.424,18.424,0,0,0,18.4,0Zm3.959,25.456A6.162,6.162,0,0,1,18.42,26.65a6.221,6.221,0,0,1-3.969-1.195,4.1,4.1,0,0,1-1.514-3.419,3.774,3.774,0,0,1,.732-2.3,4.761,4.761,0,0,1,2.02-1.547,4.178,4.178,0,0,1-1.751-1.437,3.669,3.669,0,0,1-.628-2.12,4.079,4.079,0,0,1,1.4-3.309A5.55,5.55,0,0,1,18.4,10.156a5.578,5.578,0,0,1,3.689,1.173A4.065,4.065,0,0,1,23.5,14.637a3.672,3.672,0,0,1-.633,2.125A4.216,4.216,0,0,1,21.117,18.2a4.715,4.715,0,0,1,2.015,1.542,3.765,3.765,0,0,1,.738,2.29A4.105,4.105,0,0,1,22.362,25.456Z' fill='%23fbd771'/%3E%3C/svg%3E%0A");
    top: 16px;
    left: 16px;
}
.mainText .icon-cafeBar:before {
    background-size: contain;
    width: 36px;
    height: 36px;
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60.437' height='61.901' viewBox='0 0 60.437 61.901'%3E%3Cg id='hot-drink-svgrepo-com' transform='translate(-3.5)'%3E%3Cpath id='Path_5' data-name='Path 5' d='M49.439,165.148h7.6a6.9,6.9,0,1,0,0-13.8H55.607q.082-.848.1-1.707a1.587,1.587,0,0,0-.475-1.172,1.638,1.638,0,0,0-1.2-.467H9.774A1.611,1.611,0,0,0,8.1,149.658a23.808,23.808,0,0,0,17.662,22.391H6.861a3.452,3.452,0,0,0,0,6.9H57.168a3.452,3.452,0,0,0,0-6.9H38.049a23.691,23.691,0,0,0,10.5-5.978Q49.006,165.62,49.439,165.148ZM26.444,155.129l.045-.034a3.638,3.638,0,0,1,5.1.682l.318.416.318-.416a3.638,3.638,0,0,1,5.1-.681l.043.033a3.644,3.644,0,0,1,.682,5.1l-.063.073-6.08,6.291-6.143-6.365A3.643,3.643,0,0,1,26.444,155.129Zm30.592-.437a3.555,3.555,0,1,1,0,7.11H52.013a23.561,23.561,0,0,0,3.03-7.11Z' transform='translate(0 -117.05)' fill='%23fbd771'/%3E%3Cpath id='Path_6' data-name='Path 6' d='M105,25.931a1.673,1.673,0,1,0,3.346,0,4.483,4.483,0,0,1,1.146-3.062,7.7,7.7,0,0,0,1.782-5.024,7.7,7.7,0,0,0-1.782-5.025,4.484,4.484,0,0,1-1.146-3.062A4.484,4.484,0,0,1,109.492,6.7a7.7,7.7,0,0,0,1.782-5.024,1.673,1.673,0,1,0-3.346,0,4.483,4.483,0,0,1-1.146,3.062A7.7,7.7,0,0,0,105,9.759a7.7,7.7,0,0,0,1.782,5.024,4.663,4.663,0,0,1,0,6.124A7.7,7.7,0,0,0,105,25.931Z' transform='translate(-80.274)' fill='%23fbd771'/%3E%3Cpath id='Path_7' data-name='Path 7' d='M154,25.931a1.673,1.673,0,0,0,3.346,0,4.483,4.483,0,0,1,1.146-3.062,7.7,7.7,0,0,0,1.782-5.024,7.7,7.7,0,0,0-1.782-5.025,4.484,4.484,0,0,1-1.146-3.062A4.484,4.484,0,0,1,158.492,6.7a7.7,7.7,0,0,0,1.782-5.024,1.673,1.673,0,0,0-3.346,0,4.483,4.483,0,0,1-1.146,3.062A7.7,7.7,0,0,0,154,9.759a7.7,7.7,0,0,0,1.782,5.024,4.663,4.663,0,0,1,0,6.124A7.7,7.7,0,0,0,154,25.931Z' transform='translate(-119.027)' fill='%23fbd771'/%3E%3C/g%3E%3C/svg%3E%0A");
    top: 16px;
    left: 16px;
}
.mainText [class*=icon-] {
    width: 70px;
    height: 70px;
    display: block;
    box-shadow: 0 3px 10px 0 RGBA(0,0,0,0.1);
    border-style: solid solid solid solid;
    border-width: 0 0 0 0;
    border-radius: 40px;
    margin: 0 auto 15px auto;
}
.mainText .e-features-item {
    display: inline-block;
    width: 150px;
    height: 100px;
    margin: 20px 10px 0 10px;
}


/* 6545/_0 */

.cnt-r.cnt6545 {
    max-width: 100%;
}


/* 6546/_0 */

.cnt-r .sub.cnt6546 {
    max-width: 100%;
    background-image: url(/assets/img/wesela.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin: 80px 0 0 0;
    padding: 30% 0 0 0;
    background-position: center center;
}


/* 6552/_0 */

.cnt-r .sub.cnt6552 {
    max-width: 1100px;
    margin: 0 auto;
}


/* text6554/show_0 */

.mainBoxes {
    text-align: center;
    margin: 50px 0 0 -20px;
}
.mainBoxes .e-Box1 {
    position: relative;
    background-image: url(/assets/img/box-klub-muzyczny.jpg);
    background-size: cover;
    background-position: center center;
    padding: 25% 0 0 0;
    width: calc(33.333% - 20px);
    float: left;
    margin: 0 0 20px 20px;
}
.mainBoxes .e-Box2 {
    position: relative;
    background-image: url(/assets/img/box-spa-wellnes.jpg);
    background-size: cover;
    background-position: center center;
    padding: 25% 0 0 0;
    width: calc(33.333% - 20px);
    float: left;
    margin: 0 0 20px 20px;
}
.mainBoxes .e-Box3 {
    position: relative;
    background-image: url(/assets/img/box-kregielnia.jpg);
    background-size: cover;
    background-position: center center;
    padding: calc(50% + 20px) 0 0 0;
    width: calc(33.333% - 20px);
    float: right;
    margin: 0 0 20px 20px;
}
.mainBoxes .e-Box4 {
    position: relative;
    background-image: url(/assets/img/box-restauracja.jpg);
    background-size: cover;
    background-position: center center;
    padding: 25% 0 0 0;
    width: calc(66.666% - 20px);
    float: left;
    margin: 0 0 20px 20px;
}
.mainBoxes .e-Box {
    -webkit-transition: filter 0.2s linear 0s;
    transition: filter 0.2s linear 0s;
    filter: grayscale(50%);
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
}
.mainBoxes .e-Box:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}
.mainBoxes .e-Box:after {
    content: '';
    bottom: 0;
    top: 0;
    left: 0;
    min-width: 50%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    background: -webkit-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    position: absolute;
}
.mainBoxes .e-BoxTitle {
    bottom: 30px;
    left: 30px;
    position: absolute;
    z-index: 9;
}
.mainBoxes h3 {
    font-size: 25px;
    color: #ffffff;
    text-transform: uppercase;
}
.mainBoxes a.btn {
    border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0 0 0 0;
    border-color: #ffffff #ffffff #ffffff #ffffff;
    padding: 10px 20px;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 20px 0 0 0;
    -webkit-transition: background-color 0.2s linear 0s;
    transition: background-color 0.2s linear 0s;
}
.mainBoxes a.btn:hover {
    background: transparent;
    background-color: RGBA(255,255,255,0.3);
}
@media (max-width: 767px) {
    .mainBoxes .e-Box1, .mainBoxes .e-Box2 {
        width: calc(50% - 20px);
        float: left;
    }
    .mainBoxes .e-Box3, .mainBoxes .e-Box4 {
        width: 100%;
        float: right;
        padding: 35% 0 0 0;
    }
}
@media (max-width: 534px) {
    .mainBoxes .e-Box1, .mainBoxes .e-Box2 {
        width: 100%;
        float: right;
        padding: 35% 0 0 0;
    }
}



/* 6549/_0 */

.cnt-r .sub.cnt6549 {
    max-width: 1100px;
    margin: -100px auto auto;
    background-color: #ffffff;
}
@media (max-width: 1200px) {

    .cnt-r .sub.cnt6549 {
        margin: 0 auto auto;
    }
}

/* text6551/show_0 */


.mainWedding {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 1px 20px;
}


/* 6555/_0 */

.cnt-r.cnt6555 {
    color: #000;
}
.cnt-r.cnt6555 {
    margin: 50px auto 0 auto;
    max-width: 100%;
    background: transparent;
    background-color: #000000;
}



/* 6556/_0 */

.cnt-r .sub.cnt6556 {
    max-width: 1100px;
    margin: 0 auto;
}


/* footer6558/show_0 */

.footer {
    padding: 30px 20px;
    color: #919191;
    line-height: 1.5em;
    font-size: 14px;
}
.footer p {
    margin: 10px 0;
}
.footer .l-contact1 {
    float: left;
    width: 30%;
}
.footer .l-contact1-social a {
    margin: 0 10px 0 0;
}
.footer .l-logo {
    float: left;
    width: 40%;
    text-align: center;
}
.footer .l-logo img {
    width: 200px;
}
.footer .l-links {
    float: left;
    width: 30%;
    text-align: right;
}
.footer .l-links a:hover {
    color: #fff;
}
.footer .l-copy {
    float: left;
    width: 50%;
    clear: both;
    margin-top: 30px;
}
.footer .l-create {
    float: left;
    width: 50%;
    text-align: right;
    margin-top: 30px;
}
.footer .l-create .studiomh {
    display: inline-block;
    height: 16px;
    margin: -1px 0 -1px 30px!important;
}
.footer .l-create .studiomh:hover {
    background-position: bottom;
}
.footer h4 {
    font-size: 16px;
    font-weight: bold;
    color: #bababa;
    margin: 0 0 10px 0;
}

.footer span.label {
    width: 80px;
    color: inherit;
}

@media (max-width: 767px) {
    .footer .l-contact1 {
        width: 50%;
    }
    .footer .l-links {
        width: 50%;
    }
    .footer .l-logo {
        display: none;
    }
}

@media (max-width: 479px) {
    .footer .l-contact1 {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .footer .l-contact1-social a {
        margin: 0 5px;
    }
    .footer .l-links {
        float: none;
        width: 100%;
        text-align: center;
    }
}



/* 6534/_0 */

.cnt-r.cnt6534 {
    max-width: 100%;
    z-index: 999;
}


/* 6535/_0 */

.cnt-r .sub.cnt6535 {
    z-index: 9;
    background: transparent;
    background-color: RGBA(0,0,0,0.0);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: background-color .25s linear;
    -moz-transition: background-color .25s linear;
    -webkit-transition: background-color .25s linear;
    z-index: 99999;
}
#page.sticky .cnt-r .sub.cnt6535 {
    background-color: RGBA(0,0,0,1);
}



/* top6537/show_0 */

.top {
    height: 100px;
    transition: height .25s linear;
    -moz-transition: height .25s linear;
    -webkit-transition: height .25s linear;
    max-width: 1100px;
    margin: 0 auto;
}
#page.sticky .top {
    height: 50px;
}
.top header {
    height: 100%;
    position: relative;
}
.top .logo {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.top .logo img {
    display: block;
    height: 70px;
    transition: height .25s linear;
    -moz-transition: height .25s linear;
    -webkit-transition: height .25s linear;
}
#page.sticky .top .logo img {
    height: 50px;
}
.top .logo:hover {
    text-decoration: none!important;
}

.top .langs {
    top: 50%;
    right: 10px;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-style: solid solid solid solid;
    border-width: 0 0 0 1px;
    border-color: RGBA(255,255,255,0.5);
    border-radius: 0 0 0 0;
    padding: 0 17px;
    height: 32px;
}
.top .langs li {
    display: none;
}
.top .langs li a {
    text-align: center;
    padding: 5px 8px;
    color: #ffffff;
    display: block;
    width: 38px;
}
.top .langs li.current {
    display: block;
    font-weight: bold;
}
.top .langs .opened {
    background: #000;
}
.top .langs .opened li {
    display: block;
}

.top .menu1 {
    position: absolute;
    top: 50%;
    right: 90px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: fit-content;
}
.top nav.menu1 > ul > li {
    float: left;
    position: relative;
}
.top nav.menu1 > ul > li > a {
    display: block;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    color: #ffffff;
    margin: 0 5px;
    padding: 10px 13px 10px 13px;
    -webkit-transition: background-color 0.3s linear 0s;
    transition: background-color 0.3s linear 0s;
}
.top nav.menu1 > ul > li > a:hover {
    background-color: RGBA(255,255,255,0.2);
}
.top nav.menu1 > ul > li.sel > a {
    background-color: RGBA(255,255,255,0.2);
}
.top nav.menu1 > ul > li.menu-social {
    display: none;
}

.top nav.menu1 ul.menu-sub {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -40px;
    right: -40px;
    top: calc(100% + 15px);
    background-color: #000000;
    padding: 10px 0;
}
.top nav.menu1 ul.menu-sub:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 7px 5px;
    border-color: transparent transparent #000000 transparent;
}
.top nav.menu1 ul.menu-sub.active {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s linear;
}
.top nav.menu1 .mobile-nav {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    position: relative;
    padding: 10px 10px 10px 35px;
    float: right;
}
.top nav.menu1 .mobile-nav:before {
    background-size: 100%;
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23ffffff" d="M1 3h14v3h-14zM1 7h14v3h-14zM1 11h14v3h-14z"/></svg>');
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.sidr {
    display: block;
    position: fixed;
    top: 0;
    right: -300px;
    left: auto;
    width: 300px;
    height: 100%;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #ffffff;
}
.sidr > ul {
    list-style: none;
    padding: 30px 0;
}
.sidr > ul > li > a {
    font-size: 15px;
    display: block;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 5px 0;
    padding: 5px 20px;
}
.sidr > ul > li > a:hover {
    color: #d7d6ff;
}

.sidr > ul > li.menu-social {
    height: 31px;
}
.sidr > ul > li.menu-social a {
    float: left;
    padding-right: 0;
}

.sidr .menu-sub > li > a {
    font-size: 14px;
    padding: 10px 20px 10px 40px;
    font-weight: normal;
    line-height: 1.2em;
    text-decoration: none;
    color: #000;
    display: block;
    text-transform: uppercase;
}
.sidr .menu-sub > li > a:hover {
    color: #000000;
}
.sidr-open .sidr {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}
.mobile-overlay {
    display: none;
    position: fixed;
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
    z-index: 999998;
    background-color: RGBA(0,0,0,0.5);
}
.sidr-animating .mobile-overlay,
.sidr-open .mobile-overlay {
    display: block;
}
.top nav.menu1 ul.menu-sub > li > a {
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    display: block;
    padding: 10px;
    -webkit-transition: background-color 0.3s linear 0s;
    transition: background-color 0.3s linear 0s;
}
.top nav.menu1 ul.menu-sub > li > a:hover {
    background-color: RGBA(255,255,255,0.2);
}
.top nav.menu1 > ul {
    color: #ffffff;
}
@media (min-width: 1050px) {
    .top nav.menu1 .mobile-nav {
        display: none;
    }
}

@media (max-width: 1049px) {
    .top {
        height: 60px;
    }
    .top .logo img {
        height: 50px;
    }
    .top .menu1 {
        margin: 0;
    }
    .top nav.menu1 > ul {
        display: none;
    }
}

@media (max-width: 479px) {
    .top nav.menu1 .mobile-nav span {
        display: none;
    }
}



/* slider6540/show_0 */

.slider img {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    min-height: 300px;
    width: 100%;
    object-fit: cover;
}
.slider .slick-slide {
    position: relative;
}
.slider .slick-slide:before {
    left: 0;
    right: 0;
    position: absolute;
    background: rgba(0,0,0,0.3);
    bottom: 0;
    top: 0;
    content: '';
    z-index: 2;
}
.slider header {
    color: #ffffff;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0 20px;
}
.slider header h1 {
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 3px;
    font-weight: normal;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    line-height: 1.5em;
}
.slider header p {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 2px;
}

.slider {
    text-align: center;
}
.slider a.btn {
    margin: 40px 10px 0 10px;
    border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ffffff #ffffff #ffffff #ffffff;
    border-radius: 0 0 0 0;
    -webkit-transition: border-color 0.2s linear 0s;
    transition: border-color 0.2s linear 0s;
    background-color: RGBA(255,255,255,0);
    color: #ffffff;
}
.slider a.btn:hover {
    border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
    border-color: #fbd771 #fbd771 #fbd771 #fbd771;
    border-radius: 0 0 0 0;
}
.slider a.btn.btn-white {
    border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0 0 0 0;
    -webkit-transition: background-color 0.2s linear 0s;
    transition: background-color 0.2s linear 0s;
    background-color: #ffffff;
    color: #000000;
}
.slider a.btn.btn-white:hover {
    background-color: #fbd771;
}
@media (max-width: 767px) {
    .slider header h1 {
        font-size: 32px;
    }
    .slider a.btn {
        display: none;
    }
}

@media (max-width: 479px) {
    .slider a.btn {
        display: none;
    }
    .slider header h1 {
        font-size: 24px;
    }
    .slider header p {
        font-size: 15px;
    }
    .slider header {
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
    }
}



.slick-dots {
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    color: #666;
    padding: 7px 2px;
    z-index: 99;
    position: absolute;
    bottom: 20px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}
.slick-dots li {
    float: left;
}
.slick-dots li button {
    text-indent: -9999px;
    display: block;
    width: 20px;
    height: 6px;
    margin: 0 5px;
    padding: 0;
    outline: 0;
    position: relative;
    background-color: RGBA(255,255,255,0.5);
    border: 0;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background-color: #fbd771;
}



.sliderSub {
    text-align: center;
    position: relative;
}
.sliderSub:before {
    left: 0;
    right: 0;
    position: absolute;
    background: rgba(0,0,0,0.3);
    bottom: 0;
    top: 0;
    content: '';
    z-index: 2;
}
.sliderSub img {
    max-width: 100%;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    min-height: 300px;
    object-fit: cover;
    display: block;
}
.sliderSub header {
    position: absolute;
    z-index: 9;
    top: calc(50% + 50px);
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0 20px;
}
.sliderSub header h1 {
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 3px;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.5em;
}

@media (max-width: 767px) {
    .sliderSub header h1 {
        font-size: 36px;
    }
}

@media (max-width: 534px) {
    .sliderSub header h1 {
        font-size: 24px;
    }
}

.gallerySlides-wrapper {
    margin-top: 50px;
}
.gallerySlides {
    padding: 0 60px;
    position: relative;
}
.gallerySlides .btn-prev, .gallerySlides .btn-next {
    position: absolute;
    left: 13px;
    top: 50%;
    margin: -20px 0 0 0;
    padding: 11px 10px 9px 10px;
}
.gallerySlides .btn-next {
    left: auto;
    right: 13px;
}
.gallerySlides .slick-slide {
    margin: 0 5px;
}
.gallerySlides .slick-slide a {
    display: block;
}
.gallerySlides img {
    width: 100%;
}


.rooms {
    margin-top: 50px;
}

.rooms-item {
    text-align: center;
}
.rooms-item img {
    width: 100%;
    display: block;
    -webkit-transition: filter 0.2s linear 0s;
    transition: filter 0.2s linear 0s;
    filter: grayscale(50%);
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
}
.rooms-item:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.rooms-item .btn {
    margin-top: 0;
    width: 100%;
}
.rooms-content {
    margin: 10px 0;
    padding: 15px;
    background: #f8f8f8;
}
.rooms-content p {
    margin: 10px 0 0 0;
}

.rooms-price strong {
    font-size: 22px;
}

.rooms-reserve {
    text-align: center;
    padding: 30px 15px;
    background: #f8f8f8;
}
.rooms-reserve .btn {
    margin-top: 10px;
}

.rooms-equipments > div {
    font-size: 14px;
    display: inline-block;
    width: 210px;
    margin: 0 10px 10px 0;
    padding-left: 25px;
    vertical-align: top;
    position: relative;
}
.rooms-equipments > div span {
    position: absolute;
    left: 0;
    top: 0;
}


.galleryCats {
    margin-bottom: 30px;
}
.galleryCats a {
    margin-right: 5px;
}

.gallery img {
    width: 100%;
}


.contact-map {
    margin-top: 50px;
}
