* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #36261F;
  background: #fff;
  font-family: "DM Sans", sans-serif;
  background: #FFF5EE;
}
body.menu-open {
  overflow: hidden;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
ul {
  list-style-type: none;
}
ul, h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
}
input, select, textarea {
  outline:none;
}
img {
  max-width: 100%;
}

.block-to-animate {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.block-to-animate.animate-fadeIn {
  opacity: 1;
}

.block-to-animate-slow.animate-fadeIn {
  opacity: 1;
}
.block-to-animate-slow {
  opacity: 0;
  transition: opacity 2.5s ease-in-out;
}


.block__title {
	font-size: clamp(20px, 2.8vw, 48px);
  line-height: 1;
  text-transform: uppercase;
}

.btn {
  display: block;
  border: 2px solid #000;
  border-radius: 50px;
  padding: 9px 30px;
  max-width: fit-content;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
}
.btn:hover {
  background: #FF6800;
  color: #fff;
  border-color: #FF6800;
}

.burger-menu, .site-logo.mobile, .menu-search-item.mobile, .menu-mobile {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgb(255, 245, 238);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.header.hide {
  transform: translateY(-100%);
}
.header.show {
  transform: translateY(0);
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
	gap:10px;
}

.menu {
  position: relative;
}
.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 1.6vw, 30px);
}
.menu-item a {
  color: #000;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.current_page_item a {
  color: #323232;
}
.menu-item a:hover {
  color: #FE710A;
}
.main-navigation .header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 3vw, 75px);
}

.menu-left ul,
.menu-right ul {
  display: flex;
  gap: 75px;
  list-style: none;
}
.menu-left ul.sub-menu {
  gap: 1px;
} 
.site-logo {
    flex: 0 0 auto;
	max-width: 142px;
}

.menu-left > ul > li,
.menu-right > ul > li {
    position: relative;
}
.menu > .menu-item-has-children::after {
  position: absolute;
  content: '';
  top: 20px;
  right: 0;
  width: 90px;
  height: 30px;
}
.sub-menu .menu-item-has-children > a {
  color: #000;
  padding: 15px 60px;
  background: transparent;
  border-radius: 10px 10px 0 0;
}
.sub-menu .menu-item-has-children > a:hover {
  color: #fff;
  background: rgba(255, 105, 0, 0.7);
}

.sub-menu .menu-item-has-children.active > a {
  color: #fff;
  padding: 15px 60px;
  background: rgba(255, 105, 0, 1);
  border-radius: 10px 10px 0 0;
}

/* тільки 1-й рівень підменю */
.menu .menu-item > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    transition: 0.25s ease;
    z-index: 9999;
}
.menu > .menu-item > .sub-menu {
  pointer-events: none;
}

/* показ dropdown */
.menu > .menu-item:hover > .sub-menu {
    opacity: 1;
    position: absolute;
    background: rgb(255, 245, 238);
    top: 50px;
    width: 800px;
    padding: 40px 20px 20px 0;
    display: flex;
    pointer-events: auto;
    height: 133px;
}
.menu .menu-item.menu-item-has-children .menu-item.menu-item-has-children.active .sub-menu {
  top: 90px;
  padding: 20px;
  display: block;
  background: rgb(255, 245, 238);
  color: #000;
  width: 100%;
}
.menu-item.menu-item-has-children.active .sub-menu a {
  position: relative;
  font-size: 24px;
  color: rgb(54, 38, 31);
  max-width: 100%;
  width: 300px;
}
.menu-item.menu-item-has-children.active .sub-menu a::after {
    content: '❯';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 105, 0, 1);
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.25s ease;
}
.menu-item.menu-item-has-children.active .sub-menu a:hover::after {
  background: rgba(255, 105, 0, 0.7);
}
.menu-item.menu-item-has-children.active .sub-menu li {
  position: relative;
  padding-left: 120px;
  height: 95px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px 0;
}
.menu-item.menu-item-has-children.active .sub-menu li::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
}
.sub-menu .dogs .sub-menu li:first-child:before {
  content: url("../img/dog-1.avif");
}
.sub-menu .dogs .sub-menu li:nth-child(2):before {
  content: url("../img/shon_2_edited.avif");
}
.sub-menu .dogs .sub-menu li:nth-child(3):before {
  content: url("../img/shon_1.avif");
}
.sub-menu .dogs .sub-menu li:nth-child(4):before {
  content: url("../img/shon_5.avif");
}
.sub-menu .dogs .sub-menu li:nth-child(5):before {
  content: url("../img/shon_3.avif");
}
.sub-menu .animals .sub-menu li:nth-child(1):before {
  content: url("../img/rabby_2.avif");
}
.sub-menu .animals .sub-menu li:nth-child(2):before {
  content: url("../img/rabby_4.avif");
}
.sub-menu .other .sub-menu li:nth-child(1):before {
  content: url("../img/petstop_shon_grooming.avif");
}
.sub-menu .other .sub-menu li:nth-child(2):before {
  content: url("../img/petstop_shon_nutrition.avif");
}
.sub-menu .other .sub-menu li:nth-child(3):before {
  content: url("../img/petstop_shon_training.avif");
}
.menu-search-item, .menu-search-item div[id*='ajaxsearchlite'].asl_m {
  width: 120px;
}
.menu-search-item div.asl_w {
  background-color: transparent;
  box-shadow:none;
}
#ajaxsearchlite1 .probox, div.asl_w .probox {
  background-color: transparent !important;
}

.hero {
  margin-top: 105px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 90vh;
  display: flex;
}
.hero-content {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-top: auto;
}
.hero__wrapper {
  margin: clamp(80px, 8vw, 150px) 0;
  width: clamp(200px, 40vw, 530px);
}
.hero .btn  {
  margin: 0 auto;
}

.who {
  padding: 72px 0;
}
.who__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.who__block {
  width: 470px;
  max-width: 100%;
  color: #36261F;
}
.who__block .block__title {
  position: relative;
  padding-bottom: 40px;
}
.who__block .block__title img {
  width: 100px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.who__img-block {
  position: relative;
}
.who__img-absolute {
  width: 200px;
  position: absolute;
  bottom: 18%;
  left: 15%;
  z-index: 2;
}
#comp-ls7k9n6d svg [data-color="1"] {
    fill: #FF6900;
}
.who .btn {
  margin-top: 20px;
}

.services {
  padding: 20px 0 50px;
}
.services .block__title {
  font-size: 35px;
  text-align: center;
}
.service-card__title span {
  display: block;
  font-size: 15px;
  line-height: 1;
}
.service-card__title {
  font-size: 20px;
}
.services .splide__track {
  max-width: 810px;
  margin: 80px auto 0;
}
.services .splide__slide {
  text-align: center;
}
.service-card__image {
  height: 160px;
  overflow: hidden;
}
.service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.splide__arrow svg {
  display: none;
}
.splide__arrow {
  width: 25px;
  height: 51px;
  opacity: 1;
  top: 40%;
  transform: none;
}
.splide__arrow--next {
  background: url("../img/arrow-right.svg") no-repeat center;
}
.splide__arrow--prev {
  background: url("../img/arrow-left.svg") no-repeat center;
  transform: none;
}
.splide__arrow:hover {
  opacity: 0.7;
}
.service-card-link {
  margin: 20px auto 0;
  display: block;
  fill: #36261F;
  background: url(../img/arrow-black.svg) no-repeat center, #E9F3F6;
  background-size: 18px;
  transform: rotate(90deg);
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.service-card-link:hover {
  background: url(../img/arrow-white.svg) no-repeat center, #FF6900;
  background-size: 20px;
}

.response {
  padding: 50px 0;
}
.response__title {
  position: relative;
  max-width: 200px;
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
}
.response__title::after {
  width: 100px;
  height: 100px;
  position: absolute;
  content: '';
  background: url(../img/response-img.svg) no-repeat center;
  transform: rotate(-100deg);
  bottom: -60px;
  right: -40px;
  background-size: 100px;
}
.response .ti-widget.ti-goog .ti-review-item>.ti-inner {
  background-color: #FFDDC2 !important;
  border-color: #FFDDC2 !important;
}
.response .ti-widget.ti-goog .ti-controls .ti-next, .response .ti-widget.ti-goog .ti-controls .ti-prev {
  background-color: transparent;
  outline-color: transparent;
}
.response .ti-widget.ti-goog .ti-controls .ti-next:before, .response .ti-widget.ti-goog .ti-controls .ti-prev:before {
  border-color: #000;
}
.response .ti-widget.ti-goog .ti-controls .ti-next:before, .response .ti-widget.ti-goog .ti-controls .ti-prev:before {
  border-color: #FF6900;
  width: 28px;
  height: 28px;
}
.response .ti-widget.ti-goog .ti-controls .ti-next {
  right: -12px;
}
.response .ti-widget.ti-goog .ti-controls .ti-prev {
  left: -12px;
}
.response .ti-widget.ti-goog .ti-controls .ti-next:hover, .response .ti-widget.ti-goog .ti-controls .ti-next:focus, 
.response .ti-widget.ti-goog .ti-controls .ti-prev:hover, .response .ti-widget.ti-goog .ti-controls .ti-prev:focus {
  cursor: pointer;
  background-color: transparent !important;
  outline-color: transparent !important;
  box-shadow: none;
}
.response .ti-widget.ti-goog .ti-controls .ti-next:hover:before, .response .ti-widget.ti-goog .ti-controls .ti-next:focus:before, 
.response .ti-widget.ti-goog .ti-controls .ti-prev:hover:before, .response .ti-widget.ti-goog .ti-controls .ti-prev:focus:before {
    border-color: #FF6900!important;
    opacity: 0.7;
}

.feed {
  padding: 50px 0;
}
.feed_btn {
  max-width: fit-content;
  margin: 0 auto 45px; 
  padding: 6px 10px 6px 40px;
  background: url(../img/instagram_link.avif) no-repeat center left 8px;
  border: 1px solid #000;
  border-radius: 50px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}

.footer {
  padding: 25px 0;
  border-top: 5px solid #000;
}
.social__wrapper {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.social-link {
  display: block;
  width: 28px;
  height: 28px;
}
.instagram_link {
  background: url(../img/instagram_link.avif) no-repeat center;
}
.facebook_link {
  background: url(../img/facebook_link.avif) no-repeat center;
}
.tiktok_link {
  background: url(../img/tiktok_link.avif) no-repeat center;
}
.footer__license, .footer__bottom {
  text-align: center;
  font-size: 13px;
  color: #36261F;
}

.our-story__main {
  background: #BADA55;
}
.our-story__hero {
  margin-top: 105px;
  padding-bottom: 40px;
}
.our-story {
  padding-bottom: 10px;
}
.page-image {
  text-align: center;
}
.page-image img {
	height: auto;
}
.container-our-story {
  width: 100%;
  padding: 0 clamp(20px, 6vw, 100px);
}
.our-story__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 40px clamp(40px, 6vw, 100px) clamp(40px, 6vw, 100px);
  background: #fff;
  background-repeat: no-repeat;
  background-position: bottom 110px left 60px;
}
.our-story__block {
  max-width: 320px;
  padding: 15px 15px 50px;
  background-color: rgba(186, 218, 85, 0.15);
  font-size: 16px;
}
.our-story__block h3 {
  text-align: center;
  font-size: 14px;
}
.our-story__block ul {
  list-style-type: initial;
  margin-left: 20px;
}
.our-story__content {
  width: 600px;
  max-width: 60%;
  margin-right: 10%;
}
.our-story__content .wp-block-image {
  display: none;
}
.our-story__content h1 {
  color: rgb(194, 78, 0);
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.our-story__content p {
  margin-bottom: 25px;
}

.faq__main {
  margin-top: 105px;
  padding-bottom: 50px;
}
.faq__title.block__title {
  position: relative;
  padding: 30px 0 140px;
  font-size: 35px;
  text-align: center;
  max-width: fit-content;
  margin: 0 auto;
}
.faq__title.block__title img {
  position: absolute;
  width: 180px;
  transform: rotate(15deg);
  right: 50px;
  bottom: -45px;
  z-index: 2;
}
.faq__wrapper {
  position: relative;
  padding: 32px;
  background: #fff;
}
.faq__wrapper::after {
  position: absolute;
  content: '';
  width: 146px;
  height: 146px;
  top: -116px;
  right: 20px;
  background: url(../img/faq-image.avif) no-repeat center;
}
.faq__header {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq__header-title {
  font-size: 24px;
}
.faq__header-title-block {
  display: flex;
  align-items: center;
  gap: 25px;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  transition:
    max-height 0.4s ease,
    opacity 0.4s ease,
    padding 0.4s ease;
}
.faq__item.active .faq__answer {
  max-height: 500px;
  opacity: 1;
  padding: 20px 0 10px;
}
.faq__tab-content {
  display: none;
}
.faq__tab-content.active {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.faq__tab-content.active .addtoany_shortcode {
  margin-top: 20px;
}
.faq__tab-content a {
	color: rgb(225, 104, 0);
	text-decoration-color: rgb(225, 104, 0);
}
.faq__tabs {
  position: relative;
}
.underline {
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 3px;
  background-color: rgb(255, 104, 0);
  width: 0;
  transition: all 0.5s ease;
}
.faq__tab {
  padding: 14px 28px;
  font-size: 16px;
  border: none;
  background: transparent;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}
.faq__tab.active {
  color: rgb(255, 104, 0);
}
.faq__search {
  position: relative;
}
.faq__search input {
  width: 250px;
  padding: 8px 30px 10px 0;
  border: none;
  border-bottom: 1px solid #000;
}
.faq__search-btn {
  position: absolute;
  top: 8px;
  right: 0;
  border: none;
  background: transparent;
  padding: 0;
}
.faq__search-btn img {
  width: 18px;
}
.faq__search input::placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.faq__block {
  margin-top: 30px;
}
.faq__item {
  padding: 24px;
  background-color: rgb(255, 245, 238);
  border: 1px solid rgb(255, 104, 0);
}
.faq__question {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.faq__question:after {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background: url(../img/faq-ico.svg) no-repeat center;
  background-size: contain;
  top: 5px;
  right: 0;
  transform: rotate(180deg);
}
.faq__item.active .faq__question:after {
  transform: rotate(0);
}
.faq_text_bottom-wrapper {
  margin-top: 50px;
}

.contact__main {
  margin-top: 150px;
  padding-bottom: 100px;
}
.contact__title {
  font-size: 32px;
  color: #373B4D;
  font-weight: bold;
}
.wpcf7 {
  margin: 20px 0;
}
.wpcf7 label {
  font-size: 17px;
}
.contact__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}
.contact__block {
  max-width: 100%;
  width: 415px;
}
.contact__block input:not([type="submit"]), textarea, .search-field {
  margin-bottom: 10px;
  width: 100%;
  padding: 17px 20px;
  border: none;
  outline: none;
  background: #f4d7c5;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  box-shadow:
      -4px 4px 0 rgb(255, 104, 0);
  transition: box-shadow 0.3s ease;
}
.contact__block textarea {
  height: 110px;
}
.contact__block input::placeholder, textarea::placeholder, .search-field::placeholder {
  color: #000;
  opacity: 1;
}
.contact__block input:not([type="submit"]):focus {
  border-bottom-color: #ff7f32;
}
.contact__block input[type="submit"], .search-submit {
  padding: 14px 47px;
  margin: 0 auto;
  display: block;
  background: rgb(255, 245, 238);
  font-size: 14px;
  font-weight: 500;
  color: #000;
  border-radius: 2px;
  border: 3px solid rgb(255, 140, 107);
  box-shadow:
      -6px 6px 0 rgb(255, 140, 107);
  transition: box-shadow 0.3s ease;
  cursor: pointer;
}
.contact__block input[type="submit"]:hover {
  color: rgb(255, 140, 107);
}
.contact__content-block {
  padding: 7px 0 28px;
  border-bottom: 1px solid rgba(255, 104, 0, 0.8);
  margin-bottom: 30px;
  font-size: 16px;
}
.contact__content-block4 {
  border: none;
}
.contact__content-block a {
  color: rgb(54, 38, 31);
}
.contact__content-block a:hover {
  text-decoration: underline;
}
.contact__content-block1 {
  font-size: 14px;
}
.contact__title-min {
  font-size: 20px;
}

.error-404 {
  padding: 150px 0 150px;
  min-height: 80vh;
  text-align: center;
}

.single-services__main {
  margin: 150px 0 50px;
  min-height: 70vh;

}
.single-services__content {
  width: 735px;
  max-width: 100%;
  margin:  0 auto;
}
.single-services__content h1, .single-services__content h2, .single-services__content h3 {
  margin: 10px 0;
  padding-bottom: 20px;
  position: relative;
  color: #323232;
  text-transform: uppercase;
  line-height: 1.4;
}
.single-services__content h1::after, .single-services__content h2::after, .single-services__content h3::after {
  width: 145px;
  height: 18px;
  position: absolute;
  content: '';
  background: url("../img/image-line.png") no-repeat center;
  bottom: 0;
  left: 0;
}
.single-services__content h1 {
  font-size: 22px;
}
.single-services__content h2 {
  font-size: 20px;
}
.single-services__content h3 {
  font-size: 18px;
}
.single-services__content .wp-block-image {
  text-align: center;
  margin-bottom: 20px;

}
.single-services__content p {
  margin: 20px 0;
}
.single-services__content ul, .single-services__content ol, .faq__answer ul, .faq__answer ol, .rates__item-inner div ul, .rates__item-inner div ol {
  list-style-type: initial;
  margin-left: 20px;
}
.single-services .btn {
  padding: 15px 18px;
  margin: 60px auto;
  font-size: 10px;
  letter-spacing: 2.6px;
  font-weight: 800;
}

.our-day {
  padding: 50px 0;
}
.services-title {
  position: relative;
  padding-bottom: 80px;
  color: #323232;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: fit-content;
  letter-spacing: 1.2px;
}
.our-day__title::after, .our-day__title::before {
  position: absolute;
  content: '';
}
.our-day__title::before {
  background: url("../img/response-img.svg") no-repeat center;
  bottom: -50px;
  right: -20px;
  width: 150px;
  height: 150px;
  background-size: 150px;
  transform: rotate(10deg);
  z-index: 2;
}
.our-day__title::after {
  background: url("../img/home-ico.png") no-repeat center;
  width: 110px;
  height: 110px;
  background-size: 110px;
  top: -52px;
  right: -150px;
  transform: rotate(-10deg);
}
.our-day-slider {
  padding: 50px;
  margin: 0 auto;
  width: 990px;
  max-width: 100%;
  background: rgb(232, 237, 234);
}
.our-day-slider .splide__list {
	justify-content: space-around;
}
.our-day-card__image {
  margin: 0 auto;
  width: 240px;
  height: 240px;
  overflow: hidden;
  border-radius: 50%;
}
.our-day-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-day-card__title {
  margin: 10px 0;
  font-size: 20px;
  color: rgb(50, 50, 50);
  text-align: center;
}
.our-day-card__number {
  font-size: 30px;
  color: rgb(255, 105, 0);
}
.our-day-card__text {
  text-align: center;
  color: rgb(50, 50, 50);
  font-size: 16px;
}
.splide__pagination__page.is-active {
  background: transparent;
  border: 1px solid #000;
}
.splide__pagination__page {
  background: #000;
  border: 1px solid #000;
}

.rates {
  padding: 50px 0;
}
.rates__title::after, .rates__title::before {
  position: absolute;
  content: '';
}
.rates__title::before {
  background: url("../img/response-img.svg") no-repeat center;
  bottom: -50px;
  right: -20px;
  width: 150px;
  height: 150px;
  background-size: 150px;
  transform: rotate(10deg);
  z-index: 2;
}
.rates__title::after {
  background: url("../img/bone-ico.png") no-repeat center;
  width: 110px;
  height: 110px;
  background-size: 110px;
  top: -30px;
  left: -120px;
  transform: rotate(16deg);
}
.rates__wrapper {
  margin: 50px auto 0;
  width: 990px;
  max-width: 100%;
}
.rates__tabs {
  display: flex;
}
.rates__item {
    display: none;
}
.rates__item.active {
    display: block;
}
.rates__tab {
	min-width: fit-content;
  padding: 18px 20px;
  display: block;
  color: #000;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  background: transparent;
  border-radius: 15px 15px 0 0;
	white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.rates__tab.active {
  background-color: rgb(255, 105, 0);
  color: #fff;
}
.rates__tab:hover {
  background-color: rgb(249, 141, 65);
  color: #fff;
}
.rates__tabs-2 .rates__tab {
  width: 50%;
}
.rates__tabs-3 .rates__tab {
  width: 33.3%;
}
.rates__tabs-4 .rates__tab {
  width: 25%;
}
.rates__tabs-5 .rates__tab {
  width: 25%;
}
.rates__tabs-6 .rates__tab {
  width: 16.6%;
}
.rates__item-inner {
  padding-top: 30px;
  display: flex;
}
.rates__item-inner .rates__text, .rates__item-inner .rates__text2, .rates__item-inner .rates__image {
  width: 50%;
}
.rates__text2 {
  margin: 30px 0 0 50px;
}
.rates__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.site-main-search {
  margin-top: 150px;
  padding-bottom: 100px;
  min-height: 70vh;
}
.site-main-search .entry-title a {
  color: #000;
}
.site-main-search article {
  padding: 10px 0 20px;
}
.site-main-search article .post-thumbnail {
  display: none;
}
.search-form {
  margin-top: 50px;
}
.search-form {
  width: 300px;
  max-width: 100%;
}
.search-submit {
  margin: 0;
}
.bottom_text__wrapper {
	margin: 0 auto;
	max-width: 860px;
}
.bottom_text__wrapper ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  margin: 0;
}

.bottom_text__wrapper li {
  list-style: disc;
  list-style-position: outside;

  width: fit-content;
  margin-left: 18px;
}
.single-services__content .wp-block-column.is-layout-flow  {
	    white-space: nowrap;
}
.single-services__content .is-layout-flex {
	align-items: flex-start;
}

.accommodation {
	padding: 50px 0;
}
.accommodation-item__title {
	line-height: 1.4;
    margin-bottom: 15px;
}
.accommodation__title::before {
	position:absolute;
	content:"";
    background: url(../img/response-img.svg) no-repeat center;
    bottom: -50px;
    left: 50px;
    width: 150px;
    height: 150px;
    background-size: 150px;
    transform: rotate(10deg);
    z-index: 2;
}
.accommodation__title::after {
	position:absolute;
	content:"";
    background: url(../img/home-ico.png) no-repeat center;
    width: 110px;
    height: 110px;
    background-size: 110px;
    top: -52px;
    left: -150px;
    transform: rotate(-10deg);
}
.accommodation__list {
	display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: space-between;
	align-items: flex-start;
}
.accommodation__item {
	background: #fffbcc;
    padding: 0 20px 50px;
	width: calc(50% - 25px);
	display: flex;
    align-items: flex-start;
	 justify-content: space-between;
}
.accommodation__item:nth-of-type(2) {
	background: #e4e4e8;
}
.accommodation__item:nth-of-type(3) {
	background: #fcedd3;
	margin-top: -10%;
}
.accommodation__item:nth-of-type(4) {
	background: #f9b78a;
}
.accommodation__content {
	margin-top: 20px;
}
.accommodation__image {
  position: relative;
  display: block;
	width: 240px;
	height: 340px;
	overflow: hidden;
	border-radius: 50% / 45%;
}
 .accommodation__content {
	width: calc(100% - 265px);
}
.accommodation__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.space {
	padding: 35px 0;
}
.space-gallery {
  display: grid;
  grid-template-columns: 1fr 1.6fr 1fr;
  grid-template-rows: repeat(2, 260px);
  gap: 12px;
	padding: 0 50px;
}
.space-gallery__item {
  position: relative;
  overflow: hidden;
}
.space-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}
.space-gallery__item:nth-child(2) {
  grid-row: span 2;
}
.space-gallery__item:hover img {
  transform: scale(1.08);
  filter: brightness(0.75);
}
.space__title::before {
	position:absolute;
	content:"";
    background: url(../img/response-img.svg) no-repeat center;
    bottom: -50px;
    left: 50px;
    width: 150px;
    height: 150px;
    background-size: 150px;
     transform: scaleX(-1) rotate(10deg);
    z-index: 2;
}
.space__title::after {
	position:absolute;
	content:"";
    background: url(/wp-content/uploads/2026/05/pic_2_edited.png) no-repeat center;
    width: 58px;
    height: 56px;
    top: 0;
    right: -100px;
    transform: rotate(10deg);
}
#trustedsite-tm-image {
	display: none !important;
}