.plashka__top2 {
  text-align: center;
  background: #1ecbc0;
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 7.5px;
}
.header__center-item--city > div:first-of-type {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.header .container {
  margin: 0 auto;
  max-width: 1470px;
  padding: 0 15px;
  width: 100%;
}
.header__center {
  margin-bottom: 18px;
}
.header__center__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: 22px;
}
.header__top {
  background-color: #383838;
  color: #fff;
  font-size: 14px;
  padding: 7.5px;
  text-align: center;
  margin-bottom: 20px;
}
.header__center__top .header__center-item span span {
  color: #1ecbc0;
  font-weight: 500;
}
.header__center-item--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.header__center__top .header__center-item,
.intro-call {
  color: #7f8a93;
  font-size: 14px;
}
.header__contact {
  color: #383838;
  display: block;
  font-size: 24px;
  font-weight: 600;
}
.burger__bg {
  line-height: 1.2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  height: 40px;
  text-align: center;
  width: 40px;
}
.burger__bg,
.burger__menu.active span {
  background-color: #e84343;
}
.burger__bg,
.header-mobile-bottom,
.header > .container > .header__center__bottom,
.prices__slide-title {
  display: none;
}
.burger__menu {
  cursor: pointer;
  margin: 0 auto;
  position: relative;
}
#menu-nav,
#menu-nav li ul,
.header--nav,
.header__center__top,
.intro-item:first-of-type ul li,
.intro-item:first-of-type > div {
  display: -webkit-box;
  display: -ms-flexbox;
}
.header__center-item > span,
.header__search,
.header__top {
  font-family: PTRootUI, sans-serif;
}
.burger__menu span,
.burger__menu:after,
.burger__menu:before {
  background-color: #fff;
  display: block;
  height: 3px;
  width: 25px;
}
.header__center__top .header__center-item:nth-of-type(2) {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  min-width: 60%;
}
.doctor-rating > div,
.header__btn {
  width: 100%;
}
.standart__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #e84343;
  border-radius: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  gap: 10px;
  justify-content: center;
  line-height: 1;
  max-width: 275px;
  padding: 18px 30px 18px 18px;
}
.standart__btn:before {
  color: #fff;
  content: "+";
  font-size: 24px;
  font-weight: 600;
  line-height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.opacity__btn,
.opacity__btn:before,
.red__btn {
  color: #e84343;
}
.standart__btn:hover:before {
  opacity: 1;
}
.opacity__btn {
  background-color: #fff;
  border: 2px solid #e84343;
  max-width: 180px;
}
.header__search {
  max-width: 349px;
}
.header__search,
.header__search input {
  background-color: #f1f1f1;
  border-radius: 10px;
  width: 100%;
}
.header__search input {
  color: #c1ccd6;
  height: 100%;
  padding: 20px;
}
.header__search input::-webkit-input-placeholder,
.header__search input::-moz-placeholder,
.header__search input:-ms-input-placeholder,
.header__search input::-ms-input-placeholder,
.header__search input::placeholder {
  color: #c1ccd6;
}
.search__icon {
  position: absolute;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header__center__bottom,
.literature-item:last-of-type {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.header__center-item--city {
  color: #7f8a93;
  font-size: 12px;
}
.header__center-item--city > div:first-of-type {
  -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;
}
.header__center-item--city > div:first-of-type select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px dashed #e84343;
  font-size: 16px;
  padding-left: 0;
}
.header__center-item--city > div:first-of-type select:focus {
  border: none;
  color: #e84343;
  outline: 0;
}
.header__center-item--city > div:first-of-type select option {
  color: #e84343;
  font-size: 16px;
  font-weight: 500;
}
.header__center-item--city a {
  display: block;
  font-size: 16px;
}
.header__center__bottom .header__center-item:last-of-type,
.literature-rating {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.header__center__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  gap: 3px;
}
.header__center__address:before {
  background: url(../img/icon/address.svg) 50% / cover no-repeat;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}
.social {
  display: flex;
  gap: 10px;
}
.header__search,
.intro {
  position: relative;
}
.dostors-inner,
.header--nav {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.contact-inner > .contact-item:last-of-type > a,
.header--nav > li,
.plashka__bottom,
.header__top {
  margin-bottom: 10px;
}
.intro,
.text {
  margin-top: 0;
}
.section-offset {
  margin-bottom: 120px;
}
.intro:before {
  /*
  Старый фон отключен, чтобы не грузить картинку:
  background: url(../img/intro/intro__bg_min.webp) 50% / cover no-repeat fixed;
  */
  background:
    radial-gradient(circle at 27% 34%, rgba(30, 203, 192, 0.095) 0, rgba(30, 203, 192, 0.042) 30%, rgba(255, 255, 255, 0) 64%),
    radial-gradient(circle at 17% 74%, rgba(30, 203, 192, 0.055) 0, rgba(30, 203, 192, 0.024) 32%, rgba(255, 255, 255, 0) 66%),
    radial-gradient(circle at 78% 30%, rgba(30, 203, 192, 0.038) 0, rgba(30, 203, 192, 0.014) 28%, rgba(255, 255, 255, 0) 58%),
    linear-gradient(135deg, rgba(30, 203, 192, 0.035) 0%, rgba(255, 255, 255, 0) 52%),
    linear-gradient(180deg, #fbfffe 0%, #ffffff 64%, #f9fdfc 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  opacity: 1;
  top: 0;
  width: 100%;
  z-index: 1;
}
.header--subnav,
.intro:before {
  position: absolute;
  right: 0;
  left: 0;
}
.intro > .container {
  overflow: hidden;
  position: relative;
}
.intro-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.intro-item:first-of-type {
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 60%;
}
.intro-item:first-of-type h1 {
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}
.intro-item:first-of-type h1 span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  color: #1ecbc0;
  flex-grow: 1;
}
.intro-item:first-of-type h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
}
.intro-item:first-of-type ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  font-size: 24px;
  gap: 10px;
  line-height: auto;
  margin-bottom: 28px;
}
.intro-item:first-of-type ul li:before {
  background: url(../img/icon/checked.svg) 50% / cover no-repeat;
  content: "";
  display: block;
  height: 24px;
  width: 24px;
}
.intro-item:first-of-type > div {
  display: flex;
  gap: 25px;
}
/*
Старый общий стиль правого блока интро. Оставлен в комментарии, чтобы не цепляться к новому .intro-item--doctor.
/*
Старый мобильный стиль правого блока интро. Оставлен в комментарии, чтобы не цепляться к новому .intro-item--doctor.
.intro-item:last-of-type {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 22px;
  font-weight: 600;
  min-height: 100%;
  position: relative;
}
*/
.intro-item:last-of-type:not(.intro-item--doctor) {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 22px;
  font-weight: 600;
  min-height: 100%;
  position: relative;
}
*/
.intro-item:last-of-type:not(.intro-item--doctor) {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 22px;
  font-weight: 600;
  min-height: 100%;
  position: relative;
}
/*
Старая плашка с ФИО врача. Оставлен в комментарии, чтобы не цепляться к новому .intro-item--doctor.
/*
Старое мобильное правило для плашки врача. Оставлен в комментарии, чтобы не цепляться к новому .intro-item--doctor.
.intro-item:last-of-type > div {
  background-color: rgba(56, 56, 56, 0.8);
  border-radius: 10px;
  bottom: 40px;
  color: #fff;
  left: -20%;
  padding: 8px 15px;
  position: absolute;
  text-align: center;
  z-index: 2;
}
*/
.intro-item:last-of-type:not(.intro-item--doctor) > div {
  background-color: rgba(56, 56, 56, 0.8);
  border-radius: 10px;
  bottom: 40px;
  color: #fff;
  left: -20%;
  padding: 8px 15px;
  position: absolute;
  text-align: center;
  z-index: 2;
}
*/
.intro-item:last-of-type:not(.intro-item--doctor) > div {
  background-color: rgba(56, 56, 56, 0.8);
  border-radius: 10px;
  bottom: 40px;
  color: #fff;
  left: -20%;
  padding: 8px 15px;
  position: absolute;
  text-align: center;
  z-index: 2;
}
/*
Старый стиль ФИО в плашке врача. Оставлен в комментарии, чтобы не цепляться к новому .intro-item--doctor.
/*
Старое мобильное правило для ФИО. Оставлен в комментарии, чтобы не цепляться к новому .intro-item--doctor.
.intro-item:last-of-type > div > span:first-of-type {
  font-size: 22px;
  font-weight: 600;
  white-space: nowrap;
}
*/
.intro-item:last-of-type:not(.intro-item--doctor) > div > span:first-of-type {
  font-size: 22px;
  font-weight: 600;
  white-space: nowrap;
}
*/
.intro-item:last-of-type:not(.intro-item--doctor) > div > span:first-of-type {
  font-size: 22px;
  font-weight: 600;
  white-space: nowrap;
}
/*
Старый стиль квалификации в плашке врача. Оставлен в комментарии, чтобы не цепляться к новому .intro-item--doctor.
.intro-item:last-of-type > div > span:last-of-type {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
*/
.intro-item:last-of-type:not(.intro-item--doctor) > div > span:last-of-type {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
/*
.intro-item:last-of-type:after {
  background-color: #1ecbc0;
  border-radius: 90px;
  content: "";
  display: block;
  height: 506px;
  left: 0;
  position: absolute;
  rotate: 141deg;
  top: 90%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-69%, 72%, 0);
  width: 506px;
  z-index: 1;
}
*/
.intro-item > img {
  max-width: 40vw;
  min-width: 36.72vw;
  position: relative;
  vertical-align: bottom;
  width: 100%;
  z-index: 2;
}
.header--subnav {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: none;
  height: 0;
  min-width: 180px;
  opacity: 0;
  top: 35px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  z-index: 15;
}
@media (min-width: 730px) {
  .header--nav > li {
    position: relative;
  }
  .header--nav > li:hover {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .header--nav > li:hover .header--subnav {
    display: block;
    height: auto;
    opacity: 1;
    padding: 18px;
  }
  .header--nav > li:hover .header--subnav > li {
    margin-bottom: 15px;
  }
  .header--nav > li:hover .header--subnav > li:hover {
    color: #e84343;
  }
  .header--nav > li:hover .header--subnav > li:last-of-type {
    margin-bottom: 0;
  }
  .header--nav li .nav--link i {
    -webkit-transform: padding 0.2s ease, margin 0.2s ease, transform 0.2s ease;
    transform: padding 0.2s ease, margin 0.2s ease, transform 0.2s ease;
  }
  .header--nav li .nav--link:hover {
    background-color: #f1f1f1;
  }
  .header--nav li .nav--link:hover i {
    color: #e84343;
    margin-bottom: -3px;
    padding-top: 7px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media (max-width: 1443px) {
  .header--nav {
    gap: 10px;
  }
}
@media (max-width: 1215px) {
  .header__contact,
  .header__search {
    font-size: 14px;
  }
  .header__center__top .header__center-item {
    font-size: 10px;
  }
  .logo__img {
    max-width: 147px;
  }
}
@media (max-width: 1024px) {
  .header {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    min-height: 140px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    min-height: 140px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
  }
  .main {
    padding-top: 70px;
  }
  .header__center__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .header__center__top > .header__center-item--flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .header--item--mobile {
    margin-top: -100px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.2s 0.2s;
    transition: 0.2s 0.2s;
    z-index: 1;
  }
  .header--item--mobile.active {
    margin-top: 0;
    opacity: 1;
    pointer-events: all;
  }
  .header__center__top .header__center-item:nth-of-type(2) {
    width: 100%;
  }
  .header__contact {
    max-width: 118px;
  }
  .burger__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 730px) {
  .header__search,
  .standart__btn {
    max-width: 320px;
  }
  .header--nav,
  .header--nav li .panel-body.active {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
  .header-mobile-bottom.display-none,
  .header__center .header__center__bottom {
    display: none;
  }
  .header {
    min-height: 210px;
  }
  .main {
    padding-top: 40px;
  }
  .header.active {
    height: 100%;
    overflow-y: scroll;
  }
  .header--nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header--nav li {
    width: 48%;
  }
  .header--nav li .nav--link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border: none;
    justify-content: space-between;
    padding: 0;
  }
  .header--nav li .nav--link.panel-active i {
    color: #e84343;
    margin-bottom: -3px;
    padding-top: 3px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .header--nav li .panel-body.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    height: auto;
    opacity: 1;
    padding: 30px 0;
    position: static;
  }
  .header > .container > .header__center__bottom {
    display: block;
    padding-bottom: 40px;
    width: 100%;
  }
  .header > .container > .header__center__bottom > .header__center-item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header--item--mobile {
    margin-top: -700px;
  }
  .header__center__top .header__center-item:nth-of-type(2) {
    -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;
  }
  .header__center__top {
    margin-bottom: 0;
    min-height: 50px;
  }
  .header-mobile-bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    width: 100%;
  }
  .standart__btn {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .header {
    min-height: 239px;
  }
  .main {
    padding-top: 55px;
  }
}
@media (max-width: 350px) {
  .logo__img {
    max-width: 120px;
  }
}
@media (max-width: 490px) {
  .header > .container > .header__center__bottom > .header__center-item {
    -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;
  }
  .header__center-item--city > div:first-of-type select option {
    font-size: 12px;
  }
  .header__top {
    -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;
  }
  .plashka__top {
    -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--nav {
    gap: 25px;
  }
  .header__center-item--flex {
    gap: 9px;
  }
  .header--nav li .panel-body.active {
    font-weight: 500;
    padding-bottom: 0;
    padding-top: 25px;
  }
  .header--item--mobile {
    margin-top: -100vh;
  }
  .header--nav li {
    width: 100%;
  }
  .header__top span:first-child {
    max-width: 200px;
  }
  .header__top span:last-child {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .header__btn-mobile {
    max-width: 103px;
    padding: 10.5px 15px;
    font-size: 12px !important;
    font-weight: 600;
    line-height: 120%;
  }
  .mobile__buttons {
    display: flex;
    flex-direction: row !important;
    gap: 5px;
  }
  .social a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .social {
    gap: 5px;
  }
}
@media (max-width: 345px) {
  .header__btn-mobile {
    max-width: 100%;
    padding: 10.5px 13px;
    font-size: 10px !important;
  }
}
@media (min-width: 1921px) {
  .intro-item > img {
    min-width: 600px;
  }
}
@media (max-width: 1247px) {
  /*
  .intro-item:last-of-type:after {
    height: 400px;
    width: 400px;
  }
  */
  .intro-inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .intro-inner .intro-item:first-of-type {
    margin: 20px 0;
  }
}
@media (max-width: 1130px) {
  .intro-inner .intro-item:first-of-type {
    margin: 0;
  }
  .intro-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /*
  .intro-item:last-of-type:after {
    left: -10%;
    top: 82%;
  }
  */
  .intro-item:first-of-type {
    max-width: 100%;
  }
  /*
  Старое мобильное правило для плашки врача.
  .intro-item:last-of-type > div {
    position: static;
  }
  */
  .intro-item:last-of-type:not(.intro-item--doctor) > div {
    position: static;
  }
  .intro {
    padding-top: 80px;
  }
  /*
Старое мобильное направление intro-inner и правого блока. Правый блок сужен через :not(.intro-item--doctor).
.intro-inner,
  .intro-item:last-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
*/
.intro-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .intro-item:last-of-type:not(.intro-item--doctor) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /*
  Старый мобильный стиль правого блока интро.
  .intro-item:last-of-type {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px;
  }
  */
  .intro-item:last-of-type:not(.intro-item--doctor) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px;
  }
  .intro-item > img {
    max-width: 400px;
  }
  .intro-item:first-of-type h1 {
    font-size: 50px;
  }
  .intro-item:first-of-type h3 {
    font-size: 24px;
  }
}
@media (max-width: 892px) {
  .intro {
    padding-top: 193px;
  }
  /*
  .intro-item:last-of-type:after {
    height: 300px;
    left: 0;
    top: 77%;
    width: 300px;
  }
  */
  .intro-item:first-of-type > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .intro-item:first-of-type > div a {
    margin: 0 auto;
  }
  .intro-item:first-of-type ul {
    margin-bottom: 31px;
  }
  .intro-item:first-of-type ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .intro-item:first-of-type ul li:last-of-type {
    margin-bottom: 0;
  }
  .intro-item:first-of-type ul li:before {
    height: 16.5px;
    width: 16.5px;
  }
  .intro-item > img {
    max-width: 307px;
  }
}
@media (max-width: 545px) {
  .intro-item > img {
    max-width: 247px;
  }
  /*
  .intro-item:last-of-type:after {
    height: 240px;
    left: 7%;
    top: 72%;
    width: 240px;
  }
  */
  .intro-item:first-of-type h1 {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .intro-item:first-of-type h3 {
    margin-bottom: 20px;
  }
  .intro-item:first-of-type > div {
    gap: 19.5px;
    text-align: left;
  }
  .intro-item:last-of-type > div > span:first-of-type {
    font-size: 18px;
  }
}

@media (max-width: 385px) {
    .intro-item:first-of-type h1 {
        font-size: 32px;
    }
}

@media(max-width: 400px){
    .popup input {
        padding: 10px !important;
    }
}

/*
Старые тестовые/дублирующиеся стили doctor-* и старые переопределения сохранены в комментарии.
Заменены ниже на одну чистую scoped-версию под .intro-item--doctor.

.doctor-hero {
  position: relative;
  width: 430px;
  height: 620px;
  overflow: visible;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.doctor-decor {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.doctor-photo {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 5;
  height: 560px;
  width: auto;
  max-width: none;
  transform: translateX(-50%);
  display: block;
}

/ * Основная бирюзовая подложка * /
.doctor-shape {
  position: absolute;
  left: 72px;
  top: 105px;
  width: 300px;
  height: 390px;
  background: linear-gradient(160deg, #3accc7 0%, #27c1bc 100%);
  border-radius: 54px 88px 74px 96px;
  transform: rotate(-5deg);
  box-shadow: 0 10px 35px rgba(39, 193, 188, 0.14);
  overflow: hidden;
  animation: shapeFloat 8s ease-in-out infinite;
  will-change: transform;
}

.doctor-shape::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 44px 78px 62px 82px;
}

/ * Более заметный блик внутри * /
.shape-glow {
  position: absolute;
  inset: -25%;
  background: linear-gradient(
    115deg,
    transparent 22%,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0.22) 48%,
    rgba(255, 255, 255, 0.38) 50%,
    rgba(255, 255, 255, 0.22) 52%,
    rgba(255, 255, 255, 0) 65%,
    transparent 78%
  );
  transform: translateX(-80%) rotate(8deg);
  animation: glowMove 4.8s ease-in-out infinite;
  will-change: transform, opacity;
}

/ * Кольцо сверху справа * /
.decor-ring {
  position: absolute;
  right: 46px;
  top: 42px;
  width: 54px;
  height: 54px;
  border: 5px solid rgba(39, 193, 188, 0.25);
  border-radius: 50%;
  animation: ringPulse 4.8s ease-in-out infinite;
  will-change: transform, opacity;
}

/ * Точки слева * /
.decor-dots {
  position: absolute;
  left: 28px;
  top: 340px;
  display: grid;
  grid-template-columns: repeat(3, 8px);
  gap: 10px;
}

.decor-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #28c2bd;
  opacity: 0.45;
  animation: dotsWave 3.2s ease-in-out infinite;
  will-change: transform, opacity;
}

.decor-dots span:nth-child(1) { animation-delay: 0s; }
.decor-dots span:nth-child(2) { animation-delay: .12s; }
.decor-dots span:nth-child(3) { animation-delay: .24s; }
.decor-dots span:nth-child(4) { animation-delay: .36s; }
.decor-dots span:nth-child(5) { animation-delay: .48s; }
.decor-dots span:nth-child(6) { animation-delay: .60s; }
.decor-dots span:nth-child(7) { animation-delay: .72s; }
.decor-dots span:nth-child(8) { animation-delay: .84s; }
.decor-dots span:nth-child(9) { animation-delay: .96s; }

/ * Мягкий круг под точками * /
.decor-soft-circle {
  position: absolute;
  left: 40px;
  top: 415px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(39, 193, 188, 0.10);
  animation: softCircleFloat 5.5s ease-in-out infinite;
  will-change: transform, opacity;
}

/ * Крестик справа * /
.decor-plus {
  position: absolute;
  left: 390px;
  bottom: 120px;
  width: 30px;
  height: 30px;
  animation: plusSwing 4.8s ease-in-out infinite;
  will-change: transform, opacity;
}

.decor-plus::before,
.decor-plus::after {
  content: "";
  position: absolute;
  background: #28c2bd;
  border-radius: 2px;
}

.decor-plus::before {
  width: 30px;
  height: 3px;
  left: 0;
  top: 13px;
}

.decor-plus::after {
  width: 3px;
  height: 30px;
  left: 13px;
  top: 0;
}

/ * Анимации * /

@keyframes shapeFloat {
  0% {
    transform: rotate(-5deg) translateY(0) translateX(0) scale(1);
  }

  35% {
    transform: rotate(-3.5deg) translateY(-14px) translateX(8px) scale(1.025);
  }

  70% {
    transform: rotate(-6.2deg) translateY(8px) translateX(-6px) scale(0.985);
  }

  100% {
    transform: rotate(-5deg) translateY(0) translateX(0) scale(1);
  }
}

@keyframes glowMove {
  0% {
    transform: translateX(-80%) rotate(8deg);
    opacity: 0;
  }

  20% {
    opacity: 0.45;
  }

  50% {
    transform: translateX(5%) rotate(8deg);
    opacity: 1;
  }

  80% {
    opacity: 0.45;
  }

  100% {
    transform: translateX(90%) rotate(8deg);
    opacity: 0;
  }
}

@keyframes ringPulse {
  0% {
    transform: scale(1) translateY(0);
    opacity: 0.45;
  }

  50% {
    transform: scale(1.22) translateY(-8px);
    opacity: 1;
  }

  100% {
    transform: scale(1) translateY(0);
    opacity: 0.45;
  }
}

@keyframes dotsWave {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.28;
  }

  35% {
    transform: translateY(-10px) scale(1.35);
    opacity: 1;
  }

  70% {
    transform: translateY(4px) scale(0.9);
    opacity: 0.5;
  }

  100% {
    transform: translateY(0) scale(1);
    opacity: 0.28;
  }
}

@keyframes softCircleFloat {
  0% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0.35;
  }

  50% {
    transform: translateY(-16px) translateX(12px) scale(1.18);
    opacity: 0.9;
  }

  100% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0.35;
  }
}

@keyframes plusSwing {
  0% {
    transform: translateY(0) rotate(0deg) scale(1);
    opacity: 0.55;
  }

  35% {
    transform: translateY(-10px) rotate(14deg) scale(1.18);
    opacity: 1;
  }

  70% {
    transform: translateY(5px) rotate(-8deg) scale(0.95);
    opacity: 0.75;
  }

  100% {
    transform: translateY(0) rotate(0deg) scale(1);
    opacity: 0.55;
  }
}


/ * ===== Новый врач в первом экране: фикс конфликтов со старыми стилями intro ===== * /

/ * Правый блок интро с новым врачом * /
.intro-item.intro-item--doctor {
  position: relative !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  min-height: 620px;
  font-size: initial !important;
  font-weight: initial !important;
}

/ * Старая бирюзовая фигура из .intro-item:last-of-type:after отключена только для нового блока * /
.intro-item.intro-item--doctor::before,
.intro-item.intro-item--doctor::after {
  content: none !important;
  display: none !important;
}

/ * Перебиваем старую серую плашку .intro-item:last-of-type > div * /
.intro-item.intro-item--doctor > div.doctor-hero,
.intro-item.intro-item--doctor > .doctor-hero {
  background: transparent !important;
  border-radius: 0 !important;
  bottom: auto !important;
  color: inherit !important;
  left: auto !important;
  padding: 0 !important;
  position: relative !important;
  text-align: inherit !important;
  z-index: 3 !important;
}

/ * Контейнер нового врача * /
.intro-item.intro-item--doctor .doctor-hero {
  width: 430px;
  height: 620px;
  overflow: visible;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

/ * Слой декора * /
.intro-item.intro-item--doctor .doctor-decor {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

/ * PNG врача * /
.intro-item.intro-item--doctor .doctor-photo {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 5;
  height: 540px;
  width: auto;
  max-width: none !important;
  min-width: 0 !important;
  transform: translateX(-50%);
  display: block;
}

/ * Основная бирюзовая подложка * /
.intro-item.intro-item--doctor .doctor-shape {
  position: absolute;
  left: 72px;
  top: 105px;
  width: 300px;
  height: 390px;
  background: linear-gradient(160deg, #3accc7 0%, #27c1bc 100%);
  border-radius: 54px 88px 74px 96px;
  transform: rotate(-5deg);
  box-shadow: 0 10px 35px rgba(39, 193, 188, 0.14);
  overflow: hidden;
  animation: doctorShapeFloat 8s ease-in-out infinite;
  will-change: transform;
}

.intro-item.intro-item--doctor .doctor-shape::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 44px 78px 62px 82px;
}

/ * Блик внутри * /
.intro-item.intro-item--doctor .shape-glow {
  position: absolute;
  inset: -25%;
  background: linear-gradient(
    115deg,
    transparent 22%,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0.22) 48%,
    rgba(255, 255, 255, 0.38) 50%,
    rgba(255, 255, 255, 0.22) 52%,
    rgba(255, 255, 255, 0) 65%,
    transparent 78%
  );
  transform: translateX(-80%) rotate(8deg);
  animation: doctorGlowMove 4.8s ease-in-out infinite;
  will-change: transform, opacity;
}

/ * Кольцо * /
.intro-item.intro-item--doctor .decor-ring {
  position: absolute;
  right: 46px;
  top: 42px;
  width: 54px;
  height: 54px;
  border: 5px solid rgba(39, 193, 188, 0.25);
  border-radius: 50%;
  animation: doctorRingPulse 4.8s ease-in-out infinite;
  will-change: transform, opacity;
}

/ * Точки * /
.intro-item.intro-item--doctor .decor-dots {
  position: absolute;
  left: 28px;
  top: 340px;
  display: grid;
  grid-template-columns: repeat(3, 8px);
  gap: 10px;
}

.intro-item.intro-item--doctor .decor-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #28c2bd;
  opacity: 0.45;
  animation: doctorDotsWave 3.2s ease-in-out infinite;
  will-change: transform, opacity;
}

.intro-item.intro-item--doctor .decor-dots span:nth-child(1) { animation-delay: 0s; }
.intro-item.intro-item--doctor .decor-dots span:nth-child(2) { animation-delay: .12s; }
.intro-item.intro-item--doctor .decor-dots span:nth-child(3) { animation-delay: .24s; }
.intro-item.intro-item--doctor .decor-dots span:nth-child(4) { animation-delay: .36s; }
.intro-item.intro-item--doctor .decor-dots span:nth-child(5) { animation-delay: .48s; }
.intro-item.intro-item--doctor .decor-dots span:nth-child(6) { animation-delay: .60s; }
.intro-item.intro-item--doctor .decor-dots span:nth-child(7) { animation-delay: .72s; }
.intro-item.intro-item--doctor .decor-dots span:nth-child(8) { animation-delay: .84s; }
.intro-item.intro-item--doctor .decor-dots span:nth-child(9) { animation-delay: .96s; }

/ * Мягкий круг * /
.intro-item.intro-item--doctor .decor-soft-circle {
  position: absolute;
  left: 40px;
  top: 415px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(39, 193, 188, 0.10);
  animation: doctorSoftCircleFloat 5.5s ease-in-out infinite;
  will-change: transform, opacity;
}

/ * Крестик * /
.intro-item.intro-item--doctor .decor-plus {
  position: absolute;
  left: 390px;
  bottom: 120px;
  width: 30px;
  height: 30px;
  animation: doctorPlusSwing 4.8s ease-in-out infinite;
  will-change: transform, opacity;
}

.intro-item.intro-item--doctor .decor-plus::before,
.intro-item.intro-item--doctor .decor-plus::after {
  content: "";
  position: absolute;
  background: #28c2bd;
  border-radius: 2px;
}

.intro-item.intro-item--doctor .decor-plus::before {
  width: 30px;
  height: 3px;
  left: 0;
  top: 13px;
}

.intro-item.intro-item--doctor .decor-plus::after {
  width: 3px;
  height: 30px;
  left: 13px;
  top: 0;
}

/ * Адаптив для нового врача * /
@media (max-width: 1130px) {
  .intro-item.intro-item--doctor {
    padding-bottom: 50px;
  }

  .intro-item.intro-item--doctor .doctor-hero {
    width: 360px;
    height: 520px;
  }

  .intro-item.intro-item--doctor .doctor-photo {
    height: 470px;
  }

  .intro-item.intro-item--doctor .doctor-shape {
    left: 55px;
    top: 80px;
    width: 260px;
    height: 350px;
  }

  .intro-item.intro-item--doctor .decor-plus {
    left: 330px;
    bottom: 95px;
  }
}

@media (max-width: 545px) {
  .intro-item.intro-item--doctor .doctor-hero {
    width: 300px;
    height: 440px;
  }

  .intro-item.intro-item--doctor .doctor-photo {
    height: 400px;
  }

  .intro-item.intro-item--doctor .doctor-shape {
    left: 45px;
    top: 70px;
    width: 220px;
    height: 300px;
  }

  .intro-item.intro-item--doctor .decor-ring {
    right: 20px;
    top: 32px;
  }

  .intro-item.intro-item--doctor .decor-dots {
    left: 12px;
    top: 250px;
  }

  .intro-item.intro-item--doctor .decor-soft-circle {
    left: 24px;
    top: 315px;
  }

  .intro-item.intro-item--doctor .decor-plus {
    left: 265px;
    bottom: 82px;
  }
}

/ * Анимации с уникальными именами * /
@keyframes doctorShapeFloat {
  0% {
    transform: rotate(-5deg) translateY(0) translateX(0) scale(1);
  }

  35% {
    transform: rotate(-3.5deg) translateY(-14px) translateX(8px) scale(1.025);
  }

  70% {
    transform: rotate(-6.2deg) translateY(8px) translateX(-6px) scale(0.985);
  }

  100% {
    transform: rotate(-5deg) translateY(0) translateX(0) scale(1);
  }
}

@keyframes doctorGlowMove {
  0% {
    transform: translateX(-80%) rotate(8deg);
    opacity: 0;
  }

  20% {
    opacity: 0.45;
  }

  50% {
    transform: translateX(5%) rotate(8deg);
    opacity: 1;
  }

  80% {
    opacity: 0.45;
  }

  100% {
    transform: translateX(90%) rotate(8deg);
    opacity: 0;
  }
}

@keyframes doctorRingPulse {
  0% {
    transform: scale(1) translateY(0);
    opacity: 0.45;
  }

  50% {
    transform: scale(1.22) translateY(-8px);
    opacity: 1;
  }

  100% {
    transform: scale(1) translateY(0);
    opacity: 0.45;
  }
}

@keyframes doctorDotsWave {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.28;
  }

  35% {
    transform: translateY(-10px) scale(1.35);
    opacity: 1;
  }

  70% {
    transform: translateY(4px) scale(0.9);
    opacity: 0.5;
  }

  100% {
    transform: translateY(0) scale(1);
    opacity: 0.28;
  }
}

@keyframes doctorSoftCircleFloat {
  0% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0.35;
  }

  50% {
    transform: translateY(-16px) translateX(12px) scale(1.18);
    opacity: 0.9;
  }

  100% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0.35;
  }
}

@keyframes doctorPlusSwing {
  0% {
    transform: translateY(0) rotate(0deg) scale(1);
    opacity: 0.55;
  }

  35% {
    transform: translateY(-10px) rotate(14deg) scale(1.18);
    opacity: 1;
  }

  70% {
    transform: translateY(5px) rotate(-8deg) scale(0.95);
    opacity: 0.75;
  }

  100% {
    transform: translateY(0) rotate(0deg) scale(1);
    opacity: 0.55;
  }
}


*/

/* ==========================================================
   Новый врач в первом экране - чистая версия
   Старые стили выше сохранены в комментариях и сужены через :not(.intro-item--doctor)
   ========================================================== */

.intro-item.intro-item--doctor {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 620px;
  font-size: initial;
  font-weight: initial;
}

.intro-item.intro-item--doctor::before,
.intro-item.intro-item--doctor::after {
  content: none;
  display: none;
}

.intro-item.intro-item--doctor .doctor-hero {
  position: relative;
  width: 430px;
  height: 620px;
  overflow: visible;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transform: translateX(70px);
  z-index: 3;
}

.intro-item.intro-item--doctor .doctor-decor {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.intro-item.intro-item--doctor .doctor-photo {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 5;
  height: 580px;
  width: auto;
  max-width: none;
  min-width: 0;
  transform: translateX(-50%);
  display: block;
}

.intro-item.intro-item--doctor .doctor-shape {
  position: absolute;
  left: 72px;
  top: 105px;
  width: 300px;
  height: 390px;
  background: linear-gradient(160deg, #3accc7 0%, #27c1bc 100%);
  border-radius: 54px 88px 74px 96px;
  transform: rotate(-5deg);
  box-shadow: 0 10px 35px rgba(39, 193, 188, 0.14);
  overflow: hidden;
  animation: doctorShapeFloat 8s ease-in-out infinite;
  will-change: transform;
}

.intro-item.intro-item--doctor .doctor-shape::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 44px 78px 62px 82px;
}

.intro-item.intro-item--doctor .shape-glow {
  position: absolute;
  inset: -25%;
  background: linear-gradient(
    115deg,
    transparent 22%,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0.22) 48%,
    rgba(255, 255, 255, 0.38) 50%,
    rgba(255, 255, 255, 0.22) 52%,
    rgba(255, 255, 255, 0) 65%,
    transparent 78%
  );
  transform: translateX(-80%) rotate(8deg);
  animation: doctorGlowMove 4.8s ease-in-out infinite;
  will-change: transform, opacity;
}

.intro-item.intro-item--doctor .decor-ring {
  position: absolute;
  right: 46px;
  top: 42px;
  width: 54px;
  height: 54px;
  border: 5px solid rgba(39, 193, 188, 0.25);
  border-radius: 50%;
  animation: doctorRingPulse 4.8s ease-in-out infinite;
  will-change: transform, opacity;
}

.intro-item.intro-item--doctor .decor-dots {
  position: absolute;
  left: 28px;
  top: 340px;
  display: grid;
  grid-template-columns: repeat(3, 8px);
  gap: 10px;
}

.intro-item.intro-item--doctor .decor-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #28c2bd;
  opacity: 0.45;
  animation: doctorDotsWave 3.2s ease-in-out infinite;
  will-change: transform, opacity;
}

.intro-item.intro-item--doctor .decor-dots span:nth-child(1) { animation-delay: 0s; }
.intro-item.intro-item--doctor .decor-dots span:nth-child(2) { animation-delay: .12s; }
.intro-item.intro-item--doctor .decor-dots span:nth-child(3) { animation-delay: .24s; }
.intro-item.intro-item--doctor .decor-dots span:nth-child(4) { animation-delay: .36s; }
.intro-item.intro-item--doctor .decor-dots span:nth-child(5) { animation-delay: .48s; }
.intro-item.intro-item--doctor .decor-dots span:nth-child(6) { animation-delay: .60s; }
.intro-item.intro-item--doctor .decor-dots span:nth-child(7) { animation-delay: .72s; }
.intro-item.intro-item--doctor .decor-dots span:nth-child(8) { animation-delay: .84s; }
.intro-item.intro-item--doctor .decor-dots span:nth-child(9) { animation-delay: .96s; }

.intro-item.intro-item--doctor .decor-soft-circle {
  position: absolute;
  left: 40px;
  top: 415px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(39, 193, 188, 0.10);
  animation: doctorSoftCircleFloat 5.5s ease-in-out infinite;
  will-change: transform, opacity;
}

.intro-item.intro-item--doctor .decor-plus {
  position: absolute;
  left: 390px;
  bottom: 120px;
  width: 30px;
  height: 30px;
  animation: doctorPlusSwing 4.8s ease-in-out infinite;
  will-change: transform, opacity;
}

.intro-item.intro-item--doctor .decor-plus::before,
.intro-item.intro-item--doctor .decor-plus::after {
  content: "";
  position: absolute;
  background: #28c2bd;
  border-radius: 2px;
}

.intro-item.intro-item--doctor .decor-plus::before {
  width: 30px;
  height: 3px;
  left: 0;
  top: 13px;
}

.intro-item.intro-item--doctor .decor-plus::after {
  width: 3px;
  height: 30px;
  left: 13px;
  top: 0;
}

@media (max-width: 1130px) {
  .intro-item.intro-item--doctor {
    display: none;
  }
}

@keyframes doctorShapeFloat {
  0% {
    transform: rotate(-5deg) translateY(0) translateX(0) scale(1);
  }

  35% {
    transform: rotate(-3.5deg) translateY(-14px) translateX(8px) scale(1.025);
  }

  70% {
    transform: rotate(-6.2deg) translateY(8px) translateX(-6px) scale(0.985);
  }

  100% {
    transform: rotate(-5deg) translateY(0) translateX(0) scale(1);
  }
}

@keyframes doctorGlowMove {
  0% {
    transform: translateX(-80%) rotate(8deg);
    opacity: 0;
  }

  20% {
    opacity: 0.45;
  }

  50% {
    transform: translateX(5%) rotate(8deg);
    opacity: 1;
  }

  80% {
    opacity: 0.45;
  }

  100% {
    transform: translateX(90%) rotate(8deg);
    opacity: 0;
  }
}

@keyframes doctorRingPulse {
  0% {
    transform: scale(1) translateY(0);
    opacity: 0.45;
  }

  50% {
    transform: scale(1.22) translateY(-8px);
    opacity: 1;
  }

  100% {
    transform: scale(1) translateY(0);
    opacity: 0.45;
  }
}

@keyframes doctorDotsWave {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.28;
  }

  35% {
    transform: translateY(-10px) scale(1.35);
    opacity: 1;
  }

  70% {
    transform: translateY(4px) scale(0.9);
    opacity: 0.5;
  }

  100% {
    transform: translateY(0) scale(1);
    opacity: 0.28;
  }
}

@keyframes doctorSoftCircleFloat {
  0% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0.35;
  }

  50% {
    transform: translateY(-16px) translateX(12px) scale(1.18);
    opacity: 0.9;
  }

  100% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0.35;
  }
}

@keyframes doctorPlusSwing {
  0% {
    transform: translateY(0) rotate(0deg) scale(1);
    opacity: 0.55;
  }

  35% {
    transform: translateY(-10px) rotate(14deg) scale(1.18);
    opacity: 1;
  }

  70% {
    transform: translateY(5px) rotate(-8deg) scale(0.95);
    opacity: 0.75;
  }

  100% {
    transform: translateY(0) rotate(0deg) scale(1);
    opacity: 0.55;
  }
}

/* Отступ снизу в первом экране, когда правый мокап врача скрыт */
@media (max-width: 1130px) {
  .intro {
    padding-bottom: 50px;
  }
}

/* CSS-подложка первого экрана вместо старой фоновой картинки */

.intro {
  overflow: hidden;
}

/* Легкая сетка */
.intro::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(30, 203, 192, 0.088) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 203, 192, 0.088) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.58) 0%,
    rgba(0, 0, 0, 0.34) 44%,
    rgba(0, 0, 0, 0.12) 74%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.58) 0%,
    rgba(0, 0, 0, 0.34) 44%,
    rgba(0, 0, 0, 0.12) 74%,
    transparent 100%
  );
}

/* Мягкое пятно справа снизу вместо дуги 
.intro .container::before {
  content: "";
  position: absolute;
  left: -260px;
  top: -120px;
  width: 1120px;
  height: 760px;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse at 44% 42%,
      rgba(30, 203, 192, 0.082) 0%,
      rgba(30, 203, 192, 0.048) 28%,
      rgba(30, 203, 192, 0.022) 54%,
      rgba(255, 255, 255, 0) 82%
    );
  filter: blur(3px);
}
*/
