:root {
    --white: white; 
    --blue: #0074F1;
    --blue2: #1F4E79;
    --blue3: #2F6FA5;
    --black: #000000; 
    --yellow: #E6B422; 
    --pale-yellow: #FFEB99;
    --body-txt: 20px;
    --body-line-height: 25px;
}

.mt-0 {margin-top:0 !important;} .mt-10 {margin-top:10px !important;} .mt-15 {margin-top:15px !important;} .mt-20 {margin-top:20px !important;} .mt-30 {margin-top:30px !important;} .mt-40 {margin-top:40px !important;} .mt-50 {margin-top:50px !important;} .mt-75 {margin-top:75px !important;} .mt-100 {margin-top:100px !important;} .mt-150 {margin-top:150px !important;} .mb-0 {margin-bottom:0 !important;} .mb-10 {margin-bottom:10px !important;} .mb-15 {margin-bottom:15px !important;} .mb-20 {margin-bottom:20px !important;} .mb-30 {margin-bottom:30px !important;} .mb-40 {margin-bottom:40px !important;} .mb-50 {margin-bottom:50px !important;} .mb-75 {margin-bottom:75px !important;} .mb-100 {margin-bottom:100px !important;} .mb-150 {margin-bottom:150px !important;} .pt-0 {padding-top:0 !important;} .pt-10 {padding-top:10px !important;} .pt-15 {padding-top:15px !important;} .pt-20 {padding-top:20px !important;} .pt-30 {padding-top:30px !important;} .pt-40 {padding-top:40px !important;} .pt-50 {padding-top:50px !important;} .pt-75 {padding-top:75px !important;} .pt-100 {padding-top:100px !important;} .pt-150 {padding-top:150px !important;} .pb-0 {padding-bottom:0 !important;} .pb-10 {padding-bottom:10px !important;} .pb-15 {padding-bottom:15px !important;} .pb-20 {padding-bottom:20px !important;} .pb-30 {padding-bottom:30px !important;} .pb-40 {padding-bottom:40px !important;} .pb-50 {padding-bottom:50px !important;} .pb-75 {padding-bottom:75px !important;} .pb-100 {padding-bottom:100px !important;} .pb-150 {padding-bottom:150px !important;} @media (max-width: 768px) {.hide_mob {display:none;} .show_mob {display:block;} .mt-0-mob {margin-top:0;} .mt-10-mob {margin-top:10px !important;} .mt-15-mob {margin-top:15px !important;} .mt-20-mob {margin-top:20px !important;} .mt-30-mob {margin-top:30px !important;} .mt-40-mob {margin-top:40px !important;} .mt-50-mob {margin-top:50px !important;} .mt-75-mob {margin-top:75px !important;} .mt-100-mob {margin-top:100px !important;} .mt-125-mob {margin-top:125px !important;} .mt-150-mob {margin-top:150px !important;} .mb-0-mob {margin-bottom:0 !important;} .mb-10-mob {margin-bottom:10px !important;} .mb-15-mob {margin-bottom:15px !important;} .mb-20-mob {margin-bottom:20px !important;} .mb-30-mob {margin-bottom:30px !important;} .mb-40-mob {margin-bottom:40px !important;} .mb-50-mob {margin-bottom:50px !important;} .mb-75-mob {margin-bottom:75px !important;} .mb-100-mob {margin-bottom:100px !important;} .mb-125-mob {margin-bottom:125px !important;} .mb-150-mob {margin-bottom:150px !important;} .pt-0-mob {padding-top:0 !important;} .pt-10-mob {padding-top:10px !important;} .pt-15-mob {padding-top:15px !important;} .pt-20-mob {padding-top:20px !important;} .pt-30-mob {padding-top:30px !important;} .pt-40-mob {padding-top:40px !important;} .pt-50-mob {padding-top:50px !important;} .pt-75-mob {padding-top:75px !important;} .pt-100-mob {padding-top:100px !important;} .pt-125-mob {padding-top:125px !important;} .pt-150-mob {padding-top:150px !important;} .pb-0-mob {padding-bottom:0 !important;} .pb-10-mob {padding-bottom:10px !important;} .pb-15-mob {padding-bottom:15px !important;} .pb-20-mob {padding-bottom:20px !important;} .pb-30-mob {padding-bottom:30px !important;} .pb-40-mob {padding-bottom:40px !important;} .pb-50-mob {padding-bottom:50px !important;} .pb-75-mob {padding-bottom:75px !important;} .pb-100-mob {padding-bottom:100px !important;} .pb-125-mob {padding-bottom:125px !important;} .pb-150-mob {padding-bottom:150px !important;}}




html {scroll-behavior: smooth; width: 100%; overflow-x: hidden;}

* {position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

body {
  margin: 0; font-family: "Rubik", sans-serif; font-size: var(--body-txt); color: var(--black); line-height: var(--body-line-height); width: 100%; 
  overflow-x: hidden !important; padding-top: 60px; background: white; 
}

body.grey {background-color: #f5f5f5;}
body.hideoverflow  {height: 100vh; overflow: hidden;}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
input, textarea, select {font-family: "Rubik", sans-serif; color: var(--black); margin-top: 0; font-weight: 400; }

h1, .h1 {font-size: 60px !important; line-height: 65px !important; margin-bottom: 32px; font-weight: 400 !important;}
h2, .h2 {font-size: 40px !important; line-height: 45px !important; margin-bottom: 32px; font-weight: 400 !important; }
h3, .h3, .mce-accordion > summary {font-size: 30px !important; line-height: 35px !important; margin-bottom: 15px; font-weight: 400 !important; }
h4, .h4 {font-size: 20px !important; line-height: 25px !important; margin-bottom: 15px; font-weight: 500 !important; }
/* h5, .h5 { font-size: 14px; line-height: 16px; margin-bottom: 20px; }
h6, .h6 { font-size: 24px; line-height: 24px; margin-bottom: 20px; } */

.weight500 {font-weight: 500;}

img {vertical-align: middle; max-width: 100%; height: auto;}

p, div.bold p {margin: 0 0 24px 0; }

p:last-of-type {margin: 0;}

a, button, img, input, button, h1, h2, h3, h4 {-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}

input:focus, select:focus, textarea:focus, button:focus {outline: none; }

a {text-decoration: none; color: var(--black); }

a:hover,
a:focus-visible {text-decoration: none; color: var(--blue3); }

p a {text-decoration: none; color: var(--blue); }

p a:hover,
p a:focus-visible {text-decoration: none; color: var(--blue3); }

.bold, p strong {font-weight: 600; }

.uppercase {text-transform: uppercase;}

.caption {font-size: 15px; line-height: 20px; }

.blue {color: var(--blue3); }
.white {color: white; }

.lite {font-weight: 300; }

.bg_blue {background: var(--blue3);}



.buttlike {
	display: inline-flex; align-items: center; color: white; justify-content:center; background: var(--blue2); border: none;  padding: 15px 40px; cursor: pointer; text-transform: uppercase; white-space: nowrap; border-radius: 15px; text-align: center; font-weight: 500; font-size: 15px; 
}

.buttlike:hover,
.buttlike:focus-visible {color: white; background: var(--blue3);  }

.w100 {width: 100%; }


header {
	width: 100%; padding: 0; z-index: 300; position: fixed; top: 0; left: 0; z-index: 1000; 
	box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
}

.htop {background: var(--blue2); }
.hbottom {background: white; }

header .wrap {display: flex; justify-content: space-between; align-items: center; height: 60px;}

img.logo { height: auto; }

footer {background: var(--blue2); }

.wrap.footer {padding: 40px 20px; display: flex; justify-content: space-between; color: white; }

.footer a {color: white; }

.fl {}

.fr {width: 980px; }

.fr ul {list-style: none; padding: 0; margin: 0; display: flex; gap: 15px; flex-wrap: wrap; justify-content: stretch; font-size: 18px; }

.fr > ul ul {width: 100%; display: block;  }

.fr a {display: inline-block; }
.fr a:after {
  content: ""; position: absolute; bottom: 3px; left: 0; height: 2px; width: 0; background: white; overflow: hidden; 
  -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; 
}
.fr li li a:after {bottom: 0px; height: 1px;  }
.fr a:hover:after {width: 100%;  }

.fr > ul > li > a {font-weight: 500; margin: 0 0 20px 0; line-height: 40px; }
.fr > ul > li li a {line-height: 24px; margin-bottom: 5px; }

.fr > ul > li {padding-left: 50px; background-repeat: no-repeat; }

.fr > ul > li.fi1 {background-image: url(../img/i-heartpin.svg); }
.fr > ul > li.fi2 {background-image: url(../img/i-calendar.svg); }
.fr > ul > li.fi3 {background-image: url(../img/i-events.svg); }
.fr > ul > li.fi4 {background-image: url(../img/i-news.svg); }
.fr > ul > li.fi5 {background-image: url(../img/i-multimedia.svg); }
.fr > ul > li.fi6 {background-image: url(../img/i-contact.svg); }

.fr > ul > li.fi1,
.fr > ul > li.fi2 {width: calc(45% - 10px); display: block; }
.fr > ul > li.fi3,
.fr > ul > li.fi5 {width: calc(32% - 10px); display: block; }
.fr > ul > li.fi4,
.fr > ul > li.fi6 {width: calc(23% - 10px); display: block; }

.fi1 {order: 1; }
.fi2 {order: 4; }
.fi3 {order: 2; }
.fi4 {order: 3; }
.fi5 {order: 5; }
.fi6 {order: 6; }







.logos {position: absolute; left: 20px; bottom: 27px; display: flex; gap: 30px; align-items: center;}

.wrap.copyright {background: white; display: flex; justify-content: space-between; align-items: center; padding: 20px; gap: 20px; }
.wrap.copyright + .wrap.copyright {background: #f7f7f7; border-top: 1px solid #eee; font-size: 15px;  }

.copyright ul {list-style: none; padding: 0; margin: 0;}
.copyright li {display: inline-block; margin-left: 80px; font-size: 15px; font-weight: 500; }
.copyright li:first-child {margin: 0;}

.social {font-size: 15px; font-weight: 500; color: var(--blue2); }
.social a {margin-left: 37px; display: inline-block; }
.social a:hover img,
.socia a:focus-visible img {opacity: 0.7; }



a.scale:hover img {transform: scale(1.05);}
a.scale2:hover img {transform: scale(1.15);}








.menu_trigger {
	display: none; width: 60px; height: 60px; border: none; margin-right: -20px; 
	-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; cursor: pointer; background-color: transparent; 
	background-repeat: no-repeat; background-position: center center; background-image: url(../img/menu_trigger.svg);
}
.menu_trigger:hover,
.menu_trigger:focus-visible {opacity: 0.8; filter: alpha(opacity=80); }

.menu_holder {display: flex; justify-content: center; width: 100%; }

.menu ul {list-style: none; display: inline-flex; gap: 100px; padding: 0; margin: 0; }
.htop ul {list-style: none; display: inline-block; padding: 0; margin: 0; }

.menu li,
.htop li {display: inline-block; margin: 0 0 0 0; text-align: left; }

.menu li.langs {display: none;}

.menu li:first-child,
.htop li:first-child {margin: 0;}

.menu li a,
.htop li a {display: block; color: var(--blue2); line-height: 60px; padding: 0; font-size: 20px; font-weight: 500;  }

.htop li a {color: white; }

.menu > ul > li > a:after {
  content: ""; width: 0; height: 2px; background: var(--blue2); position: absolute; z-index: 5; bottom: 15px; left: 0; 
  -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; 
}

.menu > ul > li > a:hover:after,
.menu > ul > li > a:focus:after,
.menu > ul > li.active a:after {width: 100%; }

.menu li ul,
.htop li ul {display: block; opacity: 0; visibility: hidden; top: 130%; 
  background: white; position: absolute;; left: -15px; z-index: 5; padding: 0 15px;  box-shadow: 0px 10px 10px rgba(0,0,0,0.05);
  -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}

.menu li ul {
  width: 200px; 
}

.menu li:hover ul,
.htop li:hover ul {
  opacity: 1; visibility: visible; top: 100%
}

.htop li ul,
.htop li:hover ul {
  left: auto; right: -15px;
}

.menu li ul li,
.htop li ul li {display: block; margin: 0; padding: 0; border-top: 1px solid var(--blue2);}

.menu li ul li:first-child,
.htop li ul li:first-child {border-top: none;}

.menu li ul li a,
.htop li ul li a {display: block; padding: 15px 0; line-height: 120%; font-size: 15px; height: auto; color: var(--blue2);}

.menu li.active li a {background: transparent; color: var(--blue2); }

.menu li ul li a:hover,
.menu li ul li a:focus,
.menu li ul li.active a,
.htop li ul li a:hover,
.htop li ul li a:focus {background: transparent; color: var(--blue); }



.menu_trigger {display: none;}




.hero {width: 100%; height: calc(100vh - 120px); max-width: 1920px; margin: 0 auto; z-index: 100; overflow: hidden; }

.hero video {width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center;}

.page_hero {width: 100%; height: auto; max-width: 1920px; margin: 0 auto 44px auto; z-index: 100; overflow: hidden; max-height: calc(100vh - 94px); border-radius: 15px;display:block;}


.page_hero img {border-radius: 15px; }

.hero img,
.page_hero img {
  width: 100%; height: 100%; 
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; 
}

.page_hero h1,
.page_hero h2 {position: absolute; top: 33px; left: 33px; color: white; z-index: 5; }



.centered {text-align: center; }

.wrap {padding: 0 20px; width: 100%; max-width: 1920px; margin: 0 auto; }

.content {padding: 110px 0 60px; display: flex; flex-direction: column; }

.title {display: flex; align-items: flex-end; justify-content: space-between; padding: 0 0 40px 0; }

.heading .bold,
.heading h2.h1,
.heading h2.blue {display: block; max-width: 680px;}

.heading h1 {margin: 0; max-width: 400px;}

.dates + .heading h1 {width: 100%; max-width: 700px;}

.filters {width: calc(25% - 3 * 22px / 4); display: flex; }

.filters a {width: 50%; padding-left: 10px; font-size: 15px; text-align: right; }

.title.events_title .heading + .bold {width: 35%; }

.title.events_title {align-items: flex-start; }


.hotel_title.title {align-items: stretch; height: 100%; }

.hotel_title .heading {width: 470px; min-width: 470px;}

.hotel_title .heading h1 {width: 100%; max-width: 100%; padding-right: 30px; }

.hotel_title .list_data {
    gap: 4px; margin-top: 0;
    font-size: var(--body-txt);
    line-height: var(--body-line-height);
}

.hotel_title .ld,
.hotel_title .ld:first-child {
    width: calc(50% - 2px);
}

.hotel_heading_data {display: flex; flex-direction: column; justify-content: space-between; align-items: stretch;}

.hotel_cat {padding-left: 30px; }

.hotel_contacts {padding-bottom: 8px;}











.searchform_holder {transform: translateY(-50%); margin-bottom: -30px; z-index: 106; }

.searchform_holder > h4 {
  position: absolute; bottom: 100%; left: 0; width: 100%; text-align: center; color: white; 
  font-size: 60px !important; font-weight: 400; line-height: 66px !important; margin-bottom: 35px;
}

.searchform {
  background-color: var(--blue2); border-radius: 50px; padding: 20px; display: flex; width: 100%; max-width: 1500px; margin: 0 auto; 
  justify-content: space-between; gap: 0; 
}

.searchform ::placeholder {color: white; }

.sf_item {flex-grow: 1; height: 54px; flex-basis: 32%; }

.sf_item:last-child {width: 54px; margin-left: 20px; flex-grow: 0; flex-basis: 54px; }

.sf_item.select input,
.sf_item.select button {border-right: 1px solid white; cursor: pointer; }

.sf_item.select button.close_popup {border-right: none; }

.sf_item input,
.sf_item button {background: transparent; color: white; height: 40px; width: 100%; border: none; font-size: 30px; padding: 0 20px; margin: 7px 0; text-align: left; }

.sf_item > button[type=submit] {cursor: pointer; background-color: white; height: 54px; width: 54px; border: none; border-radius: 50%; background-repeat: no-repeat; margin: 0; background-position: center center; background-image: url(../img/i-search2.svg); text-indent: -9999px; }

.sf_item > button[type=submit]:hover,
.sf_item > button[type=submit]:focus-visible {background-color: var(--yellow);}

.sf_item.select:after {content: ""; width: 54px; height: 54px; pointer-events: none; position: absolute; top: 0; right: 0; background-repeat: no-repeat; background-position: center center; background-image: url(../img/i-dd.svg);}



.sf_popup {
  position: absolute; top: 200%; left: 0; width: 100%; opacity: 0; visibility: hidden; 
  -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; 
  background: white; padding: 30px 20px; border-radius: 12px; 
  box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
}

.open .sf_popup {opacity: 1; visibility: visible; top: 100%; }

.popup_title h4 {color: var(--blue2); border-bottom: 1px solid var(--blue2); padding: 0 0 15px 0; }

.popup_checkbox_holder {
  max-height: 190px; overflow: auto; padding: 0 15px 0 0; width: calc(100% + 15px); margin: 0 0 15px 0; 
  
}

.popup_checkbox_holder::-webkit-scrollbar {
    width: 10px;
  }
.popup_checkbox_holder {
    scrollbar-width: thin;
    scrollbar-color: var(--blue2) #fff;
  }
.popup_checkbox_holder::-webkit-scrollbar-track {
    background: #fff;
}
.popup_checkbox_holder::-webkit-scrollbar-thumb {
    background-color: var(--blue2);
    border-radius: 6px;
    border: 3px solid var(--blue2);
  }

.popup_checkbox_holder .checkbox {margin: 20px 0;}

.sf_popup button {line-height: 48px; font-weight: 500; font-size: 16px !important; padding: 0 15px; width: 100%; background-color: var(--blue2); }

/* .sf_popup button {line-height: 48px; font-weight: 500; font-size: 16px; padding: 0 15px; width: 100%; } */

.sf_popup .close_popup {
  width: 40px; height: 40px; cursor: pointer; border: none; background-color: transparent;  margin: 0; 
  background-repeat: no-repeat; background-position: center center; background-image: url(../img/i-close.svg);
  position: absolute; z-index: 5; top: 23px; right: 10px; 
  -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}

.sf_popup .close_popup:hover {
  transform: scale(1.2) rotate(180deg);
}



.prtcp {display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 15px 0; }

.prtcp input {border: 1px solid var(--blue2) !important; height: 60px; border-radius: 15px; color: var(--blue); font-size: var(--body-txt); width: 100%; margin: 7px 0 0 0; padding: 0 20px; }

.prtcp label {width: 100%; display: block; }

.prtcp_inp {width: calc(50% - 10px); }
















.featured {display: flex; justify-content: space-between; padding: 120px 0 90px; max-width: 1500px; margin: 0 auto;}

.feat_item {width: 450px; text-align: center; color: var(--blue2); padding: 0 20px; }

.feat_item span {display: block; font-weight: 700; line-height: 100%; font-size: 36px;  }

.feat_item .icon {height: 123px; display: flex; align-items: center; justify-content: center; width: 100%; margin: 30px 0; }




.connect {color: var(--blue2); text-align: center; width: 100%; max-width: 840px; margin: 0 auto; }

.connect .lg {font-size: 40px; line-height: 120%; }

.connect .lg h3 {font-size: 120px !important; color: var(--yellow); line-height: 120% !important; font-weight: 500; }

.connect .lg span {font-size: 30px; line-height: 120%; display: block; padding: 30px 0; }
















.list {display: flex; gap: 50px 22px; flex-wrap: wrap; }
.list.hasAbs {gap: 36px 22px;  }
.list.equalGap {gap: 22px;  }

.list_item {width: calc(25% - 3 * 22px / 4);  }
.list.hasAbs .list_item {padding-bottom: 30px; }

.list_item h2 {margin-bottom: 1px !important; }

.cat {font-size: 15px; line-height: 20px; text-transform: uppercase; color: black; display: block; margin: 0 0 9px 0; }
.cat:hover {color: var(--blue); }

a:hover h2,
a:hover h3,
a:hover h4,
a:focus-visible h2,
a:focus-visible h3,
a:focus-visible h4   {color: var(--blue3); }

.list_meta {display: flex; align-items: center; justify-content: space-between; font-size: 15px; width: 100%; line-height: 20px; position: absolute; left: 0; bottom: 0; }
a.list_item .list_meta {justify-content: flex-end;  }

.list_caption {display: flex; justify-content: space-between; font-size: 15px; line-height: 20px; margin: 0 0 7px 0; }

.list_item a, a.list_item {color: var(--black); }
.list_item a:hover, .list_item a:focus-visible, a.list_item:hover, a.list_item:focus-visible  {color: var(--blue); }

.list_caption_links {display: flex; gap: 10px; }

.list_data {display: flex; flex-wrap: wrap; gap: 10px; font-size: 15px; line-height: 20px; margin-top: 15px; }

.ld {width: calc(50% - 5px); padding: 0 20px 0 30px; }
.ld:first-child,
.w100 {width: 100%;}

.ld span {display: inline-block; width: 30px; position: absolute; top: 0; left: 0; }


.load_more {display: inline-block; margin: 150px 0; font-size: 40px; text-transform: uppercase; color: var(--black); }

.img_link {overflow: hidden; border-radius: 15px; height: auto; margin: 0 0 16px 0; }
.img_link a, a.img_link {display: block;}
.img_link a:hover img,
a:hover .img_link img,
.img_link a:focus-visible img,
a:focus-visible .img_link img {transform: scale(1.05); }

.img_link img {width: 100%; height: auto; }

.equalGap .img_link {margin: 0; }


.img_link  h3 {position: absolute; left: 30px; bottom: 20px; color: white; color: white; margin: 0; width: calc(100% - 50px); font-size: 40px; }


.narrow {width: 930px; margin: 0 auto; }

.txt {padding-bottom: 30px;}

.txt h2, 
.txt h3, 
.txt h4, .blue {color: var(--blue3);}






figure {margin: 0 0 30px 0; padding: 0;}

.txt figure img {border-radius: 15px; }


.two_images {display: flex; gap: 20px; margin: 0 0 44px 0; flex-wrap:wrap}
.two_images img {width: calc(50% - 10px); height: auto; border-radius: 15px;}



.gmap {background: #ddd; border-radius: 15px; overflow: hidden; height: 600px; }
.txt .gmap {height: 530px; }
.fl_sidebar .gmap {height: 430px; }


.border {border-top: 1px solid var(--blue2); height: 1px; width: 100%; }
.border.black {border-top: 1px solid var(--black); height: 1px; width: 100%; }


.intro_list {display: flex; justify-content: space-between;  }

.intro_list_img {width: 62%; }
.intro_list_img img {border-radius: 15px; width: 100%; height: auto;  }

.intro_list_txt {width: calc(38% - 20px); display: flex; flex-direction: column; justify-content: space-between;}







.filter_list {display: flex; justify-content: space-between; gap: 20px;     align-items: flex-start;}

.fl_sidebar {width: 430px; }

.fl_list {width: calc(100% - 430px - 20px); border-left: 1px solid var(--blue3); padding-left: 20px; display: flex; flex-direction: column; gap: 38px; }

.fl_item {width: 100%; display: flex; gap: 20px; }

.fl_item_img {width: 455px; }
.fl_item_img img {width: 100%; height: auto;  }
.fl_item_img img.conf {width: 47px; height: auto;  }

.fl_item_img a {display: block; overflow: hidden; border-radius: 15px; height: auto;}
.fl_item_img a:hover img,
.fl_item_img a:focus-visible img {transform: scale(1.05);}

.fl_item_content {width: calc(100% - 455px - 20px); display: flex; justify-content: space-between;} 

.fic_l {display: flex; justify-content: space-between; flex-direction: column; /*width: 580px; */}
.fic_r {display: flex; justify-content: space-between; flex-direction: column; width: 230px; min-width: 230px; border-left: 1px solid var(--blue3); padding-left: 30px; }

.fic_r_b .list_caption_links {margin-top: 15px; }

.fic_r a {color: var(--blue2); }
.list_caption_links a {color: var(--black); }
.fic_r a:hover,
.fic_r a:focus-visible {color: var(--blue); }

.conf {position: absolute; top: 11px; right: 11px; z-index: 5; }

.acc_list_name {width: 100%; display: flex; justify-content: space-between; flex-direction: column;}

.cap {width: 100%; }
.cap span {display: inline-block; margin-right: 17px; }

.sm_links {width: 100%; font-size: 12px; line-height: 18px; padding: 10px 0; }
.sm_links a {display: inline-block; margin: 0 25px 0 0; color: var(--blue); }

a.more {
  display: flex; width: 100%; border-top: 1px solid var(--black); border-bottom: 1px solid var(--black); line-height: 30px; font-size: 15px; text-transform: uppercase; 
  justify-content: space-between; align-items: center;
}



/* grid version */

.grid.fl_list {flex-wrap: wrap; flex-direction: row; gap: 40px 20px; }

.grid .fl_item {width: calc(33.3% - 40px / 3); display: flex; gap: 20px; flex-direction: column; height: auto; }
.grid .fl_item_img {width: 100%; padding: 66% 0 0 0; }
.grid .fl_item_img > a {position: absolute; top: 0; left: 0;  }

.grid .fl_item_content {width: 100%; height: 100%; flex-direction: column; justify-content: space-between; } 

.grid .acc_list_name {flex-direction: row; gap: 5px; margin-bottom: 7px; }

.fl_item_content_bottom {}


/*more*/

.grid.fl_list.fl4 {gap: 20px; border: none; padding: 0; width: 100%; }
.grid.fl4 .fl_item {width: calc(25% - 60px / 4); }




/**/

.search {margin: 0 0 35px 0; width: 100%; }

.search input {border: 1px solid var(--black); color: var(--black); height: 44px; padding: 0 10px; border-radius: 15px; background: transparent; font-weight: 400; width: 100%; }

.checkbox {
	margin: 10px 0; 
	display: inline-block;
	width: 100%;
	text-align: left;
 	padding: 0 46px 0 46px;
	font-size: 20px; 
	line-height: 26px; 
	cursor: pointer; 
}


.checkbox input[type="checkbox"] {
  opacity: 0; position: absolute; width: 0; height: 0; 
}
.checkbox input[type="checkbox"] + span {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin: -1px 0 0 0;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: none;
	transition: none;
	border: 1px solid black;
  border-radius: 2px;   
  position: absolute; top: 0; left: 0; 
}
.checkbox input[type="checkbox"]:checked + span {
  background: var(--blue) url(../img/i-check.svg) no-repeat center center;
  border: 1px solid var(--blue);
}

.checkbox i {
	font-style: normal; position: absolute; top: 0; right: 0;  
}




.sidebar_filters {display: flex; justify-content: space-between; align-items: center; margin: 10px 0; }

/* .sidebar_filters {display: flex; justify-content: space-between; align-items: center;} */

/**/

.title.alt {align-items: flex-start; }

.title.alt .heading {width: 930px; }

.title .dates,
.title .article_categories {
  width: calc((100% - 930px) / 2 - 20px ); padding-top: 5px; display: flex; justify-content: space-between; gap: 18px; flex-direction: column; font-weight: 300; 
}

.title .dates .h4,
.title .article_categories .h4 {font-weight: 300 !important; }

.title .article_categories a {color: var(--blue); font-weight: 300; }
.title .article_categories a:hover {color: var(--blue3);}

.title .dates span,
.title .article_categories span {display: block; font-weight: 400; }
.title .article_categories .date > a:after{content:'; '}
.title .article_categories .date > *:last-child:after{content:' '}






.crums {display: block; font-size: 15px; padding: 0 0 5px 0; }
.crums span {display: inline-block; margin: 0 10px; }


.contact_data {border-top: 1px solid var(--black); border-bottom: 1px solid var(--black); padding: 9px 0; margin: 20px 0 35px 0; }

.contact_data .list_caption_links {position: absolute; top: 17px; right: 0; z-index: 5;   }
.contact_data .list_caption_links a:hover {color: var(--blue);  }

.cd {width: 100%; margin: 9px 0; }
.cd span {display: inline-block; width: 37px; color: var(--blue);}
.square {display: inline-block; width: 11px; height: 11px; background: var(--black); font-weight: 300; }






.gallery {width: 100%; }

.thumbs {display: flex; gap: 20px; margin-top: 20px; }

.thumb {display: none; }

.thumb img {width: 100%; height: auto; border-radius: 15px; }

.thumb a:hover img {transform: scale(1.05);}

.thumb a {width: 100%; height: auto; border-radius: 15px; overflow: hidden; display: block; }

.t4 .thumb {width: calc(25% - 3 * 20px / 4);}
.t5 .thumb {width: calc(20% - 4 * 20px / 5);}

.t4 .thumb:nth-child(1), 
.t4 .thumb:nth-child(2), 
.t4 .thumb:nth-child(3), 
.t4 .thumb:nth-child(4) {display: block; }

.t5 .thumb:nth-child(1), 
.t5 .thumb:nth-child(2), 
.t5 .thumb:nth-child(3), 
.t5 .thumb:nth-child(4), 
.t5 .thumb:nth-child(5) {display: block; }

.more_pics {
  display: flex; justify-content: center; align-items: center;
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5; 
  background: rgba(76, 76, 76, .75); color: white; font-size: 54px; border-radius: 15px; 
}

.t5 .thumb:nth-child(4) .more_pics {display: none; }



.capacitites {display: flex; width: 100%; align-items: stretch; justify-content: space-between;}

.cap_item {display: flex; flex-direction: column; align-items: center; justify-content: flex-end; flex-grow: 1;}
.cap_item:first-child {align-items: flex-start; }

.cap_item span {display: block; text-align: center; width: 100%; }
.cap_item span:first-child {padding-top: 40px; background-position: center top; background-repeat: no-repeat;}
.cap_item span:last-child {border-top: 1px solid black; border-bottom: 1px solid black; padding: 18px 0; margin: 8px 0 0 0; }

.cap_item.theatre span:first-child {background-image: url(../img/i-theatre.svg); }
.cap_item.classroom span:first-child {background-image: url(../img/i-classroom.svg); }
.cap_item.U-shape span:first-child {background-image: url(../img/i-boardroom.svg); }
.cap_item.banquet span:first-child {background-image: url(../img/i-banquet.svg); }
.cap_item.cocktail span:first-child {background-image: url(../img/i-cocktail.svg); }


.masonry {width: 100%;}
.mitem, .grid-sizer {width: calc(25% - 60px / 4); margin-bottom: 20px; border-radius: 15px; overflow: hidden; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; }
.mitem.w2 {width: calc(50% - 10px); }
.mitem img {width: 100%; height: 100%;}
.gutter-sizer {width: 20px; }

.mitem {height: 15vw;}
.mitem.h2 {height: calc(30vw + 20px);}

.mitem.video a:after {
  content: ""; width: 100%; height: 100%; position: absolute; z-index: 5; left: 0; top: 0; pointer-events: none;
  background-repeat: no-repeat; background-position: center center; background-image: url(../img/i-play2.svg);
}

.mitem a {display: block; height: 100%; }

.mitem a:hover img,
.mitem a:focus-visible img {transform: scale(1.05);}




.mm_cats {width: 70%; display: flex; justify-content: space-between;}

.mm_cats ul {margin: 0; padding: 0; list-style: none; width: 100%; text-align: right; }

.mm_cats > ul > li span {display: none;}

.mm_cats li {display: inline-block; padding: 10px 0 0 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  }

.mm_cats > ul > li {display: block; width: 100%; }

.mm_cats a {font-size: 15px; }

.mm_cats .active a {color: var(--blue3); }





.contact {display: flex; gap: 20px; width: 100%; }

.contact_l {width: calc(50% - 10px);}
.contact_r {width: calc(50% - 10px);}

.contact_r .gmap {height: 530px;}



.contact .inp {border-top: 1px solid black; }
.contact .inp.info {padding: 15px 0; font-size: 15px; line-height: 130%;  }

.help-block {color: red; padding: 0px 0; font-size: 13px; text-align: right; }

.contact input[type=text],
.contact input[type=email],
.contact textarea {height: 54px; padding: 0 0 0 100px; text-align: right; color: black; width: 100%; background: transparent; border: none; font-size: 15px;  }

.contact textarea {height: 187px; padding: 54px 0 0 0; text-align: left;  }

.contact label {line-height: 54px; position: absolute; z-index: 5; top: 0; left: 0; color: rgba(0,0,0,0.5); font-size: var(--body-txt); font-weight: 500; }
.contact .hint-block {
    line-height: 54px;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.5);
    font-size: var(--body-txt);
    font-weight: 500;
}


.contact .inp img {position: absolute; z-index: 5; top: 0; right: 0;  }

.contact .captcha input {padding: 0 135px 0 100px;   }




.contacts {display: flex; gap: 36px; flex-wrap: wrap;}

.contact_item {width: calc(50% - 18px); gap: 20px; display: flex; align-items: stretch;}

.cil {width: calc(50% - 10px); }

.cil .gmap {height: 316px;}

.cir {width: calc(50% - 10px); display: flex; flex-direction: column; justify-content: space-between;}

.cir_txt span {position: absolute; top: 0; left: 0; color: var(--blue); }

.cir_txt div {padding: 0 0 0 50px; margin: 10px 0 0 0;  }



.notfound {height: 90vh; display: flex; align-items: center; gap: 30px; justify-content: space-between; }
.nf_l {font-size: 250px; }
.nf_r {width: 45%; }
.nf_r a {text-decoration: underline; color: white; }
.nf_r a:hover {color: black; }


#nv_accesibility h2 {
    font-size: 18px !important;
}



.pager {width:100%; display: flex; gap: 8px; justify-content: center;}
.pager a {display:inline-block; width:40px; height:40px; text-align:center; line-height:40px; color:var(--blue2);
background-color: #eee; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; border-radius: 3px; }
.pager span {display:inline-block; width:40px; height:40px; text-align:center; line-height:40px;
color:var(--blue2);}
.pager a.active, .pager a:hover {color:#fff; background:var(--blue2);}





.langs {text-transform: uppercase}
.noresults{
	text-align: center;
	border: 1px var(--blue2) solid;
    padding: 20px;
    background: #f7f7f7;
}


/***********downloads*****/
.downloads.downloads {width:100%; margin: 30px 0;}
.downloads a  {
	display: flex;
	overflow: hidden;
	line-height: 30px;
	padding: 10px 0;
	font-size: 20px;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--blue);
	margin: 0 !important;
	font-family: "Rubik", sans-serif;
	color: var(--black);
	font-weight: 500 !important;
}
.downloads a:first-child {border-top: 1px solid var(--blue); }
.downloads a:after {content: ""; display: inline-block; width: 40px; height: 40px; background-repeat: no-repeat; background-position: center center;}
.downloads + .downloads {margin-top:-30px}
.downloads + .downloads a {border-top:0}

/***********armonika*****/
.accordion_item, .mce-accordion {width: 100%; margin: 0 ; border-bottom: 1px solid var(--blue);}
.accordion, .mce-accordion      {width: 100%; margin: 30px 0 0 0; border-top: 1px solid var(--blue);}
.mce-accordion + .mce-accordion {margin: 0;  border-top: 0;}
.accordion_title, .mce-accordion > summary {padding: 15px 22px 10px 72px; margin: 0;list-style-type: none; }
.accordion_title:hover,  .mce-accordion > summary:hover {cursor:pointer;}
.accordion_title:before, .mce-accordion > summary:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/i-arrow.svg);
  background-repeat: no-repeat; background-position: center center;
  position: absolute;
  top: 50%;
  left: 22px; margin-top: -20px;
}
.accordion_title:after, .mce-accordion > summary:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/i-arrow.svg);
  background-repeat: no-repeat; background-position: center center;
  transform: rotate(0deg);
  position: absolute;
  top: 50%;
  right: 9px;
  margin: -20px 0 0 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.open .accordion_title:after,  .mce-accordion[open] > summary:after {transform: rotate(90deg);}
.accordion_content, .mce-accordion :not(summary){padding: 0; height: 0; overflow: hidden;}
.open .accordion_content, .mce-accordion[open] :not(summary) {padding: 30px 0 20px 72px; height: auto;font-weight:300}


.accordion_content .gmap {display:none;}
.open .accordion_content .gmap {display:block;}

/* sidebar version */

.accordion.alt {border-top: 1px solid var(--black);}
.alt .accordion_item {border-bottom: 1px solid var(--black);}
.alt .accordion_title {padding: 15px 0; margin: 0; }
.alt .accordion_title:before {
  display: none;
}

.alt .accordion_title:after {
  background-image: url(../img/i-acc-dd.svg);
  right: 0;
  margin: -7px 0 0 0;
  width: 14px;
  height: 14px;
}
.alt .open .accordion_content {padding: 0px 0 20px 0px; }

/**features****/
p + .features {margin-top: 70px;}
ul.features {
	width: 100%;
	display:block;
	padding:0
}
ul.features > li{
	border-top: 1px solid var(--black);
	padding:20px 0;
	list-style: none;
	display:flex;
	justify-content: space-between;
	gap: 12px;
	flex-wrap:wrap;
	position:relative
}
ul.features > li:has(> span:last-child){flex-wrap: nowrap;}
ul.border_bottom.features > li:last-child {border-bottom: 1px solid var(--black); }
ul.features > li > * , ul.features > li  li {
	margin:0;
	font-weight: 300;
	padding: 0;
	list-style: none;
	width: 100%;
}
ul.features > li > span + *  {
  margin-top: 38px;
}
ul.alt.features > li > span + * {
  margin-top: 17px ;
}
ul.features > li > h4 + * {
  margin-top: 58px;
}
ul.alt.features > li > h4 + * {
  margin-top: 34px;
}
ul.features > li > *:last-child{
  margin-bottom:18px;
}
ul.features.features > li > span, ul.features.features > li > h4  {
	margin: 0 !important;;
}
ul.features > li > span:nth-child(2) {text-align: right;}
ul.features > li > span:first-of-type {font-weight: 600; text-transform: uppercase; }
ul.alt.features > li > span:first-of-type {font-weight: 400}
ul.features > li  li {
	margin: 0 0 12px 0;
}
ul.features > li ul li:last-child  {
	margin: 0;
}
 
ul.features  ul.options li, ul.features  ul.total li{
	display:flex;
	justify-content: space-between;
	gap:12px;
}
ul.features  ul.options li span, ul.features  ul.total li span {
    display: inline-block;
    /*width: 80px;*/
    min-width: 80px;
    text-align: right;
}

ul.features  ul.total li:last-child{ 
    font-weight: 600;
    text-transform: uppercase;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    margin: 20px 0 -36px 0;
    padding: 20px 0;
}

ul.features > li[class^=i-]:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: -50px;
  top: 10px;
}

ul.features > li li.chkbox:after{
  content:'';
  background-image: url(../img/i-checkbox.svg);
   display: inline-block;
  width: 18px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0;
}
ul.features > li li.chkbox.checked:after{
	background-image: url(../img/i-checkbox-checked.svg);
}


.buttlike.booking:after{
  content:'';
  background-image: url(../img/i-arrow-w.svg);
   display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}
.cap_item.noPadd sup{line-height:0}


























































/*******************************************************************/
/*ikone*/
.i-arrow:after, .downloads a:after {background-image: url(../img/i-arrow.svg) !important;}
.i-download.i-download:after {background-image: url(../img/i-download.svg) !important;}
.i-plane:before {background-image: url(../img/i-plane.svg) !important; }
.i-bus:before {background-image: url(../img/i-bus.svg) !important; }
.i-car:before {background-image: url(../img/i-car.svg) !important; }
.i-ship:before {background-image: url(../img/i-ship.svg) !important; }

.i-capacity:before {background-image: url(../img/i-capacity.svg) !important; }
.i-tree:before {background-image: url(../img/i-tree.svg) !important; }
.i-hike:before {background-image: url(../img/i-hike.svg) !important; }
.i-beach:before {background-image: url(../img/i-beach.svg) !important; }
.i-culture:before {background-image: url(../img/i-culture.svg) !important; }
.i-paw:before {background-image: url(../img/i-paw.svg) !important; }
.i-familystar:before {background-image: url(../img/i-familystar.svg) !important; }
.i-brochure:before {background-image: url(../img/i-brochure.svg) !important; }
.i-restaurant:before {background-image: url(../img/i-restaurant.svg) !important; }
.i-location:before {background-image: url(../img/i-location.svg) !important; }
.i-parking:before {background-image: url(../img/i-parking.svg) !important; }







/**/
