

/* Start:/local/templates/markup/scss/main.css?177858548157539*/
@charset "UTF-8";
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none; }

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

/* Links */
a, a:link, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

/* Common */
aside, nav, footer, header, section, main {
  display: block; }

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

ul, ul li {
  list-style: none; }

img {
  vertical-align: top; }

img, svg {
  max-width: 100%;
  height: auto; }

address {
  font-style: normal; }

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent; }

input::-ms-clear {
  display: none; }

button, input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer; }

input:focus, input:active,
button:focus, button:active {
  outline: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

label {
  cursor: pointer; }

legend {
  display: block; }

input[type='file'] {
  max-width: 100%; }

/*$fiolet-color: #9F91AC;*/
html {
  font-size: 10px; }

body {
  font-family: "Inter", sans-serif !important; }
  body .container {
    max-width: 80rem;
    width: 100%;
    padding: 0 1.2rem;
    margin: auto; }

.button-primary {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
  color: #FFFFFF;
  background: linear-gradient(180deg, #D94962 -0.03%, #C80268 100.05%);
  height: 3.8rem;
  width: 100%;
  border-radius: 9rem;
  display: flex;
  align-items: center;
  justify-content: center; }

.title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem; }
  .title-block__title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    margin-bottom: 0; }
  .title-block__navigation {
    display: flex;
    gap: 1rem; }
    .title-block__navigation-prev, .title-block__navigation-next {
      width: 3.4rem;
      height: 3.4rem; }
  .title-block__info {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin-bottom: 0; }
  .title-block .swiper-button-disabled {
    opacity: .5; }

.indent {
  margin-top: 5rem; }

a {
  display: block; }

img, svg {
  width: 100%; }

body.active {
  overflow: hidden; }

.header {
  background: #FFFFFF;
  padding: 1.2rem 0;
  position: relative;
  z-index: 20;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 2.5rem; }
  .header__section {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header__buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem; }
    .header__buttons-link {
      display: flex;
      width: 3.5rem;
      height: 3.5rem; }
  .header__modal {
    position: absolute;
    background: #FFFFFF;
    top: -100%;
    z-index: 10;
    width: 90%;
    left: 0;
    right: 0;
    margin: 2rem auto 0;
    border-radius: 1rem;
    padding: 2.5rem;
    /*display: none;*/
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.4s ease, top 0.4s ease, opacity 0.3s ease; }
    .header__modal--active {
      /*display: block;*/
      transform: translateY(0);
      opacity: 1;
      top: 100%; }
    .header__modal-logo {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto; }
  .header__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease; }
    .header__overlay--active {
      opacity: 1;
      visibility: visible;
      z-index: 10; }
  .header__burger {
    width: 35px;
    height: 35px;
    position: relative;
    transition-duration: 1s;
    cursor: pointer;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CD026B;
    border-radius: 100%; }
    .header__burger-border {
      height: 2px;
      width: 18px;
      background-color: #CD026B;
      border-radius: 20px;
      position: absolute;
      transition-duration: .25s;
      transition-delay: .25s;
      top: 51%;
      transform: translateY(-51%); }
      .header__burger-border:before {
        left: 0;
        position: absolute;
        top: -7px;
        height: 2px;
        width: 18px;
        background-color: #CD026B;
        content: "";
        border-radius: 20px;
        transition-duration: .25s;
        transition: transform .25s, top .25s .25s; }
      .header__burger-border:after {
        left: 0;
        position: absolute;
        top: 7px;
        height: 2px;
        width: 18px;
        background-color: #CD026B;
        content: "";
        border-radius: 20px;
        transition-duration: .25s;
        transition: transform .25s, top .25s .25s; }
  .header__burger.active .header__burger-border {
    transition-duration: 0.1s;
    transition-delay: .25s;
    background: transparent; }
    .header__burger.active .header__burger-border:before {
      transition: top .25s, transform .25s .25s;
      top: 0px;
      transform: rotateZ(-45deg); }
    .header__burger.active .header__burger-border:after {
      transition: top 0.4s, transform .25s .25s;
      top: 0px;
      transform: rotateZ(45deg); }
  .header__menu {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 10;
    position: relative; }
    .header__menu-link {
      font-size: 1.4rem;
      font-weight: 400;
      line-height: normal;
      color: #000000; }
  .header__network {
    margin-top: 2rem;
    z-index: 10;
    position: relative; }
    .header__network-title {
      font-size: 1.4rem;
      font-weight: 700;
      line-height: normal;
      color: #000000; }
    .header__network-elements {
      margin-top: 1.6rem;
      display: flex;
      gap: 1rem; }
    .header__network-link {
      width: 3.5rem;
      height: 3.5rem;
      border-radius: .5rem; }

.banner__image {
  height: clamp(20rem, calc(34vw + 7.7rem), 35rem);
  overflow: hidden;
  transition: height 0.3s ease;
  z-index: 2;
  position: relative;
  /*@media (max-width: 500px) {
      height: 200px;
  }*/ }
  .banner__image-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    border-radius: 1rem; }
  .banner__image-logo {
    position: absolute;
    left: 1.4rem;
    bottom: 1.4rem;
    width: 25%;
    transition: width 0.3s ease; }
    @media (max-width: 500px) {
      .banner__image-logo {
        width: 9.5rem; } }
.banner__element {
  background: #535161;
  padding: 1.5rem 1.5rem 2.5rem;
  border-radius: 1rem;
  position: relative; }
.banner__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  color: #FFFFFF;
  text-align: center;
  margin-top: 2rem;
  z-index: 2;
  position: relative; }
.banner__info {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
  color: #FFFFFF;
  text-align: center;
  margin: 1rem 0 0;
  z-index: 2;
  position: relative; }
.banner__description {
  height: 10.5rem;
  z-index: 2;
  position: relative; }
  .banner__description-subsection {
    height: auto; }
.banner__back {
  position: absolute;
  bottom: -30px;
  height: auto;
  width: 100%;
  object-fit: cover;
  opacity: 1;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto; }
.banner__button {
  position: relative;
  z-index: 2;
  margin-top: 2rem; }
  .banner__button--white {
    margin-top: 1.3rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    color: #CD026B;
    background: #FFFFFF;
    height: 3.8rem;
    width: 100%;
    border-radius: 9rem;
    display: flex;
    align-items: center;
    justify-content: center; }
.banner__pagination {
  bottom: 8rem !important;
  top: unset; }
.banner .swiper-pagination-bullet {
  width: .7rem;
  height: .7rem;
  background: #FFFFFF;
  border-radius: 100%;
  opacity: .5;
  margin: 0 2.5px; }
.banner .swiper-pagination-bullet-active {
  width: 1.4rem;
  height: .7rem;
  background: #FFFFFF;
  border-radius: 5rem;
  opacity: 1; }

.footer {
  padding: 3rem 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  margin-top: 3rem;
  box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.25); }
  .footer__logo {
    width: 30%;
    transition: height 0.3s ease;
    margin: auto; }
    @media (max-width: 500px) {
      .footer__logo {
        width: 48%; } }
    .footer__logo-img {
      height: 100%;
      width: 100%;
      object-fit: contain; }
  .footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
    margin-top: 3rem; }
    .footer__contacts-label {
      font-size: 1.4rem;
      font-weight: 700;
      line-height: normal;
      color: #000000;
      margin-bottom: .8rem; }
    .footer__contacts-value {
      font-size: 1.4rem;
      font-weight: 400;
      line-height: normal;
      color: #000000;
      margin-bottom: 0; }
  .footer__network {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 4rem; }
    .footer__network-title {
      font-size: 1.4rem;
      font-weight: 700;
      line-height: normal;
      color: #000000;
      text-align: center;
      margin-bottom: 0;
      width: 100%; }
  .footer__menu {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 4rem; }
    .footer__menu-link {
      font-size: 1.4rem;
      font-weight: 400;
      line-height: normal;
      color: #000000;
      text-align: center;
      margin-bottom: 0; }

.services__section {
  background: #535161;
  border-radius: 1rem;
  padding: 2rem; }
.services__all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1.5rem;
  border-radius: 10rem;
  background: #FFFFFF; }
  .services__all-value {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    color: #000000; }
  .services__all-icon {
    color: #000000;
    width: 2rem;
    height: 2rem; }
.services__menu {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 2rem;
  padding: 0 1.5rem; }
  .services__menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .services__menu-value {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF; }
  .services__menu-icon {
    color: #FFFFFF;
    width: 1.7rem;
    height: 1.7rem; }
.services__button {
  margin-top: 3rem; }

.expert {
  margin-top: 4rem; }

.expert-card {
  position: relative; }
  .expert-card__description {
    margin: .5rem 0 0;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    z-index: 10; }
  .expert-card__button {
    margin-top: 2rem;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
    background: #535161;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9rem;
    height: 3.8rem; }
  .expert-card__content {
    background-color: rgba(159, 145, 172, 0.15);
    -webkit-mask: radial-gradient(circle at 100% 0%, transparent 60px, #fff 61px);
    mask: radial-gradient(circle at 100% 0%, transparent 65px, #fff 61px);
    border-radius: 1rem;
    padding: 2rem;
    position: relative; }
  .expert-card__name {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    z-index: 10;
    position: relative; }
  .expert-card__surname {
    font-size: 2rem;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(180deg, #D94962 -0.03%, #C80268 100.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0; }
  .expert-card__first {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin: 0; }
  .expert-card__work {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-top: 2rem;
    z-index: 2;
    position: relative; }
  .expert-card__position {
    height: 3.4rem; }
  .expert-card__position, .expert-card__experience {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin: 0; }
  .expert-card__services {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #535161;
    border-radius: 10rem;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    padding: 0 1.5rem;
    height: 3.5rem;
    width: 18.5rem;
    margin-top: 2rem;
    z-index: 10;
    position: relative; }
    .expert-card__services-icon {
      color: #FFFFFF;
      width: 1.9rem;
      height: 1.9rem; }
    .expert-card__services-label {
      font-size: 1.2rem;
      font-weight: 400;
      line-height: normal;
      color: #FFFFFF; }
  .expert-card__photo {
    background: #FFFFFF;
    border-radius: 1rem;
    border: 2px solid rgba(159, 145, 172, 0.3);
    height: 25.2rem;
    margin-top: 2rem;
    z-index: 2;
    position: relative; }
  .expert-card__logo {
    width: 32%;
    position: absolute;
    top: 1.8rem;
    left: 1.8rem; }
    .expert-card__logo-big {
      position: absolute;
      top: .5rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1; }
  .expert-card__image {
    position: absolute;
    height: 23rem;
    bottom: 0;
    right: 1.8rem; }
    .expert-card__image-img {
      height: 100%;
      width: 100%;
      object-fit: contain;
      object-position: center; }
  .expert-card__icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px; }

.promo {
  margin-top: 4rem; }
  .promo__button {
    margin-top: 3rem; }

.promo-card {
  position: relative; }
  .promo-card__tag {
    top: 1.2rem;
    right: 1.2rem;
    position: absolute;
    z-index: 2;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
    background: #535161;
    padding: .4rem .7rem;
    border-radius: 1rem;
    margin: 0; }
  .promo-card__image {
    height: clamp(32.5rem, calc(28.4vw + 22.3rem), 45rem);
    overflow: hidden;
    position: relative; }
    .promo-card__image-img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 1rem; }
  .promo-card__name {
    border-radius: 1rem;
    background: #535161;
    color: #FFFFFF;
    padding: 2.2rem 1.4rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left; }
    .promo-card__name-value {
      font-size: 1.6rem;
      font-weight: 700;
      line-height: normal;
      -webkit-line-clamp: 2;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin: 0; }
  .promo-card__logo {
    position: absolute;
    bottom: 9.5rem;
    left: 1.4rem;
    opacity: .2;
    width: 9.5rem; }

.about {
  margin-top: 4rem; }
  .about__title-block {
    align-items: unset;
    flex-direction: column;
    gap: 2rem; }
  .about__section {
    background: #FFFFFF;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25); }
  .about__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 7px; }
    .about__tags-value {
      font-size: 1rem;
      font-weight: 400;
      line-height: normal;
      color: #000000;
      border: 1px solid #CD026B;
      border-radius: 8rem;
      padding: .8rem 1.5rem;
      margin-bottom: 0;
      position: relative;
      display: inline-flex; }
    .about__tags-button {
      margin-top: 2rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1.5rem;
      background: #FFFFFF;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
      color: #000000;
      border-radius: 8rem;
      width: 13rem;
      height: 3.5rem;
      padding: 1rem 1.5rem; }
      .about__tags-button-value {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: normal;
        color: #000000; }
      .about__tags-button-icon {
        width: 1.9rem;
        height: 1.9rem; }
  .about__image {
    margin-top: 4rem;
    height: 24rem;
    height: clamp(24rem, calc(81.8vw - 5.5rem), 60rem);
    overflow: hidden;
    position: relative; }
    .about__image-img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 1rem; }
    .about__image-logo {
      position: absolute;
      bottom: 1rem;
      left: 1.4rem;
      opacity: .2;
      width: 9.5rem; }

.advantages__content {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  background: #535161;
  padding: 2rem;
  border-radius: 1rem;
  position: relative; }
.advantages__back {
  position: absolute;
  object-fit: contain;
  object-position: top;
  z-index: 1;
  width: 90%;
  height: auto;
  left: 0;
  right: 0;
  /* top: 100%; */
  /* transform: translateY(-100%); */
  margin: auto;
  border-radius: 1rem;
  bottom: 4rem; }
.advantages__item {
  position: relative;
  z-index: 2; }
  .advantages__item-value {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
    margin-bottom: 0;
    text-align: center; }
  .advantages__item-label {
    font-size: 4rem;
    font-weight: 700;
    line-height: normal;
    color: #FFFFFF;
    margin-bottom: .7rem;
    text-align: center; }

.gallery {
  margin-top: 4rem; }
  .gallery__button {
    margin-top: 3rem; }

.gallery-card {
  position: relative; }
  .gallery-card__image {
    height: clamp(24rem, calc(81.8vw - 5.5rem), 60rem);
    overflow: hidden; }
    .gallery-card__image-img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 1rem; }
  .gallery-card__logo {
    position: absolute;
    bottom: 1rem;
    left: 1.4rem;
    opacity: .2;
    width: 9.5rem; }

.question {
  margin-top: 3rem; }
  .question__content {
    padding: 2.5rem;
    background: #FFFFFF;
    border-radius: 1rem;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25); }
  .question__title-block {
    display: flex;
    flex-direction: column;
    gap: .5rem; }
  .question__title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-align: center;
    margin: 0; }
  .question__button {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem; }
    .question__button-label {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: normal;
      color: #000000; }
    .question__button-icon {
      width: 3.4rem;
      height: 3.4rem; }

.map {
  margin-top: 3rem; }
  .map iframe {
    width: 100%; }

.auth__element {
  position: relative; }
  .auth__element .eye-close {
    display: none; }
  .auth__element:not(:last-child) {
    margin-bottom: 2rem; }
  .auth__element-input {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 4.3rem;
    background: #FFFFFF;
    border-radius: 10rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    padding: 0 2.4rem; }
    .auth__element-input::placeholder {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: normal;
      color: #ADADAD; }
  .auth__element-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    width: 2rem;
    height: 2rem;
    color: #ADADAD; }
.auth svg.active .eye-open {
  display: none; }
.auth svg.active .eye-close {
  display: none; }
.auth__button {
  background: linear-gradient(180deg, #D94962 -0.03%, #C80268 100.05%) !important;
  cursor: pointer; }
.auth input[type="submit"] {
  display: block; }
.auth__buttons {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem; }
  .auth__buttons-link {
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin-bottom: 0; }
.auth__promo {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  background: #FFFFFF;
  border-radius: 1rem;
  padding: 1.3rem;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: 17rem 11rem;
  gap: 4rem;
  align-items: center;
  justify-content: space-between; }
  .auth__promo-text {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: normal;
    color: #535161;
    margin: 0; }
    .auth__promo-text span {
      color: #CD026B;
      font-size: 2.4rem;
      font-weight: 600;
      line-height: normal;
      margin: 0 .5rem; }
.auth__approval {
  margin-bottom: 2rem; }
  .auth__approval-checkbox {
    display: flex;
    gap: 2rem; }
  .auth__approval-input {
    -webkit-appearance: none;
    appearance: none;
    width: 2rem;
    height: 2rem;
    border: 1px solid #CD026B;
    border-radius: 0.25rem;
    background-color: #fff;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0;
    flex-shrink: 0; }
    .auth__approval-input:checked {
      background-color: #CD026B;
      border-color: #CD026B;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); }
  .auth__approval-label {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    color: #000000; }

.contacts__section {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  padding: 2rem;
  background: #FFFFFF; }
.contacts__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  color: #000000;
  margin-bottom: 1.7rem; }
.contacts__info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }
.contacts__element-label {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
  color: #000000;
  margin-bottom: .8rem; }
.contacts__element-value {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
  color: #000000;
  margin-bottom: 0; }
.contacts__network {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; }
  .contacts__network-title {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    width: 100%; }
  .contacts__network-link {
    width: 3.4rem;
    height: 3.4rem; }
.contacts__map {
  margin-top: 2rem; }
  .contacts__map iframe {
    width: 100%;
    border-radius: 1rem; }

.services__search {
  background: #535161;
  padding: 2rem;
  border-radius: 1rem; }
  .services__search-title {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
    margin-bottom: 1.5rem; }
.services .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 9rem; }
.services .select2-container .select2-selection--single {
  height: 3.8rem;
  display: flex;
  align-items: center;
  padding: 0 2rem; }
.services .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000000;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: normal; }
.services .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000;
  line-height: normal;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0; }
.services .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .services .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 9rem;
  border-bottom-right-radius: 9rem; }
.services .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; }
.services .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  display: block;
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("/local/templates/clinic/markup/images/down-2.svg") no-repeat;
  background-size: contain; }
.services .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: 2rem; }
.services__cards {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem; }
  .services__cards-element {
    padding: 2rem;
    background: rgba(159, 145, 172, 0.3);
    border-radius: 1rem; }
  .services__cards-header {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .services__cards-title {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin: 0; }
  .services__cards-icon {
    background: #535161;
    width: 34px;
    height: 34px;
    padding: .7rem;
    border-radius: 100%;
    color: #FFFFFF; }
.services .select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 0px;
  padding-right: 0px;
  position: absolute;
  left: unset;
  right: 5rem; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  margin-top: 1rem;
  padding: 2rem 1rem;
  border-radius: 2rem;
  border-top-left-radius: 2rem !important;
  border-top-right-radius: 2rem !important; }

.select2-dropdown {
  background-color: white;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  border: none !important;
  border-radius: 2rem;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  height: 4rem;
  border-radius: 1rem;
  padding: 0 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal; }

.select2-container .select2-results__option {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: normal;
  color: #000000;
  padding: 1rem; }
  .select2-container .select2-results__option:not(:last-child) {
    margin-bottom: .5rem; }

.select2-container .select2-results {
  margin-top: 1rem; }

.select2-container--default.select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #535161;
  color: #FFFFFF;
  border-radius: .5rem; }

.service-card {
  margin-top: 2rem;
  background: #FFFFFF;
  padding: 1.6rem 2rem;
  border-radius: 1rem; }
  .service-card__spec {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    color: #CD026B; }
  .service-card__title {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin-bottom: .8rem; }
  .service-card__character {
    display: grid;
    grid-template-columns: 1.1rem 1fr;
    gap: 1.1rem;
    align-items: center;
    margin-bottom: 1rem; }
    .service-card__character-value {
      font-size: 1rem;
      font-weight: 400;
      line-height: normal;
      color: #000000;
      margin-bottom: 0; }
  .service-card__button {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    border-radius: 9rem;
    width: 100%;
    height: 3rem;
    background: #FFFFFF;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem; }
    .service-card__button-icon {
      color: #000000;
      width: 1.9rem;
      height: 1.9rem; }
  .service-card__info {
    padding-top: 1rem;
    margin: 1rem 0;
    border-top: 1px solid #D7D7D7; }

.subsection {
  margin-top: 2rem; }
  .subsection__description {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin-bottom: 0; }
  .subsection__advantages {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem; }
    .subsection__advantages-element {
      padding: 1.2rem;
      border-radius: 1rem;
      background: #FFFFFF;
      height: 6rem;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
      display: grid;
      align-items: center;
      grid-template-columns: 3.2rem 1fr;
      gap: 1.5rem; }
      .subsection__advantages-element-icon {
        width: 32px;
        height: 32px; }
      .subsection__advantages-element-name {
        font-size: 1.4rem;
        font-weight: 400;
        line-height: normal;
        color: #000000;
        margin-bottom: 0; }

.directions {
  margin-top: 5rem; }
  .directions .accordion {
    display: flex;
    flex-direction: column;
    gap: 2rem; }
    .directions .accordion-button:not(.collapsed) {
      font-size: 1.4rem;
      font-weight: 400;
      line-height: normal;
      color: #000000;
      background-color: transparent;
      box-shadow: none;
      border-radius: 0;
      padding: 0;
      position: relative; }
    .directions .accordion-button {
      padding: 0;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: normal;
      color: #000000; }
      .directions .accordion-button:after {
        width: 1.5rem;
        height: 1.5rem;
        background-size: contain; }
    .directions .accordion-item {
      background-color: transparent;
      border: none; }
    .directions .accordion-body {
      margin-top: 2rem;
      padding: 1rem;
      background: rgba(159, 145, 172, 0.1);
      border-radius: 1rem; }
      .directions .accordion-body-text {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: normal;
        color: #000000;
        margin-bottom: 0; }
      .directions .accordion-body-list li:not(:last-child) {
        margin-bottom: 1.5rem; }
      .directions .accordion-body-list-title {
        margin-top: 2rem;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: normal;
        color: #000000; }

.price-list {
  margin-top: 5rem; }
  .price-list__section {
    background: rgba(159, 145, 172, 0.3);
    padding: 2rem;
    border-radius: 1rem; }
  .price-list__title {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin-bottom: 1.5rem; }
  .price-list .services__search {
    background: transparent;
    padding: 0;
    border-radius: 0; }
  .price-list .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 9rem;
    height: 3.8rem;
    padding: 0 2rem;
    display: flex;
    align-items: center; }
  .price-list .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
    line-height: normal;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 0; }
  .price-list .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000000;
    font-size: 1.2rem; }
  .price-list .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; }
  .price-list .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    width: 2rem; }
    .price-list .select2-container--default .select2-selection--single .select2-selection__arrow:before {
      display: block;
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      background: url("/local/templates/clinic/markup/images/down-2.svg") no-repeat;
      background-size: contain; }
  .price-list .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 0px;
    padding-right: 0px;
    position: absolute;
    left: unset;
    right: 5rem; }
  .price-list .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .price-list .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 9rem;
    border-bottom-right-radius: 9rem; }
  .price-list__block {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem; }
  .price-list__element {
    background: #FFFFFF;
    padding: 1.5rem 2rem;
    border-radius: 1rem; }
    .price-list__element-header {
      display: grid;
      grid-template-columns: 1fr max-content;
      gap: 3rem;
      align-items: center; }
    .price-list__element-name {
      font-size: 1.2rem;
      font-weight: 400;
      line-height: normal;
      color: #000000;
      margin-bottom: 0; }
    .price-list__element-price {
      font-size: 1.4rem;
      font-weight: 700;
      line-height: normal;
      color: #000000;
      margin-bottom: 0; }
  .price-list__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 2.5rem; }
  .price-list__btn {
    height: 2.7rem;
    padding: 0 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    font-size: 1rem; }
    .price-list__btn-icon {
      width: 1.9rem;
      height: 1.9rem; }
  .price-list .button-primary-white {
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    color: #CD026B;
    background: #FFFFFF;
    border: 1px solid #CD026B;
    width: 100%;
    border-radius: 9rem; }

.detail__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  color: #000000;
  margin-bottom: 2rem; }
.detail__description {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: normal;
  color: #000000;
  margin-bottom: 2rem; }
.detail__time {
  /*margin-top: 1.5rem;*/
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  align-items: center;
  gap: 1rem; }
  .detail__time-text {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin-bottom: 0; }
.detail__stages {
  margin-top: 2rem; }
  .detail__stages-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    margin-bottom: 2rem; }
  .detail__stages-block {
    display: flex;
    flex-direction: column;
    gap: 1.5rem; }
  .detail__stages-element {
    display: grid;
    grid-template-columns: 3rem 1fr;
    align-items: center;
    gap: 2rem; }
  .detail__stages-number {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
    border-radius: 100%;
    height: 3rem;
    background: linear-gradient(180deg, #D94962 -0.03%, #C80268 100.05%);
    display: flex;
    align-items: center;
    justify-content: center; }
  .detail__stages-info {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin-bottom: 0; }
.detail__button {
  margin-top: 3rem; }
.detail__price {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }
  .detail__price-element {
    background: #FFFFFF;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    padding: 1.5rem 2rem;
    display: grid;
    grid-template-columns: 1fr max-content;
    align-items: center;
    gap: 2rem; }
  .detail__price-label {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin-bottom: 0; }
  .detail__price-value {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    margin-bottom: 0; }

.record .services__search {
  background: transparent;
  padding: 0;
  border-radius: 0; }
.record .select2-container--default .select2-selection--single {
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 9rem;
  height: 3.8rem;
  padding: 0 2rem;
  display: flex;
  align-items: center; }
.record .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000;
  line-height: normal;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0; }
.record .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000000;
  font-size: 1.2rem; }
.record .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; }
.record .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: 2rem; }
  .record .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    display: block;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("/local/templates/clinic/markup/images/down-2.svg") no-repeat;
    background-size: contain; }
.record .select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 0px;
  padding-right: 0px;
  position: absolute;
  left: unset;
  right: 5rem; }
.record .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .record .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 9rem;
  border-bottom-right-radius: 9rem; }
.record .services__search-title {
  color: #000000; }
.record__services {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 3rem; }
  .record__services-element {
    padding: 2rem 1rem;
    border-radius: 1rem;
    background: #535161; }
  .record__services-title {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
    margin-bottom: 2rem; }
.record .accordion {
  background: #FFFFFF;
  padding: 1.5rem 2rem;
  border-radius: 1rem; }
  .record .accordion:not(:last-child) {
    margin-bottom: 2rem; }
.record .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: normal; }
.record .accordion-item {
  color: var(--bs-accordion-color);
  background-color: transparent;
  border: none; }
.record .accordion-button::after {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: contain;
  transition: var(--bs-accordion-btn-icon-transition); }
.record .accordion-header {
  margin-bottom: 0; }
.record .accordion-body {
  padding: 0;
  margin-top: 2.5rem; }
.record .accordion-button {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: normal;
  color: #000000; }
.record .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  padding: 0; }
.record__button {
  margin-top: 3rem; }

.radio-cards {
  display: flex;
  flex-direction: column;
  gap: 1.6rem; }

.radio-card {
  background: #F8F8F8;
  border-radius: 1rem;
  padding: 1.4rem 1rem;
  width: 100%;
  position: relative; }
  .radio-card__input {
    position: absolute;
    right: 1.4rem;
    top: 1.4rem;
    appearance: none;
    width: 2rem;
    height: 2rem;
    border: 1.5px solid #535161;
    border-radius: 0.3rem;
    background-color: #fff;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0; }
    .radio-card__input:checked {
      background-color: #CD026B;
      border-color: #CD026B;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); }
  .radio-card__title {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin-bottom: 1rem; }
  .radio-card__description {
    font-size: .8rem;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin-bottom: 1rem; }
  .radio-card__price {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    margin-bottom: 0; }

.record-spec__title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  color: #000000;
  margin-bottom: 2rem; }
.record-spec__section {
  display: flex;
  flex-direction: column;
  gap: 1rem; }
.record-spec__element {
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  display: grid;
  grid-template-columns: 7rem 1fr;
  align-items: center;
  gap: 2rem;
  padding: 0 2rem; }
  .record-spec__element--active {
    border-color: #CD026B; }
  .record-spec__element-image {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center; }
  .record-spec__element-info {
    display: flex;
    flex-direction: column;
    gap: .5rem; }
  .record-spec__element-name {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin-bottom: 0; }
  .record-spec__element-work {
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin-bottom: 0; }

.record-time__section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem; }
.record-time__item {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: normal;
  color: #000000;
  background: #FFFFFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .record-time__item--active {
    background: #535161;
    color: #FFFFFF; }

.record-auth .auth__button {
  margin-top: 3rem; }

.personal-account__link {
  display: grid;
  grid-template-columns: 1fr 5rem;
  gap: 2rem;
  row-gap: 0;
  align-items: center;
  padding: 2rem 1.2rem;
  border-top: 2px solid #535161; }
  .personal-account__link:last-child {
    border-bottom: 2px solid #535161; }
  .personal-account__link-left {
    display: flex;
    flex-direction: column;
    gap: 1.7rem; }
  .personal-account__link-title {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    margin-bottom: 0; }
  .personal-account__link-info {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin-bottom: 0; }
  .personal-account__link-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3rem;
    width: 12rem;
    border-radius: 9rem;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    background: #FFFFFF;
    margin: 1.5rem 0 0;
    padding: 0 1.3rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    color: #000000; }
    .personal-account__link-button-icon {
      width: 1.9rem;
      height: 1.9rem; }
  .personal-account__link-status {
    display: flex;
    flex-direction: column;
    gap: .8rem; }
    .personal-account__link-status-label {
      font-size: 1rem;
      font-weight: 400;
      line-height: normal;
      color: #000000;
      margin-bottom: 0; }
    .personal-account__link-status-value {
      font-size: 2rem;
      font-weight: 700;
      line-height: normal;
      color: #535161;
      margin-bottom: 0; }
.personal-account__menu {
  margin-left: -1.2rem;
  margin-right: -1.2rem; }

.records {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }
  .records__element {
    display: grid;
    grid-template-columns: 6.5rem 1fr;
    border-radius: 1rem;
    background: #FFFFFF;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25); }
    .records__element-name {
      font-size: 1.4rem;
      font-weight: 400;
      line-height: normal;
      color: #000000;
      margin-bottom: 1.6rem; }
    .records__element-body {
      display: grid;
      grid-template-columns: 1fr 2.6rem;
      align-items: center;
      gap: 2rem; }
      .records__element-body--history {
        grid-template-columns: 1fr; }
    .records__element-time {
      font-size: 3rem;
      font-weight: 700;
      line-height: normal;
      color: #000000;
      margin-bottom: .2rem; }
    .records__element-cabinet {
      font-size: 1.5rem;
      font-weight: 400;
      line-height: normal;
      color: #000000;
      margin-bottom: 0; }
    .records__element-date {
      background: #535161;
      border-radius: 1rem 0 0 1rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: start;
      padding: 2rem 0; }
      .records__element-date-number {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: normal;
        color: #FFFFFF;
        margin-bottom: 0; }
      .records__element-date-month {
        font-size: 1rem;
        font-weight: 400;
        line-height: normal;
        color: #FFFFFF;
        margin-bottom: 0; }
  .records .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border: none;
    padding: 0;
    border-radius: 0; }
  .records .accordion-item {
    border: none;
    border-radius: 0;
    width: 100%; }
  .records .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: transparent;
    box-shadow: none;
    padding: 0; }
  .records .accordion {
    width: 100%;
    padding: 2rem;
    display: flex;
    align-items: center; }
  .records .accordion-header {
    display: flex;
    flex-direction: column;
    width: 100%; }
  .records .accordion-item {
    display: flex;
    height: auto;
    flex-direction: column; }
  .records .accordion-button {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: normal;
    color: #000000; }
  .records .accordion-button::after {
    width: 2rem;
    height: 2rem;
    background-size: contain; }
  .records .accordion-body {
    padding: 0;
    margin-top: 2.4rem; }

.system {
  display: flex;
  flex-direction: column;
  gap: 2rem; }
  .system__element {
    display: grid;
    grid-template-columns: 6.5rem 1fr;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    border-radius: 1rem;
    background: #FFFFFF; }
    .system__element-block {
      padding: 2rem;
      display: flex;
      flex-direction: column;
      gap: 1.3rem; }
    .system__element-image {
      height: 18.5rem;
      overflow: hidden; }
      .system__element-image-img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 1rem 0 0 1rem; }
    .system__element-title {
      font-size: 1.5rem;
      font-weight: 400;
      line-height: normal;
      color: #000000;
      margin-bottom: 0; }
    .system__element-name {
      font-size: 2rem;
      font-weight: 700;
      line-height: normal;
      color: #000000;
      margin-bottom: 0; }
    .system__element-sum {
      display: grid;
      grid-template-columns: 1fr max-content;
      align-items: center;
      width: 100%;
      gap: 2rem; }
      .system__element-sum-label {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: normal;
        color: #000000;
        margin-bottom: 0; }
      .system__element-sum-value {
        font-size: 1.5rem;
        font-weight: 400;
        line-height: normal;
        color: #000000;
        margin-bottom: 0; }
    .system__element-info {
      font-size: .8rem;
      font-weight: 400;
      line-height: normal;
      color: #000000;
      margin-bottom: 0; }

.operation {
  margin-top: 5rem; }
  .operation .accordion-button:not(.collapsed), .operation .accordion-button {
    color: #FFFFFF;
    background-color: #535161;
    box-shadow: none;
    border-radius: 1rem !important;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF; }
  .operation .accordion-button::after {
    display: block;
    content: '';
    background-image: url("/local/templates/clinic/markup/images/arrow-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 2rem;
    height: 2rem; }
  .operation .accordion-button:not(.collapsed)::after {
    background-image: url("/local/templates/clinic/markup/images/arrow-white.svg");
    transform: var(--bs-accordion-btn-icon-transform); }
  .operation .accordion-item {
    color: #000000;
    background-color: transparent;
    border: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    border-radius: 1rem !important; }
  .operation .accordion-body {
    padding: 1.2rem; }
  .operation .accordion {
    display: flex;
    flex-direction: column;
    gap: 2rem; }
  .operation__header {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem; }
    .operation__header-label, .operation__header-value {
      font-size: 1rem;
      font-weight: 400;
      line-height: normal;
      color: #000000;
      margin-bottom: 0; }
    .operation__header-value {
      text-align: right; }
  .operation__body {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    gap: 2rem; }
    .operation__body-label, .operation__body-value {
      font-size: 1rem;
      font-weight: 400;
      line-height: normal;
      color: #000000;
      margin-bottom: 0; }
    .operation__body-value {
      text-align: right;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: normal;
      color: #CD026B; }

.expert-page__section {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 2rem; }

.swiper-slide, .swiper-wrapper {
  height: auto !important; }

/* Только минимальные стили для анимации */
.services__menu-icon {
  transition: transform 0.3s ease; }

.services__menu-item.active .services__menu-icon {
  transform: rotate(90deg); }

/*.services__submenu {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

.services__menu-item.active .services__submenu {
    height: auto;
    margin-top: 1rem;
}*/
.services__submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding-top 0.3s ease; }

.services__menu-item.active .services__submenu {
  max-height: 700px;
  padding-top: 1rem; }

.services__submenu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1.5rem; }
  .services__submenu-link {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
    position: relative;
    padding-bottom: .5rem;
    width: max-content; }
    .services__submenu-link:before {
      display: block;
      position: absolute;
      content: '';
      width: 100%;
      height: 1px;
      background: #FFFFFF;
      bottom: 0;
      left: 0; }

.app_appointment-button-wrapper__MilBW #app_appointment-button__vAbo4:after, .app_appointment-button-wrapper__MilBW #app_appointment-button__vAbo4:before {
  background: linear-gradient(180deg, #D94962 -0.03%, #C80268 100.05%); }

#app_appointment-button__vAbo4 span {
  font-family: "Inter", sans-serif !important; }

.app_appointment-popup-overlay__Wno-g .app_selection-block__jPMo8 .app_selection-item-selected__J4EWB:before {
  display: block;
  content: '';
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: url("/local/templates/markup/images/arrow-down.svg") no-repeat;
  background-size: contain; }

.app_appointment-popup-overlay__Wno-g .app_selection-item-selected__J4EWB {
  background-color: rgba(159, 145, 172, 0.3);
  border-radius: 1rem !important;
  font-family: "Inter", sans-serif !important;
  transition: background .3s ease; }

.app_appointment-popup-overlay__Wno-g .app_selection-item-selected__J4EWB:hover {
  background-color: rgba(159, 145, 172, 0.6) !important; }

.app_appointment-popup-overlay__Wno-g .app_selection-item-list__MofBn.app_active__vW0S6 {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 5px;
  column-gap: 10px; }

.app_appointment-popup-overlay__Wno-g .app_selection-item-list__MofBn li {
  border: 1px solid #535161;
  color: #535161;
  border-radius: 10px !important;
  font-family: "Inter", sans-serif !important;
  flex: unset !important;
  margin: 0 0 3px !important; }

.app_appointment-popup-overlay__Wno-g, .app_appointment-popup-overlay__Wno-g * {
  font-family: "Inter", sans-serif !important; }

.app_appointment-popup-overlay__Wno-g #app_appointment-form__rPVyI {
  max-width: 100%; }

.app_appointment-popup-overlay__Wno-g .app_appointment-form-step__pZ9s0 .app_appointment-form-button-wrapper__DOAlv button:nth-of-type(2) {
  margin-left: 0; }

.app_appointment-popup-overlay__Wno-g .app_appointment-form-step__pZ9s0 .app_appointment-form-button-wrapper__DOAlv {
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px; }

.app_appointment-popup-overlay__Wno-g .app_appointment-form-step__pZ9s0 .app_appointment-form-button__V605q {
  align-items: center;
  background: #CD026B;
  border: 1px solid #CD026B;
  border-radius: 10px;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  font-weight: 500;
  height: 36px;
  justify-content: center;
  margin: 0 auto;
  min-width: 100px;
  padding: 0 15px;
  position: relative;
  text-transform: none;
  transition: .3s;
  user-select: none;
  width: 100%; }

.app_appointment-popup-overlay__Wno-g .app_appointment-form-step__pZ9s0 .app_appointment-info-message__c-Afe a {
  border-bottom: 1px solid #CD026B;
  color: #CD026B;
  white-space: nowrap; }

.app_appointment-popup-overlay__Wno-g .app_appointment-form-step__pZ9s0 .app_appointment-form-button-wrapper__DOAlv button[disabled] {
  cursor: not-allowed;
  opacity: 1;
  width: 100%; }

.app_appointment-popup-overlay__Wno-g .app_appointment-form-step__pZ9s0 .app_selection-item-list__MofBn.app_column-mode__hghAT .app_horizontal-scroll-buttons__WX-1p button {
  align-items: center;
  background: #CD026B;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 22px;
  font-weight: 600;
  height: 30px;
  justify-content: center;
  overflow: hidden;
  width: 20px; }

.app_appointment-popup-overlay__Wno-g .app_appointment-form-step__pZ9s0 .app_appointment-form_input__KdGOL {
  border: 1px solid #535161;
  border-radius: 10px; }

.app_appointment-popup-overlay__Wno-g .app_appointment-form-step__pZ9s0 .app_appointment-form_textarea__4--nv {
  border: 1px solid #535161;
  border-radius: 10px; }

.services__search .filter-group {
  display: flex;
  flex-direction: column;
  gap: 10px; }
.services__search label {
  display: none; }
.services__search input {
  border-radius: 1rem;
  border: 1px solid #FFFFFF;
  height: 4rem;
  padding: 0 1.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: normal;
  color: #FFFFFF; }
  .services__search input::placeholder {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF; }
.services__search .search-group {
  margin-bottom: 1rem; }
.services__search .services__select {
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #fff;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  width: 100%; }
  .services__search .services__select option {
    width: 100%;
    white-space: normal;
    /* перенос текста */
    word-wrap: break-word; }
.services__search .filter-actions {
  margin-top: 1rem; }
  .services__search .filter-actions .reset-btn {
    border: 1px solid rgba(255, 255, 255, 0.5);
    height: 3rem;
    border-radius: 1rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    color: rgba(255, 255, 255, 0.5);
    width: 100%;
    text-align: center; }

.doctor-filter-info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px; }
  .doctor-filter-info p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    color: #535161;
    margin: 0;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    width: 100%; }
  .doctor-filter-info a {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: normal;
    color: #FFFFFF;
    transition: color .3s ease; }
    .doctor-filter-info a:hover {
      color: #CD026B; }

.withoutLog {
  grid-template-columns: repeat(2, 1fr); }

.app_appointment-popup-overlay__Wno-g .app_appointment-form-step__pZ9s0 .app_selection-item-list__MofBn.app_column-mode__hghAT .app_horizontal-scroll-buttons__WX-1p button {
  align-items: center;
  background: rgba(159, 145, 172, 0.6) !important;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 22px;
  font-weight: 600;
  height: 30px;
  justify-content: center;
  overflow: hidden;
  width: 20px; }

.services__search .services__select {
  width: 100%; }

/*# sourceMappingURL=main.css.map */

/* End */


/* Start:/local/templates/.default/css/custom.css?1778585481379*/
.services__search .services__select option {
    color: #000;
}

.promopage .promo__grid {
    display: grid;
    gap: 20px;
}

.auth__element-input[name='USER_EMAIL'], .auth__element-input[name='USER_CHECKWORD'], #change-pass .auth__element-input[name='USER_LOGIN'] {
    display: none;
}
#personal-account .auth__element-input[name="LOGIN"] {
    display: none;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/top_menu/style.min.css?1778585481490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/.default/components/bitrix/menu/top_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /local/templates/markup/scss/main.css?177858548157539 */
/* /local/templates/.default/css/custom.css?1778585481379 */
/* /local/templates/.default/components/bitrix/menu/top_menu/style.min.css?1778585481490 */
