.header_slider .swiper-button-next,
.header_slider .swiper-button-prev,
.info_slider .swiper-button-next,
.info_slider .swiper-button-prev {
  color: #fff;
}
.header_slider {
  height: 74vh;
}
.swiper {
  height: 100%;
  padding: 5px !important;
  width: 100%;
}
.swiper-slide {
  align-items: center;
  display: flex;
  font-size: 18px;
  justify-content: center;
  text-align: center;
}
.swiper-slide img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.autoplay-progress {
  align-items: center;
  bottom: 16px;
  display: flex;
  height: 40px;
  justify-content: center;
  left: 16px;
  position: absolute;
  width: 40px;
  z-index: 10;
}
.autoplay-progress svg {
  --progress: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  stroke-width: 4px;
  stroke: #757070;
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.swiper-button-next,
.swiper-button-prev {
  border-radius: 50px;
  height: 30px;
  padding: 25px;
  width: 30px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #ffd71d;
  color: #000;
  transition: background-color 0.3s linear;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: medium !important;
}
.swiper-button-next {
  bottom: 16px;
  right: 16px;
  top: auto;
}
.swiper-button-prev {
  bottom: 16px;
  left: auto;
  right: 92px;
  top: auto;
}
.swiper-pagination-bullet-active {
  background: #fff !important;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #fffefe);
}
.info_slider .swiper-pagination-bullet-active {
  background: #000;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.info_slider .swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  width: 85%;
}
.second_slider {
  background-color: #fff;
  width: 100%;
}
.myCauseSwiper,
.mySecondSwiper {
  padding: 100px 0 100px 50px;
}
.myCauseSwiper .swiper-slide:after,
.myCauseSwiper .swiper:before {
  display: none;
}
.myCauseSwiper .swiper-slide {
  background-color: #f7f6f2;
  border-radius: 15px;
  min-height: 338px;
}
.second_slider .swiper-slide {
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 20px;
  position: relative;
}
.second_slider .text {
  margin-top: 25px;
}
.second_slider .swiper-slide:after {
  background-color: #1d1d1e;
  border-radius: 5px;
  bottom: 0;
  content: "";
  height: 80%;
  left: 0;
  position: absolute;
  top: 100px;
  transition: background-color 0.3s ease;
  width: 100%;
  z-index: -1;
}
.myServiceSwiper .text {
  text-align: start;
}
.myServiceSwiper .text,
.services .text {
  height: 150px;
  margin-top: 12px;
  overflow-y: auto;
  padding-right: 15px;
}
.text_block {
  display: flex;
  flex-direction: column;
  height: 250px;
  justify-content: space-between;
}
.text p {
  color: hsla(0, 0%, 100%, 0.4);
  font-family: GeologicaRoman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 700;
  height: 200px;
  line-height: 1.25;
  line-height: 1.38;
  margin-bottom: 10px;
}
.services .text {
  margin-bottom: 20px;
}
.text::-webkit-scrollbar {
  width: 5px;
}
.text::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.text::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.text::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.myServiceSwiper {
  padding: 100px 0 100px 50px;
}
.myServiceSwiper .price_block {
  margin-bottom: 50px;
  margin-top: 15px;
  width: 100%;
}
.second_slider .swiper:before {
  background-color: #000;
  bottom: 0;
  content: "";
  height: 70%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
.second_slider .swiper-slide:hover img {
  transform: scale(1.05);
}
.second_slider .swiper-slide:hover:after {
  background-color: #323233;
}
.second_slider h2 {
  color: #fff;
  text-align: center;
}
.cause_slider .swiper-button-next,
.cause_slider .swiper-button-prev,
.second_slider .swiper-button-next,
.second_slider .swiper-button-prev {
  color: #000;
  position: static;
}
.cause_slider .swiper-button-next:hover,
.cause_slider .swiper-button-prev:hover,
.second_slider .swiper-button-next:hover,
.second_slider .swiper-button-prev:hover {
  background-color: #000;
  color: #fff;
}
.info_slider .swiper-button-next,
.info_slider .swiper-button-prev {
  color: #000;
}
.info_slider .swiper-button-next:hover,
.info_slider .swiper-button-prev:hover {
  color: #fff;
}
.second_slider .swiper-wrapper {
  height: 70%;
  position: relative;
  z-index: 100;
}
.second_slider_navigation {
  align-items: center;
  display: flex;
  margin-top: 70px;
  padding-right: 16px;
}
.second_slider_navigation_arrows {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin-left: 50px;
  width: 130px;
}
.info_slider {
  background-color: #f7f6f2;
  box-sizing: border-box;
  height: auto;
  min-height: 600px;
  padding: 50px 0;
}
.info_block-text h3 {
  font-weight: 300;
  margin-bottom: 28px;
}
.mySwiper3 {
  height: 90%;
  overflow: visible;
}
.mySwiper3 .swiper-wrapper {
  align-items: center;
}
.mySwiper3 .swiper-horizontal > .swiper-pagination-bullets,
.mySwiper3 .swiper-pagination-bullets.swiper-pagination-horizontal,
.mySwiper3 .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, -5px);
}
#progress3 svg,
.mySwiper3 .swiper-button-next,
.mySwiper3 .swiper-button-prev,
.mySwiper3 .swiper-pagination {
  position: static;
}
#progress3 svg {
  top: 25px;
}
#progress3 {
  position: static;
}
.slider_navigation {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.mySwiper3 .swiper-slide {
  height: auto;
  padding: 50px 0;
}
.info_block {
  background: #fff;
  border-radius: 5px;
  display: flex;
  height: 450px;
  justify-content: space-between;
  margin-left: 50px;
  position: relative;
  width: 100%;
}
.info_slider .swiper-slide img {
  border-radius: 5px;
  flex-shrink: 0;
  height: 100%;
  left: -50px;
  object-fit: cover;
  position: relative;
  top: -50px;
  width: 50%;
  z-index: 2;
}
.info_block-text {
  height: 400px;
  margin-left: -50px;
  padding: 48px 64px 48px 32px;
  position: relative;
  text-align: left;
  width: 50%;
  z-index: 1;
}
.info_block-text p {
  font-size: 16px;
  padding-bottom: 20px;
}
.info_block-text p::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.info_block-text p::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.info_block-text p::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.info_block-text p::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.causes-section {
  background-color: #fff;
  font-family: Arial, sans-serif;
}
.causes-grid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, 1fr);
}
.cause-card {
  background-color: #f7f6f2;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 338px;
  overflow: hidden;
  padding: 40px 50px 88px;
  position: relative;
  transition: all 0.3s ease;
}
.cause-card:hover {
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-10px);
}
.cause-number {
  color: #ffd71d;
  font-size: 60px;
  font-weight: 700;
  opacity: 0.8;
  position: absolute;
  right: 15px;
  top: 10px;
  transition: all 0.4s ease-in-out;
}
.cause-card:hover .cause-number {
  font-size: 40px;
  opacity: 1;
}
.cause-title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  transform: translateY(0);
  transition: all 0.4s ease;
  width: 70%;
  z-index: 1;
}
.cause-card:hover .cause-title {
  transform: translateY(-20px);
}
.cause-description {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.cause-card:hover .cause-description {
  margin-top: 10px;
  max-height: 100px;
  opacity: 1;
}
.steps-list {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  overflow-x: auto;
  padding: 20px 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.section_title {
  color: #333;
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
}
.section_subtitle {
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}
.steps-scroll-container {
  margin: 0 auto;
  max-width: 1200px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.steps-scroll-container::-webkit-scrollbar {
  display: none;
}
.steps-row {
  display: inline-flex;
  gap: 20px;
  min-width: 100%;
  padding-bottom: 20px;
}
.step-card {
  background: #fff;
  border-radius: 10px;
  flex-shrink: 0;
  max-width: 250px;
  min-width: 170px;
  position: relative;
  text-align: center;
  width: 15%;
}
.step-number {
  color: #ffd71d;
  font-size: 24px;
  font-size: 90px;
  font-weight: 700;
  font-weight: 100;
  margin-bottom: 15px;
}
.step-title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.step-description {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}
.step-arrow {
  align-items: center;
  display: flex;
  height: 38px;
  position: absolute;
  right: -20%;
  top: 24px;
  width: 38px;
  z-index: 100;
}
.arrow-up {
  transform: scaleY(-1);
}
.cause-slider-card {
  display: flex;
  flex-direction: column;
}
.cause-slider-description {
  text-align: start;
}
.cause-slider-card {
  padding: 20px;
}
.cause_slider,
.service_slider {
  display: none;
}
.cause-slider-title {
  margin-bottom: 10px;
  text-align: start;
}
.diagnostic-section {
  background-color: #111112;
  font-family: Arial, sans-serif;
  padding: 60px 0;
}
.diagnostic-wrapper {
  align-items: center;
  background-color: #1d1d1e;
  border-radius: 15px;
  display: flex;
}
.diagnostic-form-block {
  padding: 40px;
  width: 50%;
}
.diagnostic-image-block {
  width: 50%;
}
.diagnostic-image {
  height: auto;
  width: 100%;
}
.diagnostic-title {
  color: #ffffff66;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}
.diagnostic-subtitle {
  color: #fff;
  font-size: 34px;
  margin-bottom: 25px;
}
.diagnostic-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.diagnostic-section .form-group {
  width: 100%;
}
.diagnostic-section .form-input {
  border: 1px solid #ddd;
  border-radius: 24px;
  font-size: 16px;
  padding: 12px 15px;
  width: 100%;
}
.diagnostic-section .form-agreement {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: 15px;
  justify-content: space-between;
  line-height: 1.4;
  margin: 10px 0;
}
.diagnostic-section .form-agreement a {
  color: #06c;
  text-decoration: none;
}
.diagnostic-section .form-agreement-text {
  width: 45%;
}
.diagnostic-section .form-agreement-btn {
  width: 50%;
}
.diagnostic-section .form-agreement-btn .btn {
  width: 100%;
}
.services_slider {
  text-align: start;
}
.injector-section {
  height: 700px;
  position: relative;
}
.injector-section-content {
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  font-family: Arial, sans-serif;
  margin: 0 auto;
  padding: 50px 75px;
  position: absolute;
  top: -80px;
  width: 90%;
}
.sidebar {
  height: fit-content;
  max-height: 80vh;
  overflow-y: auto;
  padding-right: 20px;
  top: 20px;
  width: 50%;
}
.content::-webkit-scrollbar {
  width: 4px;
}
.content::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 3px;
}
.sidebar-title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-menu a {
  color: rgba(0, 0, 0, 0.4);
  display: block;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
  width: 50%;
}
.sidebar-menu a.active,
.sidebar-menu a:hover {
  color: #000;
}
.sidebar-menu-item {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.menu-icon-left {
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  font-weight: 600;
  padding-left: 15px;
  transition: color 0.3s ease;
  user-select: none;
}
.sidebar-menu-item.active a {
  color: #000;
}
.sidebar-menu-item.active .menu-icon-left {
  border-left: 1px solid #000;
  color: #000;
  padding-left: 14px;
}
.sidebar-menu-item a {
  font-size: 16px;
}
.sidebar-menu-item:hover .menu-icon-left {
  color: #000;
}
.content {
  flex: 1;
  height: 600px;
  overflow-y: auto;
  padding-left: 16px;
  padding-right: 32px;
}
.content h2 {
  border-top: 1px solid #eee;
  color: #333;
  margin-top: 30px;
  padding-top: 10px;
}
.content p {
  color: #555;
  line-height: 1.6;
}
.content ul {
  padding-left: 20px;
}
.content li {
  margin-bottom: 8px;
}
.video-section {
  background-color: #f7f6f2;
  height: auto;
}
.video-container {
  display: flex;
  height: 100%;
  justify-content: center;
}
.video-container img {
  width: 62%;
}
.socials {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  width: 250px;
}
.socials_block {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1279px) {
  .causes-section,
  .services {
    display: none;
  }
  .cause_slider,
  .service_slider {
    display: block;
  }
  .sidebar {
    display: none;
  }
  .injector-section-content {
    padding: 40px 10px 40px 20px;
  }
}
@media (max-width: 1200px) {
  .diagnostic-section .form-agreement-text {
    margin-bottom: 15px;
    width: 100%;
  }
  .diagnostic-section .form-agreement-btn {
    width: 100%;
  }
  .steps-row {
    justify-content: center;
  }
  .step-arrow {
    display: flex;
  }
}
@media (max-width: 978px) {
  .info_block {
    flex-direction: column;
    height: auto;
    justify-content: normal;
    margin-left: 0;
  }
  .info_slider .swiper-slide img {
    height: auto;
    left: -10px;
    margin-bottom: 20px;
    top: -10px;
    width: 100%;
  }
  .info_block-text {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 898px) {
  .diagnostic-wrapper,
  .popup_form {
    flex-direction: column;
  }
  .diagnostic-form-block {
    padding: 40px;
    width: 100%;
  }
  .diagnostic-image-block {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .diagnostic-image-block img {
    height: 320px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .injector-section-content {
    top: -45px;
  }
  .popup_cookies button,
  .popup_letter button,
  .popup_phone button {
    padding: 10px;
  }
  .video-container img {
    width: 100%;
  }
  .injector-section {
    flex-direction: column;
  }
  .info_block-text {
    padding: 12px;
  }
  .info_block-text p {
    height: 250px;
    overflow-y: auto;
    padding-right: 20px;
  }
  .sidebar {
    border-bottom: 1px solid #ddd;
    border-right: none;
    margin-bottom: 20px;
    max-height: none;
    padding-bottom: 20px;
    position: static;
    width: 100%;
  }
  .content {
    padding-left: 0;
  }
  .diagnostic-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 568px) {
  .popup_form {
    padding: 1.5rem;
  }
  .popup_form_title {
    margin-top: 30px;
  }
  .popup_form_title h3 {
    font-size: 32px;
  }
}

@media (max-width: 320px) {
  .popup_form_title h3 {
    font-size: 24px;
  }
  .popup_form {
    padding: 1rem;
  }
  .info_block-text p {
    height: 180px;
  }
}
.services {
  background-color: #111112;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
.services-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding-top: 62px;
}
.service-card {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 100px;
  max-width: 430px;
  padding: 10px 34px 36px 26px;
  position: relative;
  text-align: left;
  width: 30%;
  z-index: 100;
}
.service-card:hover img {
  transform: scale(1.05);
}
.service-card:hover:after {
  background-color: #323233;
}
.service-card:hover .btn .btn-text {
  transform: translateX(-15px);
}
.service-card:hover .btn:after {
  opacity: 1;
  right: 10px;
}
.service-card:after {
  background-color: #1d1d1e;
  border-radius: 5px;
  bottom: 0;
  content: "";
  height: 80%;
  left: 0;
  position: absolute;
  top: 100px;
  transition: background-color 0.3s ease;
  width: 100%;
  z-index: -1;
}
.image-container {
  width: 100%;
}
.price_block {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.service-card img {
  height: auto;
  margin: 0 auto;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
.price {
  color: #fff;
  margin: 0 !important;
}
.pop_wrapper {
  background: #0000006b;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  z-index: 9989;
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: blur(5px);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.popup_form_title {
  display: flex;
  flex-direction: column;
}
.popup_form_title h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}
.popup_form_title p {
  font-size: 18px;
}
.popup_form {
  background-color: #fff;
  border-radius: 15px;
  gap: 20px;
  height: auto;
  justify-content: space-between;
  left: 50%;
  max-width: 1000px;
  min-width: 230px;
  padding: 3.5rem;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 1000000;
}
.popup_form .close-popup {
  align-items: center;
  background-color: #fff;
  border: none;
  border-radius: 100px;
  display: flex;
  height: 35px;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 35px;
}
.close-popup:hover {
  background-color: hsla(0, 3%, 82%, 0.418);
}
.popup-form {
  width: 100%;
}
.popup-form label {
  font-weight: 700;
  top: 15px;
}
.popup-form button {
  margin-top: 45px;
}
.popup_buttons {
  bottom: 20px;
  display: flex;
  gap: 20px;
  position: fixed;
  right: 30px;
  z-index: 100000;
}
.popup_letter button,
.popup_phone button {
  background-color: #ffd71d;
  border: none;
  border-radius: 50px;
  padding: 15px;
  transition: background-color 0.5s ease;
}
.popup_cookies button {
  align-items: center;
  background-color: #c2bcbc;
  border: none;
  border-radius: 50%;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.14),
    0 1px 18px rgba(0, 0, 0, 0.12);
  display: flex;
  height: 60px;
  justify-content: center;
  padding: 0;
  transition: background-color 0.5s ease;
  width: 60px;
}
.popup_cookies {
  bottom: 20px;
  left: 50px;
  position: fixed;
  z-index: 100000;
}
.popup_cookies svg {
  color: #fff;
}
.popup_letter button:hover,
.popup_phone button:hover {
  background-color: #dab61a;
}
.popup_cookies button:hover {
  background-color: #999595;
}
.popup-form input,
select,
textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-top: 0.75rem;
  width: 100%;
}
#popup_datenschutz {
  width: auto !important;
}
textarea {
  min-height: 58px;
  resize: vertical;
}
.popup_form_line {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.popup_form_line .form_group {
  width: 48%;
}
.input-container {
  margin-bottom: 20px;
  position: relative;
}

footer {
  background-color: #111112;
  color: #fff;
  height: auto;
  padding-bottom: 100px;
  padding-top: 100px;
}
.phone_number {
  white-space: nowrap;
}
.google_map {
  height: 300px;
}
footer h4 {
  text-transform: uppercase;
}
.footer_blocks {
  gap: 25px;
}
.footer_blocks,
.footer_blocks_block1 {
  display: flex;
  justify-content: space-between;
}
.footer_blocks_block1 {
  gap: 20px;
  width: 55%;
}
.footer_blocks_block2 {
  width: 40%;
}
.footer_block {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footer_block a {
  color: #7e7c7c;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.footer_block p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.footer_block a:hover {
  color: #fff;
}
.footer_links,
.footer_links_doc,
.footer_links_small {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footer_links_small {
  display: none;
}
@media (max-width: 1378px) {
  .footer_blocks {
    align-items: center;
    flex-direction: column;
  }
  .footer_blocks_block1 {
    width: 100%;
  }
  .footer_blocks_block2 {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .footer_links {
    display: none;
  }
  .footer_links_small {
    display: flex;
  }
}
@media (max-width: 568px) {
  .popup_form {
    padding: 1.5rem;
  }
  .socials_block {
    align-items: center;
  }
  .footer_block {
    text-align: center;
  }
  .footer_blocks_block1 {
    flex-direction: column;
  }
  .google_map {
    width: 95%;
  }
  .socials {
    width: 220px;
  }
  .footer_block,
  .footer_links_doc,
  .footer_links_small {
    align-items: center;
  }
}
.faq-section {
  background-color: #f7f6f2;
  justify-content: center;
  padding: 40px 20px;
  width: 100%;
}
.faq-container {
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: space-around;
  padding: 20px;
  width: 100%;
}
.faq-item {
  border-top: 1px solid #ddd;
  height: auto;
  width: 40%;
}
.faq-item p {
  font-weight: 500;
}
.faq-answer p {
  color: #000;
  font-size: 14px;
}
.faq-question {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 34px;
  outline: none;
  padding: 10px 0;
  text-align: left;
  transition: 0.3s;
  width: 100%;
}
.faq-question:hover .faq-icon-left,
.faq-question:hover .faq-question__text {
  color: #000;
}
.faq-icon {
  transition: transform 0.3s ease;
}
.faq-answer {
  color: #333;
  max-height: 0;
  overflow: hidden;
  padding: 0 54px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-answer,
.faq-answer p {
  font-size: 16px;
}
.faq-item.active .faq-answer {
  max-height: 360px;
}
.faq-item.active .faq-icon-left,
.faq-item.active .faq-question__text {
  color: #000;
}
.faq-item.active .faq-icon {
  transform: rotate(180deg);
}
.faq-icon-left {
  align-items: center;
  color: rgba(0, 0, 0, 0.4);
  display: flex;
  transition: color 0.3s ease;
}
.faq-question__text {
  color: rgba(0, 0, 0, 0.7);
  transition: color 0.3s ease;
}
.faq-item-button svg {
  height: 24px;
  transition-duration: 0.4s;
  width: 24px;
  --rotate-degree: 90deg;
}
.faq-item-button {
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 13px;
  transition: all 0.3s ease-in-out;
}
.faq-item.active svg {
  transform: rotate(90deg);
}
@media (max-width: 898px) {
  .faq-item {
    width: 100%;
  }
  .faq-question {
    justify-content: space-between;
  }
  .faq-answer {
    padding: 0;
  }
  .faq-icon-left {
    display: none;
  }
}
@media (max-width: 460px) {
  .faq-question {
    gap: 10px;
  }
  .faq-item-button {
    border-radius: 0;
    display: block;
    height: 25px;
    padding: 0;
    width: 25px;
  }
  .faq-container,
  .faq-section {
    padding: 10px;
  }
}
body {
  background: #fff;
  color: #000;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
@media (max-width: 978px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  max-width: 90%;
  width: 95%;
}
.btn {
  align-items: center;
  background-color: #000;
  border: none;
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  min-width: 142px;
  overflow: hidden;
  padding: 12px 24px;
  text-transform: uppercase;
}
.btn,
.btn-text {
  position: relative;
  transition: all 0.3s ease;
}
.btn-text {
  line-height: 18px;
  margin-right: 10px;
  z-index: 2;
}
.btn:after {
  align-items: center;
  background-color: #ffd71d;
  border-radius: 50%;
  color: #000;
  content: "➜";
  display: flex;
  font-size: 14px;
  height: 30px;
  justify-content: center;
  opacity: 0;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 30px;
}
.btn:hover .btn-text {
  transform: translateX(-15px);
}
.btn:hover:after {
  opacity: 1;
  right: 10px;
}
section {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media (max-width: 320px) {
  p {
    font-size: 14px !important;
  }
}

.popup_form {
  display: none;
}

.info__header,
header {
  align-items: center;
  background: transparent;
  display: flex;
  height: 76px;
  justify-content: center;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.info__header {
  background-color: #fff !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}
.info__header_line {
  justify-content: center;
}
.header_line,
.info__header_line {
  align-items: center;
  display: flex;
  gap: 20px;
  padding: 0 30px;
  width: 100%;
}
.header_line {
  justify-content: space-between;
}
.static_header {
  height: 74vh;
}
.static_header img {
  height: 100%;
  object-fit: none;
  width: 100%;
}
@media (max-width: 1200px) {
  .header {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 978px) {
  .header {
    height: 59px;
  }
}
@media (max-width: 768px) {
  .header_slider {
    height: 50%;
  }
}
@media (max-width: 556px) {
  .header_line {
    padding: 0;
  }
}
@media (max-width: 460px) {
  .static_header {
    display: block;
  }
  .header_slider {
    display: none;
  }
}
nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 70%;
}
nav .btn {
  background-color: #fff;
  color: #000;
}
nav a {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  padding: 8px 0;
  position: relative;
  text-decoration: none;
}
nav a.animate:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: width 0.2s ease-in-out;
  width: 0;
}
nav a.animate:hover {
  color: #fff;
}
nav a:hover:before {
  width: 100%;
}
.scrolled {
  background-color: #fff !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}
.scrolled nav a {
  color: #000;
}
.scrolled nav .btn,
.scrolled nav a.animate:before {
  background-color: #000;
}
.scrolled nav .btn {
  color: #fff;
}
.scrolled nav a:hover {
  color: #000;
}
@media (max-width: 1279px) {
  nav {
    display: none;
  }
}
picture,
picture img {
  height: 100%;
  object-fit: none;
  width: 100%;
}
.static_header_big {
  display: block;
}
.static_header_big img,
.static_header_small img {
  object-fit: none;
}
.static_header_small {
  display: none;
}
@media (max-width: 420px) {
  .static_header_small {
    display: block;
  }
  .static_header_big {
    display: none;
  }
}

@media (max-width: 460px) {
  .popup_form_line {
    flex-direction: column;
    gap: 0;
  }
  .popup_form_line .form_group {
    width: 100%;
  }
  .diagnostic-image-block img {
    height: auto;
    width: auto;
  }
  .injector-section-content {
    position: static;
  }
  .injector-section {
    padding-top: 15px;
  }
  .injector-section-content {
    left: 0;
    width: 100%;
  }
  .diagnostic-subtitle {
    font-size: 25px;
  }
  .diagnostic-form-block {
    padding: 15px;
  }
  .price_block {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 0;
  }
  .injector-section-content,
  .myCauseSwiper,
  .mySecondSwiper,
  .myServiceSwiper {
    padding: 10px;
  }
}

@media (max-width: 460px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  .popup_form_title p {
    display: none;
  }
  .popup_form_title {
    font-size: 16px !important;
    margin-top: 0;
  }
}

.socials_block {
  display: none;
}

.burger-menu.close-button {
  cursor: pointer;
  background-color: inherit;
  border-radius: 25px;
  padding: 5px;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.burger_menu {
  display: none;
  position: fixed;
  max-width: 370px !important;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  /*display: none;*/
  flex-direction: column;
  z-index: 10000;
  background-color: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.burger-menu__nav {
  display: flex;
  flex-direction: column;
  z-index: 10000;
  background-color: white;
}

.burger-menu__nav a {
  display: block;
  padding: 11px 20px 12px 20px;
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
}

.burger-menu__nav a:hover {
  color: #9d9ea0;
}

.burger_menu-top_line {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 6px 0px 3px 20px;
  justify-content: space-between;
}

.burger_menu-top_line span {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.burger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.burger span {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #232323;
}

.burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  cursor: pointer;
  position: relative; /* щоб уникнути можливих проблем із зсувами */
}

.burger-icon {
  width: 24px;
  height: 2px;
  background-color: #333;
  border-radius: 5px;
  transition: all 0.3s ease;
  display: block; /* Гарантує, що блок займе правильний простір */
}

.burger:hover .burger-icon {
  background-color: #666;
}
