<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Mobile fonts*/
@font-face {
  font-family: "Open Sans";
  src: url('/media/1129/opensans-regular-webfont.eot#') format('eot'), url('/media/1128/opensans-regular-webfont.ttf') format('truetype'), url('/media/1131/opensans-regular-webfont.svg') format('svg');
}
/*COMMON*/
html {
  height: 100%;
}
body {
  height: 100%;
  font: 10px/1 "Open Sans", 'Myriad Pro', 'Arial';
  min-width: 102.9em;
}
h4 {
  font-size:15px; 
  margin-bottom:15px;
}
#body {
  min-height: 100%;
  width: 98.9em;
  padding: 0 2em;
  margin: 0 auto;
}
#body:after {
  display: block;
  content: '';
  height: 5,5em;
}
/*LAYOUT*/
/*Header*/
header {
  width: 98.9em;
  margin: 0 auto;
  padding: 3em 0;
	position: relative;
}
header .logo {
  float: left;
  margin-left: 1em;
  display: block;
}
header .logo img {
  display: block;
  margin-bottom: 0.5em;
  max-height: 9em;
}
header .logo span {
  font-size: 1.4em;
  color: #979ea7;
}
header .headContacts {
  float: right;
  color: #979ea7;
}
header .headContacts .phone span {
  font-size: 1.8em;
  display: inline-block;
  vertical-align: middle;
}
header .headContacts .phone span.icon {
  background: url('/css/gfx/icon-phone.png') 0 50% no-repeat;
  height: 2.3em;
  width: 2.3em;
  background-size: contain;
}
header .headContacts .email * {
  font-size: 1.8em;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
}
header .headContacts .email .icon {
  background: url('/media/1140/icon-email2.png') 0 50% no-repeat;
  height: 2.3em;
  width: 2.3em;
  background-size: contain;
}
header .booking {
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-46px;
	margin-left:-46px;	
}

header .booking2 {
	display:inline-block;
	position:absolute;
	top:50%;
	left:96%;
	margin-top:-46px;
	margin-left:-46px;	
}


header .booking3 {
	display:inline-block;
	position:absolute;
	top:55%;
	left:88%;
	margin-top:-46px;
	margin-left:-46px;	
}

header .booking4 {
	display:inline-block;
	position:absolute;
	top:90%;
	left:88%;
	margin-top:-46px;
	margin-left:-46px;	
}

header .booking5 {
	display:inline-block;
	position:absolute;
	top:100%;
	left:94%;
	margin-top:-46px;
	margin-left:-46px;	
}

@media screen and (max-width: 600px) {
  header .booking3 {
    position: relative;
    display: block;
    float: none;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
  }
}

@media screen and (max-width: 600px) {
  header .booking2 {
    position: relative;
    display: block;
    float: none;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
  }
}


@media screen and (max-width: 600px) {
  header .booking4 {
    position: relative;
    display: block;
    float: none;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
  }
}



@media screen and (max-width: 600px) {
  header .booking5 {
    position: relative;
    display: block;
    float: none;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
  }
}

/*Banner + Nav*/
figure {
  border-radius: 0.7em;
  overflow: hidden;
  box-shadow: 0.1em 0.5em 0.6em #d7dce4;
}
figure .banner {
  height: 31em;
  overflow: hidden;
  position: relative;
}
figure .banner li {
  position: relative;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
figure .banner li.current {
  z-index: 5;
}
figure .banner li.current + li {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
}
figure .banner li div {
  position: absolute;
  bottom: 1em;
  left: 1em;
  color: white;
  font-size: 3em;
  padding: 0.3em 0.5em;
  background-color: #6d97b9;
  opacity: 0.8;
  display: inline-block;
  line-height: 1.2;
}
figure .bannerPlaceholder {
  height: 21em;
  padding-top: 10em;
  background-color: #cccccc;
  text-align: center;
}
figure .bannerPlaceholder span {
  font-size: 4em;
}
figure nav .menu {
  width: 100%;
  background: #f2f2f2;
  background: linear-gradient(bottom, #f2f2f2, #f8f8f8);
  background: -webkit-linear-gradient(bottom, #f2f2f2, #f8f8f8);
  background: -o-linear-gradient(bottom, #f2f2f2, #f8f8f8);
  background: -moz-linear-gradient(bottom, #f2f2f2, #f8f8f8);
  background: -ms-linear-gradient(bottom, #f2f2f2, #f8f8f8);
}
figure nav .menu li {
  height: 7em;
  float: left;
  text-align: center;
}
figure nav .menu li a {
  height: 100%;
  border-left: 1px solid #dedede;
  display: table;
  color: black;
  font-size: 1.8em;
  width: 100%;
}
figure nav .menu li a:hover {
  color: #5b96c3;
  background: #eff1f3;
  background: linear-gradient(bottom, #eff1f3, #fdfdfd);
  background: -webkit-linear-gradient(bottom, #eff1f3, #fdfdfd);
  background: -o-linear-gradient(bottom, #eff1f3, #fdfdfd);
  background: -moz-linear-gradient(bottom, #eff1f3, #fdfdfd);
  background: -ms-linear-gradient(bottom, #eff1f3, #fdfdfd);
}
figure nav .menu li a span {
  display: table-cell;
  vertical-align: middle;
  word-break: break-all;
}
figure nav .menu li.active a {
  background: #7da7c7;
  background: linear-gradient(bottom, #7da7c7, #88b2d3);
  background: -webkit-linear-gradient(bottom, #7da7c7, #88b2d3);
  background: -o-linear-gradient(bottom, #7da7c7, #88b2d3);
  background: -moz-linear-gradient(bottom, #7da7c7, #88b2d3);
  background: -ms-linear-gradient(bottom, #7da7c7, #88b2d3);
  color: white;
}
figure nav .menu li:first-child a {
  border-color: transparent;
}
figure nav .menu li.show {
  display: none;
}
figure nav .submenu {
  background: #525d66;
}
figure nav .submenu li {
  float: left;
  text-align: center;
  height: 6em;
  display: table;
}
figure nav .submenu li a {
  display: block;
  height: 100%;
  font-size: 1.5em;
  color: white;
  display: table-cell;
  vertical-align: middle;
}
figure nav .submenu li a span {
  display: block;
  padding: 0 1.5em;
  border-left: 1px solid #62707b;
}
figure nav .submenu li:first-child a span {
  border: none;
}
figure nav .submenu li:hover a,
figure nav .submenu li.active a {
  background-color: #62707b;
}
figure nav .submenu li:hover + li a span,
figure nav .submenu li.active + li a span {
  border-color: #525d66;
}
figure nav .submenu li:hover + li.active a span,
figure nav .submenu li.active + li:hover a span {
  border-color: #62707b;
}
/*Content*/
main {padding-bottom:11.5em;}
main [role="heading"] {
  text-align: center;
  padding: 5em;
  margin: auto;
}
main [role="contentinfo"] [role="heading"] {
  padding: 0em 0 5em 0;
	text-align: left;
}
main [role="heading"] h1 {
  font-size: 4.8em;
  color: black;
  margin-bottom: 0.2em;
}
main [role="heading"] p {
  font-size: 2.2em;
  color: #979ea7;
  line-height: 1.5;
}
main [role="heading"] + .line {
  display: block !important;
  height: 1px;
  min-height: 1px;
  background-color: #d5dde9;
}
main [role="heading"] a:hover {
  text-decoration: underline;
}
main .leftMenu {
  float: left;
  padding: 7em 0 9em;
	width: 30em;
}
main .leftMenu li a {
  font-size: 1.5em;
}
main .leftMenu li a:hover {
  text-decoration: underline;
}
main .leftMenu li.active a {
  text-decoration: underline;
}
main .leftMenu li + li {
  margin-top: 2em;
}
main [role="contentinfo"] {
  padding: 5em 0;
}
main [role="contentinfo"] .image {
  float: right;
  position: relative;
  color: white;
  display: inline-block;
}
main [role="contentinfo"] .image + .text {
  float: left;
  width: 50em;
}
main [role="contentinfo"] .image div {
  position: absolute;
  left: 1.176470588em;
  right: 1.176470588em;
  bottom: 1.176470588em;
  font-size: 1.7em;
  padding: 0.5em 1em;
  background-color: #79a7cc;
  display: inline-block;
  line-height: 1.2;
}
main [role="contentinfo"] .image img {
  max-width: 38em;
  min-width: 31em;
  height: auto;
  border-radius: 0.5em;
  margin: auto;
  display: block;
}
main [role="contentinfo"] .text {
  text-align: left;
}
main [role="contentinfo"] .text h2 {
  font-size: 2.2em;
  color: black;
  margin-bottom: 0.5em;
}
main [role="contentinfo"] .text img {
  max-width: 100%;
  height: auto !important;
}
main [role="contentinfo"] .text p,
main [role="contentinfo"] .text ul,
main [role="contentinfo"] .text ol,
main [role="contentinfo"] .text div {
  font-size: 15px;
  line-height: 1.7;
  color: #4c535c;
  margin-bottom: 20px;
}
main [role="contentinfo"] .text p .pdf,
main [role="contentinfo"] .text ul .pdf,
main [role="contentinfo"] .text div .pdf {
  display: inline-block;
}
main [role="contentinfo"] .text p .pdf span,
main [role="contentinfo"] .text ul .pdf span,
main [role="contentinfo"] .text div .pdf span {
  display: inline-block;
  vertical-align: middle;
}
main [role="contentinfo"] .text p .pdf:before,
main [role="contentinfo"] .text ul .pdf:before,
main [role="contentinfo"] .text div .pdf:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 2.4em;
  height: 2.4em;
  margin-right: 0.4em;
  background-image: url('/media/1098/pdfprice_mask_ico.png');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
main [role="contentinfo"] .text li &gt; ol, main [role="contentinfo"] .text li &gt; ul {margin-top: 20px;}
main [role="contentinfo"] .text p a,
main [role="contentinfo"] .text ul a,
main [role="contentinfo"] .text ol a,
main [role="contentinfo"] .text div a {
  color: #5b96c3;
}
main [role="contentinfo"] .text p a:hover,
main [role="contentinfo"] .text ul a:hover,
main [role="contentinfo"] .text ol a:hover,
main [role="contentinfo"] .text div a:hover,
main [role="contentinfo"] .text p a:hover span,
main [role="contentinfo"] .text ul a:hover span,
main [role="contentinfo"] .text div a:hover span {
  text-decoration: underline;
}
main [role="contentinfo"] .text table td p {
  color: inherit;
  margin: inherit;
  line-height: inherit;
  font-size: inherit;
}
main [role="contentinfo"] .text li {
  margin-bottom: 0.6em;
}
main [role="contentinfo"] .text ol {padding-left: 1.4em;}
main [role="contentinfo"] .text ol &gt; li {list-style: inherit;}
main [role="contentinfo"] .text ul &gt; li:before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #9cc3e0;
  margin-right: 0.65em;
}
main [role="contentinfo"] .text iframe {
  max-width: 100%;
  max-height: 45em;
}
main [role="contentinfo"] table {
  width: 100%;
  margin-bottom: 5em;
}
main [role="contentinfo"] table tr td {
  width: 10.666666667em;
  height: 3.333333333em;
  font-size: 1.5em;
  padding: 0 1.4em;
  vertical-align: middle;
	line-height: 1.7;
}
main [role="contentinfo"] table tr td:first-child {
  width: 38.666666667em;
}
main [role="contentinfo"] table tr td.last {
  width: 5.933333333em;
}
main [role="contentinfo"] table thead tr td {
  color: #979ea7;
  height: 3em;
}
main [role="contentinfo"] table tbody tr:nth-child(odd) td {
  background-color: #f5f5f6;
}
main [role="contentinfo"] table + .text {
  width: 70%;
}
main [role="contentinfo"].doubleText .text {
  float: left;
  width: 45%;
}
main [role="contentinfo"].doubleText .text + .text {
  margin-left: 10%;
}
main [role="contentinfo"].doubleText .image {
  float: none;
  margin-bottom: 7em;
  display: block;
}
main [role="contentinfo"].doubleText .image img {
  float: left;
}
main [role="contentinfo"].doubleText.rss a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main [role="contentinfo"].doubleText.rss .text + .text {
  margin-left: 0;
}
main [role="contentinfo"].doubleText.rss .text:nth-child(even) {
  margin-left: 10%;
}
main [role="contentinfo"].doubleText.rss .text:nth-child(odd) {
  clear: both;
}
main [role="contentinfo"].doubleText.rss .text:nth-child(n + 3) {
  border-top: 1px solid #d5dde9;
  padding-top: 4em;
}
main [role="contentinfo"].gallery ul li {
  float: left;
  margin: 0 0 2.9em 2.9em;
}
main [role="contentinfo"].gallery ul li .image {
  border-radius: 0.5em;
  overflow: hidden;
  display: block;
  width: 31em;
  height: 20em;
  background-size: cover;
  background-repeat: no-repeat;
}
main [role="contentinfo"].gallery ul li:nth-child(3n+1) {
  margin-left: 0;
}
main [role="contentinfo"].contacts ul.details {
  margin-bottom: 5em;
}
main [role="contentinfo"].contacts ul.details li {
  width: 32.966666667em;
  float: left;
}
main [role="contentinfo"].contacts ul.details li .icon {
  display: block;
  width: 7.5em;
  height: 6.9em;
  float: left;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
main [role="contentinfo"].contacts ul.details li .icon + * {
  padding-top: 0.7em;
}
main [role="contentinfo"].contacts ul.details li p {
  font-size: 1.7em;
  line-height: 1.5em;
  margin-left: 4.411764706em;
}
main [role="contentinfo"].contacts ul.details li p.title {
  color: #4c535c;
}
main [role="contentinfo"].contacts ul.details li p + .title {
  margin-top: 1.8em;
}
main [role="contentinfo"].contacts ul.details li p:not(.title) + p:not(.title) {
  margin-top: 1.8em;
}
main [role="contentinfo"].contacts ul.details li a {
  font-size: 1.7em;
  line-height: 1.5em;
  margin-left: 4.411764706em;
  display: block;
}
main [role="contentinfo"].contacts ul.details li a:hover {
  text-decoration: underline;
}
main [role="contentinfo"].contacts .map {
  margin-bottom: 7em;
}
main [role="contentinfo"].contacts .map iframe {
  width: 100% !important;
  max-width:100%;
}
main [role="contentinfo"].contacts ul.followUs {
  text-align: center;
}
main [role="contentinfo"].contacts ul.followUs li {
  display: inline-block;
  margin: 0 1.5em 1.5em;
}
main [role="contentinfo"].contacts ul.followUs li a {
  border: 1px solid #e0e2e5;
  border-radius: 0.5em;
  width: 100%;
  display: block;
  height: 3.2em;
  width: 3.2em;
  padding: 1.2em;
}
main [role="contentinfo"].contacts ul.followUs li a span {
  display: block;
  height: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
main [role="contentinfo"].contacts .textHolder {
  margin-bottom: 7em;
}
main [role="contentinfo"].contacts ul.details + .textHolder {
  padding-top: 7em;
  border-top: 1px solid #d5dde9;
}
main [role="heading"] + [role="contentinfo"],
main [role="contentinfo"] + [role="contentinfo"],
main .details + [role="contentinfo"] {
  border-top: 1px solid #d5dde9;
}
.dtContacts main [role="contentinfo"] + [role="contentinfo"].contacts {
  margin-top:-10em;
  border:none;
}
main .leftMenu + [role="contentinfo"] {
  width: 68em;
  float: right;
  border-top: none;
}
main .leftMenu + [role="contentinfo"] .image {
  float: none;
  margin-bottom: 4em;
}
main .leftMenu + [role="contentinfo"] .text {
  float: none;
  width: 100%;
}
main .leftMenu + [role="contentinfo"] .text + .text {
  margin-left: 0;
}
/*Footer*/
footer {
  border-top: 4px solid #d5dde9;
  height: 11.1em;
  line-height: 11.1em;
  margin-top: -11.5em;
}
footer .footer {
  width: 98.9em;
  margin: 0 auto;
  padding: 0 2em;
  height: 100%;
}
footer .footer .copyrights {
  float: left;
  font-size: 1.5em;
  color: #4c535c;
}
footer .footer nav {
  float: right;
  height: 100%;
}
footer .footer nav ul {
  height: 100%;
}
footer .footer nav ul li {
  float: left;
  margin-left: 3em;
  height: 100%;
}
footer .footer nav ul li a {
  font-size: 1.5em;
  color: #5b96c3;
}
footer .footer nav ul li a:hover {
  color: #4c535c !important;
}
footer .footer nav ul li.active a {
  color: #4c535c !important;
}
/*Popup*/
.popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.popup .overlay {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
}
.popup .close {
  display: block;
  width: 8em;
  height: 8em;
  background-image: url('/css/gfx/icon-close.png');
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: 50% 50%;
  position: absolute;
  top: 3%;
  right: 3%;
  z-index: 3;
  border-radius: 8em;
  border: 0.5em solid white;
}
.popup main {
  position: fixed;
  top: 5%;
  left: 5%;
  right: 5%;
  bottom: 5%;
}
.popup main .prev,
.popup main .next {
  position: absolute;
  max-width: 10%;
  width: 12.5em;
  height: 23.5em;
  top: 50%;
  margin-top: -11.75em;
  z-index: 20;
  display: block;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.popup main .prev {
  left: 0;
  background-image: url('/css/gfx/icon-prev.png');
}
.popup main .next {
  right: 0;
  background-image: url('/css/gfx/icon-next.png');
}
.popup main .image {
  background-size: contain;
  position: absolute;
  top: 10.5em;
  bottom: 12em;
  right: 15%;
  left: 15%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 3;
}
.popup main .numbers {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.5em;
  overflow: hidden;
  text-align: center;
  font-size: 7em;
  color: white;
}
.popup main .title {
  position: absolute;
  top: 0;
  left: 1em;
  right: 1em;
  height: 1.5em;
  padding: 0 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 7em;
  color: white;
}
/* start News */
.listNews li .leftCol {
	float:left;
	width:12em;
	margin-bottom:4em;
}
.listNews li .rightCol {
	padding-left:14em;		
}
.listNews li .rightCol a:hover {text-decoration:underline;}
.listNews li + li {margin-top:0em;}
.listNews .blockDate {display:table;width:100%;border:1px solid #ccd0d6; padding:1.4em 0;}
.listNews .blockDate &gt; div {display:table-cell;text-align: center;vertical-align: middle;}
.listNews .blockDate .bDate{font-size:3.6em;width:50%;}
.listNews .blockDate .bMY{font-size:1.4em;text-transform: uppercase;line-height: 1.2em;}
.listNews .blockDate .separate {width:1px;background:#ccd0d6;font-size:0px;}
.listNews .blockTime {text-align: center;padding:1em 0;margin-right:-2px; margin-top:-1px;}
.listNews .blockTime span {font-size:1.4em;color:#fff;}
.listNews .blockTime span:before {
	content:".";font-size:0; background:url(/media/1384/ico_clock.png) no-repeat 50% 50%;
	width:21px; height:20px;
	display: inline-block;
	vertical-align: middle;
	margin:0 5px;
}
[role="heading"] .blockDate, [role="heading"] .blockTime {font-size:1.8em; display:inline-block; margin-top: 30px;}
[role="heading"] .blockDate .ico {
	content:".";font-size:0; background:url(/media/1386/ico_arrangementer_mask.png) no-repeat 50% 50%;
	width:24px; height:24px;
	display: inline-block;
	vertical-align: middle;
	background-size: cover;
	margin-right:5px;
}
[role="heading"] .blockTime {margin-left:3em;}
[role="heading"] .blockTime .ico {
	content:".";font-size:0; background:url(/media/1388/ico_clock_mask.png) no-repeat 50% 50%;
	width:24px; height:24px;
	display: inline-block;
	vertical-align: middle;
	background-size: cover;
	margin-right:5px;
}
.leftMenu_title {margin-bottom:3em;}
.leftMenu_title span {font-size:2.2em;}
.leftMenu_showAll {margin-top:3em;}
.leftMenu_showAll a {font-size:1.4em;}
.leftMenu_showAll .ico {
	content:".";font-size:0; background:url(/media/1389/ico_vis_ale_mask.png) no-repeat 50% 50%;
	width:20px; height:20px;
	display: inline-block;
	vertical-align: middle;
	background-size: cover;
	margin-right:5px;
}
.leftMenu_showAll a:hover span:not(.ico){text-decoration: underline;}
body.dtItem main &gt; [role="heading"] {display:none;}
body.dtItem main [role="contentinfo"] .image img {max-width: 100%;}
.leftMenu .blockDate {color:#8d8d8d;}
.widgetNews {}
.widgetNews .column {width:50%; float:left;}
.widgetNews .column &gt; div {padding-right:4em;}
.widgetNews .column + .column &gt; div {padding-right:0em;padding-left:4em;}
.widgetNews .title {margin-bottom: 4em}
.widgetNews .title .ico {
	content:".";font-size:0; background: no-repeat 50% 50%;
	width:36px; height:36px;
	display: inline-block;
	vertical-align: middle;
	background-size: cover;
	margin-right:10px;
}
.widgetNews .title .title_text {font-size:2.2em;  vertical-align: middle;}
.widgetNews .column li {margin-bottom: 4em}
.widgetNews .column li a {color:#2e2f30;}
.widgetNews .column .leftCol {float:left;}
.widgetNews .column .leftCol .blockDate {border:1px solid #ccd0d6; text-align:center; padding:1em 0.5em;}
.widgetNews .column .leftCol .blockDate .bDate {font-size:2em;margin-bottom: 0.2em;}
.widgetNews .column .leftCol .blockDate .bMY {text-transform: uppercase;font-size:1.2em;}
.widgetNews .column li a:hover .blockDate {color:#fff !important;}
.widgetNews .column li a:hover h2 {text-decoration: underline;}
.widgetNews .column .rightCol {padding-left:5em;}
.widgetNews .column .rightCol h2 {font-size:1.7em;  margin-bottom: 0.4em;}
.widgetNews .column .rightCol p {font-size:1.4em;}
.widgetNews .leftMenu_showAll {padding-left:5em;}
/* end News */

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .popup main .numbers,
  .popup main .title {
    font-size: 5em;
  }
  .popup .close {
    font-size: 7px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 1199px) {
  .popup main .numbers,
  .popup main .title {
    font-size: 4em;
  }
  .popup .close {
    font-size: 6px;
  }
}
/*MOBILE*/
@media only screen and (min-width: 0) and (max-width: 500px) {
  body {
    min-width: inherit;
  }
  #body {
    width: inherit;
    padding: 0;
  }
  #body:after {
    height: 7.5em;
  }
  header {
    text-align: center;
    padding: 3.5em 0;
    width: inherit;
  }
  header .logo {
    float: none;
    margin: 0;
    display: inline-block;
	vertical-align: middle;
  }
  header .headContacts {
    display: none;
  }
  header .logo img {
	max-width:80%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
  }
header .booking {
	position:static;
	vertical-align:middle;
	margin: 0;
}
  figure {
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    width: inherit;
  }
  figure .banner {
    height: 13em;
  }
  figure .banner li div {
    padding: 0.5em 1em;
    font-size: 1.4em;
    left: 0.7em;
    bottom: 0.7em;
  }
  figure nav .menu {
    box-shadow: 0.1em 0.5em 0.6em #d7dce4;
    background: #fafafa;
    width: auto;
  }
  figure nav .menu li {
    float: none;
    height: inherit;
    width: 91% !important;
    display: none;
    margin: 0 auto;
  }
  figure nav .menu li a {
    border: none;
    background: #f1f1f1;
    text-align: center;
    width: 100%;
  }
  figure nav .menu li a:hover,
  figure nav .menu li a:active {
    background: #7fa9c9;
    background: linear-gradient(bottom, #7fa9c9, #88b2d3);
    background: -webkit-linear-gradient(bottom, #7fa9c9, #88b2d3);
    background: -o-linear-gradient(bottom, #7fa9c9, #88b2d3);
    background: -moz-linear-gradient(bottom, #7fa9c9, #88b2d3);
    background: -ms-linear-gradient(bottom, #7fa9c9, #88b2d3);
    color: white;
  }
  figure nav .menu li a span {
    padding: 0.7em;
  }
  figure nav .menu li.show {
    margin-top: 0;
    display: table;
    width: 100% !important;
    padding-top: 0;
    background: #f2f2f2;
    background: linear-gradient(bottom, #f2f2f2, #f8f8f8);
    background: -webkit-linear-gradient(bottom, #f2f2f2, #f8f8f8);
    background: -o-linear-gradient(bottom, #f2f2f2, #f8f8f8);
    background: -moz-linear-gradient(bottom, #f2f2f2, #f8f8f8);
    background: -ms-linear-gradient(bottom, #f2f2f2, #f8f8f8);
    max-width: 100%;
  }
  figure nav .menu li.show a {
    background: none !important;
    text-transform: uppercase;
    padding: 1.2em 0;
    display: block;
    width: 100%;
  }
  figure nav .menu li.show a:hover {
    color: inherit;
  }
  figure nav .menu li.show a span {
    padding: 0 1.3em 0;
    background: url('/css/gfx/arrow-show.png') right 50% no-repeat;
    display: inline-block;
  }
  figure nav .menu li.show a.hide span {
    background: url('/css/gfx/arrow-hide.png') right 50% no-repeat;
  }
  figure nav .menu li:first-child {
    padding-top: 1.5em;
  }
  figure nav .menu li + li {
    margin-top: 0.2em;
  }
  figure nav .submenu {
    background: none;
    color: #5b96c3;
    text-align: center;
    padding: 3em 3em 1.5em;
    border-bottom: 1px solid #d5dde9;
  }
  figure nav .submenu li {
    display: inline-block;
    height: inherit;
    float: none;
    margin-bottom: 1.5em;
  }
  figure nav .submenu li a {
    color: #5b96c3;
  }
  figure nav .submenu li a span {
    border: none;
    padding: 0 0.5em;
  }
  figure nav .submenu li.active a,
  figure nav .submenu li a:hover {
    color: #4c535c;
    background: none;
  }
  main {
    width: inherit;
  }
  main [role="heading"] {
    text-align: center;
    padding: 4em 2em;
    margin: auto;
  }
  main [role="heading"] h1 {
    font-size: 3em;
    color: black;
    margin-bottom: 0.2em;
  }
  main [role="heading"] p {
    font-size: 1.8em;
    color: #979ea7;
    line-height: 1.5;
  }
  main [role="contentinfo"] {
    padding: 4em 1em;
    text-align: center;
  }
  main [role="contentinfo"] .image {
    float: none;
    width: 100%;
    margin: auto;
  }
  main [role="contentinfo"] .image + .text {
    margin-top: 3em;
  }
  main [role="contentinfo"] .image div {
    font-size: 1.3em;
  }
  main [role="contentinfo"] .image img {
    width: 100%;
    max-width: inherit;
    min-width: inherit;
  }
  main [role="contentinfo"] .text {
    float: none;
    max-width: 100%;
  }
  main [role="contentinfo"].doubleText .text {
    width: 100%;
    float: none;
    margin-left: 0 !important;
  }
  main [role="contentinfo"].rss .text:nth-child(n + 2) {
    border-top: 1px solid #d5dde9;
    padding-top: 4em;
  }
  main [role="contentinfo"].gallery {
    padding: 1em 1em 0;
  }
  main [role="contentinfo"].gallery ul {
    text-align: center;
  }
  main [role="contentinfo"].gallery ul li {
    float: none;
    width: 100%;
    margin: 0 0 1em;
    display: inline-block;
  }
  main [role="contentinfo"].gallery ul li .image {
    width: 100%;
  }
  main [role="contentinfo"].table {
    padding: 4em 0;
  }
  main [role="contentinfo"].table table {
    max-width: 95%;
	margin-right:auto; 
	margin-left:auto;
  }
  main [role="contentinfo"].table table tr td,
  main [role="contentinfo"].table table tr th {
    width: 18%;
    height: 4.166666667em;
    padding: 0 2%;
    font-size: 1.2em;
  }
  main [role="contentinfo"].table table tr td:first-child,
  main [role="contentinfo"].table table tr th:first-child {
    width: 38%;
  }
  main [role="contentinfo"].table table .text {
    width: inherit;
    padding: 0 1em;
  }
  main [role="contentinfo"].table p {
    padding: 0 0.555555556em;
  }
  main [role="contentinfo"].contacts {
    padding: 4em 0;
    text-align: left;
  }
  main [role="contentinfo"].contacts ul.details {
    margin-bottom: 5em;
    padding: 0 1em;
  }
  main [role="contentinfo"].contacts ul.details li {
    float: none;
    width: 100%;
  }
  main [role="contentinfo"].contacts ul.details li + li {
    margin-top: 5em;
  }
  main [role="contentinfo"].contacts .map {
    margin-bottom: 4em;
  }
  main [role="contentinfo"].contacts ul.followUs {
    padding: 0 1em;
  }
  main [role="contentinfo"].contacts ul.followUs li {
    margin-bottom: 1em;
  }
  main [role="contentinfo"].contacts ul.followUs li + li {
    margin-left: 0.8em;
  }
  main .leftMenu {
    padding: 4em 1em 0;
    float: none;
	width: auto;
  }
  main .leftMenu + [role="contentinfo"] {
    width: inherit;
    float: none;
  }
  footer {
    height: 7.5em;
    line-height: 7.5em;
    margin-top: -7.9em;
  }
  footer .footer {
    width: inherit;
  }
  footer .footer .copyrights {
    text-align: center;
    float: none;
  }
  footer .footer nav {
    display: none;
  }
  .popup .close {
    top: 3%;
    right: 3%;
    width: 2em;
    height: 2em;
    border: 0.3em solid white;
  }
  .popup main {
    font-size: 0.5em;
    width: auto;
    left: 0;
    right: 0;
  }
  .popup main .prev,
  .popup main .next {
    top: auto;
    bottom: 15%;
    margin-top: 0;
    height: 15em;
  }
  .popup main .prev {
    left: 15%;
  }
  .popup main .next {
    right: 15%;
  }
  .popup main .image {
    top: 25%;
    bottom: 35%;
    right: 0;
    left: 0;
  }
.widgetNews {text-align: left;}
.widgetNews .column {float:none; width:100%; margin-bottom:5em;}
.widgetNews .column &gt; div {padding:0 !important; }
object, iframe {max-width:95%;}
.dtContacts main [role="contentinfo"] + [role="contentinfo"].contacts {
  margin-top:-8em;
}
}
/*helper*/
.clearfix {
  min-height: 1%;
}
.clearfix:after {
  display: block;
  content: "";
  font-size: 0;
  line-height: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
</pre></body></html>