@charset "UTF-8";
@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Inter_18pt-Regular.woff") format("woff"), url("../fonts/Inter_18pt-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Outfit";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Outfit-Regular.woff") format("woff"), url("../fonts/Outfit-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Outfit";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Outfit-SemiBold.woff") format("woff"), url("../fonts/Outfit-SemiBold.woff2") format("woff2");
}
body {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}

*, *::after, *::before {
  box-sizing: border-box;
  outline: none !important;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-width: 320px;
  max-width: 100%;
}

button, input, select {
  background: none;
  border: none;
  outline: none;
}

.inner {
  width: 100%;
  max-width: 1240px;
  padding: 0px 20px;
  margin: 0 auto;
}

.scroll-to-top {
  position: fixed;
  bottom: 150px;
  right: 20px;
  display: none;
  z-index: 1000;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}

.scroll-to-top img {
  width: 100%;
  height: auto;
  display: none;
  border-radius: 50%;
}

.standorte .select2-container .select2-selection--single {
  background: url(../img/chevron-down.svg) center right 4px no-repeat !important;
}
.standorte .select2-container--default.select2-container--open .select2-selection--single {
  background: url(../img/chevron-top.svg) center right 4px no-repeat !important;
}

.d .wpcf7-form-control-wrap {
  background: url(../img/calendar.svg) center right 14px no-repeat;
}

.form-location textarea {
  background: transparent;
  height: 150px;
  border-bottom: 1px solid rgba(33, 30, 90, 0.25);
}

.d .date {
  margin: 0;
  height: 30px;
}

@media (max-width: 768px) {
  .scroll-to-top {
    bottom: 180px;
  }

  .scroll-to-top img {
    display: block;
  }
}
.site-container {
  height: 100%;
}

html {
  scroll-behavior: auto !important;
}

body.a11y-font,
body.a11y-font *,
body {
  font-family: "Outfit", sans-serif !important;
}

.site-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-container {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
}

a.active, a:hover {
  color: #1284a3;
}

section {
  position: relative;
}

.form__row--checkbox {
  position: relative;
}
.form__row--checkbox .checkbox-label {
  white-space: inherit;
  display: block;
  padding-left: 31px;
  position: relative;
}

.advice .form-block textarea {
  width: 100%;
  border-bottom: 1px solid rgba(33, 30, 90, 0.25);
  padding: 3px;
  background: transparent;
  height: 100px;
}

input[type=checkbox] + span::before,
input[type=checkbox] + label::before {
  display: inline-flex;
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  margin-right: 8px;
  border-radius: 4px;
  border: 1px solid var(--Stroke, #d3e0ec);
  left: 0;
  content: "";
  top: 3px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

input[type=checkbox]:checked + span::before,
input[type=checkbox]:checked + label::before {
  background: url("../img/check.svg") no-repeat;
  background-size: cover;
}

input[type=submit],
button[type=submit] {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--White, #fff);
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  cursor: pointer;
  font-weight: 600;
  line-height: normal;
  border-radius: 100px;
  border: 1px solid var(--Background, #f4f7fa);
  background: var(--Primary, #211e5a);
  transition: 0.3s ease;
}
input[type=submit]:hover, input[type=submit]:visited:hover, input[type=submit]:focus:hover, input[type=submit]:focus, input[type=submit]:active, input[type=submit]:active:hover,
button[type=submit]:hover,
button[type=submit]:visited:hover,
button[type=submit]:focus:hover,
button[type=submit]:focus,
button[type=submit]:active,
button[type=submit]:active:hover {
  border: 1px solid var(--Second, #1284a3);
  background: var(--Second, #1284a3);
  color: #fff;
}
input[type=submit]:visited,
button[type=submit]:visited {
  border: 1px solid #211e5a;
  background: #211e5a;
  color: #fff;
}

input[type=checkbox] {
  display: none;
}

.badge {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  display: flex;
  padding: 5px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 100px;
  background: transparent;
  border: 1px solid #211e5a;
}
@media (max-width: 768px) {
  .badge {
    font-size: 14px;
  }
}
.badge.orange {
  color: var(--White, #fff);
  background: #366200;
  border: 1px solid #366200;
}
.badge.dark {
  color: var(--White, #fff);
  background: var(--Primary, #211e5a);
  border: 1px solid #211e5a;
}

.error-404 {
  padding: 64px 0;
}
.error-404 h1 {
  text-align: center;
}
.error-404 p {
  text-align: center;
}
.error-404 .btn {
  margin: 32px auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

main {
  display: flex;
  flex-direction: column;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}

.toggle-paragraph {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
}

.toggle-button.expanded svg {
  transform: rotate(180deg);
}

.hidden {
  display: none;
}

.toggle-paragraph.expanded {
  -webkit-line-clamp: unset;
}

.wpcf7-spinner {
  /* visibility: hidden; */
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: absolute;
  right: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  align-items: center;
  overflow: hidden;
  max-width: 186px;
}

.swiper-pagination-bullet {
  width: 58px;
  height: 1px;
  display: inline-block;
  border-radius: 100px;
  background: #d3e0ec;
  opacity: 1;
  flex-shrink: 0;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #211e5a;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: auto;
  right: auto;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  top: auto;
  width: 42px;
  height: 42px;
  margin-top: 0;
  bottom: auto;
}

@media (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 14px;
  }

  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
  }
}
strong {
  font-weight: 400;
}

.location {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .location {
    font-size: 14px;
  }
}
.location svg {
  width: 24px;
  height: 24px;
}

.date {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .date {
    font-size: 14px;
  }
}

:root {
  --color-bg1: rgb(255, 255, 255);
  --color-bg2: rgb(255, 255, 255);
  --color1: 226, 240, 244;
  --color2: 228, 241, 244;
  --color3: 226, 240, 244;
  --color4: 226, 240, 244;
  --color5: 226, 240, 244;
  --color-interactive: 226, 240, 244;
  --circle-size: 80%;
  --blending: hard-light;
}

@-webkit-keyframes moveInCircle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes moveInCircle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes moveVertical {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes moveVertical {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(-50%);
  }
}
@-webkit-keyframes moveHorizontal {
  0% {
    transform: translateX(-50%) translateY(-10%);
  }
  50% {
    transform: translateX(50%) translateY(10%);
  }
  100% {
    transform: translateX(-50%) translateY(-10%);
  }
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(-50%) translateY(-10%);
  }
  50% {
    transform: translateX(50%) translateY(10%);
  }
  100% {
    transform: translateX(-50%) translateY(-10%);
  }
}
.gradient-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: -1;
  will-change: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
}

.gradient-bg svg {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.gradient-bg .gradients-container {
  filter: url(#goo) blur(40px);
  -webkit-filter: url(#goo) blur(40px);
  width: 100%;
  height: 100%;
}

.gradient-bg .g1 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color1), 0.8) 0, rgba(var(--color1), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: center center;
  -webkit-animation: moveVertical 30s ease infinite;
  animation: moveVertical 30s ease infinite;
  opacity: 1;
}

.gradient-bg .g2 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color2), 0.8) 0, rgba(var(--color2), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: calc(50% - 400px);
  animation: moveInCircle 20s reverse infinite;
  opacity: 1;
}

.gradient-bg .g3 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color3), 0.8) 0, rgba(var(--color3), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2 + 200px);
  left: calc(50% - var(--circle-size) / 2 - 500px);
  transform-origin: calc(50% + 400px);
  -webkit-animation: moveInCircle 40s linear infinite;
  animation: moveInCircle 40s linear infinite;
  opacity: 1;
}

.gradient-bg .g4 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color4), 0.8) 0, rgba(var(--color4), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: calc(50% - 200px);
  -webkit-animation: moveHorizontal 40s ease infinite;
  animation: moveHorizontal 40s ease infinite;
  opacity: 0.7;
}

.gradient-bg .g5 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color5), 0.8) 0, rgba(var(--color5), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: calc(var(--circle-size) * 2);
  height: calc(var(--circle-size) * 2);
  top: calc(50% - var(--circle-size));
  left: calc(50% - var(--circle-size));
  transform-origin: calc(50% - 800px) calc(50% + 200px);
  -webkit-animation: moveInCircle 20s ease infinite;
  animation: moveInCircle 20s ease infinite;
  opacity: 1;
}

.gradient-bg .interactive {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color-interactive), 0.8) 0, rgba(var(--color-interactive), 0) 50%) no-repeat;
  -webkit-mask-image: radial-gradient(circle, rgba(var(--color-interactive), 0.8) 0, rgba(var(--color-interactive), 0) 50%);
  mask-image: radial-gradient(circle, rgba(var(--color-interactive), 0.8) 0, rgba(var(--color-interactive), 0) 50%);
  width: 100%;
  height: 100%;
  top: -50%;
  left: -50%;
  opacity: 0.7;
}

.modal,
.form__modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

.form__modal.active {
  display: flex;
}

.modal-content,
.form__modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 32px;
  width: 90%;
  max-width: 1300px;
  position: relative;
  border-radius: 20px;
}

.form__modal-content {
  background: url("../img/franchise.svg") no-repeat;
  background-size: cover;
  max-width: 830px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.modal .close,
.form__modal .close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.modal-title {
  color: var(--Primary, #211e5a);
  font-family: Outfit;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
  margin-bottom: 32px;
}

.modal-text {
  color: var(--Gray, #211e5a);
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form__modal form {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 32px 0 0;
}
.form__modal form .form-block {
  display: flex;
  align-items: center;
  gap: 16px;
}
.form__modal form input[type=submit],
.form__modal form button[type=submit] {
  border: 0;
  max-width: 105px;
}
.form__modal form .form-button {
  display: flex;
  position: relative;
  align-items: center;
  gap: 12px;
}
.form__modal form .form-button .form-button {
  width: 70%;
}
.form__modal form .select2-container {
  width: 100% !important;
  max-width: 100%;
  border-radius: 100px;
  border: 1px solid var(--Stroke, #d3e0ec);
  background: var(--White, #fff);
  padding: 12px 24px;
}
.form__modal form .checkbox-label .wpcf7-list-item-label {
  white-space: wrap;
}
.form__modal form .checkbox-label {
  padding-left: 0;
}
.form__modal form .checkbox-label span:last-child {
  font-size: 14px;
  padding-left: 24px;
  display: block;
}
.form__modal form .checkbox-label span:last-child strong {
  font-size: 16px;
}
.form__modal form .form__row--checkbox .wpcf7-form-control-wrap {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.form__modal form label {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .form__modal form label {
    font-size: 14px;
  }
}
.form__modal form label strong {
  font-weight: 400;
  font-size: 16px;
}
.form__modal form input {
  border-bottom: 1px solid rgba(33, 30, 90, 0.25);
  width: 100%;
}
.form__modal form .file-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  color: #211e5a;
  position: relative;
  cursor: pointer;
}
.form__modal form .upload-text {
  margin-left: 5px;
  color: #211e5a;
  font-weight: 400;
  position: relative;
  padding-left: 34px;
}
.form__modal form .upload-text::before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../img/paperclip.svg") no-repeat;
}
.form__modal form .file-label input[type=file] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.reviews .ti-widget.ti-goog {
  margin-top: 32px;
}

.reviews .ti-widget.ti-goog .ti-review-item > .ti-inner,
.ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
  box-shadow: unset;
  border: 1px solid var(--Stroke, #d3e0ec) !important;
}

.reviews .ti-widget.ti-goog .ti-review-item > .ti-inner {
  border-radius: 20px !important;
}

.select2-results {
  display: block;
  color: #d3e0ec;
}

.select2-container--open .select2-dropdown {
  border: 1px solid var(--Stroke, #d3e0ec);
  border-radius: 0 0 20px 20px;
}

.post-type-archive-standorte .select2-container--open .select2-dropdown {
  top: 47px !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: #fff;
  color: #1284a3;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1284a3 !important;
}

input[type=text] {
  color: #211e5a;
}
input[type=text]::-moz-placeholder {
  color: #211e5a;
}
input[type=text]:-ms-input-placeholder {
  color: #211e5a;
}
input[type=text]::placeholder {
  color: #211e5a;
}
input[type=text]::-webkit-input-placeholder {
  color: #211e5a;
}
input[type=text]::-moz-placeholder {
  color: #211e5a;
}
input[type=text]:-ms-input-placeholder {
  color: #211e5a;
}
input[type=text]:-moz-placeholder {
  color: #211e5a;
}

.select2-container--default .select2-selection--single .select2-selection__rendered[title="Wähle eine Kategorie…"],
.select2-container--default .select2-selection--single .select2-selection__rendered[title="Standort wählen"],
.select2-container--default .select2-selection--single .select2-selection__rendered[title="Wähle einen Ort…"],
.select2-container--default .select2-selection--single .select2-selection__rendered[title=Position],
.select2-container--default .select2-selection--single .select2-selection__rendered[title=Bundesländer] {
  color: #211e5a !important;
}

.select2-container--default.select2-container--open .select2-selection--single {
  background: url(../img/chevron-top.svg) center right 24px no-repeat !important;
}

.select2-container .select2-selection--single {
  background: url(../img/chevron-down.svg) center right 24px no-repeat !important;
}

form.search-form > div {
  padding: 7px 0 7px 24px !important;
}

.select2-container--default .select2-results > .select2-results__options {
  border-radius: 0 0 20px 20px !important;
}

form input[name="datenschutz[]"] + span {
  font-size: 0 !important;
}

.wpcf7-not-valid-tip {
  position: absolute;
}

.form__row--checkbox .wpcf7-not-valid-tip {
  bottom: 0;
}

.franchises .gradient-bg {
  display: none;
}

.map-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.map-header {
  text-align: center;
  margin-bottom: 30px;
}

.map-header .logo {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #007bff, #0056b3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 123, 255, 0.3);
}

.map-header .logo::before {
  content: "";
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  position: absolute;
}

.map-header .logo::after {
  content: "";
  width: 15px;
  height: 25px;
  background: linear-gradient(45deg, #007bff, #0056b3);
  border-radius: 0 50% 50% 0;
  position: absolute;
  transform: rotate(-45deg);
  z-index: 1;
}

.map-header h1 {
  color: #2c3e50;
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 10px;
}

.map-wrapper {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}

#map {
  width: 100%;
  height: 500px;
}

.location-item {
  padding: 15px;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.location-item:hover {
  border-color: #211e5a;
  background: #f8f7ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(33, 30, 90, 0.15);
}

.location-icon {
  background: #211e5a;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-weight: bold;
}

.location-info h4 {
  color: #2c3e50;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.location-info p {
  color: #6c757d;
  font-size: 0.9rem;
}

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  color: #6c757d;
}

#ihr-pflegedienst {
  min-height: 100vh !important;
}

.form__modal form select + .select2-container.select2-container--open {
  border-radius: 20px 20px 0 0;
}

@media (max-width: 768px) {
  .map-header h1 {
    font-size: 2rem;
  }

  .map-container {
    padding: 10px;
  }

  #map {
    height: 400px;
  }
}
button.gm-ui-hover-effect {
  position: absolute !important;
  right: 0;
}

html {
  overflow-x: hidden;
}

/* Custom marker styles */
.custom-marker {
  background: #007bff;
  border: 3px solid white;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1024px) {
  .form__modal form .select2-container .select2-selection--single {
    border-radius: 100px;
    border: 0;
    height: auto;
    display: flex;
    align-items: center;
    padding: 0;
    background: url(../img/chevron-down.svg) center right no-repeat, #fff;
  }
  .form__modal form .file-label {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .form__modal form .file-label {
    font-size: 14px;
  }

  .form__modal form .form-button {
    flex-wrap: wrap;
  }

  .form__modal form input[type=submit],
.form__modal form button[type=submit] {
    border: 0;
    max-width: 100%;
  }
}
.footer {
  padding: 64px 0;
}
.footer__top {
  display: flex;
  padding-bottom: 64px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__info {
  display: flex;
  align-items: center;
}
.footer__info_button {
  padding-left: 32px;
}
.footer__info_button a {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid var(--Primary, #211e5a);
  color: var(--Primary, #211e5a);
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  transition: 0.3s ease;
}
.footer__info_button a:hover, .footer__info_button a:visited:hover {
  background: var(--Primary, #211e5a);
  color: #fff;
}
.footer__info_button a:visited {
  color: var(--Primary, #211e5a);
}
.footer__info p {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer__social {
  display: flex;
  align-items: center;
  padding: 0 32px;
  gap: 16px;
  border-right: 1px solid #d3e0ec;
}
.footer__social a img {
  transition: 0.3s ease;
  display: block;
}
.footer__social a:hover img {
  transform: scale(1.25);
}
.footer__center {
  padding: 64px 0;
  flex-wrap: wrap;
  gap: 22px;
  display: flex;
  border-top: 1px solid #d3e0ec;
  border-bottom: 1px solid #d3e0ec;
  justify-content: space-between;
}
.footer__nav ul {
  display: flex;
  gap: 24px;
	flex-wrap: wrap;
}
.footer__nav ul a {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer__nav ul a:hover {
  color: #1284a3;
}
.footer__main-nav ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__main-nav ul a {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .footer__main-nav ul a {
    font-size: 14px;
  }
}
.footer__main-nav ul a:hover {
  color: #1284a3;
}
.footer__contact {
  width: 100%;
  max-width: 700px;
}
.footer form {
  display: flex;
  padding: 7px 7px 7px 24px;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
  justify-content: space-between;
  align-self: stretch;
  border-radius: 100px;
  border: 1px solid var(--Stroke, #d3e0ec);
  background: var(--White, #fff);
}
.footer form input[type=submit],
.footer form button[type=submit] {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--White, #fff);
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  cursor: pointer;
  font-weight: 600;
  line-height: normal;
  border-radius: 100px;
  border: 1px solid var(--Background, #f4f7fa);
  background: var(--Primary, #211e5a);
  transition: 0.3s ease;
}
.footer form input[type=submit]:hover, .footer form input[type=submit]:visited:hover, .footer form input[type=submit]:focus:hover, .footer form input[type=submit]:focus, .footer form input[type=submit]:active, .footer form input[type=submit]:active:hover,
.footer form button[type=submit]:hover,
.footer form button[type=submit]:visited:hover,
.footer form button[type=submit]:focus:hover,
.footer form button[type=submit]:focus,
.footer form button[type=submit]:active,
.footer form button[type=submit]:active:hover {
  border: 1px solid var(--Second, #1284a3);
  background: var(--Second, #1284a3);
  color: #fff;
}
.footer form input[type=submit]:visited,
.footer form button[type=submit]:visited {
  border: 1px solid #211e5a;
  background: #211e5a;
  color: #fff;
}
.footer form input::-moz-placeholder {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #d3e0ec;
}
.footer form input:-ms-input-placeholder {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #d3e0ec;
}
.footer form input::placeholder {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #d3e0ec;
}
@media (max-width: 768px) {
  .footer form input::-moz-placeholder {
    font-size: 14px;
  }
  .footer form input:-ms-input-placeholder {
    font-size: 14px;
  }
  .footer form input::placeholder {
    font-size: 14px;
  }
}
.footer form input {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .footer form input {
    font-size: 14px;
  }
}
.footer form input[type=text] {
  width: 100%;
  cursor: pointer;
}
.footer__block {
  display: flex;
  flex-wrap: wrap;
  padding: 32px;
  gap: 32px;
  border-radius: 20px;
  border: 1px solid var(--Stroke, #d3e0ec);
  background: var(--White, #fff);
}
.footer__block h2 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
}
@media (max-width: 992px) {
  .footer__block h2 {
    font-size: 18px;
  }
}
.footer__block_center {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__block_center a {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .footer__block_center a {
    font-size: 14px;
  }
}
.footer__block_center a:hover {
  color: #1284a3;
}
.footer__block_center p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .footer__block_center p {
    font-size: 14px;
  }
}
.footer__block_button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  align-self: flex-end;
}
.footer__block_button a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--Primary, #211e5a);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.footer__block_button:hover a {
  color: #1284a3;
}
.footer__block_button:hover svg path {
  stroke: #1284a3;
}
.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  padding-top: 64px;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
}
.footer__bottom .copyright {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer__logo {
  width: 100%;
  max-width: 235px;
  height: 100%;
  max-height: 70px;
}
.footer__logo img {
  width: 100%;
}

@media (max-width: 1110px) {
  .footer__logo {
    max-width: 160px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 32px 0;
  }
  .footer__top {
    padding-bottom: 32px;
    flex-direction: column;
    gap: 40px;
  }
  .footer__bottom {
    padding-top: 32px;
    gap: 16px;
  }
  .footer__block {
    padding: 20px;
    gap: 16px;
    justify-content: space-between;
  }
  .footer__block_button {
    justify-content: flex-end;
    width: 100%;
  }
  .footer__block h2 {
    font-size: 22px;
  }
  .footer__center {
    padding: 32px 0;
  }
  .footer__contact {
    max-width: 100%;
  }
  .footer__info {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer__social {
    width: 100%;
    padding: 16px 0 32px;
    border-right: 0;
    margin-bottom: 32px;
    border-bottom: 1px solid #d3e0ec;
  }
  .footer__info_button {
    padding-left: 0;
  }
}
@media (max-width: 568px) {
  .footer__info_button {
    width: 100%;
  }
  .footer form {
    flex-direction: column;
    border-radius: 0;
    border: 0;
    padding: 0;
    background: transparent;
    gap: 16px;
  }
  .footer form button[type=submit],
.footer form input[type=submit] {
    width: 100%;
  }
  .footer form input[type=text] {
    border-radius: 100px;
    border: 1px solid var(--Stroke, #d3e0ec);
    padding: 14px 14px 14px 24px;
  }
}
.header {
  padding: 14px 0;
  position: relative;
}
.header__logo {
  width: 100%;
  max-width: 235px;
  height: 100%;
  max-height: 70px;
}
.header__logo img {
  width: 100%;
}
.header .mobile {
  display: none;
}
.header .standorte .link-menu, .header .leistungen .link-menu {
  color: #0e6471 !important;
  font-family: Outfit;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
}
.header .standorte .link-menu:hover, .header .leistungen .link-menu:hover {
  color: #0e6471 !important;
  text-decoration: underline;
}
.header .desktop {
  display: flex;
}
.header__left {
  display: flex;
  gap: 32px;
  align-items: center;
}
.header__button a {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid var(--Primary, #211e5a);
  color: var(--Primary, #211e5a);
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  transition: 0.3s ease;
  white-space: nowrap;
}
.header__button a:hover, .header__button a:visited:hover {
  background: var(--Primary, #211e5a);
  color: #fff;
}
.header__button a:visited {
  color: var(--Primary, #211e5a);
}
.header__wrapper {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
}
.header__menu {
  padding-left: 32px;
  border-left: 1px solid #d3e0ec;
}
.header__menu ul {
  display: flex;
  gap: 16px;
  align-items: center;
  white-space: nowrap;
}
.header__menu ul a {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .header__menu ul a {
    font-size: 14px;
  }
}
.header__menu .menu-item-has-children {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.header__menu .menu-item-has-children > a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__menu .menu-item-has-children > a.active, .header__menu .menu-item-has-children > a:hover {
  color: #1284a3;
}
.header__menu .menu-item-has-children > a.active svg path, .header__menu .menu-item-has-children > a:hover svg path {
  stroke: #1284a3;
}
.header__menu .menu-item-has-children > .sub-menu {
  position: absolute;
  list-style: none;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
  width: 100vw;
  left: 0;
  top: 98px;
  display: block;
  position: absolute;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
}
.header__menu .menu-item-has-children > .sub-menu .inner > p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--Second, #1284a3);
  font-weight: 600;
  color: #0e6471;
}
@media (max-width: 768px) {
  .header__menu .menu-item-has-children > .sub-menu .inner > p {
    font-size: 14px;
  }
}
.header__menu .menu-item-has-children > .sub-menu ul {
  -moz-column-count: 3;
  column-count: 3;
  margin-top: 32px;
  display: block;
}
.header__menu .menu-item-has-children > .sub-menu ul p {
  color: var(--Gray, #55799b);
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 40px;
}
.header__menu .menu-item-has-children > .sub-menu li {
  margin: 0;
  opacity: 0;
  transform: translateY(-10px);
  padding: 6px;
  display: flex;
  gap: 16px;
  align-items: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.header__menu .menu-item-has-children > .sub-menu li:hover a {
  color: #fff;
}
.header__menu .menu-item-has-children > .sub-menu a {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: wrap;
  display: flex;
  width: 100%;
  height: 44px;
  align-items: center;
}
.header__menu .menu-item-has-children > .sub-menu a.active, .header__menu .menu-item-has-children > .sub-menu a:hover {
  color: #fff;
}
.header__menu .menu-item-has-children.ancestor.open > .sub-menu {
  width: 520px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.header__menu .menu-item-has-children .search-form input {
  width: auto !important;
}
.header__menu .menu-item-has-children .sub-menu.search .sub-menu__left {
  border-radius: 20px;
  background: var(--Background, #f4f7fa);
}
.header__menu .menu-item-has-children .sub-menu.search .sub-menu__bottom {
  background: #fff;
}
.header__menu .menu-item-has-children .sub-menu.search .sub-menu__right img {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.header__menu .menu-item-has-children .sub-menu.search form {
  background: transparent;
  border: 0;
  padding: 0;
  flex-direction: column;
}
.header__menu .menu-item-has-children .sub-menu.search form input[type=text] {
  width: 100%;
  max-width: 50%;
  cursor: pointer;
}
.header__menu .menu-item-has-children .sub-menu.search form > div {
  display: flex;
  border-radius: 100px;
  border: 1px solid var(--Stroke, #d3e0ec);
  background: var(--White, #fff);
  width: 100%;
  height: 52px;
  padding: 7px 24px;
  align-items: center;
  gap: 24px;
}
.header__menu .menu-item-has-children .sub-menu.search form input[type=submit],
.header__menu .menu-item-has-children .sub-menu.search form button[type=submit] {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--White, #fff);
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  cursor: pointer;
  font-weight: 600;
  line-height: normal;
  border-radius: 100px;
  border: 1px solid var(--Background, #f4f7fa);
  background: var(--Primary, #211e5a);
  transition: 0.3s ease;
  color: #fff;
  width: 100%;
}
.header__menu .menu-item-has-children .sub-menu.search form input[type=submit]:hover, .header__menu .menu-item-has-children .sub-menu.search form input[type=submit]:visited:hover, .header__menu .menu-item-has-children .sub-menu.search form input[type=submit]:focus:hover, .header__menu .menu-item-has-children .sub-menu.search form input[type=submit]:focus, .header__menu .menu-item-has-children .sub-menu.search form input[type=submit]:active, .header__menu .menu-item-has-children .sub-menu.search form input[type=submit]:active:hover,
.header__menu .menu-item-has-children .sub-menu.search form button[type=submit]:hover,
.header__menu .menu-item-has-children .sub-menu.search form button[type=submit]:visited:hover,
.header__menu .menu-item-has-children .sub-menu.search form button[type=submit]:focus:hover,
.header__menu .menu-item-has-children .sub-menu.search form button[type=submit]:focus,
.header__menu .menu-item-has-children .sub-menu.search form button[type=submit]:active,
.header__menu .menu-item-has-children .sub-menu.search form button[type=submit]:active:hover {
  border: 1px solid var(--Second, #1284a3);
  background: var(--Second, #1284a3);
  color: #fff;
}
.header__menu .menu-item-has-children .sub-menu.search form input[type=submit]:visited,
.header__menu .menu-item-has-children .sub-menu.search form button[type=submit]:visited {
  border: 1px solid #211e5a;
  background: #211e5a;
  color: #fff;
}
.header__menu .menu-item-has-children .sub-menu__top {
  padding: 32px;
}
.header__menu .menu-item-has-children .sub-menu__top .inner {
  padding: 0;
}
.header__menu .menu-item-has-children .sub-menu__bottom {
  background: var(--Background, #f4f7fa);
  padding: 32px;
  width: 100%;
}
.header__menu .menu-item-has-children .sub-menu__bottom .inner {
  display: flex;
  align-items: stretch;
  gap: 32px;
  padding: 0;
}
.header__menu .menu-item-has-children .sub-menu__right {
  width: 100%;
  max-width: 50%;
}
.header__menu .menu-item-has-children .sub-menu__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  max-height: 223px;
}
.header__menu .menu-item-has-children .sub-menu__left {
  border-radius: 20px;
  width: 100%;
  max-width: 50%;
  background: var(--White, #fff);
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
  justify-content: space-between;
}
.header__menu .menu-item-has-children .sub-menu__left > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.header__menu .menu-item-has-children .sub-menu__left h2 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
}
@media (max-width: 992px) {
  .header__menu .menu-item-has-children .sub-menu__left h2 {
    font-size: 18px;
  }
}
.header__menu .menu-item-has-children .sub-menu__left p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .header__menu .menu-item-has-children .sub-menu__left p {
    font-size: 14px;
  }
}
.header__menu .menu-item-has-children .sub-menu__left form {
  display: flex;
  padding: 7px 7px 7px 24px;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  align-self: stretch;
  border-radius: 100px;
  border: 1px solid var(--Stroke, #d3e0ec);
  background: var(--White, #fff);
}
.header__menu .menu-item-has-children .sub-menu__left form input[type=submit],
.header__menu .menu-item-has-children .sub-menu__left form button[type=submit] {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--White, #fff);
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  cursor: pointer;
  font-weight: 600;
  line-height: normal;
  border-radius: 100px;
  border: 1px solid var(--Background, #f4f7fa);
  background: var(--Primary, #211e5a);
  transition: 0.3s ease;
}
.header__menu .menu-item-has-children .sub-menu__left form input[type=submit]:hover, .header__menu .menu-item-has-children .sub-menu__left form input[type=submit]:visited:hover, .header__menu .menu-item-has-children .sub-menu__left form input[type=submit]:focus:hover, .header__menu .menu-item-has-children .sub-menu__left form input[type=submit]:focus, .header__menu .menu-item-has-children .sub-menu__left form input[type=submit]:active, .header__menu .menu-item-has-children .sub-menu__left form input[type=submit]:active:hover,
.header__menu .menu-item-has-children .sub-menu__left form button[type=submit]:hover,
.header__menu .menu-item-has-children .sub-menu__left form button[type=submit]:visited:hover,
.header__menu .menu-item-has-children .sub-menu__left form button[type=submit]:focus:hover,
.header__menu .menu-item-has-children .sub-menu__left form button[type=submit]:focus,
.header__menu .menu-item-has-children .sub-menu__left form button[type=submit]:active,
.header__menu .menu-item-has-children .sub-menu__left form button[type=submit]:active:hover {
  border: 1px solid var(--Second, #1284a3);
  background: var(--Second, #1284a3);
  color: #fff;
}
.header__menu .menu-item-has-children .sub-menu__left form input[type=submit]:visited,
.header__menu .menu-item-has-children .sub-menu__left form button[type=submit]:visited {
  border: 1px solid #211e5a;
  background: #211e5a;
  color: #fff;
}
.header__menu .menu-item-has-children .sub-menu__left form input::-moz-placeholder {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #d3e0ec;
}
.header__menu .menu-item-has-children .sub-menu__left form input:-ms-input-placeholder {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #d3e0ec;
}
.header__menu .menu-item-has-children .sub-menu__left form input::placeholder {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #d3e0ec;
}
@media (max-width: 768px) {
  .header__menu .menu-item-has-children .sub-menu__left form input::-moz-placeholder {
    font-size: 14px;
  }
  .header__menu .menu-item-has-children .sub-menu__left form input:-ms-input-placeholder {
    font-size: 14px;
  }
  .header__menu .menu-item-has-children .sub-menu__left form input::placeholder {
    font-size: 14px;
  }
}
.header__menu .menu-item-has-children .sub-menu__left form input {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}
@media (max-width: 768px) {
  .header__menu .menu-item-has-children .sub-menu__left form input {
    font-size: 14px;
  }
}
.header__menu .menu-item-has-children.open > .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  opacity: 1;
  transform: translateY(0);
  z-index: 5;
}
.header__menu .menu-item-has-children.open > .sub-menu li {
  opacity: 1;
  transform: translateY(0);
  gap: 10px;
  cursor: pointer;
}
.header__menu .menu-item-has-children.open > .sub-menu li:hover {
  border-radius: 10px;
  background: var(--Second, #1284a3);
}
.header__menu .menu-item-has-children.open > .sub-menu li:hover .link__img {
  background: #fff;
}
.header__menu .menu-item-has-children.open > .sub-menu li img {
  min-width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}
.header__menu .menu-item-has-children.open > .sub-menu li .link__img {
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 10px;
}
.header__menu .menu-item-has-children.open > .sub-menu.custom {
  padding: 16px;
  margin: 0;
  gap: 16px;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 52px;
  align-items: flex-start;
  border-radius: 20px;
}
.header__menu .menu-item-has-children.open > .sub-menu.custom li {
  width: 100%;
}
.header__menu .menu-item-has-children.open > .sub-menu.custom a {
  padding: 8px;
}
.header__menu .menu-item-has-children.open svg {
  transform: rotate(180deg);
}
.header__menu .menu-item-has-children.karriere {
  position: relative;
}
.header__burger {
  display: none;
}
.header__mob {
  display: flex;
  align-items: center;
  gap: 16px;
}

.select2-container {
  width: 100% !important;
  max-width: 50%;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  background: url("../img/chevron-down.svg") right no-repeat, #fff;
}

.select2-container .select2-selection--single {
  height: 36px;
  line-height: 36px;
}

.select2-container--default .select2-dropdown {
  z-index: 9999 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container .select2-selection--single {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--Stroke, #d3e0ec);
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #211e5a;
  color: white;
}

.select2-container--default .select2-results > .select2-results__options {
  border-radius: 0 0 2px 2px;
}

.select2-container--default.select2-container--open .select2-selection--single {
  background: url("../img/chevron-top.svg") right no-repeat, #fff;
}

.select2-container--open .select2-dropdown {
  top: 28px;
}

@media (max-width: 1110px) {
  .header__wrapper {
    gap: 16px;
  }
  .header__menu {
    padding-left: 16px;
  }
  .header__menu .menu-item-has-children > .sub-menu {
    top: 82px;
  }
  .header__menu .menu-item-has-children .sub-menu__top {
    padding: 16px;
  }
  .header__menu .menu-item-has-children .sub-menu__bottom {
    padding: 16px;
  }
  .header__menu .menu-item-has-children .sub-menu__bottom .inner {
    gap: 16px;
  }
  .header__left {
    gap: 16px;
  }
  .header__button a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 16px;
  }
  .header__logo {
    max-width: 160px;
  }
}
@media (max-width: 1024px) {
  .header__burger {
    display: block;
  }
  .header__burger svg.close {
    display: none;
  }
  .header__burger svg.open {
    display: block;
  }
  .header__logo {
    width: 160px;
  }
  .header__mob {
    gap: 8px;
  }
  .header__menu {
    display: none;
  }
  .header__button a {
    font-size: 14px;
    padding: 10px 16px;
  }
  .header .mobile {
    display: flex;
  }
  .header .desktop {
    display: none;
  }
  .header.open svg.close {
    display: block;
  }
  .header.open svg.open {
    display: none;
  }
  .header.open .header__menu {
    display: flex;
    overflow-y: auto;
    height: 100vh;
    height: calc(100vh - 114px);
    position: fixed;
    width: 100vw;
    left: 0;
    top: 114px;
    z-index: 12;
    background: var(--Background, #f4f7fa);
    padding: 0 20px;
    flex-direction: column;
  }
  .header.open .header__menu .menu-item-has-children {
    flex-direction: column;
  }
  .header.open .header__menu .menu-item-has-children > .sub-menu {
    top: auto;
    position: relative;
    left: auto;
    margin-left: -20px;
  }
  .header.open .header__menu .menu-item-has-children > .sub-menu ul {
    -moz-column-count: 1;
    column-count: 1;
    margin-top: 20px;
  }
  .header.open .header__menu .menu-item-has-children .sub-menu__top {
    padding: 20px;
  }
  .header.open .header__menu .menu-item-has-children .sub-menu__bottom {
    display: none;
  }
  .header.open .header__menu .menu-item-has-children .sub-menu__left {
    max-width: 100%;
  }
  .header.open .header__menu .menu-item-has-children .sub-menu__right {
    display: none;
  }
  .header.open .header__menu .menu-item-has-children .sub-menu.search {
    background: transparent;
  }
  .header.open .header__menu .menu-item-has-children .sub-menu.search .sub-menu__left {
    padding: 0;
    gap: 20px;
    border: 0;
  }
  .header.open .header__menu .menu-item-has-children .sub-menu.search .sub-menu__bottom {
    display: block;
    background: transparent;
    padding: 0;
  }
  .header.open .header__menu .menu-item-has-children .sub-menu.search form > div {
    flex-direction: column;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 0;
    gap: 17px;
    border-radius: 0;
    border: 0;
    background: transparent;
  }
  .header.open .header__menu .menu-item-has-children .sub-menu.search form input[type=text] {
    border-radius: 100px;
    border: 1px solid var(--Stroke, #d3e0ec);
    max-width: 100%;
    padding: 7px 24px;
    height: 52px;
    background: #fff;
  }
  .header.open .header__menu .menu-item-has-children.open {
    padding-bottom: 0;
    border: 0;
  }
  .header.open .header__menu .menu-item-has-children.open.standorte > .sub-menu {
    border-radius: 0;
  }
  .header.open .header__menu .menu-item-has-children.open .sub-menu {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    gap: 0;
  }
  .header.open .header__menu .menu-item-has-children.open .sub-menu.custom {
    border-radius: 20px;
    margin-left: 0;
    width: 100%;
  }
  .header.open .header__menu .menu-item-has-children.open > .sub-menu {
    box-shadow: none;
    border-radius: 20px;
  }
  .header.open .header__menu .menu-item-has-children.open > .sub-menu li {
    padding: 0 0 20px;
    border-bottom: 0;
    align-items: center;
  }
  .header.open .header__menu .menu-item-has-children.open > .sub-menu li:last-of-type {
    padding: 0;
  }
  .header.open .header__menu .menu-item-has-children.open > .sub-menu li:hover {
    background: transparent;
    border-radius: 0;
  }
  .header.open .header__menu .menu-item-has-children.open > .sub-menu li:hover a {
    color: var(--Primary, #211e5a);
  }
  .header.open .header__menu .menu-item-has-children.open > .sub-menu li .link__img {
    width: 24px;
    height: 24px;
    padding: 0;
  }
  .header.open .header__menu ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .header.open .header__menu ul li {
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px solid rgba(33, 30, 90, 0.1);
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header__menu .menu-item-has-children .search-form input {
    width: 100% !important;
  }

  .select2-container .select2-selection--single {
    border-radius: 100px;
    border: 1px solid var(--Stroke, #d3e0ec);
    height: 52px;
    display: flex;
    align-items: center;
    padding: 7px 24px;
    background: url("../img/chevron-down.svg") center right 24px no-repeat, #fff;
  }

  .select2-container--default.select2-container--open .select2-selection--single {
    background: url("../img/chevron-top.svg") center right 24px no-repeat, #fff;
    border-radius: 29px;
  }

  .select2-container {
    border-radius: 0;
    border: 0;
    background: transparent;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .select2-container--open .select2-dropdown {
    top: 0;
  }

  .select2-dropdown.select2-dropdown--above {
    margin-top: 18.5rem;
  }
}
.hero {
  margin: 64px 0;
  overflow-x: hidden;
}
.hero .inner {
  padding-right: 0;
}
.hero.hero-franchise h1 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 46.8px */
  text-transform: none;
}
@media (max-width: 992px) {
  .hero.hero-franchise h1 {
    font-size: 24px;
  }
}
.hero.hero-franchise .hero__left p:has(strong) {
  margin-top: 0;
  margin-bottom: 16px;
}
.hero.hero-franchise .hero__items {
  padding-top: 32px;
  gap: 32px;
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  border-top: 1px solid #d3e0ec;
}
.hero.hero-franchise .hero__wrapper {
  align-items: center;
}
.hero.hero-franchise .hero__item {
  display: flex;
  gap: 32px;
  align-items: center;
}
.hero.hero-franchise .hero__item_text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hero.hero-franchise .hero__item_text h2 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
}
@media (max-width: 992px) {
  .hero.hero-franchise .hero__item_text h2 {
    font-size: 18px;
  }
}
.hero.hero-franchise .hero__item_text p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media (max-width: 768px) {
  .hero.hero-franchise .hero__item_text p {
    font-size: 14px;
  }
}
.hero.hero-career .hero__wrapper {
  align-items: center;
}
.hero.hero-career .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  margin-top: 32px;
}
.hero.hero-serv h1 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 46.8px */
  text-transform: none;
}
@media (max-width: 992px) {
  .hero.hero-serv h1 {
    font-size: 24px;
  }
}
.hero.hero-serv h2 {
  text-transform: none;
}
.hero.hero-serv .hero__wrapper {
  align-items: center;
}
.hero.hero-serv .hero__buttons a {
  color: #fff;
}
.hero.hero-serv .hero__buttons a:hover {
  background: #1284a3;
}
.hero.hero-serv .hero__right p:has(strong) {
  display: none;
}
.hero .video-block {
  position: relative;
  width: 100%;
  max-height: 640px;
}
.hero .video-block .video-preview {
  position: relative;
}
.hero .video-block .video-preview img.video-thumbnail {
  min-height: 640px;
  display: block;
  border-radius: 20px 0 0 20px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}
.hero .video-block .video-preview .play-button {
  position: absolute;
  left: 34px;
  bottom: 34px;
  width: 96px;
  height: 96px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 2;
  padding: 0;
}
.hero .video-block video.hero-video {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 3;
  transition: left 1.2s ease;
  opacity: 0;
  border-radius: 20px;
  pointer-events: none;
}
.hero .video-block.active video.hero-video {
  left: 0;
  pointer-events: auto;
  opacity: 1;
}
.hero .video-block.active .video-preview {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.hero .video-block.active {
  overflow: hidden;
}
.hero .image-fallback {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  z-index: 3;
  opacity: 0;
  transition: left 1.2s ease, opacity 0.3s ease;
}
.hero .image-fallback img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.hero .image-fallback.show {
  left: 0;
  opacity: 1;
}
.hero .video-block.active .image-fallback {
  left: 0;
  opacity: 1;
}
.hero__wrapper {
  display: flex;
  align-items: flex-end;
  transition: all 0.5s ease;
  min-height: 640px;
}
.hero__wrapper.video-playing {
  max-height: 640px;
}
.hero__wrapper.video-playing .hero__left {
  display: none;
  transition: opacity 0.3s ease;
}
.hero__wrapper.video-playing .hero__right {
  width: 100%;
  max-width: 100%;
  padding: 0 14px;
  transition: max-width 0.3s ease;
}
.hero__left {
  padding-left: 24px;
  width: 50%;
}
.hero__left p,
.hero__left div {
  margin-top: 16px;
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .hero__left p,
.hero__left div {
    font-size: 14px;
  }
}
.hero__left p strong,
.hero__left div strong {
  font-weight: 400;
}
.hero__left ul {
  list-style: none;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero__left ul li {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding-left: 34px;
}
@media (max-width: 768px) {
  .hero__left ul li {
    font-size: 14px;
  }
}
.hero__left ul li::after {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  content: "";
  background: url(../img/check1.svg) center no-repeat;
}
.hero__left .hero__social {
  display: flex;
  align-items: center;
  margin-top: 174px;
  list-style: none;
  padding-left: 0;
  gap: 16px;
  flex-direction: row;
}
.hero__left .hero__social a img {
  transition: 0.3s ease;
}
.hero__left .hero__social a:hover img {
  transform: scale(1.25);
}
.hero__left .hero__social li {
  padding: 0;
}
.hero__left .hero__social li::after {
  display: none;
}
.hero__buttons {
  margin-top: 32px !important;
  display: flex;
  gap: 16px;
  align-items: center;
}
.hero__buttons a:nth-child(1) {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--White, #fff);
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  cursor: pointer;
  font-weight: 600;
  line-height: normal;
  border-radius: 100px;
  border: 1px solid var(--Background, #f4f7fa);
  background: var(--Primary, #211e5a);
  transition: 0.3s ease;
}
.hero__buttons a:nth-child(1):hover, .hero__buttons a:nth-child(1):visited:hover, .hero__buttons a:nth-child(1):focus:hover, .hero__buttons a:nth-child(1):focus, .hero__buttons a:nth-child(1):active, .hero__buttons a:nth-child(1):active:hover {
  border: 1px solid var(--Second, #1284a3);
  background: var(--Second, #1284a3);
  color: #fff;
}
.hero__buttons a:nth-child(1):visited {
  border: 1px solid #211e5a;
  background: #211e5a;
  color: #fff;
}
.hero__buttons a:nth-child(2) {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid var(--Primary, #211e5a);
  color: var(--Primary, #211e5a);
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  transition: 0.3s ease;
}
.hero__buttons a:nth-child(2):hover, .hero__buttons a:nth-child(2):visited:hover {
  background: var(--Primary, #211e5a);
  color: #fff;
}
.hero__buttons a:nth-child(2):visited {
  color: var(--Primary, #211e5a);
}
.hero__buttons a:nth-child(2):hover {
  color: #fff;
}
.hero h1 {
  text-transform: uppercase;
}
.hero__right {
  width: 48%;
  position: absolute;
  top: 0;
  right: 0;
}
.hero__right h2,
.hero__right p {
  display: none;
}
.hero__right button {
  position: absolute;
  cursor: pointer;
  width: 96px;
  height: 96px;
  left: 34px;
  bottom: 34px;
}
.hero .background {
  position: absolute;
  top: -98px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  width: 100%;
  height: 100%;
}

.gallery {
  padding: 64px 0;
  margin-bottom: 0;
}
.gallery .swiper-slide img {
  width: 100%;
  border-radius: 20px;
  height: 240px;
}
.gallery .swiper-free-mode > .swiper-wrapper {
  margin: 0;
  margin-left: 25%;
}

h1 {
  color: var(--Primary, #211e5a);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 62.4px */
}

.partners {
  padding: 32px 0;
}
.partners .swiper-slide img {
  width: 100%;
  height: 36px;
}
.partners .swiper-wrapper {
  width: 100vw;
  margin-left: 17%;
}

.contact__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.contact form {
  display: flex;
  padding: 7px 7px 7px 24px;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
  justify-content: space-between;
  align-self: stretch;
  border-radius: 100px;
  border: 1px solid var(--Stroke, #d3e0ec);
  background: var(--White, #fff);
}
.contact form input[type=submit],
.contact form button[type=submit] {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--White, #fff);
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  cursor: pointer;
  font-weight: 600;
  line-height: normal;
  border-radius: 100px;
  border: 1px solid var(--Background, #f4f7fa);
  background: var(--Primary, #211e5a);
  transition: 0.3s ease;
}
.contact form input[type=submit]:hover, .contact form input[type=submit]:visited:hover, .contact form input[type=submit]:focus:hover, .contact form input[type=submit]:focus, .contact form input[type=submit]:active, .contact form input[type=submit]:active:hover,
.contact form button[type=submit]:hover,
.contact form button[type=submit]:visited:hover,
.contact form button[type=submit]:focus:hover,
.contact form button[type=submit]:focus,
.contact form button[type=submit]:active,
.contact form button[type=submit]:active:hover {
  border: 1px solid var(--Second, #1284a3);
  background: var(--Second, #1284a3);
  color: #fff;
}
.contact form input[type=submit]:visited,
.contact form button[type=submit]:visited {
  border: 1px solid #211e5a;
  background: #211e5a;
  color: #fff;
}
.contact form input::-moz-placeholder {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #d3e0ec;
}
.contact form input:-ms-input-placeholder {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #d3e0ec;
}
.contact form input::placeholder {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #d3e0ec;
}
@media (max-width: 768px) {
  .contact form input::-moz-placeholder {
    font-size: 14px;
  }
  .contact form input:-ms-input-placeholder {
    font-size: 14px;
  }
  .contact form input::placeholder {
    font-size: 14px;
  }
}
.contact form input {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .contact form input {
    font-size: 14px;
  }
}
.contact form input[type=text] {
  width: 100%;
  cursor: pointer;
}

.block-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.block-title h2,
.block-title h1,
.block-title h2 p {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 46.8px */
}
@media (max-width: 992px) {
  .block-title h2,
.block-title h1,
.block-title h2 p {
    font-size: 24px;
  }
}
.block-title p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .block-title p {
    font-size: 14px;
  }
}

.services {
  padding: 64px 0;
}
.services__items {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.services__item {
  display: flex;
  padding: 16px;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
  border: 1px solid var(--Stroke, #d3e0ec);
  transition: 0.3s ease;
}
.services__item:hover {
  background: var(--Second, #1284a3);
}
.services__item:hover .services__text h3,
.services__item:hover .services__text p {
  color: #fff;
}
.services__item:hover .services__image {
  background: var(--White, #fff);
}
.services__image {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 96px;
  border-radius: 100px;
  background: transparent;
}
.services__image img {
  width: 100%;
}
.services__text {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.services__text h3 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
}
@media (max-width: 992px) {
  .services__text h3 {
    font-size: 18px;
  }
}
.services__text p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .services__text p {
    font-size: 14px;
  }
}
.services .btn {
  margin: 32px auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.btn {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--White, #fff);
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  cursor: pointer;
  font-weight: 600;
  line-height: normal;
  border-radius: 100px;
  border: 1px solid var(--Background, #f4f7fa);
  background: var(--Primary, #211e5a);
  transition: 0.3s ease;
}
.btn:hover, .btn:visited:hover, .btn:focus:hover, .btn:focus, .btn:active, .btn:active:hover {
  border: 1px solid var(--Second, #1284a3);
  background: var(--Second, #1284a3);
  color: #fff;
}
.btn:visited {
  border: 1px solid #211e5a;
  background: #211e5a;
  color: #fff;
}

.map {
  padding: 64px 0;
}
.map form {
  display: flex;
  padding: 7px 7px 7px 24px;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
  justify-content: space-between;
  align-self: stretch;
  border-radius: 100px;
  border: 1px solid var(--Stroke, #d3e0ec);
  background: var(--White, #fff);
}
.map form input[type=submit],
.map form button[type=submit] {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--White, #fff);
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  cursor: pointer;
  font-weight: 600;
  line-height: normal;
  border-radius: 100px;
  border: 1px solid var(--Background, #f4f7fa);
  background: var(--Primary, #211e5a);
  transition: 0.3s ease;
}
.map form input[type=submit]:hover, .map form input[type=submit]:visited:hover, .map form input[type=submit]:focus:hover, .map form input[type=submit]:focus, .map form input[type=submit]:active, .map form input[type=submit]:active:hover,
.map form button[type=submit]:hover,
.map form button[type=submit]:visited:hover,
.map form button[type=submit]:focus:hover,
.map form button[type=submit]:focus,
.map form button[type=submit]:active,
.map form button[type=submit]:active:hover {
  border: 1px solid var(--Second, #1284a3);
  background: var(--Second, #1284a3);
  color: #fff;
}
.map form input[type=submit]:visited,
.map form button[type=submit]:visited {
  border: 1px solid #211e5a;
  background: #211e5a;
  color: #fff;
}
.map form input::-moz-placeholder {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #d3e0ec;
}
.map form input:-ms-input-placeholder {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #d3e0ec;
}
.map form input::placeholder {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #d3e0ec;
}
@media (max-width: 768px) {
  .map form input::-moz-placeholder {
    font-size: 14px;
  }
  .map form input:-ms-input-placeholder {
    font-size: 14px;
  }
  .map form input::placeholder {
    font-size: 14px;
  }
}
.map form input {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .map form input {
    font-size: 14px;
  }
}
.map form input[type=text] {
  width: 100%;
  cursor: pointer;
}
.map__wrapper {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  gap: 64px;
  align-items: center;
}
.map__left {
  width: 100%;
  max-width: 568px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
}
.map__right {
  width: 100%;
  max-width: 568px;
}
.map__right img {
  width: 100%;
}
.map__info {
  display: flex;
  padding: 32px;
  gap: 32px;
  border-radius: 20px;
  border: 1px solid var(--Stroke, #d3e0ec);
  background: var(--White, #fff);
  justify-content: space-between;
  align-items: flex-end;
}
.map__info h3 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
}
@media (max-width: 992px) {
  .map__info h3 {
    font-size: 18px;
  }
}
.map__info p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .map__info p {
    font-size: 14px;
  }
}
.map__info p a {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .map__info p a {
    font-size: 14px;
  }
}
.map__info p a:hover {
  color: #1284a3;
}
.map__info_block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.map__info_button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: var(--Primary, #211e5a);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  align-self: flex-end;
}
.map__info_button:hover, .map__info_button:visited {
  color: #1284a3;
}
.map__info_button:hover svg path, .map__info_button:visited svg path {
  stroke: #1284a3;
}
.map .swiper,
.map .swiper-wrapper {
  height: 100% !important;
  max-height: 470px;
}
.map .swiper {
  margin: 0;
}
.map .swiper-button-next,
.map .swiper-rtl .swiper-button-prev {
  right: auto;
  left: auto;
}
.map .swiper-buttons {
  display: flex;
  height: 42px;
  gap: 16px;
}
.map .swiper-button-prev,
.map .swiper-rtl .swiper-button-next {
  left: auto;
  right: auto;
}
.map .swiper-button-next,
.map .swiper-button-prev {
  position: relative;
  top: auto;
  width: 42px;
  height: 42px;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  bottom: auto;
}
.map .swiper-slide {
  max-height: 220px;
  height: 100% !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}

.reverse {
  flex-direction: row-reverse;
}

.blue {
  padding: 0 24px;
}
.blue .inner {
  border-radius: 20px;
  background: radial-gradient(232.07% 60.16% at 50% 50%, #f4f7fa 0%, #e3eff4 100%);
  max-width: 1438px;
  padding: 64px 14px;
}

.our-service {
  padding: 24px;
}
.our-service__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 1200px;
  margin: 32px auto 0;
  gap: 24px;
}
.our-service__button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: var(--Primary, #211e5a);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  align-self: flex-end;
}
.our-service__button:hover {
  color: #1284a3;
}
.our-service__button:hover svg path {
  stroke: #1284a3;
}
.our-service__item {
  display: flex;
  align-items: stretch;
  cursor: pointer;
}
.our-service__item:hover .our-service__item_right {
  background: var(--Second, #1284a3);
  background: #0e6471;
}
.our-service__item:hover .our-service__item_right h3,
.our-service__item:hover .our-service__item_right p {
  color: #fff;
}
.our-service__item:hover .our-service__button {
  color: #fff;
}
.our-service__item:hover .our-service__button svg path {
  stroke: #fff;
}
.our-service__item_left {
  width: 35%;
}
.our-service__item_left img {
  width: 100%;
  border-radius: 20px 0 0 20px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-service__item_right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 32px;
  align-items: flex-start;
  gap: 32px;
  border-radius: 0 20px 20px 0;
  width: 65%;
  background: #fff;
  transition: 0.3s ease;
}
.our-service__item_right > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.our-service__item_right h3 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
}
@media (max-width: 992px) {
  .our-service__item_right h3 {
    font-size: 18px;
  }
}
.our-service__item_right p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .our-service__item_right p {
    font-size: 14px;
  }
}

.job {
  padding: 64px 0;
}
.job__wrapper {
  display: flex;
  gap: 25px;
}
.job__right {
  display: flex;
  padding: 64px;
  border-radius: 20px;
  background: var(--Background, #f4f7fa);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  max-width: 731px;
}
.job__right h2 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 46.8px */
}
@media (max-width: 992px) {
  .job__right h2 {
    font-size: 24px;
  }
}
.job__right p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .job__right p {
    font-size: 14px;
  }
}
.job__right p strong {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #0c5f76;
  font-weight: 600;
}
@media (max-width: 768px) {
  .job__right p strong {
    font-size: 14px;
  }
}
.job__right p:has(strong) {
  margin-bottom: 0;
}
.job__right .btn {
  margin-top: 16px;
}
.job__items {
  margin: 42px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.job__left {
  width: 100%;
  max-width: 447px;
}
.job__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.job__item {
  border-radius: 20px;
  display: flex;
  padding: 24px;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  background: #211e5a;
}
.job__item:first-child {
  border-radius: 61px 20px 20px 61px;
}
.job__item:last-child {
  border-radius: 20px 61px 61px 20px;
}
.job__item_image {
  width: 74px;
  height: 74px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background: var(--White, #fff);
  display: flex;
  padding: 16px;
  align-items: center;
}
.job__item_image img {
  width: 100%;
}
.job__item p {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
  color: #fff;
}
@media (max-width: 992px) {
  .job__item p {
    font-size: 18px;
  }
}

.hero-about {
  padding: 64px 0;
}
.hero-about__wrapper {
  display: flex;
  gap: 64px;
}
.hero-about__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  max-width: 731px;
}
.hero-about__right p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .hero-about__right p {
    font-size: 14px;
  }
}
.hero-about h1 {
  text-transform: uppercase;
}
.hero-about__left {
  width: 100%;
  max-width: 447px;
}
.hero-about__left img {
  width: 100%;
  border-radius: 20px;
}

.text-image {
  padding: 64px 0;
}
.text-image__wrapper {
  display: flex;
  gap: 64px;
  align-items: stretch;
}
.text-image__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  max-width: 600px;
}
.text-image__left h2 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 46.8px */
}
@media (max-width: 992px) {
  .text-image__left h2 {
    font-size: 24px;
  }
}
.text-image__left p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .text-image__left p {
    font-size: 14px;
  }
}
.text-image__right {
  width: 100%;
  max-width: 536px;
}
.text-image__right img {
  width: 100%;
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about {
  padding: 24px;
}
.about__items {
  margin: 32px auto 0;
  max-width: 1200px;
  flex-direction: column;
  gap: 24px;
  display: flex;
}
.about__item {
  display: flex;
  gap: 24px;
}
.about__item.only-image .about__left {
  width: 100%;
}
.about__item.only-image .about__right {
  display: none;
}
.about__left {
  width: 50%;
  border-radius: 20px;
}
.about__left img {
  width: 100%;
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about__right {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  width: 50%;
  align-self: stretch;
  border-radius: 20px;
  background: #fff;
}
.about__right .btn {
  margin-top: 16px;
}
.about__right h3 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
}
@media (max-width: 992px) {
  .about__right h3 {
    font-size: 18px;
  }
}
.about__right p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .about__right p {
    font-size: 14px;
  }
}

.reviews {
  padding: 64px 0;
}

.news {
  padding: 64px 0;
}
.news .newsSwiper {
  margin-top: 32px;
}
.news .swiper-button-next:after,
.news .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.news .swiper-button-prev:after,
.news .swiper-rtl .swiper-button-next:after {
  content: "";
}
.news .swiper-button-next,
.news .swiper-rtl .swiper-button-prev {
  right: auto;
  left: auto;
}
.news .swiper-buttons {
  display: flex;
  height: 42px;
  cursor: pointer;
  margin-top: 32px;
  gap: 16px;
  justify-content: flex-end;
}
.news .custom-pagination {
  margin-right: 16px;
}
.news .swiper-slide {
  border-radius: 20px;
  border: 1px solid var(--Stroke, #d3e0ec);
}
.news .swiper-slide img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.news .swiper-slide .swiper-content {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  border-radius: 0 0 20px 20px;
  background: var(--White, #fff);
}
.news .swiper-slide .swiper-content p {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  height: 57px;
}
@media (max-width: 992px) {
  .news .swiper-slide .swiper-content p {
    font-size: 18px;
  }
}
.news .swiper-slide .swiper-content .button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: var(--Primary, #211e5a);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  align-self: flex-end;
}
.news .swiper-slide .swiper-content .button:hover {
  color: #1284a3;
}
.news .swiper-slide .swiper-content .button:hover svg path {
  stroke: #1284a3;
}

.advice {
  padding: 24px;
}
.advice__wrapper {
  display: flex;
  max-width: 1392px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.advice__right {
  border-radius: 20px;
  border: 1px solid var(--Stroke, #d3e0ec);
  background: url(../img/bg.webp) no-repeat, rgba(244, 247, 250, 0.9);
  width: 100%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  max-width: 940px;
  position: relative;
  margin-left: -25%;
  z-index: 2;
  background-size: cover;
}
.advice__right form {
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 0 auto;
}
.advice__right form .form-block {
  display: flex;
  align-items: center;
  gap: 16px;
}
.advice__right form input[type=submit],
.advice__right form button[type=submit] {
  border: 0;
  max-width: 105px;
}
.advice__right form .form-button {
  display: flex;
  position: relative;
  align-items: center;
  gap: 32px;
}
.advice__right form .form-button .form-button {
  width: 70%;
}
.advice__right form label {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .advice__right form label {
    font-size: 14px;
  }
}
.advice__right form .checkbox-label .wpcf7-list-item-label {
  white-space: wrap;
}
.advice__right form .checkbox-label {
  padding-left: 0;
}
.advice__right form .checkbox-label span:last-child {
  font-size: 14px;
  padding-left: 24px;
  display: block;
}
.advice__right form .checkbox-label span:last-child strong {
  font-size: 16px;
}
.advice__right form .form__row--checkbox .wpcf7-form-control-wrap {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.advice__right form input {
  border-bottom: 1px solid rgba(33, 30, 90, 0.25);
  width: 100%;
}
.advice__left {
  width: 100%;
  max-width: 640px;
  z-index: 1;
}

.slider {
  padding: 64px 0;
}
.slider .swiper {
  margin-top: 32px;
}
.slider .avia-testimonial-link {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--White, #fff);
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  cursor: pointer;
  font-weight: 600;
  line-height: normal;
  border-radius: 100px;
  border: 1px solid var(--Background, #f4f7fa);
  background: var(--Primary, #211e5a);
  transition: 0.3s ease;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.slider .avia-testimonial-link:hover, .slider .avia-testimonial-link:visited:hover, .slider .avia-testimonial-link:focus:hover, .slider .avia-testimonial-link:focus, .slider .avia-testimonial-link:active, .slider .avia-testimonial-link:active:hover {
  border: 1px solid var(--Second, #1284a3);
  background: var(--Second, #1284a3);
  color: #fff;
}
.slider .avia-testimonial-link:visited {
  border: 1px solid #211e5a;
  background: #211e5a;
  color: #fff;
}
.slider .block-pagination {
  margin-right: 16px;
}
.slider .swiper-buttons {
  margin-top: 32px;
  display: flex;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
.slider .swiper-slide {
  border-radius: 20px;
  background: radial-gradient(232.07% 60.16% at 50% 50%, #f4f7fa 0%, #e3eff4 100%);
  max-width: 1200px;
  padding: 64px;
  justify-content: center;
  align-items: center;
  gap: 64px;
  display: flex;
}
.slider .swiper-slide h2 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 46.8px */
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .slider .swiper-slide h2 {
    font-size: 24px;
  }
}
.slider .swiper-slide h2 p {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 46.8px */
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .slider .swiper-slide h2 p {
    font-size: 24px;
  }
}
.slider .swiper-slide p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .slider .swiper-slide p {
    font-size: 14px;
  }
}
.slider .swiper-slide__left, .slider .swiper-slide__right {
  width: 100%;
  max-width: 504px;
}
.slider .swiper-slide img {
  width: 100%;
  border-radius: 20px;
  max-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.care {
  padding: 64px 0;
}
.care__items {
  display: flex;
  gap: 24px;
  margin-top: 32px;
}
.care__item {
  display: flex;
  padding: 32px;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
  border: 1px solid var(--Stroke, #d3e0ec);
}
.care__item:hover {
  background: #1284a3;
}
.care__item:hover h3,
.care__item:hover p {
  color: #fff;
}
.care__item:hover .care__image {
  background: #fff;
}
.care__image {
  width: 100%;
  max-width: 96px;
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: transparent;
}
.care__image img {
  width: 100%;
}
.care__text {
  display: flex;
  margin-top: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.care__text h3 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
}
@media (max-width: 992px) {
  .care__text h3 {
    font-size: 18px;
  }
}
.care__text p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .care__text p {
    font-size: 14px;
  }
}

.faq {
  padding: 24px;
}
.faq.faq-franchise .inner {
  padding: 64px 20px;
  max-width: 1392px;
  border-radius: 20px;
  background: url("../img/franchise.svg") no-repeat;
  background-size: cover;
}
.faq.faq-franchise .button-link {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid var(--Primary, #211e5a);
  color: var(--Primary, #211e5a);
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  transition: 0.3s ease;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 32px auto 0;
}
.faq.faq-franchise .button-link:hover, .faq.faq-franchise .button-link:visited:hover {
  background: var(--Primary, #211e5a);
  color: #fff;
}
.faq.faq-franchise .button-link:visited {
  color: var(--Primary, #211e5a);
}
.faq.faq-franchise .number {
  border-radius: 100px;
  border: 6px solid rgba(18, 132, 163, 0.55);
  background: #0e6471;
  display: flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
  color: #fff;
}
@media (max-width: 992px) {
  .faq.faq-franchise .number {
    font-size: 18px;
  }
}
.faq.faq-blue .accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq.faq-blue .accordion__item {
  border-radius: 20px;
  border: 1px solid var(--Stroke, #d3e0ec);
}
.faq.faq-blue .accordion__item.active {
  background: url("../img/bcg.webp") no-repeat;
  background-size: cover;
}
.faq.faq-blue .accordion__item.active .accordion__header {
  padding-bottom: 16px;
  background: url(../img/minus.svg) center right 32px no-repeat;
}
.faq.faq-blue .accordion__header {
  padding: 32px 56px 32px 32px;
  background: url("../img/plus.svg") center right 32px no-repeat;
}
.faq.faq-blue .accordion__content {
  padding: 0 32px 32px;
}

.accordion {
  width: 100%;
  max-width: 700px;
  margin: 32px auto 0;
}
.accordion__content {
  display: none;
}
.accordion__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-self: stretch;
  border-top: 1px solid #d3e0ec;
  cursor: pointer;
  transition: 0.3s;
}
.accordion__item:last-of-type {
  border-bottom: 1px solid #d3e0ec;
  margin-bottom: 0;
}
.accordion__item.active .accordion__header {
  background: url("../img/minus.svg") center right no-repeat;
}
.accordion__header {
  background: url("../img/plus.svg") center right no-repeat;
  width: 100%;
  padding: 16px 56px 16px 0;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: 0.3s;
}
.accordion__header h3 {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
}
.accordion__content {
  padding: 0 0 24px;
  transition: 0.3s;
}
.accordion__content p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .accordion__content p {
    font-size: 14px;
  }
}
.accordion__content p:last-child {
  margin-bottom: 0;
}
.accordion.accordion-franchise {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1150px;
}
.accordion.accordion-franchise .accordion__item {
  border-top: 0;
}
.accordion.accordion-franchise .accordion__item:last-of-type {
  border-bottom: 0;
}
.accordion.accordion-franchise .accordion__content {
  padding: 0;
  margin-left: 78px;
}
.accordion.accordion-franchise .accordion__content p {
  font-size: 14px;
}
.accordion.accordion-franchise .accordion__content p a {
  color: #1284a3;
  font-size: 14px;
}
.accordion.accordion-franchise .accordion__content p a:hover {
  text-decoration: underline;
}
.accordion.accordion-franchise .accordion__header {
  padding: 0;
  gap: 32px;
  background: transparent;
}
.accordion.accordion-franchise .accordion__header h3 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
  color: #0e6471;
}
@media (max-width: 992px) {
  .accordion.accordion-franchise .accordion__header h3 {
    font-size: 18px;
  }
}

.year {
  padding: 0 24px;
}
.year .inner {
  padding: 64px 120px;
}
.year .swiper {
  margin-top: 64px;
  max-width: 1240px;
}
.year .year-pagination {
  display: flex;
  margin-right: 16px;
  align-items: flex-end;
  gap: 1px;
}
.year .year-pagination span {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
}
@media (max-width: 992px) {
  .year .year-pagination span {
    font-size: 18px;
  }
}
.year .year-pagination .total,
.year .year-pagination .divider {
  font-size: 16px;
}
.year .swiper-buttons {
  margin-top: 32px;
  display: flex;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
.year .swiper-slide {
  max-width: 600px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  display: flex;
}
.year .swiper-slide *:not(img) {
  margin-left: 30px;
}
.year .swiper-slide h4 {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .year .swiper-slide h4 {
    font-size: 14px;
  }
}
.year .swiper-slide h4 a {
  margin: 0;
  color: #1284a3;
}
.year .swiper-slide p {
  margin-left: 0;
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.year .swiper-slide p a {
  margin-left: 0;
  color: #1284a3;
}
.year .swiper-slide__name {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
}
@media (max-width: 992px) {
  .year .swiper-slide__name {
    font-size: 18px;
  }
}
.year .swiper-slide__year {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--Second, #1284a3);
  color: #0e6471;
}
@media (max-width: 768px) {
  .year .swiper-slide__year {
    font-size: 14px;
  }
}
.year .swiper-slide__text {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .year .swiper-slide__text {
    font-size: 14px;
  }
}

.franchise {
  padding: 64px 0;
}
.franchise .title {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 46.8px */
}
@media (max-width: 992px) {
  .franchise .title {
    font-size: 24px;
  }
}
.franchise .swiper {
  margin-top: 32px;
}
.franchise__info {
  display: flex;
  gap: 16px;
  align-items: center;
}
.franchise__info img {
  display: none;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.franchise__info p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .franchise__info p {
    font-size: 14px;
  }
}
.franchise__info p strong {
  font-weight: 400;
  color: #0c5f76;
}
.franchise .block-pagination {
  margin-right: 16px;
}
.franchise img {
  width: 100%;
}
.franchise .swiper-buttons {
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  z-index: 20;
  width: 100%;
  max-width: 568px;
}
.franchise .swiper-slide {
  max-width: 1200px;
  justify-content: center;
  gap: 64px;
  display: flex;
  align-items: stretch;
}
.franchise .swiper-slide h2 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .franchise .swiper-slide h2 {
    font-size: 18px;
  }
}
.franchise .swiper-slide p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .franchise .swiper-slide p {
    font-size: 14px;
  }
}
.franchise .swiper-slide h2 + svg {
  width: 56px;
  margin-bottom: 32px;
  height: 35px;
}
.franchise .swiper-slide .name {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .franchise .swiper-slide .name {
    font-size: 18px;
  }
}
.franchise .swiper-slide p strong {
  color: #0c5f76;
  font-weight: 400;
}
.franchise .swiper-slide__right {
  width: 100%;
  max-width: 568px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  gap: 0;
}
.franchise .swiper-slide__left {
  width: 100%;
  max-width: 568px;
}
.franchise .swiper-slide__left img {
  border-radius: 20px;
}
.franchise.reverse .swiper-slide {
  flex-direction: row-reverse;
  align-items: flex-start;
}
.franchise.reverse .swiper-slide h2 {
  margin-bottom: 64px;
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 46.8px */
}
@media (max-width: 992px) {
  .franchise.reverse .swiper-slide h2 {
    font-size: 24px;
  }
}
.franchise.reverse .swiper-slide__right {
  width: 100%;
  max-width: 700px;
  gap: 0;
}
.franchise.reverse .swiper-slide__left {
  width: 100%;
  max-width: 436px;
}
.franchise.reverse .swiper-buttons {
  justify-content: flex-end;
  margin-left: auto;
}
.franchise .inner {
  position: relative;
}

.policy {
  padding: 64px 0;
}
.policy h1 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 46.8px */
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .policy h1 {
    font-size: 24px;
  }
}
.policy h2 {
  margin-bottom: 10px;
  margin-top: 32px;
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
}
@media (max-width: 992px) {
  .policy h2 {
    font-size: 18px;
  }
}
.policy h3 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
  margin-bottom: 16px;
  display: block;
}
@media (max-width: 992px) {
  .policy h3 {
    font-size: 18px;
  }
}
.policy br {
  display: none;
}
.policy p {
  margin-bottom: 16px;
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .policy p {
    font-size: 14px;
  }
}
.policy p strong {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
  margin-bottom: 16px;
  display: block;
}
@media (max-width: 992px) {
  .policy p strong {
    font-size: 18px;
  }
}
.policy ul {
  list-style: disc;
  margin: 32px 0;
  padding-left: 32px;
}
.policy li {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .policy li {
    font-size: 14px;
  }
}
.policy a {
  color: var(--Second, #1284a3);
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.policy a:hover {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.aktuelles {
  padding: 64px 0;
  position: relative;
  z-index: 0;
}
.aktuelles .tab-panel {
  display: none;
}
.aktuelles .tab-panel.active {
  display: block;
}
.aktuelles .tabs {
  margin: 32px 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  gap: 10px;
}
.aktuelles .tab-button {
  display: flex;
  cursor: pointer;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid var(--Stroke, #d3e0ec);
  transition: 0.3s ease;
}
.aktuelles .tab-button.active, .aktuelles .tab-button:hover {
  color: #fff;
  border: 1px solid var(--Primary, #211e5a);
  background: var(--Primary, #211e5a);
}
.aktuelles .block-title h1 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 46.8px */
  text-transform: none;
}
@media (max-width: 992px) {
  .aktuelles .block-title h1 {
    font-size: 24px;
  }
}
.aktuelles__items {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 24px;
}
.aktuelles__item {
  border-radius: 20px;
  border: 1px solid var(--Stroke, #d3e0ec);
}
.aktuelles__image {
  position: relative;
  transition: all 0.5s ease;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  z-index: 31;
  height: 240px;
  max-height: 240px;
}
.aktuelles__image img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  transition: all 0.5s ease;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.aktuelles__image:hover img {
  transform: scale(1.1);
}
.aktuelles__content {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  border-radius: 0 0 20px 20px;
  background: var(--White, #fff);
}
.aktuelles__content p {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  height: 57px;
}
@media (max-width: 992px) {
  .aktuelles__content p {
    font-size: 18px;
  }
}
.aktuelles__content button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: var(--Primary, #211e5a);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  align-self: flex-end;
}
.aktuelles__content button:hover {
  color: #1284a3;
}
.aktuelles__content button:hover svg path {
  stroke: #1284a3;
}

.pagination__list {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 64px;
  gap: 16px;
  align-items: center;
}
.pagination__arrow {
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers {
  display: flex;
  width: 36px;
  cursor: pointer;
  height: 36px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  border: 1px solid var(--Stroke, #d3e0ec);
  background: var(--Base-White, #fff);
  color: var(--Primary, #211e5a);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.pagination .page-numbers.current, .pagination .page-numbers:visited:hover {
  border: 1px solid #211e5a;
  color: #211e5a;
}
.pagination .page-numbers:hover, .pagination .page-numbers:visited {
  border: 1px solid #d3e0ec;
  color: #211e5a;
}

.single-page {
  padding: 64px 0;
}
.single-page__image {
  display: block;
  width: 100%;
  max-width: 1200px;
  border-radius: 20px;
  max-height: 420px;
  margin: 0 auto 64px;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-page .inner {
  max-width: 740px;
  padding: 0 20px;
}
.single-page h1 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 46.8px */
  margin-bottom: 16px;
  text-transform: none;
}
@media (max-width: 992px) {
  .single-page h1 {
    font-size: 24px;
  }
}
.single-page .tags {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.single-page .tags a {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .single-page .tags a {
    font-size: 14px;
  }
}
.single-page .tags a:hover {
  color: #1284a3;
}
.single-page h2 {
  margin-top: 32px;
  margin-bottom: 16px;
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
}
@media (max-width: 992px) {
  .single-page h2 {
    font-size: 18px;
  }
}
.single-page h3 {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .single-page h3 {
    font-size: 14px;
  }
}
.single-page p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .single-page p {
    font-size: 14px;
  }
}
.single-page p:has(img) {
  margin-top: 64px;
}
.single-page p:has(img) img {
  width: 100%;
  border-radius: 20px;
  height: 100%;
  max-height: 420px;
}
.single-page__buttons {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-self: center;
}
.single-page__buttons a {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 100px;
  border: 1px solid var(--Primary, #211e5a);
}
@media (max-width: 768px) {
  .single-page__buttons a {
    font-size: 14px;
  }
}
.single-page__buttons a:hover {
  color: #1284a3;
  border: 1px solid #1284a3;
}
.single-page__buttons a:hover svg path {
  stroke: #1284a3;
}
.single-page__content table {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .single-page__content table {
    font-size: 14px;
  }
}
.single-page__content td {
  padding: 8px;
}
.single-page__content ol {
  list-style: number;
  padding-left: 16px;
}
.single-page__content ol li {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
  color: #211e5a !important;
}
@media (max-width: 768px) {
  .single-page__content ol li {
    font-size: 14px;
  }
}
.single-page__content ul {
  list-style: disc;
  padding-left: 32px;
  margin-bottom: 16px;
}
.single-page__content ul li {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
  color: #211e5a !important;
}
@media (max-width: 768px) {
  .single-page__content ul li {
    font-size: 14px;
  }
}

.part {
  padding: 64px 0;
}
.part.part-franchise .part__right {
  max-width: 536px;
}
.part.part-franchise .part__right img {
  border-radius: 20px;
  min-height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
}
.part.part-franchise .part__left {
  max-width: 600px;
}
.part.part-franchise .part__left p strong {
  color: #0e6471;
}
.part__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.part__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  max-width: 568px;
}
.part__left ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}
.part__left ul li {
  position: relative;
  padding-left: 34px;
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .part__left ul li {
    font-size: 14px;
  }
}
.part__left ul li strong {
  font-weight: 400;
  color: #1284a3;
}
.part__left ul li::after {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  content: "";
  background: url("../img/check1.svg") center no-repeat;
}
.part__left h2 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 46.8px */
}
@media (max-width: 992px) {
  .part__left h2 {
    font-size: 24px;
  }
}
.part__left p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .part__left p {
    font-size: 14px;
  }
}
.part__left p strong {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--Second, #1284a3);
  color: #0e6471;
}
@media (max-width: 768px) {
  .part__left p strong {
    font-size: 14px;
  }
}
.part__left p:has(strong) {
  margin-bottom: 0;
}
.part__right {
  width: 100%;
  max-width: 568px;
}
.part__right img {
  width: 100%;
  border-radius: 20px;
}
.part__info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
  gap: 32px;
}
.part__info_left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.part__info_left .link {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #1284a3;
}
@media (max-width: 768px) {
  .part__info_left .link {
    font-size: 14px;
  }
}
.part__info_left .link:hover {
  text-decoration: underline;
}
.part__info_left p a {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .part__info_left p a {
    font-size: 14px;
  }
}
.part__info_left p a:hover {
  color: #1284a3;
  text-decoration: underline;
}

.gallerySwiper .swiper-wrapper {
  width: 100vw;
}
.gallerySwiper img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  max-width: 100%;
}
.gallerySwiper .swiper-slide a {
  display: block;
}

.work {
  padding: 24px;
}
.work .swiper {
  margin-top: 32px;
}
.work__link {
  margin: 32px auto 0;
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid var(--Primary, #211e5a);
  color: var(--Primary, #211e5a);
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  transition: 0.3s ease;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.work__link:hover, .work__link:visited:hover {
  background: var(--Primary, #211e5a);
  color: #fff;
}
.work__link:visited {
  color: var(--Primary, #211e5a);
}
.work .inner {
  padding: 64px 0;
}

.career {
  padding: 64px 0;
}
.career__wrapper {
  display: flex;
  gap: 64px;
}
.career__right {
  width: 100%;
  max-width: 536px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.career__image {
  display: flex;
  width: 64px;
  height: 64px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background: var(--Second, #1284a3);
}
.career__item {
  display: flex;
  gap: 16px;
  align-items: center;
}
.career__text {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.career__text h2 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
}
@media (max-width: 992px) {
  .career__text h2 {
    font-size: 18px;
  }
}
.career__text p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .career__text p {
    font-size: 14px;
  }
}
.career__left {
  width: 100%;
  max-width: 600px;
}
.career__left p:has(strong) {
  color: #0e6471;
}
.career__left .block-title {
  margin: 16px 0;
  align-items: flex-start;
  text-align: left;
}
.career__left .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 32px;
}

.adverts-form {
  padding: 24px 0;
}
.adverts-form form {
  background: transparent;
  border: 0;
  padding: 0 120px;
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.adverts-form form input[type=text] {
  width: 100%;
  cursor: pointer;
  background: #fff;
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 100px;
  border: 1px solid var(--Stroke, #d3e0ec);
  padding: 7px 24px;
  height: 52px;
  min-width: 200px;
}
@media (max-width: 768px) {
  .adverts-form form input[type=text] {
    font-size: 14px;
  }
}
.adverts-form form input[type=text]::-moz-placeholder {
  color: var(--Stroke, #d3e0ec);
}
.adverts-form form input[type=text]:-ms-input-placeholder {
  color: var(--Stroke, #d3e0ec);
}
.adverts-form form input[type=text]::placeholder {
  color: var(--Stroke, #d3e0ec);
}
.adverts-form form label {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .adverts-form form label {
    font-size: 14px;
  }
}
.adverts-form form > div:first-child {
  display: flex;
  gap: 16px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #d3e0ec;
}
.adverts-form form input[type=checkbox] + label::before,
.adverts-form form input[type=checkbox] + span::before {
  top: 3px;
}
.adverts-form form .checkboxes {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}
.adverts-form form .adverts-form__form {
  display: flex;
  width: 100%;
  height: 52px;
  align-items: center;
  gap: 16px;
}
.adverts-form form input[type=submit],
.adverts-form form button[type=submit] {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--White, #fff);
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  cursor: pointer;
  font-weight: 600;
  line-height: normal;
  border-radius: 100px;
  border: 1px solid var(--Background, #f4f7fa);
  background: var(--Primary, #211e5a);
  transition: 0.3s ease;
  color: #fff;
  min-width: 130px;
  padding: 16px;
}
.adverts-form form input[type=submit]:hover, .adverts-form form input[type=submit]:visited:hover, .adverts-form form input[type=submit]:focus:hover, .adverts-form form input[type=submit]:focus, .adverts-form form input[type=submit]:active, .adverts-form form input[type=submit]:active:hover,
.adverts-form form button[type=submit]:hover,
.adverts-form form button[type=submit]:visited:hover,
.adverts-form form button[type=submit]:focus:hover,
.adverts-form form button[type=submit]:focus,
.adverts-form form button[type=submit]:active,
.adverts-form form button[type=submit]:active:hover {
  border: 1px solid var(--Second, #1284a3);
  background: var(--Second, #1284a3);
  color: #fff;
}
.adverts-form form input[type=submit]:visited,
.adverts-form form button[type=submit]:visited {
  border: 1px solid #211e5a;
  background: #211e5a;
  color: #fff;
}
.adverts-form .select2-container .select2-selection--single {
  border-radius: 100px;
  border: 1px solid var(--Stroke, #d3e0ec);
  height: 52px;
  width: 100%;
  min-width: 150px;
  display: flex;
  align-items: center;
  padding: 7px 24px;
  background: url("../img/chevron-down.svg") center right 24px no-repeat, #fff !important;
}
.adverts-form .select2-container--default.select2-container--open .select2-selection--single {
  background: url("../img/chevron-top.svg") center right 24px no-repeat, #fff !important;
  border-radius: 29px;
}
.adverts-form .select2-container {
  border-radius: 0;
  border: 0;
  background: transparent;
  max-width: 100%;
}

.adverts-block {
  padding: 64px 0;
}
.adverts-block__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 1200px;
  gap: 16px;
  margin-top: 32px;
}
.adverts-block__item {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
  border-radius: 20px;
  border: 1px solid var(--Stroke, #d3e0ec);
  background: var(--White, #fff);
}
.adverts-block__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.adverts-block__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
.adverts-block__top h3 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
}
@media (max-width: 992px) {
  .adverts-block__top h3 {
    font-size: 18px;
  }
}
.adverts-block__top p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
}
.adverts-block p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .adverts-block p {
    font-size: 14px;
  }
}
.adverts-block button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: var(--Primary, #211e5a);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  align-self: flex-end;
}
.adverts-block button:hover {
  color: #1284a3;
}
.adverts-block button:hover svg path {
  stroke: #1284a3;
}
.adverts-block button:visited {
  color: #1284a3;
}
.adverts-block__bottom {
  width: 100%;
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
}
.adverts-block .pagination {
  grid-column: span 2;
}

.job-part {
  padding: 64px 0;
}
.job-part__wrapper {
  display: flex;
  gap: 25px;
}
.job-part .info {
  padding: 0;
}
.job-part h1 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 46.8px */
}
@media (max-width: 992px) {
  .job-part h1 {
    font-size: 24px;
  }
}
.job-part .info {
  display: flex;
  gap: 32px;
  align-items: center;
}
.job-part .date {
  margin-bottom: 0;
}
.job-part__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  max-width: 568px;
}
.job-part__left h2 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 46.8px */
}
@media (max-width: 992px) {
  .job-part__left h2 {
    font-size: 24px;
  }
}
.job-part p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .job-part p {
    font-size: 14px;
  }
}
.job-part__right {
  width: 100%;
  max-width: 568px;
}
.job-part__right img {
  width: 100%;
  border-radius: 20px;
}
.job-part__right p {
  display: none;
}
.job-part__right p img {
  width: auto;
}
.job-part .info {
            gap: 16px;
            flex-wrap: wrap;
        }
.job-list__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}
.job-list h2 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .job-list h2 {
    font-size: 18px;
  }
}
.job-list__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.job-list__content br {
  display: none;
}
.job-list p,
.job-list span,
.job-list div[dir=auto] {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  color: #211e5a !important;
}
@media (max-width: 768px) {
  .job-list p,
.job-list span,
.job-list div[dir=auto] {
    font-size: 14px;
  }
}
.job-list__info {
  padding: 32px 0;
  margin-top: 32px;
  border-bottom: 1px solid #d3e0ec;
  border-top: 1px solid #d3e0ec;
}
.job-list__social {
  padding-top: 32px;
}
.job-list__social_list {
  display: flex;
  align-items: center;
  gap: 16px;
}
.job-list__social_list a {
  border-radius: 1000px;
  display: flex;
  width: 64px;
  height: 64px;
  padding: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border: 1px solid var(--Stroke, #d3e0ec);
  transition: 0.3s ease;
}
.job-list__social_list a svg {
  width: 20px;
  height: 20px;
}
.job-list__social_list a:hover {
  background: #1284a3;
}
.job-list ul {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.job-list ul li {
  position: relative;
  padding-left: 34px;
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .job-list ul li {
    font-size: 14px;
  }
}
.job-list ul li::after {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  content: "";
  background: url("../img/check1.svg") center no-repeat;
}

.franchise-contact {
  padding: 24px;
}
.franchise-contact__wrapper {
  display: flex;
  gap: 64px;
  align-items: stretch;
}
.franchise-contact__left {
  width: 100%;
  max-width: 50%;
}
.franchise-contact__left img {
  width: 100%;
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.franchise-contact__right {
  padding: 64px;
  border-radius: 20px;
  width: 100%;
  background: url("../img/franchise.svg") no-repeat;
  max-width: 50%;
  background-size: cover;
}
.franchise-contact__right h2 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 46.8px */
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .franchise-contact__right h2 {
    font-size: 24px;
  }
}
.franchise-contact .inner {
  max-width: 1438px;
  padding: 0;
}
.franchise-contact form {
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 0 auto;
}
.franchise-contact form .form-block {
  display: flex;
  align-items: center;
  gap: 16px;
}
.franchise-contact form .form-button {
  display: flex;
  position: relative;
  align-items: center;
  gap: 32px;
}
.franchise-contact form .form-button .form-button {
  width: 70%;
}
.franchise-contact form label {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 14px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .franchise-contact form label {
    font-size: 14px;
  }
}
.franchise-contact form label strong {
  font-size: 16px;
  font-weight: 400;
}
.franchise-contact form input {
  border-bottom: 1px solid rgba(33, 30, 90, 0.25);
  width: 100%;
}
.franchise-contact form input[type=submit],
.franchise-contact form button[type=submit] {
  border: 0;
  max-width: 105px;
}
.franchise-contact form .checkbox-label .wpcf7-list-item-label {
  white-space: wrap;
}
.franchise-contact form .checkbox-label {
  padding-left: 0;
}
.franchise-contact form .checkbox-label span:last-child {
  font-size: 14px;
  padding-left: 24px;
  display: block;
}
.franchise-contact form .checkbox-label span:last-child strong {
  font-size: 16px;
}
.franchise-contact form .form__row--checkbox .wpcf7-form-control-wrap {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.franchise-block {
  padding: 64px 0;
}
.franchise-block__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.franchise-block__item {
  display: flex;
  transition: 0.3s ease;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid var(--Stroke, #d3e0ec);
}
.franchise-block__item:hover {
  background: #1284a3;
}
.franchise-block__item:hover h2,
.franchise-block__item:hover p {
  color: #fff;
}
.franchise-block__item:hover .franchise-block__image {
  border: 3px solid #fff;
}
.franchise-block__item img {
  width: 64px;
  height: 64px;
}
.franchise-block__item h2 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .franchise-block__item h2 {
    font-size: 18px;
  }
}
.franchise-block__item p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .franchise-block__item p {
    font-size: 14px;
  }
}
.franchise-block__image {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 10px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #1284a3;
}
.franchise-block__image img {
  width: 100%;
}

.cash {
  padding: 24px;
}
.cash__wrapper {
  display: flex;
  gap: 64px;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.cash__left {
  width: 50%;
}
.cash__left h2 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 46.8px */
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cash__left h2 {
    font-size: 24px;
  }
}
.cash__left p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .cash__left p {
    font-size: 14px;
  }
}
.cash__left p:last-of-type {
  margin-bottom: 0;
}
.cash__right {
  width: 50%;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 20px;
  background: #002c4b;
}
.cash__right img {
  width: 64px;
  height: 64px;
  display: block;
  margin-bottom: 32px;
}
.cash__right h3 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
  margin-bottom: 16px;
  color: #fff;
}
@media (max-width: 992px) {
  .cash__right h3 {
    font-size: 18px;
  }
}
.cash__right p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}
@media (max-width: 768px) {
  .cash__right p {
    font-size: 14px;
  }
}

.partner {
  padding: 64px 0;
}
.partner__items {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
  justify-content: center;
}
.partner__item {
  display: flex;
  border-radius: 20px;
  border: 1px solid var(--Stroke, #d3e0ec);
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  max-width: 31%;
  transition: 0.3s ease;
}
.partner__item:hover {
  background: #1284a3;
}
.partner__item:hover h3,
.partner__item:hover p {
  color: #fff;
}
.partner__item:hover .partner__image {
  border: 3px solid #fff;
}
.partner__image {
  background: #fff;
  width: 38px;
  height: 38px;
  border: 3px solid transparent;
  border-radius: 50%;
}
.partner__image img {
  width: 100%;
}
.partner .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.partner__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.partner__text h3 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
}
@media (max-width: 992px) {
  .partner__text h3 {
    font-size: 18px;
  }
}
.partner__text p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .partner__text p {
    font-size: 14px;
  }
}

.blue-svg {
  padding: 24px;
}
.blue-svg .inner {
  background: url("../img/franchise.svg") no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 64px 14px;
  max-width: 1438px;
}

.part.blue-svg .part__wrapper {
  max-width: 1150px;
  margin: 0 auto;
}
.part.blue-svg .button-link {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid var(--Primary, #211e5a);
  color: var(--Primary, #211e5a);
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  transition: 0.3s ease;
}
.part.blue-svg .button-link:hover, .part.blue-svg .button-link:visited:hover {
  background: var(--Primary, #211e5a);
  color: #fff;
}
.part.blue-svg .button-link:visited {
  color: var(--Primary, #211e5a);
}

.part.reverse .part__wrapper {
  flex-direction: row-reverse;
}
.part.reverse .blue {
  margin-top: 32px;
}
.part.reverse .blue .part__wrapper {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  gap: 64px;
}

.info {
  padding: 24px;
}
.info__items {
  display: flex;
  width: 100%;
  max-width: 700px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  margin: 0 auto;
}
.info__item {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.info__item img {
  width: 64px;
  height: 64px;
}
.info__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.info__text p strong,
.info__text a {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
  color: #0e6471;
}
@media (max-width: 992px) {
  .info__text p strong,
.info__text a {
    font-size: 18px;
  }
}
.info__text a:hover {
  text-decoration: underline;
}
.info__text p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 14px;
}
@media (max-width: 768px) {
  .info__text p {
    font-size: 14px;
  }
}

.form-location form {
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 64px auto 0;
}
.form-location form .form-block {
  display: flex;
  align-items: center;
  gap: 16px;
}
.form-location form input[type=submit],
.form-location form button[type=submit] {
  border: 0;
  max-width: 105px;
}
.form-location form .form-button {
  display: flex;
  position: relative;
  align-items: center;
  gap: 32px;
}
.form-location form .form-button .form-button {
  width: 70%;
}
.form-location form .checkbox-label .wpcf7-list-item-label {
  white-space: wrap;
}
.form-location form .checkbox-label {
  padding-left: 0;
}
.form-location form .checkbox-label span:last-child {
  font-size: 14px;
  padding-left: 24px;
  display: block;
}
.form-location form .checkbox-label span:last-child strong {
  font-size: 16px;
}
.form-location form .form__row--checkbox .wpcf7-form-control-wrap {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.form-location form label {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  font-size: 14px;
}
@media (max-width: 768px) {
  .form-location form label {
    font-size: 14px;
  }
}
.form-location form label strong {
  font-weight: 400;
  font-size: 16px;
}
.form-location form input {
  border-bottom: 1px solid rgba(33, 30, 90, 0.25);
  width: 100%;
}

.map-slider {
  width: 100vw;
  min-height: 600px;
  padding: 64px 0;
}
.map-slider__wrapper {
  display: flex;
  gap: 24px;
}
.map-slider .block-pagination {
  margin-right: 16px;
}
.map-slider .swiper-buttons {
  margin-top: 32px;
  position: absolute;
  right: 10%;
  display: flex;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
.map-slider .inner {
  position: relative;
  max-width: 1340px;
  margin-right: 0;
  padding-right: 0;
}
.map-slider__left {
  width: 100%;
  max-width: 40%;
  z-index: 10;
  position: relative;
}
.map-slider__left img {
  width: 100%;
  border-radius: 20px;
}
.map-slider__right {
  width: 100%;
  max-width: 60%;
}
.map-slider__right .swiper-slide {
  border-radius: 20px;
  border: 1px solid var(--Stroke, #d3e0ec);
  background: var(--White, #fff);
  display: flex;
  height: 100%;
  min-height: 420px;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
}
.map-slider__right .swiper-slide a {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #0c5f76;
  text-decoration: underline;
  display: block;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .map-slider__right .swiper-slide a {
    font-size: 14px;
  }
}
.map-slider__right .swiper-slide h2 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
}
@media (max-width: 992px) {
  .map-slider__right .swiper-slide h2 {
    font-size: 18px;
  }
}
.map-slider__right .swiper-slide p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .map-slider__right .swiper-slide p {
    font-size: 14px;
  }
}
.map-slider__right .swiper-slide ul {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.map-slider__right .swiper-slide ul li {
  position: relative;
  padding-left: 34px;
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .map-slider__right .swiper-slide ul li {
    font-size: 14px;
  }
}
.map-slider__right .swiper-slide ul li::after {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  content: "";
  background: url("../img/check1.svg") center no-repeat;
}

.team {
  padding: 64px 0;
  margin: 0 24px;
  border-radius: 20px;
  background: radial-gradient(232.07% 60.16% at 50% 50%, #f4f7fa 0%, #e3eff4 100%);
}
.team .block-pagination {
  margin-right: 16px;
}
.team .swiper-buttons {
  margin-top: 32px;
  display: flex;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
.team .swiper {
  margin-top: 32px;
}
.team .swiper .swiper-slide {
  display: flex;
  padding: 32px 24px;
  border-radius: 20px;
  background: #fff;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.team .swiper .swiper-slide img {
  max-width: 180px;
  border-radius: 50%;
  display: block;
  margin-bottom: 6px;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.team .swiper .swiper-slide h3 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
}
@media (max-width: 992px) {
  .team .swiper .swiper-slide h3 {
    font-size: 18px;
  }
}
.team .swiper .swiper-slide p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #0c5f76;
}
@media (max-width: 768px) {
  .team .swiper .swiper-slide p {
    font-size: 14px;
  }
}

.numbers-block {
  padding: 120px 0;
  background: #fff;
}
.numbers-block .swiper-slide:first-of-type .number::after {
  display: none;
}
.numbers-block .swiper-slide:last-of-type .number::before {
  display: none;
}
.numbers-block .number {
  border-radius: 100px;
  border: 6px solid #f4f7fa;
  background: var(--Second, #1284a3);
  display: flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
  color: var(--White, #fff);
}
@media (max-width: 992px) {
  .numbers-block .number {
    font-size: 18px;
  }
}
.numbers-block .inner {
  padding-right: 0;
  max-width: 1340px;
  margin-right: 0;
}
.numbers-block h3 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
  color: #0c5f76;
  margin-bottom: 16px;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .numbers-block h3 {
    font-size: 18px;
  }
}
.numbers-block p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .numbers-block p {
    font-size: 14px;
  }
}
.numbers-block .block-pagination {
  margin-right: 16px;
}
.numbers-block .swiper-buttons {
  margin-top: 32px;
  display: flex;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  margin-right: 10%;
}
.numbers-block .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding: 32px;
  cursor: pointer;
  border-radius: 20px;
  transition: 0.3s ease;
}
.numbers-block .swiper-slide::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 85%;
  background: url("../img/dash.svg") no-repeat;
  right: -26px;
  top: 60px;
  z-index: -1;
}
.numbers-block .swiper-slide:hover {
  background: #1284a3;
}
.numbers-block .swiper-slide:hover h3,
.numbers-block .swiper-slide:hover p {
  color: #fff;
}
.numbers-block .swiper-slide:hover .number {
  color: #211e5a;
  background: #fff;
  border: 6px solid rgba(18, 132, 163, 0.55);
}

.hero-service {
  padding: 64px 0;
}
.hero-service .map-block {
  margin: 64px 0;
  height: 360px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.hero-service__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.hero-service__info div {
  display: flex;
  gap: 10px;
  align-items: center;
}
.hero-service__info div:nth-child(2) p a {
  text-decoration: none;
  color: #211e5a;
}
.hero-service__info p a {
  color: #0c5f76;
  text-decoration: underline;
}
.hero-service__info p a:hover {
  text-decoration: none;
}
.hero-service h2 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
  text-align: center;
}
@media (max-width: 992px) {
  .hero-service h2 {
    font-size: 18px;
  }
}
.hero-service h1 {
  text-align: center;
}
.hero-service .button-link {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid var(--Primary, #211e5a);
  color: var(--Primary, #211e5a);
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  transition: 0.3s ease;
  margin: 32px auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.hero-service .button-link:hover, .hero-service .button-link:visited:hover {
  background: var(--Primary, #211e5a);
  color: #fff;
}
.hero-service .button-link:visited {
  color: var(--Primary, #211e5a);
}
.hero-service .button-link:visited {
  color: #211e5a;
  background: #fff;
}
.hero-service .button-link:hover {
  color: #fff;
  background: #211e5a;
}
.hero-service__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 24px;
  margin-top: 32px;
}
.hero-service__item {
  display: flex;
  height: 100%;
  min-height: 320px;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1 0 0;
  gap: 32px;
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid var(--Stroke, #d3e0ec);
  background: var(--White, #fff);
}
.hero-service__item .button-link {
  width: 100%;
  margin: 0;
}
.hero-service__item h3 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .hero-service__item h3 {
    font-size: 18px;
  }
}
.hero-service__item p,
.hero-service__item a {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .hero-service__item p,
.hero-service__item a {
    font-size: 14px;
  }
}
.hero-service form {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 32px auto 64px;
  width: 100%;
  max-width: 700px;
  gap: 24px;
  display: flex;
}
.hero-service form input[type=text] {
  width: 100%;
  max-width: 50%;
  cursor: pointer;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.hero-service form input[type=text]::-moz-placeholder {
  color: var(--Stroke, #d3e0ec);
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.hero-service form input[type=text]:-ms-input-placeholder {
  color: var(--Stroke, #d3e0ec);
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.hero-service form input[type=text]::placeholder {
  color: var(--Stroke, #d3e0ec);
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.hero-service form > div {
  display: flex;
  justify-content: space-between;
  border-radius: 100px;
  border: 1px solid var(--Stroke, #d3e0ec);
  background: var(--White, #fff);
  width: 100%;
  height: 52px;
  padding: 7px 24px;
  align-items: center;
  gap: 24px;
}
.hero-service form input[type=submit],
.hero-service form button[type=submit] {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--White, #fff);
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  cursor: pointer;
  font-weight: 600;
  line-height: normal;
  border-radius: 100px;
  border: 1px solid var(--Background, #f4f7fa);
  background: var(--Primary, #211e5a);
  transition: 0.3s ease;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.hero-service form input[type=submit]:hover, .hero-service form input[type=submit]:visited:hover, .hero-service form input[type=submit]:focus:hover, .hero-service form input[type=submit]:focus, .hero-service form input[type=submit]:active, .hero-service form input[type=submit]:active:hover,
.hero-service form button[type=submit]:hover,
.hero-service form button[type=submit]:visited:hover,
.hero-service form button[type=submit]:focus:hover,
.hero-service form button[type=submit]:focus,
.hero-service form button[type=submit]:active,
.hero-service form button[type=submit]:active:hover {
  border: 1px solid var(--Second, #1284a3);
  background: var(--Second, #1284a3);
  color: #fff;
}
.hero-service form input[type=submit]:visited,
.hero-service form button[type=submit]:visited {
  border: 1px solid #211e5a;
  background: #211e5a;
  color: #fff;
}
.hero-service .select2-container .select2-selection--single {
  display: flex;
  align-items: center;
  background: url("../img/chevron-down.svg") center right no-repeat, #fff;
}
.hero-service .select2-container--default.select2-container--open .select2-selection--single {
  background: url("../img/chevron-top.svg") center right no-repeat, #fff;
  border-radius: 29px;
}
.hero-service .select2-container {
  width: 100% !important;
  max-width: 50%;
  position: relative;
}
.hero-service .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--Stroke, #d3e0ec);
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  width: 100%;
}

.right-slider {
  width: 100vw;
  padding: 64px 0;
}
.right-slider__wrapper {
  display: flex;
  gap: 64px;
}
.right-slider .block-pagination {
  margin-right: 16px;
}
.right-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.right-slider .swiper-slide img {
  width: 64px;
  height: 64px;
}
.right-slider .swiper-buttons {
  display: flex;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  position: absolute;
  left: 0;
  bottom: -65px;
  z-index: 99;
  width: 100%;
  max-width: 350px;
}
.right-slider .inner {
  position: relative;
  max-width: 1340px;
  margin-right: 0;
  padding-right: 0;
}
.right-slider__left {
  width: 100%;
  max-width: 30%;
  z-index: 10;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.right-slider__left h2 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 46.8px */
}
@media (max-width: 992px) {
  .right-slider__left h2 {
    font-size: 24px;
  }
}
.right-slider__left p {
  margin-bottom: 16px;
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .right-slider__left p {
    font-size: 14px;
  }
}
.right-slider__left p strong {
  font-weight: 400;
  color: #1284a3;
}
.right-slider__right {
  width: 100%;
  max-width: 70%;
}
.right-slider__right .swiper-slide {
  border-radius: 20px;
  border: 1px solid var(--Stroke, #d3e0ec);
  background: var(--White, #fff);
  display: flex;
  height: 100%;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
}
.right-slider__right .swiper-slide a {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #0c5f76;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 768px) {
  .right-slider__right .swiper-slide a {
    font-size: 14px;
  }
}
.right-slider__right .swiper-slide h2 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
}
@media (max-width: 992px) {
  .right-slider__right .swiper-slide h2 {
    font-size: 18px;
  }
}
.right-slider__right .swiper-slide p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .right-slider__right .swiper-slide p {
    font-size: 14px;
  }
}
.right-slider__right .swiper-slide ul {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.right-slider__right .swiper-slide ul li {
  position: relative;
  padding-left: 34px;
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .right-slider__right .swiper-slide ul li {
    font-size: 14px;
  }
}
.right-slider__right .swiper-slide ul li::after {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  content: "";
  background: url("../img/check1.svg") center no-repeat;
}

.list-services__items {
  width: 100%;
  max-width: 1152px;
  margin: 0 auto;
  display: flex;
  gap: 64px;
}
.list-services__item {
  display: flex;
  gap: 20px;
}
.list-services__item_blocks {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.list-services__item_block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.list-services__item_block:last-child {
  margin-bottom: 32px;
}
.list-services__item_block p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .list-services__item_block p {
    font-size: 14px;
  }
}
.list-services__item_block p strong {
  font-weight: 400;
  color: #1284a3;
  color: #0e6471;
}
.list-services__item h2 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
  color: #1284a3;
  color: #0e6471;
}
@media (max-width: 992px) {
  .list-services__item h2 {
    font-size: 18px;
  }
}
.list-services__item ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 32px;
  list-style: disc;
}
.list-services__item li {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .list-services__item li {
    font-size: 14px;
  }
}
.list-services__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list-services__image {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
.list-services__image::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  background: rgba(14, 16, 15, 0.1);
}
.list-services__image svg {
  display: block;
}
.list-services__image div {
  flex: 0 1 25%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.list-services__image div:last-child {
  justify-content: flex-end;
}

.feedback {
  padding: 64px 0;
}
.feedback__wrapper {
  display: flex;
  position: relative;
  gap: 64px;
}
.feedback__info {
  display: flex;
  gap: 16px;
  align-items: center;
}
.feedback__info img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.feedback__info p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .feedback__info p {
    font-size: 14px;
  }
}
.feedback__info p strong {
  font-weight: 400;
}
.feedback__items {
  display: flex;
  flex-direction: column;
  gap: 64px;
  overflow-y: auto;
}
.feedback__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.feedback__item h3 {
  margin-bottom: 10px;
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .feedback__item h3 {
    font-size: 14px;
  }
}
.feedback__item p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .feedback__item p {
    font-size: 14px;
  }
}
.feedback__left {
  width: 50%;
  height: 100%;
}
.feedback__right {
  padding-top: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 50%;
  height: 100%;
  min-height: 432px;
}
.feedback .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.feedback .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.feedback h2 {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 46.8px */
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .feedback h2 {
    font-size: 24px;
  }
}
.feedback .block-pagination {
  margin-right: 16px;
}
.feedback .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.feedback .swiper-slide p {
  color: #211e5a;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .feedback .swiper-slide p {
    font-size: 14px;
  }
}
.feedback .name {
  color: var(--Primary, #211e5a);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .feedback .name {
    font-size: 18px;
  }
}
.feedback .swiper-buttons {
  display: flex;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}

.partner.partner-slider {
  display: none;
}

@media (min-width: 1441px) {
  .gallerySwiper img {
    height: 250px;
  }

  .right-slider .inner {
    margin-right: auto;
    padding-right: 20px;
    max-width: 1240px;
  }

  .numbers-block .inner {
    margin-right: auto;
    padding-right: 20px;
    max-width: 1240px;
  }
  .numbers-block .swiper-buttons {
    margin-right: 0;
  }

  .map-slider {
    overflow-x: visible;
  }
  .map-slider .inner {
    margin-right: auto;
    padding-right: 20px;
    max-width: 1240px;
  }
  .map-slider .swiper-buttons {
    right: 0;
  }

  .hero__wrapper {
    gap: 64px;
    overflow: hidden;
    position: relative;
  }
  .hero__right {
    position: relative;
    top: auto;
    right: auto;
  }
}
@media (max-width: 1280px) {
  .franchise-contact__wrapper {
    gap: 24px;
  }
  .franchise-contact form .form-block.last {
    flex-wrap: wrap;
  }

  .map-slider {
    overflow-x: visible;
  }

  h1 {
    font-size: 35px;
  }

  .adverts-form form {
    padding: 0 32px;
  }
}
@media (max-width: 1024px) {
  .map-slider .inner {
    margin-right: auto;
    padding-right: 20px;
    max-width: 1240px;
  }

  .hero-service {
    padding: 32px 0;
  }
  .hero-service .select2-container .select2-selection--single {
    border-radius: 0;
    border: 0;
    height: auto;
  }
  .hero-service .map-block {
    margin: 32px 0;
  }

  .right-slider {
    overflow-x: unset;
    min-height: auto;
    height: 100%;
    padding: 32px 0;
  }
  .right-slider__wrapper {
    flex-direction: column;
    overflow: hidden;
    gap: 32px;
  }
  .right-slider__left {
    max-width: 100%;
  }
  .right-slider__right {
    max-width: 100%;
  }
  .right-slider .swiper-buttons {
    position: relative;
    margin: 32px 0 0 auto;
    left: auto;
    bottom: auto;
    max-width: 100%;
  }
  .right-slider .inner {
    margin-right: auto;
    padding-right: 20px;
    max-width: 1240px;
  }

  .team {
    padding: 32px 20px;
  }

  .accordion.accordion-franchise {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 0;
  }
  .accordion.accordion-franchise .accordion__header {
    gap: 16px;
  }

  .faq.faq-franchise .inner {
    padding: 32px 20px;
  }

  .partner {
    padding: 32px 0;
  }
  .partner__item {
    max-width: 48%;
  }

  .franchise-block {
    padding: 32px 0;
  }
  .franchise-block__item {
    padding: 20px;
    align-items: center;
    text-align: center;
  }

  .cash__wrapper {
    gap: 32px;
  }

  .adverts-block {
    padding: 32px 0;
  }
  .adverts-block__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .adverts-block .pagination {
    width: 100%;
  }

  .adverts-form form {
    margin-top: 32px;
    padding: 0;
  }
  .adverts-form form button[type=submit],
.adverts-form form input[type=submit] {
    width: 100%;
  }
  .adverts-form form > div {
    flex-direction: column;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 0;
    gap: 17px;
    border-radius: 0;
    border: 0;
    background: transparent;
  }
  .adverts-form form .checkboxes {
    flex-direction: row;
    gap: 24px;
  }
  .adverts-form form .adverts-form__form {
    flex-direction: column;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .adverts-form form input[type=text] {
    border-radius: 100px;
    border: 1px solid var(--Stroke, #d3e0ec);
    max-width: 100%;
    padding: 7px 24px;
    height: 52px;
    background: #fff;
  }
  .adverts-form .select2-container .select2-selection--single {
    padding: 7px 32px 7px 24px;
    background: url("../img/chevron-down.svg") center right 14px no-repeat, #fff;
  }
  .adverts-form .select2-container--default.select2-container--open .select2-selection--single {
    background: url("../img/chevron-top.svg") center right 14px no-repeat, #fff;
  }

  .list-services__items {
    gap: 32px;
  }

  .franchise {
    padding: 32px 0;
  }

  .part {
    padding: 32px 0;
  }

  .career {
    padding: 32px 0;
  }
  .career__wrapper {
    gap: 32px;
  }

  .single-page {
    padding: 32px 0;
  }
  .single-page__image {
    min-height: 240px;
    margin-bottom: 32px;
  }
  .single-page__block-image {
    padding: 0 20px;
  }
  .single-page h2 {
    margin-top: 32px;
  }
  .single-page p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .single-page p:has(img) {
    margin-top: 32px;
  }
  .single-page p:has(img) img {
    min-height: 420px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .single-page__buttons {
    margin-top: 32px;
    width: 100%;
  }
  .single-page__buttons a {
    width: 100%;
  }

  .date {
    font-size: 14px;
  }

  .aktuelles {
    padding: 32px 0;
  }

  .hero-about {
    padding: 32px 0;
  }

  .slider {
    padding: 32px 0;
  }
  .slider .swiper-slide {
    padding: 20px;
    gap: 32px;
  }
  .slider .swiper-slide h2 {
    font-size: 24px;
  }

  .franchise-contact__wrapper {
    flex-direction: column;
    gap: 24px;
  }
  .franchise-contact__left {
    max-width: 100%;
  }
  .franchise-contact__right {
    max-width: 100%;
  }

  .care {
    padding: 32px 0;
  }

  .gallery {
    padding: 32px 0;
  }

  .services {
    padding: 32px 0;
  }

  .map-slider {
    padding: 32px 0;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .map-slider__wrapper {
    flex-direction: column;
  }
  .map-slider .swiper-buttons {
    position: relative;
  }
  .map-slider__right {
    max-width: 100%;
  }
  .map-slider__left {
    max-width: 100%;
  }
  .map-slider__left::before {
    display: none;
  }

  .advice__right {
    margin-left: -40%;
  }

  .our-service {
    padding: 32px 0;
  }
  .our-service__item_right {
    padding: 20px;
  }
  .our-service__items {
    gap: 16px;
  }
}
@media (max-width: 1023px) {
  .accordion.accordion-franchise {
    margin-bottom: 48px;
  }
  .accordion.accordion-franchise .accordion__item {
    position: relative;
  }
  .accordion.accordion-franchise .accordion__item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: -16px;
    background: #d3e0ec;
  }
  .accordion.accordion-franchise .accordion__item.active .accordion__header {
    background: url(../img/minus.svg) center right no-repeat;
  }
  .accordion.accordion-franchise .accordion__header {
    padding-right: 40px;
    background: url("../img/plus.svg") center right no-repeat;
  }
  .accordion.accordion-franchise .accordion__content {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .training-block .hero__wrapper,
.career-block .hero__wrapper {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }

  .right-slider__right .swiper-slide h2 {
    font-size: 22px;
  }

  .serv-block .part.reverse .part__wrapper {
    flex-direction: column-reverse;
  }

  .hero .inner {
    padding-right: 20px;
  }
  .hero.hero-serv .hero__right p:has(strong) {
    display: none;
    color: var(--Second, #1284a3);
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
  }
  .hero.hero-serv .hero__left p:has(strong) {
    display: block;
  }

  .hero-service__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-service__item h3 {
    font-size: 22px;
  }
  .hero-service .button-link {
    width: 100%;
  }

  .map-slider__right .swiper-slide h2 {
    font-size: 22px;
  }
  .map-slider__right .swiper-slide p,
.map-slider__right .swiper-slide ul li,
.map-slider__right .swiper-slide a {
    font-size: 16px;
  }

  .team .swiper-slide h3 {
    font-size: 22px;
  }
  .team .swiper-slide p {
    font-size: 16px;
  }

  .numbers-block {
    padding: 32px 0;
  }
  .numbers-block p {
    font-size: 16px;
  }

  .franchises .part.reverse .blue .part__wrapper {
    gap: 32px;
    flex-direction: column-reverse;
  }

  .franchise-block__item {
    gap: 16px;
  }
  .franchise-block__item h2 {
    margin-bottom: 0;
  }

  .cash__wrapper {
    flex-direction: column;
  }
  .cash__left {
    width: 100%;
  }
  .cash__left p {
    font-size: 14px;
  }
  .cash__right {
    width: 100%;
    padding: 20px;
  }
  .cash__right img {
    margin-bottom: 20px;
  }
  .cash__right p {
    font-size: 14px;
  }

  .feedback {
    padding: 32px 0;
  }
  .feedback__items {
    gap: 32px;
  }
  .feedback__wrapper {
    flex-direction: column;
  }
  .feedback__left {
    width: 100%;
  }
  .feedback__right {
    width: 100%;
    padding-top: 0;
    position: relative;
  }

  .training-block .part__left ul li::after {
    top: 0;
    transform: none;
  }

  .list-services.blue .inner {
    padding: 32px 15px;
  }
  .list-services__items {
    gap: 64px;
    flex-wrap: wrap;
  }
  .list-services__item_blocks {
    gap: 32px;
  }
  .list-services__item_block:last-child {
    margin-bottom: 50px;
  }

  .part__wrapper {
    flex-direction: column-reverse;
  }
  .part__right {
    max-width: 100%;
  }
  .part__left {
    max-width: 100%;
  }
  .part.reverse .part__wrapper {
    flex-direction: column;
  }

  .work.blue .inner {
    padding: 32px 0;
  }
  .work .block-title {
    padding: 0 20px;
  }

  .aktuelles__items {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 32px;
  }

  .year.blue .inner {
    padding: 32px 20px;
  }
  .year .swiper {
    margin-top: 32px;
  }
  .year .year-pagination span {
    font-size: 22px;
  }
  .year .swiper-slide {
    padding-left: 24px;
  }

  .franchise {
    padding: 32px 0;
  }
  .franchise .swiper-slide {
    flex-direction: column-reverse;
    gap: 32px;
  }
  .franchise .swiper-slide h2 {
    font-size: 18px;
  }
  .franchise .swiper-slide__right {
    max-width: 100%;
    gap: 0;
  }
  .franchise .swiper-slide__left {
    max-width: 100%;
  }
  .franchise .swiper-buttons {
    max-width: 100%;
    justify-content: flex-end;
  }
  .franchise .swiper {
    margin-top: 0;
  }

  .about {
    padding: 24px 20px;
  }

  .hero-about__wrapper {
    gap: 32px;
  }

  .text-image {
    padding: 32px 0;
  }
  .text-image__wrapper {
    flex-direction: column-reverse;
    gap: 32px;
  }
  .text-image__right {
    max-width: 100%;
  }
  .text-image__right img {
    min-height: 227px;
  }
  .text-image__left {
    max-width: 100%;
  }
  .text-image__left h2 {
    font-size: 24px;
  }
  .text-image__left p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .adverts-form .select2-container .select2-selection--single {
    padding: 7px 24px;
    background: url("../img/chevron-down.svg") center right 24px no-repeat, #fff !important;
  }
  .adverts-form .select2-container--default.select2-container--open .select2-selection--single {
    background: url("../img/chevron-top.svg") center right 24px no-repeat, #fff !important;
  }

  .reviews {
    padding: 32px 0;
  }

  .news {
    padding: 32px 0;
  }
  .news .swiper-slide .swiper-content p {
    font-size: 22px;
  }

  .map {
    padding: 32px 0;
  }
  .map__wrapper {
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
  }
  .map form {
    margin-top: 0;
  }

  .services {
    padding: 0 0 32px;
  }

  .blue .inner,
.blue-svg .inner {
    padding: 32px 20px;
  }

  .advice__right {
    margin-left: 0;
    margin-top: -20%;
    padding: 32px;
  }
  .advice__left {
    display: flex;
    justify-content: center;
  }
  .advice__left img {
    width: 90%;
  }
  .advice__wrapper {
    flex-direction: column;
  }

  .job {
    padding: 32px 0;
  }
  .job__wrapper {
    flex-direction: column;
  }
  .job__left {
    max-width: 100%;
  }
  .job__left img {
    max-height: 400px;
  }
  .job__right {
    max-width: 100%;
  }

  .care__items {
    flex-direction: column;
  }
  .care__text {
    align-items: center;
  }
  .care__text h3 {
    font-size: 22px;
  }
  .care__item {
    align-items: center;
  }

  .block-title h2,
.block-title h2 p {
    font-size: 24px;
  }

  .our-service {
    padding: 32px 0;
  }
  .our-service__item {
    flex-direction: column;
  }
  .our-service__item_left {
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
  .our-service__item_left img {
    border-radius: 20px 20px 0 0;
    height: 245px;
  }
  .our-service__item_right {
    border-radius: 0 0 20px 20px;
    width: 100%;
    height: 100%;
  }
  .our-service__item_right h3 {
    font-size: 22px;
  }

  .hero {
    margin: 32px 0;
  }
  .hero__wrapper {
    flex-direction: column-reverse;
    gap: 16px;
    justify-content: flex-end;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: relative;
  }
  .hero__wrapper.video-playing .hero__right {
    padding: 0;
  }
  .hero__left {
    width: 100%;
    padding-left: 0;
  }
  .hero__left .hero__social {
    margin-top: 32px;
  }
  .hero__right {
    position: relative;
    top: auto;
    right: auto;
  }
  .hero .video-block .video-preview img.video-thumbnail {
    height: 100%;
    border-radius: 20px;
    -o-object-position: center;
    object-position: center;
    min-height: 200px;
  }
  .hero .video-block .video-preview .play-button {
    left: 50%;
    bottom: auto;
    top: 50%;
    width: 64px;
    height: 64px;
    transform: translate(-50%, -50%);
  }
  .hero__right {
    width: 100%;
  }
  .hero__right img {
    width: 100%;
    height: 100%;
    max-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .hero__right h2 {
    display: block;
    color: var(--Primary, #211e5a);
    font-family: Outfit;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 36px */
/*     text-transform: uppercase; */
    margin-bottom: 16px;
  }

  .franchises .hero__right h2 {
    text-transform: none;
    font-size: 24px;
  }

  .about__right h3 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .year .swiper-slide {
    padding-left: 0;
  }

  .about-block .faq {
    padding: 0;
  }

  .hero-service form {
    display: none;
  }
  .hero-service h2 {
    margin-top: 32px;
  }

  .gallerySwiper {
    margin: 0 16px;
  }
  .gallerySwiper .swiper-wrapper {
    width: 100%;
  }

  form.search-form > div {
    padding: 7px 0 !important;
  }

  .adverts-block {
    padding: 32px 0;
  }
  .adverts-block__items {
    display: flex;
    flex-wrap: wrap;
  }
  .adverts-block__item {
    flex: unset;
  }

  .right-slider__right .swiper-slide {
    padding: 20px;
    min-height: 220px;
  }
  .right-slider__right .swiper-slide ul li {
    font-size: 16px;
  }
  .right-slider__right .swiper-slide a {
    font-size: 16px;
  }

  .hero-service__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .hero-service__item p,
.hero-service__item a {
    font-size: 16px;
  }
  .hero-service form {
    flex-direction: column;
    max-width: 100%;
    margin: 16px auto 32px;
  }
  .hero-service form button[type=submit],
.hero-service form input[type=submit] {
    width: 100%;
  }
  .hero-service form > div {
    flex-direction: column;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 0;
    gap: 17px;
    border-radius: 0;
    border: 0;
    background: transparent;
  }
  .hero-service form input[type=text] {
    border-radius: 100px;
    border: 1px solid var(--Stroke, #d3e0ec);
    max-width: 100%;
    padding: 7px 24px;
    height: 52px;
    background: #fff;
  }
  .hero-service .select2-container .select2-selection--single {
    border-radius: 100px;
    border: 1px solid var(--Stroke, #d3e0ec);
    height: 52px;
  }
  .hero-service .select2-container {
    max-width: 100%;
  }
  .hero-service .select2-container::after {
    display: none;
  }
  .hero-service .select2-container .select2-selection--single {
    padding: 7px 24px;
    background: url(../img/chevron-down.svg) center right 24px no-repeat, #fff;
  }
  .hero-service .select2-container--default.select2-container--open .select2-selection--single {
    background: url(../img/chevron-top.svg) center right 24px no-repeat, #fff;
  }

  .form-location form .form-button {
    flex-wrap: wrap;
  }
  .form-location form .form-button button[type=submit],
.form-location form .form-button input[type=submit] {
    width: 100%;
  }

  .location-block .faq.faq-blue .accordion {
    gap: 0;
  }
  .location-block .faq.faq-blue .accordion__content {
    padding: 0;
  }
  .location-block .faq.faq-blue .accordion__header {
    padding: 16px 32px 16px 0;
    background: url(../img/plus.svg) center right no-repeat;
  }
  .location-block .faq.faq-blue .accordion__item {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #d3e0ec;
  }
  .location-block .faq.faq-blue .accordion__item.active {
    background: transparent;
  }
  .location-block .faq.faq-blue .accordion__item.active .accordion__header {
    background: url(../img/minus.svg) center right no-repeat;
  }
/*   .location-block main .hero {
    order: 1;
  }
  .location-block main .our-service {
    order: 3;
  }
  .location-block main .partners {
    order: 2;
  }
  .location-block main .numbers-block {
    order: 4;
  }
  .location-block main .team {
    order: 5;
  }
  .location-block main .part {
    order: 6;
  }
  .location-block main .blue {
    order: 7;
  }
  .location-block main .slider {
    order: 8;
  }
  .location-block main .map-slider {
    order: 9;
  }
  .location-block main .reviews {
    order: 10;
  }
  .location-block main .faq {
    order: 11;
  }
  .location-block main .form-location {
    order: 12;
  } */

  .part__info {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 16px;
  }
  .part__info_left p,
.part__info_left .link,
.part__info_left p a {
    font-size: 18px;
  }

  .map {
    display: none;
  }
  .map form {
    display: none;
  }

  .numbers-block p {
    font-size: 16px;
  }
  .numbers-block .swiper-slide {
    align-items: flex-start;
    overflow: hidden;
  }
  .numbers-block .swiper-slide::after {
    background: url("../img/dash.svg");
  }
  .numbers-block .inner {
    padding-right: 20px;
    margin-right: auto;
  }
  .numbers-block .swiper-buttons {
    display: flex;
  }
  .numbers-block .number {
    position: unset;
  }
  .numbers-block .number:before {
    display: none;
  }

  .franchise-block__items {
    grid-template-columns: repeat(1, 1fr);
  }

  .franchise-contact__right {
    padding: 32px 20px;
  }
  .franchise-contact form .form-button {
    align-items: flex-start;
    flex-direction: column;
  }
  .franchise-contact form button[type=submit],
.franchise-contact form input[type=submit] {
    width: 100%;
  }
  .franchise-contact form .form-block.last label {
    white-space: wrap;
  }

  .job-list ul {
    gap: 12px;
  }
  .job-list p {
    margin-bottom: 32px;
  }

  .job-part {
    padding: 32px 0;
  }
  .job-part__wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .job-part__left {
    max-width: 100%;
  }
  .job-part__left p {
    display: none;
  }
  .job-part__right {
    max-width: 100%;
  }
  .job-part__right p {
    display: block;
  }

  .adverts-form {
    padding: 20px 0;
  }
  .adverts-form form input[type=text]::-moz-placeholder {
    font-size: 16px;
  }
  .adverts-form form input[type=text]:-ms-input-placeholder {
    font-size: 16px;
  }
  .adverts-form form input[type=text],
.adverts-form form input[type=text]::placeholder {
    font-size: 16px;
  }

  .badge {
    font-size: 16px;
  }

  .adverts-block__item {
    gap: 16px;
  }
  .adverts-block__bottom {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
  .adverts-block p {
    font-size: 16px;
  }
  .adverts-block__title {
    flex-direction: column;
    align-items: flex-start;
  }

  .advice__right form .form-block:last-of-type {
    flex-direction: column;
    align-items: flex-start;
  }

  .career-block .hero {
    order: 1;
  }
  .career-block .part {
    order: 2;
  }
  .career-block .work {
    order: 3;
  }
  .career-block .career {
    order: 4;
  }
  .career-block .franchise.reverse {
    order: 5;
  }
  .career-block .franchise {
    order: 6;
  }

  .feedback__item h3 {
    font-size: 16px;
  }

  .franchise .swiper-slide h2 + svg {
    margin-bottom: 16px;
  }
  .franchise p:last-child {
    margin-bottom: 0;
  }
  .franchise .swiper-buttons {
    margin-top: 32px;
  }
  .franchise .swiper-buttons .franchise-pagination2 {
    order: 1;
  }
  .franchise .swiper-buttons .franchise-prev2 {
    order: 2;
  }
  .franchise .swiper-buttons .franchise-next2 {
    order: 3;
  }
  .franchise.reverse .franchise__info img {
    display: flex;
    width: 80px;
    height: 80px;
  }
  .franchise.reverse .swiper-slide__left {
    display: none;
  }
  .franchise.reverse .swiper-slide h2 {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .career__wrapper {
    flex-direction: column;
    gap: 64px;
  }
  .career__text p {
    font-size: 14px;
  }
  .career__left {
    max-width: 100%;
  }
  .career__right {
    max-width: 100%;
  }

  .aktuelles__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .aktuelles__content {
    padding: 20px;
    gap: 12px;
  }
  .aktuelles__content p {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .pagination__list {
    margin-top: 32px;
    gap: 6px;
  }
  .pagination .page-numbers {
    padding: 8px;
    width: 28px;
  }

  .policy {
    padding: 32px 0;
  }
  .policy h1 {
    font-size: 24px;
  }
  .policy h2 {
    margin-bottom: 16px;
  }
  .policy ul {
    margin: 16px 0;
    padding-left: 16px;
  }
  .policy li {
    font-size: 14px;
  }
  .policy p,
.policy a {
    font-size: 14px;
  }

  .accordion__header h3 {
    font-size: 18px;
  }

  .hero-about__wrapper {
    flex-direction: column;
  }
  .hero-about h1 {
    font-size: 30px;
  }
  .hero-about__left {
    max-width: 100%;
  }
  .hero-about__right {
    max-width: 100%;
  }
  .hero-about__right p {
    font-size: 14px;
  }

  .slider .swiper-slide {
    flex-direction: column;
  }
  .slider .swiper-slide h2 {
    font-size: 24px;
  }
  .slider .swiper-slide__left, .slider .swiper-slide__right {
    max-width: 100%;
  }

  .services__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    margin-top: 32px;
  }
  .services__item {
    padding: 20px;
    text-align: center;
    align-items: center;
  }
  .services__image {
    margin-bottom: 16px;
  }
  .services .btn {
    width: 100%;
  }
  .services__text {
    padding: 0;
    align-items: center;
  }

  .about__item {
    flex-direction: column;
  }
  .about__left {
    width: 100%;
  }
  .about__left img {
    min-height: 240px;
  }
  .about__right {
    width: 100%;
    padding: 20px;
  }

  .job__items {
    flex-direction: column;
    padding: 0 20px;
  }
  .job .inner {
    padding: 0;
  }
  .job__item {
    border-radius: 100px;
  }
  .job__item:first-child {
    border-radius: 100px;
  }
  .job__item:last-child {
    border-radius: 100px;
  }
  .job__item p {
    font-size: 22px;
  }
  .job__right {
    padding: 64px 32px;
  }
  .job__right h2 {
    font-size: 24px;
  }

  .reverse {
    flex-direction: column-reverse;
  }

  .gallery {
    padding: 32px 0;
    display: flex;
  }
  .gallery .swiper-slide img {
    height: 164px;
  }
  .gallery .swiper-free-mode > .swiper-wrapper {
    margin: 0;
    margin-left: 17%;
  }

  .block-title h2 {
    font-size: 24px;
  }
  .block-title p {
    font-size: 14px;
  }

  .news .swiper-buttons {
    display: flex;
    justify-content: flex-end;
  }

  .advice {
    padding: 32px 0;
  }
  .advice__right {
    gap: 32px;
    padding: 20px;
  }
  .advice__right .block-title {
    align-items: flex-start;
  }
  .advice__right .block-title h2,
.advice__right .block-title p {
    text-align: left;
  }
  .advice__right form label {
    font-size: 14px;
  }

  .partner {
    display: none;
  }

  .partner.partner-slider {
    display: block;
  }
  .partner.partner-slider .btn {
    width: 100%;
    margin-top: 32px;
  }
  .partner.partner-slider .partner__item {
    max-width: 100%;
    padding: 20px;
    gap: 20px;
  }
  .partner.partner-slider .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .partner.partner-slider .swiper-buttons {
    display: flex;
    height: 42px;
    gap: 16px;
    justify-content: flex-end;
  }
  .partner.partner-slider .swiper-button-prev,
.partner.partner-slider .swiper-rtl .swiper-button-next {
    left: auto;
    right: auto;
  }
  .partner.partner-slider .swiper-button-next,
.partner.partner-slider .swiper-button-prev {
    position: relative;
    top: auto;
    width: 42px;
    height: 42px;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    bottom: auto;
  }
}
@media (max-width: 568px) {
  .serv-block .hero__left p {
    margin-top: 16px;
  }

  .aktuelles .tabs {
    gap: 5px;
    flex-wrap: nowrap;
  }
  .aktuelles .tab-button {
    padding: 10px 16px;
  }

  .map__info {
    flex-direction: column;
    padding: 20px;
    gap: 16px;
    align-items: flex-start;
  }
  .map .swiper-slide {
    max-height: 230px;
  }
  .map .swiper,
.map .swiper-wrapper {
    max-height: 490px;
  }

  .our-service__items {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 64px;
  }
  .our-service__item_left img {
    max-height: 190px;
  }

  .contact form,
.map form {
    flex-direction: column;
    border-radius: 0;
    border: 0;
    padding: 0;
    background: transparent;
    gap: 16px;
  }
  .contact form button[type=submit],
.contact form input[type=submit],
.map form button[type=submit],
.map form input[type=submit] {
    width: 100%;
  }
  .contact form input[type=text],
.map form input[type=text] {
    border-radius: 100px;
    border: 1px solid var(--Stroke, #d3e0ec);
    padding: 14px 14px 14px 24px;
    background: #fff;
  }

  .hero__buttons {
    flex-direction: column;
  }
  .hero__buttons a {
    width: 100%;
  }
  .hero__left p {
    margin-top: 0;
  }
  .hero__left .hero__social {
    display: none;
  }

  .job__right {
    padding: 20px;
  }
  .job__item {
    width: 100%;
    padding: 14px;
  }

  .btn {
    width: 100%;
  }

  .about__right .btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .advice__right form .form-button {
    flex-direction: column;
    align-items: flex-start;
  }
  .advice__right form button[type=submit],
.advice__right form input[type=submit] {
    width: 100%;
  }
}
@media (max-width: 345px) {
  .work__link {
    padding: 16px;
  }
}