body {
  font: 100% "Golos Text", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: #1E1B19;
  color: #F2ECE5;
  font-size: 16px;
  line-height: 1.5em;
}
a {
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  color: #1C1C1D;
  text-decoration: none;
}
a:hover {
  color: #c00;
}
.desktop_hide {
  display: none !important;
}
.cursor_progress {
  opacity: 0.5;
  cursor: progress !important;
}
.cursor_progress * {
  cursor: progress;
}
@media screen and (max-width: 1024px) {
  select, textarea, input {
    font-size: 16px !important;
  }
}
.wr {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  max-width: 1330px;
  width: 100%;
}
.wr .wr {
  padding-left: 0;
  padding-right: 0;
}
.wr_wide {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}
.hide {
  display: none;
}
.ajax-loader {
  display: none !important;
}
span.wpcf7-list-item {
  margin: 0;
}
.your-consent {
  color: rgba(0, 0, 0, 0.1);
}
.your-consent .wpcf7-not-valid {
  color: #c00;
}
.justify {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.article {
  color: #F2ECE5;
  font-size: 16px;
}
.article div {
  line-height: 1.5em;
}
.article.article_two_cols {
  columns: 2;
}
.article.article_two_cols h1, .article.article_two_cols h2 {
  column-span: all;
  width: 100%;
}
.article p {
  padding-bottom: 1.5em;
  line-height: 1.5em;
}
.article img {
  max-width: 100%;
  height: auto;
}
.article img.alignleft {
  display: block;
  float: left;
  margin: 0 20px 10px 0;
}
.article img.alignright {
  display: block;
  float: right;
  margin: 0 0 10px 20px;
}
.article img.aligncenter {
  display: block;
  margin: 0 auto;
}
.article ul, .article ol {
  padding-bottom: 1.5em;
  padding-left: 0;
  padding-right: 1.5em;
}
.article ul li, .article ol li {
  line-height: 1.5em;
  transform: translateX(1.5em);
}
.article blockquote {
  margin-bottom: 35px;
  padding: 30px;
  background: #F6F6F6;
  position: relative;
  border-radius: 8px;
}
.article strong:last-child, .article ol:last-child, .article ul:last-child, .article p:last-child {
  padding-bottom: 0;
}
.article.article_large {
  font-size: 18px;
  line-height: 1.6em;
}
.article table tr th {
  text-align: left;
}
.article table tr th, .article table tr td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.title_font {
  font-family: "Geologica", sans-serif;
}
.title_4, .title_3, .title_2, .title_1 {
  font-family: "Geologica", sans-serif;
  font-weight: 700;
}
.title_0 {
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
}
.title_1, .article h1 {
  font-size: 36px;
  line-height: 1em;
  font-weight: 500;
}
.title_2, .article h2 {
  font-size: 32px;
  line-height: 1em;
  font-weight: 500;
}
.title_3, .article h3 {
  font-size: 24px;
  line-height: 1em;
  font-weight: 500;
}
.title_4, .article h4 {
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
}
.title_tt {
  text-transform: uppercase;
}
.title_df {
  justify-content: space-between;
  align-items: center;
}
.title_df .title_4, .title_df .title_3, .title_df .title_2, .title_df .title_1 {
  padding-bottom: 0;
}
.centered {
  text-align: center;
}
.img_wr img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.img_bg {
  position: relative;
}
.img_bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fancybox-close {
  right: 5px !important;
  top: 5px !important;
  width: 15px;
  height: 15px;
  background: url(../i/close.svg) no-repeat center center !important;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.fancybox-close:hover {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup {
  background: #fff;
  width: 768px;
  padding: 30px;
  text-align: center;
  color: #CAA05C;
}
.popup .article {
  margin-top: 20px;
}
form .wpcf7-form-control-wrap {
  margin-bottom: 0px;
  display: block;
}
form .form_item > label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}
form textarea, form input[type="date"], form input[type="time"], form input[type="password"], form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="number"] {
  height: 44px;
  line-height: 44px;
  background: #fff;
  border: none;
  color: #1C1C1D;
  text-indent: 17px;
  font-size: 14px;
  font-family: "Golos Text", sans-serif;
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 6px;
}
form textarea::-webkit-input-placeholder, form input[type="date"]::-webkit-input-placeholder, form input[type="time"]::-webkit-input-placeholder, form input[type="password"]::-webkit-input-placeholder, form input[type="text"]::-webkit-input-placeholder, form input[type="email"]::-webkit-input-placeholder, form input[type="tel"]::-webkit-input-placeholder, form input[type="number"]::-webkit-input-placeholder {
  color: #1C1C1D;
}
form textarea::-moz-placeholder, form input[type="date"]::-moz-placeholder, form input[type="time"]::-moz-placeholder, form input[type="password"]::-moz-placeholder, form input[type="text"]::-moz-placeholder, form input[type="email"]::-moz-placeholder, form input[type="tel"]::-moz-placeholder, form input[type="number"]::-moz-placeholder {
  color: #1C1C1D;
}
form textarea:-moz-placeholder, form input[type="date"]:-moz-placeholder, form input[type="time"]:-moz-placeholder, form input[type="password"]:-moz-placeholder, form input[type="text"]:-moz-placeholder, form input[type="email"]:-moz-placeholder, form input[type="tel"]:-moz-placeholder, form input[type="number"]:-moz-placeholder {
  color: #1C1C1D;
}
form textarea:-ms-input-placeholder, form input[type="date"]:-ms-input-placeholder, form input[type="time"]:-ms-input-placeholder, form input[type="password"]:-ms-input-placeholder, form input[type="text"]:-ms-input-placeholder, form input[type="email"]:-ms-input-placeholder, form input[type="tel"]:-ms-input-placeholder, form input[type="number"]:-ms-input-placeholder {
  color: #1C1C1D;
}
form select {
  cursor: pointer;
  height: 44px;
  line-height: 44px;
  border: none;
  color: #1C1C1D;
  text-indent: 17px;
  font-size: 14px;
  font-family: "Golos Text", sans-serif;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  max-width: 100%;
  background: #fff url(../i/carret.svg) no-repeat calc(100% - 17px) center;
  color: #1C1C1D;
}
form input[type="number"] {
  -moz-appearance: textfield;
}
form input::-webkit-outer-spin-button, form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
form textarea {
  display: block;
  resize: none;
  height: 150px;
  line-height: 1em;
  padding-top: 15px;
  text-indent: 0;
  padding-left: 17px;
  line-height: 1.2em;
}
form button[type="submit"], form input[type="submit"], form .wpcf7-submit {
  width: 100%;
  font-family: "Golos Text", sans-serif;
  height: 44px;
  background: #CAA05C;
  padding: 0 30px;
  color: #fff;
  font-weight: 500;
  line-height: 44px;
  font-size: 16px;
  border: none;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
form .form_item + .form_item {
  margin-top: 16px;
}
.styled_checkbox, span[data-name="your-consent"] {
  color: #1C1C1D;
}
.styled_checkbox label, span[data-name="your-consent"] label {
  cursor: pointer;
}
.styled_checkbox label input, span[data-name="your-consent"] label input {
  display: none;
}
.styled_checkbox label input + span, span[data-name="your-consent"] label input + span {
  font-size: 14px;
  line-height: 1.2em;
  position: relative;
}
.styled_checkbox label input + span .check, span[data-name="your-consent"] label input + span .check {
  position: relative;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #1C1C1D;
  line-height: 19px;
  text-align: center;
  background: transparent;
  border-radius: 5px;
  min-width: 24px;
}
.styled_checkbox label input + span .check:hover, span[data-name="your-consent"] label input + span .check:hover {
  opacity: 0.7;
}
.styled_checkbox label span.df, span[data-name="your-consent"] label span.df {
  justify-content: center;
  align-items: center;
}
.styled_checkbox label span.text, span[data-name="your-consent"] label span.text {
  padding-left: 10px;
  text-align: left;
}
.styled_checkbox label input:checked + span .check:after, span[data-name="your-consent"] label input:checked + span .check:after {
  content: "";
  width: 5px;
  height: 8px;
  position: absolute;
  left: 8px;
  top: 4px;
  border-right: 2px solid #1C1C1D;
  border-bottom: 2px solid #1C1C1D;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.styled_checkbox label a, span[data-name="your-consent"] label a {
  color: #1C1C1D;
  border-bottom: 1px solid;
}
.styled_checkbox label a:hover, span[data-name="your-consent"] label a:hover {
  color: #1C1C1D;
}
span[data-name="your-consent"] .wpcf7-not-valid {
  color: #c00;
}
span[data-name="your-consent"] .wpcf7-not-valid input + span:before {
  border-color: #c00 !important;
}
.styled_checkbox {
  color: #1C1C1D;
}
.styled_checkbox label input + span {
  font-size: 16px;
}
.styled_checkbox label input + span .check {
  background: #fff;
}
.styled_checkbox label input:checked + span .check:after {
  border-color: #1C1C1D;
}
.hidden {
  display: none;
}
.page_wr {
  padding-top: 80px;
  padding-bottom: 20px;
}
.pager {
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-bottom: 30px;
}
.pager .current, .pager a {
  margin: 0 20px;
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  text-align: center;
  color: #1C1C1D;
  text-decoration: none;
  display: block;
  text-align: center;
}
.pager a:hover {
  color: #c00;
}
.pager .current {
  line-height: 38px;
  border-radius: 100%;
  border: 1px solid #c00;
}
.pager .prev, .pager .next {
  position: relative;
  width: 40px;
  height: 40px;
  background: #fff;
  text-decoration: none;
  border-radius: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.pager .prev i.angle, .pager .next i.angle {
  border-color: #c00;
  position: relative;
}
.pager .prev:hover, .pager .next:hover {
  box-shadow: none;
  background: #59585D;
}
.pager .prev:hover i.angle, .pager .next:hover i.angle {
  border-color: #fff;
}
.pager .prev i {
  left: 2px;
}
.pager .next i {
  right: 2px;
}
.crumbs {
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 35px;
  font-size: 14px;
  line-height: 1.4em;
  text-align: left;
  color: #1C1C1D;
}
.crumbs a {
  text-decoration: none;
  color: #1C1C1D;
}
.crumbs a:hover {
  color: #c00;
}
.crumbs i, .crumbs .arrow {
  padding: 0 10px;
}
.df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.btn_wr a.btn {
  line-height: 44px;
  height: 44px;
  background: #CAA05C;
  color: #fff;
  padding: 0 20px;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  border-radius: 30px;
  overflow: hidden;
  transition: background 0.3s ease;
  white-space: pre;
  position: relative;
}
.btn_wr a.btn .btn_text {
  line-height: 44px;
  height: 44px;
  transition: transform 0.3s ease;
  text-align: center;
  justify-content: center;
  left: 0;
  align-items: center;
}
.btn_wr a.btn .btn_text + .btn_text {
  position: absolute;
  top: 100%;
  width: 100%;
  text-align: center;
}
.btn_wr a.btn:not(.df) {
  display: inline-block;
}
.btn_wr a.btn + a {
  margin-left: 14px;
}
.btn_wr a.btn:hover .btn_text {
  transform: translateY(-100%);
}
i.angle {
  display: inline-block;
  padding: 3px;
  border: solid black;
  border-width: 0 2px 2px 0;
  position: relative;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
i.angle.angle_right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
i.angle.angle_left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
i.angle.angle_up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
i.angle.angle_down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.slider_arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 15px 15px 0 rgba(75, 179, 195, 0.1);
  cursor: pointer;
  top: calc(50% - 20px);
  left: -35px;
  z-index: 10;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.slider_arrow.slider_arrow_right {
  left: auto;
  right: -35px;
}
.slider_arrow:hover {
  background: #59585D;
  box-shadow: none;
}
.slider_arrow:hover .arrow {
  border-color: #fff;
}
.slider_arrow .arrow {
  border-color: #c00;
  left: calc(50% - 3px);
  top: calc(50% - 7px);
}
.slider_arrow .arrow.arrow_right {
  left: calc(50% - 5px);
}
.soc.soc_lg a {
  width: 56px;
  height: 56px;
}
.soc a {
  width: 42px;
  height: 42px;
  color: #fff;
  background: #F6F6F6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}
.soc a:hover.i_telegram {
  background: deepskyblue;
}
.soc a:hover.i_whatsapp {
  background: #45cd64;
}
.soc a:hover.i_vk {
  background: #0077FF;
}
.soc a:hover.i_ok {
  background: #ff7700;
}
.soc a:hover.i_instagram {
  background: #c00;
}
.soc a + a {
  margin-left: 8px;
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots li {
  display: block;
  padding: 0;
  margin: 0;
  height: 12px;
}
.slick-dots li + li {
  margin-left: 13px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #F6F6F6;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #c00;
}
#mmenu {
  display: none;
}
#mobile_menu {
  display: none;
}
.header {
  position: relative;
  z-index: 100;
  background: #574640;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header .wr > .df {
  height: 80px;
  justify-content: space-between;
  align-items: center;
}
.header .wr > .df .logo_wr {
  align-items: center;
  gap: 12px;
}
.header .wr > .df .logo_wr .name {
  line-height: 1.1em;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  font-family: "Geologica", sans-serif;
}
.header .wr > .df .menu {
  justify-content: space-between;
  gap: 50px;
}
.header .wr > .df .menu > li {
  display: block;
}
.header .wr > .df .menu > li > a {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
}
.header .wr > .df .menu > li > a:hover {
  color: #CAA05C;
}
.header .wr > .df .menu > li.current-menu-item > a {
  opacity: 0.5;
}
.header .wr > .df .menu > li.menu-item-has-children {
  position: relative;
}
.header .wr > .df .menu > li.menu-item-has-children.two_cols ul {
  columns: 2;
  width: 600px;
}
.header .wr > .df .menu > li.menu-item-has-children > a {
  position: relative;
}
.header .wr > .df .menu > li.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  padding: 3px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  position: relative;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  left: 6px;
  top: -3px;
}
.header .wr > .df .menu > li.menu-item-has-children:hover > a:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 0;
}
.header .wr > .df .menu > li.menu-item-has-children ul {
  display: none;
  position: absolute;
  left: -20px;
  top: 60px;
  width: 300px;
  padding: 20px;
  padding-top: 10px;
}
.header .wr > .df .menu > li.menu-item-has-children ul li {
  display: block;
}
.header .wr > .df .menu > li.menu-item-has-children ul li a {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
.header .wr > .df .menu > li.menu-item-has-children ul li a:hover {
  opacity: 0.6;
}
.header .wr > .df .menu > li.menu-item-has-children ul li + li {
  padding-top: 10px;
}
.header .wr > .df .menu > li.menu-item-has-children:hover ul {
  display: block !important;
}
.header .wr > .df .phone a {
  color: #F6F6F6;
}
.main_slider {
  margin-top: 20px;
  height: 800px;
  overflow: hidden;
}
.main_slider .wr_wide {
  position: relative;
}
.main_slider .wr_wide #WidgetHorizontalBlockId {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
  left: 20px;
}
.main_slider .js_main_slider {
  position: relative;
}
.main_slider .js_main_slider .slide {
  position: relative;
  height: 800px;
  border-radius: 30px;
  overflow: hidden;
}
.main_slider .js_main_slider .slide .img_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.main_slider .js_main_slider .slide:before {
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  background-image: linear-gradient(0deg, #574640CC 0%, #574640CC 50%);
  z-index: 10;
  opacity: 0.5;
}
.main_slider .js_main_slider .box {
  padding: 50px;
  position: relative;
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.main_slider .js_main_slider .box .article, .main_slider .js_main_slider .box .title_0 {
  color: #fff;
}
.main_slider .js_main_slider .box .title_0 {
  text-align: center;
}
.main_slider .js_main_slider .box .title_0 span {
  color: #CAA05C;
  font-size: 120px;
}
.main_slider .js_main_slider .box .box_bottom {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 80px;
}
.main_slider .js_main_slider .box .box_bottom .btn_wr {
  margin-top: 20px;
}
.main_slider .slick-dots {
  position: absolute;
  left: 65px;
  bottom: 40px;
}
.cols {
  gap: 30px;
  justify-content: space-between;
}
.cols .col {
  width: calc(50% - 15px);
}
.footer {
  padding-bottom: 8px;
}
.footer .footer_top {
  padding: 60px 40px;
  background: #574640;
  border-radius: 20px 20px 0 0;
  color: #fff;
}
.footer .footer_top .cols {
  align-items: center;
  justify-content: space-between;
}
.footer .footer_top .cols .col {
  width: calc(33.333% - 30px);
}
.footer .footer_top .footer-heading {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}
.footer .footer_top .footer-info {
  font-size: 14px;
  line-height: 1.6em;
  color: rgba(255, 255, 255, 0.8);
}
.footer .footer_top .footer-info p {
  margin: 0 0 6px;
  padding: 0;
}
.footer .footer_top .footer-info p:last-child {
  margin-bottom: 0;
}
.footer .footer_top .footer-info a {
  color: rgba(255, 255, 255, 0.8);
}
.footer .footer_top .footer-info a:hover {
  color: #CAA05C;
}
.footer .footer_top .logo_wr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.footer .footer_top .logo_wr .name {
  line-height: 1.1em;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Geologica", sans-serif;
}
.footer .footer_top .logo_wr .name span {
  color: #CAA05C;
}
.footer .footer_bottom {
  background: #574640;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0 0 20px 20px;
  padding: 20px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
}
.post_item .img_bg {
  border-radius: 8px;
  height: 300px;
  overflow: hidden;
  background: #F6F6F6;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.post_item .title_4 {
  padding-top: 24px;
  padding-bottom: 0;
}
.post_item .title_4 a:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
.post_item .title_4 a:hover {
  color: #c00;
}
.post_item:hover .img_bg {
  opacity: 0.7;
}
.articles_listing {
  flex-wrap: wrap;
}
.articles_listing .post_item {
  position: relative;
  width: calc(33.33% - 32px);
  margin-right: 36px;
  margin-bottom: 36px;
}
.articles_listing .post_item:nth-child(3n) {
  margin-right: 0;
}
.map_wr {
  padding-top: 80px;
}
.map_wr .title_1 {
  padding-bottom: 40px;
}
#map {
  height: 560px;
  width: 100%;
  margin-top: 70px;
}
.block-news {
  padding-top: 80px;
  padding-bottom: 80px;
}
.block-news .title_1 {
  margin-bottom: 40px;
}
.block-news .news-grid {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.block-news .news-item {
  width: calc(25% - 18px);
  display: flex;
  flex-direction: column;
  position: relative;
}
.block-news .news-item .img_bg {
  position: relative;
  height: 280px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.block-news .news-item .img_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.block-news .news-item .img_bg .date-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 10px 16px;
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.block-news .news-item .img_bg .date-badge .day {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1em;
}
.block-news .news-item .img_bg .date-badge .month {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: capitalize;
}
.block-news .news-item:hover .img_bg img {
  transform: translateY(15px) scale(1.1);
}
.block-news .news-item .news-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.block-news .news-item .news-content .title_4 {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 700;
  padding-top: 0;
}
.block-news .news-item .news-content .title_4 a {
  color: #F2ECE5;
}
.block-news .news-item .news-content .title_4 a:hover {
  color: #CAA05C;
}
.block-news .news-item .news-content .title_4 a:before {
  content: "";
  display: block;
  inset: 0;
  position: absolute;
}
.block-news .news-item .news-content .news-excerpt {
  font-size: 15px;
  line-height: 1.5em;
  margin: 0;
}
.block-faq {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #A99D94;
}
.block-faq .faq-grid {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
.block-faq .faq-grid .faq-info {
  width: 45%;
}
.block-faq .faq-grid .faq-info .faq-label {
  color: #F2ECE5;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.block-faq .faq-grid .faq-info .title_1 {
  font-size: 44px;
  line-height: 1.15em;
  font-weight: 700;
  color: #1C1C1D;
}
.block-faq .faq-grid .faq-list {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.block-faq .faq-grid .faq-list .faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 24px;
  padding-bottom: 24px;
}
.block-faq .faq-grid .faq-list .faq-item:first-child {
  padding-top: 0;
}
.block-faq .faq-grid .faq-list .faq-item .faq-question {
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 20px;
}
.block-faq .faq-grid .faq-list .faq-item .faq-question .faq-title {
  font-size: 18px;
  font-weight: 700;
  color: #1C1C1D;
  line-height: 1.4em;
  transition: color 0.3s ease;
}
.block-faq .faq-grid .faq-list .faq-item .faq-question .faq-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.block-faq .faq-grid .faq-list .faq-item .faq-question .faq-arrow i.angle {
  border-color: #1C1C1D;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.block-faq .faq-grid .faq-list .faq-item .faq-question:hover .faq-title {
  color: #CAA05C;
}
.block-faq .faq-grid .faq-list .faq-item .faq-question:hover .faq-arrow i.angle {
  border-color: #CAA05C;
}
.block-faq .faq-grid .faq-list .faq-item .faq-answer {
  padding-top: 16px;
  display: none;
}
.block-faq .faq-grid .faq-list .faq-item .faq-answer p {
  font-size: 15px;
  line-height: 1.6em;
  color: #1C1C1D;
  padding-bottom: 0;
}
.block-faq .faq-grid .faq-list .faq-item.active .faq-question .faq-arrow i.angle {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.block-faq .faq-grid .faq-list .faq-item.active .faq-answer {
  display: block;
}
.stars-rating {
  position: relative;
  display: inline-flex;
  width: max-content;
  height: 18px;
}
.stars-rating .stars-bg {
  color: rgba(255, 255, 255, 0.35);
  display: flex;
  gap: 4px;
}
.stars-rating .stars-bg svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.stars-rating .stars-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.stars-rating .stars-fill .stars-gold {
  color: #CAA05C;
  display: flex;
  gap: 4px;
  width: max-content;
}
.stars-rating .stars-fill .stars-gold svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.block-reviews {
  padding-top: 80px;
  padding-bottom: 80px;
}
.block-reviews .title_1 {
  margin-bottom: 50px;
}
.block-reviews .reviews-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 480px;
  background: #574640;
}
.block-reviews .reviews-card .img_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.block-reviews .reviews-card .img_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-reviews .reviews-card .img_bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 100%);
}
.block-reviews .reviews-card .reviews-overlay {
  position: relative;
  z-index: 2;
  padding: 70px 60px;
  min-height: 480px;
  align-items: center;
  justify-content: space-between;
}
.block-reviews .reviews-card .reviews-overlay .reviews-left {
  width: 30%;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
}
.block-reviews .reviews-card .reviews-overlay .reviews-left .rating-number {
  font-size: 88px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 12px;
  font-family: "Geologica", sans-serif;
}
.block-reviews .reviews-card .reviews-overlay .reviews-left .stars-rating {
  margin-bottom: 12px;
}
.block-reviews .reviews-card .reviews-overlay .reviews-left .reviews-count {
  font-size: 16px;
  opacity: 0.85;
}
.block-reviews .reviews-card .reviews-overlay .reviews-right {
  width: 65%;
  color: #ffffff;
}
.block-reviews .reviews-card .reviews-overlay .reviews-right .js_reviews_slider .slide .review-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.block-reviews .reviews-card .reviews-overlay .reviews-right .js_reviews_slider .slide .review-item .stars-rating {
  margin-bottom: 0;
}
.block-reviews .reviews-card .reviews-overlay .reviews-right .js_reviews_slider .slide .review-item .review-text {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.35em;
  font-weight: 600;
  font-family: "Geologica", sans-serif;
}
.block-reviews .reviews-card .reviews-overlay .reviews-right .js_reviews_slider .slide .review-item .review-text p {
  padding-bottom: 0;
  color: #ffffff;
}
.block-reviews .reviews-card .reviews-overlay .reviews-right .js_reviews_slider .slide .review-item .review-author {
  font-size: 16px;
  opacity: 0.85;
  font-weight: 500;
}
.block-reviews .reviews-card .reviews-overlay .reviews-right .js_reviews_slider .slick-dots {
  justify-content: flex-start;
  margin-top: 40px;
}
.block-reviews .reviews-card .reviews-overlay .reviews-right .js_reviews_slider .slick-dots li button {
  background: rgba(255, 255, 255, 0.3);
}
.block-reviews .reviews-card .reviews-overlay .reviews-right .js_reviews_slider .slick-dots li.slick-active button {
  background: #CAA05C;
}
.block-room {
  padding-top: 80px;
  padding-bottom: 80px;
}
.block-room .room-header {
  max-width: 680px;
  margin: 0 auto 50px;
}
.block-room .room-header .room-subtitle {
  color: #CAA05C;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.block-room .room-header .title_1 {
  margin-bottom: 16px;
}
.block-room .room-header .room-description p {
  color: #F2ECE5;
  font-size: 16px;
  line-height: 1.6em;
  padding-bottom: 0;
}
.block-room .room-grid {
  flex-wrap: wrap;
  gap: 30px;
}
.block-room .room-grid .room-item {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  position: relative;
}
.block-room .room-grid .room-item .img_bg {
  position: relative;
  height: 360px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.block-room .room-grid .room-item .img_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.block-room .room-grid .room-item .img_bg .room-bestseller {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  background: #CAA05C;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 8px;
  line-height: 1.2em;
}
.block-room .room-grid .room-item:hover .img_bg img {
  transform: translateY(15px) scale(1.1);
}
.block-room .room-grid .room-item .room-content {
  display: flex;
  flex-direction: column;
}
.block-room .room-grid .room-item .room-content .room-meta {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  color: #F2ECE5;
}
.block-room .room-grid .room-item .room-content .room-meta .room-specs {
  align-items: center;
  gap: 20px;
}
.block-room .room-grid .room-item .room-content .room-meta .room-specs .room-spec {
  align-items: center;
  gap: 6px;
}
.block-room .room-grid .room-item .room-content .room-meta .room-specs .room-spec svg {
  color: #F2ECE5;
  fill: currentColor;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: block;
}
.block-room .room-grid .room-item .room-content .room-meta .room-price {
  font-size: 14px;
  color: #59585D;
}
.block-room .room-grid .room-item .room-content .room-meta .room-price .amount {
  font-size: 22px;
  font-weight: 700;
  color: #F2ECE5;
  font-family: "Geologica", sans-serif;
}
.block-room .room-grid .room-item .room-content .room-meta .room-price .period {
  font-size: 13px;
  color: #F2ECE5;
}
.block-room .room-grid .room-item .room-content .title_3 {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 700;
  padding-top: 0;
}
.block-room .room-grid .room-item .room-content .title_3 a {
  color: #CAA05C;
}
.block-room .room-grid .room-item .room-content .title_3 a:hover {
  color: #F2ECE5;
}
.block-room .room-grid .room-item .room-content .title_3 a:Before {
  content: "";
  display: block;
  inset: 0;
  position: absolute;
}
.block-gallery {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #A99D94;
}
.block-gallery .title_1 {
  margin-bottom: 50px;
  color: #1C1C1D;
}
.block-gallery .gallery-grid {
  flex-wrap: wrap;
  gap: 20px;
}
.block-gallery .gallery-grid .gallery-item {
  width: calc(25% - 15px);
}
.block-gallery .gallery-grid .gallery-item .img_bg {
  display: block;
  height: 240px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.block-gallery .gallery-grid .gallery-item .img_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.block-gallery .gallery-grid .gallery-item .img_bg:hover img {
  transform: translateY(15px) scale(1.1);
}
.block-map {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 20px;
}
.block-map #map {
  height: 560px;
  width: 100%;
  margin-top: 0;
}
.rooms-hero {
  padding-top: 20px;
  padding-bottom: 40px;
}
.rooms-hero .hero-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 280px;
  background: #574640;
}
.rooms-hero .hero-card .img_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.rooms-hero .hero-card .img_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rooms-hero .hero-card .img_bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.rooms-hero .hero-card .hero-overlay {
  position: relative;
  z-index: 2;
  padding: 50px 30px;
  min-height: 280px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.rooms-hero .hero-card .hero-overlay .hero-subtitle {
  color: #CAA05C;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.rooms-hero .hero-card .hero-overlay .title_0 {
  font-size: 48px;
  line-height: 1.15em;
  color: #ffffff;
  margin-bottom: 20px;
}
.rooms-hero .hero-card .hero-overlay .crumbs {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 0;
}
.rooms-hero .hero-card .hero-overlay .crumbs a {
  color: #ffffff;
}
.rooms-hero .hero-card .hero-overlay .crumbs a:hover {
  color: #CAA05C;
}
.rooms-hero .hero-card .hero-overlay .crumbs .arrow {
  padding: 0 8px;
  opacity: 0.6;
}
.block-rooms-listing {
  padding-top: 20px;
  padding-bottom: 60px;
}
.block-rooms-listing .rooms-list {
  flex-direction: column;
  gap: 24px;
}
.block-rooms-listing .rooms-list .room-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  gap: 30px;
  align-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.block-rooms-listing .rooms-list .room-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.block-rooms-listing .rooms-list .room-card .room-card-img {
  width: 340px;
  height: 220px;
  min-width: 340px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.block-rooms-listing .rooms-list .room-card .room-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.block-rooms-listing .rooms-list .room-card .room-card-img .room-bestseller {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  background: #CAA05C;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 6px;
}
.block-rooms-listing .rooms-list .room-card .room-card-img:hover img {
  transform: scale(1.05);
}
.block-rooms-listing .rooms-list .room-card .room-card-info {
  flex-direction: column;
  flex-grow: 1;
}
.block-rooms-listing .rooms-list .room-card .room-card-info .title_3 {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 700;
  padding-top: 0;
  margin-bottom: 8px;
}
.block-rooms-listing .rooms-list .room-card .room-card-info .title_3 a {
  color: #1C1C1D;
}
.block-rooms-listing .rooms-list .room-card .room-card-info .title_3 a:hover {
  color: #CAA05C;
}
.block-rooms-listing .rooms-list .room-card .room-card-info .room-rating {
  gap: 4px;
  margin-bottom: 12px;
}
.block-rooms-listing .rooms-list .room-card .room-card-info .room-card-excerpt {
  color: #59585D;
  font-size: 15px;
  line-height: 1.55em;
  margin: 0;
}
.block-rooms-listing .rooms-list .room-card .room-card-side {
  flex-direction: column;
  align-items: flex-end;
  min-width: 200px;
  text-align: right;
  gap: 16px;
}
.block-rooms-listing .rooms-list .room-card .room-card-side .room-specs {
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  color: #59585D;
  font-size: 14px;
}
.block-rooms-listing .rooms-list .room-card .room-card-side .room-specs .room-spec {
  align-items: center;
  gap: 8px;
}
.block-rooms-listing .rooms-list .room-card .room-card-side .room-specs .room-spec svg {
  color: #59585D;
  fill: currentColor;
}
.block-rooms-listing .rooms-list .room-card .room-card-side .room-price .amount {
  font-size: 24px;
  font-weight: 700;
  color: #1C1C1D;
  font-family: "Geologica", sans-serif;
}
.block-rooms-listing .rooms-list .room-card .room-card-side .room-price .period {
  font-size: 14px;
  color: #59585D;
}
.block-rooms-listing .rooms-list .room-card .room-card-side .btn_wr a.btn {
  padding: 0 28px;
}
.single-room-section {
  padding-top: 20px;
  padding-bottom: 60px;
}
.single-room-section .room-summary-bar {
  background: #f5f0eb;
  border-radius: 16px;
  padding: 24px 36px;
  margin-bottom: 40px;
  justify-content: space-between;
  align-items: center;
}
.single-room-section .room-summary-bar .summary-specs {
  align-items: center;
  gap: 40px;
}
.single-room-section .room-summary-bar .summary-specs .summary-item {
  align-items: center;
  gap: 10px;
  color: #1C1C1D;
  font-size: 16px;
  font-weight: 600;
}
.single-room-section .room-summary-bar .summary-specs .summary-item svg {
  color: #1C1C1D;
  fill: currentColor;
}
.single-room-section .room-summary-bar .summary-price .amount {
  font-size: 32px;
  font-weight: 700;
  color: #1C1C1D;
  font-family: "Geologica", sans-serif;
}
.single-room-section .room-summary-bar .summary-price .period {
  font-size: 15px;
  color: #59585D;
}
.single-room-section .single-room-grid {
  gap: 40px;
  align-items: flex-start;
}
.single-room-section .single-room-grid .left-col {
  width: 65%;
}
.single-room-section .single-room-grid .left-col .room-gallery-slider {
  position: relative;
  margin-bottom: 40px;
}
.single-room-section .single-room-grid .left-col .room-gallery-slider .slide .img_bg {
  display: block;
  height: 480px;
  border-radius: 20px;
  overflow: hidden;
}
.single-room-section .single-room-grid .left-col .room-gallery-slider .slide .img_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-room-section .single-room-grid .left-col .room-gallery-slider .slider_arrow {
  top: calc(50% - 20px);
  left: 20px;
}
.single-room-section .single-room-grid .left-col .room-gallery-slider .slider_arrow.slider_arrow_right {
  left: auto;
  right: 20px;
}
.single-room-section .single-room-grid .left-col .room-description-block {
  font-size: 16px;
  line-height: 1.7em;
}
.single-room-section .single-room-grid .right-col {
  width: 35%;
  position: sticky;
  top: 100px;
  align-self: flex-start;
}
.single-room-section .single-room-grid .right-col .sticky-booking-block {
  padding: 30px;
  position: sticky;
  top: 100px;
  background: #ffffff;
  border-radius: 20px;
  min-height: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.block-room-three-cols .room-grid .room-item {
  width: calc(33.333% - 20px);
}
.block-gallery-page {
  padding-top: 20px;
  padding-bottom: 80px;
}
.block-gallery-page .gallery-tabs {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}
.block-gallery-page .gallery-tabs .gallery-tab {
  background: transparent;
  border: none;
  outline: none;
  font-family: "Golos Text", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #F2ECE5;
  padding: 10px 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.block-gallery-page .gallery-tabs .gallery-tab:hover {
  color: #fff;
}
.block-gallery-page .gallery-tabs .gallery-tab.active {
  background: #CAA05C;
  color: #ffffff;
}
.block-gallery-page .gallery-grid {
  flex-wrap: wrap;
  gap: 20px;
}
.block-gallery-page .gallery-grid .gallery-item {
  width: calc(25% - 15px);
}
.block-gallery-page .gallery-grid .gallery-item .img_bg {
  display: block;
  height: 240px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.block-gallery-page .gallery-grid .gallery-item .img_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.block-gallery-page .gallery-grid .gallery-item .img_bg:hover img {
  transform: translateY(15px) scale(1.1);
}
.block-reviews-page {
  padding-top: 20px;
  padding-bottom: 80px;
}
.block-reviews-page .reviews-grid {
  flex-wrap: wrap;
  gap: 24px;
}
.block-reviews-page .reviews-grid .review-page-card {
  width: calc(33.333% - 16px);
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.block-reviews-page .reviews-grid .review-page-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.block-reviews-page .reviews-grid .review-page-card .card-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.block-reviews-page .reviews-grid .review-page-card .card-header .author-info {
  align-items: center;
  gap: 14px;
}
.block-reviews-page .reviews-grid .review-page-card .card-header .author-info .avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.block-reviews-page .reviews-grid .review-page-card .card-header .author-info .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-reviews-page .reviews-grid .review-page-card .card-header .author-info .author-details .author-name {
  font-size: 16px;
  font-weight: 700;
  color: #1C1C1D;
}
.block-reviews-page .reviews-grid .review-page-card .card-header .author-info .author-details .review-date {
  font-size: 13px;
  color: #59585D;
  margin-top: 2px;
}
.block-reviews-page .reviews-grid .review-page-card .card-rating {
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.block-reviews-page .reviews-grid .review-page-card .card-rating .rating-value {
  font-size: 14px;
  font-weight: 700;
  color: #1C1C1D;
}
.block-reviews-page .reviews-grid .review-page-card .card-body p {
  font-size: 15px;
  line-height: 1.6em;
  color: #59585D;
  margin: 0;
}
.block-contacts-page {
  padding-top: 80px;
  padding-bottom: 80px;
}
.block-contacts-page .contacts-grid {
  gap: 50px;
  align-items: flex-start;
}
.block-contacts-page .contacts-grid .left-col {
  width: 50%;
  flex-direction: column;
}
.block-contacts-page .contacts-grid .left-col .contact-header {
  margin-bottom: 36px;
}
.block-contacts-page .contacts-grid .left-col .contact-header .subtitle {
  color: #CAA05C;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.block-contacts-page .contacts-grid .left-col .contact-header .title_1 {
  font-size: 40px;
  line-height: 1.2em;
  margin-bottom: 16px;
}
.block-contacts-page .contacts-grid .left-col .contact-header .desc {
  font-size: 16px;
  line-height: 1.6em;
}
.block-contacts-page .contacts-grid .left-col .contact-cards {
  flex-wrap: wrap;
  gap: 20px;
}
.block-contacts-page .contacts-grid .left-col .contact-cards .contact-info-card {
  width: calc(50% - 10px);
  align-items: center;
  gap: 16px;
}
.block-contacts-page .contacts-grid .left-col .contact-cards .contact-info-card .icon-box {
  width: 54px;
  height: 54px;
  min-width: 54px;
  background: #CAA05C;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.block-contacts-page .contacts-grid .left-col .contact-cards .contact-info-card .info-content .info-title {
  font-size: 16px;
  font-weight: 700;
  color: #F2ECE5;
  margin-bottom: 4px;
}
.block-contacts-page .contacts-grid .left-col .contact-cards .contact-info-card .info-content .info-val {
  font-size: 14px;
}
.block-contacts-page .contacts-grid .left-col .contact-cards .contact-info-card .info-content .info-val a {
  color: #F2ECE5;
}
.block-contacts-page .contacts-grid .left-col .contact-cards .contact-info-card .info-content .info-val a:hover {
  color: #CAA05C;
}
.block-contacts-page .contacts-grid .right-col {
  width: 50%;
}
.block-contacts-page .contacts-grid .right-col .contact-form-card {
  background: #f5f0eb;
  border-radius: 20px;
  padding: 40px;
}
.block-contacts-page .contacts-grid .right-col .contact-form-card .form_items {
  flex-wrap: wrap;
  gap: 16px;
}
.block-contacts-page .contacts-grid .right-col .contact-form-card .form_items .form_item {
  width: calc(50% - 8px);
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.block-contacts-page .contacts-grid .right-col .contact-form-card .form_items .form_item.form_item_full {
  width: 100%;
  margin-top: 0;
}
.block-contacts-page .contacts-grid .right-col .contact-form-card .btn_wr {
  width: 100%;
}
#success-popup {
  text-align: center;
  padding: 40px 30px;
  max-width: 460px;
  border-radius: 20px;
}
#success-popup .success-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  background: rgba(69, 205, 100, 0.12);
  border-radius: 50%;
}
#success-popup .success-icon svg {
  color: #45cd64;
}
#success-popup .title_1 {
  font-size: 32px;
  margin-bottom: 12px;
}
#success-popup .article {
  font-size: 16px;
  color: #59585D;
  line-height: 1.5em;
}
.block-reviews-page .reviews-form-section {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.block-news-category {
  padding-top: 20px;
  padding-bottom: 80px;
}
.block-news-category .news-grid {
  flex-wrap: wrap;
  gap: 24px;
}
.block-news-category .news-grid .news-item {
  width: calc(25% - 18px);
}
.block-news-category .pager {
  margin-top: 50px;
  justify-content: center;
}
.block-about-content {
  padding-top: 20px;
  padding-bottom: 60px;
}
.block-about-content .about-grid {
  gap: 50px;
  align-items: center;
}
.block-about-content .about-grid .left-col {
  width: 45%;
}
.block-about-content .about-grid .left-col .img_bg {
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
}
.block-about-content .about-grid .left-col .img_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-about-content .about-grid .right-col {
  width: 55%;
  flex-direction: column;
}
.block-about-content .about-grid .right-col .about-subtitle {
  color: #CAA05C;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.block-about-content .about-grid .right-col .title_1 {
  font-size: 40px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.block-about-content .about-grid .right-col .article {
  font-size: 16px;
  line-height: 1.7em;
}
.block-about-advantages {
  padding-top: 60px;
  padding-bottom: 80px;
}
.block-about-advantages .advantages-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 50px;
}
.block-about-advantages .advantages-header .advantages-subtitle {
  color: #CAA05C;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
.block-about-advantages .advantages-header .title_1 {
  font-size: 48px;
  line-height: 1.15em;
  margin-bottom: 20px;
}
.block-about-advantages .advantages-header .advantages-desc {
  font-size: 16px;
  line-height: 1.6em;
  margin: 0;
}
.block-about-advantages .advantages-grid {
  gap: 30px;
  align-items: stretch;
}
.block-about-advantages .advantages-grid .left-col {
  width: 45%;
}
.block-about-advantages .advantages-grid .left-col .img_bg {
  height: 100%;
  min-height: 450px;
  border-radius: 20px;
  overflow: hidden;
}
.block-about-advantages .advantages-grid .left-col .img_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-about-advantages .advantages-grid .right-col {
  width: 55%;
}
.block-about-advantages .advantages-grid .right-col .cards-grid {
  flex-wrap: wrap;
  gap: 20px;
  height: 100%;
}
.block-about-advantages .advantages-grid .right-col .cards-grid .adv-card {
  width: calc(50% - 10px);
  min-height: 215px;
  border-radius: 20px;
}
.block-about-advantages .advantages-grid .right-col .cards-grid .adv-card.adv-card-text {
  background: #ffffff;
  padding: 28px;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}
.block-about-advantages .advantages-grid .right-col .cards-grid .adv-card.adv-card-text .card-subtitle {
  font-size: 12px;
  font-weight: 700;
  color: #59585D;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-bottom: 10px;
}
.block-about-advantages .advantages-grid .right-col .cards-grid .adv-card.adv-card-text .card-title {
  font-size: 44px;
  font-weight: 700;
  color: #1C1C1D;
  line-height: 1em;
  margin-bottom: 8px;
  font-family: "Geologica", sans-serif;
}
.block-about-advantages .advantages-grid .right-col .cards-grid .adv-card.adv-card-text .card-title span {
  color: #CAA05C;
}
.block-about-advantages .advantages-grid .right-col .cards-grid .adv-card.adv-card-text .card-desc {
  font-size: 14px;
  color: #59585D;
  line-height: 1.4em;
}
.block-about-advantages .advantages-grid .right-col .cards-grid .adv-card.adv-card-img {
  overflow: hidden;
}
.block-about-advantages .advantages-grid .right-col .cards-grid .adv-card.adv-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-page-section {
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #mmenu {
    display: block;
    cursor: pointer;
    z-index: 1001;
  }
  #mmenu span {
    display: block;
    background: #fff;
    margin-top: 5px;
    height: 2px;
    width: 26px;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
  }
  #mmenu span:nth-child(1) {
    margin-top: 0;
  }
  #mmenu.open span:nth-child(3) {
    opacity: 0;
  }
  #mmenu.open span:nth-child(1) {
    margin-top: 7px;
    position: relative;
    top: 2px;
    transform: rotate(45deg);
  }
  #mmenu.open span:nth-child(2) {
    margin-top: 0;
    transform: rotate(-45deg);
  }
  .header .menu, .header .desktop_only {
    display: none !important;
  }
  #mobile_menu {
    display: block;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    transform: translateY(-120%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
    z-index: 999;
  }
  #mobile_menu.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  #mobile_menu .wr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  #mobile_menu .mobile_menu_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  #mobile_menu .mobile_menu_list li {
    display: block;
  }
  #mobile_menu .mobile_menu_list li a {
    font-size: 18px;
    font-weight: 600;
    color: #1C1C1D;
  }
  #mobile_menu .mobile_menu_list li a:hover {
    color: #CAA05C;
  }
  #mobile_menu .mobile_menu_list li.current-menu-item a {
    color: #CAA05C;
  }
  #mobile_menu .btn_wr {
    margin-top: 8px;
  }
  .block-news .news-grid {
    flex-wrap: wrap;
  }
  .block-news .news-grid .news-item {
    width: calc(50% - 12px);
  }
  .block-faq .faq-grid {
    flex-direction: column;
    gap: 30px;
  }
  .block-faq .faq-grid .faq-info, .block-faq .faq-grid .faq-list {
    width: 100%;
  }
  .block-faq .faq-grid .faq-info .title_1 {
    font-size: 32px;
  }
  .block-reviews .reviews-card .reviews-overlay {
    flex-direction: column;
    padding: 50px 30px;
    gap: 40px;
  }
  .block-reviews .reviews-card .reviews-overlay .reviews-left, .block-reviews .reviews-card .reviews-overlay .reviews-right {
    width: 100%;
  }
  .block-reviews .reviews-card .reviews-overlay .reviews-right .js_reviews_slider .slide .review-item .review-text {
    font-size: 22px;
  }
  .main_slider {
    height: auto;
  }
  .main_slider .js_main_slider .slide {
    height: 600px;
    border-radius: 20px;
  }
  .main_slider .js_main_slider .box {
    padding: 30px;
  }
  .main_slider .js_main_slider .box .title_0 {
    font-size: 52px;
  }
  .main_slider .js_main_slider .box .box_bottom {
    margin-top: 20px;
    padding-left: 0;
    padding-bottom: 40px;
  }
  .main_slider .slick-dots {
    left: 30px;
    bottom: 25px;
  }
  .block-about-content {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .block-about-content .about-grid {
    flex-direction: column;
    gap: 30px;
  }
  .block-about-content .about-grid .left-col, .block-about-content .about-grid .right-col {
    width: 100%;
  }
  .block-about-content .about-grid .left-col .img_bg {
    height: 340px;
  }
  .block-about-content .about-grid .right-col .title_1 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .block-about-advantages {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .block-about-advantages .advantages-header {
    margin-bottom: 40px;
  }
  .block-about-advantages .advantages-header .title_1 {
    font-size: 36px;
  }
  .block-about-advantages .advantages-grid {
    flex-direction: column;
    gap: 24px;
  }
  .block-about-advantages .advantages-grid .left-col, .block-about-advantages .advantages-grid .right-col {
    width: 100%;
  }
  .block-about-advantages .advantages-grid .left-col .img_bg {
    height: 320px;
    min-height: 320px;
  }
  .main_slider .js_main_slider .box .title_0 span {
    font-size: 100px;
  }
  .popup {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .main_slider .js_main_slider .box {
    padding-bottom: 240px !important;
  }
  .popup {
    width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .main_slider .js_main_slider .box .title_0 span {
    font-size: 60px;
  }
  .main_slider .js_main_slider .slide {
    border-radius: 16px;
  }
  .main_slider .js_main_slider .box {
    padding: 20px;
  }
  .main_slider .js_main_slider .box .title_0 {
    font-size: 32px;
    line-height: 1.1em;
  }
  .main_slider .js_main_slider .box .box_bottom {
    margin-top: 16px;
    padding-left: 0;
    padding-bottom: 30px;
  }
  .main_slider .js_main_slider .box .box_bottom .article {
    font-size: 14px;
  }
  .main_slider .js_main_slider .box .box_bottom .btn_wr {
    margin-top: 16px;
  }
  .main_slider .slick-dots {
    left: 20px;
    bottom: 15px;
  }
  .block-about-content {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .block-about-content .about-grid {
    gap: 24px;
  }
  .block-about-content .about-grid .left-col .img_bg {
    height: 240px;
    border-radius: 16px;
  }
  .block-about-content .about-grid .right-col .title_1 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .block-about-content .about-grid .right-col .article {
    font-size: 14px;
    line-height: 1.6em;
  }
  .block-news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .block-news .news-grid {
    flex-direction: column;
  }
  .block-news .news-grid .news-item {
    width: 100%;
  }
  .block-faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .block-reviews {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .block-reviews .reviews-card .reviews-overlay {
    padding: 40px 20px;
  }
  .block-reviews .reviews-card .reviews-overlay .reviews-left .rating-number {
    font-size: 60px;
  }
  .block-reviews .reviews-card .reviews-overlay .reviews-right .js_reviews_slider .slide .review-item .review-text {
    font-size: 18px;
  }
  .block-room {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .block-room .room-grid {
    flex-direction: column;
  }
  .block-room .room-grid .room-item {
    width: 100%;
  }
  .block-gallery {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .block-gallery .gallery-grid .gallery-item {
    width: calc(50% - 10px);
  }
  .block-gallery .gallery-grid .gallery-item .img_bg {
    height: 160px;
    border-radius: 12px;
  }
  .block-map #map {
    height: 380px;
  }
  .block-rooms-listing .rooms-list .room-card {
    flex-direction: column;
    align-items: stretch;
  }
  .block-rooms-listing .rooms-list .room-card .room-card-img {
    width: 100%;
    min-width: 100%;
    height: 240px;
  }
  .block-rooms-listing .rooms-list .room-card .room-card-side {
    align-items: flex-start;
    text-align: left;
  }
  .block-rooms-listing .rooms-list .room-card .room-card-side .room-specs {
    align-items: flex-start;
  }
  .single-room-section .room-summary-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
  }
  .single-room-section .room-summary-bar .summary-specs {
    flex-wrap: wrap;
    gap: 20px;
  }
  .single-room-section .single-room-grid {
    flex-direction: column;
  }
  .single-room-section .single-room-grid .left-col, .single-room-section .single-room-grid .right-col {
    width: 100%;
  }
  .single-room-section .single-room-grid .left-col .room-gallery-slider .slide .img_bg {
    height: 320px;
  }
  .single-room-section .single-room-grid .right-col {
    position: static;
  }
  .single-room-section .single-room-grid .right-col .sticky-booking-block {
    position: static;
    min-height: 300px;
  }
  .block-room-three-cols .room-grid .room-item {
    width: calc(50% - 15px);
  }
  .block-gallery-page .gallery-grid .gallery-item {
    width: calc(33.333% - 14px);
  }
  .block-reviews-page .reviews-grid .review-page-card {
    width: calc(50% - 12px);
  }
  .block-contacts-page .contacts-grid {
    flex-direction: column;
    gap: 40px;
  }
  .block-contacts-page .contacts-grid .left-col, .block-contacts-page .contacts-grid .right-col {
    width: 100%;
  }
  .block-contacts-page .contacts-grid .left-col .contact-cards .contact-info-card {
    width: 100%;
  }
  .block-contacts-page .contacts-grid .right-col .contact-form-card {
    padding: 24px;
  }
  .block-contacts-page .contacts-grid .right-col .contact-form-card .form_items .form_item {
    width: 100%;
  }
  .block-news-category .news-grid .news-item {
    width: calc(50% - 12px);
  }
  .footer .footer_top {
    padding: 40px 20px;
  }
  .footer .footer_top .cols {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  .footer .footer_top .cols .col {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .block-room-three-cols .room-grid .room-item {
    width: 100%;
  }
  .block-gallery-page {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .block-gallery-page .gallery-tabs {
    gap: 8px;
    margin-bottom: 24px;
  }
  .block-gallery-page .gallery-tabs .gallery-tab {
    font-size: 14px;
    padding: 8px 16px;
  }
  .block-gallery-page .gallery-grid .gallery-item {
    width: calc(50% - 10px);
  }
  .block-gallery-page .gallery-grid .gallery-item .img_bg {
    height: 160px;
    border-radius: 12px;
  }
  .block-reviews-page {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .block-reviews-page .reviews-grid .review-page-card {
    width: 100%;
  }
  .block-news-category {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .block-news-category .news-grid .news-item {
    width: 100%;
  }
  .block-about-advantages {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .block-about-advantages .advantages-header {
    margin-bottom: 30px;
  }
  .block-about-advantages .advantages-header .title_1 {
    font-size: 28px;
  }
  .block-about-advantages .advantages-header .advantages-desc {
    font-size: 14px;
  }
  .block-about-advantages .advantages-grid {
    gap: 20px;
  }
  .block-about-advantages .advantages-grid .left-col .img_bg {
    height: 220px;
    min-height: 220px;
    border-radius: 16px;
  }
  .block-about-advantages .advantages-grid .right-col .cards-grid {
    gap: 16px;
  }
  .block-about-advantages .advantages-grid .right-col .cards-grid .adv-card {
    width: 100%;
    min-height: auto;
    border-radius: 16px;
  }
  .block-about-advantages .advantages-grid .right-col .cards-grid .adv-card.adv-card-text {
    padding: 20px;
  }
  .block-about-advantages .advantages-grid .right-col .cards-grid .adv-card.adv-card-text .card-title {
    font-size: 36px;
  }
  .block-about-advantages .advantages-grid .right-col .cards-grid .adv-card.adv-card-img {
    height: 200px;
  }
  .rooms-hero .hero-card .hero-overlay .title_0 {
    font-size: 40px;
  }
  .crumbs {
    justify-content: center;
    font-size: 14px;
  }
  .popup {
    width: 300px;
  }
  .title_2 {
    font-size: 28px;
  }
}
