/*
    Theme Name: Teema-4
    Version: 1.0.1
    Author: KotisivuX
*/

:root {  
  --light-text-color: #757575;
  --faq-trigger-bg: #b88d7a;
  --faq-bg: transparent;
  --faq-title: #505050;
  --swiper-pagination-color: #838a83;
  --swiper-navigation-color: #414A4E;
}

html {
    margin:0 !important;
  scroll-behavior: smooth !important;
    color: #494949;
    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: #fff;
    min-height: 101vh;
    position: relative;
    font-family: 'Roboto', arial, helvetica;
}

.body-active {
    overflow: hidden;
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('css/fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('css/fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('css/fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('css/fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('css/fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('css/fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
  font-display: swap;
}

/* raleway-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('css/fonts/raleway-v28-latin-600.woff2') format('woff2'); 
}

.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: 600;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}
.website-disabled-wrapper p {
  font-size: 18px;
  line-height: 1.5;
  color: #767676;
  text-align: center;
}
.link-to-main-page {
  position: absolute;
  bottom: 42px;
  right: 42px;
}
.link-to-main-page img {
  max-width: 92px;
}
a {
    color: #1a1c21;
    text-decoration: none;
}

img {
    display: block;
    margin: 0;
    transform: translateZ(0);
    image-rendering: -webkit-optimize-contrast;
    text-indent:-9999px;
    color: transparent;
}
textarea:focus, input:focus{
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
}

p {
    font-size: 14px;
}

#wpadminbar {
    display: none;
}

p, h1 {
  margin:0;
  padding:0
}

#header {
  position: fixed;
  width: 250px;
  height: 100vh;
  background-color: #f4f0ed;
  box-shadow: -7px 18px 30px 4px rgba(0, 0, 0, 0.21);
}

.inner_header {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-logo {
  margin-top: 38px;
  margin-bottom: 38px;
}
.logo-name {
  text-align: center;
  font-size: 20px;
  max-width: 205px;
  display: inline-block;
  font-weight: 600;
  color: #494949;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}
.header-logo a img {
  max-width: 150px;
  height: auto;
  max-height: 115px;
  width: auto;
  margin: 0 auto;
}

#menu-navigation {
  padding: 0;
  text-align: center;
  font-size: 18px;
}

.primary-navigation.hide-mobile {
  width: 100%;
}

.menu-navigation-container {
  width: 100%;
}

.menu-item {
  list-style-type: none;
}

.menu-item a {
  line-height: 36px;
  font-size: 16px;
  letter-spacing: 1px;
}

.menu-item a:hover {
  color: #b25c00;
}

.menu-item.active a {
  color: #b25c00;
}
.page-template-theme-contact .menu-item.active a, .page-template-theme-contact .mobile-nav .menu-item.active a {
  color: unset;
}
main {
  min-height: 100vh;
  width: calc(100% - 250px);
  margin-left: 250px;
}

.main-section {
  padding: 84px 20px;
  max-width: 1200px;
  margin: 0 auto;
  scroll-margin: -48px;
}
#top-section {
  margin: 0 auto;
  padding: 0 92px;
  min-height: 100vh;
  max-width: 1900px;
}
.top-wrapper {
  display: flex;
  gap: 54px;
  min-height: 100vh;
  align-items: center;
}
.top-left, .top-right {
  width: 50%;
  position: relative;
}
.top-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-right img {
  width: 100%;
  max-width: 855px;
}
.top-right::before {
  position: absolute;
  top: -30px;
  left: 30px;
  width: 100%;
  height: calc(100% + 60px);
  border: 10px solid #dabc96;
  content: '';
  max-width: 855px;
}
.hide-info {
  display: none;
}
.hide-info-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 12px;
  align-items: center;
  gap: 20px;
}
.hide-info-wrapper .address, .hide-info-wrapper .phone, .hide-info-wrapper .email {
  color: var(--light-text-color);
}
.main-title {
  font-size: 62px;
  line-height: 1.1;
  font-weight: 600;
  position: relative;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  letter-spacing: -0.5px;
}
.main-title:before {
  content: "";
  background-image: url(images/element-two.svg);
  background-repeat: no-repeat;
  background-size: 66px;
  display: block;
  position: absolute;
  height: 66px;
  width: 66px;
  left: -46px;
  top: -40px;
  filter: invert(87%) sepia(13%) saturate(867%) hue-rotate(341deg) brightness(90%) contrast(90%);
}
.des, .services-des {
  color: #3e3e3e;
  font-size: 16px;
  margin-top: 20px;
}

.des p, .services-des p {
    margin-bottom: 32px;
    line-height: 28px;
    font-size: 18px;
    color: var(--light-text-color);
}
.front-features-container {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.features-items {
  display: flex;
  gap: 22px;
  width: calc(50% - 20px);
}
.features-wrapper h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  margin-top: 0;
}
.features-wrapper p {
  margin-bottom: 32px;
  line-height: 28px;
  font-size: 16px;
  color: #4d4b44;
}
.services-container {
  display: flex;
  flex-wrap: wrap;
  gap: 84px;
  margin: 40px 0 62px;
}
.service-div {
  width: calc(33.333% - 56px);
}
.service-div img {
  width: 52px;
  height: auto;
  margin: 0 auto;
}
.service-div h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}
.service-div p {
  line-height: 28px;
  font-size: 18px;
  color: var(--light-text-color);
  margin: 24px 0;
}
.services-container-images {
  margin-top: 32px;
}
.service-div-images {
  background-color: #faf9f7;
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
  padding: 32px;
}
.name-wrapper h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}
.name-content p {
  margin-bottom: 32px;
  line-height: 28px;
  font-size: 18px;
  color: var(--light-text-color);
}
.bulletpoints-items {
  display: flex;
  gap: 6px;
  align-items: baseline;
}
.bulletpoints-items h4 {
  margin: 0;
  color: #b88d7a;
  font-weight: 600;
  font-size: 16px;
}
.hide-show-contact {
    display: none;
}
.hide-show-reservation {
    display: none;
}
.top-section-buttons {
  display: flex;
  gap: 28px;
}
.open-reservation {
    background-color: #fde293;
    cursor: pointer;
    border-radius: 6px;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    font-size: 17px;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    z-index: 8;
    transition: .4s;
    gap: 10px;
    padding: 15px 20px;
    align-items: center;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}
.open-reservation::before {
  content: "";
  background-image: url(images/booking1.webp);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  display: block;
  width: 24px;
  height: 24px;
}

.open-reservation:hover::before {
  background-size: 24px 24px;
  background-image: url(images/booking-active.webp);
  transition: 0.1s;
}
.take-contact {
  background-color: #1e1e1e;
  border-radius: 6px;
  font-size: 17px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: #fff;
  padding: 16px 18px 14px;
  text-align: center;
}
.take-contact:hover {
  text-decoration: underline;
}
.header-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}
.home .header-buttons {
  opacity: 0;
  transition: 0s;
}
.header-buttons.active {
  opacity: 1;
  transition: 0.9s;
}
.header-buttons .take-contact {
  font-size: 12px;
  padding: 11px 13px;
}
.header-buttons .open-reservation {
  font-size: 12px;
  padding: 11px 13px;
  justify-content: center;
}
.header-buttons .open-reservation:before {
  content: unset;
}
.reservation-wrapper {
  display: flex;
  justify-content: center;
}
.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}
.header-bottom .social-links {
  margin-bottom: 10px;
}
.header-buttons .social-links {
  margin: 20px 0;
}
.social-icon, .worker-social-media-name {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin: 4px;
  background-size: 22px;
  filter: invert(20%) sepia(10%) saturate(436%) hue-rotate(169deg) brightness(89%) contrast(91%);
  background-repeat: no-repeat;
}
.social-icon:hover, .worker-social-media-name:hover {
  filter: invert(77%) sepia(24%) saturate(1181%) hue-rotate(355deg) brightness(99%) contrast(89%);
}
.Facebook {
  background-image: url(../teema-4/images/facebook-filled.svg);
}
.Instagram {
  background-image: url(../teema-4/images/instagram-filled.svg);
}
.Tiktok {
  background-image: url(../teema-4/images/tiktok-filled.svg);
}
.Twitter {
  background-image: url(../teema-4/images/twitter-filled.svg);
}
.Linkedin {
  background-image: url(../teema-4/images/linkedin-filled.svg);
}
.Whatsapp {
  background-image: url(../teema-4/images/whatsapp-filled.svg);
}
.Youtube {
  background-image: url(../teema-4/images/youtube-filled.svg);
}
.Pinterest {
  background-image: url(../teema-4/images/pinterest-filled.svg);
}
.Snapchat {
  background-image: url(../teema-4/images/snapchat-filled.svg);
}
.header-bottom {
  position: absolute;
  bottom: 28px;
}
.address, .phone, .email {
  position: relative;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  color: #494949;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.address:before, .phone:before, .email:before {
background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: 0px 0px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  filter: invert(58%) sepia(35%) saturate(326%) hue-rotate(329deg) brightness(95%) contrast(87%);
}
.address:before {
background-image: url(images/address.svg);
}
.phone:before {
  background-image: url(images/phone.svg);
}
.email:before {
  background-image: url(images/email.svg);
}
.social-links a {
  font-size: 0;
}
.second-title {
  font-size: 35px;
  line-height: 40px;
  font-style: normal;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin: 15px 0 0;
}
.site-label {
  color: #b25c00;
  font-size: 11px;
  letter-spacing: 6px;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
}
.news-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  margin-top: 40px;
}
.news-container {
  margin-top: 18px;
}
.news {
  padding: 6px 40px 56px;
  background-color: #faf9f7;
  position: relative;
  box-sizing: border-box;
  height: auto;
  margin-bottom: 48px;
  cursor: grab;
}
.news-label span {
font-size: 14px;
  color: #63523C;
}
.news-title {
  margin: 20px 0;
  font-weight: 600;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #1a1c21;
}
.publisher {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 10px 0;
  position: absolute;
  width: calc(100% - 80px);
  bottom: 15px;
}
.publisher-info {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  order: 2;
}
.publisher-info span {
  font-size: 10px;
  color: var(--light-text-color);
}
.publisher-info p {
  font-size: 14px;
  font-weight: 600;
  color: #63523C;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}
.news-text {
  margin-top: 28px;
}
.news-text p {
  margin-bottom: 32px;
  line-height: 28px;
  font-size: 16px;
  color: #4d4b44;
}


.title-line {
  height: 1px;
  background-color: #ebebeb;
  width: 100%;
  display: inline-block;
}

.worker {
  display: flex;
  margin-top: 86px;
  gap: 78px;
}

.worker-info, .worker-img {
  width: 50%;
}

.worker-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.worker-img img {
  width: 570px;
  height: 570px;
  border: 10px solid #dabc96;
  padding: 12px;
}
.worker-name {
  font-size: 24px;
  font-weight: 600;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}
.job-title {
  color: #b88d7a;
  font-size: 15px;
  margin-top: 3px;
}
.worker-des p {
  margin-bottom: 32px;
  line-height: 28px;
  font-size: 18px;
  color: var(--light-text-color);
}
.worker-contact-info {
  margin: 26px 0;
}
.worker-phone, .worker-email {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 14px;
  color: var(--light-text-color);
  margin: 6px 0;
}
.worker-phone img, .worker-email img {
  filter: invert(58%) sepia(35%) saturate(326%) hue-rotate(329deg) brightness(95%) contrast(87%);
}
.worker-top-info .social-links {
  justify-content: left;
  margin: 26px 0;
}
.arrows {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.arrows div {
  cursor: pointer;
}
.next-button {
  margin-left: auto;
}
.prev-button img {
  filter: invert(92%) sepia(2%) saturate(1808%) hue-rotate(268deg) brightness(118%) contrast(59%);
}
.next-button img, .prev-button.active {
  filter: invert(41%) sepia(5%) saturate(550%) hue-rotate(71deg) brightness(92%) contrast(86%);
}
.description, .description-prices {
  margin: 16px 0 0;
}
.description, .description-prices p {
  line-height: 28px;
  font-size: 18px;
  color: var(--light-text-color);
}
.services {
  display: flex;
  margin: 40px auto 0;
  max-width: 1200px;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.services .service:first-child:nth-last-child(1) {
  width: 100%;
  padding-right: 0;
  margin: 0 auto;
}
.service {
  width: 50%;
  padding: 10px 0 46px;
    padding-right: 0px;
  box-sizing: border-box;
  padding-right: 35px;
}

.service:nth-child(2n) {
  padding: 10px 0 46px 35px;
}

.service-title {
  margin: 0px 0 12px 0;
  font-size: 24px;
  font-weight: 600;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}

.services-wrapper {
  line-height: 32px;
}

.service-name {
  font-size: 17px;
  display: table-cell;
  white-space: nowrap;
  padding-right: 5px;
  color: #212121;
  font-weight: 600;
}
.services-wrapper:has(.price-description) {
  padding-top: 14px;
}
.pricing-list-dots {
  height: 1px;
  background-image: radial-gradient(circle closest-side,#000 99%,transparent 100%);
  background-position: 65% 72%;
  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: #b25c00;
}
.price-description {
  margin: 4px 0 8px;
  line-height: 22px;
  font-size: 16px;
  padding-right: 50px;
  color: var(--light-text-color);
}
.gallery-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  margin: 44px 0 32px;
  gap: 40px;
}

.gallery-image {
  width: calc(25% - 30px);
}
.gallery-image img {
  max-width: 260px;
  height: auto;
  width: 100%;
}
.open {
  max-width: 252px;
  text-align: left;
}

.open-days {
  width: 100%;
}

.open-days, .days, .hours {
  display: inline-block;
}

.days, .hours {
  width: 47%;
  font-size: 16px;
  line-height: 24px;
}

.hours {
  color: #b25c00;
  text-align: right;
}

.contact-wrapper {
  margin: 20px auto;
  min-height: 282px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-wrapper iframe {
  width: 100%;
  margin: 42px auto 0;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border: 8px solid #fff !important;
  height: 450px;
}
#cookieSettings {
  background-color: transparent;
  border: unset;
  cursor: pointer;
  position: absolute;
  bottom: 8px;
  right: 32px;
}
#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: 600;
  margin-bottom: 6px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}
#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;
}
.footer-first, .footer-second {
  width: 26%;
}
.footer-third {
  width: 48%;
}
.about-text-content p {
  text-align: left;
  line-height: 24px;
  font-size: 16px;
}
.about-text-content > p:first-child::first-letter {
  initial-letter: 2 1;
}
#faq-section {
  background-color: var(--faq-bg);
}
.faq-container {
  margin-top: 24px;
}
.faq-wrapper {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}
.faq-wrapper:first-child {
  border-top: 1px solid #ebebeb;
}
.toggle {
  text-align: left;
  display: block;
  cursor: pointer;
  padding: 38px 38px 38px 58px;
  width: 100%;
  font-size: 20px;
  color: var(--faq-title);
  font-weight: 600;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}
.content {
    display: grid;
    grid-template-rows: 0fr;
    transition: 500ms;
    overflow: hidden;
  text-align: left;
}
.content .inside {
    min-height: 0;
}
.inside p {
  padding: 0 38px 0 58px;
  margin-bottom: 24px;
  color: var(--light-text-color);
  line-height: 28px;
  font-size: 18px;
}
.inside p:last-child {
  margin-bottom: 38px;
}
.content.expanded {
    grid-template-rows: 1fr;
}
.accordion-trigger {
  position: absolute;
  height: 18px;
  width: 18px;
  left: 18px;
  top: 41px;
  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: 6px;
  left: 8px;
}
.accordion-trigger::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 2px;
  height: 6px;
  transform: translate(2px, 0) rotate(45deg);
  transition: 500ms;
  top: 6px;
  left: 8px;
}
.accordion-trigger.active::before {
  transform: translate(-2px, 0) rotate(45deg);
}
.accordion-trigger.active::after {
  transform: translate(2px, 0) rotate(-45deg);
}
.address-div {
  text-align: center;
  font-size: 20px;
  margin: 18px 0;
  color: #3e3e3e;
}
.footer-first h3, .footer-second h3, .footer-third h3 {
  text-align: left;
  font-weight: 600;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin-top: 0;
}
.footer-logo img {
  max-height: 70px;
  max-width: 150px;
  height: auto;
  width: auto;
}
.address-div h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}
.address-div p {
  font-size: 16px;
  margin: 0;
  text-align: left;
  line-height: 24px;
}
.footer-social-links {
  display: flex;
  gap: 10px;
}
.contact-wrapper .social-links {
  justify-content: center;
  margin-top: 0;
}
.footer-icons .social-icon {
  width: 44px;
  height: 44px;
  background-size: 44px;
}
.about-us-wrapper {
  display: flex;
  gap: 56px;
  margin-top: 44px;
}
.about-us-wrapper div {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.about-us-img-wrapper img {
  max-width: 100%;
  height: auto;
}
.second-title.about-title {
  text-align: left;
}
.about-us-container {
  background-color: #faf9f7;
  padding: 32px 56px 56px;
}
.about-text-content p {
margin-bottom: 32px;
  line-height: 28px;
  font-size: 18px;
  color: var(--light-text-color);
}
.about-us-dots {
  position: absolute;
  top: 305px;
  left: -30px;
  filter: invert(90%) sepia(16%) saturate(310%) hue-rotate(350deg) brightness(99%) contrast(86%);
  opacity: 0.6;
}
.about-us-img {
  width: 100%;
  max-width: 590px;
  height: auto;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.testimonials-wrapper {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.testimonials-slide {
  width: calc(50% - 16px);
  background-color: #faf9f7;
}
.testimonial-item {
  padding: 32px;
}
.testimonial-meta-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-bottom: 32px;
}
.testimonial-content img {
  filter: invert(87%) sepia(13%) saturate(867%) hue-rotate(341deg) brightness(90%) contrast(90%);
}
.testimonials-image img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.testimonial-meta-content h3 {
  font-size: 17px;
  color: #212121;
  font-weight: 600;
}
.testimonial-content p {
  line-height: 28px;
  font-size: 18px;
  color: var(--light-text-color);
}
#footer {
text-align: center;
  padding: 20px 0 0;
  width: calc(100% - 250px);
  margin-left: 250px;
  font-size: 14px;
  margin-top: 84px;
}
.inner-footer {
display: flex;
  justify-content: center;
  gap: 30px;
  line-height: 32px;
  border-top: 1px solid #eee;
  width: 100%;
  background-color: #faf9f7;
}
.footer-content {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 98px;
  padding: 48px 0 32px;
  width: 100%;
}
#map iframe {
  width: 100%;
  border: unset;
  margin: 32px auto 0;
  max-width: 1200px;
  min-height: 272px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border: 8px solid #fff !important;
}
.bottom-footer {
display: flex;
  align-items: center;
  gap: 28px;
  margin: 0 auto;
  justify-content: center;
  padding: 10px 0;
  background-color: #efeeea;
}
.cookieSettings {
  margin-left: -20px;
}
.ad {
  display: flex;
  gap: 6px;
  justify-content: center;
  line-height: 32px;
}
.ad img {
  width: 20px;
  height: 20px;
  margin: 4px 0;
}
.ad a {
  color: #b25c00;
  font-weight: 600;
}

.mobile-wrapper {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgb(21 21 21 / 47%);
  top: 0;
  left: -100%;
  z-index: 100;
}

.mobile-active {
  left: 0;
  transform: translateX(0%);
}

.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.3s;
  overscroll-behavior: contain;
  box-sizing: border-box;
  height: calc(100vh - calc(100vh - 100%));
}

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

.nav-social-links {
  position: fixed;
  bottom: 0px;
  z-index: 999999;
  background-color: #fbf0e2;
  width: 85%;
  max-width: 316px;
  left: -360px;
  transition: 0.3s;
  padding: 8px 0;
  justify-content: center;
  height: 60px;
  align-content: center;
}

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

.navigation-logo {
  padding-top: 24px;
  background-color: #f4f0ed;
  min-height: 150px;
  display: flex;
  align-items: center;
}

.mobile-nav .info {
  background-color: #f4f0ed;
  padding: 20px 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu-navigation-container {
  display: inline-block;
}

#menu-navigation-1 {
  padding: 0;
  width: 100%;
  margin-top: 0;
  padding-bottom: 60px;
}

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

#menu-navigation-1 .menu-item {
  margin: 0;
  width: 100%;
  position: relative;
border-top: 1px solid #ededed;
}
#menu-navigation-1 .menu-item:last-child {
  border-bottom: 1px solid #ededed;
}
#menu-navigation-1 .menu-item::before {
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 0px 0px;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  top: 20px;
  left: 24px;
}
.mobile-nav .menu-item a {
  min-width: 100%;
  display: inline-block;
  line-height: 58px;
  padding-left: 64px;
  box-sizing: border-box;
  font-family: var(--title-font);
  z-index: 4444;
  position: relative;
  font-size: 16px;
  letter-spacing: 3px;
  color: #58595d;
}

.mobile-nav .menu-item.active a {
  color: #d16c00;
}


.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%);
}

@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);
}
.site-iframe {
  display: none;
}
.site-iframe.show-iframe {
  display: block;
}
.open-mobile {
  width: 60px;
  height: 60px;
  opacity: 1;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  display: none;
  -webkit-tap-highlight-color: transparent;
  background-color: #d0b38f;
  border-radius: 50%;
}
.open-mobile.active .first-line {
  transform: rotate(45deg);
  position: absolute;
  left: 0px;
  top: 30px;
}
.open-mobile.active .second-line {
  visibility: hidden;
}
.open-mobile.active .third-line {
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 30px;
  margin-top: 0;
}
.line {
  border-top: 2px solid #383636;
  display: block;
  width: 34px;
  margin-left: 13px;
  transition: .25s ease-in-out;
}

.line.second-line {
  margin-top: 5px;
transition: 0s ease-in-out;
}

.line.third-line {
  margin-top: 5px;
}

.hover-image-hide {
  position: absolute;
  left: -200px;
  background-image: url(images/booking-active.webp);
}
.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;
}
.contact-container {
  display: flex;
  margin-top: 64px;
}
.contact-container h2 {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 600;
  position: relative;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  letter-spacing: -0.5px;
}
.contact-form, .company-information {
  width: 50%;
}
.contact-form {
  padding: 42px;
  background-color: #f9f9f9;
}
.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-family: Roboto;
  font-size: 16px;
}
.contact-email {
  margin-bottom: 32px;
}
.contact-textarea {
  width: 100%;
  height: 240px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  font-family: Roboto;
  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: 600;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  border-radius: 6px;
  margin-top: 32px;
  cursor: pointer;
  transition-duration: 0.1s;
  font-size: 18px;
}
.send-button:active {
  background-color: #5f5f5f; 
}
.company-information {
  padding: 42px;
  background-color: #fbf0e2;
}
.information-div p {
  font-size: 18px;
  margin-bottom: 2px;
  color: #3f3f3f;
}
.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;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}
.success-text {
  color: var(--light-text-color) !important;
  font-size: 18px !important;
}
.forminator-button.forminator-button-submit {
  font-weight: 600 !important;
  font-size: 16px !important;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}
.success-text {
  font-size: 19px !important;
  line-height: 1.5 !important;
}
.privacy-policy {
  width: calc(100% - 250px);
   padding: 96px 0;
}
.privacy-container {
  padding: 64px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #f9f9f9;
}
.privacy-container h1 {
  font-size: 62px;
  line-height: 1.1;
  font-weight: 600;
  position: relative;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  letter-spacing: -0.5px;
}
.privacy-container h2 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  margin-top: 48px;
}
.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;
}
.page-template-general-template main {
  width: calc(100% - 250px);
	background-color: #f9f9f9;
}
.general-template {
  padding: 64px;
  margin: 0 auto;
  max-width: 1200px;
}
.general-template h1 {
  font-size: 62px;
  line-height: 1.1;
  font-weight: 600;
  position: relative;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  letter-spacing: -0.5px;
}
.general-featured-image {
  margin: 64px 0;
  max-width: 100%;
  height: auto;
}
.general-content img {
  max-width: 100%;
  height: auto;
}
.general-content a {
  color: #3971ff;
}
.general-content p, .general-content li {
  line-height: 28px;
  font-size: 18px;
  color: var(--light-text-color);
  margin: 24px 0;
}
/*-----------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1921px){
.main-section, .services, .footer-content {
  max-width: 1820px;
}
.worker-info, .worker-img {
  margin: 0 auto;
}
.gallery-image img {
  max-width: 520px;
}
.navigation-wrapper {
  max-width: 50%;
  left: -50%;
}
}
@media only screen and (max-width: 1500px) {
.worker-img img {
  width: 100%;
  height: auto;
}
.service {
  padding-right: 20px;
}
.service:nth-child(2n) {
  padding: 10px 0 46px 20px;
}
.footer-content {
  padding: 48px 64px 32px;
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.footer-first, .footer-second {
  width: 100%;
}
.footer-third {
  width: 100%;
  grid-column: span 2;
}
.privacy-policy {
  padding: 0;
}
.privacy-container {
  max-width: 100%;
}
}

@media only screen and (max-width: 1300px) {
#top-section {
  padding: 0 50px;
}
.main-title {
  font-size: 40px;
}
.about-us-wrapper {
  gap: 18px;
    flex-direction: column-reverse;
    justify-content: center;
}
.about-us-img {
  margin: 0 auto;
}
.about-text-content p {
  text-align: center;
}
.about-us-dots {
  display: none;
}
.gallery-wrapper {
  gap: 20px;
}
.gallery-image {
  width: calc(25% - 15px);
}
}

@media only screen and (max-width: 1200px) {
.open-first {
  margin-top: 0;
}
.services-container {
  gap: 32px;
}
.service-div {
  width: calc(50% - 16px);
  text-align: center;
}
.service-div-images {
  flex-direction: column;
}
.custom-service-icon {
  max-width: 100%;
  height: auto;
}
}

@media only screen and (max-width: 1080px) {
main {
  min-height: 100vh;
  width: 100%;
  margin-left: 0;
  padding-top: 116px;
}
#top-section, .top-wrapper {
  min-height: unset;
}
.des {
    text-align: center;
  }
#cookieModal {
  right: unset;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  max-width: 80%;
}
#cookieSettings {
  left: 32px;
  right: unset;
}
.top-section-buttons {
  justify-content: center;
}
.open-mobile {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
}
.primary-navigation.hide-mobile {
  display: none;
}
.inner_header-active .open-first {
  margin-top: 0px;
}
.worker {
  gap: 38px;
}
#header {
  position: fixed;
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  height: 116px;
  width: 100%;
  z-index: 9;
}
.inner_header {
  height: 116px;
}
.header-logo {
  margin: 0;
  height: 116px;
  display: flex;
  align-items: center;
}
.header-logo a img {
  max-height: 100px;
}
.header-bottom {
  left: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 116px;
  bottom: unset;
}
#header .info {
  display: none;
}
.home .header-buttons {
  opacity: 1;
}
.top-wrapper {
  flex-direction: column-reverse;
}
#top-section {
  padding: 76px 50px 0;
  margin-bottom: 64px;
}
.header-buttons {
  position: absolute;
  right: 20px;
  flex-direction: initial;
  height: 116px;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.top-left, .top-right {
  width: 100%;
  height: auto;
}
.top-right {
  justify-content: center;
  display: flex;
}
.main-title {
  font-size: 56px;
  text-align: center;
}
.main-title:before {
  display: none;
}
.news {
  max-width: 100%;
  padding: 6px 22px 56px;
}
#footer {
  width: 100%;
  margin-left: 0;
}
.address, .phone {
  margin: 0 4px;
  font-size: 12px;
}
.hide-info {
  display: flex;
  margin: 16px 0;
  flex-direction: column;
  align-items: center;
}
.hide-info .social-links {
  margin-top: 4px;
}
.second-title {
  text-align: center;
}
.site-label {
  text-align: center;
}
.about-us-container .site-label {
  text-align: left;
}
.body-active {
  left: 0;
}
.top-wrapper-active {
  margin-right: unset;
}
.navigation-wrapper {
  left: -85%;
}
.main-section {
 scroll-margin: 100px;
  padding: 32px 64px;
}
#faq-section {
  padding: 32px 64px 32px;
}
#menu-navigation-1 .top-section:before {
  background-image: url(../teema-4/images/front.svg);
}
#menu-navigation-1 .news-section:before {
  background-image: url(../teema-4/images/news.svg);
}
#menu-navigation-1 .services-section:before {
  background-image: url(../teema-4/images/service.svg);
}
#menu-navigation-1 .employees:before {
  background-image: url(../teema-4/images/teamwork.svg);
}
#menu-navigation-1 .prices:before {
  background-image: url(../teema-4/images/price.svg);
}
#menu-navigation-1 .gallery:before {
  background-image: url(../teema-4/images/gallery-2.svg);
}
#menu-navigation-1 .visiting-hours:before {
  background-image: url(../teema-4/images/time.svg);
}
#menu-navigation-1 .contact:before {
  background-image: url(../teema-4/images/address.svg);
}
#menu-navigation-1 .about-us:before {
  background-image: url(../teema-4/images/about.svg);
}
#menu-navigation-1 .faq-section:before {
  background-image: url(../teema-4/images/faq.svg);
}
.contact-container {
  flex-direction: column;
}
.contact-form, .company-information {
  width: 100%;
}
.company-information {
  display: none;
}
.privacy-policy {
  width: 100%;
  padding-top: 110px;
}
.page-template-theme-privacy-policy #footer {
  margin-top: 0;
  padding-top: 0;
}
}

@media only screen and (max-width: 900px) {
.service {
  width: 100%;
}
.service {
  padding-right: 0;
}
.service:nth-child(2n) {
  padding-left: 0;
}
.features-items {
  width: 100%;
}
}

@media only screen and (max-width: 768px) {
#header .social-links {
  width: unset;
}
.header-bottom {
  display: none;
}
.worker {
  flex-direction: column-reverse;
  border-bottom: 1px solid #dadada;
  padding-bottom: 0px;
  gap: 4px;
  margin-top: 42px;
}
.worker:last-child {
  border-bottom: unset;
  padding-bottom: 0;
}
.worker-info, .worker-img {
  width: 100%;
}
.worker-img {
  padding-left: 0;
  padding-bottom: 8px;
}
.worker-info {
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.worker-des {
  margin-top: 22px;
}
.worker-phone, .worker-email {
  justify-content: center;
}
.worker-img img {
  width: 300px;
  margin: 0 auto;
  padding: 0;
  height: 300px;
  float: unset;
}
.job-title {
  text-align: center;
}
.worker-name {
  text-align: center;
  margin: 14px 0 0;
  font-size: 26px;
}
.worker .social-links {
  justify-content: center;
  margin-bottom: 22px;
  margin-top: 14px;
}
.hide-reservation.hide-show-reservation {
  display: none;
}
.worker-reserve {
  flex-direction: column-reverse;
  display: flex;
}
.contact-wrapper iframe {
  height: 250px;
}
.footer-first, .footer-second {
    grid-column: span 2;
}
.privacy-container {
  padding: 32px;
}
.privacy-container h1 {
  font-size: 42px;
}
.testimonials-slide {
  width: 100%;
}
}

@media only screen and (max-width: 590px) {
#header {
  height: 50px;
}
.inner_header {
  height: 50px;
}
.header-logo a img {
  max-height: 44px;
}
#header .social-links {
  display: none;
}
.header-logo a img {
  max-width: 90px;
}
#header .social-links a {
  margin: 0 3px;
}
#header .social-links a img {
  width: 16px;
  height: auto;
}
#top-section {
    padding: 42px 20px 0;
    margin-bottom: 32px;
}
.top-right {
  padding: 0 10px;
}
.top-right::before {
  max-width: calc(100% - 15px);
  top: -20px;
  left: 25px;
  height: calc(100% + 40px);
  border: 6px solid #dabc96;
}
main {
  padding-top: 50px;
}
.hide-info-wrapper {
  flex-direction: column;
  gap: 3px;
}
.worker-img img {
  width: 100%;
  height: auto;
}
.open-mobile {
  background-color: unset !important;
  right: 20px;
  height: 38px;
  width: 38px;
  top: 6px;
}
.header-logo {
  position: absolute;
  left: 18px;
  height: 50px;
}
.logo-name {
  text-align: left;
  font-size: 12px;
  max-width: 126px;
  display: inline-block;
  font-weight: 600;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  color: #494949;
}
.header-buttons .open-reservation {
  display: none;
}
.header-buttons {
    right: 48px;
    height: 50px;
}
.top-section-buttons {
    position: fixed;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    width: 100%;
    gap: unset;
    z-index: 8;
}
.top-section-buttons .take-contact {
  display: none;
}
.open-first, .take-contact.hide-show-contact {
  white-space: nowrap;
  margin: 0 12px;
}
.line {
  width: 24px;
}
.main-title {
  font-size: 26px;
}
.service-div {
  width: 100%;
}
.service-div img {
  margin: 0 auto;
}
.service-div h3 {
  text-align: center;
}
.about-us-container {
  padding: 32px 20px 56px;
}
.main-section {
 scroll-margin: 32px;
  padding: 32px 20px;
}
#faq-section {
  padding: 32px 20px 32px;
}
#visiting-hours, #contact {
  scroll-margin: -18px;
}
.address-div::first-line {
  font-size: 20px;
}
.inner-footer {
  flex-direction: column;
  gap: 0px;
}
#cookieSettings {
  bottom: 36px;
  left: 10px;
}
.open-mobile.active .first-line, .open-mobile.active .third-line {
  top: 18px;
}
.bottom-footer {
  flex-direction: column;
  gap: 3px;
  z-index: 10;
  position: relative;
}
.footer-content {
  padding: 48px 20px 32px;
}
.footer-first h3, .footer-second h3, .footer-third h3 {
  text-align: center;
}
.address-div p {
  text-align: center;
}
.footer-social-links {
  justify-content: center;
}
.footer-second {
  max-width: 252px;
  margin: 0 auto;
}
.page-template-theme-contact .main-section {
  padding-top: 38px;
}
.contact-container {
  margin-top: 38px;
}
.contact-container h2 {
  font-size: 22px;
}
.privacy-policy {
  padding-top: 50px;
}
.privacy-container h1 {
  font-size: 30px;
}
.website-disabled-wrapper {
  padding: 64px 26px 196px;
}
.website-disabled-wrapper h1 {
  font-size: 32px;
}
.link-to-main-page {
  left: 50%;
  transform: translate(-50%);
  right: unset;
}
.link-to-main-page img {
  max-width: 64px;
  bottom: 12px;
}
}

@media only screen and (max-width: 480px) {
.gallery-wrapper {
  gap: 20px;
}
.gallery-image {
    width: calc(50% - 10px);
  }
.service-title {
  font-size: 22px;
  letter-spacing: 0px;
}
.service-name {
  font-size: 16px;
}
.gallery-wrapper {
  margin-top: 14px;
}
#cookieSettings {
  width: 28px;
}
#cookieSettings img {
  width: 28px;
}
#decline, #accept {
  font-size: 13px;
  padding: 12px 4px;
}
.second-title {
  font-size: 22px;
  line-height: 1.4;
}
.news-title {
  font-size: 16px;
}
.days, .hours {
  font-size: 18px;
}
.contact-form {
  padding: 32px 20px;
}
}