/*============= ALIGNES ===============*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --primary: #232a20;
  --secondary: #e0960d;
  --forty: #eca116;
  --primary-hover: #f3b541;
  --head-primary: #232a20;
  --head-secondary: #fff;
  --main-text-primary: #4b4b4b;
  --main-text-secondary: #8b8b8b;
  --background: #f7f7f7;
  --background-secondary: #fff;
  --stroke: #e3e3e3;
  --wa: #60d669;
  --vk: #3880ca;
  --telegram: #2ca5e0;

  --transition: all 0.3s ease-in-out;

  --font-family: "Noto Serif", sans-serif;
  --second-family: "Cormorant", sans-serif;

  --min-20: clamp(0.625rem, 0.464rem + 0.81vw, 1.25rem);
  --min-25: clamp(0.938rem, 0.776rem + 0.81vw, 1.563rem);
  --min-30: clamp(0.938rem, 0.696rem + 1.21vw, 1.875rem);
  --min-40: clamp(1.25rem, 0.927rem + 1.61vw, 2.5rem);
  --min-50: clamp(1.563rem, 1.159rem + 2.02vw, 3.125rem);
  --min-60: clamp(1.875rem, 1.391rem + 2.42vw, 3.75rem);
  --min-80: clamp(1.25rem, 0.282rem + 4.84vw, 5rem);
}

::selection {
  background: var(--primary);
  color: var(--background-secondary);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--stroke);
}

::-webkit-scrollbar-thumb {
  background-color: var(--primary-hover);
}

.alignwide {
  width: 100%;
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 100vw !important;
    max-width: unset;
    /*margin-left: calc(-1 * (1920px - 1170px) / 2) !important;*/
    /*margin-right: calc(-1 * (1920px - 1170px) / 2) !important;*/
  }
}

/* =========== BASE CONFIG =========== */
html {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  box-sizing: inherit;
  color: var(--main-text-secondary);
}

body {
  background-color: var(--head-secondary);
  /*max-width: 1920px;*/
  overflow-x: hidden;
  margin: 0 auto;
  width: auto;
  /*-webkit-box-shadow: 0 0 20px 5px #747474;*/
  /*box-shadow: 0 0 20px 5px #747474;*/
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body.stop-scroll {
  height: 100vh;
  overflow: hidden;
}

main {
  flex-grow: 1;
}

body .map-holder {
  height: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

a {
  text-decoration: none;
  transition: var(--transition);
}

ul li {
  list-style-position: inside;
  /* font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px; */
}

ul li::marker {
  color: #1f2f47;
}

ol li {
  list-style-position: inside;
  /* font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px; */
}

input {
  transition: var(--transition);
}

p,
.p1 {
  font-weight: 400;
  /* font-size: 20px; */
  font-size: clamp(0.75rem, 0.935rem + 0.32vw, 1rem);
  line-height: 130%;
}

.p1-1 {
  font-weight: 400;
  /* font-size: 26px; */
  font-size: clamp(1.125rem, 0.996rem + 0.65vw, 1.125rem);
  line-height: 100%;
}

.p2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.p3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}

h1,
.page-title {
  font-weight: 500;
  /* font-size: 54px; */
  font-size: clamp(1.75rem, 1.331rem + 2.1vw, 2.8rem);
  line-height: 100%;
  text-transform: uppercase;
  color: var(--head-primary);
}

.page-title {
  margin-bottom: var(--min-40);
}

h2,
.h2 {
  font-weight: 500;
  /* font-size: 40px; */
  font-size: clamp(1.5rem, 1.242rem + 1.29vw, 2rem);
  line-height: 100%;
  text-transform: uppercase;
  color: var(--head-primary);
}

span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: var(--primary);
  font-family: inherit;
}

h3,
.h3 {
  font-weight: 500;
  /* font-size: 32px; */
  font-size: clamp(1.25rem, 1.056rem + 0.97vw, 1.6rem);
  line-height: 100%;
  text-transform: uppercase;
  color: var(--head-primary);
}

.h3-1 {
  font-weight: 800;
  font-size: 30px;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--head-primary);
}

h4,
.h4 {
  font-family: var(--second-family);
  font-weight: 700;
  /* font-size: 24px; */
  font-size: clamp(1.125rem, 1.028rem + 0.48vw, 1rem);
  line-height: 100%;
  text-transform: uppercase;
  color: var(--head-primary);
}

h5,
.h5 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: var(--head-primary);
}

h6,
.h6 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: var(--head-primary);
}

.num {
  font-weight: 500;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: -0.04em;
}

main.foned {
  position: relative;
  overflow: hidden;
  z-index: 999;
}

main.foned:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.breadcrumbs {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--main-text-secondary);
  padding: 20px 0;
}

.breadcrumbs span {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--main-text-secondary);
  transition: var(--transition);
}

/* .breadcrumbs span.current-item {
  color: #121212;
} */

.container {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.block {
  padding: var(--min-40) 0;
}

body .block:first-child {
  padding-top: 0;
}

.first-block {
  margin-bottom: var(--min-40);
}

.title {
  margin-bottom: var(--min-40);
  text-align: center;
}

.subtitle {
  color: var(--main-text-primary);
  margin: 0 auto;
  margin-bottom: var(--min-40);
  text-align: center;
  max-width: 770px;
  width: 100%;
}

.columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--min-30);
}

.columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--min-30);
}

.swiper__nav {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--min-20);
  margin-top: var(--min-40);
}

.swiper__buttons {
  display: flex;
  gap: 10px;
}

body .swiper-pagination {
  position: relative;
  width: fit-content !important;
  display: flex;
  align-items: center;
  gap: 10px;
}

body .swiper-pagination-bullet {
  margin: 0 !important;
  transition: var(--transition);
  opacity: 1;
  border-radius: 10px;
  width: 8px;
  height: 8px;
  background: var(--stroke);
}

body .swiper-pagination-bullet-active {
  width: 30px;
  background: var(--forty);
}

.swiper-btn,
.pagination .next,
.pagination .prev {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: var(--transition);
  border: 1px solid var(--primary-hover);
  border-radius: 10px;
  cursor: pointer;
}

.swiper-btn svg path {
  stroke: var(--primary-hover);
}

.swiper-button-disabled,
.swiper-btn.disabled {
  background: var(--background);
  pointer-events: none;
  border-color: var(--background);
}

.swiper-button-disabled svg path,
.swiper-btn.disabled svg path {
  stroke: var(--main-text-primary);
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: var(--min-40);
}

.pagination .prev {
  margin-right: var(--min-30);
}

.pagination .next {
  margin-left: var(--min-30);
}

.pagination .page-numbers {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--main-text-secondary);
  transition: var(--transition);
}

.pagination .page-numbers.current {
  color: var(--primary-hover);
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  outline: none;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  border-radius: 10px;
  padding: 13px 45px;
  background: var(--forty);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--head-secondary);
}

.btn.large {
  box-shadow: 0px 25px 51px 0 rgba(51, 27, 16, 0.15),
    inset 0px 6px 6px 0 #f3b541, inset -0px -6px 6px 0 #e0960d;
  -webkit-box-shadow: 0px 25px 51px 0 rgba(51, 27, 16, 0.15),
    inset 0px 6px 6px 0 #eca116, inset -0px -6px 6px 0 #e0960d;
  background: var(--forty);
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--head-secondary);
  border-radius: 10px;
  padding: var(--min-30) var(--min-50);
  overflow: hidden;
}
@media (max-width: 475px) {
  .btn {
    width: 100%;
    font-size: 14px;
  }
}

.load-more-btn {
  margin: 0 auto;
  margin-top: var(--min-40);
}

.load-more-btn.hidden {
  display: none;
}

.btn.invert {
  padding: var(--min-30) var(--min-50);
  background: transparent;
  border: 1px solid var(--forty);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--forty);
}

/* #main,
#primary {
  min-height: 83vh;
} */

.icon__holder img,
.icon__holder svg {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.image__holder img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.image__holder {
  position: relative;
}

.image__holder .overflow {
  background: linear-gradient(121deg, #eca116 0%, #f3b541 47.42%, #e0960d 100%);
  opacity: 0.8;
  position: absolute;
  border-radius: 20px;
  transition: var(--transition);
  inset: 0;
  height: 100%;
  width: 100%;
  height: 0%;
}

.image__holder .loop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--background-secondary);
  transition: var(--transition);
  opacity: 0;
}

.loop svg path {
  stroke: var(--forty);
}

svg,
svg path,
svg g path {
  transition: var(--transition);
}

.page-privacy h2 {
  margin: 20px 0;
  margin-top: 30px;
  font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
}

.page-privacy strong {
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
}

.page-privacy p,
.page-privacy table {
  margin-bottom: 20px;
}

body .swiper {
  width: 100%;
  overflow: hidden;
}

.soc__item {
  border: 1px solid var(--head-secondary);
  background: var(--head-secondary);
  border-radius: 15px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  flex-shrink: 0;
}

/* .soc__item.transparent {
  background: rgba(255, 255, 255, 0.05);
  /*   backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px); 
} */

.soc__item svg {
  height: 30px;
  width: 30px;
  object-fit: contain;
}

.soc__holder {
  display: flex;
  gap: 5px;
}

.phone,
.email {
  white-space: nowrap;
}

/*============ HEADER =================*/
#header {
  position: sticky;
  top: 0;
  z-index: 999;
  backdrop-filter: blur(20px);
  -webit-backdrop-filter: blur(20px);
  background: rgb(0, 0, 0);
  transition: var(--transition);
}

.home #header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

#header.painted {
  /* background: var(--background-secondary); */
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}

#header .header__wrap {
  display: flex;
  justify-content: space-between;
  gap: var(--min-30);
  padding: 15px 0;
}

#header .logo__holder {
  display: flex;
  max-width: 200px;
  width: 100%;
}

#header .header__menus {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1170px;
  width: 100%;
}

#header .header__upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--min-30);
  border-bottom: 1px dashed var(--stroke);
  padding-bottom: 10px;
}

#header .address__holder {
  max-width: 204px;
  width: 100%;
}

#header .address__holder strong {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

#header .address__holder p {
  font-weight: 400;
  font-size: clamp(1rem, 0.935rem + 0.32vw, 1.25rem);
  line-height: 130%;
  color: var(--head-secondary);
  transition: var(--transition);
}

#header.painted .address__holder p {
  color: var(--main-text-primary);
}

#header .header__contacts {
  display: flex;
  flex-direction: column;
}

#header .phone {
  color: var(--head-secondary);
}

#header .schedule__holder {
  color: var(--head-secondary);
  transition: var(--transition);
}

#searchform {
  max-width: 440px;
  width: 100%;
  position: relative;
}

#searchform input {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 13px clamp(0.938rem, 0.776rem + 0.81vw, 1.563rem);
  background: rgba(255, 255, 255, 0.15);
  height: 52px;
  width: 100%;
  font-weight: 400;
  font-size: clamp(1rem, 0.935rem + 0.32vw, 1.25rem);
  line-height: 130%;
  color: var(--head-secondary);
}

#header.painted #searchform input {
  background: var(--background);
  color: var(--head-primary);
  border: 1px solid var(--background);
}

#header.painted #searchform input::placeholder {
  color: var(--head-primary);
}

#header.painted #searchform svg path {
  stroke: var(--head-primary);
}

#header.painted #searchform input:hover,
#header.painted #searchform input:focus {
  border-color: var(--primary-hover);
}

#header.painted #searchform input:hover::placeholder,
#header.painted #searchform input:focus::placeholder {
  color: var(--primary-hover);
}

#searchform input::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(1rem, 0.935rem + 0.32vw, 1.25rem);
  line-height: 130%;
  color: var(--head-secondary);
  transition: var(--transition);
}

#searchform input:focus {
  outline: none;
}

#searchform #searchsubmit {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  height: 35px;
  width: 35px;
  background: transparent;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: var(--transition);
  flex-shrink: 0;
  cursor: pointer;
}

#searchform #searchsubmit svg {
  height: 24px;
  width: 24px;
  object-fit: contain;
}

#searchform:hover input {
  background: var(--head-secondary);
  border-color: var(--primary-hover);
  color: var(--primary-hover);
}

#searchform:hover input::placeholder {
  color: var(--primary-hover);
}

#searchform:hover #searchsubmit svg path {
  stroke: var(--primary-hover);
}

#header .header__reviews {
  max-width: 150px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#header .review__item {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  transition: var(--transition);
}

#header #mobile-mnu .review__item {
  background: var(--background-secondary);
}

#header .review__rate {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: var(--primary-hover);
  display: flex;
  align-items: center;
  transition: var(--transition);
}

#header .review__rate svg {
  height: 16px;
  width: 16px;
  object-fit: contain;
  flex-shrink: 0;
}

#header .review__rate svg path {
  fill: var(--primary-hover);
}

#header .review__logo {
  height: 24px;
  width: auto;
  flex-shrink: 0;
}

#header .review__logo.logo-light {
  display: none;
}

.home #header .review__logo.logo-light {
  display: flex;
}

.home #header .review__logo.logo-dark {
  display: none;
}

.home #header.painted .review__logo.logo-light {
  display: none;
}

.home #header.painted .review__logo.logo-dark {
  display: flex;
}

#header .header__menu {
  display: flex;
  justify-content: space-between;
  gap: var(--min-30);
  list-style: none;
}

#header .header__menu a {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--head-secondary);
}

#header.painted a {
  color: var(--background);
  white-space: nowrap;
}

#header.painted .review__item {
  background: var(--background);
}

#header.painted .schedule__holder {
  color: var(--background);
}

#header .header__menu .nav-menu-element {
  position: relative;
  border-radius: 10px;
  padding: 8px 15px;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
}

#header .header__menu a::after {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}

.sub-menu {
  display: none;
}

#header .header__menu .nav-menu-element.has-childs {
  padding-right: 37px;
}

#header .header__menu .nav-menu-element.has-childs::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 13px;
  height: 12px;
  width: 13px;
  mask: url(../images/menu.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--background-secondary);
  transition: var(--transition);
}

#header.painted .header__menu .nav-menu-element.has-childs::before {
  background: var(--main-text-primary);
}

#header .header__menu .nav-menu-element.has-childs .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: absolute;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  background: var(--head-secondary);
  padding: var(--min-30);
  left: 0;
  top: calc(100% + 15px);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  width: max-content;
  /* width: 300px; */
}

#header .header__menu .nav-menu-element.has-childs .sub-menu .nav-menu-element {
  position: relative;
  padding: 0;
  width: 100px;
  justify-content: start;
  border-radius: 0;
  width: 100%;
  border-bottom: 1px dashed var(--stroke);
  padding-bottom: 10px;
  white-space: nowrap;
  padding-right: 26px;
}

#header
  .header__menu
  .nav-menu-element.has-childs
  .sub-menu
  .nav-menu-element
  a {
  font-size: clamp(1rem, 0.935rem + 0.32vw, 1.25rem);
  line-height: 130%;
  color: var(--main-text-secondary);
  font-weight: 400;
  text-transform: none;
}

#header
  .header__menu
  .nav-menu-element.has-childs
  .sub-menu
  .nav-menu-element.has-childs {
  padding-bottom: 10px;
}

#header
  .header__menu
  .nav-menu-element.has-childs
  .sub-menu
  .nav-menu-element::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 17px;
  background-image: url(../images/sub-menu.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 3px;
  left: 0;
  mask: none !important;
  background-color: transparent;
  transition: var(--transition);
}

#header .sub-menu .sub-menu {
  border-radius: 10px !important;
  left: calc(100% + 30px) !important;
  top: 0 !important;
}

/*================ MOBILE MNU =============*/
#header .burger.open_menu {
  display: none;
  flex-direction: column;
  background-color: transparent;
  height: 40px;
  width: 40px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
}

#header .burger.open_menu span {
  background-color: var(--primary);
  width: 30px;
  height: 4px;
  transition: var(--transition);
}

#header .burger.open_menu.clicked {
  background-color: var(--primary);
}

#header .burger.open_menu.clicked span {
  background-color: var(--background-secondary);
}

#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  gap: 20px;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 600px;
  width: 100%;
  background-color: #f1f2f3;
  backdrop-filter: blur(40px);
  -webit-backdrop-filter: blur(40px);
  background: rgba(0, 0, 0, 0.8);
  padding: 30px;
  transition: var(--transition);
  transform: translateX(-600px);
  z-index: 9999;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
}

#header .logo {
  max-width: 60px;
}

#header #mobile-mnu #close-mnu {
  font-size: 45px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  transform: rotate(45deg);
  display: block;
  color: var(--primary-hover);
}

#header #mobile-mnu a {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--head-secondary);
}

#header #mobile-mnu .menuTop {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#header #mobile-mnu .adresses__holder {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 30px;
  width: 100%;
}

#header #mobile-mnu .email__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

#header #mobile-mnu .phone,
#header #mobile-mnu .email {
  text-transform: none;
}

#header #mobile-mnu .email__holder .email__item svg {
  margin-right: 10px;
}

#header #mobile-mnu .emails__holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#header #mobile-mnu .phones__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

#header #mobile-mnu .phones__holder .phone__item svg {
  margin-right: 10px;
}

#header .schedule {
  color: var(--head-secondary);
}

#header #mobile-mnu.opened {
  transform: translateX(0);
}

/*============ FOOTER ===============*/
#footer {
  border-radius: 20px 20px 0 0;
  background: black;
  position: relative;
  margin-top: var(--min-40);
}

#footer::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  /* background-image: url(../images/footer_2.png); */
  max-width: 328px;
  width: 100%;
  max-height: 260px;
  height: 100%;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

#footer::after {
  content: "";
  position: absolute;
  right: 5%;
  top: -85px;
  /* background-image: url(../images/footer_1.png); */
  max-width: 527px;
  width: 100%;
  max-height: 90px;
  height: 100%;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

#footer .container {
  position: relative;
  z-index: 10;
}

#footer .grampus__link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: var(--main-text-secondary);
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

#footer .grampus__link span {
  font-family: var(--third-family);
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: inherit;
}

#footer .footer__lower {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--min-30);
  border-top: 1px solid var(--stroke);
  padding-top: 15px;
  padding-bottom: var(--min-30);
}

#footer .footer__upper {
  padding-bottom: 15px;
  padding-top: clamp(1.875rem, 1.633rem + 1.21vw, 2.813rem);
  display: flex;
  justify-content: space-between;
  gap: var(--min-30);
}

#footer .privacy {
  color: var(--main-text-secondary);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-decoration: underline;
}

#footer .logo__holder {
  display: flex;
  max-width: 128px;
  width: 100%;
  height: fit-content;
}

#footer .footer__left {
  display: flex;
  flex-direction: column;
  gap: var(--min-20);
}

#footer .address__holder {
  max-width: 180px;
  width: 100%;
}

#footer .address__holder p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--head-primary);
}

#footer .address__holder strong {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: var(--head-primary);
}

#footer .footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: var(--min-20);
}

#footer .soc__holder {
  margin-bottom: 10px;
}

#footer .footer__phone {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}

#footer .schedule__holder {
  color: var(--background);
}

#footer a {
  color: var(--background);
}

#footer .footer__menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  list-style: none;
  height: fit-content;
}

.contact__icon svg g path {
  fill: var(--forty);
}
.contact__icon svg path {
  fill: var(--forty);
}

#footer .footer__menu a {
  font-weight: 500;
  /* 18 - 12 */
  font-size: clamp(0.75rem, 0.675rem + 0.38vw, 1.125rem);
  line-height: 130%;
  text-transform: uppercase;
}

.glogo {
  width: 111px;
  height: 17px;
  mask-image: url(../images/gmask.png);
  mask-origin: border-box;
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: var(--main-text-secondary);
  position: relative;
  cursor: pointer;
}

.glogo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: red;
  transform: translateX(100%);
  transition: transform 0.7s ease-in;
  background: linear-gradient(
      90deg,
      #fe6604 10%,
      #ee0a76 30%,
      #ee0a76 60%,
      #fe6604 101%
    )
    repeat-x 0 0;
  background-size: 100px;
  animation-duration: 5s;
  animation-name: slideUp;
  animation-iteration-count: infinite;
  animation-delay: 3s;
}

@keyframes slideUp {
  0% {
    transform: translateX(-100%);
  }

  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

/* ============= SPECIALIST CARD =========== */
.specialist-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--min-30);
  border: 1px solid var(--stroke);
  border-radius: 15px;
  padding: var(--min-20);
  height: 100%;
}

.specialist-card .specialist__img {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  height: 243px;
}

.specialist-card .specialist__name {
  text-transform: none;
}

.specialist-card .specialist__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* ============= CERTIFICATE CARD =========== */
.certificate-card {
  border-radius: 20px;
  background: var(--background);
  padding: var(--min-30) var(--min-40);
  cursor: pointer;
}

.certificate-card .cert__img {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  max-height: 391px;
}

.certificate-card img {
  transition: var(--transition);
}

/* ============= SALE CARD =========== */
.sale-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: var(--min-20);
  border: 1px solid var(--forty);
  gap: var(--min-20);
  border-radius: 15px;
  height: 100%;
  box-sizing: border-box;
}

.sale-card .sale__title strong {
  font-family: inherit;
  font-weight: inherit;
  line-height: 130%;
  font-size: clamp(1.25rem, 1.056rem + 0.97vw, 2rem);
  color: inherit;
  position: relative;
  top: -3px;
}

.sale-card .sale__img {
  border-radius: var(--min-20);
  background: #d9d9d9;
  overflow: hidden;
  display: flex;
  /* flex-shrink: 0; */
  max-height: 329px;
  height: 100%;
  margin-top: auto;
}

.sale__holder.hidden {
  display: none;
}

/* ============= SERVICE =========== */
.service-banner-block {
  position: relative;
}

.service-banner-block .see-more-desc {
  margin-top: 5px;
}

/* .service-banner-block::before {
  content: '';
  position: absolute;
  left: 0;
  top: 30px;
  max-width: 258px;
  max-height: 284px;
  width: 100%;
  height: 100%;
  background-image: url(../images/service_2.png);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
} */

/* .service-banner-block::after {
  content: '';
  position: absolute;
  right: 0;
  top: 22px;
  max-width: 373px;
  max-height: 512px;
  width: 100%;
  height: 100%;
  background-image: url(../images/service_1.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
} */

.single-service .service-banner-block {
  padding-top: 0;
}

.service-banner-block .service__wrap {
  display: flex;
  justify-content: space-between;
  gap: var(--min-30);
  position: relative;
  z-index: 10;
}

.service-banner-block .service__info {
  background: var(--background);
  border-radius: var(--min-20);
  padding: var(--min-50);
  max-width: 1010px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-banner-block .service__img {
  max-width: 490px;
  width: 100%;
  min-height: 400px;
  display: flex;
  border-radius: var(--min-20);
  overflow: hidden;
}
.service-banner-block .service__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
}
.service-banner-block .service__title {
  /* margin-bottom: var(--min-20); */
}

.service-banner-block .service__descr {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-right: var(--min-40);
}

.service-banner-block .service__text.hidden .service__descr {
  max-height: 160px;
  height: 100%;
  overflow: hidden;
}

.service-banner-block .service__lower {
  margin-top: auto;
  /* margin-top: var(--min-40); */
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-right: 13px;
  gap: var(--min-30);
  flex-wrap: wrap;
}

.service-banner-block .service__descr::-webkit-scrollbar {
  width: 2px;
}

.service-banner-block .service__descr p,
.service-banner-block .service__descr ul li,
.service-banner-block .service__descr ol li {
  color: var(--head-primary);
}

.service-banner-block .price__item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.service-banner-block .price__name {
  margin-bottom: 10px;
  color: var(--main-text-primary);
}

.service-banner-block .price {
  color: var(--head-primary);
}

.service-banner-block .old-price {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-decoration: line-through;
  color: var(--main-text-secondary);
}

.service-cat-card {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: var(--min-30);
  height: fit-content;
  padding: var(--min-20);
  border: 1px solid var(--primary-hover);
  border-radius: var(--min-20);
  height: 100%;
  width: 100%;
}

.service-cat-card .cat__name {
  text-align: center;
  height: 100%;
}

.service-cat-card .image__holder {
  flex-shrink: 0;
}
.service-cat-card img {
  transition: var(--transition);
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}

.service-cat-card .service-link {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}

.service-cat-card .cat__img {
  border-radius: var(--min-20);
  overflow: hidden;
  display: flex;
  min-height: 340px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* flex-shrink: 0;
  aspect-ratio: 1/1; */
}

.service-cat-card .cat__img::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
  transition: var(--transition);
}

.service-cat-card .subcats__holder {
  /* position: absolute; */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  justify-content: center;
  z-index: 100;
  /* inset: 0; */
  height: 100%;
  width: 100%;
  transition: var(--transition);
  padding: 15px;
}

.service-cat-card .subcats__holder.centered {
  display: flex;
  align-items: start;
}
.service-cat-card .subcat-link {
  display: flex;
  align-items: start;
  gap: 10px;
  color: var(--head-primary);
  /* font-size: 16px; */
  font-size: clamp(0.625rem, 0.55rem + 0.38vw, 1rem);
}

.service-cat-card .subcat-link svg {
  flex-shrink: 0;
}

.subcats__holder {
  display: flex;
  flex-direction: column;
  gap: clamp(1.875rem, 1.391rem + 2.42vw, 3.75rem);
}

.subcat {
  display: flex;
  flex-direction: column;
  gap: var(--min-30);
}

.category-page .price__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 12px var(--min-30) 8px var(--min-30);
  border-bottom: 1px solid var(--stroke);
  transition: var(--transition);
  position: relative;
}

.price__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 490px;
  width: 100%;
  margin-right: auto;
}

.category-page .price__item .price__name {
  color: var(--head-primary);
  transition: var(--transition);
}

.category-page .price__item .price__descr {
  color: var(--head-primary);
  transition: var(--transition);
}

.prices__heading {
  background: var(--background);
  border-radius: 15px;
  padding: 15px var(--min-30);
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.prices__heading .heading__title {
  color: var(--head-primary);
}

.category-page .price__holder {
  /*   display: flex; */
  /*   flex-direction: column; */
  /*   gap: 10px; */
  max-width: 260px;
  width: 100%;
  font-weight: 600;
  color: var(--head-primary);
}

.category-page .price__item .price__holder {
  max-width: 230px;
}

.category-page .price__item .price {
  color: var(--primary);
  display: inline;
}

.category-page .price__item .old-price {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-decoration: line-through;
  color: var(--head-primary);
  display: inline;
}

.category-page .price__item .mobile-descr {
  display: none;
}

.swiper-btn.hidden {
  opacity: 0;
  cursor: none;
  height: 5px;
}
@media (max-width: 768px ) {
  .service-cat-card .subcats__holder {
    display: none !important;
  }
  .service-cat-card .cat__img::before {
    content: none !important;
  }
  .service-cat-card .service-link {
    z-index: 11;
  }
}


/* ============= REVIEW CARD =========== */
.review-card {
  border-radius: var(--min-20);
  overflow: hidden;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  max-height: 410px;
}

.review-card.image__holder {
  cursor: pointer;
  display: flex;
}

.review-card .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 40px;
  width: 50px;
  height: 50px;
  background: var(--head-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.review-card .play svg path {
  fill: var(--forty);
}

.review-card.text-review {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-height: none !important;
  padding: var(--min-20);
  gap: 10px;
  border: 1px solid var(--stroke);
  background: var(--background-secondary);
}

.review-card .review__heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.review-card .review__author {
  color: var(--head-primary);
}

.review-card .review__date {
  color: var(--main-text-primary);
}

.review-card.text-review.opened {
  height: auto;
}

.review-card .text {
  color: var(--head-primary);
}

.review-card .text__holder * {
  line-height: 130% !important;
  margin-bottom: 0;
  transition: all 0.3s ease-in;
}
.review-card .text__holder .text.hidden {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  transition: all 0.3s ease-in;
}

.see-more-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--main-text-secondary);
  transition: var(--transition);
  border-bottom: 1px dashed var(--main-text-primary);
  padding-top: 10px;
  cursor: pointer;
  width: fit-content;
  display: flex;
}

.review-card .review__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.review-card .review__text .read-more-btn {
  display: flex;
  width: fit-content;
  cursor: pointer;
}
.review-card .review__text .read-more-btn:hover {
  color: var(--forty);
}

#review-overflow .text {
  display: flex;
  overflow: visible;
  color: var(--head-primary);
}
#review-overflow .read-more-btn {
  display: none;
}
#review-overflow .f-button.is-close-btn {
  display: flex !important;
  top: 10px !important;
  right: 10px !important;
  --f-button-outline: none !important;
}

.has-rutube .fancybox__content {
  padding: 10px;
  border-radius: 10px;
}

.has-rutube .fancybox__content iframe {
  width: 75vw;
  border-radius: 10px;
}

/* ============== RESULT CARD ============= */
.result-card {
  display: flex;
  flex-direction: column;
  gap: var(--min-20);
  background: var(--background);
  border-radius: var(--min-20);
  padding: var(--min-20);
  height: 100%;
  box-sizing: border-box;
}

.result-card .result__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}

.result-card .result__btn {
  margin-top: auto;
}

.result-card .result__descr {
  margin-bottom: var(--min-20);
}

.result-card .photos__wrap {
  display: flex;
  gap: 10px;
}

.result-card .result__img {
  display: flex;
  position: relative;
  width: 100%;
  height: 20vw;
  max-height: 300px;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
}

.result-card .result__img img {
  min-height: 170px;
}

.result-card .tag {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 5px;
  padding: 10px 15px;
  background: var(--head-secondary);
  color: var(--main-text-primary);
}

.results__swiper .swiper-slide {
  height: auto;
}

@media (max-width: 1100px) {
  .result-card .result__img {
    height: 30vw;
    max-height: 320px;
  }
}
@media (max-width: 600px) {
  .result-card .result__img {
    height: 60vw;
    max-height: 360px;
  }
}

.archive-results .result-tab {
  background: var(--background);
  border: 1px solid var(--stroke);
  border-radius: 10px;
  padding: 10px 20px;
  color: var(--head-primary);
  text-align: center;
}

.archive-results .result-tab.active {
  background: var(--primary-hover);
  border-color: var(--primary-hover);
  color: var(--background-secondary);
}

.archive-results .cats__holder {
  margin-bottom: var(--min-40);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.archive-results .results-block {
  display: flex;
  flex-direction: column;
  gap: var(--min-60);
}

.archive-results .swiper-results {
  display: none;
}

.archive-results .swiper-results.active {
  display: block;
}

.archive-results .all-holder.hidden {
  display: none;
}

.sales-block .swiper-slide {
  height: auto;
}

.results-block .results__btn {
  margin-top: var(--min-40);
}

/* ============== MODAL ============= */
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .ajax-loader {
  display: none;
}

.wpcf7 .wpcf7-spinner {
  display: none;
}

body .fancybox__backdrop {
  background: rgba(35, 42, 32, 0.8) !important;
}

body .theme-modal {
  height: fit-content;
  max-width: 515px;
  max-height: 90vh;
  width: 100%;
  background: var(--background);
  /* position: fixed; */
  transition: var(--transition);
  z-index: 9999;
  display: none;
  border-radius: var(--min-20);
  padding: var(--min-40);
  position: relative;
  overflow: hidden;
}

body .theme-modal .modal-bg {
  position: absolute;
  max-width: 298px;
  max-height: 260px;
  width: 100%;
  height: 100%;
  /* background-image: url(../images/modal.png); */
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -10px;
  left: -10px;
  z-index: 0;
}

body .theme-modal > * {
  position: relative;
  z-index: 10;
}

body .theme-modal .btn {
  width: 100%;
}

#modal-success .modal-bg,
#modal-error .modal-bg {
  max-width: 150px;
  max-height: 131px;
}

body .theme-modal .f-button {
  display: none !important;
}

.theme-modal.modal-open {
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.theme-modal .close-modal {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.theme-modal .title {
  margin-bottom: 15px;
  text-align: left;
  margin-right: 20px;
}

.theme-modal .subtitle {
  color: var(--main-text-secondary);
  margin-bottom: var(--min-25);
  text-align: left;
}

input {
  transition: var(--transition);
  outline: none;
  border: 1px solid var(--stroke);
  border-radius: 15px;
  padding: 16px 20px;
  background: var(--head-secondary);
  color: var(--primary);
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  height: 50px;
}

textarea {
  transition: var(--transition);
  border: 1px solid var(--stroke);
  border-radius: 15px;
  padding: 16px 20px;
  background: var(--head-secondary);
  color: var(--primary);
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  min-height: 120px;
  resize: vertical;
  max-height: 500px;
}

input::placeholder,
textarea::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--main-text-primary);
  transition: var(--transition);
}

input:hover,
input:focus {
  border-color: var(--primary);
}

textarea:hover,
textarea:focus {
  border-color: var(--primary);
  outline: none;
}

input:hover::placeholder,
input:focus::placeholder {
  color: var(--primary);
}

textarea:hover::placeholder,
textarea:focus::placeholder {
  color: var(--primary);
}

input.error,
textarea.error {
  border: 1px solid var(--forty);
  color: var(--forty);
}

input.error::placeholder,
textarea.error::placeholder {
  color: var(--forty);
}

.form__privacy a {
  text-decoration: underline;
  color: inherit;
}

.form {
  display: flex;
  flex-direction: column;
  gap: var(--min-25);
}

.form .form__row {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form .btn {
  width: 100%;
}

input.file-input {
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: none !important;
  position: absolute;
}

.input__holder {
  text-align: left;
  position: relative;
}

.input__holder label {
  color: var(--head-primary);
}

.delete-file {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  color: var(--card);
  transform: rotate(45deg);
  transition: var(--transition);
  display: block;
}

.delete-file.hidden {
  display: none;
}

.custom-file-upload {
  color: var(--primary);
  cursor: pointer;
  transition: var(--transition);
}

.search__holder {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* ============= ERROR PAGE =========== */
.error-page .error__wrap {
  display: flex;
  justify-content: space-between;
  gap: var(--min-30);
}

.error-page .error__title {
  margin-bottom: var(--min-40);
}

.error-page .error__subtitle {
  margin-bottom: var(--min-60);
}

.error-page .error-num {
  max-width: 700px;
  width: 100%;
}

/* ============= MEDIA QUERIES =========== */
@media (any-hover: hover) {
  .grampus__link:hover .glogo:before {
    /*transform: translateY(-100%);*/
    animation-name: unset;
    transform: translateX(0);
  }

  a:hover {
    color: var(--primary-hover);
  }

  .btn:hover {
    background: var(--primary-hover);
    color: var(--background-secondary);
  }

  .btn.large:hover {
    box-shadow: inset -0px -6px 6px 0 rgba(255, 145, 89, 0.5),
      inset 0px 6px 6px 0 rgba(226, 118, 72, 0.5);
    -webkit-box-shadow: inset -0px -6px 6px 0 rgba(255, 145, 89, 0.5),
      inset 0px 6px 6px 0 rgba(226, 118, 72, 0.5);
    background: var(--primary-hover);
  }

  .soc__item:hover,
  .mainbanner-block .soc__item:hover {
    background: var(--primary-hover);
    border-color: var(--primary-hover);
  }

  .soc__item:hover svg path,
  .mainbanner-block .soc__item:hover svg path {
    fill: var(--background-secondary);
  }

  .soc__item:hover svg path:nth-child(2) {
    fill: var(--primary-hover);
  }

  #header .phone:hover {
    color: var(--primary);
  }

  #searchform #searchsubmit:hover {
    background: var(--primary-hover);
  }

  #searchform #searchsubmit:hover svg path {
    stroke: var(--background-secondary);
  }

  #header .header__menu .nav-menu-element:hover {
    background: var(--primary);
  }

  #header .header__menu .nav-menu-element.has-childs:hover::before {
    transform: rotate(180deg);
  }

  #header.painted .header__menu .nav-menu-element:hover a {
    color: var(--background-secondary);
  }

  #header.painted .header__menu .nav-menu-element:hover::before {
    background: var(--background-secondary);
  }

  #header .header__menu .nav-menu-element.has-childs:hover .sub-menu {
    visibility: visible;
    display: flex;
    opacity: 1;
  }

  #header .header__menu .nav-menu-element.has-childs:hover .sub-menu .sub-menu {
    visibility: hidden;

    opacity: 0;
  }

  #header
    .header__menu
    .nav-menu-element.has-childs:hover
    .sub-menu
    .nav-menu-element.has-childs:hover
    .sub-menu
    .sub-menu {
    visibility: hidden;

    opacity: 0;
  }

  #header
    .header__menu
    .nav-menu-element.has-childs:hover
    .sub-menu
    .nav-menu-element.has-childs:hover
    .sub-menu {
    visibility: visible;
    display: flex;
    opacity: 1;
  }

  #header
    .header__menu
    .nav-menu-element.has-childs:hover
    .sub-menu
    .nav-menu-element.has-childs:hover
    .sub-menu
    .nav-menu-element.has-childs:hover
    .sub-menu {
    visibility: visible;
    display: flex;
    opacity: 1;
  }

  .delete-file:hover {
    color: var(--primary-hover);
    cursor: pointer;
  }

  #header
    .header__menu
    .nav-menu-element.has-childs
    .sub-menu
    .nav-menu-element:hover {
    background: transparent;
  }

  #header
    .header__menu
    .nav-menu-element.has-childs
    .sub-menu
    .nav-menu-element:hover
    .sub-menu
    .nav-menu-element:hover
    a {
    color: var(--primary-hover);
  }

  #header
    .header__menu
    .nav-menu-element.has-childs
    .sub-menu
    .nav-menu-element:hover
    .sub-menu
    .nav-menu-element:hover
    .sub-menu
    a {
    color: var(--main-text-secondary) !important;
  }

  #header
    .header__menu
    .nav-menu-element.has-childs
    .sub-menu
    .nav-menu-element:hover
    .sub-menu
    .nav-menu-element:hover
    .sub-menu
    a:hover {
    color: var(--primary-hover) !important;
  }

  #header
    .header__menu
    .nav-menu-element.has-childs
    .sub-menu
    .nav-menu-element:hover
    a {
    color: var(--primary-hover);
  }

  #header
    .header__menu
    .nav-menu-element.has-childs
    .sub-menu
    .nav-menu-element:hover
    .sub-menu
    a {
    color: var(--main-text-secondary);
  }

  .custom-file-upload:hover {
    color: var(--primary-hover);
  }

  #header
    .header__menu
    .nav-menu-element.has-childs
    .sub-menu
    .nav-menu-element:hover
    a:hover {
    color: var(--primary-hover);
  }

  #header
    .header__menu
    .nav-menu-element.has-childs
    .sub-menu
    .nav-menu-element:hover {
    padding-left: 26px;
    padding-right: 0;
  }

  #header
    .header__menu
    .nav-menu-element.has-childs
    .sub-menu
    .nav-menu-element:hover::before {
    width: 17px;
    transform: none;
  }

  #header a.review__item:hover {
    background: var(--primary-hover);
  }

  #header a.review__item:hover .review__rate {
    color: var(--background-secondary);
  }

  #header a.review__item:hover .review__rate svg path {
    fill: var(--background-secondary);
  }

  #header.painted .soc__item:hover,
  #header.painted a.review__item:hover {
    border-color: var(--primary-hover);
  }

  #header .sub-menu .nav-menu-element.has-childs:hover .sub-menu {
    position: absolute;
    visibility: visible;
    display: flex;
    opacity: 1;
  }

  .swiper-btn:hover,
  .pagination .next:hover,
  .pagination .prev:hover {
    background: var(--primary-hover);
  }

  .swiper-btn:hover svg path {
    stroke: var(--background-secondary);
  }

  .image__holder:hover .overflow {
    height: 100%;
  }

  .image__holder:hover .loop {
    opacity: 1;
  }

  .pagination .page-numbers:hover {
    color: var(--primary-hover);
  }

  .pagination .page-numbers:hover svg path {
    stroke: var(--background-secondary);
  }

  #footer a:hover {
    color: var(--primary-hover);
  }

  #footer .privacy:hover {
    color: var(--primary-hover);
  }

  .review-card:hover .play {
    background: var(--primary-hover);
  }

  .review-card:hover .play svg path {
    fill: var(--background-secondary);
  }

  .see-more-desc:hover {
    color: var(--primary-hover);
    border-bottom: 1px solid var(--primary-hover);
  }

  .breadcrumbs a span:hover {
    color: var(--forty);
  }

  .service-cat-card .subcats__holder {
    opacity: 0;
  }

  .service-cat-card .cat__img::before {
    opacity: 0;
    background: rgba(255, 255, 255, 0.8);
  }

  .service-cat-card:hover .subcats__holder {
    opacity: 1;
  }

  .service-cat-card:hover img {
    transform: scale(1.05);
  }

  .service-cat-card:hover .cat__img::before {
    opacity: 1;
  }

  .service-cat-card .subcat-link:hover {
    color: var(--forty);
  }

  .service-cat-card .subcat-link:hover svg path {
    fill: var(--forty);
  }

  .category-page .price__item:hover {
    border-color: var(--forty);
  }

  .category-page .price__item:hover .price__name {
    color: var(--forty);
  }

  .category-page .price__item:hover .price__descr {
    color: var(--forty);
  }

  .category-page .price__item:hover .swiper-btn {
    background: var(--forty);
  }

  .category-page .price__item:hover .swiper-btn svg path {
    stroke: var(--background-secondary);
  }

  .theme-modal .close-modal:hover svg path {
    fill: var(--forty);
  }

  .archive-results .result-tab:hover {
    background: var(--primary-hover);
    border-color: var(--primary-hover);
    color: var(--background-secondary);
  }
}

@media (max-width: 1300px) {
  .category-page .price__item {
    gap: 10px;
  }

  .category-page .price__item .price__holder,
  .category-page .price__holder {
    max-width: 200px;
  }

  .columns-4.cats__holder {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1200px) {
  #header .header__reviews {
    display: none;
  }

  #header .sub-menu {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-banner-block .service__wrap {
    flex-direction: column;
  }

  .service-banner-block .service__img {
    max-width: 100%;
    height: 85vw;
    max-height: 400px;
    min-height: auto;
    align-items: center;
    justify-content: center;
  }

  .service-banner-block .service__lower {
    padding-right: 0;
  }
}

@media (max-width: 1000px) {
  #header .schedule__holder {
    display: none;
  }

  #header .address__holder {
    display: none;
  }

  #footer::before {
    opacity: 0.4;
  }

  .error-page .error__wrap {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 960px) {
  #header .header__menu {
    display: none;
  }

  #header .header__wrap {
    align-items: center;
  }

  #header .header__upper {
    border-bottom: none;
    padding: 0;
  }

  #header .burger.open_menu {
    display: flex;
  }

  #footer .footer__upper {
    display: grid;
    grid-template-columns: repeat(2, auto);
  }

  #footer .footer__menu {
    grid-row: 2;
    grid-column: 2 span;
  }

  .columns-4.cats__holder {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (max-width: 900px) {
  .columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .prices__heading {
    display: none;
  }

  .category-page .price__item .mobile-descr {
    display: flex;
  }

  /* .category-page .price__item {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 20px;
    padding-left: 0;
    padding-right: 0;
  } */

  .price__info {
    grid-column: 3 span;
  }

  /* .category-page .price__item .swiper-btn {
    position: absolute;
    right: 0;
    top: 12px;
  } */

  .price__info {
    padding-right: 70px;
  }
}

@media (max-width: 800px) {
  #header #searchform {
    display: none;
  }

  #header #mobile-mnu #searchform {
    display: flex;
  }

  #header #mobile-mnu .header__reviews {
    display: flex;
    max-width: 100%;
  }

  #header .header__menus {
    width: fit-content;
  }

  .columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .service-cat-card .cat__img {
    height: 50vw;
    min-height: auto;
  }
}
@media (max-width: 700px) {
  #footer .footer__lower {
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .service-cat-card .cat__name {
    font-size: clamp(0.875rem, 0.742rem + 0.67vw, 1rem);
  }
}
@media (max-width: 420px) {
  .columns-4.cats__holder {
    display: flex;
    flex-direction: column;
  }

  .service-cat-card .cat__img {
    max-height: 250px;
    height: 75vw;
  }
}
.headerlogocont .phone {
  display: none;
}
@media (max-width: 550px) {
  #header .header__soc {
    display: none;
  }

  #header .headerlogocont .phone {
    text-align: end;
    padding-right: 12px;
  }
  #header .header__contacts .phone {
    display: none;
  }

  .headerlogocont .phone {
    display: block;
    text-align: center;
  }

  .headerlogocont {
    margin: 0 auto;
  }

  .specialist-card .specialist__img {
    height: 200px;
  }

  #footer .footer__upper {
    grid-template-columns: 1fr;
    gap: var(--min-50);
  }

  #footer .footer__menu {
    grid-column: unset;
  }

  #footer .footer__contacts {
    align-items: start;
  }

  #footer .footer__phone {
    align-items: start;
  }

  .columns-3 {
    grid-template-columns: 1fr;
  }

  /* #header .logo__holder {
    max-width: 60px;
  } */

  .has-rutube .fancybox__content iframe {
    width: calc(100vw - 30px);
  }
}

@media (max-width: 480px) {
  .columns-4 {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .category-page .price__item {
    /*     grid-template-columns: repeat(2, auto); */
    display: flex;
    /*flex-direction: column;*/
    /*align-items: start;*/
  }

  .price__info {
    grid-column: 2 span;
  }

  .category-page .price__item .price__descr {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .btn {
    width: 100%;
  }


  /* input {
    height: 55px;
  } */
}

@media (max-width: 350px) {
  #header .header__upper {
    gap: 10px;
  }
}

/*# sourceMappingURL=main.css.map */
