@charset "UTF-8";

@font-face {
  font-family: "Arial";
  font-display: swap;
  src: url("../fonts/Arial-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Arial";
  font-display: swap;
  src: url("../fonts/Arial-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
.hidden{display:none}

@media (min-width: 1025px) {
    .wrapper {
        zoom: 0.80;
    }
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #000000;
  line-height: 1;
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Arial", sans-serif;
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

p {margin: 0 0 20px 0;}
a {
  color: #06aeef;
}

a:link,
a:visited {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color:inherit;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: -webkit-grab;
  cursor: grab;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
  /* цвет дорожки */
}

*::-webkit-scrollbar-thumb {
  background-color: #06AEEF;
  /* цвет плашки */
  border-radius: 20px;
  /* закругления плашки */
  border: 1px solid #ffffff;
}

*::-webkit-scrollbar:horizontal {
  height: 0;
  width: 0;
  display: none;
}

*::-webkit-scrollbar-thumb:horizontal {
  display: none;
}

body {
  line-height: 1.3;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  padding-right: 0 !important;
}

body.lock {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  position: relative;
  max-width: 1920px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0 auto;
}

.wrapper > main {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

.wrapper._sticky {
  overflow: unset;
}

[class*=__container] {
  padding: 0 80px !important;
}

[class*=__container] {
  max-width: 90rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 3.125rem;
}

#slider-placeholder {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1.125rem 2.0625rem;
  color:#fff;
  background-color: #06AEEF;
  border-radius: 0.3125rem;
  border: 1px solid #06AEEF;
  -webkit-transition-property: background-color, color, border-color, opacity;
  -o-transition-property: background-color, color, border-color, opacity;
  transition-property: background-color, color, border-color, opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.button:hover {
  background-color: #EFF9FD;
  color:#06AEEF;
}

.button:hover span {
  color: #06AEEF;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.button span {
  color: #ffffff;
  line-height: 1.125;
  white-space: nowrap;
}

.button--small {
  padding: 0.6875rem 1.25rem;
}

.button--transparent {
  background-color: transparent;
  border-color: #ffffff;
}

.button--transparent2 {
  background-color: transparent;
  border-color: #000;
  color:#000000;
}
.button--transparent2 span {
  color:#000000;
}

.button--transparent2:hover {
  background-color: #06AEEF;
  border-color: #06AEEF;
  color:#fff;
}
.button--transparent2:hover span {
   color:#fff;
}

.button--dark {
  background: #2A2D30;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button--dark span {
  color: #fff;
}

.button--dark:hover {
  background: #fff;
  color: #2C2D2E;
}

.button--dark:hover span {
  color: #2A2D30;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
  border: 1px solid #eee;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup-video .popup__close:hover svg path {
  fill: #06AEEF;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__wrapper {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 100%;
  width: 100%;
  display: flex;
}

.popup__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  max-width: calc(100% - 40px);
  width: 600px;
}

.lock .popup__content {
  visibility: visible;
}

.popup-video .popup__content {
  width: 1280px;
}

.popup__header {
  padding: 40px 40px 25px;
  background-color: #06AEEF;
}

.popup__body {
  padding: 45px 40px 40px 40px;
}

.popup-video .popup__body {
  padding-top: 40px;
}

.popup__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
}

.popup__title {
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
}
.popup__subtitle {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}

.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  outline: none;
  z-index: 3;
}

.popup-video .popup__close {
  top: 5px;
  right: 10px;
}

.popup-video .popup__close svg path {
  fill: #000;
}

.popup-video .popup__close:hover svg path {
  fill: #06AEEF;
}

.popup__close svg path {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.popup__close:hover svg path {
  fill: #2A2D30;
}

.popup__checkbox {
  margin-bottom: 20px;
}

.popup__checkbox label {
  max-width: 100%;
  color: #4E4E4E;
}

.popup__video {
  aspect-ratio: 16/9;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 1200px) {
    .swiper {max-width:1000px;}
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -ms-flex-direction: column;
      flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -ms-flex-align: start;
      align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.swiper-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 4px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #2A2D30;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #06AEEF;
}

.swiper-navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  width: 100%;
}

.swiper-navigation .prev,
.swiper-navigation .next {
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  cursor: pointer;
}

.swiper-navigation .prev svg,
.swiper-navigation .next svg {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.swiper-navigation .prev:hover svg circle,
.swiper-navigation .next:hover svg circle {
  fill: #06AEEF;
}

.swiper-navigation .prev:hover svg path,
.swiper-navigation .next:hover svg path {
  stroke: #fff;
}

section.news {
    display: flex;
    flex-direction: column; /* Главная ось теперь вертикальна */
    gap: 10px; /* Отступ между новостями и паджинатором */
    margin-bottom: 40px !important;
}

.pagination {
    display: flex;
    gap: 10px;
    margin: 10px 0 40px;
    flex-wrap: wrap;
    justify-content: left; /* Центрируем паджинатор, если нужно */
}

.pagination-item {
    border: 1px solid #06AEEF;
    padding: 14px 18px;
    border-radius: 3px;
    text-align: center;
    min-width: 48px;
}

.pagination-item a {
    text-decoration: none;
    color: #000;
}

.pagination-item:hover {
    background-color: #06AEEF;
    color:white;
}
.pagination-item:hover a {
    color:white;
}

.pagination-item.active {
    background-color: #06AEEF;
    color: white;
    border-color: #06AEEF;
}

.pagination-item.disabled {
    opacity: 0.5;
    pointer-events: none;
}

@media (max-width: 600px) {
  .pagination-item {
      padding: 3px 6px;
      font-size: 14px;
  }
}


section {
  margin-bottom: 90px;
}
section.case-steps, section.case-result {margin-bottom: 60px;}

._marg_bot {
  margin-bottom: 90px;
}
address {
  font-style: normal;
  color:#e1e1e1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

svg * {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.policy-checkbox {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-align: start;
      align-items: flex-start;
}

.policy-checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.policy-checkbox input:checked + label::before {
  background: #EFF9FD;
  border-color: #06AEEF;
}

.policy-checkbox input:checked + label::after {
  content: url("../img/icons/check-icon.svg");
  position: absolute;
  top: 0;
  left: 3px;
}

.policy-checkbox label {
  position: relative;
  padding-left: 25px;
  max-width: 360px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.3;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.appointment__container.st2 .policy-checkbox label {
    color:#000;
    max-width: 100%;
}

.policy-checkbox label.popup__checkbox-label {
  color: #4E4E4E;
  max-width: 100%;
}

.policy-checkbox label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid currentColor;
}

.policy-checkbox label a {
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.policy-checkbox label a:hover {
  color: #06AEEF;
}

.header-with-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}

.form__fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 25px;
}

.form__fields input,
.form__fields textarea {
  width: 100%;
  padding: 26px 20px;
  background-color: #EFF9FD;
  border: 1px solid #06AEEF;
  border-radius: 10px;
}

.form__fields input::-webkit-input-placeholder, .form__fields textarea::-webkit-input-placeholder {
  color: #AFAFAF;
}

.form__fields input::-moz-placeholder, .form__fields textarea::-moz-placeholder {
  color: #AFAFAF;
}

.form__fields input:-ms-input-placeholder, .form__fields textarea:-ms-input-placeholder {
  color: #AFAFAF;
}

.form__fields input::-ms-input-placeholder, .form__fields textarea::-ms-input-placeholder {
  color: #AFAFAF;
}

.form__fields input::placeholder,
.form__fields textarea::placeholder {
  color: #AFAFAF;
}

.form__fields textarea {
  resize: none;
}

.slider-compare {
  --value: 50%;
  position: relative;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  aspect-ratio: 818/470;
}
/*  aspect-ratio: 818/668;*/

.slider-compare--mini {
  aspect-ratio: 292/317;
}

.slider-compare--case {
  aspect-ratio: 487/420;
}
.slider-compare--case2 {
  aspect-ratio: 355/480;
}

/*  
aspect-ratio: 487/280;
aspect-ratio: 346/339;
w=487,h=280 
 aspect-ratio: 589/339;
 1.74
*/

.slider-compare__img {
  position: absolute;
  top: 0;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-compare__img--before {
  left: 0;
  width: var(--value);
  border-right: 5px solid #fff;
  -o-object-position: left;
     object-position: left;
}

.slider-compare__img--after {
  right: 0;
  width: calc(100% - var(--value));
  border-left: 5px solid #fff;
  -o-object-position: right;
     object-position: right;
}

.slider-compare__range-js {
  position: absolute;
  margin: 0;
  background-color: transparent;
  outline: 0;
  cursor: col-resize;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  inset: 0;
}

.no-webp .slider-compare__range-js::-webkit-slider-thumb{
  background-image: url(../img/compare-icon.png); }

.slider-compare__range-js::-webkit-slider-thumb {
  width: 62px;
  height: 25px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateX(calc(var(--value) - 50%));
          transform: translateX(calc(var(--value) - 50%));
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.no-webp .slider-compare__range-js::-moz-range-thumb{
  background-image: url(../img/compare-icon.png); }

.slider-compare__range-js::-moz-range-thumb {
  width: 62px;
  height: 25px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  transform: translateX(calc(var(--value) - 50%));
  -moz-appearance: none;
       appearance: none;
  box-shadow: none;
  outline: none;
}

.slider-compare__range-js:focus-visible::-webkit-slider-thumb {
  outline: auto;
}

.slider-compare__range-js:focus-visible::-moz-range-thumb {
  outline: auto;
}

details {
  overflow: hidden;
}

details::details-content {
  block-size: 0;
  -webkit-transition: block-size 0.5s, content-visibility 0.5s;
  -o-transition: block-size 0.5s, content-visibility 0.5s;
  transition: block-size 0.5s, content-visibility 0.5s;
  transition-behavior: allow-discrete;
}

details[open]::details-content {
  block-size: auto;
}

summary {
  cursor: pointer;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

.faq__wrapper {
  -ms-flex: 1;
      flex: 1;
 /* display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;*/
  gap: 27px;

}

.faq__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  padding: 25px;
  background-color: #363B3F;
  border-radius: 10px;
  cursor: pointer;
}

.campaign-questions.st2 .faq__wrapper {
  gap: 14px;
}

.campaign-questions.st2 .faq__header {
   background-color: #b3deef;
}
.faq__header::-webkit-details-marker {
  display: none;
}

.faq__header:hover .faq__icon {
  background-color: #fff;
}

.faq__header:hover svg path {
  fill: #06AEEF;
}

.faq__header span {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}
.campaign-questions.st2 .faq__header span {
  color:#000;
}

.faq__header svg {
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  fill: #fff;
}
details.faq {max-width:1000px;margin: 0 auto 20px;}
.campaign-questions.st2 details.faq {max-width:1000px;margin: 0 0 20px 0;}


[open] .faq__header svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 44px;
  height: 44px;
  background-color: #06AEEF;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.campaign-questions.st2 .faq__icon  {
    background-color: #363B3F;
}

.faq__content {
  padding-top: 5px;
}

.faq__body {
  padding: 25px;
  background-color: #363B3F;
  border-radius: 10px;
  color: #fff;
  overflow: hidden;
  text-align: left;
}
.campaign-questions.st2 .faq__body {
  background-color: #d7f3fe;
  border-radius: 10px;
  color: #000;
}
.faq__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 15px;
}

.faq__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 10px;
}

.faq__service {
  max-width: 50%;
}

.faq__space {
  -ms-flex: 1;
      flex: 1;
  border-bottom: 1px dashed #fff;
}

.faq__price {
  font-size: 16px;
  white-space: nowrap;
}

.block-text-image__title {
  margin-bottom: 30px;
}

.block-text-image__title.mb-small {
  margin-bottom: 10px;
}

.block-text-image__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 20px;
}

.block-text-image__content._reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.block-text-image__image {
  -ms-flex: 0 0 42.4%;
      flex: 0 0 42.4%;
  border-radius: 20px;
  overflow: hidden;
}

.block-text-image__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-text-image__text {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 20px;
}

.block-text-image__text-highlight {
  background-color: #EFF9FD;
}

.block-text-image__paragraph {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
}

.block-text-image__paragraph._content-start {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.block-text-image__button {
  margin-top: 50px;
}

.accordion-item-content {
  overflow: hidden;
  -webkit-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  transition-behavior: allow-discrete;
}

.sticky-mobile-button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  border-radius: 0;
}

table {
  width: 100%;
  background: #F8FAFF;
  border-radius: 7px;
  overflow: hidden;
  font-size: 20px;
  border-collapse: collapse;
  margin:30px 0 50px;
}

table thead {
  color: #fff;
  background: #06AEEF;
}

table tbody {
  background: #EFF9FD;
}

table th,
table td {
  padding: 30px;
  text-align: left;
}

table th:first-child,
table td:first-child {
  width: 25%;
  border-right: 4px solid #fff;
}

table tr:not(:last-child) td {
  border-bottom: 4px solid #fff;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  background-color: #EFF9FD;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  color: #4E4E4E;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  padding-right: 40px;
}

select:focus {
  outline: none;
  border-color: #06AEEF;
}

select:hover {
  border-color: #06AEEF;
}

select option {
  padding: 15px 20px;
  background-color: #fff;
  color: #4E4E4E;
}

select:focus {
  border-radius: 8px;
}

select::-ms-expand {
  display: none;
}

select:not(:disabled) option:hover,
select:not(:disabled) option:focus,
select:not(:disabled) option:active {
  background: #EFF9FD;
  color: #4E4E4E;
}

.dropdown-hover__item {
  position: relative;
  cursor: pointer;
}

.dropdown-hover__item:hover {
  border-color: #007AFF;
}

.dropdown-hover__item:hover .dropdown-hover__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.dropdown-hover__text {
  font-size: 14px;
  text-decoration: underline;
}

.dropdown-hover__content {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
  padding: 15px;
  min-width: 200px;
  background-color: #EFF9FD;
  border: 1px solid #06AEEF;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
}

.dropdown-hover__content-item {
  color: #454545;
  font-size: 14px;
  line-height: 1.3;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.dropdown-hover__content-item:hover {
  color: #06AEEF;
}

a.link {
  font-size: 20px;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

a.link:hover {
  color: #06AEEF;
}

a.link:active {
  color: #06AEEF;
}

a.link:visited {
  color: #BEB9B9;
}


.elements {margin: 0px 0 60px 0;}

h1, .elements h1 {
  max-width: 995px;
  font-size: 44px;
  line-height: 0.9;
  margin-bottom: 45px;
}

@media (max-width: 1024px) {
  h1, .elements h1 {margin-bottom: 25px;}
}

h2, .elements h2 {  
  font-size: 34px;
  margin:30px 0 20px;
  line-height: 1.1;
  text-align: left;
}

h3, .elements h3 {  
  font-size: 30px;
  margin:16px 0 10px;
}
@media (max-width: 1024px) {
  h3, .elements h3 { font-size: 18px;}
}
h4, .elements h4 {  
  font-size: 26px;
  margin:20px 0 14px;
}
h5, h6, .elements h5, .elements h6 {  
  font-size: 20px;
  margin:20px 0 14px;
}

.elements h3.case-card__title {font-size:21px; line-height:28px;}

.elements ul, .seo-content ul, .service-price__card ul {
  list-style-type: none; /* Убираем стандартные маркеры */
  padding-left: 0.5em; /* Общий отступ списка */
  margin: 1em 0 1.2em; /* Внешние отступы */
}
.seo-content ul {
  margin: 0; /* Внешние отступы */
}

.elements ul li, .seo-content ul li, .service-price__card ul li {
  position: relative;
  padding-left: 1.5em; /* Отступ текста от маркера */
  margin-bottom: 0.5em; /* Отступ между пунктами */
  line-height: 1.5; /* Межстрочный интервал */
}

.elements ul li::before, .seo-content ul li::before, .service-price__card  ul li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em; /* Выравнивание по вертикали */
  width: 0.6em; /* Размер кружочка */
  height: 0.6em; /* Размер кружочка */
  background-color: #06aeef; /* Голубой цвет */
  border-radius: 50%; /* Делаем круг */
}

.elements ol, .seo-content ol {
  list-style-type: none; /* Убираем стандартную нумерацию */
  padding-left: 0.5em; /* Общий отступ списка */
  margin: 1em 0; /* Внешние отступы */
  counter-reset: my-counter; /* Инициализируем счетчик */
}
.seo-content ol {
  margin: 0; 
}

.elements ul.art-menu-list  {
  list-style-type: none; /* Убираем стандартные маркеры */
  padding-left: 0.5em; /* Общий отступ списка */
  margin: 2.6em 0 2em; /* Внешние отступы */
}

.elements ul.art-menu-list li {
  position: relative;
  padding-left: 1.5em; /* Отступ текста от маркера */
  margin-bottom: 0.8em; /* Отступ между пунктами */
  line-height: 1.5; /* Межстрочный интервал */
  font-size:1.4em;
  font-weight:550;
}

.elements ul.art-menu-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em; /* Выравнивание по вертикали */
  width: 0.6em; /* Размер кружочка */
  height: 0.6em; /* Размер кружочка */
  background-color: #06aeef; /* Голубой цвет */
  border-radius: 50%; /* Делаем круг */
}

.elements  ol li, .seo-content ol li {
  position: relative;
  padding-left: 2em; /* Отступ текста от цифры (больше чем у маркированного) */
  margin-bottom: 0.5em; /* Отступ между пунктами */
  line-height: 1.5; /* Межстрочный интервал */
  counter-increment: my-counter; /* Увеличиваем счетчик для каждого li */
}

.elements ol li::before, .seo-content ol li:before {
  content: counter(my-counter) "."; /* Выводим номер с точкой */
  position: absolute;
  left: 0;
  color: #06aeef; /* Голубой цвет как в маркированном списке */
  font-weight: 600; /* Полужирное начертание */
}

@media (max-width: 1024px) {
  .elements ul.art-menu-list  {
    padding-left: 0.5em; /* Общий отступ списка */
    margin: 1.8em 0 1.6em; /* Внешние отступы */
  }

  .elements ul.art-menu-list li {
    padding-left: 1.2em; /* Отступ текста от маркера */
    margin-bottom: 0.6em; /* Отступ между пунктами */
    line-height: 1.5; /* Межстрочный интервал */
    font-size:1em;
    font-weight:550;
  }
}

.share {
    font-weight: 500;
    font-size: 15px;
    line-height: 136%;
    color: #06aeef;
    border: 1px solid #06aeef;
    border-radius: 100px;
    padding: 6px 14px;
    margin-top:-6px;
    display: block;
    text-transform:uppercase;
}
.share:hover {background:#06aeef; color:#fff;}
.div_share {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0 20px;
}



.article__content {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  text-align:left;
  width: 100%;
  justify-content: space-between;
}
 /* width: 100%;  width: auto;
 
  font-size: 24px;
  line-height: 1.2;*/

.article-text,
.article__image {
  flex: 0 0 49%;
  max-width: 49%;
  box-sizing: border-box;
}

/* Адаптив для мобильных устройств (например, для экранов меньше 768px) */
@media (max-width: 767px) {
  .article-text,
  .article__image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.article-text.w {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

.article-text.highlight {
  padding: 20px;
  background-color: #EFF9FD;
  border-radius: 10px;
}

.article-text p:not(:last-child) {
  margin-bottom: 15px;
}

.article-text a {
  color: #06AEEF;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.subrzd {
  width: 100%; /* Чтобы контейнер занимал всю ширину */
  background:#EFF9FD;
  padding:40px 0 40px;
  margin: 30px 0 45px;
}

ul.subrzd-list {
  display: flex;       /* Включаем flex для списка */
  flex-wrap: wrap;
  gap: 20px 25px;           /* Отступы между элементами */
  padding: 0;          /* Убираем отступы у списка */
  margin: 0;           /* Убираем внешние отступы */
}

 /* justify-content: space-between;*/
/*ul.subrzd-list li {
  flex: 1 0 calc(25% - 20px); /* 4 колонки (25% - gap) */
 /* min-width: 180px;    /* Минимальная ширина элемента */
  /*max-width: calc(25% - 10px); /* Макс. 4 колонки (25% - gap) */
  /*text-align: left;
  /*font-size:20px;
  /*margin-bottom:0;
}*/


/*.art-author-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}*/

ul.subrzd-list li {
  font-size:20px;
  line-height: 136%;
  font-weight: 400;
  
  border: 1px solid #06aeef;
  border-radius: 100px;
  padding: 14px 18px;
  
 /* flex: 1 0 calc(25% - 20px); /* 4 колонки (25% - gap) */
  margin: 0;
}
ul.subrzd-list li a {text-decoration:none;}

.elements ul.subrzd-list li::before {
    content: "";
    position: inherit;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background-color: inherit;
    border-radius: 0;
}

ul.subrzd-list li:hover {
  background: #06aeef;
}
ul.subrzd-list li:hover a{
  color:#fff;
}


/*    display: block; */

/* Адаптив для планшетов (2 колонки) */
@media (max-width: 1024px) {
  ul.subrzd-list {
    gap: 12px 18px;
  } 
  ul.subrzd-list li {
  /*  flex: 1 0 calc(33% - 10px);*/
    font-size:16px;
    padding: 10px 14px;
  }
  .elements {
    margin: 45px 0 45px 0;
  }
}

/* Адаптив для мобильных (2 колонка) */
@media (max-width: 768px) {
 /* ul.subrzd-list li {
    flex: 1 0 calc(49% - 10px);
    min-width: 47%;
  }*/
   ul.subrzd-list {
    gap: 10px 15px;
  } 
  ul.subrzd-list li {
    font-size:14px;
    padding: 8px 12px;
  }
  .subrzd {
    padding: 20px 0 20px;
    margin: 20px 0 30px;
  }
   .elements {
    margin: 20px 0 20px 0;
  }
}
/* Адаптив для мобильных (1 колонка) */
@media (max-width: 600px) {
  ul.subrzd-list {
    gap: 8px 10px;
  } 
  ul.subrzd-list li {
   /* flex: 1 0 100%;*/
     font-size:12px;
     padding: 8px 12px;
   /*  min-width: 100%;*/
  }
  .elements {
    margin: 15px 0 15px 0;
  }
}


.article-text a:hover {
  color: #000000;
}

.article-text a:active {
  color: #000000;
}

.article-text a:visited {
 /* color: #BEB9B9;*/
}

.article__image {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  border-radius: 10px;
  overflow: hidden;
}

.article__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article_price {
  font-size:36px;
  font-weight:600;
  padding-bottom:0px;
  margin-top:40px;
}
@media (max-width: 1024px) {
  .article_price {
    font-size:26px;
    padding-bottom:0px;
    margin-top:5px;
  }
}

.list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
}

.list .list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}

.list__image {
  width: 20px;
  height: 20px;
}

.list__image img {
  width: 100%;
  height: 100%;
}

/* блок с автором статьи */
.art-author {
    padding: 20px 30px;
    margin:20px 0 30px;
    background-color: #eff9fd;
    border-radius: 10px;
    
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.art-author  .art-author-left {
  -ms-flex: 0 0 120px;
      flex: 0 0 120px;
}
.art-author  .art-author-right {
  -ms-flex: 0 0 80%;
      flex: 0 0 80%;
  border-radius: 10px;
  overflow: hidden;
}

.art-author-header {
    background: #a8e0f0;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    padding: 10px;
}

.art-author  .art-author-left .art-author-img img {
  border-radius: 50px;
  width:100px;
  height:100px;
}
.art-author-name {font-size:22px; font-weight:550; margin: 5px 0 5px;}

.art-author-post {
    font-weight: 500;
    font-size: 16px;
    line-height: 136%;
    color:#1f8cb4;
    margin-bottom: 3px;
}

.art-author-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}
.art-author-tag {
    font-weight: 500;
    font-size: 14px;
    line-height: 136%;
    color: #06aeef;
    border: 1px solid #06aeef;
    border-radius: 100px;
    padding: 2px 10px;
    display: block;
}
.art-author-stag {font-size: 14px;}

@media (max-width:580px) {
  .art-author-name {font-size:18px;}
  .art-author-tag, .art-author-stag, .art-author-post {font-size: 11px;}
}

ol.list {
  counter-reset: item;
  list-style: none;
}

ol.list .list__item {
  counter-increment: item;
  position: relative;
  padding-left: 25px;
}

ol.list .list__item::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  color: #06AEEF;
  font-weight: 600;
}

.single-slider__inner {
  position: relative;
}

.single-slider__slide-image {
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}

.single-slider__slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header {
  position: relative;
  z-index: 69;
}
.header a {text-decoration:none;}
.header__top {
  padding: 18px 0;
  background-color: #F5F5F5;
}

.header__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.25rem;
}

.header__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 77px;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.header__address {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  font-style: normal;
  line-height: 1.2;
}

.header__address img {
  -ms-flex: 0 0 24px;
      flex: 0 0 24px;
}

.header__address-link {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.header__schedule {
  line-height: 1.2;
  white-space: nowrap;
}

.header__contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 40px;
}

.header__messengers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 7px;
  line-height: 1.2;
  white-space: nowrap;
}

.header__messenger {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header__messenger img {
  width: 35px;
  height: 35px;
}

.header__phones {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.header__phone {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.header__bottom {
  padding: 20px 0;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.header__bottom._sticky {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  -webkit-animation: slideDown 0.3s ease-out forwards;
          animation: slideDown 0.3s ease-out forwards;
}

.header__bottom .header__container {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.header__logo {
  position: relative;
  z-index: 5;
}

.header__logo img {
 /* max-width: 150px;
  max-height: 40px;*/
}

.header__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}

.header__search {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  -ms-flex: 0 0 24px;
      flex: 0 0 24px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header__search img {
  max-width: 100%;
}

.header__button {
  position: relative;
  z-index: 5;
}

.header__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 33px;
}

.header__search-form {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}

.header__search-form input[type=search] {
  width: 100%;
  height: 43px;
  padding: 0 15px;
  border: 1px solid var(--border-color, #E5E5E5);
  border-radius: 8px;
  font-size: 16px;
  background: #FFFFFF;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.header__search-form input[type=search]::-webkit-input-placeholder {
  color: #999;
}

.header__search-form input[type=search]::-moz-placeholder {
  color: #999;
}

.header__search-form input[type=search]:-ms-input-placeholder {
  color: #999;
}

.header__search-form input[type=search]::-ms-input-placeholder {
  color: #999;
}

.header__search-form input[type=search]::placeholder {
  color: #999;
}

.header__search-form input[type=search]:focus {
  outline: none;
  border-color: #c0e3f6;
}

.header__search-form input[type=search]::-webkit-search-cancel-button {
  display: none;
}

.header__search-form input[type=search]::-moz-focus-outer {
  border: 0;
}

.menu__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 23px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.menu__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  font-size: 18px;
}

.menu__item:nth-child(n+9) {
  display: none;
}

.menu__item-more {
  display: none;
}

.menu__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.menu__button {
  display: none;
  margin-left: auto;
  cursor: pointer;
}

.menu__button.active {
  display: -ms-flexbox;
  display: flex;
}

.button-menu {
  display: none;
  padding: 9px;
  border-radius: 5px;
  background-color: #06AEEF;
  cursor: pointer;
}

.icon-menu {
  position: relative;
  width: 20px;
  height: 15px;
  cursor: pointer;
  z-index: 5;
}

.icon-menu span,
.icon-menu::before,
.icon-menu::after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  right: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.icon-menu::before {
  top: 0;
}

.icon-menu::after {
  bottom: 0;
}

.icon-menu span {
  top: calc(50% - 1px);
}

.menu-open .icon-menu span {
  width: 0;
}

.menu-open .icon-menu::before {
  top: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-open .icon-menu::after {
  bottom: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu__item-more {
  padding: 10px;
  cursor: pointer;
}

.menu__item-more:hover svg rect {
  fill: #2A2D30;
  stroke: #2A2D30;
}

.more-sub-menu {
  position: absolute;
  top: calc(100% - 32px);
  left: 0;
  right: 0;
  padding-top: 20px;
  background-color: transparent;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}

.more-sub-menu__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 45px;
  padding: 20px 345px 20px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 9.2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 9.2px 0px rgba(0, 0, 0, 0.1);
}

.menu__item-more:hover .more-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.more-sub-menu__item {
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
}

.more-sub-menu__title {
  margin-bottom: 10px;
  font-size: 24px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.more-sub-menu__title:hover {
  color: #06AEEF;
}

.more-sub-menu__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  color: #333;
  font-size: 14px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.more-sub-menu__link svg circle {
  fill: #F9F9F9;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 20px;
  background-color: transparent;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}

.sub-menu__list {
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 9.2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 9.2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.menu__item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.sub-menu__item:not(:last-child) {
  margin-bottom: 10px;
}

.sub-menu__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  color: #333;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.sub-menu__link svg circle {
  fill: #F9F9F9;
}

.mobile-nav {
  display: none;
}

.mobile-nav__messengers {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.mobile-nav__messengers img {
  width: 35px;
  height: 35px;
}

.breadcrumbs {
  padding: 20px 0;
  margin-bottom: 30px;
}

.breadcrumbs__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.breadcrumbs__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  color: #2A2D30;
  font-size: 18px;
  line-height: 1.3;
  color:#6a6a6a;
}

.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  line-height: 1;
}

/*.breadcrumbs__item:last-child {
  color: #06AEEF;
}

.breadcrumbs__item:last-child a {
  cursor: #06AEEF;
}*/

.breadcrumbs__item a {
  cursor: pointer;
}

.breadcrumbs a {
  -webkit-transition: 0.3s ease color;
  -o-transition: 0.3s ease color;
  transition: 0.3s ease color;
}

.no-webp .hero{
  background: url("../img/hero/2d-bg.png") center/cover no-repeat; }

.hero {
  position: relative;
  height: 53.125rem;
}

.hero__container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 80%;
  z-index: 2;
}

.hero__content {
  max-width: 1000px;
}

.hero__title {
  margin-bottom: 14px;
  color: #fff;
}

.hero__text {
  margin-bottom: 45px;
  max-width: 25.3125rem;
  color: #fff;
  font-size: 16px;
}

.hero__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.625rem;
}

.hero__button-callback {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  width: 10.125rem;
}

.hero__examples {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 15px 10px 10px;
  width: 17.0625rem;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: -o-linear-gradient(349deg, rgba(255, 255, 255, 0) -10.67%, rgba(255, 255, 255, 0.1) 9.42%);
  background: linear-gradient(101deg, rgba(255, 255, 255, 0) -10.67%, rgba(255, 255, 255, 0.1) 9.42%);
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
}

.hero__examples-main {
  right: 17px;
  bottom: 140px;
}

.hero__examples-service {
  right: 20px;
  bottom: 55px;
}

.hero__examples-image {
  width: auto;
  max-width: 132px;
  max-height: 42px;
  margin-bottom: 18px;
}

.hero__examples-title {
  margin-bottom: 16px;
  color: #fff;
  text-align: left;
  font-size: 2.25rem;
  line-height: 0.8888888889;
}

.diploma__header {
  margin-bottom: 32px;
}

.diploma__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}


.diploma__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(234px, 1fr));
  gap: 10px;
  -ms-flex-pack: center;
      justify-content: center;
}

.diploma__item {
  -ms-flex: 1 1 234px;
      flex: 1 1 234px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 280px;
  margin: 0 auto;
  width: 100%;
  -ms-flex-align: start;
      align-items: start;
  padding: 15px 15px 20px;
  border-radius: 10px;
  background-color: #EFF9FD;
}

.diploma__item-icon img {
  margin-bottom: 15px;
  width: 21px;
  height: 21px;
}

.diploma__item-title {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 2px;
}

.diploma__item-title span {
  display: inline-block;
  word-wrap: break-word;
}

.diploma__item-image {
  width: auto;
  height: auto;
  max-height: 161px;
}

.diploma__item-image img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 50px;
}

.services__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.services__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 30px;
  min-height: 540px;
  background-color: #F9F9F9;
  border-radius: 10px;
}

.services__item-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.services__item-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.active-item .services__item-content {
  display: -ms-flexbox;
  display: flex;
}

.services__item-icon {
  display: none;
}

.active-item .services__item-icon {
  rotate: 180deg;
}

.services__icon {
  margin-bottom: 30px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.services__icon img {
  width: 120px;
  height: 120px;
}

.services__title {
  font-size: 30px;
  margin-bottom: 25px;
  line-height: 0.9;
}

.services__title a {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color:#222;
  text-decoration:none;
}

.services__title:hover a {
  color: #06AEEF;}

.services__list {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 15px;
  margin-bottom: 24px;
}
p.services__desc {
  flex: 1 1 auto;
}
.services__list-item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  color: #4E4E4E;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.services__list-item a:hover {
  color: #06AEEF;
}

.services__more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  color: #000000;
  text-decoration: none;
}

.services__more span {
  color: #4E4E4E;
  font-size: 14px;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.services__more span:hover {
  color: #06AEEF;
}

.services__more svg {
  width: 20px;
  height: 20px;
}

.services__more:hover {
  color: #06AEEF;
}

.services__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
  width: 200px;
}

.appointment__inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  padding-top: 6%;
  width: 100%;
  background-image: var(--desktop-bg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  aspect-ratio: 1440/568;
}

.appointment__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  padding: 30px 140px 30px 90px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.appointment__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  width: 460px;
  max-width: 48%;
  color: #ffffff;
}
.appointment__checkbox.policy-checkbox label {max-width:100%;}

.appointment__container.st2 {background:#b3deef;margin: 30px 0;border-radius:20px;}
.appointment__container.st2 .appointment__form {max-width:100%} 
.appointment__container.st2 .appointment__form {width:100%; color:#000;} 
.appointment__container.st2 .appointment__content { padding: 30px 0px; }
.appointment__container.st2 .appointment__input input {background:#EFF9FD;color:#000;}
.appointment__container.st2 .appointment__fields {margin-bottom:0;}

.appointment__title {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 0.9;
}

.appointment__text {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
}

.appointment__fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 15px;
  margin-bottom: 15px;
}

.appointment__input input {
  padding: 0 20px;
  width: 100%;
  height: 63px;
  color: #fff;
  background: -o-linear-gradient(349deg, rgba(255, 255, 255, 0) -10.67%, rgba(255, 255, 255, 0.1) 9.42%);
  background: linear-gradient(101deg, rgba(255, 255, 255, 0) -10.67%, rgba(255, 255, 255, 0.1) 9.42%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  font-size: 16px;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.appointment__input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.appointment__container.st2 .appointment__input input::-webkit-input-placeholder {
  color: #666;
}

.appointment__input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.appointment__container.st2 .appointment__input input::-moz-placeholder {
  color: #666;
}

.appointment__input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.appointment__container.st2 .appointment__input input:-ms-input-placeholder {
  color: #666;
}
.appointment__input input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.appointment__container.st2 .appointment__input input::placeholder {
   color: #666;
}
.appointment__input input:focus {
  border-color: #81D4FA;
  outline: none;
}

.appointment__checkbox {
  margin-bottom: 10px;
}

.appointment__button {
  -ms-flex-item-align: start;
      align-self: flex-start;
  min-width: 200px;
}

.appointment__image {
  display: none;
}

.appointment__image img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.appointment__label {
  position: absolute;
  bottom: 22px;
  left: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
  padding: 15px;
  max-width: 295px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), -o-linear-gradient(349deg, rgba(255, 255, 255, 0) -10.67%, rgba(255, 255, 255, 0.1) 9.42%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), linear-gradient(101deg, rgba(255, 255, 255, 0) -10.67%, rgba(255, 255, 255, 0.1) 9.42%);
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
}


.appointment__label-image {
  margin-bottom: 23px;
  width: 21px;
  height: 21px;
}

.appointment__label-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.appointment__label-title {
  margin-bottom: 5px;
  color: #2A2D30;
  font-size: 24px;
  line-height: 1;
}

.appointment__label-text {
  color: #4E4E4E;
  font-size: 15px;
}

.address__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 30px;
  padding: 30px;
  background-color: #F5F5F5;
  border-radius: 50px;
}

.address__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 20px;
}

.address__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-start;
  gap: 20px;
}

.address__title {
  margin-bottom: 40px;
}

.address__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 18px;
}

.address__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  max-width: 325px;
  color: #2A2D30;
  font-size: 20px;
  line-height: 1.3;
}

.address__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.address__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.address__map {
  position: relative;
  width: 690px;
  aspect-ratio: 690/389;
  border-radius: 12px;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.address__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.offer__inner {
  position: relative;
}

.offer-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.offer-slide__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 26px 38px;
  min-height: 430px;
  border: 1px solid #06AEEF;
  border-radius: 10px;
  background-color: #ffffff;
}

.offer-slide__date {
  margin-bottom: 10px;
  font-size: 14px;
}

.elements h2.offer-slide__title {
  margin: 0 0 26px;
}

.offer-slide__title span {
  color: #06AEEF;
}

.offer-slide__text {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-bottom: 10px;
  font-size: 17px;
}

.offer-slide__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 466px;
  border-radius: 10px;
  overflow: hidden;
}

.offer-slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video {
  position: relative;
  height: calc(100vh - 83px);
  max-height: 1000px;
  min-height: 600px;
}

.video__container {
  position: relative;
  display: none;
  height: 100%;
}

.video__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  margin-bottom: 50px;
  padding: 16px;
  background-color: #EFF9FD;
  border-radius: 5px;
}

.video__icon {
  width: 64px;
  height: 64px;
}

.video__title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}

.video__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.video__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.video__bg[poster] {
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 50px;
  height: 50px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}

.video__play::after {
  content: "";
  position: absolute;
  top: -25px;
  left: -25px;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: -1;
}

.video__play:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.video__play svg {
  width: 100%;
  height: 100%;
}

.video__items {
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 15px;
}

.video__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: start;
  gap: 20px;
  padding: 15px;
  border-radius: 10px;
  background: #EFF9FD;
}

.video__item--1 {
  top: 20%;
  left: 12%;
}

.video__item--2 {
  bottom: 10%;
  left: 34%;
}

.video__item--3 {
  bottom: 28%;
  right: 21%;
}

.video__item--4 {
  top: 8%;
  right: 13%;
}

.video__icon {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.video__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.video__text {
  line-height: 1.2;
  text-align: left;
}

.personal__header {
  margin-bottom: 20px;
}

.personal__inner {
  position: relative;
}

.personal__slide {
  height: auto !important;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.personal__slide.lst {
  width:19%;
  float:left;
  margin:0 10px 30px 0;
}
.cases__slide.lst, .awards__slide.lst {
  width:23%;
  float:left;
  margin:0 20px 30px 0;
}
.awards__slide.lst.gor {
  width:47.5%;
  float:left;
  margin:0 20px 30px 0;
}
.awards__slide.lst.gor img {
/*  border-radius: 12px;*/
}
.offer__slide.lst {
  width:100%;
  margin:0 0px 60px 0;
}

.award-slide.lst .award-slide__image img {
 /* height:380px;*/
 width:100%;
}

.personal-slide__button {
  margin-top:5px;
}

@media (max-width: 1120px) {
 
  .cases__slide.lst, .awards__slide.lst  {
    width:29%;
    margin:0 10px 20px 0;
  }
  .awards__slide.lst.gor  {
    width:43.5%;
    margin:0 10px 20px 0;
  }
 /* .award-slide.lst .award-slide__image img  {height:300px;}*/
  .award-slide.lst.gor .award-slide__image img {height: 180px;}
}



@media (max-width: 820px) {
  .cases__slide.lst, .awards__slide.lst  {
    width:48%;
    margin:0 10px 20px 0;
  }
  .awards__slide.lst.gor  {
    width:48%;
    margin:0 10px 20px 0;
  }
}
@media (max-width: 480px) {
  .personal__slide.lst {
    width:49%;
    margin:0 10px 20px 0;
  }
  .cases__slide.lst, .awards__slide.lst  {
    width:100%;
    margin:0 0px 20px 0;
  }
  .awards__slide.lst.gor  {
    width:100%;
    margin:0 10px 20px 0;
  }
}


.personal-slide__image {
  width: 100%;
}

.personal-slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.personal-slide__content {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 5px;
  padding: 20px;
  background-color: #F9F9F9;
}

.personal-slide__name {
  font-size: 20px !important;
  min-height:55px;
}

.personal-slide__name a {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.personal-slide__name:hover a {
  color: #06AEEF;
}

.personal-slide__speciality {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-bottom: 5px;
  color: #4E4E4E;
  font-size: 16px;
  min-height:60px;
}

@media (max-width: 1024px) {
  .personal__slide.lst {
    width:22%;
    margin:0 10px 20px 0;
  }
  .personal .button {
    padding: 10px 10px;
    font-size:14px;
  }    
  
  .personal-slide__content h3 {
    margin: 0px 0 10px;
    }
  .personal-slide__name {
    font-size: 16px !important;
    min-height: 42px;
   }
   .personal-slide__speciality {
       font-size:12px;
   }

}
@media (max-width: 880px) {
  .personal__slide.lst {
    width:28%;
    margin:0 10px 20px 0;
  }
  .personal-slide__name {
    font-size: 15px !important;
    min-height: 42px;
   }
  .personal-slide__speciality {
      min-height:45px;
  }
   .personal .button {
    padding: 10px 8px;
    font-size:10px;
  }    
}

@media (max-width: 540px) {
  .personal__slide.lst {
    width:46%;
    margin:0 0px 20px 0;
  }
}  
.gallery {
  padding: 60px 0;
  background-color: #EFF9FD;
  border-radius: 50px;
}
section.gallery {margin-bottom:60px;}

.gallery__container {
  position: relative;
}

.gallery__title {
  margin-bottom: 32px;
}

.gallery__inner {
  position: relative;
  margin-bottom: 50px;
}

.gallery__slide {
  border-radius: 10px;
  overflow: hidden;
}

.gallery__slide img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.cases__header {
  margin-bottom: 20px;
}

.cases__inner {
  position: relative;
}

.cases__slider {
  margin-bottom: 40px;
}

.cases__title {
  margin-bottom: 25px;
}

.case-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

.case-card__image {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
}

.case-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-card__compare {
  margin-bottom: 15px;
}

.case-card__title {
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 22px;
}
.cases__slide.lst .case-card__title {
    min-height: 100px;
    margin-bottom: 10px;
}

.case-card__title a {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.case-card__title:hover a {
  color: #06AEEF;
}

.case-card__description {
  font-size: 14px;
  line-height: 1.2;
}

.case-card__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  color: #4E4E4E;
  font-size: 14px;
  line-height: 1.2;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: underline !important;
  padding-left:1px;
}

.case-card__link:visited {
  color: #BEB9B9;
}

.case-card__link svg {
  width: 32px;
  height: 32px;
}

.case-card__link svg circle {
  fill: #06AEEF;
}

.case-card__link svg path {
  stroke: #fff;
}

.awards {
 /* padding: 100px 0;*/
 /*background-color: #2A2A2A;
  border-radius: 40px 40px 40px 40px;*/
}

/*.awards__body {
  position: relative;
  padding: 20px;
  background-color: #2A2A2A;
  border-radius: 40px 40px 40px 40px;
}*/
.awards__body {
  padding: 100px 20px;
}  
.awards__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 40px;
  
  position: relative;
  background-color: #2A2A2A;
  border-radius: 10px;
  
}

.awards__title {
  color: #fff;
}

@media (max-width:772px) {
  h2.awards__title {margin-bottom:0;}
  .awards__footer {margin-top:0;}
}
.awards__inner {
  position: relative;
  width: 70%;
  max-width: 1000px;
}

.awards__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  margin-top: 30px;
}

.award-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 20px;
  background-color: #363B3F;
  border-radius: 10px;
}

.award-slide__image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

.lst .award-slide__image {
   border-radius: 12px;
}

.award-slide__image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.award-slide__image.gor img {
  width:100%;
}
.lst .award-slide__image img {
   border-radius: 12px;
}
.award-slide__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: start;
  color: #fff;
  min-height:30px;
}

.awards__slider.sl2 .award-slide__content {
   min-height:auto;
}
.award-slide__title, h3.award-slide__title {
  margin: 0 0 auto;
  font-size: 16px;
}

@media (max-width:1120px) {
 .award-slide__title, h3.award-slide__title {
    font-size:12px;
  }
}
.award-slide__icon {
  margin-bottom: 20px;
}

.award-slide__icon img {
  width: 21px;
  height: 21px;
}

.innovations__title {
  margin-bottom: 30px;
}

.innovations__inner {
  position: relative;
}

.innovations__slider {
  position: relative;
  margin-bottom: 10px;
}

.innovations__slide {
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  overflow: hidden;
}

.innovations__slide-image {
  -ms-flex: 1 1 58%;
      flex: 1 1 58%;
  border-radius: 10px;
  overflow: hidden;
}

.innovations__slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.innovations__slide-content {
  -ms-flex: 1 1 42%;
      flex: 1 1 42%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 30px;
  background-color: #2A2D30;
  border-radius: 10px;
  color: #ffffff;
}

.innovations__slide-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 15px;
}

.innovations__slide-link:hover span {
  color: #06AEEF;
}

.innovations__slide-link:hover svg circle {
  fill: #06AEEF;
}

.innovations__slide-link:hover svg path {
  stroke: #ffffff;
}

.innovations__slide-link span {
  text-decoration: underline !important;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.innovations__slide-icon {
  margin-bottom: 30px;
}

.innovations__slide-title {
  margin-bottom: auto;
  color: #fff;
  font-size: 40px;
  line-height: 0.9;
}

.innovations__slide-text {
  margin-top: 20px;
  margin-bottom: 54px;
}

.innovations__slide-arrow {
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.innovations__navigation {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.innovations__navigation .prev,
.innovations__navigation .next {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}

.advantages {
  position: relative;
  min-height: 954px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  border-radius: 30px;
  overflow: hidden;
}

.advantages__bg {
  position: relative;
  min-height: 326px;
  border-radius: 30px;
  overflow: hidden;
}

.advantages__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.advantages__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 253px;
  grid-template-rows: 253px;
  gap: 55px;
  margin-bottom: 50px;
}

.advantages__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 15px;
  color: #fff;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: -o-linear-gradient(349deg, rgba(255, 255, 255, 0) -10.67%, rgba(255, 255, 255, 0.1) 9.42%);
  background: linear-gradient(101deg, rgba(255, 255, 255, 0) -10.67%, rgba(255, 255, 255, 0.1) 9.42%);
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
}

.advantages__item--white {
  background: #ffffff;
  color: #000;
}

.advantages__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 58px;
  min-height: 58px;
  background-color: #fff;
  border-radius: 50%;
}

.advantages__text {
  font-size: 32px;
  line-height: 0.9;
}

.emotions__header {
  margin-bottom: 20px;
}

.emotions__inner {
  position: relative;
}

.emotions__slide {
  position: relative;
  border-radius: 5;
  overflow: hidden;
  aspect-ratio: 12/10;
  cursor: pointer;
}

.emotions__slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

.emotions__slide[poster] {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.emotions__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  margin-top: 30px;
}

.emotions__navigation {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.reviews__title {
  margin-bottom: 20px;
}

.news__inner {
  position: relative;
}

.news__title {
  margin-bottom: 20px;
}

.news__slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: auto;
  min-height: 610px;
}

.news__slide.lst {
  width:32%;
  float:left;
  margin:0 10px 30px 0;
}

.news__slide.sl3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: auto;
  min-height: 420px;
}

.news__slide.sl3 .news__slide-content {
  flex:0;
}


@media (max-width: 780px) {
  .news__slide.lst {
    width:49%;
    margin:0 10px 20px 0;
  }
}
@media (max-width: 480px) {
  .news__slide.lst {
    width:100%;
    margin:0 0 20px 0;
  }
}

@media (min-width: 1800px) {
  h3, .elements h3 {
      font-size: 30px;
      margin: 12px 0 12px;
  }
  .news__slide {
    min-height: 610px;
  }
}

.news__slide-image {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
}

.news__slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius:12px;
}

.news__slide-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex: 1;
      flex: 1;
  padding: 20px;
  background-color: #F5F5F5;
  border-radius: 5px;
}

.news__slide-date {
  color: #06AEEF;
  margin-bottom: 0px;
}

.news__slide-link {
  color: #303030;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 12px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/*.news__slide-link h3{
  font-size: 24px;
  line-height: 1.3;
}*/

.news__slide-link:hover {
  color: #06AEEF;
}

.news__slide-text {
  margin-bottom: 20px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.news__slide-button {
  margin-top: auto;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08);
  z-index: 9999;
  display: none;
}

.cookie-banner__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 15px;
}

.cookie-banner__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.cookie-banner__text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: #666;
}

.cookie-banner__buttons {
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.seo-content__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}

.seo-content__columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}
.seo-content p {margin:0;}
.seo-content h2 {margin:10px 0 0;}
.seo-content h3, .seo-content h4, .seo-content h5, .seo-content h6 {margin:8px 0 0;}

.seo-content__columns--2 {
  -ms-grid-columns: calc(55% - 20px) calc(45% - 20px);
  grid-template-columns: calc(55% - 20px) calc(45% - 20px);
  gap: 40px;
}

.seo-content__columns img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}

.seo-content__column p {
  margin-bottom: 15px;
}

.seo-content__column p:last-child {
  margin-bottom: 0;
}

.case-hero__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 20px;
}

.case-hero__content {
  -ms-flex: 1 1 57.6%;
      flex: 1 1 57.6%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 30px;
  background-color: #F5F5F5;
  border-radius: 20px;
}

.case-hero__title {
  color: #000000;
  margin-bottom: 30px;
}

.case-hero__patient {
  font-size: 24px;
  margin-bottom: 30px;
}

.case-hero__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 60px;
}

.case-hero__info-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 5px;
}

.case-hero__info-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 15px;
  width: 21px;
  height: 21px;
}

.case-hero__info-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.case-hero__info-content {
  -ms-flex: 1;
      flex: 1;
}

.case-hero__description {
  margin-top: auto;
  font-size: 18px;
  line-height: 1.3;
}

.case-hero__image {
  -ms-flex: 0 0 41.8%;
      flex: 0 0 41.8%;
  border-radius: 20px;
  overflow: hidden;
}

.case-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-steps__title {
  margin-bottom: 20px;
}

.case-steps__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.case-steps__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #EFF9FD;
  border-radius: 20px;
}

.case-steps__item-header {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 5px;
  padding: 20px;
}

.case-steps__item-header-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
  width: 100%;
}

.case-steps__item-header-top svg {
  display: -ms-flexbox;
  display: flex;
}

.case-steps__item-number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 36px;
  height: 36px;
  background: #06AEEF;
  border-radius: 50%;
  color: #ffffff;
}

.case-steps__item-title {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
}

.case-steps__item-text {
  font-size: 18px;
  line-height: 1.5;
  transition-behavior: allow-discrete;
}

.active-item .case-steps__item-text {
  display: -ms-flexbox;
  display: flex;
}

.case-steps__item-image {
  border-radius: 10px;
  overflow: hidden;
}

.case-steps__item-image img {
  width: 100%;
  height: auto;
  display: block;
}

.case-steps__item-icon {
  display: none;
}

.active-item .case-steps__item-icon {
  rotate: 180deg;
}

.case-result {
  padding: 110px 0;
  background-color: #F5F5F5;
  border-radius: 50px;
}

.case-result__title {
  margin-bottom: 20px;
}

.case-result__content {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.case-result__compare {
  -ms-flex: 1 1 57%;
      flex: 1 1 57%;
}

.case-result__gallery {
  -ms-flex: 1 1 43%;
      flex: 1 1 43%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.case-result__gallery-item {
  border-radius: 10px;
  overflow: hidden;
}

.case-result__gallery-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-hero__body {
  position: relative;
  padding: 40px;
  background-color: #EFF9FD;
  background-position: bottom right;
  background-repeat: no-repeat;
  border-radius: 20px;
  background-size: contain;
}

.service-hero__image {
  width: 100%;
}

.service-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width:770px) {
  .service-hero__body {
    background-size: 280px; 
    background-position: bottom;
  }
} 
.service-hero__header {
  margin-bottom: 58px;
}

section.service-hero {
  margin-bottom:60px;
}

.service-hero__title {
  margin-bottom: 25px;
  max-width: 700px;
  color: #000000;
}
.service-hero__header p {
  max-width:700px
}
.service-hero__text {
  margin-bottom: 25px;
  max-width: 700px;
  font-size: 16px;
}

@media (max-width:1024px) {
  h1.service-hero__title, .service-hero__text {
    max-width:500px;
  }
  .service-hero__header p  {
    max-width:400px;
  }
}

@media (max-width:770px) {
  h1.service-hero__title, .service-hero__text {
    max-width:400px;
    font-size:26px;
    margin-bottom: 20px;
  }
  .service-hero__header p  {
    max-width:350px;
    font-size:14px;
  }
  .service-hero__header p.case-hero__patient {
    margin-bottom: 15px;
    font-size:20px;
  }  
  
}


.service-hero__advantages {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (210px)[3];
  grid-template-columns: repeat(3, 210px);
  gap: 15px;
  padding: 15px;
}

.service-hero__advantage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 15px;
  background: #FFFFFF;
  border-radius: 5px;
}

.service-hero__advantage-icon {
  margin-bottom: 15px;
  width: 21px;
  height: 21px;
}

.service-hero__advantage-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service-hero__advantage-title {
  font-size: 16px;
  font-weight: 700;
}

.about__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 20px;
  margin-bottom: 20px;
}

.about__title {
  margin-bottom: 0;
}

.about__description {
  max-width: 50%;
  line-height: 1.4;
  color: #111;
  font-size:20px;
  font-weight:500;
  margin-bottom: 0;
}

.about__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.about__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 30px;
  background: #F9F9F9;
  border-radius: 10px;
}

.about__item:nth-child(2) {
  background: #EFF9FD;
}

.about__item:last-child {
  border: 1px solid #06AEEF;
  background: #FFFFFF;
}

.about__icon {
  margin-bottom: 48px;
  width: 52px;
  height: 52px;
}

.about__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about__subtitle {
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 0.9;
}

.about__text {
  color: #4E4E4E;
}

.about__image {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.about__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.city__content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-align: start;
      align-items: flex-start;
}

.city__sticky {
  position: sticky;
  top: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 30px;
  min-height: 658px;
  background-color: #EFF9FD;
  border-radius: 20px;
}

.city__title {
  margin-bottom: 30px;
}

.city__text {
/*  font-size: 14px;*/
}

.city__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 10px;
}

.city__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.city__image {
  margin-bottom: 26px;
  border-radius: 10px;
  overflow: hidden;
}

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

.city__subtitle {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 0.9;
}

.city__description {
  color: #4E4E4E;
}

.valuation__title {
  margin-bottom: 30px;
}

.valuation__content {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 20px;
}

.valuation__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
}

.valuation__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
  padding: 30px 117px 30px 30px;
  min-height: 170px;
  background: #F5F5F5;
  border-radius: 10px;
}

.valuation__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 20px;
}

.valuation__subtitle {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  font-size: 32px;
  line-height: 0.9;
}

.valuation__level {
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.valuation__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2A2D30;
}

.valuation__dot.active {
  background-color: #06AEEF;
}

.valuation__text {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 640px;
  width:45%;
  color: #000;
  font-size:20px;
}

.pricing {
  padding: 80px 0;
  background-color: #2A2D30;
  border-radius: 50px 50px 0 0;
}

.pricing__title {
  margin-bottom: 30px;
  color: #fff;
}

.why-us {
  padding: 80px 0;
  background-color: #EFF9FD;
  border-radius: 50px 50px 0 0;
}

.why-us__title {
  margin-bottom: 40px;
}

.why-us__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.why-us__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 15px;
  padding: 30px;
  background: #FFFFFF;
  border-radius: 20px;
}

.why-us__item._wide {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}

.why-us__image {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-row-span: 1;
  grid-row: span 1;
  border-radius: 20px;
  overflow: hidden;
}

.why-us__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.why-us__icon {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}

.why-us__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.why-us__subtitle {
  font-size: 32px;
  line-height: 0.9;
}

.why-us__text {
  max-width: 360px;
  color: #4E4E4E;
}

.benefits {
  padding: 110px 0;
  background-color: #F5F5F5;
  border-radius: 50px;
}

.what__title {
  margin-bottom: 20px;
}

.what__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 30px;
}

.what__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: start; /* Добавлено для выравнивания по верху */
}

.what__item:nth-child(even) .what__item-content {
  background-color: #EFF9FD;
}

.what__item-content {
  /* display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 20px;*/
  padding: 30px;
  background-color: #F5F5F5;
  border-radius: 10px;
  height: 100%; /* Добавлено для растягивания на всю высоту */
  box-sizing: border-box; /* Учитываем padding в высоте */
  
}

.what__item-image {
  height: 100%;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  border-radius: 10px;
  overflow: hidden;
  min-height: 500px; /* Минимальная высота на десктопе */
  background-size: cover; /* Масштабирует изображение, заполняя блок */
  background-position: center; /* Центрирует изображение */
  background-repeat: no-repeat; /* Запрещает повторение */
}

.what__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.what__item-icon {
  width: 120px;
  height: 120px;
}

.what__item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.what__item-text {
  font-size: 26px;
}

.service-advantages__title {
  margin-bottom: 20px;
}

.service-advantages__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.service-advantages__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 20px;
  background: #F9F9F9;
  border-radius: 10px;
}

.service-advantages__icon {
  margin-bottom: 24px;
  width: 88px;
  height: 88px;
}

.service-advantages__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service-advantages__item-title {
  margin-top: auto;
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 0.9;
}

.service-advantages__text {
  font-size: 16px;
  color: #4E4E4E;
}

.indications {
  padding: 80px 0;
  background-color: #2A2D30;
  border-radius: 50px;
}

.indications__title {
  color: #ffffff;
}

.indications__body {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.indications__grid {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.indications__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #363B3F;
  border-radius: 10px;
}

.indications__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: #06AEEF;
}

.indications__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.indications__text {
  font-size: 24px;
  line-height: 0.9;
  color: #ffffff;
}

.service-steps__title {
  margin-bottom: 20px;
}

.service-steps__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 50px;
}

.service-steps__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 62px;
  padding: 20px;
  background: #EFF9FD;
  border-radius: 10px;
}

.service-steps__number {
  font-size: 64px;
  line-height: 0.9;
  color: rgba(6, 174, 239, 0.3);
}

.service-steps__text {
  /*margin-top: auto;*/
  font-size: 22px;
  line-height: 1.3;
}

.service-steps__image {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.service-steps__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-price__title {
  margin-bottom: 20px;
}

.service-price__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 27px;
  margin-bottom: 100px;
  text-align: center;
}

.service-price__card {
  padding: 30px;
  background: #EFF9FD;
  border-radius: 10px;
  overflow: hidden;
}

.service-price__card-logo {
  margin-bottom: 20px;
  text-align:center;
}
.service-price__card-icon {
 /* width: 52px;
  height: 52px;*/
  
 /* width: 200px;
  height: 52px;*/
  margin-bottom: 25px;
  text-align:center;
}

/*.service-price__card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}*/

.service-price__card-title {
  margin-bottom: 5px;
  font-size: 32px;
  text-align:center;
}

.service-price__card-text {
  margin-bottom: 15px;
  color: #4E4E4E;
  font-size: 16px;
  line-height: 1.5;
  Text-align: justify 
  
}

.service-price__card-price {
  margin-bottom: 25px;
  font-size: 32px;
  text-align:center;
}

.service-why-us__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 1fr;
  grid-template-columns: 30% 1fr;
  gap: 10px;
}

.service-why-us__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}

.service-why-us__item {
  padding: 15px;
  background: #EFF9FD;
  border-radius: 10px;
}

.service-why-us__item-icon {
  width: 21px;
  height: 21px;
  margin-bottom: 15px;
}

.service-why-us__item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service-why-us__item-title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

.service-why-us__item-text {
  line-height: 1.4;
}

.service-why-us__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.campaign-hero__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #EFF9FD;
  border-radius: 20px;
  padding: 30px;
}

.campaign-hero__content {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
 /* padding: 30px;*/
  background-color: #EFF9FD;
}

.campaign-hero__label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 15px;
  margin-bottom: 30px;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 5px;
  line-height: 1.4;
}

.campaign-hero__label img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.campaign-hero__title {
  margin-bottom: 20px;
  color: #000000;
}

.campaign-hero__text {
  margin-bottom: 40px;
  max-width: 410px;
}

.campaign-hero__image {
  -ms-flex: 0 0 45.8%;
      flex: 0 0 45.8%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.campaign-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.campaign-questions {
  padding: 80px 0;
  background-color: #2A2D30;
  border-radius: 50px 50px;
}
.campaign-questions.st2 {
  padding: 30px 0;
  background-color: #EFF9FD;
}

.campaign-questions__body {
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.campaign-questions__title {
  color: #fff;
  max-width: 100%;
  text-align:center;
  padding-bottom:20px;
}

.campaign-questions__content {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.before-after {
  padding: 80px 0;
  background-color: #F9F9F9;
  border-radius: 50px 50px 0 0;
}

.doctors__title {
  margin-bottom: 10px;
}

.doctors__subtitle {
  margin-bottom: 30px;
  max-width: 350px;
}

.doctors__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.doctors__card {
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 20px;
  background: #F9F9F9;
  border-radius: 10px;
  overflow: hidden;
}

.doctors__image {
  width: 100%;
  max-width: 293px;
  border-radius: 8px;
  overflow: hidden;
}

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

.doctors__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 15px;
}

.doctors__name {
  font-size: 32px;
}

.doctors__position {
  color: #4E4E4E;
}

.doctors__button {
  margin-top: auto;
}

.why__title {
  margin-left: auto;
  margin-bottom: 20px;
  max-width: 930px;
  text-align: left;
}

.why__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
  margin-bottom: 60px;
}

.why__item {
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 30px;
  min-height: 169px;
  background: #F9F9F9;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.why__item:hover {
  background: #EFF9FD;
}

.why__number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36px;
  height: 36px;
  color: #fff;
  background: #06AEEF;
  border-radius: 50%;
  line-height: 0.9;
}

.why__text {
  font-size: 24px;
}

.why__steps {
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.why__subtitle {
  font-size: 40px;
  line-height: 1.05;
}

.why__grid {
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.why__visit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 10px;
  max-width: 380px;
}

.why__icon {
  margin-bottom: 80px;
}

.why__icon img {
  width: 120px;
  height: 120px;
}

.why__name {
  font-size: 32px;
  font-weight: 500;
}

.why__description {
  font-size: 24px;
  line-height: 1.3;
  color: #4E4E4E;
}

.method {
  padding: 110px 0;
  background-color: #EFF9FD;
  border-radius: 50px;
}

.method__title {
  margin-bottom: 20px;
}

.method__title span {
  color: #06AEEF;
}

.method__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 39.5% 1fr;
  grid-template-columns: 1fr 39.5% 1fr;
  gap: 15px;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.method__features {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}

.method__feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 15px;
  padding: 30px;
  background: #FFFFFF;
  border-radius: 10px;
}

.method__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 21px;
  width: 50px;
  height: 50px;
}

.method__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.method__text {
  line-height: 1.2;
}

.method__image {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

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

.why-block__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 57%;
  grid-template-columns: 1fr 57%;
  gap: 26px;
  -ms-flex-align: start;
      align-items: start;
}

.why-block__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 20px;
  height: 100%;
}

.why-block__image {
  max-width: 310px;
  border-radius: 20px;
  overflow: hidden;
}

.why-block__image img {
  width: 100%;
  height: auto;
  display: block;
}

.why-block__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 30px;
  padding: 30px;
  background: #F9F9F9;
  border-radius: 20px;
}

.why-block__list-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px;
}

.why-block__item {
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -ms-flex-align: start;
      align-items: flex-start;
}

.why-block__number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 36px;
  height: 36px;
  background: #06AEEF;
  border-radius: 50%;
  color: #fff;
}

.why-block__text {
  font-size: 16px;
}

.about-offer {
  padding: 110px 0;
  background-color: #EFF9FD;
  border-radius: 50px;
}

.about-offer__title {
  margin-bottom: 30px;
}

.about-offer__title span {
  color: #06AEEF;
}

.about-offer__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.about-offer__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 15px;
}
.about-offer__info p {
  margin: 0 0 5px 0;
}


.about-offer__additional {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 30px;
}

.about-offer__text {
  font-size: 16px;
}

.select-offer__title {
  margin-bottom: 20px;
}

.select-offer__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.select-offer__grid.wide {
    grid-template-columns: repeat(1, 1fr);

}

.select-offer__card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 20px;
  background: #F9F9F9;
  border-radius: 20px;
  height: 100%;
}

.select-offer__card--max {
  background-color: #EFF9FD;
}

.select-offer__image {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.select-offer__image img {
  width: 100%;
  height: auto;
  display: block;
}

.select-offer__card-title {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.select-offer__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
ul.select-offer__list li {list-style:none;position: initial;padding-left:1em;}
ul.select-offer__list li:before {display:none;}


.select-offer__item {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 10px;
}

.select-offer__item svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.select-offer__item svg path {
  fill: #06AEEF;
}

.select-offer__price {
  margin-bottom: 50px;
  font-size: 40px;
  line-height: 0.9;
}

.footer {
  padding: 30px 0 50px;
  background: #2C2D2E;
  color: #fff;
  border-radius: 50px 50px 0 0;
}

.footer__container {
  /*max-width: 1200px;*/
  margin: 0 auto;
  padding: 0 15px;
}

.footer__main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
}

.footer__content {
  display: -ms-flexbox;
  display: flex;
  /*-ms-flex-pack: justify;
      justify-content: space-between;*/
  gap: 40px;
}

.footer__left {
  -ms-flex: 0 1 50%;
      flex: 0 1 50%; /* Не растягивается, не сжимается, базовая ширина 45% */
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  max-width: 50%; /* Фиксируем максимум */
}

.footer__info {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 416px;
  gap: 10px;
}
/*
.footer__info-bottom {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  -ms-flex-direction: column;
      flex-direction: column;
 
}*/
.footer p {margin:12px 0 0 0;color:#e1e1e1;}

.footer__logo img {
  max-height: 36px;
  margin-bottom: 20px;
}

.footer__title {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.1;
}

.footer__text {
  margin-bottom: 32px;
  color: #ffffff;
  line-height: 1.3;
}
.footer__button {
  margin-top: 15px;
}

.footer__info, .footer__contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
 /* max-width: 240px;*/
  height: 100%;
}

.footer__info-top, .footer__contacts-top {
  -ms-flex-positive: 1;
      flex-grow: 1;
  /*display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;*/
}

.footer__info-bottom, .footer__contacts-bottom {
 /* display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 30px;*/
  margin-top: auto; /* Нижние блоки прижимаются к низу */
}

.footer__subtitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer__phone,
.footer__email {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer__phone:hover,
.footer__email:hover {
  color: #fff;
}

.footer__schedule, .footer__phone, .footer__email {
  display: block;
  margin-bottom: 8px;
}

.footer__special {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer__special:hover {
  color: #06AEEF;
}

.footer__right {
  /*-ms-flex: 1;
      flex: 1;*/
  flex: 0 0 50%; /* Не растягивается, не сжимается, базовая ширина 55% */
  max-width: 50%; /* Фиксируем максимум */

}

.footer__nav {
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  /*-ms-flex-pack: end;
      justify-content: flex-end;*/
  height: 100%;    
}

.footer__nav-title {
  margin-bottom: 15px;
  font-weight: 700;
}

.footer__nav-title a {
  color: #ffffff;
}

.footer__column  { 
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width:220px;
}
.footer__column a {
  position: relative;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration:none;
}

.footer__column a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.footer__column a:hover {
  color: #fff;
}

.footer__column a:visited {
  color: #C7C7C7;
}


.footer__column a:hover::before,
.footer__column a:visited::before {
  opacity: 1;
}

.footer__column h4.footer__nav-title a:visited {
  color: inherit;
}


.footer__list {
  margin: 15px 0;
  flex-grow: 1;
  
  /*list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;*/
}
.footer__list li {
  margin-bottom: 8px;
}

.footer__list li a {
  color: #C7C7C7;
  text-decoration:none;
  transition: color 0.3s;
}
.footer__list li a:hover {
  color: #e1e1e1;
  /*text-decoration:underline;*/
}
.footer__list--bottom {
  margin-top: auto;
  margin-bottom: 20px;
}
.footer__yandex {
  margin-top: auto;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 59;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.mobile-menu.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu__body {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #2C3338;
  padding: 115px 20px 20px 20px;
  overflow-y: auto;
  -webkit-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
}

.active .mobile-menu__body {
  right: 0;
}

.mobile-menu__nav {
  margin-bottom: 20px;
}

.mobile-menu__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.mobile-menu__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu__button {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 16px 0;
  color: #fff;
  font-size: 18px;
  background: transparent;
  border: none;
}

.mobile-menu__button svg {
  width: 15px;
  height: 15px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.mobile-menu__button[aria-expanded=true] svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mobile-menu__button[aria-expanded=true] + .mobile-menu__sub-list {
  display: block;
}

a.mobile-menu__link {
  display: block;
  padding: 16px 0;
  color: #fff;
  font-size: 18px;
  text-decoration:none;
}

.mobile-menu__sub-list {
  padding-left: 20px;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}

.mobile-menu__sub-list.open {
  padding-bottom: 16px;
}

.mobile-menu__sub-list a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  text-decoration:none;
}

.mobile-menu__contacts {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
}

.mobile-menu__phones {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
}

a.mobile-menu__phone {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration:none;
}

.mobile-menu__messengers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
  font-size: 14px;
}

.mobile-menu__messengers span {
  color: #4E4E4E;
}

.mobile-menu__schedule {
  color: #4E4E4E;
  font-size: 14px;
}

@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideDown2 {
  from {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes slideDown2 {
  from {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

:root {
  --header-height: 142px;
  interpolate-size: allow-keywords;
}

@media (min-width: 36.06125em) {
  .swiper-navigation .prev,
  .swiper-navigation .next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .cases__navigation.swiper-navigation .prev,
  .cases__navigation.swiper-navigation .next {top: 29%;}

  .swiper-navigation .prev svg,
  .swiper-navigation .next svg {
    width: 42px;
    height: 42px;
  }

  .swiper-navigation .prev {
    left: -30px;
    translateY: -50%;
  }

  .swiper-navigation .next {
    right: -30px;
  }

  .advantages__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .emotions__footer {
    display: none;
  }

  .case-steps__item-text {
    height: auto !important;
  }

}

@media (min-width: 47.99875em) {
  .video__item {
    position: absolute;
    gap: 25px;
    max-width: 312px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: -o-linear-gradient(349deg, rgba(255, 255, 255, 0) -10.67%, rgba(255, 255, 255, 0.1) 9.42%);
    background: linear-gradient(101deg, rgba(255, 255, 255, 0) -10.67%, rgba(255, 255, 255, 0.1) 9.42%);
    -webkit-backdrop-filter: blur(35px);
            backdrop-filter: blur(35px);
  }

  .video__text {
    color: #fff;
    font-size: 22px;
  }
}

@media (min-width: 47.9375em) {
  .awards__footer {
    display: none;
  }
}

@media (min-width: 48.06125em) {
  .sticky-mobile-button {
    display: none;
  }

  .hero__button-callback {
    display: none;
  }

  .mobile-menu__body {
    max-width: 375px;
  }
}

@media (min-width: 64.06125em) {
  .desktop-hidden {
    display: none !important;
  }

  .only-mobile {
    display: none !important;
  }
}

@media (min-width: 48em) {
  .mobile-menu {
    display: none;
  }
}


@media (max-width: 90em) {
  .header__info {
    gap: 25px;
  }

  .header__phone {
    font-size: 16px;
  }

  .video__item--1 {
    left: 7%;
  }

  .video__item--2 {
    left: 15%;
  }

  .video__item--3 {
    right: 10%;
  }

  .video__item--4 {
    right: 7%;
  }

  .awards__container {
    -ms-flex-pack: center;
        justify-content: center;
  }

  .advantages {
    min-height: 800px;
  }

  .advantages__items {
    -ms-grid-rows: 222px;
    grid-template-rows: 222px;
  }

  .advantages__icon {
    min-width: 48px;
    min-height: 48px;
  }

  .advantages__icon svg {
    width: 30px;
    height: 30px;
  }

  .advantages__text {
    font-size: 24px;
  }
}

@media (max-width: 80em) {
  .header__phones {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: end;
        align-items: flex-end;
    gap: 8px;
  }

  .menu__item:nth-child(n+8) {
    display: none;
  }

  .more-sub-menu__item:nth-child(3) {
    display: -ms-flexbox;
    display: flex;
    padding-right:190px;
  }

  .hero__examples-main {
    right: -38px;
    bottom: 150px;
  }
  /* right: 60px;
    bottom: 100px;*/

  .hero__examples-title {
    font-size: 2rem;
  }

  .footer__left {
    gap: 20px;
  }

  .footer__contacts {
    max-width: 180px;
  }

  .footer__nav {
    gap: 30px;
  }
}

@media (max-width: 1280px) {
  .services__content {
    gap: 40px;
  }

  .services__item {
    min-height: 480px;
  }

  .services__icon {
    margin-bottom: 18px;
  }
}

@media (max-width: 768px) {
  .diploma__item {
    -ms-flex: 0 0 234px;
        flex: 0 0 234px;
    margin: 0;
  }

  .cookie-banner__content {
    text-align: center;
  }

  .cookie-banner__buttons {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media (max-width: 90.06125em) {
  [class*=__container] {
    padding: 0 60px !important;
  }
  .appointment__content {
    padding: 30px 90px;
  }

  .appointment__title {
    font-size: 36px;
    margin-bottom:20px;
  }

  .appointment__text {
    font-size: 16px;
  }

  .appointment__input input {
    height: 56px;
  }
}

@media (max-width: 80.06125em) {
  [class*=__container] {
    padding: 0 20px !important;
  }
  .awards__container {
    padding: 100px 20px !important;
  }

  .appointment__title {
    font-size: 36px; margin-bottom:20px;
  }

  .appointment__text {
    font-size: 14px;
  }

  .appointment__input input {
   /* height: 42px;*/
   height: 48px;
  }

  .appointment__button {
    min-width: 160px;
    max-height: 62px;
   /* max-height: 42px;*/
  }
}

@media (max-width: 76.25em) {
  .menu__item:nth-child(n+7) {
    display: none;
  }

  .more-sub-menu__item:nth-child(2) {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 71.875em) {
  .menu__item:nth-child(n+6) {
    display: none;
  }

  .more-sub-menu__item:nth-child(1) {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 64.06125em) {
  [class*=__container] {
    padding: 0 30px !important;
  }
  .awards__container {
    padding: 60px 20px !important;
  }


  h1 {
    max-width: 100%;
    font-size: 38px;
  }

  section {
    margin-bottom: 70px;
  }

  .tablet-hidden {
    display: none;
  }

  .only-desktop {
    display: none !important;
  }

  .faq__wrapper {
    gap: 20px;
  }

  .faq__header {
    padding: 15px;
  }

  .faq__body {
    padding: 15px;
  }

  .block-text-image__title {
    margin-bottom: 10px;
  }

  .block-text-image__content {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 20px;
  }

  .block-text-image__content._reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }

  .block-text-image__image {
    max-height: 584px;
  }

  .block-text-image__paragraph {
    max-width: 560px;
  }

  .block-text-image__button {
    margin-top: 30px;
  }

  table th:first-child,
  table td:first-child {
    width: 40%;
  }

  .article__content {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 10px;
    font-size: 16px;
  }

  .article-text.highlight {
    padding: 15px;
  }

  .header__top {
    padding: 10px 0;
  }

  .header__container {
    gap: 0.625rem;
  }

  .header__info {
    gap: 15px;
  }

  .header__schedule {
    display: none;
  }

  .header__bottom {
    padding: 12px 0;
  }

  .header__logo img {
    max-width: 120px;
    max-height: 32px;
  }

  .header__search svg {
    width: 26px;
    height: 26px;
  }

  .header__button {
    display: none;
  }

  .menu__list {
    gap: 10px;
  }

  .menu__item {
    font-size: 14px;
  }

  .menu__item:nth-child(n+8) {
    display: -ms-flexbox;
    display: flex;
  }

  .menu__item:nth-child(n+7) {
    display: -ms-flexbox;
    display: flex;
  }

  .menu__item:nth-child(n+6) {
    display: -ms-flexbox;
    display: flex;
  }

  .more-sub-menu__item:nth-child(3) {
    display: none;
  }

  .more-sub-menu__item:nth-child(2) {
    display: none;
  }

  .more-sub-menu__item:nth-child(1) {
    display: none;
  }

  .breadcrumbs {
    margin-bottom: 18px;
  }

  .no-webp .hero{
    background: url("../img/hero/bg-tablet.png") center/cover no-repeat; }

  .hero {
    height: 36.5625rem;
  }

  .hero__examples-main {
    bottom: 90px;
  }

  .diploma__button {
    margin-top: 40px;
  }

  .services__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .appointment__inner {
    padding-top: 0;
    background-image: var(--tablet-bg);
    aspect-ratio: 728/494;
  }

  .appointment__content {
    padding: 30px;
  }

  .appointment__title {
    font-size: 40px;
  }

  .appointment__text {
    font-size: 16px;
  }

  .appointment__input input {
    height: 63px;
  }

  .appointment__button {
    min-width: 200px;
    max-height: unset;
  }

  .appointment__label {
    bottom: 30px;
    left: 30px;
    width: 250px;
  }

  .appointment__label-title {
    font-size: 22px;
  }

  .address__container {
    padding: 0;
  }

  .address__inner {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 50px;
    padding: 20px;
    border-radius: 30px;
  }

  .address__content {
    padding-right: 0;
    gap: 0;
  }

  .address__bottom {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
  }

  .address__map {
    width: 100%;
    aspect-ratio: 728/411;
  }

  .offer-slide__image {
    width: 273px;
  }

  .video {
    height: calc(100vh - 133px);
    margin-bottom: 100px;
  }

  .video__video {
    margin-top: 50px;
  }

  .video__play {
    top: 0;
  }

  .video__item--1 {
    top: 25%;
    left: 1%;
  }

  .video__item--2 {
    bottom: 7%;
    left: 1%;
  }

  .video__item--3 {
    bottom: 4%;
    right: 1%;
  }

  .video__item--4 {
    right: 1%;
    top: 33%;
  }

  .gallery {
    padding: 60px 0;
    border-radius: 30px;
  }

  .gallery__inner {
    margin-bottom: 40px;
  }

  h3.case-card__title {
    font-size: 20px;
  }

  .awards {
    padding: 70px 0;
    border-radius: 30px 30px 0 0;
  }

  .awards__container {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .awards__inner {
    width: 100%;
  }

  .innovations__slide-content {
    -ms-flex: 0 0 380px;
        flex: 0 0 380px;
    padding: 15px;
  }

  .innovations__slide-link span {
    font-size: 14px;
  }

  .innovations__slide-icon svg {
    max-height: 24px;
  }

  .innovations__slide-title {
    font-size: 32px;
  }

  .innovations__slide-text {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .advantages {
    min-height: 661px;
  }

  .advantages__items {
    gap: 13px;
    margin-bottom: 35px;
  }

  .emotions__slider {
    margin-bottom: 40px;
  }

  .emotions__navigation .prev,
  .emotions__navigation .next {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }

  .news {
    padding-bottom: 50px;
  }

  .news__slide-content {
    padding: 15px;
  }

  .news__slide-link {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .news__slide-text {
    font-size: 16px;
  }

  .seo-content__block {
    margin-bottom: 70px;
    gap: 30px;
  }

  .seo-content__columns--2 {
    -ms-grid-columns: calc(55% - 10px) calc(45% - 10px);
    grid-template-columns: calc(55% - 10px) calc(45% - 10px);
    gap: 20px;
  }

  .case-hero__body {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .case-hero__title {
    margin-bottom: 20px;
  }

  .case-hero__patient {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .case-hero__info {
    margin-bottom: 50px;
  }

  .case-hero__description {
    font-size: 16px;
  }

  .case-steps__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .case-steps__item-header {
    margin-bottom: 10px;
    padding: 15px;
  }

  .case-steps__item-text {
    font-size: 16px;
  }

  .case-result {
    padding: 70px 0;
  }

  .case-result__content {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .service-hero__body {
    padding: 30px;
    background-size: 45%;
  }
  

  .service-hero__advantages {
    -ms-grid-columns: 210px;
    grid-template-columns: 210px;
    padding:0;
  }

  .about__header {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 10px;
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .about__cards {
    margin-bottom: 25px;
  }

  .about__item {
    padding: 14px;
  }

  .about__icon {
    margin-bottom: 20px;
  }

  .about__subtitle {
    margin-bottom: 5px;
    font-size: 22px;
  }

  .about__text {
    font-size: 14px;
  }

  .city__content {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .city__sticky {
    position: static;
    min-height: unset;
  }

  .city__title {
    margin-bottom: 10px;
  }

  .valuation__title {
    margin-bottom: 20px;
  }

  .valuation__item {
    padding: 15px;
  }

  .valuation__text {
    max-width: 325px;
  }

  .pricing {
    padding: 70px 0;
  }

  .pricing__title {
    margin-bottom: 20px;
  }

  .why-us {
    padding: 70px 0;
    border-radius: 30px 30px 0 0;
  }

  .why-us__title {
    margin-bottom: 20px;
  }

  .why-us__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .why-us__item {
    padding: 15px;
  }

  .why-us__item._wide {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }

  .why-us__image {
    max-height: 380px;
  }

  .why-us__image--2 {
    -ms-flex-order: 2;
        order: 2;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .why-us__image--2 img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }

  .why-us__icon {
    width: 90px;
    height: 90px;
  }

  .benefits {
    padding: 70px 0;
  }

  .what__body {
    gap: 10px;
  }

  .what__item {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
  }

  .what__item-content {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    gap: 70px;
    padding: 15px;
  }

  .what__item-image {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    min-height: 500px; /* Сохраняем минимальную высоту */
  }

  .what__item-text {
    font-size: 20px;
  }

  .service-advantages__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .service-advantages__item {
    padding: 15px;
  }

  .service-advantages__icon {
    margin-bottom: 25px;
  }

  .service-advantages__item-title {
    font-size: 20px;
  }

  .indications {
    padding: 70px 0;
    border-radius: 30px;
  }

  .indications__body {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 10px;
  }

  .indications__grid {
    gap: 18px;
  }

  .indications__item {
    padding: 15px;
    border-radius: 5px;
  }

  .indications__text {
    font-size: 20px;
  }

  .service-steps__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 20px;
  }

  .service-steps__item {
    gap: 45px;
    padding: 20px;
  }

  .service-steps__text {
    font-size: 18px;
  }

  .service-price__cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
    margin-bottom: 70px;
  }
  .service-price__card-logo img {width:120px;}

  .service-price__card {
    padding: 15px;
  }

  .service-price__card-icon {
    margin-bottom: 20px;
  }

  .service-price__card-title {
    font-size: 22px;
  }

  .service-price__card-text {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .service-price__card-price {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .service-why-us__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .service-why-us__item {
    padding: 20px;
  }

  .campaign-hero__body {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 20px;
    background-color: transparent;
    border-radius: 0;
  }

  .campaign-hero__content {
    width: 100%;
    border-radius: 20px;
    padding: 30px
  }

  .campaign-hero__image {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    width: 100%;
    max-height: 565px;
  }

  .campaign-questions {
    padding: 70px 0;
  }

  .campaign-questions__body {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 20px;
  }

  .doctors__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .why__title {
    margin-left: 0;
    margin-bottom: 15px;
    max-width: 100%;
  }

  .why__list {
    margin-bottom: 50px;
  }

  .why__item {
    min-height: 98px;
    padding: 25px 15px;
  }

  .why__text {
    font-size: 20px;
  }

  .why__steps {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .why__subtitle {
    font-size: 32px;
  }

  .why__visit {
    max-width: 260px;
  }

  .why__icon {
    margin-bottom: 20px;
  }

  .why__name {
    font-size: 24px;
  }

  .why__description {
    font-size: 16px;
  }

  .method {
    padding: 70px 0;
    border-radius: 30px;
  }

  .method__content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .method__feature {
    padding: 15px;
    height: 100%;
  }

  .method__image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-flex-order: 1;
        order: 1;
  }

  .why-block__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .why-block__content {
    gap: 15px;
  }

  .why-block__image {
    max-width: 100%;
  }

  .why-block__list {
    gap: 20px;
  }

  .about-offer {
    padding: 70px 0;
    border-radius: 30px;
  }

  .about-offer__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .about-offer__info {
    gap: 10px;
  }

  .select-offer__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .select-offer__image {
    border-radius: 5px;
  }

  .select-offer__card-title {
    margin-bottom: 15px;
    font-size: 32px;
  }

  .select-offer__list {
    margin-bottom: 50px;
  }

  .footer {
    padding: 70px 0;
    border-radius: 30px 30px 0 0;
  }

  .footer__content {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 56px;
  }

  .footer__left, .footer__right {
    flex: 1 1 100%;
    max-width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .footer__contacts {
    max-width: 266px;
  }

  .footer__contacts-bottom {
    gap: 48px;
  }

  .footer__nav {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  :root {
    --header-height: 114px;
  }
}

@media (max-width: 48.06125em) {
  [class*=__container] {
    padding: 0 20px !important;
  }
  .awards__container {
    padding: 45px 20px !important;
  }

  .button {
    font-size: 0.875rem;
  }

  h1, .elements h1 {
    font-size: 32px;
    line-height: 0.9;
  }
  h2, .elements h2 {
    font-size: 26px;
  }
  h3.case-card__title {
    font-size: 18px;
  }
  section {
    margin-bottom: 50px;
  }

  .mobile-hidden {
    display: none;
  }

  .faq__row {
    border-bottom: 1px dashed #fff;
  }

  .faq__space {
    border-bottom: none;
  }

  table th:first-child,
  table td:first-child {
    width: 60%;
  }

  .header__address {
    -ms-flex-align: start;
        align-items: flex-start;
    font-size: 10px;
  }

  .header__messengers {
    display: none;
  }

  .header__phone {
    font-size: 10px;
  }

  .header__phone svg {
    width: 12px;
    height: 12px;
  }

  .breadcrumbs__item {
    font-size: 16px;
    line-height: 1.6;
  }

  .hero__button {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
    width: 10.125rem;
  }

  .hero__examples {
    display: none;
  }

  .diploma__list {
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -ms-grid-columns: none;
    grid-template-columns: none;
    -ms-flex-pack: start;
        justify-content: start;
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .diploma__list::-webkit-scrollbar {
    display: none;
  }

  .diploma__button {
    margin-top: 20px;
  }

  .services__items {
    gap: 20px;
  }

  .services__item {
    padding: 20px;
    min-height: 350px;
  }

  .services__icon img {
    width: 80px;
    height: 80px;
  }

  .services__title {
    font-size: 24px;
  }
  
  .appointment__form {max-width: 340px;}
  
  .offer {
    padding-bottom: 50px;
  }

  .offer-slide__content {
    padding: 30px;
    min-height: 414px;
  }

  .offer-slide__date {
    margin-bottom: 10px;
  }

  .personal {
    padding-bottom: 50px;
  }

  .personal__container {
    padding: 0;
  }

  .personal__slider {
    padding-left: 20px;
  }

  .gallery {
    padding: 50px 0;
    border-radius: 20px;
  }

  .gallery__container {
    padding: 0;
  }

  .gallery__inner {
/*    margin-bottom: 70px;*/
  }

  .gallery__slider {
    padding-left: 20px;
  }

  .swiper-navigation.cases__navigation {
    top: -55px;
    bottom: unset;
    right: 10px;
    left: unset;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }

  .awards {
    padding: 50px 0;
  }

  .award-slide {
    padding: 15px;
  }

  .advantages__text {
    font-size: 22px;
  }

  .emotions__slider {
    margin-bottom: 40px;
  }

  .service-hero__body {
    padding: 25px 20px;
    background-size: 57%;
  }

  .indications__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .footer {
    padding: 50px 0 80px;
    border-radius: 20px 20px 0 0;
  }

  :root {
    --header-height: 107px;
  }
}

@media (max-width: 47.9375em) {
  .policy-checkbox label {
    max-width: 200px;
    font-size: 10px;
  }

  .header__menu {
    display: none;
  }

  .header__search {
    display: none !important;
  }

  .button-menu {
    display: block;
  }

  .mobile-nav {
    display: block;
  }

  .appointment__form {
    max-width: 53%;
  }

  .appointment__title {
    font-size: 24px;
  }
  

  .appointment__text {
    font-size: 14px;
  }

  .appointment__fields {
    gap: 10px;
  }

  .appointment__input input {
    height: 50px;
    font-size: 14px;
  }

  .appointment__checkbox {
    margin-bottom: 20px;
  }

  .appointment__button {
    min-width: 152px;
    max-height: 54px;
  }

  .appointment__label {
    bottom: 15px;
    left: 15px;
    width: 172px;
  }

  .appointment__label-title {
    font-size: 14px;
  }

  .appointment__label-text {
    font-size: 10px;
  }

  .video {
    height: auto;
    min-height: unset;
    margin-bottom: 50px;
  }

  .video__container {
    display: block;
  }

  .video__wrapper {
    display: none;
  }

  .video__item svg path,
  .video__item svg rect,
  .video__item svg path {
    fill: #06AEEF;
  }

  .innovations {
    padding-bottom: 50px;
  }

  .innovations__slide-image {
    display: none;
  }

  .innovations__slide-content {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }

  .valuation__subtitle {
    font-size: 20px;
  }

  .valuation__text {
    font-size: 14px;
  }

  .why-us__subtitle {
    font-size: 28px;
  }

  .service-price__cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 50px;
  }

  .service-why-us__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .why__item {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 34px;
    padding: 15px;
    min-height: 136px;
  }

  .why__subtitle {
    font-size: 24px;
  }

  .why__icon img {
    width: 87px;
    height: 87px;
  }

  .why__name {
    font-size: 20px;
  }

  .why__description {
    font-size: 14px;
  }
}

@media (max-width:680px) {
  .service-hero__body {
   /* padding: 0;*/
    background-image: unset !important;
  }
}
@media (min-width:681px) {
 .service-hero__image {
    display: none;
  }
}  
@media (max-width: 36.06125em) {
  [class*=__container] {
    padding: 0 10px !important;
  }
  .awards__container {
    padding: 30px 10px !important;
  }

  #slider-placeholder {
    max-height: 22.5rem;
    height: 22.5rem;
  }

  .popup-video .popup__content {
    max-width: 100%;
    background-color: transparent;
    border-radius: 0;
  }

  .popup__header {
    padding: 20px;
  }

  .popup__body {
    padding: 20px;
  }

  .popup__title {
    font-size: 16px;
  }

  .popup__checkbox {
    margin-bottom: 20px;
  }

  .swiper-navigation {
    position: absolute;
    bottom: -50px;
    margin: 0 auto;
  }
  .news__navigation.swiper-navigation {display:none;}

  h1, .elements h1 {
    font-size: 32px;
  }

  h2, .elements h2 {
    font-size: 24px;
  }

  .mobile-small-hidden {
    display: none;
  }

  .form__fields {
    gap: 10px;
  }

  .form__fields input,
  .form__fields textarea {
    padding: 15px;
    font-size: 12px;
  }

  .faq__wrapper {
    gap: 15px;
  }

  .faq__header span {
    font-size: 16px;
  }

  .faq__icon {
    width: 27px;
    height: 27px;
  }

  .faq__icon svg {
    height: 12px;
  }

  .faq__row {
    font-size: 14px;
  }

  .block-text-image__title.mb-small {
    margin-bottom: 20px;
  }

  .block-text-image__content {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }

  .block-text-image__image {
    max-height: 328px;
  }

  .block-text-image__text {
    padding: 15px;
  }

  ._reverse .block-text-image__text {
    padding: 50px 15px15px;
  }

  .block-text-image__button {
    margin-top: 20px;
  }

  table {
    font-size: 14px;
  }

  table th,
  table td {
    padding: 24px 12px;
  }

  table th:first-child,
  table td:first-child {
    border-width: 2px;
  }

  table tr:not(:last-child) td {
    border-width: 2px;
  }

  .article__content {
    font-size: 14px;
  }

  .breadcrumbs {
    margin-bottom: 10px;
  }

  .breadcrumbs__item {
    font-size: 12px;
  }

  .no-webp .hero{
    background: url("../img/hero/bg-mobile.png") center/cover no-repeat; }

  .hero {
    padding: 1.875rem 0;
    height: 25.5625rem;
  }

  .hero__text {
    margin-bottom: 20px;
    font-size: 0.875rem;
  }

  .hero__buttons {
    display: none;
  }

  .diploma__container {
    overflow: hidden;
  }

  .services__content {
    gap: 20px;
  }

  .services__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .services__item {
    padding: 15px;
    min-height: unset;
  }

  .services__item-header {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    gap: 5px;
  }

  .services__item-content {
    display: none;
    margin-top: 20px;
  }

  .services__item-icon {
    display: block;
    margin-left: auto;
  }

  .services__icon {
    margin-bottom: 0;
  }

  .services__icon img {
    width: 52px;
    height: 52px;
  }

  .services__title {
    margin-bottom: 0;
    font-size: 18px;
  }

  .services__list-item a {
    gap: 5px;
    font-size: 14px;
  }

  .services__more svg {
    display: none;
  }

  .appointment__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    background-image: none;
    background-color: #2A2D30;
    aspect-ratio: unset;
  }

  .appointment__form {
    max-width: 100%;
  }

  .appointment__image {
    display: block;
  }

  .appointment__label-image {
    margin-bottom: 15px;
  }

  .address__inner {
    gap: 20px;
    padding-bottom: 50px;
  }

  .address__content {
    gap: 10px;
  }

  .address__bottom {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .address__title {
    margin-bottom: 20px;
  }

  .address__info {
    gap: 7px;
  }

  .address__item {
    gap: 7px;
    font-size: 14px;
  }

  .address__map {
    aspect-ratio: 300/171;
  }

  .offer-slide {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .offer-slide__content {
    padding: 15px;
    min-height: unset;
  }

  .offer-slide__text {
    margin-bottom: 30px;
  }

  .offer-slide__image {
    width: 100%;
  }

  .video__content {
    margin-bottom: 50px;
  }

  .video__item--1 {
    -ms-flex-order: 3;
        order: 3;
  }

  .video__item--2 {
    -ms-flex-order: 1;
        order: 1;
  }

  .video__item--3 {
    -ms-flex-order: 0;
        order: 0;
  }

  .video__item--4 {
    -ms-flex-order: 2;
        order: 2;
  }

  .video__icon {
    width: 63px;
    height: 63px;
  }

  .personal-slide__name {
    font-size: 12px !important;
  }

  .personal-slide__speciality {
    font-size: 10px;
  }

  .personal-slide__button {
    max-height: 32px;
    font-size: 10px;
  }

  .cases__container {
    padding: 0;
  }

  .cases__slider {
    padding-left: 20px;
  }

  .award-slide__title {
    font-size: 14px;
  }

  .innovations__slider {
    margin-bottom: 0;
  }

  .innovations__slide-title {
    margin-bottom: 40px;
    font-size: 22px;
  }

  .innovations__slide-text {
    margin-top: 0;
    margin-bottom: 21px;
    font-size: 14px;
  }

  .advantages {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: stretch;
        align-items: stretch;
    gap: 15px;
    min-height: unset;
  }

  .advantages__container {
    margin: 0;
  }

  .advantages__bg img {
    position: absolute;
  }

  .advantages__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin-bottom: 0;
    width: 100%;
  }

  .advantages__item {
    padding: 15px;
  }

  .advantages__item:nth-child(1) {
    color: #000;
    border: 1px solid #EFF9FD;
  }

  .advantages__item:nth-child(2) {
    background-color: #EFF9FD;
  }

  .advantages__item:nth-child(3) {
    background-color: #2A2D30;
  }

  .advantages__icon {
    margin-bottom: 20px;
  }

  .emotions__slider {
    margin-bottom: 70px;
  }

  .news__slide-date {
    margin-bottom: 20px;
  }

  .news__slide-link {
    font-size: 22px;
  }

  .news__slide-text {
    font-size: 14px;
  }

  .seo-content__block {
    margin-bottom: 50px;
    gap: 20px;
  }

  .seo-content__columns--2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-max-content;
  }

  .case-hero__container {
    padding: 0;
  }

  .case-hero__content {
    padding: 15px;
  }

  .case-hero__title {
    margin-bottom: 15px;
    font-size: 28px;
  }

  .case-hero__patient {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .case-hero__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
  }

  .case-hero__info-item:nth-child(1) {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
  }

  .case-hero__info-item:nth-child(n+2) {
    -ms-flex: 0 0 calc(50% - 5px);
        flex: 0 0 calc(50% - 5px);
  }

  .case-hero__info-label {
    font-size: 14px;
  }

  .case-hero__info-text {
    font-size: 14px;
  }

  .case-hero__description {
    font-size: 14px;
  }

  .case-steps__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .case-steps__item-header {
    margin-bottom: 0px;
  }

  .case-steps__item-title {
    font-size: 20px;
  }

  .case-steps__item-text {
    font-size: 14px;
  }

  .case-steps__item-image {
    max-height: 158px;
  }

  .case-steps__item-icon {
    display: block;
    margin-left: auto;
  }

  .case-result {
    padding: 50px 0;
    border-radius: 20px;
  }

  .case-result__content {
    gap: 10px;
  }

  .case-result__gallery {
    gap: 10px;
  }

  .service-hero__content {
    margin-bottom: 25px;
  }

  .service-hero__header {
    margin-bottom: 5px;
  /*  padding: 15px;*/
  }

  .service-hero__text {
    margin-bottom: 20px;
    font-size: 14px;
  }
  
  .service-hero__advantages {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .service-hero__advantage-icon {
    font-size: 14px;
  }

  .about__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about__subtitle {
    font-size: 20px;
  }

  .city__container {
    overflow: hidden;
  }

  .city__grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, 280px);
    grid-auto-columns: 280px;
    grid-auto-flow: column;
    gap: 20px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin: 0 -15px;
    padding: 0 15px 20px;
    width: calc(100% + 30px);
  }

  .city__grid::-webkit-scrollbar {
    height: 4px;
    background-color: #F8FAFF;
  }

  .city__grid::-webkit-scrollbar-thumb {
    background-color: #E6E6E6;
    border-radius: 2px;
  }

  .city__subtitle {
    font-size: 20px;
  }

  .city__description {
    font-size: 14px;
  }

  .valuation__title {
    margin-bottom: 10px;
  }

  .valuation__item {
    gap: 30px;
  }

  .valuation__header {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 5px;
  }

  .valuation__text {
    max-width: 100%;
  }

  .pricing {
    padding: 50px 0;
    border-radius: 30px 30px 0 0;
  }

  .why-us {
    padding: 50px 0;
  }

  .why-us__title {
    margin-bottom: 10px;
  }

  .why-us__grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
  }

  .why-us__item {
    gap: 0;
  }

  .why-us__image {
    max-height: 253px;
  }

  .why-us__image--2 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .why-us__icon {
    margin-bottom: 15px;
    width: 82px;
    height: 82px;
  }

  .why-us__subtitle {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .why-us__text {
    font-size: 14px;
  }

  .benefits {
    padding: 50px 0;
  }

  .what__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .what__item:nth-child(even) .what__item-content {
    -ms-flex-order: -1;
        order: -1;
  }

  .what__item-content {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    gap: 22px;
  }

  .what__item-image {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    min-height: 450px !important; /* Фиксированная высота на мобильных */
    height: 450px; /* Фиксированная высота на мобильных */
  }

  .what__item-icon {
    width: 87px;
    height: 87px;
  }

  .what__item-text {
    font-size: 14px;
  }

  .service-advantages__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .service-advantages__icon {
    margin-bottom: 50px;
    width: 82px;
    height: 82px;
  }

  .service-advantages__text {
    font-size: 14px;
  }

  .indications {
    padding: 50px 0;
  }

  .indications__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .indications__item {
    gap: 24px;
  }

  .service-steps__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 10px;
  }

  .service-steps__item {
    gap: 30px;
    padding: 15px;
  }

  .service-steps__number {
    font-size: 36px;
  }

  .service-price__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .service-price__card-title {
    font-size: 20px;
  }

  .service-why-us__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .service-why-us__item-text {
    font-size: 14px;
  }

  .campaign-hero__content {
    padding: 15px;
  }

  .campaign-hero__label {
    font-size: 14px;
  }

  .campaign-hero__text {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .campaign-questions {
    padding: 50px 0;
    border-radius: 30px 30px 0 0;
  }

  .doctors__subtitle {
    margin-bottom: 10px;
  }

  .doctors__card {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 15px;
    padding: 15px;
  }

  .doctors__image {
    max-width: 100%;
  }

  .doctors__name {
    font-size: 20px;
  }

  .doctors__position {
    font-size: 14px;
  }

  .why__title {
    margin-bottom: 10px;
  }

  .why__list {
    margin-bottom: 30px;
  }

  .why__text {
    font-size: 14px;
  }

  .method {
    padding: 50px 0;
  }

  .method__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .method__features {
    gap: 10px;
  }

  .method__icon {
    margin-bottom: 0;
    width: 21px;
    height: 21px;
  }

  .method__text {
    font-size: 14px;
  }

  .method__image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }

  .why-block__content {
    gap: 10px;
  }

  .why-block__list {
    padding: 15px;
  }

  .why-block__item {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 15px;
  }

  .why-block__text {
    font-size: 14px;
  }

  .about-offer {
    padding: 50px 0;
  }

  .about-offer__additional {
    gap: 20px;
  }

  .about-offer__text {
    font-size: 14px;
  }

  .select-offer__grid {
    gap: 15px;
  }

  .select-offer__card {
    padding: 15px;
    border-radius: 10px;
  }

  .select-offer__card-title {
    font-size: 20px;
  }

  .select-offer__list {
    margin-bottom: 40px;
    gap: 5px;
  }

  .select-offer__item {
    padding: 10px;
    font-size: 14px;
  }

  .select-offer__item svg {
    width: 16px;
    height: 16px;
  }

  .select-offer__price {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .footer__left {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 35px;
  }

  .footer__title {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .footer__text {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .footer__contacts-top {
    gap: 7px;
    margin-bottom: 30px;
  }

  .footer__contacts-bottom {
    gap: 7px;
  }

  .footer__subtitle {
    font-size: 14px;
  }

  .footer__schedule {
    font-size: 14px;
  }

  .footer__phone,
  .footer__email {
    font-size: 14px;
  }

  .footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px;
  }

  .footer__nav-title {
    margin-bottom: 7px;
  }

  .footer__column {
    font-size: 14px;
  }

  .footer__list {
    gap: 7px;
  }
}

@media (max-width: 80em) and (min-width: 64em) {
  .menu__item-more {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (any-hover: hover) {
  .header__address-link:hover {
    color: #00A3FF;
  }

  .header__messenger:hover {
    opacity: 0.7;
  }

  .header__phone:hover {
    color: #00A3FF;
  }

  .header__search:hover {
    opacity: 0.7;
  }

  .menu__link:hover {
    color: #00A3FF;
  }

  .more-sub-menu__link:hover {
    color: #06AEEF;
  }

  .sub-menu__link:hover {
    color: #00A3FF;
  }

  .breadcrumbs a:hover {
    color: #06AEEF;
  }

  .case-card__link:hover {
    color: #06AEEF;
  }
}

.webp .slider-compare__range-js::-webkit-slider-thumb{ background-image: url(../img/compare-icon.webp); }

.webp .slider-compare__range-js::-moz-range-thumb{ background-image: url(../img/compare-icon.webp); }

.webp .hero{ background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/hero/2d_bg1.webp) left/cover no-repeat; }

@media (max-width: 64.06125em){
.webp .hero{ background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/hero/2d_bg1.webp) center/cover no-repeat; }
}

/*

@media (max-width: 64.06125em){

  .webp .hero{ background: url(../img/hero/bg-tablet.webp) center/cover no-repeat; }
}

@media (max-width: 36.06125em){

  .webp .hero{ background: url(../img/hero/bg-mobile.webp) center/cover no-repeat; }
}
*/

.price_rzd {
    color: white; background-color: #90C7DC; 
    padding:22px 30px; font-size:20px; 
	  font-weight:600; text-align: left;
}

.toggle-trigger {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
}

.toggle-icon {
  transition: transform 0.3s ease; /* Анимация поворота */
  display: inline-block;
}

.toggle-trigger.active .toggle-icon {
  transform: rotate(90deg); /* Поворот на 90° при открытии */
}

.toggle-target {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.toggle-target.active {
  max-height: inherit;
}


/* Основные стили */
.contact__cont {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 20px;
  margin-top: 60px;
}

.contact-card {
  background: #EFF9FD;
  border-radius: 10px;
  padding: 20px;
}

.contact-card .address__item {
  font-size:inherit;
  max-width: 100%;
}

.contact-card .address__info {gap:8px;margin:30px 0;}
.contact-header {
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 15px;
}

.contact-content {
  font-size: 18px;
}

a.contact-phone, a.contact-email {
  display: block;
  margin-bottom: 8px;
  font-size:22px;
  font-weight:550;
  text-decoration: none;
  transition: color 0.3s;
}

a.contact-phone {
  color:#222;
}

a.contact-email {
  color:#06AEEF;
}

a.contact-phone:hover {
  color: #06AEEF;
}
a.contact-email:hover {
  text-decoration:underline;
}
.map {
  height: 600px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  margin-top:60px;
  margin-bottom:60px;
}

@media (max-width: 768px) {
  .map {
    height: 300px;
  }
}

.contact-social {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.social-icon img {
  width: 32px;
  height: 32px;
  transition: transform 0.3s;
}

.social-icon:hover img {
  transform: scale(1.1);
}

.contact-map {
  height: 400px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.social-icons {
  display: flex;
  gap: 10px;
  padding: 10px 0;
}

a.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #06AEEF;
  border-radius: 50%;
  transition: all 0.3s ease;
  color:#fff;
  font-size:26px;
  text-decoration:none;
}



/* Адаптивность */
@media (max-width: 768px) {
  .contact-info {
    grid-template-columns: 1fr;
    margin-top: 30px;  
  }
  .contact-map {
    height: 300px;
  }

}

@media (max-width: 480px) {
  .contact-card {
    padding: 15px;
  }
  
  .contact-header {
    font-size: 16px;
  }
  
  .contact-content {
    font-size: 14px;
  }
}

/* горизонтальная форма */
.grey_bg {
  background-color: #363b3f;
  color: #fff;
  padding: 30px 40px; 
  margin: 40px 0;
  border-radius: 10px;
}
.wide_form {
  background-color: #b3deef;
  color: #fff;
  padding: 30px 40px; 
  margin: 40px 0;
  border-radius: 10px;
  width:100%;
  max-width:1000px;
}

.wide_form .appointment__input  {
  margin-bottom:20px;
  color:#000;
}
.wide_form .appointment__input input {
  height: 63px;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  background:#EFF9FD;
  color:#000;
}

.wide_form .appointment__input input[type="checkbox"] {height:inherit;}
.wide_form textarea {width:100%; min-height:60px; padding:10px; margin: 10px 0; border-radius:8px;}

.wide_form .appointment__input input::placeholder { color: #555; }

.wide_form .appointment__button {
  height: 63px;
  padding: 0 25px;
  width: 160px;
  min-width: initial;
}
.wide_form .appointment__checkbox, .wide_form p {
    color:#000;
}

.wide_form h3, .wide_form h4, .wide_form h5 {color:#222;}
.wide_form h5 {margin-bottom:15px;}

.wide_form .appointment__input[data-type="radio-group"] {
    display: flex;
    align-items: center;
    gap: 20px; /* Расстояние между кнопками */
    flex-wrap: wrap; /* Перенос на новую строку при нехватке места */
}

.wide_form .appointment__input[data-type="radio-group"] label {
    display: flex;
    align-items: center;
    gap: 6px; /* Расстояние между кружком и текстом */
    cursor: pointer;
    white-space:nowrap;
}

.wide_form .appointment__input[data-type="radio-group"] .checkb__input {
    margin: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.wide_form .appointment__input[data-type="radio-group"] .ic-a {
    display: inline-block;
    width: 16px;
    height: 16px;
}



/* Основные стили формы */
.gorizont_form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  position: relative; /* Для позиционирования правого блока */
}

/* Левый блок (заголовок + чекбокс) */
.gorizont_form .appointment__title {
  width: 50%; /* Занимает половину формы */
  margin-right: auto;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 0;
  align-self: flex-start; /* Прижимаем к верху */
}

.gorizont_form .appointment__checkbox {
  width: 50%; /* Такая же ширина как у заголовка */
  margin-top: 5px;
  margin-bottom: 0;
  align-self: flex-start; /* Прижимаем к верху */
}

.gorizont_form .policy-checkbox label {
  max-width:initial;
}
/* Правый блок (поле + кнопка) */
.gorizont_form .appointment__input,
.gorizont_form .appointment__button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); /* Центрируем по вертикали */
  margin-bottom: 0;
}

.gorizont_form .appointment__input {
  width: 35%;
  right: 180px; /* Отступ от кнопки */
}

.gorizont_form .appointment__input input {
  height: 63px;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.gorizont_form .appointment__button {
  height: 63px;
  padding: 0 25px;
  width: 160px;
   min-width: initial;
}

/* Адаптив */
@media (max-width: 1028px) {
  .gorizont_form .appointment__title {
    font-size: 22px;
  }
  
  .gorizont_form .appointment__input {
    width: 28%;
    right: 140px;
  }
  
  .gorizont_form .appointment__input input,
  .gorizont_form .appointment__button {
    height: 48px;
  }
}

@media (max-width: 920px) {
  .gorizont_form .appointment__title {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .gorizont_form {
    display: block;
    min-height: auto;
  }
  
  .gorizont_form .appointment__title,
  .gorizont_form .appointment__checkbox,
  .gorizont_form .appointment__input,
  .gorizont_form .appointment__button {
    width: 100%;
    position: static;
    transform: none;
    margin-bottom: 15px;
  }
  
  .gorizont_form .appointment__input {
    right: auto;
  }
}

/* Общие стили для элементов формы */
.appointment__input input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.wide_form.appointment__input input {
  width: 49%;
  padding: 10px;
  box-sizing: border-box;
}

.srch {margin: 20px 0 0px;}
.srch a {font-size:150%;font-weight:500;}



.tabs {
  display: flex;
  margin-bottom: -1px;
}

.tab {
  padding: 10px 20px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  margin-right: 5px;
  transition: background-color 0.3s;
}

.tab.active {
  background-color: #b3deef;
  border-bottom: 1px solid #b3deef;
}

.tab-content {
  display: none;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0 10px 10px 10px;
}

.tab-content.active {
  display: block;
}

.review {background:#EFF9FD; border-radius:10px; margin:10px 0 20px; padding:20px;}

.reviews-filter {
  margin-bottom: 20px;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.filter-select {
  width: 300px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.button.header__button {
  margin: 0;
}

@media (max-width: 768px) {
  .filter-row {
    flex-direction: column;
    align-items: stretch;
  }
  
  .filter-select {
    width: 100%;
  }
}


#back-to-top {
  position: fixed;
  left: 30px;
  bottom: 60px;
  width: 50px;
  height: 50px;
  background-color: white;
  border: 2px solid #06AEEF;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}

#back-to-top.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#back-to-top:hover {
  opacity: 0.8 !important;
}

#back-to-top::before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #06AEEF;
  border-right: 2px solid #06AEEF;
  transform: rotate(-45deg);
  margin-top: 5px;
}

.elements img {max-width:800px;}



/* cookie */
/*
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(245, 245, 245, 0.92);
  -webkit-box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08);
  z-index: 9999;
  /*display: none;*/
  /*
   transform: scaleY(0);
  transition: transform 0.6s ease, opacity 0.6s ease;
  opacity: 0;
  height: auto;
  max-height: 0;
}
.cookie-banner.open {
  transform: scaleY(1); /* Открытие - снизу вверх */
/*  opacity: 1;
  max-height: 1000px; /* Достаточно большое значение */
/*}
.cookie-banner__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}
.cookie-banner__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color:#000;
}

.cookie-banner__text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: #444;
}

.cookie-banner__buttons {
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.cookie-banner__buttons .button {color:#000;}

.button {padding: 8px 10px; background: #ddddee;margin:10px 0 0 0;border:1px solid #999933;}

@media (max-width: 768px) {
  .cookie-banner__content {
    text-align: center;
  }
  .cookie-banner__buttons {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}*/