@charset "UTF-8";

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: local(Gilroy), url(../fonts/gilroy/Gilroy-Regular.woff2) format("woff2"),
    url(../fonts/gilroy/Gilroy-Regular.woff) format("woff"),
    url(../fonts/gilroy/Gilroy-Regular.ttf) format("ttf"),
    url(../fonts/gilroy/Gilroy-Regular.eot) format("eot");
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  src: local(Gilroy), url(../fonts/gilroy/Gilroy-Medium.woff2) format("woff2"),
    url(../fonts/gilroy/Gilroy-Medium.woff) format("woff"),
    url(../fonts/gilroy/Gilroy-Medium.ttf) format("ttf"),
    url(../fonts/gilroy/Gilroy-Medium.eot) format("eot");
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  src: local(Gilroy), url(../fonts/gilroy/Gilroy-Semibold.woff2) format("woff2"),
    url(../fonts/gilroy/Gilroy-Semibold.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  src: local(Gilroy), url(../fonts/gilroy/Gilroy-Bold.woff2) format("woff2"),
    url(../fonts/gilroy/Gilroy-Bold.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "PTRootUI";
  font-style: normal;
  font-weight: 400;
  src: local(PTRootUI),
    url(../fonts/ptrootui/PTRootUI-Regular.woff2) format("woff2"),
    url(../fonts/ptrootui/PTRootUI-Regular.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "PTRootUI";
  font-style: normal;
  font-weight: 500;
  src: local(PTRootUI),
    url(../fonts/ptrootui/PTRootUI-Medium.woff2) format("woff2"),
    url(../fonts/ptrootui/PTRootUI-Medium.woff) format("woff");
  font-display: swap;
}

*,
:after,
:before,
legend {
  -webkit-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  padding: 0;
  margin: 0;
}

.breadcrumbs li:last-of-type,
.red__btn,
.section-title,
.standart__btn {
  font-weight: 600;
}

.ref,
a,
button {
  text-decoration: none;
}

.ref:hover,
abbr[title] {
  text-decoration: underline;
}

button,
hr,
input {
  overflow: visible;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

.license .swiper--license,
.rate-area > label:active,
.red__btn,
.text-item--img,
.text-item--img .text-img,
.what__we__heal-item,
blockquote,
sub,
sup {
  position: relative;
}

.article-item:first-of-type > ul,
.article-item:first-of-type > ul > li > ul,
.article-item:last-of-type > div > div:last-of-type,
.card-item,
.card-item > ul,
.central-content,
.intro-item:first-of-type,
.more__article__slide,
.text-second > .container,
blockquote {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.comment-item > span:last-of-type,
.contact-inner > .contact-item:last-of-type > .intro-call > span {
  font-family: PT Root UI, sans-serif;
}

html {
  font-size: 100px;
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

*,
:after,
:before {
  box-sizing: border-box;
}

body {
  color: #383838;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.page {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  max-width: 1470px;
  padding: 0 15px;
  width: 100%;
}

a,
button {
  color: inherit;
  cursor: pointer;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear;
}

button {
  border: none;
  font-family: inherit;
}

textarea:focus {
  outline-width: 0;
}

input::-webkit-input-placeholder {
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  outline: 0;
}

input::-moz-placeholder {
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  outline: 0;
}

input:-ms-input-placeholder {
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  outline: 0;
}

input::-ms-input-placeholder {
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  outline: 0;
}

input,
input::placeholder {
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  outline: 0;
}

details,
main,
picture {
  display: block;
}

p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  margin-block-start: 0;
}

ul li {
  list-style-type: none;
}

.contact-inner > .contact-item:last-of-type > .social,
.license-item > div,
.section-small,
.text > .container > .text-inner > .text-item:first-of-type {
  margin-bottom: 60px;
}

.section-biggest {
  margin-bottom: 180px;
}

.section-mt {
  margin-top: 80px;
}

.shadow__btn:before {
  display: none;
}

.shadow__btn:hover {
  -webkit-box-shadow: inset 0 8px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 8px 10px 0 rgba(0, 0, 0, 0.3);
}

.red__btn {
  line-height: 1.1;
}

.red__btn:after {
  border-bottom: 1px dashed #e84343;
  bottom: -2px;
  content: "";
  position: absolute;
  right: 0;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  width: 100%;
}

.breadcrumbs li:last-of-type:hover,
.dostors-inner .blog-item .specialist-item > div:first-of-type span,
.intro-call a:hover,
.red__btn:hover,
.review-form > p > a:hover {
  color: #383838;
}

.red__btn:hover:after {
  border-color: #383838;
}

.no-before__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 180px;
  padding: 12px 15px;
}

.b-text_lang_ru,
.breadcrumbs li:last-of-type:after,
.no-before__btn:before,
[hidden],
template {
  display: none;
}

.no-before__btn:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  color: #e84343;
}

.section-title {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 60px;
}

h1.section-title {
  font-size: 72px;
  max-width: 70%;
}

.section-subtitle {
  color: #383838;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 61px;
}

#menu-nav li ul li,
#menu-nav > li:first-of-type,
.big-text {
  font-size: 18px;
  font-weight: 500;
}

.review-form > p > a,
.section-subtitle > span {
  color: #e84343;
  font-weight: 500;
}

.breadcrumbs li:hover,
.contact-inner > .contact-item:last-of-type > .intro-call > span > span,
.section-subtitle--blue > span {
  color: #1ecbc0;
}

#menu-nav li ul li:hover,
#menu-nav > li:first-of-type,
.specialist-item > div:last-of-type > a:last-of-type:hover {
  background-color: #e84343;
  color: #fff;
}

.breadcrumbs {
  font-weight: 400;
  gap: 8px;
  margin-bottom: 40px;
}

.breadcrumbs,
.breadcrumbs li,
.intro-inner,
.intro-item:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.answer-top,
.article-item:first-of-type > ul,
.articles__slide,
.articles__slide > div,
.bottom-content,
.card-popular > p,
.central-content,
.certificates-inner,
.doctor-inner,
.doctor-item:nth-of-type(2),
.doctor-mark,
.doctor-rating,
.dostors-inner,
.education-inner,
.footer__top > .container,
.gallery-inner,
.literature-like > div,
.more__article__slide,
.nav--link,
.price-item li,
.price-item li div,
.prices-item,
.prices__num,
.prices__pay,
.prices__slider-pagination,
.questions-item .panel-title,
.rating-area,
.review-form,
.review-form .review-rating,
.review-form > div:first-of-type > div,
.review__intro-inner,
.text-inner .text-item--img,
.text-inner-small,
.text-item ul li,
blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
}

.breadcrumbs li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  text-align: center;
}

.breadcrumbs li:after {
  content: "-";
}

#menu-nav,
#menu-nav li ul {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 13px;
}

#menu-nav > li:first-of-type {
  border-radius: 5px;
  padding: 8px 10px;
  pointer-events: none;
}

#menu-nav li ul li {
  background-color: #eee;
  border-radius: 5px;
  padding: 8px 10px;
}

/* .element-animation {
  opacity: 0;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}

.element-animation.element-show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0.4s linear;
  transition: opacity 0.4s linear, transform 0.4s linear,
    -webkit-transform 0.4s linear;
} */

.central-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -ms-flex-negative: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
}

.bottom-content,
.central-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.bottom-content {
  height: 116px;
}

.caption {
  margin-top: 15px;
  text-align: center;
}

.ref,
.small-text {
  font-size: 14px;
}

.ref {
  color: #0279c0;
}

.pic {
  margin-bottom: 15px;
}
.section-mt {
    margin-top: 40px;
}

.menu-section {
     margin-top: 40px;
}
@media (max-width: 1024px) {
    .menu-section {
        margin-top: 100px;
    }
}
@media (max-width: 730px) {
    .menu-section {
         margin-top: 200px;
         margin-bottom: 30px;
    }
}
@media (max-width: 1049px) {
  .section-mt {
    margin-top: 180px;
  }
}

@media (max-width: 833px) {
  #menu-nav li ul li,
  #menu-nav > li:first-of-type {
    font-size: 14px;
    padding: 4px 6px;
  }

  .breadcrumbs {
    gap: 4px;
    margin-bottom: 25px;
  }

  .breadcrumbs li {
    font-size: 14px;
  }
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.comment-mark > span:last-of-type,
.plashka__bottom,
.intro-call > span {
  font-family: PTRootUI, sans-serif;
}

summary {
  display: list-item;
}

.plashka__bottom {
  background-color: #383838;
  color: #fff;
  font-size: 14px;
  padding: 7.5px;
  text-align: center;
  margin-bottom: 20px;
}

.plashka__top {
  text-align: center;
  background: #e84343;
  color: #fff;
  font-size: 14px;
  padding: 7.5px;
}

.article-inner,
.license-item,
.review-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.nav--link {
  border: 1px solid #eee;
  border-radius: 5px;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  padding: 5px;
}

.nav--link span {
  border-radius: 10px;
}

.nav--link i {
  color: #383838;
  line-height: 1;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.burger__menu:after,
.burger__menu:before {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -7px;
  z-index: 1000;
  -webkit-transition: top 0.2s 0.2s,
    -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.2s 0.2s, transform 0.2s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.burger__menu:after {
  top: 8px;
}

.burger__menu.active:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.2s,
    -webkit-transform 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
  transition: top 0.2s,
    transform 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s,
    -webkit-transform 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}

.burger__menu.active:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.2s,
    -webkit-transform 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
  transition: top 0.2s,
    transform 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s,
    -webkit-transform 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}

@media (max-width: 1215px) {
  .standart__btn {
    font-size: 16px;
    padding: 18px 10px 18px 0;
  }

  /*.section-offset {
    margin-bottom: 60px;
  }*/

  .standart__btn:before {
    content: "";
    display: none;
  }
}

@media (max-width: 730px) {
  .section-subtitle {
    font-size: 18px;
    margin-bottom: 31px;
  }

  .section-title {
    font-size: 36px;
    margin-bottom: 30px;
  }

  h1.section-title {
    font-size: 45px;
    max-width: 100%;
  }

  .main.active {
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 380px) {
    .section-title {
        font-size: 30px;
    }
}

.intro-call a {
  color: #e84343;
  font-size: 28px;
  font-weight: 600;
}

.intro-call > span {
  display: block;
}

.intro-call span span {
  color: #383838;
  font-weight: 600;
}

.intro-item {
  height: 100%;
}

.text-item ul li:last-of-type,
.what__we__heal-item ul li:last-of-type {
  padding-bottom: 0;
}

.text .text-inner:last-of-type .text-item p:last-of-type {
  margin-bottom: 0;
}

.text-second > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.review-form h2,
.text-second h2,
.under__help h2 {
  margin-bottom: 20px;
}

.text-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.text-inner .text-item--img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: flex;
  grid-area: 1/1/3/2;
  justify-content: center;
}

.text-inner .text-item {
  grid-area: 1/2/2/3;
}

.text-inner .text-item--second {
  grid-area: 2/2/2/3;
}

.text-inner--mirror .text-item--img {
  grid-area: 1/2/3/3;
}

.text-inner--mirror .text-item {
  grid-area: 1/1/2/2;
}

.text-inner--mirror .text-item--second {
  grid-area: 2/1/3/2;
}

.text-inner--mirror .text-item--right img {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.text-inner--mirror .text-item--right .text-img:before {
  left: 20px;
  top: -10px;
}

.text-inner-small {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 200px;
}

.advantage-item,
.articles__slide > div,
.comment-item,
.specialist-item,
.specialist-item > div:first-of-type,
.stage-item,
.what__we__heal-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.text-inner-small .text-item {
  max-width: 50%;
}

.text-inner-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-item h3,
.under__help h3 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
}

.text-item p {
  padding-bottom: 20px;
}

.text-item p:last-of-type {
  margin-bottom: 40px;
  padding-bottom: 0;
}

.text-item ul,
.text-item ul li,
.under__help ul {
  padding-bottom: 15px;
}

.text-item ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  gap: 15px;
}

.text-item ul li:before {
  background-color: #1ecbc0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  min-height: 12px;
  min-width: 12px;
  width: 12px;
}

.text-item--img {
  z-index: 3;
}

.text-item--img .text-img:before {
  background-color: #1ecbc0;
  height: calc(100% + 20px);
  right: 20px;
  top: 0;
  width: 100%;
}

.text-item--img .text-img:after,
.text-item--img .text-img:before {
  border-radius: 90px;
  content: "";
  display: block;
  position: absolute;
  rotate: -60deg;
}

.text-item--img .text-img:after {
  background-color: rgba(30, 203, 191, 0.137);
  color: #fff;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}

.text-item--img .text-img img {
  border-radius: 90px;
  max-width: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  z-index: 3;
}

.license-item > div p:last-of-type,
.price-item li:last-of-type,
.text-item-no-mb > P:last-of-type {
  margin-bottom: 0;
}

blockquote {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e84343;
  border-radius: 20px;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
  padding: 30px;
}

.advantage-item,
.what__we__heal-item {
  border-radius: 30px;
}

blockquote p {
  margin-left: 50px;
}

blockquote p:last-of-type {
  margin-bottom: 0 !important;
}

blockquote:before {
  background: url(../img/icon/info.svg) 50% / cover;
  content: "";
  display: block;
  height: 40px;
  left: 20px;
  min-width: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}

@media (max-width: 555px) {
  .text-item ul li:before {
    height: 8px;
    min-height: 8px;
    min-width: 8px;
    width: 8px;
  }

  .text-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .text-item p {
    padding-bottom: 15px;
  }

  .text-item p:last-of-type {
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .text-item-no-mb p:last-of-type,
  .text-second .section-title,
  blockquote,
  blockquote p:last-of-type {
    margin-bottom: 0;
  }

  blockquote {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
    justify-content: flex-start;
    padding: 15px;
  }

  blockquote p {
    margin-left: 0;
  }

  blockquote p:first-of-type {
    margin-top: 50px;
  }

  blockquote:before {
    left: auto;
    max-width: 40px;
    right: 50%;
    top: 20px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .text-img {
    margin-bottom: 30px;
  }
}

.what__we__heal-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
  gap: 19px;
  justify-content: space-between;
}

.advantage__title,
.what__we__heal-item--name {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
}

.advantage-inner,
.advantage-item,
.what__we__heal-inner,
.what__we__heal-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.what__we__heal-item {
  -webkit-box-flex: 0;
  background-color: #f8f8f8;
  -ms-flex: 0 1 calc(33.33333% - 12.66667px);
  flex: 0 1 calc(33.33333% - 12.66667px);
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  padding: 40px;
}

.what__we__heal-item ul {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 65px;
}

.what__we__heal-item ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-bottom: 12px;
}

.what__we__heal-item ul li:before {
  background-color: #1ecbc0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
}

.what__we__heal-item > span {
  color: rgba(36, 36, 36, 0.05);
  font-size: 128px;
  font-weight: 600;
  position: absolute;
  right: -10px;
  top: -50px;
}

.what__we__heal-item > a {
  font-size: 14px;
}

.what__we__heal-item--name {
  margin-bottom: 20px;
  max-width: 80%;
}

@media (max-width: 1026px) {
  .what__we__heal-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 9.5px);
    flex: 0 1 calc(50% - 9.5px);
    padding: 30px;
  }
}

@media (max-width: 630px) {
  .what__we__heal-inner {
    gap: 15px;
  }

  .what__we__heal-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 20px;
  }

  .what__we__heal-item ul {
    margin-bottom: 20px;
    margin-top: 30px;
  }
}

.advantage-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 21px;
  justify-content: space-between;
}

.advantage-item {
  -webkit-box-flex: 0;
  background-color: #2b99aa;
  color: #fff;
  -ms-flex: 0 1 calc(33.33333% - 14px);
  flex: 0 1 calc(33.33333% - 14px);
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px;
}

.advantage-item:nth-of-type(2) {
  background-color: #1baea7;
}

.advantage-item:nth-of-type(3) {
  background-color: #16c0da;
}

.advantage-icon {
  margin-bottom: 40px;
}

.advantage__title {
  margin-bottom: 20px;
}

.need__help,
.prices-grey .price-item {
  background-color: #f8f8f8;
}

.dostors-inner .blog-item .specialist-item > span,
.license-item > div p,
.need__help h2 {
  margin-bottom: 30px;
}

.need__help .section__subtitle span {
  color: #e84343;
  font-weight: 600;
}

.need__help-item {
  padding: 0;
  width: 50%;
}

.need__help-item:last-of-type {
  min-height: inherit;
}

.need__help-item:first-of-type {
  padding: 80px 0;
}

.need__help-inner {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.articles *,
.clinic *,
.need__help-img {
  position: relative;
  z-index: 3;
}

.need__help-img img {
  bottom: 0;
  position: absolute;
  right: 10%;
  vertical-align: bottom;
  z-index: 4;
}

.need__help--second .need__help-img img {
  right: 0;
  width: 100%;
}

.need__help__bg {
  background: url(../img/need__help/need__bg.svg) bottom/contain no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 330px;
  position: absolute;
  right: -30px;
  width: 662px;
  z-index: 2;
}

.need__help-item:first-of-type > div {
  gap: 25px;
}

.need__help-form,
.need__help-item:first-of-type > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.need__help-form {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 651px;
}

.need__help-form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  width: 100%;
}

.need__help-form > input {
  border: 1px solid #b0b0b0;
  border-radius: 10px;
  color: #0d233b;
  font-size: 14px;
  padding: 20px;
  width: 50%;
}

.need__help-form > input::-webkit-input-placeholder {
  color: #b0b0b0;
}

.need__help-form > input::-moz-placeholder {
  color: #b0b0b0;
}

.need__help-form > input:-ms-input-placeholder {
  color: #b0b0b0;
}

.need__help-form > input::-ms-input-placeholder {
  color: #b0b0b0;
}

.need__help-form > input::placeholder {
  color: #b0b0b0;
}

.need__help-form > p {
  color: #b0b0b0;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 10px;
  max-width: 415px;
}

.need__help-form > p > a {
  font-weight: 600;
}

.need__help-form > span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  gap: 5px;
  line-height: 1;
  width: 100%;
}

.need__help-form > span > a {
  color: #2bacef;
  font-weight: 600;
}

.need__help-form > span:before {
  background: url(../img/icon/telegram.svg) 50% / cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  margin-right: 10px;
  width: 30px;
}

.footer__top .footer__top-inner > .footer__top-item:last-of-type,
.prices__pay-items svg:last-child {
  margin-right: 0;
}

.clinic .swiper__clinic .swiper-wrapper,
.need__help--second {
  margin-bottom: 100px;
}

.need__help--second .need__help-item:first-of-type {
  width: 85%;
}

.need__help--second .need__help__bg {
  background: url(../img/need__help/need__bg2.svg) 50% / contain no-repeat;
  height: 440px;
  right: -68px;
}

@media (max-width: 1400px) {
  .text-inner {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .need__help--second .need__help__bg {
    height: 400px;
    width: 600px;
  }
}

@media (max-width: 1208px) {
  .need__help--second .need__help-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .need__help-img img {
    max-width: 365px;
  }

  .need__help__bg {
    height: 300px;
    width: 500px;
  }

  .need__help--second .need__help-item:first-of-type {
    width: 45%;
  }

  .need__help--second .need__help-img img {
    max-width: 463px;
  }

  .need__help-form > input {
    max-width: 275px;
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .need__help--second .need__help-img img {
    max-width: 450px;
  }

  .need__help--second .need__help__bg {
    height: 353px;
    width: 568px;
  }

  .need__help--second .need__help-item:first-of-type {
    width: 50%;
  }
}

@media (max-width: 1040px) {
  .need__help-item:first-of-type > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 927px) {
  .need__help--second .need__help-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .need__help--second .need__help-item:first-of-type {
    padding-bottom: 30px;
    padding-top: 60px;
    width: 100%;
  }

  .need__help--second .need__help-item {
    width: 100%;
  }

  .need__help--second .need__help-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    text-align: center;
  }

  .need__help--second .need__help-img img {
    position: relative;
    z-index: 3;
  }

  .need__help--second .need__help__bg {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}

@media (max-width: 820px) {
  .need__help h2 {
    margin-bottom: 15px;
  }

  .need__help-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .need__help-inner .standart__btn {
    margin: 0 auto;
  }

  .need__help-item {
    min-height: 100%;
    width: 100%;
  }

  .need__help-img,
  .need__help-item:last-of-type {
    text-align: center;
  }

  .need__help-img {
    height: auto;
  }

  .need__help-img img {
    margin: 0 auto;
    position: relative;
    right: 0;
  }

  .need__help__bg {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .need__help-item:first-of-type {
    padding-bottom: 20px;
    padding-top: 60px;
  }

  .need__help-item:first-of-type > div {
    gap: 20px;
  }
}

@media (max-width: 664px) {
  .need__help--second .need__help-form > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .need__help--second .need__help-form > div,
  .need__help-form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .need__help-form,
  .need__help-form > span {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .need__help-form > input {
    max-width: 320px;
  }

  .need__help--second .need__help__bg {
    height: 250px;
    width: 390px;
  }

  .need__help-form > span {
    font-size: 18px;
  }

  .need__help--second .need__help-img img {
    max-width: 309px;
  }
}

@media (max-width: 400px) {
  .need__help-form > div {
    gap: 20px;
  }

  .need__help-form .intro-call > a {
    font-size: 24px;
  }
}

.under__help p {
  margin-bottom: 20px;
  padding-bottom: 19px;
}

@media (max-width: 800px) {
  .under__help p {
    font-size: 14px;
  }

  .under__help h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.prices-grey {
  background-color: #f8f8f8;
  padding: 120px 0;
}

.price-item {
  background-color: #fff;
  width: 100%;
}

.price-item li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  font-size: 24px;
  font-weight: 500;
  justify-content: space-between;
  line-height: 1;
  margin-bottom: 40px;
}

.price-item li div {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  gap: 25px;
  justify-content: space-between;
}

.price-item li > span:nth-of-type(2) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  border-bottom: 1px dashed #b0b0b0;
  content: "";
  display: block;
  flex-grow: 1;
  height: 2px;
  margin: 0 10px;
  width: auto;
}

.price-item li div span {
  font-size: 24px;
  font-weight: 600;
}

.price-item li a {
  background-color: #e84343;
  border: 2px solid #e84343;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  padding: 10px 18px;
}

.price-item li a:hover,
.specialist-item > div:last-of-type > a:first-of-type:hover {
  background-color: #fff;
  color: #e84343;
}

.prices__slider-pagination {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  width: 100%;
}

.prices__name,
.prices__num {
  line-height: 132.5%;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.rehabilitation__slider .prices__slider-btn {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.prices__slider .prices__slider-btn,
.rehabilitation__slider .prices__slider-btn {
  background-color: inherit;
  color: #242424;
  opacity: 1;
}

.prices__slider-btn:focus {
  outline: 0;
}

.prices__slider-btn .btn__text {
  line-height: 120%;
}

.prices__list {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 25px;
}

.prices-item {
  border-bottom: 1px solid #c1c1c1;
  display: flex;
}

.prices-item:last-child {
  border-bottom: none;
}

.prices__name {
  -webkit-box-flex: 1;
  word-wrap: break-word;
  border-right: 1px solid #c1c1c1;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
  padding: 16px 20px;
}

.prices__num {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
  text-align: center;
}

.prices__num,
.prices__pay {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  justify-content: center;
  padding: 16px 20px;
}

.prices__pay {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5f8c00;
  border-radius: 25px;
}

.prices__pay-text {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  margin: 0 8px 0 0;
}

.blog-inner,
.blog-item,
.card-inner,
.card-item,
.card-item > ul,
.card-item > ul li,
.prices__pay-items,
.stage-inner,
.stage-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.prices__pay-items svg {
  margin-right: 8px;
}

.prices__slider--mobile {
  background-color: #383838;
  border-radius: 8px;
  color: #fff;
  display: none;
  font-size: 22px;
  font-weight: 600;
  padding: 13px 20px;
  position: relative;
  z-index: 13;
}

.prices__slider--mobile:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  width: 7px;
}

.prices__slider--mobile.panel-active:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

@media (max-width: 1073px) {
  .price-item,
  .prices__slider-btn .btn__text {
    font-size: 14px;
  }
}

@media (max-width: 890px) {
  .price-item li span:first-of-type {
    width: 50%;
  }
}

@media (max-width: 850px) {
  .price-item {
    margin-top: 0;
  }

  .prices__slider {
    position: relative;
  }

  .prices__slider .swiper-scrollbar {
    display: none !important;
  }

  .prices__slider--mobile {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }

  .prices__slider-pagination.panel-body {
    display: none;
    height: 0 !important;
    margin-bottom: 20px;
  }

  .prices__slider-pagination.panel-body.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #383838;
    border-radius: 8px;
    -webkit-box-shadow: 1px 0 8px 1px rgba(0, 0, 0, 0.22);
    box-shadow: 1px 0 8px 1px rgba(0, 0, 0, 0.22);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    height: auto !important;
    left: 0;
    max-height: 320px;
    padding-bottom: 10px;
    padding-top: 43px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 10px;
    z-index: 12;
  }

  .prices__slider-btn .btn__text {
    font-size: 20px;
    font-weight: 400;
  }
}

@media (max-width: 722px) {
  .price-item li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    border-bottom: 1px dashed #b0b0b0;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 19px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .price-item li span {
    width: auto;
  }

  .price-item li:last-of-type {
    margin-bottom: 0;
  }

  .price-item li div {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }

  .price-item li span:first-of-type {
    width: 100%;
  }

  .price-item li > span:nth-of-type(2) {
    display: none;
  }
}

.stage-inner {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 50px;
}

.stage-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(33.33333% - 13.33333px);
  flex: 0 1 calc(33.33333% - 13.33333px);
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.blog-item h4,
.blog-item .blog-item-title-new,
.blog-item p,
.footer-nav,
.specialist-item > h4,
.specialist-item > span,
.stage-item p {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.stage-item > div {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.stage-item > picture {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.stage-item > picture img,
.swiper__articles {
  height: 100%;
  width: 100%;
}

.stage-item > picture:after {
  background: linear-gradient(
    149deg,
    rgba(43, 153, 170, 0.3),
    rgba(30, 203, 192, 0)
  );
  z-index: 3;
}

.stage-item > picture:after,
.stage-item > picture:before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.comment-item,
.specialist-item > div:first-of-type {
  position: relative;
}

.stage-item > picture:before {
  background-color: rgba(30, 203, 192, 0.2);
  z-index: 4;
}

@media (max-width: 940px) {
  .stage-inner {
    row-gap: 30px;
  }

  .stage-item {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
}

@media (max-width: 740px) {
  .stage-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    gap: 15px;
  }
}

@media (max-width: 625px) {
  .stage-item h3 {
    font-size: 24px;
  }

  .stage-item p {
    font-size: 14px;
  }
}

.specialist-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  line-height: 1;
}

.specialist-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  line-height: 1;
}

.comment-item:hover,
.license-item:hover,
.specialist-item:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

.specialist-item a > span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.specialist-item a > h4 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.comment-item,
.specialist-item picture {
  -webkit-box-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
}

.specialist-item picture {
  -ms-flex-positive: 1;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: flex;
  flex-grow: 1;
  margin: 0 auto;
  max-height: 372.38px;
  max-width: 100%;
}

.specialist-item picture img {
  max-height: 372.38px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.specialist-item > div:first-of-type > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  left: 20px;
  line-height: 1;
  max-width: 70px;
  position: absolute;
  top: 20px;
}

.specialist-item > div:first-of-type > span > span:first-of-type {
  font-size: 52px;
  font-weight: 600;
}

.specialist-item > div:first-of-type > span > span:nth-of-type(2) {
  font-size: 12px;
  padding-bottom: 10px;
  text-align: end;
  text-transform: lowercase;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.specialist-item > h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.specialist-item > span {
  color: #646464;
  margin-bottom: 30px;
}

.specialist-item > div:last-of-type {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 10px;
}

.specialist-item > div:last-of-type > a:first-of-type {
  background-color: #e84343;
  border: 2px solid #e84343;
  border-radius: 10px;
  color: #fff;
  padding: 10px 13px;
}

.anti-button {
    background-color: #fff !important;
    color: #e84343 !important;


    border: 1px solid #e84343 !important;
    border-radius: 10px !important;

    padding: 16px 16px !important;
    height: 50px !important;
    text-align: center;
    align-items: center;
    justify-content: center !important;
    text-decoration: none !important;

}

.anti-button_secondary-color {
    background-color: #e84343 !important;
    color: #fff !important;
    border: 1px solid #e84343 !important;
    border-radius: 10px !important;
    padding: 16px 16px !important;
    height: 50px !important;
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    color: #fff !important;
    display:flex;
}

.specialist-item .specialist-inf {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dfdfdf;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 372.38px;
  justify-content: center;
  margin-bottom: 50px;
  overflow: hidden;
}

.specialist-item .specialist-inf:after {
  background: linear-gradient(
    149deg,
    rgba(43, 153, 170, 0.1),
    rgba(30, 203, 192, 0)
  );
  border-radius: 30px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}

.specialist-item .specialist-inf > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  left: 20px;
  line-height: 1;
  max-width: 70px;
  position: absolute;
  top: 20px;
}

.specialist-item .specialist-inf > span > span:first-of-type {
  font-size: 52px;
  font-weight: 600;
}

.specialist-item .specialist-inf > span > span:nth-of-type(2) {
  font-size: 12px;
  padding-bottom: 10px;
  text-align: end;
  text-transform: lowercase;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.specialist-item h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.specialist-item a > span {
  color: #646464;
  margin-bottom: 30px;
}

.specialist-inf img {
  border-style: none;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.comment-item {
  -ms-flex-positive: 1;
  border: 1px solid #dfdfdf;
  border-radius: 30px;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  height: 110%;
  padding: 40px;
  z-index: 5;
}

.comment-item > span:first-of-type {
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(100%, #ffdc26),
    color-stop(50%, transparent)
  );
  background: linear-gradient(90deg, #ffdc26 100%, transparent 0);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 24px;
}

.comment-item > p {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  color: #0d233b;
  flex-grow: 1;
  font-size: 18px;
  line-height: 1.4;
  padding: 30px 0 40px;
}

.article-item:last-of-type > div > div:last-of-type > div:last-of-type > h4,
.comment-item > h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.comment-item > span:last-of-type,
.doctor-mark > span:last-of-type,
.doctor-rating > p {
  color: #8b8b8b;
}

.comment-item:after {
  background: linear-gradient(
    221deg,
    rgba(43, 153, 170, 0.1),
    rgba(30, 203, 192, 0)
  );
  border-radius: 30px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}

.comment__wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.comment__wrapper .section__title {
  margin-bottom: 0;
  min-width: 40%;
}

.comment__wrapper-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  justify-content: space-between;
}

.comment-mark,
.comment-mark > span:first-of-type,
.contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
}

.comment__wrapper-item > a {
  font-size: 18px;
  margin-right: 25px;
}

.comment-mark {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  max-width: 230px;
  padding: 10px;
}

.comment-mark:first-of-type {
  background-color: #f9f9f9;
}

.comment-mark:last-of-type {
  border: 1px solid #e2e2e2;
}

.articles > .container:after,
.clinic > .container:after {
  border-radius: 100px;
  height: 900px;
  position: absolute;
  width: 900px;
  z-index: 1;
  background-color: #1ecbc0;
  content: "";
}

.comment-mark > span:first-of-type {
  color: #000;
  display: flex;
  font-size: 26px;
  font-weight: 600;
  gap: 8px;
  line-height: 1;
}

.comment-mark > span:first-of-type:before {
  background: url(../img/icon/yandex.png) 50% / cover no-repeat;
  content: "";
  display: block;
  height: 25px;
  width: 25px;
}

.comment-mark > span:nth-of-type(2) {
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(90%, #ffdc26),
    color-stop(50%, #e6e6e6)
  );
  background: linear-gradient(90deg, #ffdc26 90%, #e6e6e6 0);
  background-clip: text;
  -webkit-background-clip: text;
}

.comment-mark > span:last-of-type {
  color: #8b8b8b;
  font-size: 14px;
}

.comment-mark:last-of-type > span:first-of-type:before {
  background: url(../img/icon/google.png) 50% no-repeat;
}

.comment-mark:last-of-type > span:nth-of-type(2) {
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(80%, #ffdc26),
    color-stop(50%, #e6e6e6)
  );
  background: linear-gradient(90deg, #ffdc26 80%, #e6e6e6 0);
  background-clip: text;
  -webkit-background-clip: text;
}

.comment__wrapper-item--mobile {
  display: none;
}

.license-item > picture {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 457px;
  width: 100%;
}

.license-item > picture img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.license .swiper--pag {
  bottom: 5px;
  position: absolute;
  right: 55%;
  -webkit-transform: translateX(-55%);
  transform: translateX(-55%);
  z-index: 5;
}

@media (max-width: 1440px) {
  .license .swiper--pag {
    right: 5%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width: 1140px) {
  .comment__wrapper-item {
    display: none;
  }

  .comment__wrapper-item--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
  }

  .license-item > div {
    max-width: 60%;
  }
}

@media (max-width: 950px) {
  .advantage-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .advantage-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 30px;
  }

  .license-item > div p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .license-item > div p:last-of-type {
    margin-bottom: 0;
  }

  .license-item > div {
    max-width: 50%;
  }
}

@media (max-width: 840px) {
  .license-item > picture {
    margin: 0 auto;
    width: 300px;
  }

  .license-item > div {
    max-width: 100%;
  }

  .license-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 140px;
  }

  .license .swiper--pag {
    height: 20px;
    padding: 0 15px;
    right: 50%;
    top: 500px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    width: 100%;
  }
}

.articles,
.clinic {
  position: relative;
  z-index: 2;
}

.clinic .swiper__clinic .swiper-slide a {
  height: 100%;
  max-height: 300px;
  max-width: 466px;
  width: 100%;
}

.clinic .swiper__clinic .swiper-slide a img {
  border-radius: 30px;
  max-height: 300px;
  max-width: 466px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.clinic > .container:after {
  display: block;
  right: -65%;
  top: -51%;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
}

@media (max-width: 1190px) {
  .clinic > .container:after {
    display: none;
  }
}

@media (max-width: 550px) {
  .advantage-item,
  .price-item {
    padding: 20px;
  }

  .advantage-icon {
    margin-bottom: 25px;
  }

  .advantage__title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .advantage__text {
    font-size: 14px;
  }

  .price-item li {
    font-size: 18px;
  }

  .price-item li div span {
    font-size: 20px;
  }

  .comment-item {
    padding: 30px 20px;
  }

  .comment-item > p {
    font-size: 16px;
    padding: 25px 0 30px;
  }

  .license-item > div {
    margin-bottom: 0;
  }

  .clinic .swiper--pag {
    padding: 0 15px;
  }

  .clinic .swiper__clinic .swiper-wrapper {
    margin-bottom: 50px;
  }

  .clinic .swiper__clinic .swiper-slide a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 390px;
    overflow: hidden;
  }

  .clinic .swiper__clinic .swiper-slide a img {
    max-width: 390px;
  }
}

@media (max-width: 490px) {
  .plashka__bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    gap: 4px;
    justify-content: center;
  }

  .header__top span:first-child {
    max-width: 200px;
  }

  .plashka__bottom span:first-child,
  .nav--link {
    font-size: 16px;
  }

  .clinic .swiper__clinic .swiper-slide a img {
    max-width: 320px;
  }
}

@media (max-width: 430px) {
  .clinic .swiper__clinic .swiper-slide a img {
    max-width: 290px;
  }
}

.questions-item {
  border-bottom: 1px solid #b0b0b0;
  border-top: 1px solid #b0b0b0;
  padding: 30px 0;
}

.questions-item .panel-title {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 32px;
  font-weight: 600;
  justify-content: space-between;
}

.questions-item .panel-title > span > span {
  color: #383838;
  z-index: 5;
}

.questions-item .panel-title > span,
.questions-item .panel-title > span > span {
  position: relative;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.questions-item .panel-title > span {
  font-size: 40px;
  font-weight: 300;
  line-height: 0;
  padding: 11px;
}

.questions-item .panel-title > span:before {
  background-color: #fff;
  border-radius: 10px;
  content: "";
  display: block;
  height: 54px;
  position: absolute;
  right: -4px;
  top: -67%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  width: 54px;
  z-index: 2;
}

.questions-item .panel-title.panel-active > span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.questions-item .panel-title.panel-active > span:before {
  background-color: #383838;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.questions-item .panel-title.panel-active > span > span {
  color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.questions-content {
  height: 0;
  max-width: 88.61%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.questions-content.active {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding-top: 20px;
}

@media (max-width: 620px) {
  .questions .section__title {
    text-align: center;
  }

  .questions-item .panel-title {
    font-size: 24px;
    gap: 30px;
  }
}

.articles > .container:after {
  display: block;
  left: -75%;
  top: -41%;
  -webkit-transform: rotate(61deg);
  transform: rotate(61deg);
}

.articles__slide {
  border: 1px solid #dfdfdf;
  border-radius: 30px;
  display: flex;
  margin-bottom: 20px;
  overflow: hidden;
}

.articles__slide > picture img {
  height: 100%;
  max-width: 467px;
  -o-object-fit: cover;
  object-fit: cover;
}

.answer-top .section-title,
.articles__slide:last-of-type {
  margin-bottom: 0;
}

.articles__slide > div {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.2;
  padding: 40px;
}

.articles__slide > div > p:first-of-type {
  color: #8b8b8b;
  margin-bottom: 30px;
}

.articles__slide > div > h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.articles__slide > div > p:last-of-type {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.articles__slide .articles__block {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.2;
  padding: 40px;
}

.articles__slide .articles__block p:first-of-type {
  color: #8b8b8b;
  margin-bottom: 30px;
}

.articles__slide .articles__block > div {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.articles__slide .articles__block p:last-of-type {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.articles__slide .articles__block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.link {
  position: absolute;
  width: 100%;
  height: 100%;
}

.articles__slide {
  position: relative;
}

@media (max-width: 1320px) {
  .articles > .container:after {
    display: none;
  }
}

.contact-inner {
  display: flex;
  gap: 7.2vw;
}

.contact-inner > .contact-item:last-of-type,
.footer-requisites p,
.literature-inner,
.literature-item ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-inner > .contact-item:last-of-type > .intro-call {
  margin-bottom: 32px;
}

.contact-inner > .contact-item:last-of-type > .intro-call > a {
  color: #383838;
  font-size: 32px;
}

.contact-inner > .contact-item:last-of-type > a,
.contact-inner > .contact-item:last-of-type > span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: 500;
  gap: 11px;
}

.article-item:last-of-type
  > div
  > div:last-of-type
  > div:first-of-type
  > p:last-of-type
  span:before,
.contact-inner > .contact-item:last-of-type > a:before,
.contact-inner > .contact-item:last-of-type > span:before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}

.contact-inner > .contact-item:last-of-type > a:before {
  background: url(../img/icon/mail.svg) 50% no-repeat;
}

.contact-inner > .contact-item:last-of-type > span {
  margin-bottom: 47px;
}

.contact-inner > .contact-item:last-of-type > span:before {
  background: url(../img/icon/address.svg) 50% no-repeat;
}

.article-item:last-of-type
  > div
  > div:last-of-type
  > div:first-of-type
  > p:last-of-type,
.contact-inner > .contact-item:last-of-type > .contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.map.container-fluid {
  background: url(../img/map.webp) 50% no-repeat;
  border-radius: 20px;
  height: 553px;
  overflow: hidden;
  padding: 0;
  width: 710px;
}

.map.container-fluid > iframe {
  border-radius: 20px !important;
}

.contact h1 {
  max-width: 100%;
}

@media (max-width: 1400px) {
  .map.container-fluid {
    height: 350px;
    width: 50vw;
  }
}

@media (max-width: 1005px) {
  .contact-inner {
    gap: 10px;
  }
}

@media (max-width: 875px) {
  .contact-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 40px;
  }

  .map.container-fluid {
    height: 280px;
    width: 90vw;
  }
}

@media (max-width: 610px) {
  .contact__btn > a {
    font-size: 16px;
    padding: 18px 10px;
  }

  .contact__btn > a:before {
    width: 0;
  }

  .contact-inner > .contact-item:last-of-type {
    width: 100%;
  }

  .contact-inner > .contact-item:last-of-type > .intro-call,
  .contact-inner > .contact-item:last-of-type > span {
    margin-bottom: 25px;
  }

  .contact-inner > .contact-item:last-of-type span,
  .contact-inner > .contact-item:last-of-type > a {
    font-size: 18px;
  }

  .contact-inner > .contact-item:last-of-type > .intro-call a {
    font-size: 28px;
  }

  .contact-inner > .contact-item:last-of-type .social {
    margin-bottom: 40px;
  }
}

@media (max-width: 455px) {
  .contact-inner .contact__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.card-inner {
  color: #0d233b;
  gap: 20px;
}

.card-item {
  -webkit-box-flex: 1;
  background-color: #f8f8f8;
  border-radius: 30px;
  -ms-flex: 1 0 calc(33.33333% - 13.33333px);
  flex: 1 0 calc(33.33333% - 13.33333px);
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  padding: 40px;
}

.card-item > p {
  font-size: 38px;
  font-weight: 600;
}

.card-item > ul {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  font-size: 18px;
  gap: 15px;
}

.card-item > ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.card-item > ul li:before {
  background-position: 50%;
  background-size: cover;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}

.article-item:first-of-type > ul > li:before,
.literature-item ul > li:before {
  content: counter(list) ".";
  counter-increment: list;
  left: -20px;
  line-height: 1;
  top: 3px;
}

.card-item > ul li:first-of-type {
  background: url(../img/icon/hospital.png) no-repeat;
}

.card-item > ul li:nth-of-type(2) {
  background: url(../img/icon/shower.png) no-repeat;
}

.card-item > ul li:nth-of-type(3) {
  background: url(../img/icon/food.png) no-repeat;
}

.card-item > ul li:nth-of-type(4) {
  background: url(../img/icon/watch.png) no-repeat;
}

.card-item picture,
.card-item picture img {
  max-width: 387px;
  width: 100%;
}

.card-item picture img {
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-item > span {
  color: #670b0b;
  font-size: 38px;
  font-weight: 600;
}

.card-item > a,
.card-popular > span {
  color: #fff;
}

.card-popular {
  background-color: #2b99aa;
  color: #fff;
}

.card-popular > p {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.card-popular > p:after {
  background-color: #ffdc26;
  border-radius: 50%;
  color: #0d233b;
  content: "ХИТ";
  display: block;
  font-size: 20px;
  height: 60px;
  padding: 18px 12px;
  width: 60px;
}

@media (max-width: 1080px) {
  .card-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-item {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    max-width: 49.5%;
  }
}

@media (max-width: 750px) {
  .card-item {
    gap: 20px;
    max-width: 100%;
    padding: 20px;
  }

  .card-item > p,
  .card-item > span {
    font-size: 24px;
  }

  .card-item > ul li {
    font-size: 14px;
  }
}

.more__article__slide {
  -webkit-box-flex: 0;
  background-color: #f8f8f8;
  border-radius: 30px;
  display: flex;
  -ms-flex: 0 1 calc(33.33333% - 13.33333px);
  flex: 0 1 calc(33.33333% - 13.33333px);
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
}

.more__article__slide picture img {
  border-radius: 20px;
  margin-bottom: 35px;
  max-width: 407px;
  width: 100%;
}

.more__article__slide h3 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.more__article__slide a {
  font-size: 14px;
  max-width: 135px;
  padding: 12px 15px;
}

.more__article__slide a:before,
.rating-area:not(:checked) > input {
  display: none;
}

@media (max-width: 993px) {
  .more__article__slide {
    -ms-flex-preferred-size: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-basis: 100%;
  }

  .more__article__slider-wrapper {
    margin-bottom: 70px;
  }
}

.article-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(50% - 10px);
  flex: 1 0 calc(50% - 10px);
}

.article-item:first-of-type h1 {
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 40px;
}

.article-item:first-of-type > p {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
}

.article-item:first-of-type > ul {
  counter-reset: list 0;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding-left: 25px;
}

.article-item:first-of-type > ul > li {
  font-size: 22px;
  position: relative;
}

.article-item:first-of-type > ul > li:before {
  font-size: 22px;
  position: absolute;
  -webkit-transform: none;
  transform: none;
}

.article-item:first-of-type > ul > li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
  gap: 15px;
  padding-top: 15px;
}

.article-item:first-of-type > ul > li > ul > li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.article-item:first-of-type > ul > li > ul > li:before {
  content: "-";
  display: block;
  font-size: 18px;
}

.article-item:last-of-type {
  color: #0d233b;
}

.article-item:last-of-type > div {
  background-color: #f8f8f8;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 15%;
  max-height: 70%;
  padding: 20px 30px 0;
}

.article-item:last-of-type > div > div:first-of-type > picture {
  height: 100%;
  position: relative;
}

.article-item:last-of-type > div > div:first-of-type > picture:before {
  background-color: #1ecbc0;
  border-radius: 50px;
  content: "";
  display: block;
  height: 200px;
  position: absolute;
  right: 16%;
  rotate: -45deg;
  top: 75%;
  -webkit-transform: translate3d(50%, -50%, 0);
  transform: translate3d(50%, -50%, 0);
  width: 200px;
  z-index: 10;
}

.article-item:last-of-type > div > div:first-of-type > picture > img {
  max-height: 100%;
  max-width: 269px;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  width: 100%;
  z-index: 11;
}

.article-item:last-of-type > div > div:last-of-type {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 30px;
}

.article-item:last-of-type
  > div
  > div:last-of-type
  > div:first-of-type
  > p:first-of-type {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.article-item:last-of-type
  > div
  > div:last-of-type
  > div:first-of-type
  > p:first-of-type
  > span {
  font-weight: 400;
}

.article-item:last-of-type > div > div:last-of-type > div:first-of-type > span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}

.article-item:last-of-type
  > div
  > div:last-of-type
  > div:first-of-type
  > span
  > span {
  background-color: #ffdc26;
  border-radius: 5px;
  font-weight: 400;
  padding: 1px 2px;
}

.article-item:last-of-type
  > div
  > div:last-of-type
  > div:first-of-type
  > p:last-of-type
  span,
.footer-pay,
.footer-pay > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.article-item:last-of-type
  > div
  > div:last-of-type
  > div:first-of-type
  > p:last-of-type
  > span:first-of-type:before {
  background: url(../img/icon/eye.png) 50% no-repeat;
}

.article-item:last-of-type
  > div
  > div:last-of-type
  > div:first-of-type
  > p:last-of-type
  > span:last-of-type:before {
  background: url(../img/icon/watch.png) 50% no-repeat;
}

.article-item:last-of-type > div > div:last-of-type > div:last-of-type > h5 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}

.article-item:last-of-type > div > div:last-of-type > div:last-of-type > span {
  color: #8b8b8b;
  font-size: 14px;
}

@media (max-width: 1331px) {
  .article-item:first-of-type > h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .article-item:first-of-type > p {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .article-item:first-of-type > ul {
    gap: 15px;
  }

  .article-item:first-of-type > ul > li {
    font-size: 16px;
  }

  .article-item:first-of-type > ul > li:before {
    font-size: 16px;
    top: 1px;
  }

  .article-item:first-of-type > ul > li > ul,
  .article-item:last-of-type
    > div
    > div:last-of-type
    > div:first-of-type
    > p:first-of-type,
  .article-item:last-of-type
    > div
    > div:last-of-type
    > div:first-of-type
    > span {
    font-size: 14px;
  }

  .article-item:last-of-type > div {
    height: 100%;
    margin-top: 50px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
  }

  .article-item:last-of-type > div > div:first-of-type > picture {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
  }

  .article-item:last-of-type > div > div:first-of-type > picture:before {
    height: 170px;
    right: 9%;
    top: 80%;
    width: 170px;
  }

  .article-item:last-of-type > div > div:last-of-type > div:last-of-type > h5 {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .article-item:last-of-type > div > div:last-of-type > div:last-of-type > h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

@media (max-width: 1173px) {
  .article-item:last-of-type > div > div:first-of-type > picture:before {
    height: 150px;
    width: 150px;
  }
}

@media (max-width: 1050px) {
  .article-inner,
  .text-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .text-second {
    margin-bottom: 60px;
  }

  .text > .container > .text-inner > .text-item:first-of-type {
    margin-bottom: 0;
  }

  .text-inner-small .text-item,
  .text-item {
    font-size: 14px;
    max-width: none;
    width: 100%;
  }

  .text-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }

  .text-item--img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .text-item {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .text-item--second {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .text-item--noorder {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .text-item--img .text-img img {
    max-width: 300px;
  }

  .article-item:last-of-type > div,
  .text-item--second h3 {
    margin-top: 0;
  }

  .article-inner {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    padding-top: 0;
  }

  .article-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .article-item:last-of-type > div > div:first-of-type > picture:before {
    height: 200px;
    right: 16%;
    top: 66%;
    width: 200px;
  }
}

@media (max-width: 640px) {
  .article-item:last-of-type > div > div:first-of-type > picture:before {
    height: 170px;
    right: 20%;
    top: 62%;
    width: 170px;
  }
}

@media (max-width: 560px) {
  .card-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center;
  }

  .card-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .card-popular > p:after {
    font-size: 16px;
    height: 44px;
    padding: 12px 7px;
    width: 44px;
  }

  .article-item:last-of-type > div > div:first-of-type > picture:before {
    height: 150px;
    width: 150px;
  }
}

@media (max-width: 500px) {
  .article-item:first-of-type > h1 {
    font-size: 38px;
  }

  .article-item:last-of-type > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-right: 0;
  }

  .article-item:last-of-type > div > div:first-of-type {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 25px);
    flex: 1 0 calc(50% - 25px);
  }

  .article-item:last-of-type > div > div:first-of-type > picture:before {
    right: 13%;
    top: 80%;
  }

  .article-item:last-of-type
    > div
    > div:last-of-type
    > div:first-of-type
    > p:last-of-type
    span {
    font-size: 14px;
  }

  .article-item:last-of-type > div > div:last-of-type > div:last-of-type > h4 {
    font-size: 16px;
  }

  .article-item:last-of-type
    > div
    > div:last-of-type
    > div:last-of-type
    > span {
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .article-item:last-of-type > div {
    gap: 0;
  }

  .article-item:last-of-type > div > div:first-of-type > picture:before {
    height: 130px;
    right: 8%;
    width: 130px;
  }

  .article-item:last-of-type > div > div:last-of-type {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media (max-width: 390px) {
  .article-item:last-of-type > div > div:first-of-type {
    margin-right: -30px;
  }

  .article-item:last-of-type > div > div:first-of-type > picture:before {
    right: 10px;
  }
}

@media (max-width: 370px) {
  .clinic .swiper--pag {
    padding: 0 15px;
  }

  .clinic .swiper__clinic .swiper-slide a {
    max-height: 186px;
    max-width: 260px;
  }

  .clinic .swiper__clinic .swiper-slide a img {
    max-width: 260px;
  }

  .article-item:last-of-type > div > div:first-of-type > picture:before {
    right: -5px;
  }
}

@media (max-width: 330px) {
  .article-item:last-of-type > div > div:first-of-type > picture:before {
    right: -15px;
    top: 90%;
  }
}

.literature-inner {
  color: #0d233b;
  gap: 55px;
}

.literature-item ul {
  counter-reset: list 0;
  gap: 15px;
  padding-left: 25px;
}

.literature-item ul > li {
  font-size: 18px;
  position: relative;
}

.literature-item ul > li:before {
  font-size: 18px;
  position: absolute;
  -webkit-transform: none;
  transform: none;
}

.literature-like > p {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 20px;
}

.literature-like > div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  gap: 12px;
}

.literature-like picture img {
  height: 40px;
  width: 40px;
}

.literature-rating > p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}

.literature-rating > span {
  font-size: 96px;
  font-weight: 600;
  line-height: 1;
}

.education-inner li p,
.literature-rating > div > a {
  font-size: 18px;
}

.literature-rating > div > a:hover {
  color: #ff4726;
}

.rating-area {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 5px;
  margin: 0 auto 10px;
  overflow: hidden;
}

.rating-area:before {
  content: "(12)";
  display: block;
  font-size: 18px;
}

.rating-area:not(:checked) > label {
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 32px;
  line-height: 32px;
  padding: 0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  width: 32px;
}

.rating-area:not(:checked) > label:before {
  -webkit-text-stroke: 1px #ffdc26;
  content: "★";
  font-weight: 700;
}

.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label,
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
  color: #ffdc26;
}

@media (max-width: 1095px) {
  .literature-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .literature-item:last-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #f5fbff;
    border-radius: 30px;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    padding: 30px 20px;
  }
}

.article_more__article__slide,
.blog-item,
.doctor-item:nth-of-type(2),
.education-inner,
.review-form {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}

@media (max-width: 590px) {
  .literature-item ul {
    gap: 10px;
  }

  .literature-item ul > li,
  .literature-item ul > li:before,
  .literature-like > div {
    font-size: 14px;
  }

  .literature-like > p {
    font-size: 36px;
    margin-bottom: 25px;
  }

  .literature-like picture img {
    height: 30px;
    width: 30px;
  }

  .literature-rating {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }

  .literature-rating > p {
    font-size: 22px;
    width: 100%;
  }

  .literature-rating > span {
    font-size: 64px;
  }

  .rating-area {
    gap: 0;
  }
}

.article_more__article__slide {
  -webkit-box-flex: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #dfdfdf;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 calc(33.33333% - 13.33333px);
  flex: 0 1 calc(33.33333% - 13.33333px);
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  padding: 35px;
}

.article_more__article__slide > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
}
.article-contents ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.article-contents a {
    color: #1ecbc0;
}
.article-contents a:hover {
    text-decoration: underline;
}
.article_more__article__slide p {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1.4;
  margin-bottom: 10px;
}
.share-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.article_more__article__slide span {
  color: #b0b0b0;
  margin-bottom: 10px;
}

.article_more__article__slide > a,
.blog-item span,
.blog-item > a,
.doctor-item:nth-of-type(2) p:first-of-type,
.footer-requisites > li:nth-of-type(2) {
  margin-bottom: 10px;
}

.article_more__article__slide picture img,
.blog-item picture img {
  border-radius: 20px;
  max-width: 100%;
}

.article_more__article > .container > .standart__btn {
  font-size: 20px;
  height: 55px;
  margin-top: 60px;
  max-width: 188px;
  width: 100%;
}

.answer-top .answer-btn:before,
.article_more__article > .container > .standart__btn:before,
.review-form .review-rating .rating-area:before,
.show-more {
  display: none;
}

@media (min-width: 900px) {
  .article_more__article__slider > .swiper--pag,
  .articles__slider > .swiper--pag,
  .more__article__slider > .swiper--pag {
    display: none !important;
  }

  .article_more__article__slider-wrapper,
  .more__article__slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.doctor-inner {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid #dfdfdf;
  border-radius: 30px;
  color: #0d233b;
  display: flex;
  gap: 20px;
}

.doctor-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(33.33333% - 13.33333px);
  flex: 1 0 calc(33.33333% - 13.33333px);
}

.doctor-item picture {
  padding-left: 50px;
}

.doctor-item picture img {
  margin-top: -40px;
  max-width: 314px;
  width: 100%;
}

.doctor-item:nth-of-type(2) {
  -ms-flex-item-align: center;
  align-self: center;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.doctor-item:nth-of-type(2) h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
}

.doctor-item:nth-of-type(2) p {
  color: #8b8b8b;
  font-size: 24px;
}

.doctor-item:nth-of-type(2) p > span {
  color: #0d233b;
  font-weight: 500;
}

.doctor-item:nth-of-type(2) p:last-of-type {
  margin-bottom: 50px;
}

.doctor-item:nth-of-type(2) .standart__btn {
  font-size: 16px;
  height: 50px;
}

.doctor-item:last-of-type {
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #f8f8f8;
  border-radius: 30px;
  max-width: 363px;
  padding: 99px 0 99px 50px;
}

.doctor-rating {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.doctor-rating > span {
  color: #1ecbc0;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.1;
}

.doctor-mark {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  gap: 8px;
  margin-bottom: 30px;
  width: 100%;
}

.doctor-mark > span:first-of-type {
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(90%, #ffdc26),
    color-stop(50%, transparent)
  );
  background: linear-gradient(90deg, #ffdc26 90%, transparent 0);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 24px;
}

@media (max-width: 1120px) {
  .doctor-item picture {
    padding-left: 0;
  }
}

@media (max-width: 930px) {
  .doctor-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    text-align: center;
  }

  .doctor-item:first-of-type {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    margin: 0 auto;
    order: 2;
  }

  .doctor-item:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 20px;
  }

  .doctor-item:nth-of-type(2) .standart__btn {
    margin: 0 auto;
    max-width: 280px;
    padding: 0;
    width: 100%;
  }

  .doctor-item:last-of-type {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    min-width: 100%;
    order: 3;
    padding: 30px 0;
  }

  .doctor-item:last-of-type > div {
    margin: 0 auto;
    max-width: 280px;
  }

  .doctor-item picture img {
    margin-top: 0;
  }
}

.education-inner {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.education-inner li span {
  color: #1ecbc0;
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.certificate .swiper--pag {
  padding-bottom: 5px !important;
}

.certificate .swiper-wrapper {
  margin-bottom: 70px !important;
}

.certificate .swiper-wrapper img {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  max-width: 349px;
  padding: 10px;
  width: 100%;
}

.review-inner img {
  max-width: 710px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.review-form {
  -ms-flex-preferred-size: calc(50% - 10px);
  display: flex;
  flex-basis: calc(50% - 10px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.review-form p:first-of-type {
  font-size: 22px;
  margin-bottom: 40px;
}

.review-form > span {
  border: 1px solid #b0b0b0;
  border-radius: 10px;
  margin-bottom: 15px;
  position: relative;
}

.review-form > span:before {
  content: "";
  display: block;
  height: 16px;
  left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  z-index: 15;
}

.review-form > span:first-of-type:before {
  background: url(../img/icon/name_form.svg) 50% no-repeat;
}

.review-form > span:nth-of-type(2):before {
  background: url(../img/icon/phone.svg) 50% / cover no-repeat;
}

.review-form > span:last-of-type:before {
  background: url(../img/icon/mail_form.svg) 50% no-repeat;
}

.review-form input {
  border-radius: 10px;
  color: #b0b0b0;
  padding: 20px 20px 20px 40px;
  width: 100%;
}
.logo__img {
    transition: all .3s;
    cursor: pointer;
}
.logo__img:hover {
    transform: scale(1.3);
}
.comment .swiper--pag {
    margin-top: 70px;
}
.review-form input::-webkit-input-placeholder {
  color: #b0b0b0;
}

.review-form input::-moz-placeholder {
  color: #b0b0b0;
}

.review-form input:-ms-input-placeholder {
  color: #b0b0b0;
}

.review-form input::-ms-input-placeholder {
  color: #b0b0b0;
}

.review-form input::placeholder {
  color: #b0b0b0;
}

.review-form > div:first-of-type {
  border: 1px solid #b0b0b0;
  border-radius: 10px;
  margin-bottom: 30px;
}

.review-form > div:first-of-type > div {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  color: #b0b0b0;
  display: flex;
  font-size: 14px;
  justify-content: flex-end;
  padding-bottom: 20px;
  padding-right: 20px;
}

.review-form > div:first-of-type textarea {
  border: none;
  border-radius: 10px;
  min-height: 159px;
  padding: 20px 20px 0;
  resize: none;
  width: 100%;
}

.review-form > div:first-of-type textarea::-webkit-input-placeholder {
  color: #b0b0b0;
}

.review-form > div:first-of-type textarea::-moz-placeholder {
  color: #b0b0b0;
}

.review-form > div:first-of-type textarea:-ms-input-placeholder {
  color: #b0b0b0;
}

.review-form > div:first-of-type textarea::-ms-input-placeholder {
  color: #b0b0b0;
}

.review-form > div:first-of-type textarea::placeholder {
  color: #b0b0b0;
}

.review-form .review-rating {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.review-form .review-rating > span {
  color: #0d233b;
  font-size: 22px;
  line-height: 1;
}

.review-form .review-rating .rating-area {
  margin: 0;
}

.review-form .form__btn {
  height: 58px;
  margin-bottom: 15px;
  max-width: none;
  width: 100%;
}

.blog-inner,
.certificates-inner:last-of-type,
.dostors-inner:last-of-type,
.gallery-inner {
  margin-bottom: 70px;
}

.review-form > p {
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 1160px) {
  .review-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.review__intro-inner {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 30px;
}

.review__intro-inner .comment-item {
  -webkit-box-flex: 1;
  cursor: auto;
  -ms-flex: 1 0 calc(50% - 10px);
  flex: 1 0 calc(50% - 10px);
  height: auto;
}

.blog-swiper {
  padding-bottom: 10px !important;
}

.blog-inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 30px;
}

.blog-item {
  -webkit-box-flex: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #dfdfdf;
  border-radius: 30px;
  -ms-flex: 0 1 calc(33.33333% - 13.33333px);
  flex: 0 1 calc(33.33333% - 13.33333px);
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  padding: 35px;
  position: relative;
}

.blog-item h4, .blog-item .blog-item-title-new {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
}

.blog-item p {
  line-height: 1.4;
  margin-bottom: 10px;
}

.blog-item span {
  color: #b0b0b0;
}

.swiper__bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 20px;
}

.swiper-pagination-blog,
.swiper__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-pagination-blog {
  max-width: 400px !important;
  position: static !important;
  width: 100%;
}

.swiper-pagination-blog .swiper-pagination-bullet {
  background-color: #fff;
  border-radius: 4px;
  color: #b0b0b0;
  font-size: 22px;
  height: 30px;
  line-height: 30px;
  opacity: 1;
  text-align: center;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
  width: 30px;
}

.swiper-pagination-blog .swiper-pagination-bullet-active {
  background-color: #1ecbc0;
  color: #fff;
}

.blog .swiper--pag {
  max-width: 400px;
}

@media (max-width: 1052px) {
  .blog-item {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    padding: 20px;
  }

  .blog-item h4, .blog-item .blog-item-title-new {
    font-size: 18px;
  }

  .blog-item p {
    font-size: 14px;
  }
}

.gallery-inner {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  padding: 10px;
  row-gap: 15px;
}

.gallery-inner .blog-item {
  -ms-flex-preferred-size: calc(50% - 10px);
  border: none;
  flex-basis: calc(50% - 10px);
  padding: 0;
  position: relative;
}

.gallery-inner .blog-item a > img {
  border-radius: 30px;
  max-width: 100%;
}

.gallery-inner .blog-item:before {
  background: url(../img/icon/octicon_search.svg) 50% no-repeat;
  content: "";
  display: block;
  height: 50px;
  opacity: 0;
  position: absolute;
  right: 50%;
  top: 40%;
  -webkit-transform: translate3d(50%, -40%, 0);
  transform: translate3d(50%, -40%, 0);
  -webkit-transition: opacity 0.2s, top 0.2s;
  transition: opacity 0.2s, top 0.2s;
  width: 50px;
  z-index: 15;
}

.gallery-inner .blog-item:hover:before {
  opacity: 1;
  right: 50%;
  top: 50%;
  -webkit-transform: translate3d(50%, -50%, 0);
  transform: translate3d(50%, -50%, 0);
}

.gallery-inner .blog-item:hover a > img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.doctors {
  padding-bottom: 5px;
}

.footer__bottom,
.footer__top {
  padding: 47px 0;
}

.dostors-inner .blog-item {
  -ms-flex-preferred-size: calc(25% - 15px);
  border: none;
  flex-basis: calc(25% - 15px);
  padding: 0;
}

.dostors-inner .blog-item .specialist-item h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

@media (max-width: 1290px) {
  .dostors-inner .blog-item {
    -ms-flex-preferred-size: calc(33.33333% - 13.33333px);
    flex-basis: calc(33.33333% - 13.33333px);
  }
}

@media (max-width: 935px) {
  .dostors-inner .blog-item {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
}

@media (max-width: 500px) {
  .doctor-item picture img {
    max-width: 223px;
  }

  .doctor-item:nth-of-type(2) h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .doctor-item:nth-of-type(2) p {
    font-size: 18px;
  }

  .doctor-item:nth-of-type(2) p:last-of-type {
    margin-bottom: 40px;
  }

  .education-inner {
    gap: 15px;
  }

  .education-inner li span {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .education-inner li p {
    font-size: 14px;
  }

  .dostors-inner {
    gap: 30px;
  }

  .dostors-inner .blog-item .specialist-item h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .dostors-inner .blog-item .specialist-item > span {
    font-size: 14px;
    margin-bottom: 25px;
  }
}

.certificates-inner {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 30px;
}

.certificates-inner .blog-item {
  -ms-flex-preferred-size: calc(25% - 15px);
  border: 0;
  flex-basis: calc(25% - 15px);
  max-height: 223px;
  padding: 10px;
}

.certificates-inner .blog-item > a {
  max-height: 100%;
  width: 100%;
}

.certificates-inner .blog-item > a > img {
  max-height: 223px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 1200px) {
  .article_more__article__slide {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }

  .certificates-inner .blog-item {
    -ms-flex-preferred-size: calc(33.33333% - 13.33333px);
    flex-basis: calc(33.33333% - 13.33333px);
  }
}

@media (max-width: 900px) {
  .articles__slider-wrapper {
    margin-bottom: 70px;
  }

  .articles__slide {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    gap: 20px;
    margin: 0;
    padding: 20px;
  }

  .articles__slide > div {
    padding: 0;
  }

  .articles__slide > div > p:first-of-type {
    margin-bottom: 15px;
  }

  .articles__slide > div > h3 {
    margin-bottom: 10px;
  }

  .articles__slide > div > p:last-of-type {
    margin-bottom: 30px;
  }

  .articles__slide > picture {
    max-width: 100%;
    overflow: hidden;
  }

  .articles__slide > picture img {
    border-radius: 20px;
    max-width: 100%;
  }

  .article_more__article__slide {
    -ms-flex-preferred-size: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-basis: 100%;
  }

  .article_more__article__slide picture {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    margin: 0 auto 5px;
    order: 1;
  }

  .article_more__article__slide span {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    margin-bottom: 0;
    order: 2;
  }

  .article_more__article__slide h4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .article_more__article__slide p {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .article_more__article__slide a {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .article_more__article__slider-wrapper {
    margin-bottom: 70px;
  }

  .gallery-inner .blog-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .certificates-inner .blog-item {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
}

@media (max-width: 650px) {
  .specialist-item > div:first-of-type {
    margin-bottom: 20px;
  }

  .specialist-item > div:first-of-type > span > span:last-of-type {
    font-size: 12px;
  }

  .specialist-item > h4 {
    font-size: 20x;
  }

  .specialist-item > span {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .dostors-inner .blog-item {
    -ms-flex-preferred-size: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-basis: 100%;
  }

  .dostors-inner:last-of-type {
    margin-bottom: 0;
  }

  .certificates-inner .blog-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-preferred-size: 100%;
    align-items: center;
    flex-basis: 100%;
  }
}

.answer-top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.answer-top .answer-btn {
  max-width: 190px;
  padding: 18px 27px;
}

@media (max-width: 700px) {
  .review__intro-inner {
    row-gap: 15px;
  }

  .review__intro-inner .comment-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .answer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
  }
}

.footer h6 {
  font-size: 14px;
  font-weight: 500;
}

.footer-requisites {
  font-size: 12px;
  gap: 10px;
}

.footer-requisites > li:first-of-type {
  margin-bottom: 35px;
}

.footer__top {
  background-color: #383838;
  color: #fff;
}

.footer__top > .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
  gap: 50px;
  justify-content: space-between;
}

.footer-nav .panel-body,
.footer__top .footer__top-inner,
.footer__top > .container .footer__top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-direction: normal;
}

.footer__top > .container .footer__top-item {
  -webkit-box-orient: vertical;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
  font-weight: 500;
  gap: 15px;
  line-height: 1.2;
}

.footer__top > .container .footer__top-item a:hover {
  color: #1ecbc0;
}

.footer__top .footer__top-inner {
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
}

.footer__top .footer__top-inner > .footer__top-item {
  margin-right: 10px;
}

.footer__top .standart__btn {
  display: none;
}

.footer-nav .panel-body {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-orient: horizontal;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
}

.footer__bottom > .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.footer__bottom .footer__bottom-item--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 920px;
}

.footer__bottom .footer__bottom-item--left > p {
  font-size: 14px;
  height: auto;
  width: 48%;
}

.footer__bottom .footer__bottom-item--right {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer-pay:last-of-type,
.footer__bottom .footer__bottom-item--right .footer-requisites,
.popup-second > span:before,
.popup > span:before {
  display: none;
}

.footer__bottom
  .footer__bottom-item--right
  > .footer__bottom-item:last-of-type {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.footer__bottom
  .footer__bottom-item--right
  > .footer__bottom-item:last-of-type
  > a {
  display: block;
  font-family: PT Root UI, sans-serif;
  font-size: 14px;
  position: relative;
  white-space: nowrap;
}

.footer__bottom
  .footer__bottom-item--right
  > .footer__bottom-item:last-of-type
  > a:before {
  border-bottom: 1px dashed rgba(56, 56, 56, 0.4);
  bottom: -2px;
  content: "";
  position: absolute;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  width: 100%;
}

.footer__bottom
  .footer__bottom-item--right
  > .footer__bottom-item:last-of-type
  > a:hover {
  color: #e84343;
}

.footer__bottom
  .footer__bottom-item--right
  > .footer__bottom-item:last-of-type
  > a:hover:before {
  border-color: #e84343;
}

.footer-pay {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  width: 100%;
}

.footer-pay > span,
.footer-pay > span:before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-pay > span:before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
}

.footer-pay > span:first-of-type:before {
  background: url(../img/icon/cash.svg);
}

.footer-pay > span:nth-of-type(2):before {
  background: url(../img/icon/card.svg);
}

.footer-pay > span:last-of-type:before {
  background: url(../img/icon/phone__vibr.svg);
}

.footer-pay:last-of-type > span:first-of-type:before {
  background: url(../img/icon/cash-balck.svg);
}

.footer-pay:last-of-type > span:nth-of-type(2):before {
  background: url(../img/icon/card-black.svg);
}

.footer-pay:last-of-type > span:last-of-type:before {
  background: url(../img/icon/phone__vibr-black.svg);
}

@media (max-width: 1350px) {
  .footer__bottom > .container {
    gap: 20px;
  }

  .footer__bottom .footer__bottom-item--left {
    gap: 10px;
    max-width: 870px;
  }

  .footer__bottom .footer__bottom-item--right {
    gap: 10px;
  }
}

@media (max-width: 1150px) {
  .footer__top-item {
    width: 100%;
  }

  .footer-nav > .panel-title,
  .footer__top-inner {
    text-align: center;
    width: 100%;
  }

  .footer-pay {
    display: none;
    max-width: 100%;
  }

  .footer-pay > span {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__top .footer-pay:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer__top > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .footer__top > .container > .footer__top-item {
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
  }

  .footer__top > .container .footer__top-item {
    font-size: 16px;
  }

  .footer__top .footer__top-inner {
    gap: 10px;
  }
}

@media (max-width: 730px) {
  .footer__top > .container {
    position: relative;
  }

  .footer__top > .container .standart__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  .footer__top > .container .standart__btn:before {
    display: none;
  }

  .footer__top > .container .standart__btn.panel-active:after {
    background: url(../img/icon/close.svg) 50% / cover;
    bottom: -55px;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: calc(-10vw - 30px);
    width: 30px;
    z-index: 23;
  }

  .footer__top > .container .footer-requisites {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer__top > .container > .footer__top-inner {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer__top > .container .footer-nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    width: 100%;
  }

  .footer__top > .container .footer-nav,
  .footer__top > .container .footer__top-item li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }

  .footer__top > .container .footer-nav > .panel-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    border-radius: 10px;
    color: #383838;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 0;
    left: 50%;
    opacity: 0;
    padding: 17px;
    position: absolute;
    top: 120%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 4;
  }

  .footer__top > .container .footer-nav > .panel-body.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    height: auto;
    opacity: 1;
  }

  .footer__bottom {
    background-color: #383838;
    color: #fff;
    padding: 20px 0;
  }

  .footer__bottom > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__bottom .footer__bottom-item--left {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: none;
  }

  .footer__bottom .footer__bottom-item--right .footer-requisites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 570px) {
  .footer__top > .container .standart__btn.panel-active:after {
    right: calc(-10vw + 5px);
  }
}

@media (max-width: 550px) {
  .articles__slide > div {
    padding: 0;
  }

  .article_more__article__slide p,
  .articles__slide > div p:last-of-type,
  .articles__slide > div > a,
  .articles__slide > div > p:first-of-type {
    font-size: 14px;
  }

  .article_more__article__slide h4,
  .articles__slide > div > h3 {
    font-size: 18px;
  }

  .article_more__article__slide,
  .more__article__slide {
    padding: 20px;
  }

  .more__article__slide picture img {
    margin-bottom: 20px;
    max-width: 280px;
  }

  .more__article__slide h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .article_more__article > .container > .standart__btn {
    font-size: 14px;
    height: 45px;
    margin: 60px auto 0;
    max-width: 155px;
  }

  .certificate .swiper-wrapper img {
    margin: 0 auto;
  }

  .footer-pay h6 {
    font-weight: 400;
    padding-bottom: 5px;
  }

  .footer__top {
    padding: 30px 0 20px;
  }

  .footer__top .footer-requisites li:last-of-type,
  .footer__top .footer-requisites li:nth-of-type(2) {
    display: none;
  }

  .footer__top .footer-requisites li:first-of-type {
    margin-bottom: 0;
  }

  .footer__top .logo__img {
    max-width: 202px;
  }

  .footer-pay span,
  .footer__top > .container .footer__top-item li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-pay {
    text-align: left;
  }

  .footer-nav > .panel-body .footer__top-item li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .footer__top > .container .standart__btn.panel-active:after {
    right: calc(-10vw + 25px);
  }

  .footer__bottom > .container {
    gap: 30px;
  }

  .footer__bottom .footer__bottom-item--left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .footer__bottom .footer__bottom-item--left > p {
    font-size: 12px;
    width: 100%;
  }

  .footer__bottom .footer__bottom-item--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__bottom
    .footer__bottom-item--right
    .footer__bottom-item:last-of-type {
    font-size: 14px;
  }

  .footer__bottom .footer__bottom-item--right .footer-requisites {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__bottom
    .footer__bottom-item--right
    .footer-requisites
    li:first-of-type {
    margin-bottom: 20px;
  }

  .footer__bottom
    .footer__bottom-item--right
    .footer-requisites
    li:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 410px) {
  .footer__top > .container .standart__btn.panel-active:after {
    right: calc(-10vw + 55px);
  }
}

.popup__bg,
.popup__bg-second,
.popup_city,
.popup__bg-third, 
.popup__bg-first{
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  z-index: 100000000;
}

.popup__bg-second.active,
.popup__bg-third.active,
.popup_city.active,
.popup__bg.active {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.popup,
.popup-second,
.popup-third {
  background: #fff;
  border-radius: 30px;
  left: 50%;
  max-width: 528px;
  padding: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  z-index: 10000000;
}

.popup h3,
.popup-second h3,
.popup-third h3 {
  font-size: 34px;
  margin-bottom: 10px;
}

.popup-second > span,
.popup > span {
  border: none;
}

.popup-second > span > input,
.popup > span > input {
  background-color: #f6f6f6;
  padding-left: 20px;
}

.popup-second > p:first-of-type,
.popup > p:first-of-type {
  color: #383838;
  font-size: 16px;
  margin-bottom: 20px;
}

.popup textarea,
.popup-second textarea {
  background-color: #f6f6f6;
}

.popup-second > div:first-of-type,
.popup > div:first-of-type {
  border: none;
  margin-bottom: 15px;
}

.close-popup,
.close-popup-second,
.close-popup_city,
.close-popup-third {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

.popup-second.active,
.popup-third.active,
.popup.active {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.rating-area:before {
  content: "";
}

.price-item li span:first-of-type {
  max-width: 70%;
}

.text-item h2 {
  font-size: 46px;
}

@media (max-width: 600px) {
  #menu-nav li.panel-body ul,
  .comment__wrapper-item--mobile,
  .review-form .review-rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .blog-inner,
  .certificates-inner {
    row-gap: 15px;
  }

  .section-mt {
    margin-top: 204px;
  }

  h1.section-title {
    font-size: 38px;
  }

  #menu-nav {
    display: inline;
    position: relative;
  }

  #menu-nav > li:first-of-type {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    justify-content: space-between;
    line-height: 1;
    padding: 15px 20px;
    pointer-events: all;
    width: 100%;
  }

  #menu-nav > li:first-of-type:after {
    content: "▼";
    display: block;
    font-size: 14px;
    padding-right: 10px;
    -webkit-transition: color 0.2s, rotate 0.2s, padding 0.2s;
    transition: color 0.2s, rotate 0.2s, padding 0.2s;
  }

  #menu-nav > li.panel-active:after {
    color: #1ecbc0;
    padding-left: 10px;
    rotate: 180deg;
  }

  #menu-nav li.panel-body ul {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 0;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: 60px;
    width: 100%;
  }

  #menu-nav li.panel-body ul li {
    font-size: 22px;
  }

  #menu-nav li.panel-body.active ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    opacity: 1;
  }

  .need__help--second {
    margin-bottom: 60px;
  }

  .need__help-img img {
    max-width: 255px;
  }

  .need__help__bg {
    height: 200px;
    width: 390px;
  }

  .comment__wrapper {
    margin-bottom: 30px;
  }

  .comment__wrapper-item--mobile {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .comment__wrapper-item > a {
    margin-bottom: 25px;
  }

  .review-inner {
    gap: 40px;
  }

  .review-inner > picture img {
    border-radius: 20px;
  }

  .review-form p:first-of-type {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .review-form p:first-of-type > span {
    font-weight: 500;
  }

  .blog-item,
  .review-form > span:before {
    display: none;
  }

  .review-form input {
    padding-left: 20px;
  }

  .review-form .review-rating > span {
    font-size: 18px;
  }

  .review-form .review-rating {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }

  .review-form > p:last-of-type {
    font-size: 12px;
  }

  .popup-second > p:first-of-type,
  .popup > p:first-of-type,
  .show-more {
    font-size: 14px;
  }

  .review-form > div:first-of-type > div {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 20px;
  }

  .blog-inner {
    margin-bottom: 15px;
  }

  .blog-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .blog-item picture {
    margin: 0 auto;
  }

  .swiper--pag .swiper-button-next-blog,
  .swiper--pag .swiper-button-prev-blog,
  .swiper-pagination-blog,
  .swiper__bottom .swiper--pag {
    display: none !important;
  }

  .swiper__bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
  }

  .blog-wrapper {
    margin-bottom: 40px;
  }

  .blog-item.blog-active,
  .show-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .show-more {
    font-weight: 600;
    max-width: 150px;
    padding-left: 10px;
    width: 100%;
  }

  .show-more:before {
    display: none;
    margin: 0 auto;
  }

  .certificates-inner:last-of-type,
  .gallery .blog-slide:last-of-type,
  .gallery-inner {
    margin-bottom: 0;
  }

  .gallery-inner {
    padding: 0;
  }

  .gallery .blog-slide {
    margin-bottom: 15px;
  }

  .popup,
  .popup-second,
  .popup-third {
    max-width: 320px;
    padding: 20px;
  }

  .popup h3,
  .popup-second h3,
  .popup-third h3,
  .text-item h2 {
    font-size: 28px;
  }

  .popup-second > span > input::-webkit-input-placeholder,
  .popup > span > input::-webkit-input-placeholder {
    font-size: 14px;
  }

  .popup-second > span > input::-moz-placeholder,
  .popup > span > input::-moz-placeholder {
    font-size: 14px;
  }

  .popup-second > span > input:-ms-input-placeholder,
  .popup > span > input:-ms-input-placeholder {
    font-size: 14px;
  }

  .popup-second > span > input::-ms-input-placeholder,
  .popup > span > input::-ms-input-placeholder {
    font-size: 14px;
  }

  .popup-second > span > input::placeholder,
  .popup > span > input::placeholder {
    font-size: 14px;
  }

  .review-form > div:first-of-type textarea {
    min-height: 120px;
  }

  .review-form > div:first-of-type textarea::-webkit-input-placeholder {
    font-size: 14px;
  }

  .review-form > div:first-of-type textarea::-moz-placeholder {
    font-size: 14px;
  }

  .review-form > div:first-of-type textarea:-ms-input-placeholder {
    font-size: 14px;
  }

  .review-form > div:first-of-type textarea::-ms-input-placeholder {
    font-size: 14px;
  }

  .review-form > div:first-of-type textarea::placeholder {
    font-size: 14px;
  }

  .review-form .form__btn {
    height: 50px;
  }
}

@media (max-width: 380px) {
    h1.section-title {
        font-size: 32px;
    }
}

.text-item img {
  max-width: 100% !important;
  width: 500px !important;
  height: auto !important;
}

.text-inner--mirror .text-item--img {
  z-index: -1 !important;
}

.article-item picture a img {
  max-height: 100%;
  max-width: 269px;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  width: 100%;
  z-index: 11;
}

.btn-to-top {
  cursor: pointer;
  position: fixed;
  z-index: 100;
  bottom: 130px;
  right: 50px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: initial;
  opacity: 1;
  transform: translateY(0);
  background-color: transparent;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.btn-to-top:focus {
  background-color: transparent;
}

.btn-to-top.btn-to-top_hide {
  display: none;
}

.btn-to-top.btn-to-top_hiding {
  opacity: 0;
  transform: translateY(100px);
}

.name_otz {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  margin: 0;
  padding: 0;
}

.popup_city .review-form input {
  border-radius: 10px;
  color: #b0b0b0;
  padding: 20px 0 20px 0;
  width: 100%;
}

.region_select {
  color: #1ecbc0;
}

.region_search {
  display: flex;
  align-items: center;
}

.modal-error,
.modal-search {
  padding: 16px;
}

.modal-error,
.modal-goroda,
.modal-search {
  margin: 24px 0 0;
  background: #fff;
  border-radius: 8px;
}
.region_ul {
  overflow-y: scroll;
  width: 100%;
  max-height: 184px;
}
.modal-goroda-link,
.modal-search-link:not(:last-child) {
  padding: 16px;
}
.hidden,
.hide {
  display: none !important;
}
.modal-form {
  margin-top: 20px;
}
.modal-goroda-link,
.modal-search-link {
  padding: 18px 18px 0;
}
.modal-goroda-link a {
  font-size: 16px;
  line-height: 140%;
  color: #1ecbc0;
  text-decoration: none;
}
.modal-goroda-link,
.modal-search-link:not(:last-child) {
  padding: 16px;
}

.popup-second .section-title{
font-size:35px;
}
@media(max-width:900px){
    .popup-second .section-title{
  font-size: 25px;
  }
}
@media(max-width: 767px){
    .header__btn-mobile {
        padding: 10.5px 15px;
    }
    .header {
        min-height: 210px;
    }
}
.review-form textarea {
    background-color: #f6f6f6;
    border: none;
    border-radius: 10px;
    color: #b0b0b0;
    font-family: inherit;
    font-size: inherit;
    padding: 20px;
    width: 100%;
    height: 120px;
    resize: vertical;
    outline: 0;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.review-form textarea::placeholder {
    color: #b0b0b0;
}

.review-form textarea:focus {
    color: #383838;
    background-color: #f6f6f6;
}


.pcblock {
    margin-top: 60px;
    position: relative;
}

.pcblock__wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    background-color: #1ECBC0;
    border-radius: 30px;
    padding: 10px;
    position: relative;
    z-index: 2;
}

.pcblock__contacts {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.pcblock__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: white;
    border-radius: 20px;
    padding: 24px 30px;
}

.pcblock__title {
    font-size: 32px;
    line-height: 100%;
    color: white;
    font-weight: 600;
    padding-left: 30px;
}

.pcblock__item.pcblock__item--phone a {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    color: #E84343;
    font-weight: 600;
    line-height: 28px;
    cursor: pointer;
}

.pcblock__caption {
    font-size: 18px;
    line-height: 22px;
}

.pcblock__item a:hover rect {
    fill: #1ecbc0;
}

img.pcblock__decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.pcblock__itemlist a, .pcblock__itemlist svg {
    width: 40px;
    height: 40px;
    display: flex;
    cursor: pointer;
}

.pcblock__itemlist {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
}

@media(max-width: 1025px){
    .pcblock__wrap {
        flex-direction: column;
    }

    .pcblock__title {
        padding: 0;
        font-size: 24px;
    }

    .pcblock__contacts {
        flex-direction: column;
    }

    .pcblock__item, .pcblock__contacts, .pcblock__title {
        width: 100%;
    }

    .pcblock__wrap {
        flex-direction: column;
        padding: 20px;
        border-radius: 20px;
        gap: 15px
    }

    .pcblock__item.pcblock__item--socials {
        flex-direction: row;
        align-items: center;
    }

    .pcblock__itemlist a, .pcblock__itemlist svg {
        width: 32px;
        height: 32px;
        display: flex;
    }

    img.pcblock__decor {
        display: none;
    }
    
    .pcblock__caption {
        font-size: 14px;
        line-height: 18px;
    }

    .pcblock__item.pcblock__item--phone a {
        font-size: 18px;
        line-height: 23px;
    }
    
    .pcblock__item.pcblock__item--phone svg {
        width: 32px;
        height: 32px;
        display: flex;
    }
    
    .pcblock__item {
        padding: 20px;
    }
}
@media (max-width: 600px) {
    .article__intro--mob {
        margin-bottom: 0px;
    }
}

.header__social-link {
	padding: 0;
	border-radius: 50%;
}

.license--new{position:relative;}

.license--new .license__innerwrap {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.license--new .swiper.swiper__license {
    min-width: 500px;
}

.license--new .swiper-scrollbar {
    bottom: var(--swiper-scrollbar-bottom, 4px);
    height: var(--swiper-scrollbar-size, 4px);
    left: var(--swiper-scrollbar-sides-offset, 1%);
    position: absolute;
    top: var(--swiper-scrollbar-top, auto);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    z-index: 50;
}

@media (max-width: 840px) {
  .license--new .license__innerwrap {
      flex-direction: column-reverse;
      gap: 30px;
  }
  
  .license--new .swiper.swiper__license {
      width: 100%;
  }
  
.license--new.license .swiper--pag {
        height: 20px;
        padding: 0 !important;
        left: 0;
        top: unset;
        bottom: 120px;
        -webkit-transform: translateX(50%);
        transform: none;
        width: calc(100% - 40px);
        margin-left: 20px;
    }
    
    .license--new .swiper.swiper__license {
    min-width: unset;
}
    
    .license--new .license-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
  
}

@media (max-width: 540px) {
.license--new.license .swiper--pag {
        top: unset;
        bottom: 120px;
    }
    }

.popular-cities {
    margin: 14px 0 18px;
}

.popular-cities__title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.popular-cities__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 620px;
}

.popular-cities__list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 8px;
    background: #f3f3f3;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #383838;
    text-decoration: none;
    white-space: nowrap;
}

.popular-cities__list a:hover {
    background: #e84343;
    color: #fff;
}

.region_search {
    display: block;
    margin-top: 16px;
}

.region_search input,
.city__filter {
    width: 100%;
    max-width: 320px;
    padding: 10px 14px;
    border-radius: 8px;
    background: #f3f3f3;
    font-size: 15px;
}

.city_none {
    margin-top: 10px;
    font-size: 15px;
}

@media (max-width: 600px) {
    .popular-cities__list {
        gap: 7px;
    }

    .popular-cities__list a {
        width: calc(50% - 4px);
        padding: 8px 10px;
        font-size: 14px;
    }

    .region_search input,
    .city__filter {
        max-width: 100%;
    }
}

/* Баннер Telegram */

.max-banner-section.section-offset {
    padding-top: 0;
    margin-top: -90px;
    margin-bottom: 40px;
}

.max-banner-section .container {
    width: 100%;
}

.max-banner-code {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(320px, 42%) 1fr;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    min-height: 420px;
    border-radius: 36px;
    background:
        radial-gradient(circle at 78% 18%, rgba(50, 180, 255, 0.18), transparent 16%),
        linear-gradient(135deg, #f3faff 0%, #ffffff 52%, #eaf6ff 100%);
    box-shadow: 0 16px 36px rgba(25, 155, 223, 0.14);
}

/* Левая визуальная часть */
.max-banner-code__visual {
    position: relative;
    min-height: 420px;
    z-index: 2;
}

.max-banner-code__shape-bg {
    position: absolute;
    left: -135px;
    top: 42px;
    width: 540px;
    height: 360px;
    border-radius: 64px;
    background: linear-gradient(135deg, #32b4ff 0%, #199bdf 46%, #0082be 100%);
    transform: rotate(25deg);
    box-shadow: 0 24px 54px rgba(25, 155, 223, 0.24);
    animation: maxShapeFloat 8s ease-in-out infinite;
}

.max-banner-code__shape-bg::before {
    content: "";
    position: absolute;
    left: 34px;
    top: -34px;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(135deg, #5fc6ff 0%, #199bdf 48%, #0079b0 100%);
    opacity: 0.96;
    z-index: -1;
}

.max-banner-code__shape-bg::after {
    content: "";
    position: absolute;
    right: -46px;
    bottom: 30px;
    width: 170px;
    height: 170px;
    border-radius: 42px;
    background: rgba(255, 255, 255, 0.10);
    transform: rotate(8deg);
}

/* Кубик Telegram */
.max-banner-code__icon {
    position: absolute;
    left: 132px;
    top: 130px;
    width: 170px;
    height: 170px;
    border-radius: 38px;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 22px 38px rgba(0, 130, 190, 0.28);
    transform: rotate(-8deg);
    z-index: 2;
    animation: maxIconFloat 6.5s ease-in-out infinite;
}

.max-banner-code__logo {
    display: block;
    width: 100%;
    height: 100%;
}

/* Контент на десктопе */
.max-banner-code__content {
    position: relative;
    z-index: 3;
    max-width: 520px;
    padding: 64px 78px 64px 20px;
    text-align: left;
}

.max-banner-code__label {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(25, 155, 223, 0.10);
    color: #0082be;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
}

.max-banner-code__title {
    margin: 0 0 16px;
    color: #17364a;
    font-size: clamp(34px, 3.2vw, 48px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.max-banner-code__text {
    margin: 0 0 28px;
    color: #405b6d;
    font-size: clamp(16px, 1.4vw, 18px);
    line-height: 1.5;
    font-weight: 400;
}

.max-banner-code__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 54px;
    padding: 0 30px;
    border-radius: 16px;
    background: linear-gradient(135deg, #32b4ff 0%, #199bdf 55%, #0082be 100%);
    color: #fff;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 10px 24px rgba(25, 155, 223, 0.24);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.max-banner-code__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(25, 155, 223, 0.30);
}

/* Декор на десктопе */
.max-banner-code::before {
    content: "";
    position: absolute;
    top: 76px;
    right: 78px;
    width: 92px;
    height: 92px;
    background-image: radial-gradient(circle, rgba(25, 155, 223, 0.45) 3px, transparent 4px);
    background-size: 24px 24px;
    z-index: 1;
    animation: maxDotsFloat 5.4s ease-in-out infinite;
}

.max-banner-code::after {
    content: "";
    position: absolute;
    right: -135px;
    bottom: -130px;
    width: 400px;
    height: 290px;
    border-radius: 58px;
    background: rgba(50, 180, 255, 0.16);
    transform: rotate(31deg);
    z-index: 1;
}

.max-banner-code__decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.max-banner-code__decor::before {
    content: "";
    position: absolute;
    top: 62px;
    right: 360px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #d8f1ff 0%, #8bd6ff 100%);
    opacity: 0.42;
    animation: maxCircleFloat 6s ease-in-out infinite;
}

.max-banner-code__decor::after {
    content: "";
    position: absolute;
    top: 270px;
    right: 150px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #32b4ff 0%, #199bdf 100%);
    opacity: 0.75;
    animation: maxCircleSmallFloat 5s ease-in-out infinite;
}

/* Анимации */
@keyframes maxShapeFloat {
    0%, 100% {
        transform: rotate(25deg) translateY(0);
    }

    50% {
        transform: rotate(25deg) translateY(-7px);
    }
}

@keyframes maxIconFloat {
    0%, 100% {
        transform: rotate(-8deg) translateY(0);
    }

    50% {
        transform: rotate(-8deg) translateY(-10px);
    }
}

@keyframes maxDotsFloat {
    0%, 100% {
        transform: translateY(0);
        opacity: 0.55;
    }

    50% {
        transform: translateY(-8px);
        opacity: 0.85;
    }
}

@keyframes maxCircleFloat {
    0%, 100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(8px, -10px);
    }
}

@keyframes maxCircleSmallFloat {
    0%, 100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-10px) scale(1.05);
    }
}

/* Планшет */
@media (max-width: 1200px) {
    .max-banner-code {
        grid-template-columns: minmax(280px, 40%) 1fr;
        min-height: 390px;
    }

    .max-banner-code__visual {
        min-height: 390px;
    }

    .max-banner-code__shape-bg {
        left: -155px;
        top: 48px;
        width: 500px;
        height: 330px;
    }

    .max-banner-code__icon {
        left: 105px;
        top: 132px;
        width: 145px;
        height: 145px;
        border-radius: 34px;
    }

    .max-banner-code__content {
        max-width: 470px;
        padding: 56px 48px 52px 20px;
        text-align: left;
    }

    .max-banner-code__decor::before {
        right: 300px;
    }
}

/* Мобилка */
@media (max-width: 760px) {
    .max-banner-section.section-offset {
        padding-top: 0;
        margin-top: -90px;
        margin-bottom: 28px;
    }

    .max-banner-code {
        display: block;
        position: relative;
        min-height: 146px;
        padding: 16px 18px 16px;
        border-radius: 20px;
        background: linear-gradient(135deg, #f3faff 0%, #ffffff 58%, #eaf6ff 100%);
        box-shadow: 0 10px 24px rgba(25, 155, 223, 0.12);
    }

    .max-banner-code__visual {
        position: absolute;
        left: 0;
        top: 0;
        width: 130px;
        height: 128px;
        min-height: 0;
        z-index: 2;
        pointer-events: none;
    }

    .max-banner-code__shape-bg {
        left: -88px;
        top: -58px;
        width: 200px;
        height: 158px;
        border-radius: 36px;
        transform: rotate(24deg);
        opacity: 0.9;
    }

    .max-banner-code__shape-bg::before {
        left: -14px;
        top: 14px;
        opacity: 0.75;
    }

    .max-banner-code__shape-bg::after {
        display: none;
    }

    .max-banner-code__icon {
        left: 22px;
        top: 26px;
        width: 56px;
        height: 56px;
        border-radius: 14px;
        box-shadow: 0 10px 18px rgba(0, 130, 190, 0.22);
    }

    .max-banner-code__content {
        position: relative;
        z-index: 4;
        max-width: 340px;
        margin-left: 145px;
        padding: 0;
        text-align: left;
    }

    .max-banner-code__label {
        margin: 0 0 7px;
        padding: 5px 9px;
        border-radius: 999px;
        background: rgba(25, 155, 223, 0.14);
        color: #0082be;
        font-size: 9px;
        line-height: 1;
        font-weight: 700;
    }

    .max-banner-code__title {
        margin: 0 0 7px;
        color: #17364a;
        font-size: 24px;
        line-height: 1.08;
        font-weight: 800;
        letter-spacing: -0.02em;
    }

    .max-banner-code__text {
        max-width: 310px;
        margin: 0 0 12px;
        color: #405b6d;
        font-size: 13px;
        line-height: 1.35;
        font-weight: 400;
    }

    .max-banner-code__btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: auto;
        min-width: 150px;
        height: 38px;
        min-height: 38px;
        margin: 0;
        padding: 0 18px;
        border-radius: 11px;
        font-size: 12.5px;
        line-height: 1;
        font-weight: 700;
        text-align: center;
        box-sizing: border-box;
        box-shadow: 0 8px 18px rgba(25, 155, 223, 0.22);
    }

    .max-banner-code::before,
    .max-banner-code::after,
    .max-banner-code__decor::before,
    .max-banner-code__decor::after {
        display: none;
    }
}

/* Узкая мобилка */
@media (max-width: 420px) {
    .max-banner-section.section-offset {
        padding-top: 0;
        margin-top: -90px;
        margin-bottom: 24px;
    }

    .max-banner-code {
        min-height: 138px;
        padding: 15px 14px 15px;
        border-radius: 18px;
    }

    .max-banner-code__visual {
        width: 112px;
        height: 120px;
    }

    .max-banner-code__shape-bg {
        left: -88px;
        top: -54px;
        width: 184px;
        height: 145px;
        border-radius: 32px;
    }

    .max-banner-code__icon {
        left: 18px;
        top: 24px;
        width: 50px;
        height: 50px;
        border-radius: 12px;
    }

    .max-banner-code__content {
        max-width: 280px;
        margin-left: 122px;
    }

    .max-banner-code__label {
        margin-bottom: 6px;
        padding: 5px 8px;
        font-size: 8.5px;
        font-weight: 700;
    }

    .max-banner-code__title {
        margin-bottom: 6px;
        font-size: 21px;
        line-height: 1.06;
        font-weight: 800;
    }

    .max-banner-code__text {
        max-width: 260px;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 1.3;
        font-weight: 400;
    }

    .max-banner-code__btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 132px;
        height: 35px;
        min-height: 35px;
        padding: 0 14px;
        border-radius: 10px;
        font-size: 11.5px;
        line-height: 1;
        text-align: center;
        box-sizing: border-box;
    }
}
/* Начало попап политики */

.psychclinic-cookie {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}

.psychclinic-cookie.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.psychclinic-cookie__box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 14px 44px 14px 16px;
    border-radius: 12px;
    background: linear-gradient(135deg, #209c98 0%, #36c9c3 100%);
    box-shadow: 0 10px 28px rgba(54, 201, 195, 0.28);
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.psychclinic-cookie__content {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: #ffffff;
    flex: 1 1 auto;
}

.psychclinic-cookie__content a,
.psychclinic-cookie__mobile-full a {
    color: #efffff;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: opacity 0.2s ease;
}

.psychclinic-cookie__content a:hover,
.psychclinic-cookie__mobile-full a:hover {
    opacity: 0.82;
}

.psychclinic-cookie__mobile {
    display: none;
    flex: 1 1 auto;
}

.psychclinic-cookie__actions {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin-top: 2px;
    gap: 8px;
}

.psychclinic-cookie__agree,
.psychclinic-cookie__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
    text-decoration: none;
}

.psychclinic-cookie__agree {
    border-color: #ffffff;
    background: #ffffff;
    color: #209c98;
}

.psychclinic-cookie__toggle {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.psychclinic-cookie__agree:hover {
    opacity: 0.92;
}

.psychclinic-cookie__toggle:hover {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.72);
}

.psychclinic-cookie__toggle {
    display: none !important;
}

.psychclinic-cookie__close {
    position: absolute;
    top: 7px;
    right: 8px;
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    opacity: 0.75;
    transition: opacity 0.2s ease;
}

.psychclinic-cookie__close:hover {
    opacity: 1;
}

.psychclinic-cookie__close::before {
    content: "×";
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
}

@media (max-width: 900px) {
    .psychclinic-cookie__box {
        padding: 13px 40px 13px 14px;
        border-radius: 10px;
        gap: 10px;
    }

    .psychclinic-cookie__content {
        font-size: 13px;
        line-height: 1.4;
    }

    .psychclinic-cookie__agree,
    .psychclinic-cookie__toggle {
        min-height: 28px;
        padding: 0 10px;
        font-size: 11px;
        border-radius: 999px;
    }

    .psychclinic-cookie__close {
        top: 6px;
        right: 7px;
        width: 22px;
        height: 22px;
    }

    .psychclinic-cookie__close::before {
        font-size: 18px;
    }
}

@media (max-width: 650px) {
    .psychclinic-cookie {
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    .psychclinic-cookie__box {
        display: block;
        padding: 10px 34px 12px 12px;
        border-radius: 10px;
    }

    .psychclinic-cookie__content--desktop {
        display: none !important;
    }

    .psychclinic-cookie__mobile {
        display: block !important;
        color: #ffffff;
        font-size: 12px;
        line-height: 1.35;
        margin: 0;
    }

    .psychclinic-cookie__mobile-top {
        display: block;
    }

    .psychclinic-cookie__mobile-short {
        display: block;
        font-size: 12px;
        line-height: 1.35;
        text-align: left;
    }

    .psychclinic-cookie__mobile-full {
        display: none;
        margin-top: 8px;
        font-size: 12px;
        line-height: 1.35;
        text-align: left;
    }

    .psychclinic-cookie.is-expanded .psychclinic-cookie__mobile-full {
        display: block !important;
    }

    .psychclinic-cookie__actions {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin: 8px 0 0 0;
    }

    .psychclinic-cookie__toggle {
        display: inline-flex !important;
    }

    .psychclinic-cookie__agree,
    .psychclinic-cookie__toggle {
        min-height: 28px;
        padding: 0 10px;
        font-size: 11px;
        border-radius: 999px;
    }

    .psychclinic-cookie__close {
        top: 5px;
        right: 6px;
        width: 20px;
        height: 20px;
    }

    .psychclinic-cookie__close::before {
        font-size: 16px;
    }
}

/* Конец попап политики */

/* -- WIDGET POPUP START -- */

.psychclinic-contact-widget {
position: fixed;
left: 50%;
bottom: calc(24px + var(--psychclinic-cookie-offset, 0px));
transform: translateX(-50%);
z-index: 9990;
width: calc(100% - 24px);
pointer-events: none;
}

.psychclinic-contact-widget__bar {
width: max-content;
max-width: 100%;
margin: 0 auto;
padding: 8px;
display: flex;
align-items: center;
gap: 8px;
border-radius: 999px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 250, 250, 0.86));
border: 1px solid rgba(255, 255, 255, 0.82);
box-shadow:
0 22px 60px rgba(34, 34, 34, 0.18),
0 8px 24px rgba(230, 68, 65, 0.16),
inset 0 1px 0 rgba(255, 255, 255, 0.95);
backdrop-filter: blur(18px);
-webkit-backdrop-filter: blur(18px);
pointer-events: auto;
box-sizing: border-box;
}

.psychclinic-contact-widget__item,
.psychclinic-contact-widget__social {
box-sizing: border-box;
height: 46px;
min-height: 46px;
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
transition:
transform 0.18s ease,
background 0.18s ease,
color 0.18s ease,
border-color 0.18s ease,
box-shadow 0.18s ease;
flex-shrink: 0;
will-change: transform;
cursor: pointer;
font-family: inherit;
}

.psychclinic-contact-widget__item:hover,
.psychclinic-contact-widget__social:hover {
transform: translateY(-1px);
}

.psychclinic-contact-widget__item {
padding: 0 17px;
border: 1px solid rgba(230, 68, 65, 0.22);
border-radius: 999px;
background: rgba(255, 255, 255, 0.78);
color: #2f2f2f;
box-shadow:
0 1px 0 rgba(255, 255, 255, 0.95),
inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.psychclinic-contact-widget__item--phone {
min-width: 205px;
gap: 10px;
position: relative;
overflow: hidden;
background: rgba(255, 255, 255, 0.9);
color: #2f2f2f;
}

.psychclinic-contact-widget__item--accent {
min-width: 180px;
background: linear-gradient(135deg, #e64441 0%, #f06461 100%);
color: #ffffff;
border: none;
box-shadow:
0 10px 22px rgba(230, 68, 65, 0.28),
inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.psychclinic-contact-widget__item--outline {
min-width: 215px;
background: rgba(255, 255, 255, 0.72);
color: #e64441;
border-color: rgba(230, 68, 65, 0.34);
}

.psychclinic-contact-widget__item--phone:hover,
.psychclinic-contact-widget__item--outline:hover {
background: rgba(255, 255, 255, 0.97);
border-color: rgba(230, 68, 65, 0.48);
box-shadow:
0 10px 22px rgba(230, 68, 65, 0.14),
inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.psychclinic-contact-widget__item--accent:hover {
background: linear-gradient(135deg, #d93633 0%, #e9504d 100%);
color: #ffffff;
border: none;
box-shadow:
0 12px 26px rgba(230, 68, 65, 0.36),
inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.psychclinic-contact-widget__social {
width: 46px;
min-width: 46px;
padding: 0;
border: none;
border-radius: 50%;
background: linear-gradient(135deg, #e64441 0%, #f06461 100%);
color: #ffffff;
box-shadow:
0 10px 22px rgba(230, 68, 65, 0.24),
inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.psychclinic-contact-widget__social:hover {
background: linear-gradient(135deg, #d93633 0%, #e9504d 100%);
border: none;
box-shadow:
0 12px 26px rgba(230, 68, 65, 0.34),
inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.psychclinic-contact-widget__icon {
display: none;
}

.psychclinic-contact-widget__icon--phone {
display: block;
width: 17px;
height: 17px;
flex: 0 0 17px;
transform-origin: 50% 50%;
animation: psychclinic-phone-ring 2.2s ease-in-out infinite;
}

.psychclinic-contact-widget__social-icon {
display: block;
margin: 0;
flex: 0 0 auto;
}

.psychclinic-contact-widget__social-icon--chat,
.psychclinic-contact-widget__social-icon--telegram {
width: 20px;
height: 20px;
}

.psychclinic-contact-widget__label {
display: block;
font-size: 14px;
font-weight: 700;
line-height: 1;
white-space: nowrap;
text-align: center;
letter-spacing: -0.01em;
}

.psychclinic-contact-widget__label--phone {
overflow: hidden;
text-overflow: ellipsis;
}

.psychclinic-contact-widget__label--mobile {
display: none;
}

.psychclinic-contact-widget__item--phone::after {
content: "";
position: absolute;
inset: 0;
background: radial-gradient(circle at 20% 50%, rgba(230, 68, 65, 0.14), transparent 34%);
opacity: 0;
animation: psychclinic-phone-glow 2.2s ease-in-out infinite;
pointer-events: none;
}

@keyframes psychclinic-phone-ring {
0% {
transform: rotate(0deg) scale(1);
}

4% {
transform: rotate(-14deg) scale(1.08);
}

8% {
transform: rotate(14deg) scale(1.08);
}

12% {
transform: rotate(-12deg) scale(1.08);
}

16% {
transform: rotate(12deg) scale(1.08);
}

20% {
transform: rotate(-8deg) scale(1.05);
}

24% {
transform: rotate(8deg) scale(1.05);
}

28% {
transform: rotate(0deg) scale(1);
}

100% {
transform: rotate(0deg) scale(1);
}
}

@keyframes psychclinic-phone-glow {
0%,
28%,
100% {
opacity: 0;
}

8%,
16% {
opacity: 1;
}
}

@media (max-width: 1024px) {
.psychclinic-contact-widget {
width: calc(100% - 20px);
bottom: calc(20px + var(--psychclinic-cookie-offset, 0px) + env(safe-area-inset-bottom));
}

.psychclinic-contact-widget__bar {
padding: 7px;
gap: 6px;
}

.psychclinic-contact-widget__item,
.psychclinic-contact-widget__social {
height: 44px;
min-height: 44px;
}

.psychclinic-contact-widget__item {
padding: 0 13px;
}

.psychclinic-contact-widget__item--phone {
min-width: 182px;
}

.psychclinic-contact-widget__item--accent {
min-width: 160px;
}

.psychclinic-contact-widget__item--outline {
min-width: 192px;
}

.psychclinic-contact-widget__social {
width: 44px;
min-width: 44px;
}

.psychclinic-contact-widget__label {
font-size: 13px;
}
}

@media (max-width: 820px) {
.psychclinic-contact-widget {
width: calc(100% - 16px);
bottom: calc(16px + var(--psychclinic-cookie-offset, 0px) + env(safe-area-inset-bottom));
}

.psychclinic-contact-widget__bar {
width: 100%;
justify-content: center;
gap: 6px;
padding: 7px;
}

.psychclinic-contact-widget__item,
.psychclinic-contact-widget__social {
height: 40px;
min-height: 40px;
}

.psychclinic-contact-widget__item {
min-width: 0;
padding: 0 10px;
flex: 1 1 auto;
}

.psychclinic-contact-widget__item--phone {
flex: 1.15 1 auto;
}

.psychclinic-contact-widget__item--outline {
flex: 1.2 1 auto;
}

.psychclinic-contact-widget__social {
width: 40px;
min-width: 40px;
flex: 0 0 40px;
}

.psychclinic-contact-widget__label--desktop {
display: none;
}

.psychclinic-contact-widget__label--mobile {
display: inline;
}

.psychclinic-contact-widget__label--phone {
display: inline-block;
font-size: 12px;
}

.psychclinic-contact-widget__social-icon--chat,
.psychclinic-contact-widget__social-icon--telegram {
width: 18px;
height: 18px;
}
}

@media (max-width: 560px) {
.psychclinic-contact-widget {
left: 12px;
right: 12px;
width: auto;
max-width: none;
transform: none;
bottom: calc(14px + var(--psychclinic-cookie-offset, 0px) + env(safe-area-inset-bottom));
box-sizing: border-box;
}

.psychclinic-contact-widget__bar {
width: 100%;
max-width: 100%;
justify-content: space-between;
gap: 5px;
padding: 6px;
border-radius: 22px;
box-sizing: border-box;
}

.psychclinic-contact-widget__item--outline {
display: none !important;
}

.psychclinic-contact-widget__item--phone {
display: inline-flex;
flex: 1.35 1 0;
min-width: 0;
width: auto;
max-width: none;
height: 38px;
min-height: 38px;
padding: 0 7px;
gap: 5px;
}

.psychclinic-contact-widget__item--accent {
flex: 0.9 1 0;
min-width: 0;
width: auto;
max-width: none;
height: 38px;
min-height: 38px;
padding: 0 8px;
}

.psychclinic-contact-widget__social {
width: 38px;
min-width: 38px;
height: 38px;
min-height: 38px;
flex: 0 0 38px;
}

.psychclinic-contact-widget__icon--phone {
width: 14px;
height: 14px;
flex: 0 0 14px;
}

.psychclinic-contact-widget__label--desktop {
display: none;
}

.psychclinic-contact-widget__label--mobile {
display: inline-block;
font-size: 11px;
line-height: 1;
white-space: nowrap;
text-align: center;
}

.psychclinic-contact-widget__label--phone {
display: inline-block;
font-size: 10.5px;
line-height: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.psychclinic-contact-widget__social-icon--chat,
.psychclinic-contact-widget__social-icon--telegram {
width: 16px;
height: 16px;
}
}

/* -- WIDGET POPUP END -- */

.btn-to-top {
    bottom: 150px !important;
}

.b24-widget-button-position-bottom-right {
    transform: translateY(-20px) !important;
}
