/*
    Theme Name: Teema-3
    Author: KotisivuX
    Version: 1
*/
:root {
  --body-bg: #f7f7f5;
  --main-bg: #b4beb0;
  --footer-bg: #eaecea;
  --menu-color: #b4beb0;
  --mobile-menu-active: #b4beb0;
  --title-color: #1d3d14;
  --reservation: #dee1de;
  --reservation-color: #719267;
  --contact-bg: #fff;
  --contact-color: #1d3d14;
  --contact-border: 1px solid #dee1dd;
  --job-title: #b4beb0;
  --open-mobile-bg: #f6f3f3;
  --light-text-color: #1d3d14;
  --site-label: #b4beb0;
  --icons-border: #719267;
  --icons-bg: invert(50%) sepia(30%) saturate(356%) hue-rotate(61deg) brightness(100%) contrast(94%);
  --ad-color: #85937f;
  --element-background: #fff;
  --swiper-pagination-color: #838a83;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
}
html {
    margin:0 !important;
  scroll-behavior: smooth !important;
    color: #1a1c21;
    box-sizing: border-box;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}
* {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
a:focus,a:visited,a:active {
  outline: none;
  box-shadow: none;
}
body {
    text-align: left;
    margin: 0;
    background-color: var(--body-bg);
    min-height: 100vh;
    position: relative;
    font-family: 'Recursive', sans-serif;
    word-wrap: break-word;
}
.body-active {
  overflow: hidden;
}
.website-disabled-notice {
  width: 100%;
  min-height: 100vh;
  background-color: #f2f2f7;
  z-index: 99999;
  position: relative;
  height: 100%;
}
.website-disabled-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  padding: 120px 32px 32px;
}
.website-disabled-wrapper img {
  max-width: 300px;
 margin: 0 auto;
 width: 100%;
}
.website-disabled-wrapper h1 {
  font-size: 50px;
  text-align: center;
  color: #4e4e4e;
  font-weight: 700;
}
.website-disabled-wrapper p {
  font-size: 18px;
  line-height: 1.5;
  color: #767676;
  text-align: center;
  max-width: 660px;
}
.link-to-main-page {
  position: absolute;
  bottom: 42px;
  right: 42px;
}
.link-to-main-page img {
  max-width: 92px;
}
/* recursive-900 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Recursive';
  font-style: normal;
  font-weight: 900;
  src: url('css/fonts/recursive-v38-latin-900.woff2') format('woff2'); 
}
/* recursive-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Recursive';
  font-style: normal;
  font-weight: 400;
  src: url('css/fonts/recursive-v38-latin-regular.woff2') format('woff2'); 
}
/* recursive-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Recursive';
  font-style: normal;
  font-weight: 700;
  src: url('css/fonts/recursive-v38-latin-700.woff2') format('woff2'); 
}

a {
    color: #1a1c21;
    text-decoration: none;
}
img {
    display: block;
    margin: 0;
    image-rendering: -webkit-optimize-contrast;
    text-indent:-9999px;
    color: transparent;
}
textarea:focus, input:focus{
    outline: none;
}
h2 {
  color: var(--title-color);
}
h3, h4, h5, h6 {
  color: var(--title-color);
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
h5 {
  font-size: 16px;
}
p {
  color: var(--light-text-color);
  font-size: 22px;
  line-height: 1.6;
}
p, h1 {
  margin:0;
  padding:0
}
main {
  max-width: 2000px;
  margin: 0 auto;
}
#cookieSettings {
  background-color: transparent;
  border: unset;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 50px;
  z-index: 9;
}
#cookieSettings img {
  width: 32px;
  height: 32px;
}
#cookieModal {
  position: fixed;
  bottom: 32px;
  right: 32px;
  background-color: #fbf0e2;
  width: 358px;
  padding: 16px 24px;
  z-index: 9;
  border-radius: 12px;
}
#cookieModal img {
  margin: 0 auto;
}
#cookieModal p {
  margin: 16px 0;
}
#cookieModal span {
  font-size: 10px;
  display: inline-block;
  cursor: pointer;
  color: #848484;
  margin-bottom: 14px;
  padding-bottom: 1px;
  border-bottom: 1px solid #848484;
}
.link {
  cursor: pointer;
  color: #004bac;
  padding-bottom: 1px;
  border-bottom: 1px solid #004bac;
}
.cookie-hide {
  height: 0;
  visibility: hidden;
  transition: opacity 1s ease-out;
  opacity: 0;
  overflow: hidden;
}
.cookie-hide.active {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin-bottom: 20px;
}
#cookie-hide p {
  color: #707070;
  font-size: 12px;
  margin: 0;
}
.cookie-wrapper:first-child {
  margin-bottom: 28px;
}
.cookie-name {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
}
#accept {
  border: unset;
  background-color: #a9dbb5;
  padding: 12px;
  cursor: pointer;
  font-size: 16px;
}
#decline {
  border: unset;
  background-color: #fff;
  padding: 12px;
  cursor: pointer;
  font-size: 16px;
}
#header {
  height: 108px;
  position: absolute;
  width: 100%;
  z-index: 101;
}
.inner_header {
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.header-logo {
  position: absolute;
  left: 0px;
}
.header-logo a img {
  max-width: 150px;
  height: auto;
  max-height: 78px;
  width: auto;
  transition: 0.5s;
}
.fixed-logo a img {
  max-width: 150px;
  height: auto;
  max-height: 52px;
  width: auto;
  transition: 0.5s;
}
.logo-name {
  font-size: 24px;
  max-width: 360px;
  display: inline-block;
  font-weight: 400;
  color: var(--title-color);
  letter-spacing: -1px;
}
#header.header-sticky {
  background-color: var(--body-bg);
  top: 0px;
  position: fixed !important;
  height: 68px;
}

.inner_header-active {
  height: 68px;
}

.inner_header-active .open-first {
  border-radius: 0;
  box-shadow: unset;
}
.menu-navigation-container {
  width: 100%;
}
#menu-navigation {
  display: flex;
  gap: 56px;
}
.menu-item {
  list-style-type: none;
  display: inline-block;
  font-size: 18px;
}
.menu-item a {
  line-height: 20px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.menu-item .active, .menu-item a:hover {
  color: var(--menu-color);
}
.active-sticky {
  position: absolute;
  top: 20px;
  width: 100%;
  height: 50px;
}

main {
  padding-top: 112px;
}

.main-section {
  max-width: 90%;
  margin: 166px auto 0;
 scroll-margin: 54px;
}
#top-section {
  margin: 0 auto 64px;
  width: 100%;
  max-width: 90%;
}
.hero-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.top-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.banner-image img {
  margin-left: auto;
  height: auto;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 12px;
}
.banner-image {
  display: flex;
  justify-content: right;
  align-items: center;
  width: 100%;
}
.header-buttons, .top-section-buttons {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
}
.header-buttons {
  position: absolute;
  right: 0;
}
.open-reservation, .take-contact {
  cursor: pointer;
  padding: 0 24px;
  font-size: 18px;
  z-index: 8;
  font-weight: 400;
  width: max-content;
  color: #FFF;
  border-radius: 40px;
  white-space: nowrap;
  text-align: center;
  line-height: 58px;
}
.take-contact {
  background-color: var(--contact-bg);
  color: var(--contact-color);
  border: var(--contact-border);
  line-height: 58px;
}
.take-contact:hover {
  text-decoration: underline;
}
.page-template-theme-contact-prod .take-contact, .page-template-theme-contact .take-contact {
  opacity: 0.5;
}
.open-reservation {
  background-color: var(--reservation);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--reservation-color);
  gap: 4px;
}
.open-reservation:hover {
  text-decoration: underline;
}
.open-reservation::before {
  content: "";
  background-image: url(images/calendar-check.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 30px;
  display: block;
  height: 30px;
  width: 30px;
  filter: var(--icons-bg);
}
.hide-show-contact {
    display: none;
}
.hide-show-reservation {
    display: none;
}
.scroll-top {
  position: absolute;
  left: 0px;
  line-height: 40px;
  padding: 0 20px;
  cursor: pointer;
  top: -60px;
  transition: 0s;
  height: 68px;
}
.main-title, .second-main-title {
  color: var(--title-color);
  margin: 26px auto 0;
  text-wrap: balance;
  font-size: 82px;
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 100px;
  max-width: 1400px;
}
.second-main-title {
  text-align: center;
  margin: 4px auto 16px;
}
.info-content.social {
  display: flex;
  justify-content: center;
}
.social-links.hide-social-two {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
.info.hide-info {
  display: flex;
  justify-content: center;
  gap: 0 42px;
  margin: 0 auto;
  font-size: 14px;
  max-width: 1300px;
}
.info-content h3 {
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 4px;
}
.info-content a, .info-content.address p {
  color: var(--light-text-color);
}
.info-content {
  position: relative;
  line-height: 18px;
  text-align: center;
  color: var(--light-text-color);
  display: flex;
  align-items: center;
  gap: 5px;
  flex-grow: 1;
  max-width: 346px;
  flex-direction: column;
  line-height: 1.5;
}
.info-content-front {
  display: flex;
  gap:5px;
  align-items: center;
}
.info-content p, .info-content a {
  font-size: 18px;
}
.info-content-front img {
  filter: var(--icons-bg);
}
.info-content-front {
  color: var(--title-color) !important;
  margin:0;
  font-weight: 600;
  line-height: 1.5;
  font-size: 18px !important;
}
.front-services-title-wrapper {
  display: flex;
  gap: 94px;
  align-items: center;
}
#front-features {
  background-color: var(--element-background);
  padding: 64px;
  border-radius: 12px;
  box-shadow: 0 20px 60px 0 rgba(196, 196, 196, 0.05);
  border: 2px solid var(--footer-bg);
}
.front-features-container {
  display: flex;
  gap: 64px;
  padding-bottom: 32px;
  flex-wrap: wrap;
}
.features-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.features-items img {
  filter: var(--icons-bg);
}
.features-items h3 {
  font-size: 34px;
  line-height: 34px;
}
.features-items {
  width: 100%;
}
#front-services h2, #front-services .site-label {
  text-align: left;
}
.about .about-front p {
  text-align: left;
  text-wrap: unset;
}
.front-services-title-wrapper .about {
  margin-bottom: 0;
}
#front-services-swiper {
  margin-top: 24px;
}
.front-services-title .second-title {
  margin: 0 0 54px;
}
.about-front p:last-child {
  margin-bottom: 0;
}
.front-services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.front-service-div {
  display: flex;
  flex-direction: column;
  gap: 26px;
  justify-content: left;
  text-align: left;
  padding: 30px;
  box-shadow: 0 20px 60px 0 rgba(196, 196, 196, 0.05);
  border: 2px solid var(--footer-bg);
  background-color: var(--element-background);
  border-radius: 12px;
  width: calc(25% - 12px);
}
.front-service-div a {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  transition: 0.2s;
}
.service-name-icon img {
  filter: var(--icons-bg);
}
.service-name-icon {
  display: flex;
  justify-content: initial;
  gap: 12px;
  align-items: center;
}
.front-service-div a:hover {
  text-decoration: underline;
  margin-right: 3px;
  transition: 0.2s;
}
.front-service-image img {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 50%;
  border: 2px solid var(--icons-border);
  width: 116px;
  height: 116px;
}
.icons-section {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.service-icon {
  max-width: calc(33.333% - 22px);
  border-radius: 12px;
  padding: 26px 38px;
  box-shadow: 0 20px 60px 0 rgba(196, 196, 196, 0.05);
  border: 2px solid var(--footer-bg);
  background-color: var(--element-background);
}
.service-icon h3 {
  margin: 17px 0;
}
.service-icon img {
  max-width: 64px;
  height: auto;
}
.service-description-icon p {
  margin: 17px 0;
}
.about {
  max-width: 974px;
  margin: 32px auto 16px;
}
.about-content {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 24px;
  text-wrap: balance;
  text-align: center;
  color: var(--light-text-color);
}
.front-services-title-wrapper .about-content {
  text-align: left;
}
.description {
  margin: 42px auto 0;
  max-width: 1200px;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  text-wrap: balance;
  color: var(--light-text-color);
}
.description p {
  font-size: 24px;
  line-height: 1.5;
  text-wrap: balance;
  text-align: center;
  max-width: 1200px;
  margin-bottom: 24px;
  color: var(--light-text-color);
}
.social-links.hide-social-two .button {
  width: 38px;
  height: 38px;
  background-color: var(--element-background);
  padding: 8px;
  border-radius: 50%;
  border: 1px solid var(--icons-border);
  transition:  0.3s;
}
.social-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 20px;
  background-repeat: no-repeat;
  filter: var(--icons-bg);
}
.news-container {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  margin: 40px auto 64px;
  flex-direction: column-reverse;
  align-items: center;
  max-width: 1000px;
}
.news {
  position: relative;
  height: auto;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
  padding: 50px;
  background-color: var(--element-background);
  box-shadow: 0 20px 60px 0 rgba(196, 196, 196, 0.05);
}
.news:last-child {
  margin-bottom: 0;
}
.news-label span {
  font-size: 15px;
  text-align: center;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.1em;
  background-color: var(--reservation);
  border-radius: 10px;
}
.news img {
  max-width: 100%;
  border-radius: 10px;
  margin: 24px 0;
}
.news-title {
  margin: 20px 0 0;
  color: var(--title-color);
  font-size: 42px;
  font-weight: 900;
}
.publisher-info {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  order: 2;
}
.publisher-info span {
  font-size: 14px;
  color: var(--light-text-color);
}
.publisher-info p {
  font-size: 18px;
  font-weight: 700;
  color: var(--site-label);
}
.news-text {
  margin-top: 28px;
}
.news-text p {
  margin-bottom: 32px;
}
.worker-social-media {
  border-radius: 50%;
  border: 1px solid var(--icons-border);
  transition: 0.3s;
  height: 34px;
  width: 34px;
}
.worker-social-media-name {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: 22px;
  margin: 5px;
  background-repeat: no-repeat;
  filter: var(--icons-bg);
}
.footer-social-links .button {
  background-color: var(--element-background);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid var(--icons-border);
}
.footer-social-links .social-icon {
  width: 24px;
  height: 24px;
  background-size: 24px;
  margin: 7px;
  border-radius: 50%;
  filter: var(--icons-bg);
}
.Facebook {
  background-image: url(images/facebook-filled.svg);
}
.Instagram {
  background-image: url(images/instagram-filled.svg);
}
.Tiktok {
  background-image: url(images/tiktok-filled.svg);
}
.Twitter {
  background-image: url(images/twitter-filled.svg);
}
.Linkedin {
  background-image: url(images/linkedin-filled.svg);
}
.Whatsapp {
  background-image: url(images/whatsapp-filled.svg);
}
.Youtube {
  background-image: url(images/youtube-filled.svg);
}
.Pinterest {
  background-image: url(images/pinterest-filled.svg);
}
.Snapchat {
  background-image: url(images/snapchat-filled.svg);
}
.second-title {
  text-align: center;
  color: var(--title-color);
  word-wrap: break-word;
  font-size: 60px;
  font-weight: 900;
  line-height: 78px;
  letter-spacing: -1px;
  margin: 0 0 78px;
}
.second-title.button-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
}
.site-label {
  text-align: center;
  color: var(--site-label);
  margin: 13px auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2em;
  width: 100%;
  display: inline-block;
}
.breadcrumb {
  padding: 22px 0 64px;
  max-width: 90%;
  margin: 0 auto;
}
.page-template-theme-pricing #prices, .page-template-theme-gallery #gallery, .page-template-theme-news #news-section, .page-template-theme-services .icons-section, .page-template-theme-services #services-section {
  margin-top: 0;
}
.next-button img, .prev-button.active img {
  filter: invert(41%) sepia(5%) saturate(550%) hue-rotate(71deg) brightness(92%) contrast(86%);
  cursor: pointer;
}
.prev-button img {
  filter: invert(94%) sepia(9%) saturate(180%) hue-rotate(209deg) brightness(96%) contrast(103%);
}
.services-container {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  margin: 0 auto;
}
.service-div {
  width: 100%;
  display: flex;
  background-color: var(--element-background);
  border-radius: 12px;
  border: 2px solid var(--footer-bg);
  overflow: hidden;
  padding: 42px;
  gap: 124px;
 scroll-margin-top: 100px;
}
.service-image {
  width: 500px;
}
.service-image img {
  max-width: 500px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 12px;
  height: auto;
}
.service-div .service-image:only-child {
    width: 100%;
}
.service-div .name-wrapper:only-child {
    width: 100%;
}
.name-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}
.bulletpoints-wrapper {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 0px;
}
.page-template-theme-services .features-items {
  width: calc(50% - 20px);
  color: var(--title-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.service-div h2 {
  color: var(--title-color);
  margin: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
}
.service-div p {
  margin: 24px 0;
}
.gallery-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 42px;
  gap: 42px;
}
.worker {
  width: calc(25% - 25px);
  display: flex;
  padding-bottom: 22px;
  background-color: var(--element-background);
  flex-direction: column;
  text-align: center;
  box-shadow: 0 20px 60px 0 rgba(196, 196, 196, 0.05);
  border: 2px solid var(--footer-bg);
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
.worker-wrapper:has(> *:nth-child(1)) .worker {
  width: 100%;
  max-width: 728px;
}
.worker-wrapper:has(> *:nth-child(2)) .worker {
  max-width: unset;
}
.worker-wrapper:has(> *:nth-child(2)) .worker {
  width: calc(50% - 16px);
}
.worker-wrapper:has(> *:nth-child(3)) .worker {
  width: calc(33.33% - 22px);
}
.worker:has(.social-links) {
    padding-bottom: 82px;
}
.page-template-theme-information .worker {
  width: calc(25% - 25px);
}
.page-template-theme-information .worker {
  width: calc(25% - 24px) !important;
}
.page-template-theme-information .worker-img img {
  margin: 0 auto !important;
}
.gallery-image img {
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 12px;
}
.gallery-image img:hover {
  opacity: 0.8;
}
.worker-wrapper {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.worker-phone-email {
  margin: 22px 0 0px;
}
.worker-name-job-title {
  margin-top: 12px;
}
.worker-name {
  font-size: 30px;
  color: var(--title-color);
  text-align: center;
  margin: 12px 0 6px;
  font-weight: 700;
}
.job-title {
  color: var(--job-title);
  font-size: 16px;
  line-height: 13px;
  font-weight: 400;
}
.worker-des {
  padding: 0 32px;
}
.worker-des p {
  margin: 24px 0;
  text-align: left;
}
.worker-phone, .worker-email {
  display: flex;
  font-size: 16px;
  color: var(--light-text-color);
  margin-bottom: 8px;
  justify-content: center;
}
.worker-email:hover, .worker-phone:hover {
  text-decoration: underline;
}
.worker-img img {
  margin: 24px auto 0;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: 432px;
  max-width: 100%;
  border-radius: 12px;
}
.worker .social-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 10px 0 12px;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translate(-50%);
}
.services {
    display:flex;
    margin: 0 auto;
    justify-content:space-between;
    flex-wrap:wrap;
    flex-direction:row;
   gap: 32px;
}
.service {
  flex: 1;
  box-sizing: border-box;
  background-color: var(--element-background);
  padding: 54px;
  border-radius: 12px;
  border: 2px solid var(--footer-bg);
  min-width: calc(50% - 16px);
}
.service-title {
  margin: 0px 0 12px 0;
  font-size: 26px;
  font-weight: 700;
  color: var(--title-color);
}

.services-wrapper {
    line-height:32px;
    color: var(--light-text-color);
    position: relative;
    margin-bottom: 8px;
}
.service-name {
    display:table-cell;
    white-space:nowrap;
    padding-right:5px;
  color: var(--title-color);
  font-size: 22px;
  line-height: 30px;
}
.pricing-list-dots {
    height:1px;
    background-image:radial-gradient(circle closest-side,#000 99%,transparent 100%);
    background-position: 0 22px;
    background-size:5px 1px;
    background-repeat:repeat-x;
    display:table-cell;
    width:100%;
}
.service-price {
  font-size: 22px;
  display: table-cell;
  padding-left: 5px;
  white-space: nowrap;
  color: var(--site-label);
  font-weight: 700;
  line-height: 30px;
}
.services-wrapper P {
  margin: 6px 0 18px;
  color: #838383;
  line-height: 22px;
  font-size: 16px;
  padding-right: 50px;
}
.services-wrapper:has(.price-description) {
  padding-top: 14px;
}
.prices-reservation {
  margin: 64px auto 0;
}
#news-section {
  margin: 64px auto 0;
}
#about-us {
  background-color: var(--element-background);
  padding: 64px;
  border-radius: 12px;
  box-shadow: 0 20px 60px 0 rgba(196, 196, 196, 0.05);
  border: 2px solid var(--footer-bg);
}
.about-us-wrapper {
  margin: 0 auto;
  display: flex;
  gap: 132px;
  flex-wrap: wrap;
}
.about-us-img-wrapper {
  flex:1;
  max-width: 500px;
}
.about-text-wrapper {
  flex:1;
}
.about-us-img-wrapper img {
  width: 500px;
  height: 600px;
  border-radius: 8px;
  max-height: 696px;
  max-width: 1790px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.numbers-container {
  flex:1 1 100%;
  padding:  0 0 42px 0;
  color: #fff;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  flex-wrap: wrap;
  gap:  32px 52px;
}
.numbers-item span {
  font-size: 60px;
  font-weight: 700;
  color: var(--title-color);
}
.about-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
}
.about-text-wrapper h2, .about-text-wrapper .site-label {
  text-align: left;
}
.about-text-wrapper h2 {
  margin-bottom: 46px;
}
.second-title.about-title {
  text-align: left;
  margin: 0;
}
.about-text-content p {
  margin-bottom: 20px;
}
.features-items {
  display: flex;
  gap: 18px;
  min-width: 600px;
}
#testimonials {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
.swiper-wrapper {
  margin-bottom: 88px;
}
.testimonial-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.swiper-button-prev, .swiper-button-next {
  display: none !important;
}
.swiper-pagination-testimonials {
  text-align: center;
}
.swiper-slide {
  height: auto !important;
  border-radius: 12px;
}
#testimonials-swiper {
  margin: 0 5%;
}
#front-services-swiper .swiper-slide {
  background-color: var(--footer-bg);
  border-radius: 12px;
}
#testimonials-swiper .swiper-slide {
  border-radius: 12px;
  padding: 26px 38px;
  box-shadow: 0 20px 60px 0 rgba(196, 196, 196, 0.05);
  border: 2px solid var(--footer-bg);
  background-color: var(--element-background);
  box-sizing: border-box;
}
.testimonial-meta-content {
  display: flex;
  align-items: center;
  gap: 24px;
}
.testimonial-meta-content h3 {
  font-size: 26px;
}
.testimonial-content p:first-child {
  margin-top: 12px;
}
.testimonial-meta-content img {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 50%;
  border: 2px solid var(--icons-border);
  height: 64px;
  width: 64px;
}
.testimonial-content img {
  filter: var(--icons-bg);
}
.testimonial-item p {
  margin-bottom: 32px;
  margin-top: 8px;
}
.testimonials-buttons {
  display: flex;
  max-width: 90%;
  justify-content: end;
  gap: 32px;
  margin-top: -36px;
  z-index: 4;
  position: relative;
}
.swiper-button-disabled {
  opacity: 0.1;
}
.testimonials-buttons img {
  filter: var(--icons-bg);
  cursor: pointer;
}
#faq-section {
  display: flex;
  gap: 64px;
}
.faq-left {
  width: 30%;
}
.faq-container {
  width: 70%;
}
.faq-left .site-label, .faq-left h2 {
  text-align: left;
}
.faq-left h2 {
  margin-bottom: 34px;
}
.faq-container {
  margin: 24px auto 0;
}
.faq-wrapper {
  position: relative;
  text-align: center;
  border: 2px solid var(--footer-bg);
  margin-bottom: 14px;
  padding: 14px 52px 14px 32px;
  border-radius: 12px;
  background-color: var(--element-background);
}
.toggle {
  text-align: left;
  display: block;
  cursor: pointer;
  padding: 28px 52px 28px 0;
  width: 100%;
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 700;
}
.content {
    display: grid;
    grid-template-rows: 0fr;
    transition: 500ms;
    overflow: hidden;
  text-align: left;
}
.content .inside {
    min-height: 0;
}
.inside p {
  padding: 0 58px 0 0;
  margin-top: 0px;
  margin-bottom: 22px;
}
.inside p:last-child {
  margin-bottom: 34px;
}
.content.expanded {
    grid-template-rows: 1fr;
}
.accordion-trigger {
  position: absolute;
  height: 34px;
  width: 34px;
  right: 32px;
  top: 40px;
  transition: 0.5s;
}
.accordion-trigger path {
  color: var(--icons-border);
}
.accordion-trigger.active {
  transform: translate(0, 0) rotate(45deg);
}
.footer-second {
  display: flex;
  justify-content: space-between;
}
.open-days {
  display: flex;
  max-width: 432px;
  margin: 0 0 8px;
  gap: 48px;
  align-items: center;
}
.days {
  font-size: 16px;
  color: var(--title-color);
  font-weight: 700;
}
.hours {
  margin-left: auto;
  order: 2;
  font-size: 16px;
  color: #444;
}

.address-div {
  text-align: center;
}
.address-div p {
  font-size: 20px;
  margin: 0;
  color: var(--title-color);
}
.address-div h3 {
  font-weight: 700;
  font-size: 24px;
  margin: 12px 0;
}

.footer-social-links {
  display: flex;
  justify-content: center;
  gap: 14px;
}
.prices-reservation {
  justify-content: center;
}
.information-workers {
  max-width: 90%;
  margin: 64px auto;
}
.information-map-title {
  text-align: center;
  margin: 0 0 32px 0;
}
#map-container {
  max-width: 90%;
  margin: 64px auto 0;
}
#map {
  height: 554px;
}
#map iframe {
  width: 100%;
  height: 100%;
  border: 4px solid var(--footer-bg);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 12px;
}
#footer {
  background-color: var(--footer-bg);
  margin: 166px auto 42px;
  position: relative;
  z-index: 100;
  border-radius: 12px;
  max-width: 90%;
}
.inner-footer {
  padding: 32px 58px 0;
  margin: 0 auto;
  font-size: 14px;
}
.footer-first {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 42px;
}
.footer-logo img {
  max-width: 150px;
  height: auto;
  max-height: 70px;
  width: auto;
}
.footer-phone {
  display: flex;
  gap: 11px;
  align-items: center;
  margin-bottom: 7px;
}
.footer-phone img {
  width: 16px;
  height: auto;
  filter: var(--icons-bg);
}
.footer-last {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
  border-top: 1px solid #dee3de;
  padding: 32px 0;
}
.footer-menu {
  display: flex;
  gap: 18px;
  padding: 0;
}
.footer-item a:hover {
   border-bottom: 1px solid var(--menu-color);
}
.footer-menu .active {
  border-bottom: 1px solid var(--menu-color);
}
.footer-item {
  list-style-type: none;
}
.footer-item a {
  font-size: 16px;
  color: var(--title-color);
  font-weight: 700;
}
.copy-container {
  display: flex;
  gap: 6px;
  align-items: center;
}
.ad {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
}
.copyright {
  display: flex;
  align-items: center;
}
.ad a {
  color: var(--ad-color);
  font-weight: 700;
}
.ad a:hover {
  text-decoration: underline;
}
.open-second {
  margin: 32px auto;
}
.mobile-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgb(21 21 21 / 47%);
  top: 0;
  left: -100%;
  z-index: 104;
}

.mobile-active {
  left: 0;
  transform: translateX(0%);
  background: rgba(255, 255, 255, 0.43);
backdrop-filter: blur(2px);
}

.mobile-nav {
  display: inline-block;
  margin: 0 auto;
  max-width: 316px;
  width: 85%;
  z-index: 99;
  position: fixed;
  top: 0;
  overflow-y: scroll;
  max-height: 100%;
  background-color: #fff;
  left: -316px;
  transform: translateX(0%);
  transition-duration: 0.15s;
  overscroll-behavior: contain;
  box-sizing: border-box;
  height: calc(100vh - calc(100vh - 100%));
  border-right: 1px solid var(--main-bg);
}

.mobile-container-active {
  left: 0;
  transform: translateX(0%);
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(.6,.04,.98,.34);
}
.navigation-logo {
  padding-top: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation-logo .logo-name {
  text-align: center;
  padding: 0 20px;
}
.header-menu .menu-navigation-container {
  display: flex;
  justify-content: center;
  height: 108px;
  align-items: center;
}
.inner_header-active .menu-navigation-container {
  height: 50px;
}
#menu-navigation-1 {
  padding: 0;
  width: 100%;
  margin-top: 0;
  padding-bottom: 60px;
  margin-top: 0px;
}

.navigation-logo img {
  height: auto;
  width: auto;
  margin: 0 auto;
}

#menu-navigation-1 .menu-item {
  margin: 0;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  width: 80%;
  margin-left: 10%;
  border-radius: 12px;
}
#menu-navigation-1 .front {
  margin-top: 22px;
}
#menu-navigation-1 .menu-item::before {
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 30px;
  filter: var(--icons-bg);
}
#menu-navigation-1 .top-section::before {
  background-image: url(images/home.svg);
}
#menu-navigation-1 .news-section:before {
  background-image: url(images/news.svg);
}
#menu-navigation-1 .services-section:before {
  background-image: url(images/service.svg);
}
#menu-navigation-1 .employees:before {
  background-image: url(images/teamwork.svg);
}
#menu-navigation-1 .prices:before {
  background-image: url(images/price.svg);
}
#menu-navigation-1 .gallery:before {
  background-image: url(images/gallery-2.svg);
}
#menu-navigation-1 .visiting-hours:before {
  background-image: url(images/time.svg);
}
#menu-navigation-1 .contact:before {
  background-image: url(images/address.svg);
}
#menu-navigation-1 .about-us:before {
  background-image: url(images/about.svg);
}
#menu-navigation-1 .faq-section:before {
  background-image: url(images/faq.svg);
}
#menu-navigation-1 .map-section:before {
  background-image: url(images/address.svg);
}

.mobile-nav .menu-item a {
  min-width: 100%;
  display: inline-block;
  line-height: 18px;
  padding-left: 72px;
  box-sizing: border-box;
  z-index: 4444;
  position: relative;
  font-size: 18px;
  color: var(--light-text-color);
  text-transform: unset;
  font-family: "Work Sans", sans-serif, geneva;
  margin: 16px 0;
}
.mobile-nav .menu-item .active, .mobile-nav .menu-item:hover {
  color: var(--mobile-menu-active);
}
.navigation-container {
  z-index: 102;
  position: relative;
}
.close-reservation-element {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(21 21 21 / 47%);
  top: 0;
  left: -100%;
  z-index: 100;
  position: fixed;
}
.close-reservation-animation {
  animation: 0.4s fadeoutanimation;
}
@keyframes fadeoutanimation {
  0% {
    left: 0;
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    left: 0;
    transform: translateX(0%);
    opacity: 0;
  }
}

.close-reservation-element.menu-container-active {
  animation: 0.4s fadeinanimation;
  left: 0;
  transform: translateX(0%);
  background: rgba(38, 38, 38, 0.1);
  backdrop-filter: blur(3px);
}

@keyframes fadeinanimation {
  0% {
    left: 0;
    transform: translateX(0%);
    opacity: 0;
  }
  100% {
    left: 0;
    transform: translateX(0%);
    opacity: 1;
  }
}

.navigation-wrapper {
  display: inline-block;
  margin: 0 auto;
  max-width: 960px;
  z-index: 106;
  position: fixed;
  top: 0;
  max-height: 100%;
  background-color: #fff;
  padding: 0;
  left: -960px;
  transform: translateX(0%);
  transition-duration: 0.4s;
 overscroll-behavior: contain;
  box-sizing: border-box;
  min-height: 100vh;
  width: 85%;
}

.navigation-wrapper.menu-active {
  left: 0;
  transform: translateX(0%);
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(.6,.04,.98,.34);
}

.open-mobile {
  width: 46px;
  height: 46px;
  opacity: 1;
  cursor: pointer;
  position: absolute;
  top: 46px;
  right: 26px;
  z-index: 102;
  display: none;
  -webkit-tap-highlight-color: transparent;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.open-mobile.sticky {
  top: 12px;
  transition: 0s;
  position: fixed;
}
.line {
  height: 2px;
  display: block;
  width: 24px;
  transition: .25s ease-in-out;
  border-radius: 44px;
  background-color: #383636;
}
.line.second-line {
  margin-top: 5px;
  transition: 0s ease-in-out;
}
.line.third-line {
  margin-top: 5px;
}
.open-mobile.active .first-line {
  transform: rotate(45deg);
  position: absolute;
}
.open-mobile.active .third-line {
  transform: rotate(-45deg);
  position: absolute;
  margin-top: 0;
}
.open-mobile.active .second-line {
  visibility: hidden;
}
.site-iframe {
  display: none;
}
.site-iframe.show-iframe {
  display: block;
}
.container-qa.lost-page {
  min-height: 100vh;
  padding-top: 140px;
  margin: 0 32px;
  max-width: 100%;
}
.container-qa.lost-page h1 {
  text-align: center;
  font-size: 42px;
}
.container-qa.lost-page p {
  text-align: center;
  font-size: 16px;
  margin: 22px 0;
}
#information-section {
  margin-top: 0;
}
.top-wrapper {
  display: flex;
  gap: 32px;
  flex-direction: column;
}
#information-section .top-wrapper {
  flex-direction: column;
}
.contact-item.company-name-item {
  font-size: 32px;
  color: var(--title-color);
  font-weight: 600;
  margin-bottom: 18px;
}
.address-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 4px;
}
.contact-item p, .contact-item a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.address-wrapper img, .social-media-section img {
  width: 14px;
  height: 14px;
  filter: var(--icons-bg);
}
.contact-social-wrapper {
  display: flex;
  gap: 22px;
  margin-top: 32px;
}
.contact-social-wrapper a {
  width: 28px;
  height: 28px;
}
.contact-social-wrapper .social-icon {
  width: 28px;
  height: 28px;
  background-size: 28px;
  margin: 0;
}
.address-wrapper.opening-hours-wrapper {
  margin-top: 32px;
}
.main-section.contact-section {
  margin: 0 auto;
}
.contact-container {
  margin-top: 32px;
  display: flex;
}
.contact-container h2 {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 600;
  position: relative;
  letter-spacing: -0.5px;
}
.contact-form {
  width: 100%;
  padding: 42px;
  background-color: var(--footer-bg);
}
.contact-name {
  display: flex;
  gap: 32px;
  margin-bottom: 16px;
}
.name-first {
  width: calc(50%);
}
.contact-label {
  font-size: 13px;
  margin-bottom: 3px;
}
.contact-name-input {
  color: var(--light-text-color);
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  width: 100%;
  font-size: 16px;
}
.contact-email {
  margin-bottom: 32px;
}
.contact-textarea {
  width: 100%;
  height: 240px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  padding: 10px;
  color: var(--light-text-color);
  font-size: 16px;
}
.send-button {
  display: inline-block;
  color: #fff;
  background-color: #000;
  padding: 10px 14px;
  font-weight: 700;
  border-radius: 6px;
  margin-top: 32px;
  cursor: pointer;
  transition-duration: 0.1s;
  font-size: 18px;
}
.send-button:active {
  background-color: #5f5f5f; 
}
.forminator-response-message.forminator-show.forminator-success {
  background-color: transparent !important;
}
.success-title {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 28px;
  font-weight: 600;
}
.success-text {
  color: var(--light-text-color) !important;
  font-size: 18px !important;
}
.forminator-button.forminator-button-submit {
  font-weight: 700 !important;
  font-size: 16px !important;
}
.success-text {
  font-size: 19px !important;
  line-height: 1.5 !important;
}
.privacy-policy {
   padding: 162px 0 0;
}
.privacy-container {
  padding: 64px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: var(--footer-bg);
}
.privacy-container h1 {
  font-size: 62px;
  line-height: 1.1;
  font-weight: 600;
  position: relative;
  letter-spacing: -0.5px;
  color: var(--title-color);
}
.privacy-container h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 48px;
  color: var(--title-color);
}
.privacy-container p {
  line-height: 28px;
  font-size: 18px;
  color: #616161;
}
.privacy-container p strong {
  color: rgb(73, 73, 73);
 margin-right: 2px;
}
.privacy-container ul li {
  color: rgb(73, 73, 73);
  line-height: 28px;
  font-size: 18px;
}
.floating-reservation {
  display: none;
  align-items: center;
  gap: 22px;
  z-index: 99;
  position: sticky;
  bottom: 20px;
  justify-content: center;
  margin-top: 32px;
}
#wpadminbar {
  display: none;
}

@media only screen and (min-width: 2200px) {
.menu-item a {
  font-size: 24px;
}
.open-reservation, .take-contact {
  font-size: 24px;
  padding: 0 30px;
}
.main-title, .second-main-title {
  font-size: 102px;
  line-height: 129px;
}
.features-items h3, .service-icon h2, .worker-name, .testimonial-meta-content h3, .toggle, .service-title {
  font-size: 33px;
}
.service-name {
  font-size: 26px;
}
.about {
  max-width: 1210px;
}
.about-content p {
  font-size: 27px;
  line-height: 46px;
}
}

@media only screen and (max-width: 1900px) {
#menu-navigation {
  gap: 34px;
}
.menu-item a {
  font-size: 15px;
}
.header-buttons .open-reservation, .header-buttons .take-contact {
  padding: 0 18px;
  font-size: 16px;
  line-height: 58px;
}
.worker-wrapper:has(> *:nth-child(3)) .worker .worker-img img {
  margin: 0;
  border-radius: 0;
}
.front-service-div {
  width: calc(33.33% - 11px);
}
.page-template-theme-information .worker {
  width: calc(33.33% - 22px) !important;
}
}

@media only screen and (max-width: 1500px) {
.inner_header {
  justify-content: center;
  gap: 0px;
}
.services-container {
  gap: 68px;
}
.service {
  min-width: 100%;
}
.service-div {
  gap: 42px;
}
.service-image {
  max-width: 750px;
  margin: 0 auto;
  display: block;
  height: unset;
  width: auto;
}
.name-wrapper {
  padding: 32px;
}
.worker-wrapper:has(> *:nth-child(3)) .worker {
  width: calc(50% - 16px);
}
.worker-wrapper:has(> *:nth-child(3)) .worker .worker-img img {
  border-radius: 12px;
  margin: 24px auto 0;
}
}
@media only screen and (max-width: 1300px) {
.header-logo a img {
  max-width: 112px;
  max-height: 48px;
}
.inner_header {
  max-width: 100%;
  justify-content: left;
}
.header-menu {
  margin-left: 140px;
}
main {
  padding: 138px 0 0;
}
.info.hide-info {
  max-width: 90%;
}
#header, .active-sticky {
  padding: 0 26px !important;
  width: 100%;
}
.front-services-title-wrapper {
  flex-direction: column;
  gap: 0;
}
#front-services h2 {
  margin-bottom: 0;
}
.front-services-title, .front-services-title-wrapper .about {
  width: 100%;
  max-width: 100%;
}
.front-services-list {
  margin-top: 32px;
}
.about-us-wrapper {
  gap: 78px;
}
.about-text-wrapper {
  width: 60%;
}
.about-us-img-wrapper {
  width: 40%;
}
.about-us-img-wrapper img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.icons-section {
  margin-top: 32px;
}
.service-icon {
  max-width: calc(50% - 16px);
}
.worker, .page-template-theme-information .worker {
  width: calc(50% - 16px);
}
.gallery-wrapper {
  gap: 26px;
}
.gallery-image {
  width: calc(25% - 20px);
}
.gallery-image img {
  width: 100%;
  height: auto;
}
.service-div {
  flex-direction: column;
}
.service {
  padding: 32px;
}
.service-image img {
  max-width: 100%;
  width: 500px;
}
.inner-footer {
  padding: 32px 20px 0;
}  
}

@media only screen and (max-width: 1200px) {
#menu-navigation {
  gap: 24px;
}
.info.hide-info {
  gap: 52px 20px;
  flex-wrap: wrap;
}
.front-service-div {
  width: calc(50% - 8px);
}
.page-template-theme-information .worker {
  width: calc(50% - 16px) !important;
}
#map {
  height: 520px;
}
}

@media only screen and (max-width: 1080px) {
main {
  padding: 86px 0 0;
}
#top-section {
  max-width: 100%;
  padding: 0 32px;
}
.info.hide-info {
  max-width: 100%;
  padding: 0 32px;
}
#front-features {
  max-width: 100%;
  margin: 96px 32px 0;
}
.main-section {
  margin: 96px 32px 0;
  max-width: 100%;
}
#testimonials {
  margin: 96px 0 0;
}
#testimonials h2 {
  margin: 0 32px 42px;
}
#testimonials-swiper {
  margin: 0 32px;
}
.breadcrumb {
  max-width: 100%;
  padding: 74px 32px 64px;
}
.news-container {
  margin: 40px 32px 64px;
  max-width: 100%;
}
.information-workers {
  max-width: 100%;
  margin: 64px 32px;
}
#map-container {
  max-width: 100%;
  margin: 64px 32px 0;
}
.privacy-container {
  margin: 0 32px;
}
#footer {
  max-width: 100%;
  margin: 96px 32px 42px;
}
#header {
  height: 60px;
  position: fixed;
  background-color: var(--body-bg);
}
.header-menu .menu-navigation-container {
  height: 60px;
}
#menu-navigation {
  display: none;
}
.header-buttons .open-reservation, .header-buttons .take-contact {
    padding: 0 14px;
    line-height: 48px;
}
.open-mobile {
  display: flex;
  top: 7px;
  position: fixed;
}
.active-sticky {
  bottom: 0;
  top: unset;
}
.mobile-wrapper {
  display: block;
}
.header-buttons {
  margin-right: 56px;
} 
.menu-item a {
  font-size: 12px;
}
.main-title, .second-main-title {
  font-size: 68px;
  line-height: 76px;
}
.second-title {
  font-size: 50px;
  line-height: 58px;
}
.info-content {
  width: calc(33.33% - 28px);
}
.service-div h3, h3 {
  font-size: 34px;
}
.service-title, .worker-name {
  font-size: 24px;
}
.footer-last {
  justify-content: center;
  flex-direction: column;
  gap: 28px;
}
#faq-section {
  flex-direction: column;
  gap: 0px;
}
.faq-left {
  width: 100%;
}
.faq-container {
  width: 100%;
}
.worker-wrapper:has(> *:nth-child(2)) .worker .worker-img img {
  border-radius: 0;
  margin: 0 auto;
}
}

@media only screen and (max-width: 900px) {
.features-items {
  min-width: 100%;
}
.about-us-img-wrapper, .about-text-wrapper {
  width: 100%;
}
.service-div, .about-us-wrapper {
  gap: 42px;
}
.about-us-img-wrapper img {
  margin: 0 auto;
}
.worker-wrapper {
  gap: 26px;
}
.worker {
  width: calc(50% - 13px);
}
.copy-container {
  flex-direction: column;
}
.navigation-wrapper {
  left: -85%;
}
.testimonials-buttons {
  gap: 12px;
}
.page-template-theme-services .features-items {
  width: 100%;
}
.worker-wrapper:has(> *:nth-child(1)) .worker {
  width: 100%;
}
.worker-wrapper:has(> *:nth-child(2)) .worker {
  width: 100%;
}
.worker-wrapper:has(> *:nth-child(3)) .worker {
  width: 100%;
}
.worker-wrapper:has(> :nth-child(2)) .worker .worker-img img {
  border-radius: 12px;
  margin: 24px auto 0;
}
}

@media only screen and (max-width: 768px) {
#top-section {
  padding: 0 26px;
}
.info.hide-info {
  padding: 0 26px;
}
#front-features {
  margin: 96px 26px 0;
  padding: 32px;
}
.main-section {
  margin: 96px 26px 0;
}
#testimonials {
  margin: 96px 0 0;
}
#testimonials-swiper {
  margin: 0 26px;
}
.breadcrumb {
  padding: 74px 26px 64px;
}
.news-container {
  margin: 40px 26px 64px;
}
.information-workers {
  margin: 64px 26px;
}
#map-container {
  margin: 64px 26px 0;
}
.privacy-container {
  margin: 0 26px;
}
#footer {
  margin: 96px 26px 42px;
}
.top-wrapper {
flex-direction: column;
}
.service-icon {
  padding: 26px 26px 8px 26px;
}
.worker-des {
  padding: 0 26px;
}
#testimonials-swiper .swiper-slide {
  padding: 26px;
}
#about-us {
  padding: 32px;
}
.faq-wrapper {
  padding: 4px 52px 4px 20px;
}
.toggle {
  padding: 20px 6px 20px 0;
}
.accordion-trigger {
  top: 21px;
  right: 20px;
}
.banner-image img {
  margin-left: unset;
}
.hero-left, .banner-image {
  width: 100%;
}
.banner-image {
  justify-content: center;
}
.main-title {
  text-align: center;
}
.about-content {
  text-align: center;
}
.about-content.about-front {
  text-align: left;
}
.top-section-buttons {
  justify-content: center;
}
.front-service-div {
  width: 100%;
}
.service-icon {
  max-width: 100%;
}
.worker, .page-template-theme-information .worker {
  width: 100%;
}
.footer-second {
    flex-direction: column;
    gap: 32px;
}
.footer-menu {
  flex-direction: column;
  text-align: center;
}
.footer-first {
  flex-direction: column;
  gap: 16px;
}
.address-div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.open {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.open-days {
  width: 100%;
}
.footer-last {
  border-top: unset;
  margin-top: 0;
}
.services-wrapper {
  margin-bottom: 12px;
  }
.pricing-top {
  display: flex;
  justify-content: space-between;
}
.pricing-list-dots {
  display: none;
}
.service-name {
  white-space: unset;
  padding-right: 10px;
}
}

@media only screen and (max-width: 580px) {
#header, .header-menu .menu-navigation-container, .inner_header-active, #header.header-sticky {
  height: 54px;
}
#header {
  padding: 0 12px !important;
}
p {
  font-size: 18px;
}
.about-content p, .description p, .about-content, .description {
  font-size: 20px;
}
.toggle {
  font-size: 18px;
}
.active-sticky {
  top: -7px;
}
.open-mobile {
  top: 6px;
  width: 42px;
  height: 42px;
  right: 12px;
}
.open-mobile.sticky {
  top: 6px;
}
.header-buttons .open-reservation {
  display: none;
}
.top-section-buttons {
  display: none;
}
.header-buttons .take-contact {
  line-height: 42px;
}
.floating-reservation {
  display: flex;
}
.header-logo a img {
  max-width: 118px;
  max-height: 46px;
}
.logo-name {
  font-size: 14px;
  max-width: 155px;
}
.navigation-logo .logo-name {
  font-size: 16px;
  max-width: 248px;
}
.footer-logo .logo-name {
  font-size: 18px;
  max-width: 286px;
  text-align: center;
}
.main-title, .second-main-title {
  font-size: 36px;
  line-height: 1.3;
}
.second-title {
  margin: 0 0 32px;
}
.faq-left h2 {
  margin-bottom: 8px;
}
.second-title {
  font-size: 32px;
  line-height: 42px;
}
#front-features {
  padding: 38px 20px;
}
.features-items {
  gap: 12px;
}
.features-items img {
  margin-top: -2px;
  width: 32px;
  height: 32px;
}
.features-wrapper {
  gap: 18px;
}
.service-div h2 {
  font-size: 28px;
}
.service-icon h2 {
  font-size: 28px;
}
.service-div h3, h3, .news-title, .contact-item.company-name-item, .testimonial-meta-content h3 {
  font-size: 22px;
  line-height: 1.3;
}
.service-title, .worker-name, .features-items h3 {
  font-size: 22px;
  line-height: 28px;
}
.worker-des {
  padding: 0 24px;
}
.site-label {
  font-size: 18px;
  line-height: 24px;
}
.address-div p {
  font-size: 14px;
}
main {
  padding: 38px 0 0;
}
#top-section {
  margin: 20px auto 0;
}
.top-wrapper {
  gap: 14px;
}
#top-section {
  padding: 0 20px;
}
.main-section {
  margin: 62px 20px 0;
}
#front-features {
  margin: 96px 20px 0;
}
#testimonials-swiper {
  margin: 0 20px;
}
.service-div {
  padding: 24px;
}
.service-div {
  flex-direction: column;
}
.service-image, .name-wrapper {
  width: 100%;
  padding: 0;
}
.name-wrapper {
  gap: 0px;
  padding: 0;
}
.page-template-theme-services .features-items {
  font-size: 20px;
  line-height: 1.5;
}
.worker {
  width: 100%;
}
#about-us {
  padding: 38px 26px;
}
.about-us-img-wrapper, .about-text-wrapper {
  width: 100%;
}
.about-us-wrapper {
  flex-direction: column;
}
.gallery-wrapper {
  margin-top: 0;
}
.gallery-image {
  width: calc(50% - 13px);
}
.info.hide-info {
  margin: 38px auto 0;
  gap: 14px;
}
.info-content {
  width: 100%;
  gap: 0px;
}
.inside p {
  padding: 0;
}
.page-template-theme-pricing .prices-reservation, .home .prices-reservation {
  display: none;
}
.contact-form {
  padding: 24px;
}
.swiper-wrapper {
  margin-bottom: 17px;
}
#front-services-swiper .swiper-wrapper {
  margin-bottom: 44px;
}
.testimonials-buttons {
  display: none;
}
.faq-wrapper {
  padding: 0px 18px 0px 18px;
}
.toggle {
  padding: 28px 34px 28px 0;
}
.accordion-trigger {
  right: 16px;
}
.breadcrumb {
  padding: 74px 20px 32px;
}
.service {
  padding: 18px;
}
.news-container {
  margin: 0 auto 64px;
}
.news {
  padding: 26px;
}
.service-name, .service-price {
  font-size: 20px;
  line-height: 28px;
}
#footer {
  margin: 96px auto 0;
}
.worker-wrapper:has(> :nth-child(2)) .worker .worker-img img {
  border-radius: 0;
  margin: 0 auto;
}
.page-template-theme-information .worker {
  width: 100% !important;
}
}