@import url("/wp-content/themes/medis/css/header-under.css");
@import url("/wp-content/themes/medis/css/header.css");
@import url("/wp-content/themes/medis/css/headlines.css");
@import url("/wp-content/themes/medis/css/buttons.css");
@import url("/wp-content/themes/medis/css/menus.css");
@import url("/wp-content/themes/medis/css/blocks.css");
@import url("/wp-content/themes/medis/css/forms.css");
@import url("/wp-content/themes/medis/css/mobile.css");
:root {
  --font-family:"montserrat",sans-serif;
  --htag-family: "montserrat",sans-serif;
  --font-menu: "montserrat",sans-serif;
  --fort-monsterat: "montserrat",sans-serif;

  --main-b1: #4095a2;
  --main-b2: #57a7b3;
  --black: #000000;
  --black1: #101218;
  --grey1: #4c5253;
  --grey2: #4b4f58;
  --white: #ffffff;
  --white2: #f3f6f6;
  --white3: #f6f7f8;
  --white4: #ededed;
  --shadow1: box-shadow: 0 20px 20px hsl(0, 0%, 89%);
  --e-global-color-primary: #4095a2;
  --e-global-color-42057b8: #4b4f58;
  --e-global-color-762fba1: #4c5253;
  --e-global-color-253d8f4: #4C525326;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-family);
  font-weight: 400;
  background-color: #f8f9fa;
  color: var(--black1);
  line-height: 1.875;
  position: relative;
}

.btn,
.get-order,
.info__number,
.modal-review,
.modal-wrapper__left,
.modal-wrapper__right,
.nav-top__link {
  font-family: var(--font-family);
}

.link__white {
  color: var(--white) !important;
}
.hide {
  display: none !important;
}
.section {
  padding: 0;
  width: 100%;
}
.container {
  max-width: 1400px;
  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: 1rem 1rem 1rem 2rem;
}
li {
}

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: 110px;
  height: auto;
}
.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;
}


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

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

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

.info__number.first {
  color: var(--button-blue);
  font-size: 25px;
  display: block;
}
.info__number.second {
  color: #464646;
  font-size: 25px;
  display: none;
}

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

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

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


.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-b2);
  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: 110px;
  filter: brightness(0) invert(1) !important;
}
.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;
}
.footer__social > .social-icon {
  margin-right: 1rem;
}


/* Загальні стилі для таблиць */
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;
}

h2 {
  font-family: var(--font-family) !important;
  font-weight: 700 !important;
}

/* IMPORT */