:root {
  --font-family: "Arial", sans-serif;
  --htag-family: "Arial", sans-serif;
  --font-menu: "Arial", sans-serif;
  --button-blue: #063a4f;
  --button-y2: #f9bd1abd;
  --button-yellow: #e9e9e9;
  --section-bg: #f9fafa;
  --main-red: #7f1e24;
  --main-text: #000000;
  --main-blue: #0c2349;
  --main-yellow: #eda40b;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-family);
  font-weight: 400;
  background-color: #f8f9fa;
  color: #212529;
  line-height: 1.5;
  position: relative;
}
blockquote span:after,
blockquote span:before {
  font-family: serif;
  position: absolute;
  font-size: 60px;
  line-height: 0;
}

.btn,
.get-order,
.info__number,
.modal-review,
.modal-wrapper__left,
.modal-wrapper__right,
.nav-top__link {
  font-family: var(--font-family);
}
.info {
  padding: 0.5rem 1rem;
  border: 1px solid var(--main-blue);
  border-radius: 0.5rem;
  transition: 0.2s ease;
}
.info:hover {
  transform: scale(1.05);
}

.section {
  padding: 0;
  width: 100%;
}
.container {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: auto;
}
.container__page-form {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: auto;
}
.map-container {
  width: 100%;
  height: 100%; /* растянуть на весь родитель */
  position: relative;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.btn {
  border-radius: 20px;
  padding: 10px 20px;
  color: #fff;
  background: #004d40b5;
}

ol[class],
ul[class] {
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
  margin: 0;
}
ul {
  padding: 0 0 0 2rem;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
button,
input,
select,
textarea {
  font: inherit;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img {
  max-width: 100%;
  display: block;
}

button {
  padding: 0;
  border: none;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}
.header-breadcrumbs {
  background-color: #e9e9e9;
  color: #000;
}
.header-breadcrumbs a {
  color: #000;
  text-transform: capitalize;
}
.header-breadcrumbs a:hover {
  color: #004d40b5;
}
.header-breadcrumbs .breadcrumb_last {
  color: #5c5c5c;
}

.container__form-conditions {
  margin-top: 15px;
}
.container__form-conditions span {
  color: #000;
  font-size: 12px;
}
.container__form-conditions span a {
  color: #000;
}
.modal-review {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-review .modal-content {
  background-color: #fefefe;
  margin: 25% auto;
  padding: 100px 20px 50px;
  border: 1px solid #888;
  width: 40%;
  position: relative;
  border-radius: 10px;
}
.modal-review .modal-content .wrapper .wrapper-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.modal-review .modal-content .wrapper .wrapper-heading {
  padding: 10px;
  font-size: 20px;
}
.modal-review .modal-content .wrapper .wrapper-form input {
  margin-bottom: 10px;
  border-radius: 20px;
  border: 1px solid #484849;
  padding: 5px 20px;
}
.modal-review .modal-content .wrapper .wrapper-form textarea {
  border-radius: 10px;
  margin-bottom: 10px;
  border: 1px solid #484849;
  padding: 5px 20px;
  height: 100px;
}
.header {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.header-top {
  padding: 20px 0;
  height: 80px;
  background-color: rgba(255, 255, 255, 1) !important;
  border-style: solid !important;
  border-width: 0 !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
  border-color: rgba(57, 181, 74, 1) !important;
}
.header-top .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.logo {
  width: 45px;
  height: auto;
}
.burger-wrapper,
.get-order.mob,
.item__price,
.logo .logo-mob,
.nav-top.mob {
  display: none;
}
.nav-top-li {
  margin: 0 6px;
}
.nav-top__link {
  color: #000;
  padding: 5px 13px;
}
.nav-top__link:hover {
  background: #e9e9e9;
  padding: 5px 13px;
}
.info__number-block {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.info__notify img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.info__notify span {
  font-size: 20px;
  color: #484849;
}
.info__number {
  color: #000;
  font-size: 23px;
  font-weight: 700;
}
.nav__li:hover > a {
  color: #000000;
}
.nav__link,
.nav__sub-link {
  font-weight: 400;
}
.get-order {
  color: #000000;
  font-weight: bold;
  border-radius: 0.25rem;
  background: #f9be1a;
  padding: 10px 30px;
  border: none;
  transition: opacity 0.15s ease-in-out;
}
.container__form-header button:hover,
.get-order:hover {
  opacity: 0.85;
}
.nav-location__sub-list,
.nav__sub-list,
.nav__under-list,
.sub-level-0 {
  visibility: hidden;
  background: #fff;
  opacity: 0;
  z-index: 100;
}
.menu-header-menu-container,
.nav__list {
  height: 100%;
}
.header-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.header-bottom .nav {
  width: 100%;
  height: 100%;
}
.nav__list {
  display: flex;
  justify-content: center;
}
.nav__li,
.nav__sub-li {
  align-items: center;
  display: flex;
}
.nav__li {
  position: relative;
  margin-right: 15px;
  padding: 10px 15px;
}
.nav-location__text,
.nav__link {
  margin-right: 10px;
  white-space: nowrap;
  color: #000;
  font-family: var(--font-menu);
}
.nav__li > .nav__link {
  position: relative;
}
.nav__li > .nav__link::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 3px;
  background-color: #000000;
  transition: all 0.2s ease-in-out;
}
.nav__li:hover > .nav__link::after {
  width: 100%;
}
.nav__li:hover > .nav__link {
  color: #000000;
}
.sub-level-0 {
  /* padding-bottom: 10px !important; */
}
.nav-location__li,
.nav-location__sub-li,
.nav__sub-li,
.nav__under-li {
  padding: 10px 15px;
}
.sub-level-0 > .nav__li {
  margin-right: 0;
}
.sub-level-0 > .nav__li:hover {
}
.section-services .more__adv,
.section-services .offer__heading,
.sub-level-0 > .nav__li:hover > a {
  color: #000;
}
.menu-item-has-children.nav__li::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.nav__sub-list,
.sub-level-0 {
  position: absolute;
  top: 100%;
  left: 0;
}
.nav__sub-li {
  position: relative;
  white-space: nowrap;
  border-bottom: 1px solid rgba(107, 107, 107, 0.596);
}
.nav__sub-li .arrow {
  margin-left: 15px;
  border-left: 5px solid #000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.nav__sub-link {
  font-family: Roboto, sans-serif;
  color: #000;
}
.nav__under-list {
  position: absolute;
  top: 0;
  left: 100%;
  pointer-events: none;
}
.nav-location__text {
  font-weight: 400;
}
.nav__under-link {
  white-space: nowrap;
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 500;
}
.nav-location__li {
  position: relative;
  display: flex;
  align-items: center;
}
.nav-location__li .arrow {
  width: 0;
  height: 0;
  margin-left: 10px;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.nav-location__sub-list {
  width: 100%;
  position: absolute;
  top: 100%;
  pointer-events: none;
}
.burger {
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.burger span {
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.burger span:first-child {
  top: 0;
  left: 0;
}
.burger span:last-child {
  top: 100%;
  left: 0;
  transform: translateY(-100%);
}
.burger._active span {
  opacity: 0;
}
.burger._active span:first-child {
  opacity: 1;
  top: 50%;
  transform: rotate(45deg);
}
.burger._active span:nth-child(3) {
  opacity: 1;
  top: 50%;
  transform: rotate(-45deg);
}
@media (min-width: 968px) {
  .burger,
  .nav-location.top {
    display: none;
  }
  .nav-li {
    height: 100%;
  }
  .nav-location__li:hover .nav-location__sub-list,
  .nav__li:hover .sub-level-0,
  .nav__sub-li:hover .nav__under-list {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .sub-level-0 {
  }
  .nav-location__sub-li {
    cursor: pointer;
  }
  .nav-location__sub-li:hover {
    background: #ccc;
  }
}
.button-link:hover,
.item-questions__form button:hover,
.process-button__link:hover,
.section-prices .item__image:hover {
  opacity: 0.8;
}
.section-main {
  background: 0 0 / cover #000;
}
.section-main .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-main .container__header {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-main .container__header-title {
  font-size: 60px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 5px;
}

.section-main .container__body-item {
  display: flex;
  align-items: center;
  margin: 0 30px;
}
.container__body-text {
  font-size: 1.3rem;
}
.section-main .container__body-item p {
  color: #fff;
}
.section-main .container__body-item-image {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  fill: #e9e9e9;
}
.container__body-item-image_large {
  margin-right: 15px;
  width: 65px;
  height: 65px;
  fill: #e9e9e9;
}
.modal-main .container__form,
.section-main .container__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
.section-main .container__form-header,
.section-reviews .item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-main .container__form-header input {
  border-radius: 20px;
  padding: 10px 50px;
  margin-right: 20px;
}
.section-main .container__form-header button {
  border-radius: 35px;
  background: #004d40b5;
  padding: 10px 70px;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  transition: 0.15s ease-in-out;
}
.section-main .container__form-conditions {
  margin-top: 10px;
}
.section-main .container__form-conditions span {
  color: #fff;
  font-size: 12px;
}
.footer .container-body__info,
.section-main .container__form-conditions span a {
  color: #fff;
}
.section-main .container__footer-text {
  color: #fff;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}
.section-main .main_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  flex-direction: row;
  margin: 40px 0;
}
.main__reviews {
  margin: 0 auto 40px;
  max-width: 320px;
  background-color: rgba(255, 255, 255, 0.804);
  border-radius: 8px;
  padding: 20px;
}
.main__reviews .wp-gr {
  padding-bottom: 0 !important;
}
.main__reviews .wp-google-right {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}
.main__reviews .wp-google-right > div {
  text-align: center !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
}
.section-adventages {
  padding: 20px 30px 60px;
  font-family: Roboto, sans-serif;
}
.section-adventages .container-header {
  padding: 50px 0 30px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-adventages .container-header .navigation-wrapper {
  position: relative;
  width: 100px;
}
.section-adventages .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #b4b4b4;
  padding: 20px 15px 40px;
  border-radius: 10px;
}
.section-adventages .swiper-slide__image {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}
.section-adventages .swiper-slide__desc {
  margin-top: 20px;
  text-align: center;
  min-height: 71px;
}
.section-prices {
  background: #f9fafa;
  padding: 40px 30px;
  font-family: Roboto, sans-serif;
}
.section-prices .container-header {
  padding-left: 100px;
}
.section-prices .container-body {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-prices .item {
  background: #fff;
  width: 23%;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(167, 167, 167, 0.63);
  margin-bottom: 20px;
}
.section-prices .item__image {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.item__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-prices .item__title {
  margin: 20px 0 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000 !important;
  text-align: center;
  min-height: 60px;
}
.section-prices .item button {
  margin: 10px 0;
  padding: 10px 30px;
  background: #e9e9e9;
  font-family: Roboto, sans-serif;
  border-radius: 20px;
}
.section-prices .item button:hover {
  background: #004d40b5;
  color: #fff;
}
.section-prices .item-questions {
  width: 48%;
  border: 1px solid rgba(158, 158, 158, 0.705);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px 30px;
  background: #fff;
  border-radius: 20px;
}
.button-link,
.item-questions__form button,
.process-button__link {
  min-width: 250px;
  white-space: nowrap;
  border-radius: 35px;
  transition: 0.15s ease-in-out;
  text-transform: uppercase;
}
.section-question {
  background-color: #e9e9e9;
}
.section-question .item-questions {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
}
.section-question .item-questions__desc {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.item-questions__form button {
  background: #004d40b5;
  padding: 10px 70px;
  color: #fff;
  font-size: 26px;
}
.item-questions__heading,
.process__number span,
.process__title {
  font-size: 3rem;
  text-align: center;
}
.item-questions__heading {
  color: #2d2d2d;
}
.section-process {
  background-color: #fff;
}
.process__title {
  margin: 2rem auto;
}
.process {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 3rem 0;
  max-width: 1200px;
  flex-wrap: wrap;
}
.process__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 25%;
}
.process__item:last-child {
  margin-right: 0;
}
.process__number {
  height: 6rem;
  text-align: center;
}
.process__number span {
  background-color: #004d40b5;
  border-radius: 4rem;
  padding: 1rem 2rem;
  color: #fff;
}
.process__text {
  padding: 15px;
  text-align: center;
}
.process__text span {
  font-size: 1.3rem;
}
.process__text > p > a {
  color: #000;
  font-weight: 600;
  padding: 15px 0;
  font-size: 1.5rem;
}
.process-button {
  margin: 1rem auto;
}
.button-link,
.process-button__link {
  text-align: center;
  padding: 15px 70px;
  font-size: 26px;
  position: relative;
}
.section-masters,
.section-reviews {
  padding: 50px 30px;
  font-family: Roboto, sans-serif;
}
.button-yellow {
  background: var(--button-yellow);
  color: #000;
}
.button-blue {
  background: var(--button-blue);
  color: #fff;
}
.container-heading {
  font-size: 3rem;
}
@media (max-width: 1200px) {
  .section-prices .item {
    width: 32%;
  }
  .section-prices .item-questions {
    width: 66%;
  }
}
.section-prices .item-questions .item-questions__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  width: 100%;
}
.section-prices .item-questions .item-questions__form input {
  width: 80%;
  padding: 10px 30px;
  border-radius: 20px;
}
.section-prices .item-questions .item-questions__form button {
  width: 80%;
  background: #004d40b5;
  padding: 10px 20px;
  border-radius: 20px;
  color: #fff;
  margin-top: 20px;
}
.section-prices .item-questions .item-questions__form button:hover {
  background: #e9e9e9;
  color: #000;
}
.section-masters {
  overflow: hidden;
  background: #e8f3f9;
}
.modal-active,
.modal-active body,
.section-masters .container,
body.lock,
html.lock {
  overflow: hidden;
}
.section-masters .container-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-left: 100px;
}
.section-masters .container-header__swiper-arrows {
  min-width: 100px;
  height: 30px;
  position: relative;
}
.section-masters .swiper-slide {
  background: #fff;
  border-radius: 10px;
}
.section-faq .container,
.section-masters .swiper-slide__header-image,
.section-services .container {
  width: 60%;
}
.section-masters .swiper-slide__header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-masters .swiper-slide__header-info {
  width: 40%;
  padding: 20px;
  background: #e9e9e9;
}
.section-masters .swiper-slide__header-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-masters .swiper-slide__header-item-number {
  font-weight: 700;
  font-family: Roboto, sans-serif;
  font-size: 25px;
}
.section-masters .swiper-slide__header-item-text {
  text-align: center;
  font-size: 13px;
}
.section-masters .swiper-slide__body {
  padding: 10px;
}
.section-faq .panel p,
.section-masters .swiper-slide__heading {
  padding: 10px 0;
}
.section-masters .swiper-slide__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(214, 214, 214, 0.596);
  padding: 5px;
}
.section-masters .swiper-slide__desc {
  padding: 5px;
}
.section-services .more__adv-li,
.section-services .offer__li {
  position: relative;
  padding-left: 30px;
}
.section-masters .swiper-slide__item-desc,
.section-reviews .item__body {
  margin-top: 10px;
}
.section-masters .container-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.section-masters .container-footer button {
  padding: 10px 30px;
  background: #004d40b5;
  border-radius: 20px;
  color: #fff;
}
.section-reviews {
  background: #f9fafa;
}
.section-reviews .container-header {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-reviews .container-body {
  margin-top: 50px;
}
.section-reviews .item__header-name {
  display: flex;
  align-items: center;
}
.section-reviews .item__body-desc {
  color: #484849;
  font-size: 1rem;
  line-height: 1.3;
  text-align: justify;
  font-weight: 400;
}
.section-reviews .review-item.show {
  padding: 20px;
  border: 1px solid #aaa;
  max-height: 100vh;
}
.section-reviews .stars__star {
  width: 25px;
  height: 25px;
}
.section-reviews .container-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.section-reviews .container-footer .add-review {
  margin-right: 20px;
}
.section-reviews .container-footer .show-more {
  background: #fff;
  border: 1px solid #004d40b5;
  color: #004d40b5;
}
.section-services .offer__li::after,
.section-services .offer__li::before {
  border-radius: 0 8px 8px 0;
  width: 15px;
  height: 15px;
  position: absolute;
  content: "";
}
.section-reviews .container-footer .show-more:hover {
  color: #fff;
  background: #004d40b5;
}
.section-services {
  padding: 30px 15px;
  font-family: Roboto, sans-serif;
  background-color: rgb(249, 250, 250, 0.5);
}
.section-services .container-heading {
  font-size: 25px;
}
.section-services .container-body {
  margin-top: 20px;
}
.section-services .more__adv-list,
.section-services .offer,
.section-services .offer__list {
  margin: 20px 0;
}
.section-services .container-body__text {
  color: #363636;
}
h3.offer {
  font-weight: 500;
  color: #000;
}
.container-body__text p {
  margin-bottom: 0.75rem;
}
.section-services .offer__li::before {
  top: 0;
  left: 0;
  background: #004d40b5;
}
.section-services .offer__li::after {
  top: 3px;
  left: 3px;
  border: 1px solid #000;
}
.section-services img {
  /* margin: 40px 0; */
}
.section-services .more__adv-li {
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}
.section-services .more__adv-li::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 8px 8px 0;
  background: #004d40b5;
}
.section-services .more__adv-li::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 0 8px 8px 0;
  border: 1px solid #000;
}
.section-services .container-footer {
  border: 2px solid #e6e6e6;
  border-radius: 5px;
  padding: 20px;
}
.section-services .container-footer__heading {
  margin-bottom: 20px;
  font-size: 25px;
}
.section-services .container-footer__li::before {
  content: "";
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
  background-image: url("data:image/svg+xml;charset=utf8;base64, PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTE2LjExOCAxMS4wMDRINS4xMDhjLS41NSAwLTEgLjQ1LTEgMXMuNDUgMSAxIDFoMTEuMDF2MS43OWMwIC40NS41NC42Ny44NS4zNWwyLjc4LTIuNzljLjE5LS4yLjE5LS41MSAwLS43MWwtMi43OC0yLjc5Yy0uMzEtLjMyLS44NS0uMDktLjg1LjM1djEuOHonIGZpbGw9JyMwMDlCQjcnLz48L3N2Zz4=");
  display: inline-block;
}
.section-services .container-footer__link {
  color: #004d40b5;
  font-weight: 500;
}
.section-services .container-footer__link:hover {
  border-bottom: 1px solid #004d40b5;
}
.section-faq {
  font-family: Roboto, sans-serif;
  padding: 30px;
}
.section-faq .container-heading {
  font-size: 32px;
}
.section-faq .container-body {
  margin-top: 30px;
}
.section-faq .accordion {
  background-color: #eee;
  color: #333;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: 0;
  font-size: 22px;
  transition: 0.4s;
  margin: 2px 0;
}
.section-faq .accordion:after {
  content: "\002B";
  color: #004d40b5;
  font-weight: 700;
  float: right;
  margin-left: 5px;
}
.footer .container-body__control a:hover,
.footer .container-header__link:hover,
.footer .container-header__masters-auth:hover {
  color: #e9e9e9;
}
.section-faq .active:after {
  content: "\2212";
}
.section-faq .panel {
  padding: 0 20px 0 18px;
  background-color: rgb(238, 238, 238, 0.2);
  max-height: 0;
  overflow: hidden;
  color: #333;
  transition: max-height 0.2s ease-out;
}
.modal-main {
  background: #fff;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  font-family: Roboto, sans-serif;
  padding: 0;
}
.modal-main .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-main .container__form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-main .container__form-header input {
  border-radius: 20px;
  padding: 10px 50px;
  margin-right: 20px;
}
.modal-main .container__form-header button {
  border-radius: 20px;
  background: #004d40b5;
  padding: 10px 70px;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 768px) {
  .logo {
    width: 43px;
  }
  .info__notify,
  .logo .logo-desc {
    display: none;
  }
  .logo .logo-mob {
    display: block;
  }
  .info__number-block a {
    color: #004d40b5;
    font-size: 19px;
    font-weight: 400;
  }
  .info__number {
    font-size: 15px;
  }
  .section-main .container__header__desc {
    font-size: 16px;
    margin-top: 15px;
  }
  main {
    margin-top: 0;
  }
  .footer .container-body,
  .footer .container-header__lists,
  .section-main .container__body {
    flex-direction: column;
  }
  .section-main .container__body-item {
    margin-bottom: 20px;
  }
  .section-main .container__form-header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section-main .container__form-header input {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .section-main .container__form-header button {
    padding: 10px;
    width: 100%;
  }
  .section-main .main_buttons {
    flex-direction: column;
    margin: 20px 0 40px;
  }
  .section-adventages .container-header,
  .section-masters .container-header,
  .section-prices .container-header {
    padding-left: 0;
  }
  .section-prices .item {
    width: 48%;
  }
  .section-prices .item-questions {
    width: 100%;
  }
  .section-reviews .item__header-name {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-reviews .stars {
    margin-left: 0;
  }
  .modal-main {
    padding: 30px;
  }
  .modal-main .container__form {
    margin: 0;
  }
  .footer .container-header,
  .modal-main .container__form-header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .modal-main .container__form-header input {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .modal-main .container__form-header button {
    padding: 10px;
    font-size: 15px;
    width: 100%;
  }
  .footer .container-header__list {
    margin-right: 0;
  }
  .footer .container-body__control {
    margin: 20px;
  }
  .footer .container-bottom p {
    text-align: center;
  }
}
.modal-main .container__form-conditions {
  margin-top: 10px;
}
.modal-main .container__form-conditions span {
  color: #000;
  font-size: 12px;
}
.modal-main .container__form-conditions span a {
  color: #000;
}
@media (max-width: 1100px) {
  .footer__bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer__bottom-column {
    margin-bottom: 2rem;
    max-width: 100% !important;
  }
}
@media (max-width: 600px) {
  .footer__bottom {
    flex-direction: column;
    align-items: center;
  }
  .footer__bottom .footer__bottom-column {
    margin-bottom: 2rem;
    width: 100% !important;
    max-width: 100% !important;
  }
  .copywrite {
    text-align: center;
  }
  .mob-hide {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  .section-main h1.container__header-title {
    font-size: 2.2rem;
  }
  .section-main .container__header-price {
    font-weight: 400;
    font-size: 1.7rem;
    margin-top: 10px;
  }
  .section-main .container__form-header button {
    padding: 10px 30px;
    width: 100%;
  }
  .process {
    flex-direction: column;
    padding: 1rem 0;
  }
  .process__item {
    margin: 0 0 2rem;
    width: 100%;
    padding: 0 15px;
  }
  .container-header__title,
  .container-heading,
  .item-questions__heading,
  .process__title {
    font-size: 2.2rem;
    text-align: center;
  }
  .section-main h1.container-header__benefits {
    font-size: 1rem;
  }
  .footer .container-header__lists {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
  }
  .process__text {
    background-color: rgb(204, 204, 204, 0.1);
  }
  .process-button__link {
    text-align: center;
    white-space: nowrap;
    border-radius: 35px;
    background: var(--button-yellow);
    padding: 15px 40px;
    color: #000;
    font-size: 1.3rem;
    text-transform: uppercase;
    transition: 0.15s ease-in-out;
  }
  .swiper-button-prev {
    left: -10px;
    width: 40px;
    height: 42px;
  }
  .swiper-button-next {
    right: -10px;
    left: auto;
    top: 0;
    width: 40px;
    height: 42px;
  }
  .container__header__desc {
    display: none;
  }
  .container__body {
    padding-bottom: 2rem;
  }
}
@media (min-width: 600px) {
  .desc-hide {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
.info__number.first {
  color: var(--button-blue);
  font-size: 25px;
  display: block;
}
.info__number.second {
  color: #464646;
  font-size: 25px;
  display: none;
}
@media (max-width: 968px) {
  .header {
    height: 80px;
    border-bottom: 2px solid #e9e9e9;
  }
  .menu__top {
    display: none;
    visibility: hidden;
  }
  .nav__sub-list,
  .nav__under-list {
    overflow: hidden;
    position: relative;
  }
  .nav__li._active .nav__sub-list,
  .nav__sub-li._active .nav__under-list {
    max-height: 100vh;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .get-order,
  .nav-location,
  .nav-top {
    display: none;
  }
  .burger,
  .header-bottom._active .burger-wrapper,
  .nav-location.top,
  .nav-top.mob {
    display: block;
  }
  .header-bottom .nav {
    height: 100%;
    /* overflow-y: scroll; */
  }
  .nav-top.mob {
    margin-top: 40px;
  }
  .nav-top.mob .nav-top__list {
    flex-direction: column;
    padding-left: 10px;
  }
  .nav-top.mob .nav-top-li {
    margin: 5px 10px;
  }
  .header-bottom {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100vh;
    background: #fff;
    overflow: hidden;
    transition: width 0.3s;
  }
  .header-bottom .container {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }
  .header-bottom .burger-wrapper {
    position: absolute;
    top: 25px;
    right: 23px;
  }
  .header-bottom .burger-close {
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  .header-bottom .burger-close span {
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.3s;
    opacity: 0;
  }
  .header-bottom .burger-close span:first-child {
    opacity: 1;
    top: 50%;
    transform: rotate(45deg);
  }
  .header-bottom .burger-close span:nth-child(3) {
    opacity: 1;
    top: 50%;
    transform: rotate(-45deg);
  }
  .header-bottom._active {
    width: 335px;
    max-width: 100%;
  }
  .nav__li:hover > a {
    color: #000;
  }
  .nav__li:hover {
    background-color: #fff;
    color: #000;
  }
  .get-order.mob {
    margin-top: 15px;
    display: block;
    background: 0 0;
    color: #004d40b5;
    padding-left: 15px;
  }
  .nav {
    margin-top: 60px;
    width: 100%;
  }
  .nav__list {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .nav__li {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    margin-bottom: 10px;
  }
  .nav__sub-list {
    width: 100%;
    max-height: 0;
  }
  .nav__sub-li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .nav__under-list {
    width: 100%;
    max-height: 0;
    left: 0;
  }
  .header {
    position: fixed;
    top: 0;
    z-index: 9999;
  }
  .nav__list {
    justify-content: flex-start;
  }
  .section-main {
    margin-top: 80px;
  }
  .section-faq .container,
  .section-reviews .container,
  .section-services .container {
    width: 100%;
  }
  .info__number.first {
    color: var(--button-blue);
    font-size: 25px;
    display: none;
  }
  .menu-item-has-children.nav__li._active ul.sub-level-0,
  .nav__li {
    display: block;
  }
  .info__number.second {
    color: #464646;
    font-size: 25px;
    display: block;
  }
  .menu-item-has-children.nav__li::after {
    position: absolute;
    top: 15px;
    right: 25px;
  }
  .menu-item-has-children.nav__li ul.sub-level-0 {
    display: none;
    position: static;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 768px) {
  .info__number.second {
    color: var(--button-blue);
    font-size: 19px;
    font-weight: 400;
  }
}
.fixed {
  position: fixed;
  width: 100%;
}
.swiper {
  z-index: -1 !important;
}
.button-link {
  position: relative;
  overflow: hidden;
}
.blick {
  position: absolute;
  -webkit-border-radius: 10em;
  border-radius: 10em;
  background-color: #fff;
  width: 0;
  height: 0;
  animation: 3s infinite animBlick;
}
@keyframes animBlick {
  0% {
    width: 0;
    margin-top: 0;
    min-height: 0;
    height: 0;
    opacity: 1;
  }
  100%,
  50% {
    width: 400px;
    height: 400px;
    margin-top: -200px;
    margin-left: -200px;
    opacity: 0;
  }
}
.iframe__map {
  width: 100%;
}
.section-services p {
}
.cost-btn {
  margin: 10px 0;
  padding: 10px 30px;
  background: #e9e9e9;
  font-family: Roboto, sans-serif;
  border-radius: 20px;
  color: #000;
}
@media (max-width: 530px) {
  .info__number {
    font-size: 12px;
  }
  .section-prices .item {
    width: 100%;
  }
  .section-reviews .item__header {
    align-items: flex-start;
  }
  .section-reviews .item__header-date {
    font-size: 15px;
  }
  .logo {
    width: 40px !important;
  }
  .info__number.second {
    color: #004d40b5;
    font-size: 19px !important;
    font-weight: 600 !important;
  }
  .button-link,
  .process-button__link {
    text-align: center;
    min-width: none;
    padding: 15px 25px !important;
    font-size: 20px !important;
  }
  .container__body-item-image_large {
    margin-right: 9px;
    margin-left: -5px;
    width: 50px;
    height: 50px;
    fill: #e9e9e9;
  }
  .section-main h1.container__header-title {
    font-size: 2rem;
  }
}
@media (max-width: 400px) {
  .info__number {
    font-size: 12px;
  }
  .logo {
    width: 40px !important;
  }
  .info__number.second {
    color: #004d40b5;
    font-size: 16px !important;
    font-weight: 600 !important;
  }
  .section-main h1.container__header-title {
    font-size: 1.9rem;
  }
}
@media (max-width: 350px) {
  .info__number {
    font-size: 12px;
  }
  .logo {
    width: 37px !important;
  }
  .info__number.second {
    color: #004d40b5;
    font-size: 14px !important;
    font-weight: 600 !important;
  }
  .section-main h1.container__header-title {
    font-size: 1.3rem;
  }
}
.blue_btn,
.cute_input {
  transition: 0.3s;
  font-size: 15px;
}
#feedback_form {
  display: none;
  left: 0;
  top: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  font-family: Roboto, sans-serif;
}
#feedback_form .bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#feedback_form .feedback_form__content,
#thx_modal {
  padding: 30px 20px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  max-height: 96vh;
  width: 100%;
}
#feedback_form .feedback_form__content {
  max-width: 620px;
  border-radius: 3px;
}
#feedback_form #feedback_form__content__close,
#thx_modal #thx_modal__close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  background-image: url("../img/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  cursor: pointer;
}
#feedback_form .feedback_form__title,
#thx_modal .thx_modal__title {
  font-size: 22px;
  color: #282828;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
#feedback_form .feedback_form__inputs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-bottom: 10px;
}
#feedback_form .feedback_form__inputs input {
  width: 100%;
}
#feedback_form .feedback_form__inputs textarea {
  width: 100%;
  resize: vertical;
  min-height: 80px;
}
#feedback_form__submit {
  width: 100%;
  height: 40px;
}
.blue_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #004d40b5;
  border-radius: 3px;
  text-align: center;
}
.blue_btn:hover {
  background-color: #0dc0df;
}
.cute_input {
  background-color: #f3f3f3;
  color: #000;
  border: 0 solid #69727d;
  line-height: 1.4;
  border-radius: 3px;
  padding: 0.5rem 1rem;
}
.cute_input:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  outline: 0;
}
.cute_input--error {
  color: #a90000 !important;
  box-shadow: 0 0 0 1px rgba(169, 0, 0, 0.3) inset !important;
}
.cute_input::placeholder {
  color: #69727d;
  line-height: 1.4;
  font-size: 15px;
}
#thx_modal {
  display: none;
  max-width: 420px;
  border-radius: 3px;
}
#thx_modal .thx_modal__desc {
  font-size: 18px;
  color: #282828;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
}
.btn-loading {
  opacity: 1 !important;
}
.dark_bg {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) top/cover
      no-repeat fixed,
    url("/wp-content/themes/eib/img/main-page/rohrreinigungberlinmitte.webp")
      top/cover no-repeat fixed;
}
.section-reviews__content {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 40px;
}
.section-reviews__content .reviews__google {
  width: 30%;
}
.reviews__slider .reviews__arrow-next,
.reviews__slider .reviews__arrow-prev {
  z-index: 30;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background-image: url("../img/arrow_next.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(58%) sepia(0%) saturate(0%)
    hue-rotate(16deg) brightness(98%) contrast(93%);
}
.section-reviews__content .wp-google-right {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}
.section-reviews__content .wp-google-right > div {
  text-align: center !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
}
.reviews__slider {
  position: relative;
  width: 70%;
}
#reviews__slider {
  padding: 4px;
  z-index: 10 !important;
  position: relative;
  overflow: hidden;
}
#reviews__slider .reviews__slider--review {
  height: 500px;
}
#reviews__slider .reviews__slider--review img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
  object-position: top;
}
.reviews__slider .reviews__arrow-prev {
  left: -30px;
  transform: translateY(-50%) rotate(180deg);
}
.reviews__slider .reviews__arrow-next {
  right: -30px;
  transform: translateY(-50%);
}
.reviews__slider__content {
  display: flex;
  flex-direction: row;
}

.dn {
  display: none !important;
}
.relink-container {
  margin: 0.5rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.relink-item {
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  padding: 1rem;
  border: 1px solid #000000;
  border-radius: 0.5rem;
}
.round-yellow {
  padding: 1rem;
  border-radius: 1rem;
  background-color: #fabe190c !important;
}
.round-yellow li {
  list-style-type: circle;
  margin-left: 1rem;
}
.flex-samesize {
  gap: 20px;
}
.flex-right,
.flex-left,
.flex-right-2,
.flex-left-2 {
  flex: 1;
}
.container__100width {
  max-width: 1200px;
  width: 100% !important;
  height: auto;
  margin: auto;
}
.section-question.section-question__long {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
}
.section-adventages {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.item-questions__heading-small {
  font-size: 2.2rem;
}
.swiper {
  z-index: 1 !important;
}
.profits-block {
  max-width: 100%;
  width: 100%;
}
.profits-wrapper {
  display: flex;
  gap: 20px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.swiper-slide {
  max-width: 30%;
}
.section-adventages .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #b4b4b4;
  padding: 1.25rem;
  border-radius: 1rem;
}
.swiper-slide__desc {
  margin-top: 20px;
  text-align: center;
}
.section-services p {
}
.section-services p {
}
.button-y2 {
  background-color: var(--button-y2);
  color: #fff !important;
}

.flex-23 {
  display: flex !important;
  flex-direction: column !important; /* чтобы p шли сверху вниз */
  align-items: flex-start !important; /* центрирование по горизонтали */
  padding: 1rem !important;
  border-radius: 1rem;
  background-color: #fabe190c !important;
  border: 1px solid #b4b4b4 !important;
}
.flex-23 p {
  font-size: 1.25rem !important;
}

@media (max-width: 330px) {
  .container__footer-text {
    font-size: 1rem !important;
  }
  p.has-x-large-font-size {
    font-size: 1.5rem !important;
    padding: 0 !important;
  }
}

.contact-section {
  position: relative;
  min-height: 500px;
}
.container_contactsection {
  margin: 0 auto;
  max-width: 1400px;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 40px;
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 1;
}

.form-block,
.content-block {
  position: relative;
  z-index: 1;
  flex: 1;
  padding: 30px;
}

.form-block {
  background: white;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  max-width: 450px;
}

.content-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.content-block,
.form-group {
  font-family: Arial, sans-serif !important;
}
.content-block h1 {
  font-family: Arial, sans-serif;
  font-size: 3.5rem;
  color: #000000;
  margin-bottom: 2rem;
}
.content-block h2 {
  font-weight: 700;
  color: #000000;
  margin-bottom: 2.25rem;
}

.content-block p {
  font-size: 1.1rem;
  color: #000000;
  line-height: 1.6;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 12px;
  border: 2px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: #007bff;
}

.submit-btn {
  background-color: #007bff;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-btn:hover {
  background-color: #0056b3;
}

@media (max-width: 768px) {
  .contact-section {
    padding: 20px;
    gap: 20px;
  }
  .container_contactsection {
    flex-direction: column !important;
    gap: 1.5rem !important;
    padding: 0;
  }
  .get-order__form {
    display: block !important;
  }

  .content-block h1 {
    font-size: 2rem;
  }
  .content-block h2 {
    font-size: 1.5rem;
  }
  .contact-section {
    margin: 80px 0 0 0;
  }
}

.form-block form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.get-order__form {
  margin-top: 1rem;
}
.container_contactsection__middle {
  padding: 0;
}
.h2-special {
  font-family: Arial, sans-serif !important;
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 2rem 0 1rem 0;
}
.benefits {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
}
.benefit__item {
  position: relative;
  font-family: Arial, sans-serif !important;
  background-color: #ffffff72;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.13);
  padding: 1rem;
  border-radius: 0.5rem;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.h2-special::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='71' height='6' viewBox='0 0 71 6' fill='none' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0.96875 1.54183C24.0009 1.54444 47.0304 1.43619 70.0625 1.44011C54.0689 2.32953 38.0753 3.32981 22.0817 4.21793C34.7001 4.1788 47.3288 4.38747 59.8212 4.84' stroke='%23f9be1a' stroke-width='2' stroke-miterlimit='10' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.yoast_breadcrumb {
  color: #ffffff !important;
  margin: 0.5rem 0;
}
.yoast_breadcrumb a {
  color: #ffffff !important;
  text-decoration: underline !important;
}

/* FOOTER */
.footer {
  background: var(--main-blue);
  padding: 4rem 2rem;
  color: #ffffff;
  font-size: 0.875rem !important;
}
.footer .container-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .container-header__lists {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 900px;
  margin-bottom: 1rem;
}
.footer .container-header__list {
  margin-right: 60px;
}
.footer .container-header__li {
  margin-bottom: 10px;
}
.footer .container-header__link {
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8rem;
}
.footer a {
  color: #fff;
  font-weight: 400;
}

.footer__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.footer__bottom-column {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__social {
  width: 100%;
  display: flex;
  justify-content: left;
  margin-top: 1rem;
}
.footer__social a.footer__social-item {
  margin-right: 20px;
}
.footer__social-item {
  width: 2rem;
  height: auto;
}
.footer__social a:last-child {
  margin-right: 0;
}

.footer__logo {
  width: 45px;
}
.uppercase {
  text-transform: uppercase;
}
.copywrite {
  font-size: 0.8rem;
  padding: 1rem 0 0;
}
.block__zipcode {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block__zipcode .block__zipcode-col {
  flex: 1;
}
.block__zipcode .block__zipcode-col p span {
  font-size: 21px;
  color: #000;
  font-weight: 700;
}

.large-25 {
  width: 100%;
  max-width: 25%;
}
.large-33 {
  width: 100%;
  max-width: 33%;
}
.large-44 {
  width: 100%;
  max-width: 42%;
}

.created {
  white-space: nowrap;
}
.footer__header {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.1rem !important;
}
.footer__telephone,
.footer__email,
.footer__legal {
  margin-top: 1rem;
}
.footer__call {
  color: var(--button-blue);
  background: var(--main-yellow);
  border: 1px solid #ffffff;
  transition: opacity 0.15s ease-in-out;
}

/* HADER */
.header__phone-block {
  display: flex;
  justify-content: center;
  flex-direction: row;
  color: var(--main-text);
}
.header__phone-icon {
  width: 1.65rem;
  height: auto;
  margin-right: 0.5rem;
}

.menu__mob {
  width: 100%;
}
.nav.mob {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
@media (max-width: 968px) {
  .menu-item-has-children {
    /* //padding-bottom: 0; */
  }
  .sub-level-0 .nav__li {
    margin-top: 1rem;
  }
  .menu__mob .header-menu__link-mob::after {
    display: none;
  }
}
@media (min-width: 969px) {
  .menu__mob {
    display: none;
    visibility: hidden;
  }
}

/* ELEMENTOR */
.hero__main h1 {
  display: initial;
  font-weight: bold;
  color: rgb(255, 255, 255);
  font-size: 5rem;
  line-height: 7rem;
  font-family: var(--htag-family);
}
.hero__main h2 {
  display: initial;
  color: rgb(255, 255, 255);
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  font-family: var(--htag-family) !important;
}
.button-calltoaction a {
  background-color: inherit !important;
  border-radius: 2rem !important;
  border: 1px solid #ffffff;
  padding: 1.5rem 5rem;
}
.button-calltoaction a:hover {
  background-color: #ffffff !important;
  color: var(--main-red) !important;
}

.button-calltoaction-white a {
  background-color: inherit !important;
  border-radius: 2rem !important;
  border: 1px solid var(--main-red);
  color: var(--main-red) !important;
  padding: 1rem 2rem;
}
.button-calltoaction-white a:hover {
  background-color: var(--main-red) !important;
  border: 1px solid var(--main-red);
  color: #ffffff !important;
}
.button-calltoaction-red a {
  background-color: var(--main-red) !important;
  border-radius: 2rem !important;
  border: 1px solid var(--main-red);
  color: #ffffff;
  padding: 1rem 2rem;
}
.button-calltoaction-red a:hover {
  background-color: inherit !important;
  border: 1px solid var(--main-red);
  color: var(--main-red);
  padding: 1rem 2rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--htag-family);
}
h2 {
  font-size: 3.125rem !important;
  line-height: 1.5 !important;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
h3 {
  margin: 1rem 0;
}
p {
  margin: 0.5rem 0;
}
.red {
  color: var(--main-red) !important;
}
.font600 {
  font-weight: 600 !important;
}
.round svg {
  width: 2rem !important;
  height: 2rem !important;
  fill: #ffffff !important;
  background: none !important;
}
.round {
  width: 3rem;
  height: 3rem;
  background: var(--main-red);
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 0 0 9px;
}
.service-item {
  font-size: 0.95rem !important;
}
.service-item h3 {
  font-family: var(--font-family) !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}
.service-item p {
  margin-top: 0.5rem;
}
.red-sq {
  width: 100%;
  height: 100%;
  background-color: var(--main-red);
}
.square-grid {
}
.sq1 {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.sq1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: 0.35s ease-in-out;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.sq1 img:hover {
  filter: grayscale(0);
}

.icon1 {
  width: 10rem;
}

@media (max-width: 1000px) {
  .hero__main h1 {
    font-size: 3.125rem;
    line-height: 1.5;
  }
  .hero__main h2 {
    display: initial;
    color: rgb(255, 255, 255);
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: var(--htag-family);
  }
  h2 {
    font-size: 1.5rem !important;
    line-height: 1.5 !important;
    font-weight: 700;
    letter-spacing: 0.2rem;
  }
}

/* FORM */
/* Контейнер формы */
.dmRespDesignRow {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Базовые стили для полей формы */
.dmforminput {
  box-sizing: border-box;
  padding: 0 10px;
}

/* Размеры колонок */
.small-12 {
  width: 100%;
}

/* На средних экранах (768px+) */
@media (min-width: 768px) {
  .medium-6 {
    width: calc(50% - 10px);
  }

  .medium-12 {
    width: 100%;
  }
}

/* На больших экранах (1024px+) */
@media (min-width: 1024px) {
  .large-6 {
    width: calc(50% - 10px);
  }

  .large-12 {
    width: 100%;
  }
}

/* Стили для label */
.dmforminput label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
}

/* Обязательные поля - звездочка */
.dmforminput.required label::after {
  content: " *";
  color: #e74c3c;
}

/* Стили для input полей */
.dmforminput input[type="text"],
.dmforminput input[type="email"],
.dmforminput input[type="tel"],
.dmforminput select,
.dmforminput textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  font-family: inherit;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

/* Фокус на полях */
.dmforminput input[type="text"]:focus,
.dmforminput input[type="email"]:focus,
.dmforminput input[type="tel"]:focus,
.dmforminput select:focus,
.dmforminput textarea:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

/* Textarea */
.dmforminput textarea {
  min-height: 120px;
  resize: vertical;
}

/* Select */
.dmforminput select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 35px;
  cursor: pointer;
}

/* Clear float */
.dmWidgetClear {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
}

/* Captcha контейнер */
.frc-captcha {
  width: 100%;
  margin: 20px 0;
  padding: 0 10px;
  box-sizing: border-box;
}

.frc-container {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #f8f9fa;
}

.frc-icon {
  flex-shrink: 0;
  fill: #666;
}

.frc-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
}

.frc-text {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.frc-button {
  padding: 8px 16px;
  background: #3498db;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s ease;
  align-self: flex-start;
}

.frc-button:hover {
  background: #2980b9;
}

.frc-banner {
  display: block;
  margin-top: 8px;
  font-size: 12px;
}

.frc-banner a {
  color: #666;
  text-decoration: none;
}

.frc-banner a:hover {
  text-decoration: underline;
}

/* Кнопка отправки */
.dmformsubmit {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 20px;
}

.dmformsubmit input[type="submit"] {
  width: 200px;
  padding: 15px 30px;
  background: #ffffff;
  color: #000000;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.dmformsubmit input[type="submit"]:hover {
  opacity: 0.85;
}

.dmformsubmit input[type="submit"]:active {
  transform: translateY(1px);
}

/* Валидация - ошибки */
.dmforminput.error input,
.dmforminput.error select,
.dmforminput.error textarea {
  border-color: #e74c3c;
}

/* Адаптив для мобильных */
@media (max-width: 767px) {
  .dmRespDesignRow {
    gap: 15px;
  }

  .dmforminput {
    padding: 0 5px;
  }

  .dmforminput input[type="text"],
  .dmforminput input[type="email"],
  .dmforminput input[type="tel"],
  .dmforminput select,
  .dmforminput textarea {
    padding: 10px 12px;
  }
}

svg.u_1273943884,
svg.u_1626379752,
svg.u_1520135999,
svg.u_1479778515,
svg.u_1794669900,
svg.u_1603905736,
svg.u_1000273227,
svg.u_1072741622,
svg.u_1655678033,
svg.u_1503197203,
svg.u_1703398194,
svg.u_171562299,
svg.u_1715622993 {
  width: 50px;
  height: auto;
  fill: var(--main-red) !important;
}

.service {
  padding: 2rem !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px !important;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px !important;
  background-color: rgba(255, 255, 255, 1) !important;
  border-color: rgba(66, 123, 202, 1) !important;
  border-width: 0px !important;
  border-style: solid !important;
  border-bottom-style: solid !important;
  border-bottom-width: 6px !important;
  border-bottom-color: rgba(127, 30, 36, 1) !important;
}

.rating-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.star-block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.star__item {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f9bd1ac0'%3E%3Cpath d='M12 .587l3.668 7.568 8.332 1.151-6.064 5.828 1.48 8.279-7.416-3.967-7.417 3.967 1.481-8.279-6.064-5.828 8.332-1.151z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Elementor correction styles */

.price_item__bottom .elementor-typo-excluded {
  color: var(--main-blue) !important;
  font-family: var(--font-family) !important;
  text-transform: none !important;
  font-style: normal !important;
}
.price_item__bottom .elementor-price-table__integer-part,
.price_item__bottom .elementor-price-table__currency {
  color: var(--main-blue) !important;
  /* font-family: var(--font-family) !important; */
}
#collapsible {
  height: 20rem;
  overflow: hidden;
  transition: height 0.3s ease;
}

/* MODAL */

.funnel-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* width: calc(100vw - 4rem);
        height: calc(100vh - 4rem); */
  width: calc(100vw);
  height: calc(100vh);
  background-color: #ffffff;
  max-width: 100vw;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 8px;
  z-index: 10000;
}
.funnel-container.hide {
  display: none;
}
.progress-info {
  text-align: center;
}
.step {
  display: none;
}
.step.active {
  display: block;
}
.button-group {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
button {
  cursor: pointer;
  border: none;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: 0px;
  word-spacing: 0em;
  color: #ffffff;
  border-style: none;
  border-radius: 0.5rem;
  padding: 1rem 3rem;
}
#nextBtn {
  background-color: #0c2349;
  color: white;
}
#prevBtn {
  background-color: #666666;
  color: white;
}
#submitBtn {
  background-color: var(--main-yellow);
  color: white;
}

/* Стилі для вибору (Step 1 & 2) */
.service-selection-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
  gap: 1rem;
  margin: 3rem 0 2rem;
}
.choice-item,
.service-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--main-blue);
  border-radius: 0.5rem;
  padding: 1.5rem 2.5rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 1.25rem !important;
}
.service-item img {
  display: block;
  margin: 0 auto 10px;
}
.choice-item.selected,
.service-item.selected {
  border-color: #007bff;
  background-color: #e9f0ff;
  box-shadow: 0 0 7px var(--button-blue);
}
.error-message {
  height: 1.125rem;
  color: red;
  /* margin-top: 0.5rem; */
  visibility: hidden;
  font-size: 0.9em;
  text-align: center;
}

/* Стилі для Content Editable (заміна input) */
.editable-field {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 15px;
  min-height: 20px; /* Мінімальна висота для пустих полів */
  border-radius: 4px;
  background-color: #f8f8f880;
}
.editable-field:focus {
  border-color: var(--button-blue);
  outline: none;
  box-shadow: 0 0 5px var(--main-blue);
}
textarea#anliegen {
  width: 100%;
  min-height: 100px;
  padding: 10px;
  box-sizing: border-box;
}

/* Стилі для Label, щоб імітувати зв'язок */
label {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}

.json-output {
  white-space: pre-wrap;
  background-color: #f4f4f4;
  padding: 15px;
  border-radius: 4px;
}
.modal-h2 {
  font-size: 3rem;
}
.step .modal-h2,
.step-subtext {
  text-align: center;
}
.button-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.button-close img {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  transition: 0.3s ease;
}
.button-close img:hover {
  transform: scale(1.5);
}

/* Стилі для Label, щоб імітувати зв'язок */
label {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}

.json-output {
  white-space: pre-wrap;
  background-color: #f4f4f4;
  padding: 15px;
  border-radius: 4px;
}
.modal-h2 {
  font-size: 3rem;
}
.step .modal-h2,
.step-subtext {
  text-align: center;
}
.button-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.button-close img {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  transition: 0.3s ease;
}
.button-close img:hover {
  transform: scale(1.5);
}

/* Загальні стилі для таблиць */
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #f8f9fa;
  font-size: 14px;
  line-height: 1.6;
  margin: 20px 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Стилі для заголовків таблиці */
table thead {
  background-color: #2c3e50;
}

table thead tr th {
  color: #ffffff;
  font-weight: 600;
  text-align: left;
  padding: 12px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

table thead tr th:last-child {
  border-right: none;
}

/* Стилі для тіла таблиці */
table tbody tr {
  transition: background-color 0.2s ease;
}

table tbody tr:hover {
  background-color: #e8f4f8;
}

table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

table tbody tr:nth-child(odd) {
  background-color: #f8f9fa;
}

table tbody tr td {
  padding: 12px 16px;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  color: #333333;
}

table tbody tr td:last-child {
  border-right: none;
}

table tbody tr:first-child td {
  border-top: 2px solid #2c3e50;
}

/* Адаптивність для мобільних пристроїв */
@media screen and (max-width: 768px) {
  table {
    font-size: 12px;
  }
  
  table thead tr th,
  table tbody tr td {
    padding: 8px 10px;
  }
  
  /* Опціонально: горизонтальний скрол для маленьких екранів */
  .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* Альтернативний варіант з іншими кольорами */
.table-alternative table {
  background-color: #ffffff;
}

.table-alternative table thead {
  background-color: #0066cc;
}

.table-alternative table tbody tr:hover {
  background-color: #f0f7ff;
}

.table-alternative table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.table-alternative table tbody tr:first-child td {
  border-top: 2px solid #0066cc;
}

/* Стилі для таблиць з акцентом */
.table-accent table tbody tr td:first-child {
  font-weight: 600;
  color: #2c3e50;
  background-color: #ecf0f1;
}

/* Центрування тексту в певних колонках (опціонально) */
.table-center-columns table tbody tr td:nth-child(2),
.table-center-columns table tbody tr td:nth-child(3) {
  text-align: center;
}