@font-face {
    font-family: 'KyivType Sans';
    src: url('../fonts/KyivTypeSans-Bold.woff2') format('woff2'),
        url('../fonts/KyivTypeSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KyivType Sans';
    src: url('../fonts/KyivTypeSans-Heavy.woff2') format('woff2'),
        url('../fonts/KyivTypeSans-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KyivType Sans';
    src: url('../fonts/KyivTypeSans-Black.woff2') format('woff2'),
        url('../fonts/KyivTypeSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KyivType Sans';
    src: url('../fonts/KyivTypeSans-Heavy.woff2') format('woff2'),
        url('../fonts/KyivTypeSans-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KyivType Sans';
    src: url('../fonts/KyivTypeSans-Black.woff2') format('woff2'),
        url('../fonts/KyivTypeSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KyivType Sans';
    src: url('../fonts/KyivTypeSans-Bold.woff2') format('woff2'),
        url('../fonts/KyivTypeSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KyivType Sans';
    src: url('../fonts/KyivTypeSans-Light.woff2') format('woff2'),
        url('../fonts/KyivTypeSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KyivType Sans';
    src: url('../fonts/KyivTypeSans-Medium.woff2') format('woff2'),
        url('../fonts/KyivTypeSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KyivType Sans';
    src: url('../fonts/KyivTypeSans-Medium.woff2') format('woff2'),
        url('../fonts/KyivTypeSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KyivType Sans';
    src: url('../fonts/KyivTypeSans-Regular-.woff2') format('woff2'),
        url('../fonts/KyivTypeSans-Regular-.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KyivType Sans';
    src: url('../fonts/KyivTypeSans-Light.woff2') format('woff2'),
        url('../fonts/KyivTypeSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KyivType Sans';
    src: url('../fonts/KyivTypeSans-Regular-.woff2') format('woff2'),
        url('../fonts/KyivTypeSans-Regular-.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
button {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
input,
textarea {
  outline: none;
  color: #121212;
  font-size: 16px;
}
input:active,
textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
textarea {
  resize: none;
}
textarea {
  resize: vertical;
}
textarea {
  resize: horizontal;
}
input {
  margin: 0;
}
* {
  box-sizing: border-box;
}
svg *,
button {
  transition-duration: .3s;
}
a {
  transition-duration: .3s;
  color: initial;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.image_wrapper img {
  height: 100%;
}
nav {
  list-style: none;
}
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  background-color: #ffffff;
}
.body--active {
  height: 100vh;
  overflow: hidden;
}
.wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.container {
  width: 100%;
  max-width: 1620px;
  padding: 0 15px;
  margin: 0 auto;
}
#shader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #121212;
  opacity: 0.2;
  z-index: 10;
}
header {
  position: absolute;
  top: 0px;
  z-index: 10;
  width: 100%;
}
.header_left .call_rooms{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.header_left .call_rooms:hover{
  color: #d3b481;
}
.header_left .call_rooms:hover svg path{
  stroke: #d3b481;
}
.header_left{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
}
.header_right{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.header_center{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 150px;
  align-items: center;
  justify-content: center;
}
.header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  transition-duration: .3s;
  margin: 0px auto;
}
.room_booking{
  border-radius: 0px;
  transition: 0.5s;
  display: flex;
  flex-direction: row;
  gap: 10px;
  border: 1px solid #d3b481;
  padding: 13px 0px 13px 0px;
  align-items: center;
  background: transparent;
  justify-content: center;
  color: #121212;
  font-weight: 500;
  text-decoration: none;
  font-family: "KyivType Sans", serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.5em;
  margin: 0px;
  min-height: 80px;
  text-align: center;
  width: calc(100% / 2 - 15px);
  letter-spacing: 2.4px;
}
.room_booking:hover{
  color:#fff;
  background: #d3b481;
  border:1px solid #d3b481;
}
.mobile_menu_holder .call_booking,
.header_right .call_booking{
  border-radius: 0px;
  transition: 0.5s;
  display: flex;
  flex-direction: row;
  gap: 10px;
  border: 1px solid #d3b481;
  padding: 15px 20px;
  font-family: "KyivType Sans", serif;
  margin: 0px auto;
  width: max-content;
  align-items: center;
  background: transparent;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 2.4px;
}
.mobile_menu_holder .call_booking:hover,
.header_right .call_booking:hover{
  background: #d3b481;
  border:1px solid #d3b481;
}
.room_booking:hover svg path,
.mobile_menu_holder .call_booking svg path,
.header_right .call_booking svg path{
  fill:#fff;
}
#mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 28px 15px;
  height: 100vh;
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  background-color: rgba(48, 55, 63, 0.97);
}
#mobile_menu .mobile_menu_nav a {
  display: flex;
  flex-direction: column;
  color: #cecece;
  font-weight: 500;
  font-family: "KyivType Sans", serif;
  position: relative;
  padding: 0px 10px;
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0px;
}
#mobile_menu .mobile_menu_nav a:hover{
  color:#d3b481;
}
.mobile_menu_a{
  position: absolute;
  bottom: 10px;
  left:0px;
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.mobile_menu_a > a{
  background: #ffffff;
  color: #121212;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 15px;
  border-radius: 30px;
  min-height: 50px;
  width:max-content;
}
.mobile_menu_holder{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 50px;
}
.mobile_menu_holder > a:hover{
  opacity:0.7;
}
#mobile_menu .mobile_menu_nav{
  display: flex;
  flex-direction:column;
  gap:10px;
}
.mobile_menu_header{
  display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 100%;
    justify-content: flex-end;
}
.mobile_soc{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 20px;
}
.map_holder .call_mail,
.map_holder .call_phone,
.mobile_soc .call_phone{
  gap: 10px;
  color: #fff;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0px;
}
.map_holder .call_mail:hover,
.map_holder .call_phone:hover,
.mobile_soc .call_phone:hover{
  color:#d3b481;
}
.map_holder .call_mail svg path,
.map_holder .call_phone svg path,
.mobile_soc .call_phone svg path{
  stroke: #fff;
}
.map_holder .call_mail:hover svg path,
.map_holder .call_phone:hover svg path,
.mobile_soc .call_phone:hover svg path{
  stroke: #d3b481;
}
.map_holder .map_address,
.mobile_soc .map_address{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  color:#fff;
  font-weight: 600;
  text-align: left;
}
.map_holder .map_address:hover,
.mobile_soc .map_address:hover{
  color:#d3b481;
}
.map_holder .map_address svg{
  min-width:36px;
}
.map_holder .map_address svg path,
.mobile_soc .map_address svg path{
  stroke: #fff;
}
.map_holder .map_address:hover svg path,
.mobile_soc .map_address:hover svg path{
  stroke: #d3b481;
}
.map_holder ul,
.mobile_soc ul{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.map_holder ul li a,
.mobile_soc ul li a{
  width:100%;
}
.map_holder ul li a svg path{
  stroke:#fff;
}
.map_holder ul li a:hover svg path,
.mobile_soc ul li a:hover svg path{
  stroke:#d3b481;
}
#mobile_menu_close svg path {
  fill:#fff;
}
.header_wrapper .logo {
  display: flex;
  flex-direction: column;
  gap: 5px;
  transition: 0.5s;
  max-width: 120px;
}
.header_wrapper .logo:hover{
  opacity:0.7;
}
#mobile_menu {
  display: none;
}
footer{
  background: #ffffff;
  display: flex;
  flex-direction: column;
  width: 100%;
  color:#121212;
}
.footer_menu{
  display: flex; 
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.footer_menu li a{
  color:#fff;
  font-size:16px;
}
.footer_menu li a:hover{
  text-decoration:underline;
}
.footer_middle{
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px 10px;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #121212;
}
.footer_middle_wrapper{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.footer_middle_wrapper > div{
    width: 100%;
}
.footer_bottom_in{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #edeef0;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  max-width: 960px;
  margin: 0px auto;
  padding: 43px 0px 43px 0px;
}
.footer_bottom_in .socials{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.footer_bottom_in .socials li a svg path{
  fill: #cecece;
}
.footer_bottom_in .socials li a:hover svg path{
  fill: #d3b481;
}
.footer_bottom{
  background: #fff;
  color: #121212;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px 10px;
  line-height: 120%;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.footer_bottom span{
  font-size: 12px;
  line-height: 120%;
  display: flex;
}
.footer_bottom a{
  color:#121212;
  text-decoration:underline;
}
.footer_bottom a:hover{
  text-decoration:none;
}
.front_banner{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main_banner{
  display: flex;
  flex-direction: column;
  width: 100%;
  position:relative;
}
.main_banner .tpl_main_banner{
  display:flex;
  width:100%;
  position:relative;
  height:800px;
}
.tpl_main_banner .banner_info{
  display: flex;
  flex-direction: column;
  width: 70%;
  max-width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  height: 100%;
  min-height: 100%;
  color: #fff;
  align-items: flex-start;
  justify-content: center;
  padding: 50px 150px;
  gap: 20px;
}
.tpl_main_banner .banner_title{
  font-size: 52px;
  font-weight: 600;
  text-align: left;
  font-family: "KyivType Sans", serif;
  text-indent: 90px;
    line-height: 150%;
}
.tpl_main_banner .banner_introtext{
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
  text-align: left;
}
.banner_bottom{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  margin-top: 25px;
}
.banner_phone{
  color: #d3b481;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.banner_phone a{
  color: #d3b481;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0px;
}
.banner_phone a:hover{
  color: #fff;
}
.banner_address{
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0px;
}
.tpl_main_banner .banner_btns{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.tpl_main_banner .banner_btns .call_booking{
  background: #d3b481;
  color: #121212;
  font-family: "KyivType Sans", serif;
  font-size: 24px;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  transition:0.5s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tpl_main_banner .banner_btns .call_booking:hover{
  background:#fff;
  color:#121212;
}
.tpl_main_banner .banner_btns .view_rooms{
  background: #fff;
  color: #121212;
  font-family: "KyivType Sans", serif;
  font-size: 24px;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  transition:0.5s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tpl_main_banner .banner_btns .view_rooms:hover{
  background:#d3b481;
  color:#121212;
}
.main_banner .tpl_main_banner .banner_img{
display: block;
position: absolute;
top: calc(50% - 220px);
right: 120px;
z-index: 2;
width: auto;
}
.main_banner .tpl_main_banner .banner_video{
  display: block;
  position: absolute;
  top: calc(50% - 220px);
  right: 120px;
  z-index: 2;
  width: 100%;
  max-width: 725px;
}

.video_wrapper .video_overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 2;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor:pointer;
  flex-direction: column;
}
.video_wrapper{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  height: 100%;
  position: relative;
  max-width: 100%;
  margin: 0px auto;
  overflow:hidden;
  overflow:hidden;
}
.video_wrapper video{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.dash_decor{
  background: #d3b481;
  width: 50px;
  height: 6px;
  display: block;
  position: absolute;
  top: 38px;
  left: 5px;
}
.banner_socials{
  display: flex;
  flex-direction: column;
  width: 120px;
  height: 100vh;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 4;
  align-items: center;
  justify-content: center;
}
.banner_socials ul li a svg path{
  fill:#cecece;
}
.banner_socials ul li a:hover svg path{
  fill:#d3b481;
}
.banner_socials ul li a{
  padding: 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner_shield{
  background:#283143;
  position: absolute;
  z-index: 1;
  width: 70%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.map_shield{
  background:#283143;
  position: absolute;
  z-index: 1;
  width: 70%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.slick-prev_arrow{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  width:40px;
  height:50px;
  background: rgb(255 255 255 / 70%);
  position: absolute;
  left:50px;
  top:calc(50% - 25px);
  z-index:2;
  border-radius:5px;
}
.slick-prev_arrow:hover{
  background:#fff;
}
.slick-next_arrow{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  width:40px;
  height:50px;
  background: rgb(255 255 255 / 70%);
  position: absolute;
  right:50px;
  top:calc(50% - 25px);
  z-index:5;
  border-radius:5px;
}
.slick-next_arrow:hover{
  background:#fff;
}
.slick-dots{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  width:100%;
  position:absolute;
  z-index:5;
  gap:10px;
  bottom:50px;
}
.slick-dots li{
  background:#fff;
  display:block;
  width: 15px;
  height: 15px;
  border-radius:50%;
}
.slick-dots li.slick-active{
  background:#d3b481;
}
.slick-dots li button{
  display:none!important;
}
.h_lang{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.h_lang .separator{
  border-radius: 2px;
  background: #fff;
  height: 26px;
  width: 1px;
}
.h_lang a{
  font-size: 16px;
  font-weight:500;
  color: #fff;
}
.h_lang a.active{
  color: #d3b481;
}
.h_lang a:hover{
  color:#d3b481;
}
.header_right .call_phone{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 600;
}
.header_right .call_phone:hover{
  color:#d3b481;
}
.header_right .call_phone:hover svg path{
  stroke: #d3b481;
}
#overflow{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.75);
}
.page_section{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.about_section{
  display: flex;
  flex-direction: row;
  gap: 50px;
  width: 100%;
  position: relative;
}
#about{position: relative;}
.back_left{
  background: #fafbff;
  width: 50%;
  height: 100%;
  z-index: 0;
  position: absolute;
  left: 0px;
  top:0px;
}
.back_right{
  background: #fafbff;
  width: 50%;
  height: 100%;
  z-index: 0;
  position: absolute;
  right: 0px;
  top:0px;
}
.about_section{
  display: flex;
  flex-direction: row;
  gap: 50px;
  width: 100%;
  padding: 50px 0px;
}
.about_section_left{
  display: flex;
  flex-direction: column;
  width: calc(100% / 2 - 50px);
  gap: 35px;
}
.about_section_left > img{
  max-width: 400px;
  margin: 0px auto;
}
.about_title{
  text-align: left;
  font-family: "KyivType Sans", serif;
  font-weight: 400;
  line-height: 1.12em;
  font-size: 48px;
  letter-spacing: 0px;
}
.about_introtext{
  color: #d3b481;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.1em;
  letter-spacing: 0px;
}
.about_pre{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 15px;
}
.about_pre_title{
  font-size: 28px;
  font-weight: 400;
  font-family: "KyivType Sans", serif;
}
.about_pre_list ul{
  list-style: none;
  margin-left: 20px;
  gap:10px;
}
.about_pre_list li{
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.12;
  font-weight: 400;
  position: relative;
}
.about_pre_list li:before{
content: "";
    width: 8px;
    height: 4px;
    position: absolute;
    top: 8px;
    left: -15px;
    background: #d3b481;
}



.review_info_t ul{
  list-style: none;
  margin-left: 20px;
  gap:10px;
}
.review_info_t li{
  list-style: none;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.12;
  font-weight: 400;
  position: relative;
}
.review_info_t li:before{
content: "";
    width: 8px;
    height: 4px;
    position: absolute;
    top: 8px;
    left: -15px;
    background: #d3b481;
}

.about_section_right{
  width: calc(100% / 2 - 50px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  justify-content: center;
  padding: 20px 50px;
}
.about_img{
  display: block;
  width: 100%;
  border-radius:10px;
  overflow:hidden;
}
.grey_section{
  background: #fafbff;
}
.actions_holder{
  display:flex;
  flex-direction:column;
  width:100%;
  gap:20px;
  padding:30px 20px;
}
.actions_pretitle{
 text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "KyivType Sans", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.12em;
  letter-spacing: 0px;
}
.actions_blocks{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 50px; 
  max-width: 1200px;
  margin: 0px auto;
}
.actions_blocks .action_block{
  background:#f9f9f9;
  padding: 50px 20px 20px 20px;
  position:relative;
  display:flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  border:1px solid #ddd;
  width:calc(100% / 3 - 50px);
  gap: 10px;
  overflow: hidden;
}
.action_block img{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.action_block:hover img{
  transform: scale(1.1);
}
.action_overlay{
  border-radius: 0px 0px 0px 0px;
  background-color: #30373f;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  height: 100%;
  top:0px;
  left: 0px;
  z-index: 1;
}
.action_info{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap:20px; 
  z-index: 2;
  position: relative;
}
.action_more{
 border: 1px solid #d3b481;
    padding: 15px 20px;
    display: flex;
    font-family: "KyivType Sans", serif;
    flex-direction: column;
    margin: 0px auto;
    width: max-content;
    align-items: center;
    background: transparent;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 2.4px;
}
.action_more:hover{
  background: #d3b481;
}
.action_block_icon{
  background: #d3b481;
  padding: 10px 10px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  min-width: 80px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -40px;
  left: calc(50% - 40px);
}
.action_infotext{
  display:flex;
  flex-direction:column;
  width:100%;
  text-align:center;
  justify-content:center;
  align-items:center;
  padding:20px 20px;
  font-size:18px;
}
.action_block_title {
    width: 100%;
    /*display: flex;*/
    /*flex-direction: column;*/
    font-family: "KyivType Sans", serif;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.65em;
    letter-spacing: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    align-self: center;
    text-align: center;
}
.action_block_title .old_price,
.pop_title .old_price {
  text-decoration: line-through;
}
.action_block_text{
  font-size: 16px;
  text-align: center;
  line-height: 120%;
}
.rooms_pretitle{
   text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "KyivType Sans", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.12em;
  letter-spacing: 0px;
}
.service_pretitle{
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "KyivType Sans", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.12em;
  letter-spacing: 0px;
}
.gallery_pretitle{
 text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "KyivType Sans", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.12em;
  letter-spacing: 0px;
}
.review_pretitle{
 text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "KyivType Sans", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.12em;
  letter-spacing: 0px;  
}
.contact_pretitle{
text-align: center;
width: 100%;
display: flex;
flex-direction: column;
font-family: "KyivType Sans", serif;
font-size: 48px;
font-weight: 400;
line-height: 1.12em;
letter-spacing: 0px;
}
.map_holder{
  display:flex;
  flex-direction:row;
  width:100%;
  position:relative;
}
.map_holder .map{
  position:relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: calc(100% / 2);
  position: relative;
  padding: 40px 25px;
}
.map_holder .map iframe{
  width:100%!important;
  height:100%!important;
  min-height:600px;
}
.map_holder_in{
  display:flex;
  flex-direction:column;
  width:100%;
  gap:30px;
}
.map_text{
  display: flex;
  flex-direction: column;
  width: calc(100% / 2);
  max-width: 770px;
  gap: 20px;
  position: relative;
  z-index: 5;
  padding: 30px 30px;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.submit_contact{
  background-color: rgba(0, 0, 0, 0);
  color: #30373f;
  text-decoration: none;
  padding: 13px 58px 13px 58px;
  border-radius: 0px 0px 0px 0px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #d7c3ab;
  font-family: "KyivType Sans", serif;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.5em;
  margin: 5px auto;
  letter-spacing: 2.4px;
}
.contact_form{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0px;
  margin: 30px auto;
  align-items: center;
  justify-content: center;
}
.input_holder{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap:20px;
}
.contact_form input{
  background-color: #ffffff;
  color: #30373f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0px;
  padding: 13px 0px 10px 29px;
  margin: 0px 0px 30px 0px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #edeef0;
  border-radius: 0px 0px 0px 0px;
  width: 100%;
}
.success_contact{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  width: 100%;
  margin: 20px auto;
  display: none;
}
.contact_form textarea{
  background-color: #ffffff;
  color: #30373f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  min-height: 110px;
  letter-spacing: 0px;
  padding: 13px 0px 10px 29px;
  margin: 0px 0px 30px 0px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #edeef0;
  border-radius: 0px 0px 0px 0px;
  width: 100%;
}
.contact_form input:focus,
.contact_form textarea:focus{
  outline: none;
  box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
}
.submit_contact:hover{
  background-color: #d7c3ab;
  text-decoration: none;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
}
.map_info{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.reviews_holder{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
  padding: 50px 20px;
}
#review{
  padding: 30px 20px;
}
.reviews{
  display: flex;
  flex-direction: column;
  width: calc(100% / 2 - 20px);
  position: relative;
  background:#fff;
  border: 1px solid #ddd;
  max-height:540px;
}
.gallery.slick-initialized{
  max-height:auto;
}
.reviews_info_in{
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  width:100%;
  gap:20px;
}
.review_info{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  background: #f9f9f9;
  padding: 20px 20px;
  align-items: center;
  justify-content: space-between;
  border:1px solid #ddd;
}
.review_info .review_name{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.review_info .review_name img{
  max-height: 60px;
}
.review_info .review_rating{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 400;
}
.review_info .review_rating span.review_num{
  background:#fff;
  border-radius:0px;
  padding:5px 10px;
  border:1px solid #ddd;
}
.tpl_review{
  width:100%;
  display:block;
  border-radius: 0px;
  overflow: hidden;
}
.tpl_review img{
  width:100%;
  display:block;
}
.reviews_info{
  display: flex;
  flex-direction: column;
  width: calc(100% / 2 - 20px);
  background: #fff;
  border-radius: 0px;
  padding: 20px 20px;
  gap: 20px;
  border: 1px solid #ddd;
}
.review_info_t{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.review_info_t h3{
  font-size: 18px;
  font-weight: 500;
  font-family: "KyivType Sans", serif;
}
.review_info_t p a{
  text-decoration:underline;
}
.review_info_t p a:hover{
  text-decoration:none;
  font-size:16px;
  font-weight:400px;
}
.review_info_t h2{
  font-size: 22px;
  font-weight: 500;
  font-family: "KyivType Sans", serif;
}
.review_info_t h2.alert_title{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.review_info_t ul{
  list-style: disc;
  margin-left: 20px;
}
.review_info_t ul li{
  font-size: 16px;
  margin-bottom: 5px;
}
.gallery_holder{
  display:flex;
  flex-direction:column;
  gap:30px;
  width:100%;
  padding: 30px 20px;
}
#service{
  padding: 30px 20px;
}
.service_block{
  display:flex;
  flex-direction:column;
  gap:30px;
  width:100%;
  margin-top:30px;
}
.service{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
}
.service .service_in{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  width:calc(100% / 2 - 20px);
  gap:20px;
}
.service .tpl_service{
  display: flex;
  flex-direction: column;
  width: calc(100% / 2 - 10px);
  overflow: hidden;
  cursor:pointer;
  position:relative;
}

.service .tpl_service.service_a {
  width:100%;
  max-height: 377px;
}
.service .tpl_service .service_data{
  position: absolute;
  z-index:2;
  padding: 50px 20px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  flex-direction: row;
  display: flex;
  gap: 20px;
}
.service_data .service_text{
  display:flex;
  flex-direction:column;
  width:100%;
  align-items:center;
  gap:5px;
}
.service .tpl_service .service_data .service_icon{
  background: #d3b481;
  padding: 10px 10px;
  border-radius: 50%;
  width: 80px;
  min-width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.service .tpl_service .service_img{
  display:flex;
  flex-direction:column;
  width:100%;
}
.service .tpl_service .service_img:after{
  content: "";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  background:rgba(0, 0, 0, 0.3);
  z-index:1;
}
.service .tpl_service .service_img img{
  object-fit:cover;
  width:100%;
  display:block;
  transition:1s;
} 

.service .tpl_service:hover .service_img img{
  transform: scale(1.1);
}
.service .tpl_service .service_name{
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "KyivType Sans", serif;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  align-self: center;
  text-align: center;
}
.service .tpl_service .service_longtitle{
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 200%;
    text-align: center;
}
.gallery{
  display:flex;
  flex-direction:column;
  width:100%;
  position:relative;
  max-width:800px;
  margin:0px auto;
  border-radius: 10px;
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  max-height:460px;
}
.gallery.slick-initialized{
  max-height:auto;
}
.gallery .tpl_gallery{
  display:flex;
  flex-direction:column;
  width:100%;
  overflow: hidden;
  border-radius: 10px;
}
.gallery .tpl_gallery img{
  width:100%;
  display:block;
}
.gallery .tpl_gallery:hover img{
  opacity:0.8;
}
#mobile_menu_open:hover svg path{
  stroke: #d3b481;
}
#mobile_menu_open{
  padding-right: 30px;
}
#mobile_menu_open svg{
  width: 36px;
  height: 36px;
}
.rooms_holder{
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
}
.rooms_information{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.rooms_title{
  font-size:20px;
  font-weight:700;
  text-align:center;
  width:100%;
}
.rooms_introtext{
  font-size:18px;
  font-weight:600;
  text-align:center;
  width:100%;
}
.rooms{ 
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  width:100%;
  flex-wrap:wrap;
}
.room_block{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 50px;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}
.rooms .tpl_room{
  display:flex;
  flex-direction:column;
  width: 100%;
  gap:20px;
  cursor:pointer;
}
.tpl_room .room_gallery{
  display:flex;
  flex-direction:column;
  width:100%;
  max-height:400px;
}
.room_gallery .tpl_room_img{
  display:block;
  width:100%;
  margin: 15px;
}
.room_gallery .tpl_room_img img{
  display:block;
  width:100%;
}
.tpl_room .room_info{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 40%;
  z-index:2;
  gap: 15px;
}
.tpl_room .room_info .room_name{
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "KyivType Sans", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.12em;
  letter-spacing: 0px;
}
.tpl_room .room_intro{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  color: #30373f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0px;
}
.tpl_room .room_intro b,
.tpl_room .room_intro strong{
  font-weight: 600;
}
.tpl_room .room_intro table tr th,
.tpl_room .room_intro table tr td{
  padding: 5px 10px;
}
.tpl_room .room_intro .room_intro_icon{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.tpl_room .room_price_block{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}
.tpl_room .room_price{
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
}
.tpl_room .room_price span{
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5em;
  font-family: "KyivType Sans", serif;
  letter-spacing: 0px;
  display: block;
}
.tpl_room .room_gallery img{
  display:block;
  object-fit:cover;
  width:100%;
}
.tpl_room .room_back{
  background: #fafbff;
  width: 50%;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0px;
  left: auto;
  right: 0px;
}
.room_img{
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  width: calc(60% - 50px);
  padding: 50px 0px;
}
.tpl_room.tpl_room_reverse .room_back{
  right: auto;
  left: 0px;
}
.tpl_room.tpl_room_reverse .room_block{
  flex-direction: row-reverse;
}
.tpl_room .room_btns{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.tpl_room .room_btns .call_booking{
  background: #d3b481;
  color: #121212;
  font-family: "KyivType Sans", serif;
  font-size: 20px;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  transition: 0.5s;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content:center;
  gap: 10px;
  border:1px solid transparent;
  width: max-content;
  max-width:100%;
}
.tpl_room .room_btns .call_booking:hover{
  background:#fff;
  border:1px solid #ddd;
}
.tpl_room .room_btns .room_more{
  background: #fff;
  color: #121212;
  font-family: "KyivType Sans", serif;
  font-size: 20px;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  transition: 0.5s;
  width: max-content;
  max-width: 100%;
  border: 1px solid #ddd;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.tpl_room .room_btns .room_more:hover{
  background: #d3b481;
  color: #121212;
}
.room_gallery .slick-prev_arrow{
  left:5px;
}
.gallery .slick-prev_arrow,
.reviews .slick-prev_arrow{
  left:-20px;
}
.room_gallery .slick-next_arrow{
  right: 5px;
}
.gallery .slick-next_arrow,
.reviews .slick-next_arrow{
  right:-20px;
}
.gallery_ig{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 0px;
}
.gallery_ig .tpl_gallery_ig{
  width:calc(100% / 8);
  margin: 0px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.gallery_ig .tpl_gallery_ig img{
  width:100%;
  display:block;
  transition:0.5s;
}
.gallery_ig .tpl_gallery_ig:hover{
  opacity:0.9;
}
.gallery_ig .tpl_gallery_ig:hover img{
  transform:scale(1.1);
}
.room_benefits{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3px;
  flex-wrap: wrap;
}
.tpl_room_benefit{
  display:flex;
  flex-direction:column;
  background: #f9f9f9;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px 5px;
}
.room_nav{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
  width:100%;
  gap: 20px;
  padding: 0px 15px;
}
.room_action{
  background-color: rgba(0, 0, 0, 0);
  color: #30373f;
  text-decoration: none;
  padding: 13px 0px 13px 0px;
  border-radius: 0px 0px 0px 0px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #d7c3ab;
  font-family: "KyivType Sans", serif;
  font-size: 14px;
  font-weight:500;
  text-transform: uppercase;
  line-height: 1.5em;
  margin: 0px;
  text-align: center;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:calc(100% / 2 - 15px);
  letter-spacing: 2.4px;
}
.room_action:hover{
  background-color: #d7c3ab;
  text-decoration: none;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
}
.room_more{
  background-color: #d7c3ab;
  color: #30373f;
  text-decoration: none;
  padding: 13px 0px 13px 0px;
  border-radius: 0px 0px 0px 0px;
  border-color: rgba(0, 0, 0, 0);
  font-family: "KyivType Sans", serif;
  font-size: 14px;
  font-weight:500;
  text-transform: uppercase;
  line-height: 1.5em;
  margin: 0px;
  text-align: center;
  width:calc(100% / 2 - 15px);
  letter-spacing: 2.4px;
}
.room_more:hover{
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #d7c3ab;
}
.founder{
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 400px;
  margin: 0px auto;
}
.founder_sign{
  max-width: 100px;
  margin-right: 20px;
}
.founder_name{
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0px;
  color: #293037;
  font-family: "KyivType Sans", serif;
}
.founder_co{
  color: #293037;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0px;
}
.founder_text{
  color: #30373f;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 2.1em;
  letter-spacing: 0px;
}
.founder_block_holder{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.founder_block{
  display: flex;
  flex-direction: column;
  width: max-content;
}
.information_page header{
  background: #283143;
}
.information_page header #mobile_menu_open svg path{
  fill:#fff;
}
.information_page main{
  padding-top: 100px;
}
.information_page main h1{
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "KyivType Sans", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.12em;
  letter-spacing: 0px;
}
.information_page .content{
  max-width: 1200px;
  background: #fafbff;
  flex-direction: column;
  display: flex;
  padding: 20px 20px;
  margin: 20px auto;
}
#pop{
  display:none;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10001;
  width: calc(100% - 20px);
  padding: 0px 5px 0px 5px;
  margin: 0px auto;
}
#pop_tour{
  display:none;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 110;
  width: calc(100% - 20px);
  padding: 0px 5px 0px 5px;
  height: calc(100vh - 110px);
  margin: 0px auto;
}
.pop_head{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
  background: #fafbff;
  padding: 5px 20px;
}
.pop_head .pop_title{
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "KyivType Sans", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.12em;
  letter-spacing: 0px;
}
.call_tour{
  background-color: #d7c3ab;
  color: #30373f;
  text-decoration: none;
  padding: 13px 0px 13px 0px;
  border-radius: 0px 0px 0px 0px;
  border-color: rgba(0, 0, 0, 0);
  font-family: "KyivType Sans", serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.5em;
  margin: 0px;
  font-weight:500;
  text-align: center;
  width: calc(100% / 2 - 15px);
  letter-spacing: 2.4px;
  min-height: 51px;
  align-items: center;
  justify-content: center;
  display: flex;
  position:relative;
  overflow:hidden;
}
.call_tour:hover{
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #d7c3ab;
}
.call_tour:after{
  content:"";
  background:rgba(0,0,0,0.2);
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  z-index:1;
}
.call_tour span{
  display: flex;
  flex-direction: column;
  width: max-content;
  padding: 20px 20px;
  border: 2px solid #ffffff;
  z-index:2;
  position:relative;
}
.call_tour:hover span{
  background:#fff;
  color: #121212;
}
.room_btns .call_tour{
  width: calc(100% / 2 - 15px); 
}
.room_btns .call_tour span{
  padding:0px;
  border:none;
}
.room_btns .call_tour:hover span{
  background:none;
  color:#fff;
}
.call_tour{
  background: url('../../../../assets/images/btn_back.png');
  background-size: cover;
  background-position: center;
  color: #fff;
  border: none;
  width: 100%;
  min-height: 140px;
  font-weight: 600;
}
.room_btns .call_tour{
  min-height: 80px;
}
.call_tour:hover{
  opacity:0.7;
}
.pop_info{
  display: flex;
  flex-direction: column;
  max-width: 800px;
  width: 100%;
  margin: 0px auto;
  background: #fff;
  max-height: calc(100vh - 70px);
  padding: 20px 20px;
  overflow: auto;
}
#pop_tour .pop_head{
  max-width:100%;
}
#pop_tour .pop_info{
  max-width:100%;
  height: 100%;
  padding:0px!important;
}
#pop_tour .pop_info iframe{
  height:100%;
}
.tpl_room_more{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tpl_room_more .room_info{
  display: flex;
  flex-direction: column;
  width: 100%;
    gap: 20px;
}
.tpl_room_more .room_name{
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "KyivType Sans", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.12em;
  letter-spacing: 0px;
}
.room_description{
  font-size:16px;
  font-weight:400;
}
.room_description h3{
  margin-bottom:10px;
  width:100%;
  font-size:20px;
  font-weight:600;
  color:#121212;
  line-height:;
}
.room_description h3{
  margin-bottom:10px;
  width:100%;
  font-size:18px;
  font-weight:600;
  color:#121212;
}
.room_description p{
  margin-bottom:10px;
  width:100%;
  font-size:16px;
  font-weight:400;
  color:#121212;
}
.room_description strong,
.room_description b{
  font-weight:600;
}
.room_description table{
  border:1px solid #cccccc;
  margin-bottom:15px;
}
.room_description table tr th,
.room_description table tr td{
  padding: 5px 10px;
  font-size:16px;
  font-weight:400;
  color:#121212;
  width: calc(100% - 40px) !important;
}
.room_description table tr th:nth-child(1),
.room_description table tr td:nth-child(1){
  width: 40px !important;
  vertical-align: middle;
}
.room_description table tr:nth-child(even){
  background:#fafbff;
}
.tpl_room_more .room_price_block {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.tpl_room_more .room_price {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
}
.action_block_more{
  display:flex;
  flex-direction:column;
  width:100%;
}
.action_block_more img{
  width:100%;
}
.tpl_room_more .room_price span {
    font-size: 34px;
    font-weight: 400;
    line-height: 1.5em;
    font-family: "KyivType Sans", serif;
    letter-spacing: 0px;
    display: block;
}
.room_gallery_in{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 5px;
}
.room_gallery_in a{
  width:calc(100% / 8 - 5px);
  display:flex;
  flex-direction:column;
}
.room_gallery_in a img{
  width:100%;
  object-fit:cover;
}
.banner_social{
  display:flex;
  flex-direction:row;
  align-items:center;
  width:100px;
  margin: 0px;
  gap: 20px;
}
.banner_social a{
  display:flex;
  flex-direction:column;
}
.banner_social a svg path{
  stroke:#fff;
}
.banner_social a:hover svg path{
  stroke:#d3b481;
}
.room_title{
        padding: 0px 10px;
  text-align: center;
  font-family: "KyivType Sans", serif;
  font-weight: 400;
  line-height: 1.12em;
  font-size: 48px;
  letter-spacing: 0px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0px auto;
}
.room_introtext{
  padding: 0px 10px;
  text-align: center;
  font-family: "KyivType Sans", serif;
  font-weight: 500;
  line-height: 1.12em;
  font-size: 23px;
  letter-spacing: 0px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 15px auto 15px auto;
}
.room_btns{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  margin: 0px auto;
  gap: 30px;
}
.booking_room{
  display:none;
}
.bmn-widget-room iframe{
  height: 700px;
  max-height:100%;
}
@media screen and (max-width:1200px) {
  .header_right .call_phone{
    display:none;
  }
  .tpl_main_banner .banner_introtext {
    font-size: 15px;
  }
  .tpl_main_banner .banner_title {
    font-size: 42px;
  }
  .service .tpl_service{
    width: calc(100% / 2 - 10px);
  }
}
@media screen and (max-width:992px) {
  .room_nav{
    padding:0px;
  }
  .room_gallery .tpl_room_img {
    margin: 0px 10px 0px 0px;
  }
  .room_title{
    font-size: 30px;
  }
  .room_introtext{
    font-weight: 400;
    font-size: 18px;
  }
  .call_tour{
    width:100%;
  }
  .room_btns .call_tour{
    min-height: auto;
  }
  .room_gallery_in a{
    width:calc(100% / 6 - 5px);
  }
  .back_left{
    display: none;
  }
  .about_section_left {
    background: #fafbff;
  }
  .tpl_room .room_info{
    gap: 20px;
    padding: 30px 0px;
  }
  .header_left .call_rooms{
    display:none;
  }
  .header_right .h_lang{
    display:none;
  }
  .tpl_main_banner .banner_info{
    padding: 30px 30px;
  }
  .about_section{
    flex-direction:column;
  }
  .about_section_left{
    width:100%;
  }
  .about_section_right{
    width:100%;
  }
  .contact_pretitle,
  .gallery_pretitle,
  .review_pretitle,
  .service_pretitle,
  .rooms_pretitle,
  .actions_pretitle,
  .about_title{
    font-size: 34px;
  }
  .about_introtext{
    font-size:17px;
  }
  .about_pre_list li {
    margin-bottom: 10px;
  }
  .actions_blocks{
    flex-direction:column;
  }
  .actions_blocks .action_block{
    width: 100%;
    gap: 10px;
    max-width: 600px;
    margin: 0px auto;
  }
  .rooms{
    flex-direction:column;
  }
  .rooms .tpl_room{
    width:100%;
  }
  .rooms_title{
    font-size:18px;
  }
  .rooms_introtext{
    font-size:16px;
  }
  .tpl_room .room_info .room_name{
    font-size:22px;
  }
  .tpl_room .room_btns{
    gap:5px;
  }
  .tpl_room .room_btns .room_more,
  .tpl_room .room_btns .call_booking{
    font-size: 16px;
    font-weight: 600;
    padding: 7px 3px;
    width:calc(100% / 2 - 5px);
  }
  .action_block_title{
    font-size:20px;
  }
  .action_block_text{
    font-size:14px;
  }
  .service{
    gap:20px;
    flex-direction:column;
  }
  .actions_blocks{
    width: 100%;
    gap:30px;
  }
  .service .service_in{
    width:100%;
    gap:10px;
  }
  .actions_blocks .action_block{
    max-width: 100%;
  }
  .actions_blocks .action_block{
    min-height: 360px;
  }
  .service .tpl_service{
    cursor: pointer; 
    width:calc(100% / 2 - 5px);
  }
  .service .tpl_service .service_data{
    padding: 15px 10px;
  }
  .service .tpl_service .service_data .service_icon{
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
  .service .tpl_service .service_name{
    font-size:20px;
  }
  .service .tpl_service .service_longtitle{
    font-size:12px;
    line-height: 1.4;
  }
  .reviews_holder{
    gap:20px;
    padding:30px 0px;
    flex-direction:column;
  }
  .reviews{
    width:100%;
  }
  .reviews_info{
    width:100%;
  }
  .rooms_holder{
    padding:20px 0px;
  }
  #review,
  #service{
    padding:20px 0px;
  }
  .review_info_t p{
    font-size:18px;
  }
  .review_info_t ul li {
    font-size: 14px;
  }
  .gallery_holder{
    padding:20px 0px;
  }
  .footer_menu li a{
    font-size:14px;
  }
  .about_section_left > img{
    max-width: 100%;
  }
  #mobile_menu .mobile_menu_nav a{
    font-size: 28px;
  }
  .founder_name {
    font-size: 18px;
  }
}
@media screen and (max-width:768px) {
  .tpl_room_more .room_price span {
    font-size: 26px;
  }
  .map_holder{
    flex-direction:column;
  }
  .map_holder .map,
  .map_text{
    width:100%;
  }
  .map_shield{
    width: 100%;
    height: 70%;
  }
  .room_gallery_in a{
    width:calc(100% / 4 - 5px);
  }
  .founder_sign {
    max-width: 85px;
    margin-right: 0px;
  }
  #mobile_menu .mobile_menu_nav a{
    font-size: 24px;
  }
  .service{
    gap:10px;
  }
  .action_block_title {
      font-size: 18px;
  }
  .service .tpl_service .service_name {
      font-size: 18px;
  }
  .service .tpl_service{
    width: calc(100% / 2 - 5px);
  }
  .service .tpl_service .service_img img{
    min-height: 300px;
  }
  .room_gallery .tpl_room_img{
    margin: 0px 10px 0px 0px;
  }
  .about_pre_list li{
    margin-bottom: 10px;
    color: #30373f;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0px;
  }
  .about_introtext {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7em;
  }
  .about_section{
    gap:20px;
  }
  .about_section_right{
    gap:20px;
    padding: 0px 0px;
  }
  .tpl_room.tpl_room_reverse .room_block{
    background: #fafbff;
  }
  .tpl_room .room_back{
    display: none;
  }
  .tpl_room .room_info{
    max-width: 100%;
  }
  .room_img{
    padding: 20px 0px;
    width: 100%;
  }
  .tpl_room.tpl_room_reverse .room_block,
  .room_block{
    gap:0px;
    flex-direction: column-reverse;
  }
  .review_info .review_rating span.review_num{
    padding: 5px 5px;
  }
  .review_info .review_rating{
    font-size: 14px;
  }
  .reviews_info_in{
    gap:5px;
  }
  .review_info{
    padding: 10px 10px;
  }
  .footer_bottom_in{
    flex-direction: column;
    gap: 15px;
    padding: 20px 0px 16px 0px;
  }
  .input_holder{
    flex-direction: column;
    gap:0px;
  }
  .dash_decor{

    top: 20px;
    left: 0px;
  }
  #mobile_menu_open{
    padding-right: 0px;
  }
  .banner_socials{
    width: 60px;
  }
  .banner_shield,
  .tpl_main_banner .banner_info{
    width: calc(100% - 60px);
  }
  .gallery_ig .tpl_gallery_ig{
    width: calc(100% / 4);
  }
  .tpl_main_banner .banner_btns{
    gap: 10px;
    flex-direction: column;
  }
  .room_booking{
    font-size:12px;
  }
  .room_booking svg{
    display: none!important;
  }
  .tpl_main_banner .banner_btns .view_rooms,
  .tpl_main_banner .banner_btns .call_booking{
    font-size: 18px;
    font-weight: 600;
    padding: 10px 10px;
  }
  .tpl_main_banner .banner_info{
    padding:20px 20px;
  }
  .header_right .call_booking span{
    display:none;
  }
  .banner_socials{
    justify-content: flex-start;
    padding-top: 200px;
  }
  .banner_phone,
  .banner_phone a{
    font-size: 20px;
  }
  .tpl_main_banner .banner_info{
    padding: 100px 20px;
    justify-content: flex-start;
  }
  .tpl_main_banner .banner_title{
    font-size:26px;
    text-indent: 70px;
    line-height: 140%;
  }
  .main_banner .tpl_main_banner{
    flex-direction: column-reverse;
    height: auto;
  }
  .main_banner .tpl_main_banner .banner_img{
    display: block;
    position: relative;
    top: auto;
    right: auto;
    z-index: 2;
    width: 100%;
    height: max-content;
    bottom: auto;
  }
  .tpl_main_banner .banner_info{
    position: relative;
    top: auto;
    left: auto;
  }
  .main_banner .slick-prev_arrow{
    right: 70px;
    left: auto;
    top: auto;
    bottom: 20px;
  }
  .main_banner .slick-next_arrow{
    right: 20px;
    left: auto;
    top: auto;
    bottom: 20px;
  }
  .slick-dots{
    bottom:40px;
  }
}
@media screen and (max-width:540px) {
  .banner_phone, .banner_phone a{
    font-size: 16px;  
  }
  .actions_holder{
    padding:20px 0px;
  }

}