/*
    Theme Name: Teema-2
    Author: KotisivuX
    Version: 1.0.3
*/

:root {
  --body-bg: #fff;
  --main-bg: #f4f4f5;
  --footer-bg: #f4f4f5;
  --footer-border: 1px solid #E0E0E0;
  --menu-bg: #f9f9f9;
  --menu-color: #1b222f;
  --title-font: 'Work Sans', sans-serif;
  --title-color: #1b222f;
  --reservation: #1b222f;
  --reservation-color: #fff;
  --job-title: #ac937c;
  --open-mobile-bg: #f6f3f3;
  --light-text-color: #6b6b6b;
  --faq-trigger-bg: #454545;
  --faq-bg: transparent;
  --faq-title: #3c3853;
  --menu-active: #ac937c;
  --site-label: #ac937c;
  --icon-filter: unset;
  --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;
}
*, *: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: 'Work Sans', 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;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(css/fonts/Work_Sans.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
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;
}
h3, h4, h5, h6 {
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}
h5 {
  font-size: 16px;
}
p {
    font-size: 14px;
}
p, h1 {
  margin:0;
  padding:0
}
#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: 90px;
  position: absolute;
  width: 100%;
  z-index: 101;
}
.inner_header {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 50px;
}
.header-logo {
  position: absolute;
  left: 0px;
}
.header-logo a img {
  max-width: 150px;
  height: auto;
  max-height: 90px;
  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);
  font-family: var(--title-font);
  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: 32px;
}
.menu-item {
  list-style-type: none;
  display: inline-block;
  font-size: 18px;
}
.menu-item a {
  line-height: 20px;
  color: var(--menu-color);
  padding-bottom: 4px;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 500;
}
.menu-item .active, .menu-item a:hover {
  color: var(--menu-active);
}
.active-sticky {
  position: absolute;
  top: 50px;
  width: 100%;
  height: 50px;
}

main {
  padding-top: 138px;
}

.main-section {
  max-width: 1300px;
  margin: 124px auto 0;
 scroll-margin: 54px;
}
#top-section {
  margin: 50px auto 64px;
  width: 100%;
  max-width: 1300px;
}
.banner-image img {
  margin-left: auto;
  height: auto;
  max-width: 500px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 12px;
  max-height: 600px;
}
.banner-image {
  display: flex;
  justify-content: right;
  align-items: center;
  width: 50%;
}
.header-buttons, .top-section-buttons {
  display: flex;
  align-items: center;
  gap: 14px;
}
.take-contact {
  background-color: #f3f3f4;
  cursor: pointer;
  padding: 14px 18px 13px;
  font-size: 16px;
  z-index: 8;
  font-weight: 600;
  width: max-content;
  color: #1F2325;
  border-radius: 8px;
  white-space: nowrap;
  border: 1px solid #c3c8d5;
}
.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;
  border-radius: 8px;
  padding: 8px 14px;
  color: var(--reservation-color);
  font-size: 16px;
  font-weight: 600;
  gap: 4px;
  white-space: nowrap;
}
.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: invert(100%) sepia(4%) saturate(0%) hue-rotate(229deg) brightness(103%) contrast(102%);
}
.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);
  max-width: 1300px;
  margin: 26px auto 0;
  font-family: var(--title-font);
  letter-spacing: -2px;
  text-wrap: balance;
  font-size: 60px;
  line-height: 1.1;
  font-weight: 600;
}
.second-main-title {
  text-align: center;
  margin: 4px auto 16px;
}
.breadcrumb .site-label {
  text-align: center;
}
.info-content.social {
  display: flex;
  justify-content: left;
}
.social-links.hide-social-two {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
.info.hide-info {
  display: flex;
  justify-content: right;
  font-size: 14px;
  width: 100%;
  background-color: var(--main-bg);
}
.top-info-wrapper {
  display: flex;
}
.info-content a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.info-content h5 {
  font-size: 14px;
  line-height: 1.5;
}
.info-content h3 {
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 4px;
}
.info-content a, .info-content.address p {
  color: var(--menu-color);
  font-weight: 500;
  font-size: 12px;
}
.info-content {
  position: relative;
  line-height: 18px;
  text-align: center;
  color: var(--menu-color);
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 4px;
  display: flex;
  background-color: var(--main-bg);
  padding: 10px 20px;
}
.about {
  max-width: 974px;
  width: 100%;
  margin: 32px auto 16px;
}
.about-content p {
  color: var(--light-text-color);
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 24px;
}
.social-links.hide-social-two .button {
  width: 20px;
  height: 20px;
}
.social-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 20px;
  background-repeat: no-repeat;
}
.news-container {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin: 0 auto 64px;
  max-width: 1300px;
  flex-direction: column-reverse;
}
.news {
  position: relative;
  height: auto;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
  padding: 32px 32px 42px;
  background-color: var(--main-bg);
  max-width: 784px;
  margin: 0 auto;
}
.news:last-child {
  margin-bottom: 0;
}
.news-label span {
  font-size: 20px;
  color: var(--site-label);
}
.news-title {
  margin: 6px 0 15px;
  font-weight: 700;
  font-size: 26px;
  color: var(--title-color);
  font-family: var(--title-font);
}
.publisher-info {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  order: 2;
}
.publisher-info span {
  font-size: 10px;
  color: var(--light-text-color);
}
.news img {
  max-width: 100%;
}
.publisher-info p {
  font-size: 14px;
  font-weight: 800;
  color: var(--site-label);
}
.news-text {
  margin-top: 28px;
}
.news-text p {
  margin-bottom: 32px;
  color: var(--light-text-color);
  font-size: 20px;
  line-height: 28px;
}
.worker-social-media-name {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: 22px;
  margin: 2px;
  background-repeat: no-repeat;
  border-radius: 6px;
}
.footer-social-links .button {
  background-color: var(--main-bg);
  border-radius: 50%;
  width: 38px;
  height: 38px;
}
.footer-social-links .social-icon {
  width: 24px;
  height: 24px;
  background-size: 24px;
  margin: 7px;
}
.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);
  font-family: var(--title-font);
  word-wrap: break-word;
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -1px;
  margin: 8px 0 64px;
}
.second-title-left {
  text-align: left;
}
.page-template-theme-pricing #prices .second-title, .page-template-theme-pricing #prices > .site-label, #employees .second-title, #employees > .site-label {
  text-align: center;
}
.second-title.button-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
}
.site-label {
  font-style: normal;
  letter-spacing: 2px;
  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;
}
.site-label-left {
  text-align: left;
}
.breadcrumb {
  padding: 0 0 64px;
}
.page-template-theme-pricing .main-section:first-of-type, .page-template-theme-gallery #gallery, .page-template-theme-news #news-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%);
}
#front-features {
  margin: 96px auto;
}
.front-features-container {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.features-items {
  font-weight: 500;
  font-size: 18px;
  width: 100%;
  min-width: 330px;
  padding: 36px 34px 20px 34px;
  border-radius: 8px;
  background-color: var(--main-bg);
}
.features-items img {
  margin-top: 2px;
  filter: var(--icon-filter);
}
.features-wrapper {
  margin-top: 18px;
}
.features-wrapper h3 {
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
}
.features-wrapper p {
  color: var(--light-text-color);
  font-size: 20px;
  line-height: 30px;
  margin: 24px 0;
  font-weight: 400;
}
.page-template-theme-services .main-section:first-of-type, .page-template-theme-services .icons-section {
  margin-top: 0;
}
.services-container {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  margin: 40px 0 62px;
}
.service-div {
  width: 100%;
  display: flex;
  gap: 64px;
  padding: 64px;
  background-color: var(--main-bg);
}
.services-container > :nth-child(2n) {
  flex-direction: row-reverse;
}
.service-image {
  display: grid;
 place-items: center;
  height: 100%;
}
.service-image, .name-wrapper {
  width: 50%;
}
.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;
}
.service-div img {
  width: 100%;
  height: auto;
  max-height: 415px;
  max-width: 590px;
}
.service-div h3 {
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}
.service-div p {
  color: var(--light-text-color);
  font-size: 20px;
  line-height: 30px;
  margin: 24px 0;
}
.bulletpoints-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 32px;
}
.bulletpoints-items {
  display: flex;
  gap: 10px;
  font-weight: 500;
  font-size: 19px;
  color: var(--title-color);
  align-items: flex-start;
}
.bulletpoints-items img {
  width: 24px;
  height: 24px;
  filter: var(--icon-filter);
}
.abouto {
  color: var(--light-text-color);
  font-size: 20px;
  line-height: 30px;
}
.home .abouto p {
  color: var(--light-text-color);
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 64px;
}
.home .second-title {
  margin-bottom: 24px;
}
.icons-section {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.service-icon {
  width: calc(33.333% - 11px);
  border-radius: 4px;
  padding: 30px;
  background-color: var(--main-bg);
}
.service-icon img {
  width: 64px;
  height: auto;
  margin: 0 auto;
}
.service-icon h3 {
  font-size: 26px;
  margin: 24px 0;
  text-align: center;
}
.service-description-icon p {
  color: var(--light-text-color);
  font-size: 20px;
  margin: 22px 0;
  line-height: 1.5;
  text-align: center;
}
#gallery {
  margin: 144px auto 0;
}
.gallery-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 42px;
  gap: 42px;
}
.worker {
  width: calc(33.33% - 11px);
  display: flex;
  border-radius: 4px;
  padding: 30px 20px;
  background-color: var(--main-bg);
  flex-direction: column;
  text-align: center;
  box-shadow: 0 20px 60px 0 rgba(196, 196, 196, 0.05);
}
.worker-info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gallery-image img {
  margin: 0 auto;
  border-radius: 4px;
}
.gallery-image img:hover {
  opacity: 0.8;
}
.worker-wrapper {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.worker-phone-email {
  margin: 22px 0 14px;
}
.worker-name-job-title {
  margin-top: 20px;
}
.worker-name {
  font-size: 26px;
  color: var(--title-color);
  text-align: center;
  margin: 12px 0 6px;
  font-weight: 600;
  font-family: var(--title-font);
}
.job-title {
  color: var(--job-title);
  font-size: 15px;
  line-height: 13px;
  font-weight: 600;
}
.worker-des p {
  margin-bottom: 32px;
  margin-top: 24px;
  color: var(--light-text-color);
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}
.worker-phone, .worker-email {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--light-text-color);
  margin-bottom: 8px;
  justify-content: center;
}
.worker-email:hover, .worker-phone:hover {
  text-decoration: underline;
}
.worker-phone img, .worker-email img {
  filter: invert(19%) sepia(17%) saturate(1046%) hue-rotate(209deg) brightness(99%) contrast(92%);
}
.worker-img img {
  margin: 0 auto;
  height: auto;
  border-radius: 4px;
  width: 100%;
  max-width: 200px;
  border-radius: 50%;
}
.worker .social-links {
  display: flex;
  gap: 18px;
  margin: 4px 0 12px;
  justify-content: center;
}
.page-template-theme-information .worker {
  width: calc(25% - 12px);
  display: block;
  padding: 24px;
}
.page-template-theme-information .worker-img {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}
.services {
    display:flex;
    margin: -15px auto 0;
    justify-content:space-between;
    flex-wrap:wrap;
    flex-direction:row;
   gap: 40px;
}
.services .service:first-child:nth-last-child(1) {
  width: 100%;
  margin: 0 auto;
}
.service{
  width: calc(50% - 20px);
  box-sizing: border-box;
  border-radius: 4px;
  padding: 42px;
  background-color: var(--main-bg);
}
.service-title {
  margin: 0px 0 12px 0;
  font-size: 26px;
  font-weight: 700;
  color: var(--title-color);
  font-family: var(--title-font);
}

.services-wrapper{
    line-height:32px;
    color: var(--light-text-color);
}
.services-wrapper:has(.price-description) {
  padding-top: 14px;
}
.services-wrapper:has(.price-description) .service-name {
  font-weight: 500;
}
.services-wrapper:has(.price-description) .pricing-top {
  margin-bottom: 0px;
}
.pricing-top {
  margin-bottom: 4px;
}
.services-wrapper P {
  margin: 4px 0 10px;
  color: var(--light-text-color);
  line-height: 22px;
  font-size: 16px;
  padding-right: 50px;
}
.service-name {
  display: table-cell;
  white-space: nowrap;
  padding-right: 5px;
  color: var(--title-color);
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.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:20px;
    display:table-cell;
    padding-left:5px;
    white-space:nowrap;
    color: var(--site-label);
    line-height: 28px;
}
.prices-reservation {
  margin: 64px auto 0;
}
#news-section {
  margin: 64px auto 0;
}
.home .description {
  margin: -24px auto 64px;
}
.description {
  margin: 24px auto -15px;
  max-width: 1200px;
  text-wrap: balance;
  color: var(--light-text-color);
  line-height: 1.4;
}
.page-template-theme-services .description {
  text-align: center;
}
#services-section .description {
  max-width: 100%;
  margin-bottom: 96px;
}
.description p {
  color: var(--light-text-color);
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 24px;
  text-align: center;
  text-wrap: balance;
}
.about-us-wrapper {
  max-width: 1300px;
  margin:0 auto;
  display: flex;
  background-color: #1c2331;
  padding:42px;
  gap:48px;
}
.about-us-img-wrapper {
  width: 50%;
}
.about-us-img-wrapper img {
  width: 100%;
  height: auto;
}
.about-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  width: 50%;
}
.numbers-container {
  background-color: #1c2331;
  padding:6px 42px 64px;
  color: #fff;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  flex-wrap: wrap;
  gap:  36px 60px;
}
.numbers-item span {
  font-size: 48px;
  font-weight: 600;
  color: var(--site-label);
}
.second-title.about-title {
  text-align: left;
  margin: 0;
}
.about-text-wrapper h3, .about-text-content p {
  color: #fff;
}
.about-text-content p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
#testimonials {
  overflow: hidden;
}
.swiper-wrapper {
  margin-bottom: 88px;
}
.swiper-pagination-testimonials {
  text-align: center;
}
.testimonials-buttons {
  display: flex;
  max-width: 90%;
  justify-content: end;
  gap: 32px;
  margin-top: -36px;
  position: relative;
}
.swiper-button-disabled {
  opacity: 0.1;
}
.testimonials-buttons img {
  filter: var(--icons-bg);
  cursor: pointer;
}
.testimonials-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.testimonial-item {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  height: 100% !important;
  gap: 32px;
}
.swiper-slide {
  display: flex;
  border-radius: 4px;
  padding: 30px 20px;
  background-color: var(--main-bg);
  flex-direction: column;
  text-align: center;
  height: auto !important;
  box-sizing: border-box;
}
.testimonial-content img {
  filter: var(--icon-filter);
}
.testimonial-content p {
  color: var(--light-text-color);
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 24px;
  text-align: left;
}
.testimonial-meta-content {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.testimonial-meta-content h3 {
  font-size: 20px;
  color: var(--title-color);
  font-weight: 700;
  font-family: var(--title-font);
}
.testimonial-meta-content img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border-radius: 50%;
}
.faq-container {
  margin: 24px auto 0;
  max-width: 1300px;
}
.faq-wrapper {
  position: relative;
  text-align: center;
  background-color: var(--main-bg);
  padding: 0 28px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.toggle {
  text-align: left;
  display: block;
  cursor: pointer;
  padding: 28px 52px 28px 0;
  width: 100%;
  color: var(--faq-title);
  font-size: 20px;
  font-family: var(--title-font);
  font-weight: 500;
}
.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;
  color: var(--light-text-color);
  line-height: 28px;
  font-size: 20px;
  margin-bottom: 22px;
}
.inside p:last-child {
  margin-bottom: 34px;
}
.content.expanded {
    grid-template-rows: 1fr;
}
.accordion-trigger {
  position: absolute;
  height: 24px;
  width: 24px;
  right: 18px;
  top: 30px;
  background-color: var(--faq-trigger-bg);
  border-radius: 50%;
}
.accordion-trigger::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 2px;
  height: 6px;
  transform: translate(-2px, 0) rotate(-45deg);
  transition: 500ms;
  top: 10px;
  left: 11px;
}
.accordion-trigger::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 2px;
  height: 6px;
  transform: translate(2px, 0) rotate(45deg);
  transition: 500ms;
  top: 10px;
  left: 11px;
}
.accordion-trigger.active::before {
  transform: translate(-2px, 0) rotate(45deg);
}
.accordion-trigger.active::after {
  transform: translate(2px, 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: 16px;
  margin: 0;
  color: #444;
}
.address-div h3 {
  font-weight: 700;
  font-size: 24px;
  margin: 12px 0;
}

.footer-social-links {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.prices-reservation {
  justify-content: center;
}
.information-workers {
  max-width: 1300px;
  margin: 64px auto;
}
.information-map-title {
  text-align: center;
  margin: 0 0 32px 0;
}
#map-container {
  max-width: 1300px;
  margin: 64px auto 0;
}
#map {
  height: 552px;
}
#map iframe {
  width: 100%;
  height: 100%;
  border: 4px solid var(--site-label);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 10px;
}
#footer {
  background-color: var(--footer-bg);
  margin: 124px 42px 42px;
  position: relative;
  z-index: 100;
}
.inner-footer {
  padding: 32px 0 0;
  margin: 0 auto;
  font-size: 14px;
  max-width: 1300px;
}
.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: invert(19%) sepia(17%) saturate(1046%) hue-rotate(209deg) brightness(99%) contrast(92%);
}
.footer-last {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
  border-top: var(--footer-border);
  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: 500;
}
.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: #6e5f5f;
  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(38, 38, 38, 0.43);
  backdrop-filter: blur(5px);
}

.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.25s;
  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.25s;
  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: 90px;
  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;
}
#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(--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.43);
 backdrop-filter: blur(5px);
}

@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: 66px;
  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 {
  border-top: 3px solid #383636;
  display: block;
  width: 24px;
  transition: .25s ease-in-out;
  border-radius: 44px;
}
.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 {
  width: 100%;
  min-height: 100vh;
  padding-top: 140px;
}
.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;
  width: 100%;
}
.top-wrapper {
  display: flex;
  gap: 64px;
}
#information-section .top-wrapper {
  flex-direction: column;
}
.hero-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.contact-item.company-name-item {
  font-size: 24px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-weight: 600;
  margin-bottom: 18px;
}
.address-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}
.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;
}
.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;
  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;
  font-family: var(--title-font);
  letter-spacing: -0.5px;
  color: var(--title-color);
}
.privacy-container h2 {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--title-font);
  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;
 font-family: var(--title-font);
}
.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;
}
#wpadminbar {
  display: none;
}

@media only screen and (max-width: 1300px) {
#menu-navigation {
  gap: 24px;
}
.main-title, .second-main-title {
  font-size: 48px;
}
.second-title {
  font-size: 36px;
  line-height: 42px;
}
.service-div h3, h3 {
  font-size: 28px;
}
main {
  padding: 138px 26px 0;
}
#header, .active-sticky {
  padding: 0 26px !important;
  width: 100%;
}
.icons-section {
  gap: 26px;
}
.service-icon {
  width: calc(50% - 13px);
}
.service-div {
  gap: 78px;
}
.gallery-wrapper {
  gap: 26px;
}
.gallery-image {
  width: calc(25% - 20px);
}
.gallery-image img {
  width: 100%;
  height: auto;
}
.inner-footer {
  padding: 32px 20px 0;
}
.services {
  gap: 64px 42px;
}
.service {
  width: calc(50% - 21px);
  box-sizing: border-box;
}
.privacy-container {
  max-width: 1300px;
  margin: 0 32px;
  padding: 32px;
}
.privacy-container h1 {
  font-size: 42px;
}
}

@media only screen and (max-width: 1200px) {
#map {
  height: 520px;
}
}

@media only screen and (max-width: 1080px) {
.mobile-wrapper {
  display: block;
}
#menu-navigation {
  display: none;
}
.header-buttons {
  margin-right: 56px;
}
.open-mobile {
  display: flex;
}
.menu-item a {
  font-size: 12px;
}
.top-section-buttons {
  display: none;
}
.main-section {
  margin: 124px auto 0;
}
#gallery {
  margin: 124px auto 0;
}
.worker {
  width: calc(50% - 8px);
}
#testimonials {
  max-width: calc(100% + 52px);
  width: calc(100% + 52px);
  margin-left: -26px;
}
#testimonials-swiper {
  margin: 0 26px;
}
.services-container {
  gap: 96px;
}
.footer-last {
  justify-content: center;
  flex-direction: column;
  gap: 28px;
}
.service {
  width: 100%;
}
.swiper-wrapper {
  margin-bottom: 26px;
}
}

@media only screen and (max-width: 900px) {
.service-div {
  gap: 42px;
}
.about-us-wrapper {
  flex-direction: column;
}
.about-us-img-wrapper, .about-text-wrapper {
  width: 100%;
}
.about-us-img-wrapper img {
  margin: 0 auto;
}
.worker-wrapper {
  gap: 26px;
}
.worker {
  flex-direction: column;
  gap: 0;
}
.worker-img, .worker-info-wrapper {
  width: 100%;
}
.page-template-theme-information .worker {
  width: calc(33.33% - 18px);
  padding: 18px;
}
.testimonials-wrapper {
  gap: 18px;
}
.worker {
  width: calc(50% - 13px);
}
.copy-container {
  flex-direction: column;
}
.navigation-wrapper {
  left: -85%;
}
}

@media only screen and (max-width: 768px) {
main {
  padding: 92px 26px 0;
}
.info.hide-info {
  padding:
0 10px;
}
.info-content {
  padding: 8px 6px;
}
.info-content a, .info-content.address p {
  font-weight: 400;
  font-size: 10px;
}
.info-content img {
  width: 20px;
  height: 20px;
}
.top-wrapper {
  flex-direction: column;
}
.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;
}
.top-section-buttons {
  justify-content: center;
}
.service-icon {
  width: 100%;
}
.service {
  width: 100%;
}
#footer {
  margin: 64px 0 0;
}
.footer-second {
    flex-direction: column;
    gap: 32px;
}
.footer-last {
  border-top: unset;
  margin-top: 0;
}
.open, .address-div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.open-days {
  width: 100%;
}
.footer-menu {
  flex-direction: column;
  text-align: center;
}
.footer-first {
  flex-direction: column;
  gap: 16px;
}
.pricing-top {
  display: flex;
  justify-content: space-between;
}
.service-div {
  gap: 64px;
  padding: 32px;
}
.service-name {
  white-space: unset;
  padding-right: 10px;
}
.gallery-wrapper {
  margin-top: -26px;
}
.pricing-list-dots {
  display: none;
}
.testimonials-buttons {
  display: none;
}
}

@media only screen and (max-width: 580px) {
.info-content.social {
  display: none;
}
.top-info-wrapper {
  width: 100%;
}
.info-content.phone, .info-content.email {
  display: none;
}
#header, .header-menu .menu-navigation-container, .inner_header-active, #header.header-sticky {
height: 54px;
}
#header {
  padding: 0 12px !important;
}
.active-sticky {
  top: 30px;
}
.info-content img {
  width: 18px;
  height: 18px;
}
.info-content {
  width: 100%;
  padding: 6px 4px;
}
.open-mobile {
  top: 36px;
  width: 42px;
  height: 42px;
  right: 12px;
}
.open-mobile.sticky {
  top: 6px;
}
.header-buttons .open-reservation {
  display: none;
}
.top-section-buttons {
  display: none;
}
.take-contact {
  padding: 8px 8px 7px;
  font-size: 14px;
}
.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;
}
.worker {
  width: 100%;
}
.main-title, .second-main-title {
  font-size: 32px;
  line-height: 32px;
}
.about-content p {
  font-size: 22px;
  line-height: 32px;
}
.service-div p, .about-text-content p, .toggle, .worker-des p, .features-wrapper p, .service-description-icon p {
  font-size: 18px;
  line-height: 26px;
}
.bulletpoints-wrapper {
  margin-top: 14px;
}
.second-title {
  font-size: 32px;
  line-height: 32px;
}
.service-div h3, h3, .news-title, .contact-item.company-name-item {
  font-size: 24px;
  line-height: 32px;
}
.service-title, .worker-name, .service-icon h3 {
  font-size: 24px;
  line-height: 32px;
}
.site-label, .inside p, .news-text p {
  font-size: 16px;
  line-height: 24px;
}
.features-items {
  font-size: 18px;
  padding: 22px;
}
.service-icon {
  padding: 20px;
}
.address-div p {
  font-size: 14px;
}
.service {
  padding: 18px;
}
.home main {
  padding: 26px 14px 0;
}
main {
  padding: 72px 14px 0;
}
#top-section {
  margin: 50px auto 0;
}
.top-wrapper {
  gap: 14px;
}
.main-section {
  margin: 32px auto;
}
#footer {
  margin: 32px 0 0;
}
.services-container {
  margin: 32px 0 0;
}
#gallery {
  margin: 0 auto 32px;
}
#testimonials {
  max-width: calc(100% + 28px);
  width: calc(100% + 28px);
  margin-left: -14px;
}
#testimonials-swiper {
  margin: 0 14px;
}
.service-div, .services-container > :nth-child(2n) {
  flex-direction: column;
}
.services-container {
  gap: 32px;
}
.service-div {
  gap: 32px;
}
.bulletpoints-items {
  font-size: 16px;
}
.service-image, .name-wrapper {
  width: 100%;
}
.worker {
  padding: 24px;
}
.worker .social-links {
  margin: 0;
}
.page-template-theme-information .worker-wrapper {
  gap: 14px;
}
.page-template-theme-information .worker {
  width: calc(50% - 7px);
  padding: 18px;
}
.page-template-theme-information .worker-name {
  font-size: 18px;
  line-height: 22px;
}
.about-us-wrapper {
  flex-direction: column;
  padding: 26px;
}
.numbers-container {
  padding:6px 26px 64px;
}
.about-us-img-wrapper, .about-text-wrapper {
  width: 100%;
}
.gallery-wrapper {
  gap: 14px;
}
.gallery-image {
  width: calc(50% - 7px);
}
#front-features {
  margin: 64px auto 42px;
}
.contact-item p, .contact-item a {
  font-size: 12px;
}
.inside p {
  padding: 0;
}
.testimonial-item {
  width: 100%;
}
.page-template-theme-pricing .prices-reservation, .home .prices-reservation {
  display: none;
}
.contact-form {
  padding: 24px;
}
.services-wrapper {
  margin-bottom: 10px;
}
.privacy-policy {
  padding: 72px 0 0;
}
.privacy-container {
  margin: 0 14px;
  padding: 24px;
}
.privacy-container h1 {
  font-size: 32px;
}
}
@media only screen and (max-width: 420px) {
  .page-template-theme-information .worker {
    width: 100%;
  }
}