

/* Start:/local/templates/ems/components/bitrix/catalog/services/bitrix/catalog.element/medspravki-detail/style.css?178040744562673*/
@charset "UTF-8";
.feedback {
  padding: 64px 0;
}
.feedback-items {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .feedback {
    padding: 32px 0;
  }
}
.feedback-item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  align-items: center;
  padding: 24px;
  gap: 24px;
  width: 334px;
  height: 288px;
  background: #FFFFFF;
  border: 1px solid #ADB5C3;
  border-radius: 20px;
}
.feedback-item__user {
  display: flex;
  flex-direction: row;
}
.feedback-item__user-name {
  margin-left: 16px;
}

.page__content {
  display: contents;
}

.law-norms {
  background: #f4f7fc;
  padding: 64px 0;
}
@media (max-width: 992px) {
  .law-norms {
    padding: 32px 0;
  }
}
.law-norms-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .law-norms-block {
    display: flex;
    flex-direction: column;
  }
}
.law-norms-img {
  grid-row: 1/3;
}
@media (max-width: 992px) {
  .law-norms-img {
    order: 1;
  }
}
.law-norms-img img {
  width: 100%;
  height: auto;
}
.law-norms-content {
  background: #FFF;
  padding: 32px;
  font-weight: 600;
  border-radius: 20px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .law-norms-content {
    border-radius: 10px;
  }
}

.blue-points {
  list-style-image: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%229%22%20viewBox%3D%220%200%208%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%224%22%20cy%3D%224.5%22%20r%3D%224%22%20fill%3D%22%230081EB%22/%3E%3C/svg%3E");
  margin-bottom: 0;
  padding-left: 16px;
}
.blue-points li {
  margin-bottom: 8px;
  padding-left: 8px;
}
.blue-points li:last-child {
  margin-bottom: 0;
}

p {
  margin-bottom: 1rem;
  font-size: 18px;
}

.contraindications {
  background: #F4F7FC;
  padding: 64px 0;
}
@media (max-width: 992px) {
  .contraindications {
    padding: 32px 0;
  }
}
.contraindications h2 {
  margin-bottom: 32px;
}
.contraindications-block {
  background: #FFF;
  border-radius: 20px;
  padding: 32px;
}
@media (max-width: 992px) {
  .contraindications-block {
    padding: 16px;
    border-radius: 10px;
  }
}

.sample {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 390px) {
  .sample {
    flex-wrap: wrap;
  }
}
.sample__btn {
  background: #0081EB;
  padding: 5px 24px;
  border-radius: 30px;
  color: #FFF;
  margin-right: 20px;
  text-decoration: none;
  transition: background 200ms linear 0s;
  white-space: nowrap;
  width: auto;
}
@media (max-width: 390px) {
  .sample__btn {
    margin: 0 20px 17px;
  }
}
.sample__btn:hover {
  color: #fff;
  background: #61b2ff;
  transition: background 200ms linear 0s;
}

.specialization {
  background: #F4F7FC;
  padding: 64px 0;
}
@media (max-width: 992px) {
  .specialization {
    padding: 32px 0;
  }
}

.expandable {
  position: relative;
  overflow: hidden;
  max-height: 230px; /* Ограничение по высоте, чтобы соответствовать примерно 5 строкам */
  transition: max-height 0.3s ease;
}

.expandable.expanded {
  max-height: 100%;
}

.toggle-expand-btn {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  text-align: right;
  text-decoration-line: underline;
  color: #7D8797;
  margin-top: 12px;
  cursor: pointer;
  display: flex;
  background: none;
  border: none;
  margin-left: auto;
}

/*.expandable{
  &-container {
    position: relative;
  }
  &-content.collapsed {
    max-height: 200px;
    overflow: hidden;
  }

  &-content.show {
    max-height: none;
    overflow: visible;
  }
  &-btn {
    color: #7D8797;
    border: none;
    padding-top: 12px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    flex-direction: row-reverse;
    @media (max-width: 768px)
    {
      display: flex;
      flex-direction: row-reverse;
    }
    &:hover{
      color: #7D8797;
    }
  }
}*/
.advantages-list:after {
  content: "";
  border-bottom: 1px solid #61B2FF;
}
.advantages-list {
  /*&-grid {
      display: grid;
      gap: 16px;
      grid-template-columns: repeat(5, 1fr);

      @media (max-width: 1600px) {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;

        & > div:nth-child(n+5) {
          flex: 1 1 calc(33.333% - 16px);
        }
      }

      @media (max-width: 992px) {
        display: grid;
        gap: 0;
        grid-template-columns: repeat(1, 1fr);
      }
  /*
      @media (max-width: 576px) {
        grid-template-rows:repeat(3, 1fr);
        grid-template-columns: repeat(2, 1fr);
      }

      @media (max-width: 420px) {
        grid-template-rows:repeat(5, 1fr);
        grid-template-columns: repeat(1, 1fr);
      }*/
}
.advantages-list-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1600px) {
  .advantages-list-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .advantages-list-grid {
    gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
.advantages-list__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  color: #131D25;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .advantages-list__title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.advantages-list__item {
  padding: 16px;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: border-color 0.5s ease;
}
@media (max-width: 1600px) {
  .advantages-list__item {
    flex: 1 1 calc(25% - 16px);
  }
}
@media (max-width: 992px) {
  .advantages-list__item {
    border-bottom: 1px solid #0081EB;
    border-radius: 0;
  }
  .advantages-list__item:last-child {
    border-bottom: unset;
  }
}
@media (min-width: 992px) {
  .advantages-list__item:hover {
    border: 2px solid #61b2ff;
    transition: border-color 0.5s;
  }
}
.advantages-list__icon {
  text-align: center;
  margin-bottom: 16px;
}
.advantages-list__name {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #0081EB;
}
@media screen and (max-width: 1200px) {
  .advantages-list__name {
    font-size: 16px;
  }
}
.advantages-list__text {
  text-align: center;
  color: #131D25;
}
@media screen and (max-width: 1200px) {
  .advantages-list__text {
    font-size: 14px;
  }
}

.detail-services {
  position: relative;
}
.detail-services__header {
  padding-bottom: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.detail-services__item {
  position: relative;
  display: block;
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 8px;
  padding-left: 50px;
  min-height: 50px;
  border: 1px solid #61b2ff;
}
.detail-services__item .test2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.detail-services__image {
  position: absolute;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  background: #0081EB;
  padding: 5px;
  width: 50px;
}
.detail-services__image img {
  max-width: 100%;
}
.detail-services__title {
  padding: 17px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.36;
  color: #131D25;
  display: block;
}
.detail-services__desc {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  padding: 0 20px 17px;
  color: #7d8797;
  position: relative;
  margin-top: -18px;
}

.blue_check {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 !important;
}
.blue_check li {
  position: relative;
  padding: 4px 0 4px 32px;
}
.blue_check li::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 0;
  background-size: cover;
}

.detail-block {
  position: relative;
  background: #fff;
  padding: 48px 0;
}
.detail-block-service {
  background: #F4F7FC;
  border-radius: 0 20px 20px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
  .detail-block-service {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .detail-block-service {
    display: block;
    border-radius: 10px;
  }
}
.detail-block-service--one-tab {
  border-radius: 20px;
}
.detail-block-service__list {
  padding: 32px;
}
@media (max-width: 1400px) {
  .detail-block-service__list {
    padding: 16px 12px;
  }
}
@media (max-width: 1200px) {
  .detail-block-service__list {
    grid-row: 1/3;
  }
}
.detail-block-service__deadlines {
  background: #F0F3F8;
  padding: 32px;
  min-height: 100%;
}
@media (max-width: 1400px) {
  .detail-block-service__deadlines {
    padding: 32px 12px;
  }
}
@media (max-width: 1200px) {
  .detail-block-service__deadlines {
    border-radius: 0 20px 0 0;
  }
}
@media (max-width: 768px) {
  .detail-block-service__deadlines {
    border-radius: 0 0 0 0;
  }
}
.detail-block-service__itog-price {
  background: #E9ECF1;
  padding: 32px;
  min-height: 100%;
  border-radius: 0 20px 20px 0;
}
@media (max-width: 1400px) {
  .detail-block-service__itog-price {
    padding: 16px 12px 32px;
  }
}
@media (max-width: 1200px) {
  .detail-block-service__itog-price {
    grid-column: 2;
    border-radius: 0 0 20px 0;
  }
}
@media (max-width: 992px) {
  .detail-block-service__itog-price {
    border-radius: 0 0 10px 10px;
  }
}
.detail-block-service__itog-price__price {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.3;
  color: #212529;
  align-content: end;
  text-align: end;
}
@media (max-width: 992px) {
  .detail-block-service__itog-price__price {
    font-size: 24px;
  }
}
.detail-block-service__itog-price__online {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
}
.detail-block-service__itog-price__discount {
  color: #0081EB;
  font-weight: bold;
  font-size: 14px;
}
.detail-block-service__itog-price__text {
  font-size: 14px;
}
.detail-block-service__itog-price__button {
  position: relative;
  border-bottom: 1px solid #7D8797;
  padding: 32px 0;
}
.detail-block-service__itog-price__button__btn {
  display: inline-block;
  background: #0081EB;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  transition: background 200ms linear 0s;
  white-space: nowrap;
  margin-top: 24px;
  border: none;
  width: auto;
}
@media screen and (max-width: 992px) {
  .detail-block-service__itog-price__button__btn {
    width: 100%;
    margin-bottom: 16px;
    text-wrap: balance;
  }
}
.detail-block-service__itog-price__button__btn:hover {
  color: #fff;
  background: #61b2ff;
  transition: background 200ms linear 0s;
}
.detail-block-service__itog-price__offline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
  padding-top: 32px;
}
.detail-block-service-tabs .tabs {
  position: relative;
}
.detail-block-service-tabs .tabs__menu {
  position: relative;
  margin-bottom: 0;
}
.detail-block-service-tabs .tabs__menu .nav-tabs-detail-service {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-weight: 500;
  font-size: 1rem;
  color: #212529;
  outline: none;
  cursor: pointer;
  transition: none;
  text-align: left;
  vertical-align: bottom;
  margin-bottom: 0;
  border: none;
}
@media (max-width: 992px) {
  .detail-block-service-tabs .tabs__menu .nav-tabs-detail-service {
    display: grid;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 16px;
    border: 1px solid #7D8797;
  }
}
.detail-block-service-tabs .tabs__menu .nav-tabs-detail-service .nav-link-detail-service {
  margin: 0;
  background: #F4F7FC;
  color: #212529;
}
.detail-block-service-tabs .tabs__menu .nav-tabs-detail-service .nav-link-detail-service.active {
  background: #0081EB;
  color: #fff;
}
.detail-block-service-tabs .tabs__menu .nav-tabs-detail-service .nav-link-detail-service:first-child {
  border-radius: 20px 0 0 0;
}
.detail-block-service-tabs .tabs__menu .nav-tabs-detail-service .nav-link-detail-service:last-child {
  border-radius: 0 20px 0 0;
}
@media (max-width: 992px) {
  .detail-block-service-tabs .tabs__menu .nav-tabs-detail-service .nav-link-detail-service {
    border-radius: 0;
    text-align: center;
    border-bottom: 1px solid #7D8797;
  }
  .detail-block-service-tabs .tabs__menu .nav-tabs-detail-service .nav-link-detail-service:last-child {
    border-bottom: unset;
    border-radius: 0;
  }
  .detail-block-service-tabs .tabs__menu .nav-tabs-detail-service .nav-link-detail-service:first-child {
    border-radius: 0;
  }
}

.sign-up-online {
  position: relative;
  background: #F4F7FC;
  padding: 48px 0;
}
@media screen and (max-width: 320px) {
  .sign-up-online {
    padding: 32px 0;
  }
}
.sign-up-online p {
  margin-bottom: 0;
  margin-top: auto;
}
.sign-up-online__text {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .sign-up-online__text {
    display: grid;
    gap: 0;
  }
}
.sign-up-online__btn {
  display: inline-block;
  background: #0081eb;
  border-radius: 30px;
  padding: 12px 32px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  transition: opacity 200ms linear 0s;
  white-space: nowrap;
  border: none;
  min-width: 332px;
  max-height: 48px;
  margin: auto 0;
}
@media (max-width: 992px) {
  .sign-up-online__btn {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .sign-up-online__btn {
    min-width: unset;
  }
}
.sign-up-online__btn:hover {
  opacity: 0.6;
}
.sign-up-online__header {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  color: #131D25;
  margin-bottom: 32px;
}
@media (max-width: 1600px) {
  .sign-up-online__header {
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .sign-up-online__header {
    font-size: 20px;
  }
}

.instruction {
  position: relative;
  background: none;
  padding: 48px 0;
}
.instruction__images {
  display: flex;
}
@media screen and (min-width: 320px) and (max-width: 1200px) {
  .instruction__images {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.instruction__images:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  overflow: hidden;
  background-image: url('data:image/svg+xml,<svg width="1384" height="18" viewBox="0 0 1384 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1384 9L1369 0.339746V17.6603L1384 9ZM0 10.5H3.97701V7.5H0V10.5ZM11.931 10.5H19.8851V7.5H11.931V10.5ZM27.8391 10.5H35.7931V7.5H27.8391V10.5ZM43.7471 10.5H51.7011V7.5H43.7471V10.5ZM59.6552 10.5H67.6092V7.5H59.6552V10.5ZM75.5632 10.5H83.5172V7.5H75.5632V10.5ZM91.4713 10.5H99.4253V7.5H91.4713V10.5ZM107.379 10.5H115.333V7.5H107.379V10.5ZM123.287 10.5H131.241V7.5H123.287V10.5ZM139.195 10.5H147.149V7.5H139.195V10.5ZM155.103 10.5H163.057V7.5H155.103V10.5ZM171.012 10.5H178.966V7.5H171.012V10.5ZM186.92 10.5H194.874V7.5H186.92V10.5ZM202.828 10.5H210.782V7.5H202.828V10.5ZM218.736 10.5H226.69V7.5H218.736V10.5ZM234.644 10.5H242.598V7.5H234.644V10.5ZM250.552 10.5H258.506V7.5H250.552V10.5ZM266.46 10.5H274.414V7.5H266.46V10.5ZM282.368 10.5H290.322V7.5H282.368V10.5ZM298.276 10.5H306.23V7.5H298.276V10.5ZM314.184 10.5H322.138V7.5H314.184V10.5ZM330.092 10.5H338.046V7.5H330.092V10.5ZM346 10.5H353.954V7.5H346V10.5ZM361.908 10.5H369.862V7.5H361.908V10.5ZM377.816 10.5H385.77V7.5H377.816V10.5ZM393.724 10.5H401.678V7.5H393.724V10.5ZM409.632 10.5H417.586V7.5H409.632V10.5ZM425.54 10.5H433.494V7.5H425.54V10.5ZM441.448 10.5H449.402V7.5H441.448V10.5ZM457.356 10.5H465.31V7.5H457.356V10.5ZM473.264 10.5H481.218V7.5H473.264V10.5ZM489.172 10.5H497.126V7.5H489.172V10.5ZM505.08 10.5H513.034V7.5H505.08V10.5ZM520.988 10.5H528.942V7.5H520.988V10.5ZM536.896 10.5H544.85V7.5H536.896V10.5ZM552.804 10.5H560.758V7.5H552.804V10.5ZM568.712 10.5H576.666V7.5H568.712V10.5ZM584.62 10.5H592.575V7.5H584.62V10.5ZM600.529 10.5H608.483V7.5H600.529V10.5ZM616.437 10.5H624.391V7.5H616.437V10.5ZM632.345 10.5H640.299V7.5H632.345V10.5ZM648.253 10.5H656.207V7.5H648.253V10.5ZM664.161 10.5H672.115V7.5H664.161V10.5ZM680.069 10.5H688.023V7.5H680.069V10.5ZM695.977 10.5H703.931V7.5H695.977V10.5ZM711.885 10.5H719.839V7.5H711.885V10.5ZM727.793 10.5H735.747V7.5H727.793V10.5ZM743.701 10.5H751.655V7.5H743.701V10.5ZM759.609 10.5H767.563V7.5H759.609V10.5ZM775.517 10.5H783.471V7.5H775.517V10.5ZM791.426 10.5H799.38V7.5H791.426V10.5ZM807.334 10.5H815.288V7.5H807.334V10.5ZM823.242 10.5H831.196V7.5H823.242V10.5ZM839.15 10.5H847.104V7.5H839.15V10.5ZM855.058 10.5H863.012V7.5H855.058V10.5ZM870.966 10.5H878.92V7.5H870.966V10.5ZM886.874 10.5H894.828V7.5H886.874V10.5ZM902.782 10.5H910.736V7.5H902.782V10.5ZM918.69 10.5H926.644V7.5H918.69V10.5ZM934.598 10.5H942.552V7.5H934.598V10.5ZM950.506 10.5H958.46V7.5H950.506V10.5ZM966.414 10.5H974.368V7.5H966.414V10.5ZM982.323 10.5H990.277V7.5H982.323V10.5ZM998.231 10.5H1006.18V7.5H998.231V10.5ZM1014.14 10.5H1022.09V7.5H1014.14V10.5ZM1030.05 10.5H1038V7.5H1030.05V10.5ZM1045.95 10.5H1053.91V7.5H1045.95V10.5ZM1061.86 10.5H1069.82V7.5H1061.86V10.5ZM1077.77 10.5H1085.72V7.5H1077.77V10.5ZM1093.68 10.5H1101.63V7.5H1093.68V10.5ZM1109.59 10.5H1117.54V7.5H1109.59V10.5ZM1125.49 10.5H1133.45V7.5H1125.49V10.5ZM1141.4 10.5H1149.36V7.5H1141.4V10.5ZM1157.31 10.5H1165.26V7.5H1157.31V10.5ZM1173.22 10.5H1181.17V7.5H1173.22V10.5ZM1189.13 10.5H1197.08V7.5H1189.13V10.5ZM1205.03 10.5H1212.99V7.5H1205.03V10.5ZM1220.94 10.5H1228.9V7.5H1220.94V10.5ZM1236.85 10.5H1244.8V7.5H1236.85V10.5ZM1252.76 10.5H1260.71V7.5H1252.76V10.5ZM1268.67 10.5H1276.62V7.5H1268.67V10.5ZM1284.57 10.5H1292.53V7.5H1284.57V10.5ZM1300.48 10.5H1308.44V7.5H1300.48V10.5ZM1316.39 10.5H1324.34V7.5H1316.39V10.5ZM1332.3 10.5H1340.25V7.5H1332.3V10.5ZM1348.21 10.5H1356.16V7.5H1348.21V10.5ZM1364.11 10.5H1372.07V7.5H1364.11V10.5Z" fill="%2361B2FF"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  bottom: 0px;
}
.instruction h2 {
  font-size: 28px;
  margin-top: 32px;
  margin-bottom: 16px;
  display: block;
  font-weight: 800;
}

.banner {
  position: relative;
  padding-bottom: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
}
@media (max-width: 1600px) {
  .banner {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575px) {
  .banner {
    padding: 32px 0;
  }
}
@media screen and (max-width: 400px) {
  .banner {
    padding: 16px 0;
  }
}
@media (max-width: 768px) {
  .banner__prop {
    order: 1;
    margin-top: 20px !important;
  }
}
.banner-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin-left: 0;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .banner-item {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .banner-item {
    gap: 14px;
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  .banner-item {
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .banner-item {
    gap: 10px;
  }
}
.banner-item__price {
  background: #0081EB;
  color: #FFF;
  font-size: 16px;
  border-radius: 10px;
  padding: 12px 32px;
  flex-shrink: 0;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .banner-item__price {
    font-size: 16px;
    padding: 12px 28px;
  }
}
@media (max-width: 1200px) {
  .banner-item__price {
    font-size: 14px;
    padding: 10px 24px;
  }
}
@media (max-width: 992px) {
  .banner-item__price {
    font-size: 13px;
    padding: 8px 20px;
  }
}
@media (max-width: 768px) {
  .banner-item__price {
    font-size: 13px;
    padding: 7px 16px;
  }
}
@media (max-width: 576px) {
  .banner-item__price {
    font-size: 12px;
    padding: 6px 14px;
  }
}
@media (max-width: 480px) {
  .banner-item__price {
    font-size: 12px;
    padding: 6px 8px;
  }
}
.banner-item__desc {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #0081EB;
  padding: 8px;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 992px) {
  .banner-item__desc {
    font-size: 14px;
  }
}
.banner__wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.banner__content {
  position: relative;
  background-image: url("/local/templates/ems/components/bitrix/catalog/services/bitrix/catalog.element/medspravki-detail/img/woman_hand.webp");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 24px;
  align-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .banner__content {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .banner__content {
    order: 0;
  }
}
.banner__header {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  color: #131D25;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .banner__header {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .banner__header {
    font-size: 32px;
  }
}
@media screen and (max-width: 400px) {
  .banner__header {
    font-size: 28px;
  }
}
.banner__action {
  font-size: 16px;
  margin-bottom: 16px;
  color: #fe3205;
  font-weight: 600;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.banner__particle {
  font-size: 16px;
  color: #7D8797;
  padding-top: 10px;
}
.banner__btn {
  display: inline-block;
  background: #0081EB;
  border-radius: 12px;
  padding: 12px 32px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  transition: background 200ms linear 0s;
  white-space: nowrap;
  margin-top: 0;
  border: none;
  width: auto;
  cursor: pointer;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .banner__btn {
    font-size: 15px;
    padding: 10px 26px;
  }
}
@media (max-width: 992px) {
  .banner__btn {
    font-size: 14px;
    padding: 8px 22px;
  }
}
@media (max-width: 768px) {
  .banner__btn {
    font-size: 13px;
    padding: 8px 18px;
    width: auto;
  }
}
@media (max-width: 576px) {
  .banner__btn {
    font-size: 12px;
    padding: 6px 14px;
  }
}
@media (max-width: 480px) {
  .banner__btn {
    font-size: 12px;
    padding: 6px 12px;
  }
}
.banner__btn:hover {
  color: #fff;
  background: #61b2ff;
  transition: background 200ms linear 0s;
}
.banner__prop-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 24px 0;
}
@media (max-width: 576px) {
  .banner__prop-grid {
    gap: 16px;
  }
}
.banner__prop-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.banner__prop-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
}
@media (max-width: 768px) {
  .banner__prop-icon {
    width: 36px;
    height: 36px;
  }
}
.banner__prop-item span {
  font-size: 15px;
  line-height: 1.4;
  color: #131D25;
}
@media (max-width: 768px) {
  .banner__prop-item span {
    font-size: 14px;
  }
}

@-webkit-keyframes price-color-change {
  0% {
    color: #131D25;
  }
  50% {
    color: #ff3105;
  }
  100% {
    color: #131D25;
  }
}
.catalog-services-documents {
  position: relative;
}
.catalog-services-documents-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
}
@media (max-width: 768px) {
  .catalog-services-documents-block {
    display: block;
  }
}
.catalog-services-documents__header {
  font-weight: 500;
  margin-bottom: 24px !important;
  font-size: 24px !important;
}
@media (max-width: 992px) {
  .catalog-services-documents__header {
    margin-bottom: 16px !important;
    font-size: 20px !important;
  }
}
.catalog-services-documents__item {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 8px;
  padding-left: 50px;
  min-height: 50px;
  border: 1px solid #61b2ff;
}
.catalog-services-documents__number {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0081eb;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  padding: 15px;
  width: 50px;
}
.catalog-services-documents__name {
  padding: 17px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.36;
  color: #131D25;
  display: block;
}
.catalog-services-documents__desc {
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 0 20px 17px;
  color: #7d8797;
  position: relative;
  margin-top: -18px;
}

.catalog-services-set {
  position: relative;
}
@media (max-width: 1024px) {
  .catalog-services-set {
    grid-column: 2/8;
  }
}
.catalog-services-set small {
  font-size: 14px;
  background-color: #fff;
  padding: 3px 6px;
  border-radius: 3px;
}
.catalog-services-set__header {
  font-weight: 500;
  margin-bottom: 24px !important;
  font-size: 24px !important;
}
@media (max-width: 992px) {
  .catalog-services-set__header {
    margin-bottom: 12px !important;
    font-size: 20px !important;
    margin-top: 16px !important;
  }
}
.catalog-services-set__block {
  display: block;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  color: #25131a;
  position: relative;
  overflow: hidden;
  border: 1px solid #61b2ff;
}
.catalog-services-set__section {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.36;
  padding: 12px 0 12px 20px;
}
.catalog-services-set__mprice {
  display: flex;
  align-items: center;
  background: #0081eb;
  color: #fff;
  padding: 20px;
  font-weight: bold;
  font-size: 18px;
  height: 100%;
  width: max-content;
}
.catalog-services-set .hide {
  display: none;
}
.catalog-services-set__show {
  display: inline-block;
  background: #61b2ff;
  border-radius: 30px;
  line-height: 1;
  padding: 6px 16px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  transition: background 100ms linear 0s, color 100ms linear 0s;
  border: 2px solid #61b2ff;
  position: absolute;
  bottom: -15px;
  left: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.catalog-services-set__show span {
  display: none;
  position: absolute;
  top: 6px;
  left: 21px;
  color: #fff;
}
.catalog-services-set__show:hover {
  color: #61b2ff;
  background: #fff;
  transition: background 100ms linear 0s, color 100ms linear 0s;
}
.catalog-services-set__show:hover span {
  color: #61b2ff;
}
.catalog-services-set__items {
  position: relative;
  display: block;
  padding: 0 16px;
}
.catalog-services-set__items_list {
  padding: 16px 20px 32px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.catalog-services-set__items.active {
  max-height: initial;
}
.catalog-services-set__items.active .catalog-services-set__show {
  color: #61b2ff;
}
.catalog-services-set__items.active .catalog-services-set__show:hover {
  color: #fff;
}
.catalog-services-set__items.active .catalog-services-set__show span {
  display: block;
}
.catalog-services-set__items.active .hide {
  display: flex;
}
.catalog-services-set__item {
  border-bottom: 2px dotted #ADB5C3;
  margin: 0 !important;
  padding: 8px 0;
  margin-bottom: 8px;
}
.catalog-services-set__name {
  word-break: break-word;
}
.catalog-services-set__name--strong {
  font-weight: 700;
}
.catalog-services-set__price {
  font-weight: bold;
}

.catalog-services-terms {
  position: relative;
  padding: 72px 0;
}
.catalog-services-terms__wrapper {
  background: #F5F8F9;
}
.catalog-services-terms__header {
  padding-bottom: 42px;
  font-weight: 500;
  margin-bottom: 0;
}
.catalog-services-terms__item {
  display: block;
  background-color: #fff;
  height: 100%;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.catalog-services-terms__icon {
  display: block;
  width: 140px;
  height: 140px;
  margin-bottom: 16px;
}
.catalog-services-terms__name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #131D25;
  display: block;
  margin-bottom: 16px;
}

.catalog-services-scheme {
  position: relative;
  padding: 72px 0;
}
.catalog-services-scheme__wrapper {
  background: #61b2ff;
}
.catalog-services-scheme__header {
  padding-bottom: 42px;
  font-weight: 500;
  margin-bottom: 0;
  color: #fff;
}
.catalog-services-scheme__item {
  display: block;
  background-color: #fff;
  height: 100%;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.catalog-services-scheme__icon {
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}
.catalog-services-scheme__name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #131D25;
  display: block;
  margin-bottom: 16px;
}
.catalog-services-scheme hr {
  border: 1px dashed #DFE2E8;
  margin: 16px 0;
}
.catalog-services-scheme .time-line {
  position: relative;
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.catalog-services-scheme .time-line:before {
  content: "";
  border: 1px dashed transparent;
  width: 0;
  height: 100%;
  position: absolute;
}
.catalog-services-scheme .time-line li {
  position: relative;
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
}
.catalog-services-scheme .time-line li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  background-color: #fff;
}
.catalog-services-scheme .time-line.left {
  position: relative;
}
.catalog-services-scheme .time-line.left:before {
  border-color: #61b2ff;
  left: 3px;
}
.catalog-services-scheme .time-line.left li {
  padding-left: 30px;
}
.catalog-services-scheme .time-line.left li:before {
  border-color: #61b2ff;
  left: 0;
  z-index: 2;
}
.catalog-services-scheme .time-line.left li:after {
  content: "";
  width: 4px;
  position: absolute;
  left: 2px;
  z-index: 1;
}
.catalog-services-scheme .time-line.left li:first-child:after {
  background-color: #fff;
  top: 0;
  height: 50%;
}
.catalog-services-scheme .time-line.left li:last-child:after {
  background-color: #fff;
  height: 50%;
  bottom: 0;
}
.catalog-services-scheme .time-line.left li:only-child:after {
  background-color: #fff;
  height: 100%;
  top: 0;
}
.catalog-services-scheme .time-line.right {
  position: relative;
}
.catalog-services-scheme .time-line.right:before {
  border-color: #61b2ff;
  right: 3px;
}
.catalog-services-scheme .time-line.right li {
  padding-right: 30px;
}
.catalog-services-scheme .time-line.right li:before {
  border-color: #61b2ff;
  right: 0;
  z-index: 2;
}
.catalog-services-scheme .time-line.right li:after {
  content: "";
  width: 4px;
  position: absolute;
  right: 2px;
  z-index: 1;
}
.catalog-services-scheme .time-line.right li:first-child:after {
  background-color: #fff;
  top: 0;
  height: 50%;
}
.catalog-services-scheme .time-line.right li:last-child:after {
  background-color: #fff;
  height: 50%;
  bottom: 0;
}
.catalog-services-scheme .time-line.right li:only-child:after {
  background-color: #fff;
  height: 100%;
  top: 0;
}

.custom-nav {
  margin-left: 42px;
}
.custom-nav .prev-btn {
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.9997 36.6668C29.2044 36.6668 36.6663 29.2049 36.6663 20.0002C36.6663 10.7954 29.2044 3.3335 19.9997 3.3335C10.7949 3.3335 3.33301 10.7954 3.33301 20.0002C3.33301 29.2049 10.7949 36.6668 19.9997 36.6668Z" stroke="%237D8797" stroke-linecap="round" stroke-linejoin="round"/><path d="M19.9997 13.3335L13.333 20.0002L19.9997 26.6668" stroke="%237D8797" stroke-linecap="round" stroke-linejoin="round"/><path d="M26.6663 20H13.333" stroke="%237D8797" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
}
.custom-nav .next-btn {
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.9997 36.6663C29.2044 36.6663 36.6663 29.2044 36.6663 19.9997C36.6663 10.7949 29.2044 3.33301 19.9997 3.33301C10.7949 3.33301 3.33301 10.7949 3.33301 19.9997C3.33301 29.2044 10.7949 36.6663 19.9997 36.6663Z" stroke="%237D8797" stroke-linecap="round" stroke-linejoin="round"/><path d="M20 26.6663L26.6667 19.9997L20 13.333" stroke="%237D8797" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.333 20H26.6663" stroke="%237D8797" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  margin-left: 8px;
}

.catalog-services-advantages {
  position: relative;
  padding: 72px 0;
}
.catalog-services-advantages__wrapper {
  background: #61b2ff;
}
.catalog-services-advantages__header {
  padding-bottom: 42px;
  font-weight: 500;
  margin-bottom: 0;
  color: #fff;
}
.catalog-services-advantages__item {
  display: block;
  background-color: #fff;
  height: 100%;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.catalog-services-advantages__icon {
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}
.catalog-services-advantages__name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #131D25;
  display: block;
  margin-bottom: 16px;
}

.catalog-services-doctors {
  position: relative;
  padding: 72px 0;
}
.catalog-services-doctors__btn {
  background: #0081EB;
  padding: 12px 32px;
  border-radius: 30px;
  color: #FFF;
  text-decoration: none;
  transition: background 200ms linear 0s;
  white-space: nowrap;
  cursor: pointer;
}
.catalog-services-doctors__btn:hover {
  color: #fff;
  background: #61b2ff;
  transition: background 200ms linear 0s;
}
.catalog-services-doctors__wrapper {
  background: #FFF;
}
.catalog-services-doctors__item {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
  border-radius: 20px;
  padding: 16px;
  border: 1px solid #ADB5C3;
  text-align: center;
  margin: 0 8px;
}
@media (max-width: 992px) {
  .catalog-services-doctors__item {
    border-radius: 10px;
  }
}
.catalog-services-doctors__photo {
  display: inline-block;
  border-radius: 50%;
  width: 128px;
  height: 128px;
  margin-bottom: 24px;
  background-size: cover;
  background-position: top;
}
.catalog-services-doctors__name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #131D25;
  display: block;
  margin-bottom: 8px;
}
.catalog-services-doctors__spec {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
  color: #4b5564;
}
.catalog-services-doctors__exp {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #4b5564;
}
.catalog-services-doctors .owl-stage {
  display: flex;
  align-items: stretch;
}
.catalog-services-doctors__prev-btn, .catalog-services-doctors__next-btn {
  cursor: pointer;
}

.catalog-services-desc {
  position: relative;
  background: #F4F7FC;
  padding: 64px 0;
}
@media (max-width: 992px) {
  .catalog-services-desc {
    padding: 32px 0;
  }
}
.catalog-services-desc .tabs {
  position: relative;
}
.catalog-services-desc .tabs__menu {
  position: relative;
}
.catalog-services-desc .tabs__menu .nav-tabs {
  border-bottom: 2px solid #61b2ff;
}
.catalog-services-desc .tabs__menu .nav-tabs .nav-link {
  position: relative;
  display: inline-block;
  padding: 1rem;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem 0.25rem 0 0;
  font-weight: 500;
  font-size: 1rem;
  color: #495057;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  text-align: left;
  vertical-align: bottom;
  margin-bottom: 0;
}
.catalog-services-desc .tabs__menu .nav-tabs .nav-link.active {
  background-color: #61b2ff;
  border-color: #61b2ff;
  color: #fff;
}
.catalog-services-desc .tabs .desc-hide {
  height: 350px;
  overflow: hidden;
  position: relative;
}
.catalog-services-desc .tabs .desc-hide:before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 97%);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 97%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 97%);
}
.catalog-services-desc .tabs .desc-hide.show {
  height: auto;
  overflow: unset;
}
.catalog-services-desc .tabs .desc-hide.show:before {
  background: unset;
}
.catalog-services-desc {
  /* устаревшие стили */
}
.catalog-services-desc .grey_bg {
  display: block;
  background-color: #f5f8f9;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-top: 24px;
  margin-bottom: 24px;
  border: 1px dashed #DFE2E8;
}
.catalog-services-desc .grey_bg p {
  margin-bottom: 0;
}
.catalog-services-desc .white_bg {
  display: block;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-top: 24px;
  margin-bottom: 24px;
  border: 1px dashed #DFE2E8;
}
.catalog-services-desc .white_bg p {
  margin-bottom: 0;
}
.catalog-services-desc h2 {
  font-size: 28px;
  margin-top: 16px;
  margin-bottom: 32px;
  display: block;
  font-weight: 600;
}
.catalog-services-desc .required_docs {
  display: block;
  background-color: #f5f8f9;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
}
.catalog-services-desc .required_docs .title_required_docs {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.catalog-services-desc .red_check {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 !important;
}
.catalog-services-desc .red_check li {
  position: relative;
  padding: 4px 0 4px 32px;
}
.catalog-services-desc .red_check li:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 0;
  background-size: cover;
  background-image: url("/local/templates/ems_v4/components/bitrix/catalog/services/bitrix/catalog.element/.default/img/icon_red.svg");
}
.catalog-services-desc .blue_check {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 !important;
}
.catalog-services-desc .blue_check li {
  position: relative;
  padding: 4px 0 4px 32px;
}
.catalog-services-desc .blue_check li::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 0;
  background-size: cover;
  background-image: url("/local/templates/ems_v4/components/bitrix/catalog/services/bitrix/catalog.element/.default/img/icon_blue.svg") !important;
}
.catalog-services-desc .btn-desc-show {
  display: inline-block;
  background: #61b2ff;
  border-radius: 40px;
  line-height: 120%;
  padding: 15px 24px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  transition: background 500ms linear 0s, color 500ms linear 0s;
  border: 1px solid #61b2ff;
  margin-top: 40px;
}
.catalog-services-desc .btn-desc-show:hover {
  background: #fff;
  color: #61b2ff;
  transition: background 500ms linear 0s, color 500ms linear 0s;
}

.FAQ {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  background: #F4F7FC;
}
.FAQ-list__item {
  display: block;
  padding: 0;
  cursor: pointer;
  color: #131d25;
}
.FAQ-list__item.accordion-item {
  margin-bottom: 16px;
  background: #FFF;
  border-radius: 20px;
  border: none;
}
@media (max-width: 992px) {
  .FAQ-list__item.accordion-item {
    border-radius: 10px;
  }
}
.FAQ-list__item.accordion-item:last-of-type {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 992px) {
  .FAQ-list__item.accordion-item:last-of-type {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.FAQ-list__item.accordion-item:first-of-type {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media (max-width: 992px) {
  .FAQ-list__item.accordion-item:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
.FAQ-list__item .preparation-list__title::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.75 11.625L15.5 19.375L23.25 11.625' stroke='%230081EB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.FAQ-list__item .preparation-list__title[aria-expanded=true]::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.75 11.625L15.5 19.375L23.25 11.625' stroke='%230081EB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  transform: rotate(-180deg);
}
.FAQ-list__text {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .FAQ-list__text {
    padding: 0 16px 16px 16px;
  }
}
.FAQ-list__title {
  padding: 24px 44px 24px 24px;
  font-size: 20px !important;
  font-weight: 600;
  position: relative;
}
@media (max-width: 992px) {
  .FAQ-list__title {
    padding: 16px 40px 16px 16px;
  }
}
.FAQ-list__title[aria-expanded=true]::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.FAQ-list__title::after {
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
}
@media (prefers-reduced-motion: reduce) {
  .FAQ-list__title::after {
    transition: none;
  }
}

.preparation-list {
  position: relative;
  overflow: hidden;
  max-height: 455px;
  transition: max-height 0.3s ease;
}
.preparation-list__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: auto 567px;
}
@media (max-width: 1600px) {
  .preparation-list__wrapper {
    display: block;
  }
}
.preparation-list__wrapper-img {
  position: absolute;
  bottom: -64px;
  right: 0;
  height: 150%;
  max-height: 567px;
}
@media (max-width: 1600px) {
  .preparation-list__wrapper-img {
    display: none;
  }
}
.preparation-list__wrapper-img img {
  height: 100%;
  max-height: 567px;
}
.preparation-list__item {
  display: block;
  padding: 0;
  cursor: pointer;
  color: #131d25;
}
.preparation-list__item.accordion-item {
  margin-bottom: 16px;
  background: #F4F7FC;
  border-radius: 20px;
  border: none;
}
@media (max-width: 992px) {
  .preparation-list__item.accordion-item {
    border-radius: 10px;
  }
}
.preparation-list__item.accordion-item:last-of-type {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 992px) {
  .preparation-list__item.accordion-item:last-of-type {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.preparation-list__item.accordion-item:first-of-type {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media (max-width: 992px) {
  .preparation-list__item.accordion-item:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
.preparation-list__text {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .preparation-list__text {
    padding: 0 16px 16px 16px;
  }
}
@media (max-width: 992px) {
  .preparation-list__text p {
    font-size: 16px;
  }
}
.preparation-list__title {
  padding: 24px 44px 24px 24px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
@media (max-width: 992px) {
  .preparation-list__title {
    padding: 16px 40px 16px 16px;
    font-size: 16px;
  }
}
.preparation-list__title[aria-expanded=true]::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.preparation-list__title::after {
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
}
@media (prefers-reduced-motion: reduce) {
  .preparation-list__title::after {
    transition: none;
  }
}

.preparation-list.expanded {
  max-height: 100%;
}

.toggle-expand-btn-preparation {
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: 10;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  text-align: right;
  text-decoration-line: underline;
  color: #7D8797;
  margin-top: 12px;
  cursor: pointer;
  background: none;
  border: none;
}

.reference__wrapper {
  padding: 64px 0;
}
@media (max-width: 992px) {
  .reference__wrapper {
    padding: 32px 0;
  }
}
.reference__title {
  margin-bottom: 32px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  color: #131D25;
}
@media (max-width: 768px) {
  .reference__title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.reference {
  /*&__items-wrapper {
    display: flex;
    gap: 16px;
    align-items: end;

    @media (max-width: 1600px) {
      display: block;
    }
  }*/
}
.reference__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  .reference__items {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
}
.reference__item {
  min-width: 100%;
}
@media (max-width: 1600px) {
  .reference__item-wrapper {
    max-width: 334px;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .reference__item-wrapper {
    max-width: 288px;
    margin: 0 auto;
  }
}
@media (max-width: 1600px) {
  .reference__item-wrapper--right {
    margin-left: unset;
  }
}
@media (max-width: 768px) {
  .reference__item-wrapper--right {
    max-width: 288px;
    margin: 0 auto;
  }
}
.reference__item-img {
  margin-bottom: 16px;
  width: 100%;
  height: auto;
  max-width: 334px;
}
@media (max-width: 768px) {
  .reference__item-img {
    max-width: 288px;
  }
}
.reference__item-img img {
  max-width: 100%;
}
.reference__item-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #131D25;
  padding-bottom: 11px;
  text-align: left;
}
@media (max-width: 768px) {
  .reference__item-text {
    font-size: 16px;
  }
}
.reference__item-text--number {
  margin-right: 8px;
}
.reference__item-text-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .reference__line-bottom {
    display: none;
  }
}
.reference__line {
  display: none;
}
@media (max-width: 1600px) {
  .reference__line {
    display: block;
  }
}
@media (max-width: 768px) {
  .reference__line {
    display: none;
  }
}

.structure__items {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: stretch;
}
.structure__item--right {
  align-self: center;
}

.preparation-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  color: #131D25;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .preparation-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.preparation {
  padding: 64px 0;
}
@media (max-width: 992px) {
  .preparation {
    padding: 32px 0;
  }
}

.nav-link {
  padding: 14px 18px !important;
}

.other-services {
  position: relative;
  overflow: hidden;
}
.other-services__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  color: #131D25;
}
@media (max-width: 768px) {
  .other-services__title {
    font-size: 20px;
  }
}
.other-services__top-wrapper {
  display: flex;
  gap: 40px;
  margin-bottom: 34px;
  align-items: center;
}
@media (max-width: 768px) {
  .other-services__top-wrapper {
    margin-bottom: 16px;
  }
}
.other-services__top-buttons {
  display: flex;
  gap: 8px;
}
@media (max-width: 768px) {
  .other-services__top-buttons {
    display: none;
  }
}
.other-services__top-buttons--mobile {
  display: none;
}
@media (max-width: 768px) {
  .other-services__top-buttons--mobile {
    display: flex;
    justify-content: center;
    margin-top: 8px;
  }
}
.other-services__item {
  padding: 24px;
  border: 1px solid #ADB5C3;
  border-radius: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .other-services__item {
    padding: 16px;
    border-radius: 10px;
  }
}
.other-services__item-name {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: #212529;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .other-services__item-name {
    font-size: 16px;
  }
}
.other-services__item-price {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: #7D8797;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .other-services__item-price {
    font-size: 15px;
    margin-bottom: 16px;
  }
}
.other-services__item-btn {
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  border-radius: 30px;
  background: #0081EB;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  align-items: center;
  color: #FFFFFF;
  transition: opacity 0.3s ease-in-out;
}
.other-services__item-btn:hover {
  opacity: 0.8;
}
.other-services__prev-btn, .other-services__next-btn {
  cursor: pointer;
}

.law-norms-content {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #212529;
  display: grid;
}
.law-norms-content span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #212529;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .law-norms-content {
    font-size: 16px;
  }
  .law-norms-content span {
    font-size: 18px;
  }
}

.other-services .owl-stage {
  display: flex;
}

.other-services .owl-nav {
  display: none;
}

.owl-carousel-medspravki {
  opacity: 0; /* Скрыть карусель */
  max-height: 200px; /* Ограничить ширину */
}

.owl-carousel-medspravki.owl-loaded {
  opacity: 1; /* Показать после загрузки */
  max-height: none; /* Убрать ограничение ширины */
}

.location__wrapper {
  padding: 64px 0;
  border-top: 1px solid #ADB5C3;
}
@media (max-width: 992px) {
  .location__wrapper {
    padding: 32px 0;
  }
}
.location__content-wrapper {
  max-height: 280px; /* Максимальная высота свернутого блока */
  overflow: hidden;
  transition: max-height 0.3s ease;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .location__content-wrapper {
    margin-bottom: 0;
  }
}
.location__tab-container {
  border: 1px solid #0081EB;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .location__tab-container {
    border-radius: 10px;
  }
}
.location__tab-header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid #0081EB;
}
.location__tab-header-button {
  padding: 10px;
  cursor: pointer;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
  text-align: center;
  background: none;
  border: none;
  min-height: 84px;
}
@media (max-width: 992px) {
  .location__tab-header-button {
    min-height: 62px;
    padding: 12px;
    word-break: break-word;
    font-size: 15px;
  }
}
.location__tab-header button.active {
  background-color: #0081EB;
  color: #ffffff;
}
.location__tab-content {
  position: relative;
  display: none;
  padding: 40px 32px 32px 32px;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .location__tab-content {
    padding: 16px 16px 0 16px;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    max-height: 250px;
    overflow-y: auto;
  }
}
.location__tab-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.location__tab-content--area {
  padding-bottom: 0;
}
.location__tab-content-item {
  position: relative;
  padding-left: 24px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #212529;
  margin-bottom: 16px;
}
.location__tab-content-item a {
  all: unset;
  cursor: pointer;
}
.location__tab-content-item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.location__tab-content-item--area::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='4' cy='4.5' r='4' fill='%230081EB'/%3e%3c/svg%3e ");
}
.location__tab-content-item--red::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='4' cy='4.5' r='4' fill='%23D91D35'/%3e%3c/svg%3e ");
}
.location__tab-content-item--blue::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='4' cy='4.5' r='4' fill='%232A4A7E'/%3e%3c/svg%3e ");
}
.location__tab-content-item--green::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='4' cy='4.5' r='4' fill='%23209F5A'/%3e%3c/svg%3e ");
}
.location__tab-content-item--orange::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='4' cy='4.5' r='4' fill='%23E06E0C'/%3e%3c/svg%3e ");
}
.location__tab-content-item--violet::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='4' cy='4.5' r='4' fill='%23690776'/%3e%3c/svg%3e ");
}
.location__tab-content-item-line {
  position: relative;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #212529;
  margin-bottom: 16px;
  padding-left: 44px;
}
@media (max-width: 992px) {
  .location__tab-content-item-line {
    font-size: 18px;
  }
}
.location__tab-content-item-line::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.location__tab-content-item-line--red::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.0001 18.1354L9.47898 3.30859C9.47898 3.30859 6.23685 4.28962 3.94321 7.03202C2.15666 8.90488 0.866973 11.7365 0.767411 15.5714C0.631381 20.8109 4.25214 24.6904 4.25214 24.6904H10.2729C10.2729 24.6904 4.98336 21.7028 3.83311 17.5111C2.92757 14.2112 3.21559 11.4689 5.00198 8.94947C5.77478 7.85955 6.98686 6.37672 8.00135 6.83135C8.40874 7.01392 8.66298 7.50023 8.66298 7.50023L14.0001 24.512L19.1608 8.07993C19.1608 8.07993 19.3151 7.17046 19.7783 6.89824C20.9667 6.19971 21.8734 7.52253 22.8879 8.90488C24.9041 11.6521 24.8882 14.6204 23.9686 17.9124C22.948 21.5661 17.6611 24.6904 17.6611 24.6904H23.748C23.748 24.6904 27.3696 20.6771 27.2326 15.393C27.1523 12.2939 26.108 9.36941 24.1671 7.18809C21.7833 4.50909 18.433 3.30859 18.433 3.30859L14.0001 18.1354Z' fill='%23D91D35'/%3e%3c/svg%3e ");
}
.location__tab-content-item-line--blue::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.0001 18.1354L9.47898 3.30859C9.47898 3.30859 6.23685 4.28962 3.94321 7.03202C2.15666 8.90488 0.866973 11.7365 0.767411 15.5714C0.631381 20.8109 4.25214 24.6904 4.25214 24.6904H10.2729C10.2729 24.6904 4.98336 21.7028 3.83311 17.5111C2.92757 14.2112 3.21559 11.4689 5.00198 8.94947C5.77478 7.85955 6.98686 6.37672 8.00135 6.83135C8.40874 7.01392 8.66298 7.50023 8.66298 7.50023L14.0001 24.512L19.1608 8.07993C19.1608 8.07993 19.3151 7.17046 19.7783 6.89824C20.9667 6.19971 21.8734 7.52253 22.8879 8.90488C24.9041 11.6521 24.8882 14.6204 23.9686 17.9124C22.948 21.5661 17.6611 24.6904 17.6611 24.6904H23.748C23.748 24.6904 27.3696 20.6771 27.2326 15.393C27.1523 12.2939 26.108 9.36941 24.1671 7.18809C21.7833 4.50909 18.433 3.30859 18.433 3.30859L14.0001 18.1354Z' fill='%232A4A7E'/%3e%3c/svg%3e ");
}
.location__tab-content-item-line--green::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 18.1354L9.47892 3.30859C9.47892 3.30859 6.23679 4.28962 3.94315 7.03202C2.1566 8.90488 0.866912 11.7365 0.76735 15.5714C0.63132 20.8109 4.25208 24.6904 4.25208 24.6904H10.2729C10.2729 24.6904 4.9833 21.7028 3.83305 17.5111C2.92751 14.2112 3.21553 11.4689 5.00192 8.94947C5.77472 7.85955 6.9868 6.37672 8.00129 6.83135C8.40868 7.01392 8.66292 7.50023 8.66292 7.50023L14 24.512L19.1607 8.07993C19.1607 8.07993 19.3151 7.17046 19.7782 6.89824C20.9667 6.19971 21.8734 7.52253 22.8879 8.90488C24.904 11.6521 24.8881 14.6204 23.9685 17.9124C22.9479 21.5661 17.661 24.6904 17.661 24.6904H23.748C23.748 24.6904 27.3695 20.6771 27.2325 15.393C27.1522 12.2939 26.1079 9.36941 24.167 7.18809C21.7833 4.50909 18.4329 3.30859 18.4329 3.30859L14 18.1354Z' fill='%23209F5A'/%3e%3c/svg%3e ");
}
.location__tab-content-item-line--orange::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.0001 18.1354L9.47895 3.30859C9.47895 3.30859 6.23682 4.28962 3.94318 7.03202C2.15663 8.90488 0.866943 11.7365 0.76738 15.5714C0.631351 20.8109 4.25211 24.6904 4.25211 24.6904H10.2729C10.2729 24.6904 4.98333 21.7028 3.83308 17.5111C2.92754 14.2112 3.21556 11.4689 5.00195 8.94947C5.77475 7.85955 6.98683 6.37672 8.00132 6.83135C8.40871 7.01392 8.66295 7.50023 8.66295 7.50023L14.0001 24.512L19.1607 8.07993C19.1607 8.07993 19.3151 7.17046 19.7783 6.89824C20.9667 6.19971 21.8734 7.52253 22.8879 8.90488C24.904 11.6521 24.8882 14.6204 23.9686 17.9124C22.9479 21.5661 17.6611 24.6904 17.6611 24.6904H23.748C23.748 24.6904 27.3695 20.6771 27.2326 15.393C27.1522 12.2939 26.108 9.36941 24.167 7.18809C21.7833 4.50909 18.433 3.30859 18.433 3.30859L14.0001 18.1354Z' fill='%23E06E0C'/%3e%3c/svg%3e ");
}
.location__tab-content-item-line--violet {
  margin-top: 32px;
}
.location__tab-content-item-line--violet::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.0001 18.1354L9.47895 3.30859C9.47895 3.30859 6.23682 4.28962 3.94318 7.03202C2.15663 8.90488 0.866943 11.7365 0.76738 15.5714C0.631351 20.8109 4.25211 24.6904 4.25211 24.6904H10.2729C10.2729 24.6904 4.98333 21.7028 3.83308 17.5111C2.92754 14.2112 3.21556 11.4689 5.00195 8.94947C5.77475 7.85955 6.98683 6.37672 8.00132 6.83135C8.40871 7.01392 8.66295 7.50023 8.66295 7.50023L14.0001 24.512L19.1607 8.07993C19.1607 8.07993 19.3151 7.17046 19.7783 6.89824C20.9667 6.19971 21.8734 7.52253 22.8879 8.90488C24.904 11.6521 24.8882 14.6204 23.9686 17.9124C22.9479 21.5661 17.6611 24.6904 17.6611 24.6904H23.748C23.748 24.6904 27.3695 20.6771 27.2326 15.393C27.1522 12.2939 26.108 9.36941 24.167 7.18809C21.7833 4.50909 18.433 3.30859 18.433 3.30859L14.0001 18.1354Z' fill='%23690776'/%3e%3c/svg%3e ");
}
.location .location__tab-content.active {
  display: grid;
}
.location__toggle-button-wrapper {
  position: absolute;
  right: 32px;
  top: 254px;
  width: 25%;
  text-align: right;
  background: #ffffff;
}
@media (max-width: 1040px) {
  .location__toggle-button-wrapper {
    top: 213px;
    padding-top: 46px;
  }
}
@media (max-width: 992px) {
  .location__toggle-button-wrapper {
    display: none;
  }
}
.location__toggle-button {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  text-decoration-line: underline;
  color: #0081EB;
  cursor: pointer;
  border: none;
  background: #ffffff;
}

.location__content-wrapper.expanded {
  max-height: none; /* Убираем ограничение при развернутом состоянии */
}
.location__content-wrapper.expanded .location__toggle-button-wrapper {
  bottom: 0;
  top: unset;
  padding-top: 0;
}

.page__content h2.block-subtitle {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  color: #131D25;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .page__content h2.block-subtitle {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.page__content h2.block-subtitle--slider {
  margin: auto 0 !important;
}

.catalog-services-banner__btn {
  color: #ffffff;
  padding: 12px 32px;
  display: flex;
  justify-content: center;
  gap: 4px;
}
@media (max-width: 992px) {
  .catalog-services-banner__btn span {
    display: none;
  }
}

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

/* End */


/* Start:/local/templates/ems/components/bitrix/news.list/stati_spravki/style.css?1747405637105*/
.article-usefull .slider{margin-left:-8px;margin-right:-8px}.article-usefull .slick-track{margin-left:0}

/* End */


/* Start:/local/templates/ems/components/bitrix/news.list/actions-for-uzi/style.css?17474056372575*/
.actions-uzi__wrapper{padding:64px 0;overflow:hidden}@media(max-width: 768px){.actions-uzi__wrapper{padding:32px 0}}.actions-uzi__slide-wrapper{position:relative;width:100%;padding:32px;border-radius:20px;border:1px solid #adb5c3;overflow:hidden;z-index:30;background-position:center;background-size:cover;background-repeat:no-repeat}@media(max-width: 992px){.actions-uzi__slide-wrapper{border-radius:10px;background:linear-gradient(254.89deg, #0081EB -158.11%, #A3D6FF -44.71%, #FFFFFF 65.35%) !important;padding:24px}}.actions-uzi__slide-wrapper:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;background:linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9) 45%, rgba(255, 255, 255, 0) 70%)}.actions-uzi__info{width:50%;display:flex;gap:24px;flex-direction:column;justify-content:space-between;height:100%}@media(max-width: 992px){.actions-uzi__info{gap:16px;width:100%}}.actions-uzi__content{display:grid;gap:24px}@media(max-width: 768px){.actions-uzi__content{gap:16px;width:100%}}.actions-uzi__text-top{font-style:normal;font-weight:400;font-size:16px;line-height:1.3;color:#0081eb}@media(max-width: 768px){.actions-uzi__text-top{font-size:13px}}.actions-uzi__text-name{font-style:normal;font-weight:600;font-size:32px;line-height:1.2;color:#131d25;word-break:break-word}@media(max-width: 768px){.actions-uzi__text-name{font-size:20px}}.actions-uzi__prices{display:flex;flex-direction:column;gap:8px}@media(max-width: 768px){.actions-uzi__prices{flex-direction:unset;justify-content:space-between}}.actions-uzi__price{font-style:normal;font-weight:500;font-size:24px;line-height:1.3;color:#131d25}@media(max-width: 768px){.actions-uzi__price{font-size:20px}}.actions-uzi__old-price{font-style:normal;font-weight:400;font-size:20px;line-height:1.3;text-decoration-line:line-through;color:#fa3838}@media(max-width: 768px){.actions-uzi__old-price{font-size:18px}}.actions-uzi__learn-more{border:none;background:#0081eb;border-radius:30px;overflow:hidden;width:fit-content;padding:12px 32px;text-align:center;align-content:end}@media(max-width: 992px){.actions-uzi__learn-more{width:100%}}.actions-uzi__learn-more-text{font-style:normal;font-weight:500;font-size:16px;line-height:1.3;color:#fff}.actions-uzi__img{display:flex;align-items:center;position:absolute;top:0;right:0;z-index:-2;min-height:100%;max-height:100%}.actions-uzi__img img{max-width:100%;min-height:100%;max-height:100%}@media(max-width: 992px){.actions-uzi__img{display:none}}.swiper-slide--actions-uzi{display:flex !important;height:auto !important}

/* End */


/* Start:/local/templates/ems/components/it24/template/modal_form_order/style.css?17061040867110*/

#modalFormOrder .modal-title {
    font-size: 1.5rem;
}

#modalFormOrder .modal-body {
    padding-top: 0;
    padding-bottom: 30px;
}

.modal__form__order__step__2,
.modal__form__order__step__3 {
    display: none;
}

.modal__form__order__selected {
    margin-bottom: 20px;
}

.modal__form__order__service,
.modal__form__order__med,
.modal__form__order__date {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #4b5564;
    font-weight: 400;
}

.modal__form__order__steps {
    margin-bottom: 20px;
}

.modal__form__order__steps__1,
.modal__form__order__steps__2,
.modal__form__order__steps__3 {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    color: #4b5564;
    padding: 0 15px 0 40px;
    position: relative;
    line-height: 32px;
}

.modal__form__order__steps__1.active,
.modal__form__order__steps__2.active,
.modal__form__order__steps__3.active {
    background-color: #F5F8F9;
    border-radius: 1.125rem
}

.modal__form__order__steps__1:before {
   content: "1";
}

.modal__form__order__steps__2:before {
    content: "2";
}

.modal__form__order__steps__3:before {
    content: "3";
}

.modal__form__order__steps__1:before,
.modal__form__order__steps__2:before,
.modal__form__order__steps__3:before {
    display: inline-block;
    color: #fff;
    background: #D5D7DB;
    text-align: center;
    line-height: 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 4px;
    z-index: 1;
}

.modal__form__order__steps__1.active:before,
.modal__form__order__steps__2.active:before,
.modal__form__order__steps__3.active:before {
    background: #2495FF;
}

.modal__form__order__steps__1.checked:before,
.modal__form__order__steps__2.checked:before,
.modal__form__order__steps__3.checked:before {
    background-color: #fff;
    background: url("/local/templates/ems/components/it24/template/modal_form_order/img/check.svg") no-repeat center;
    content: "";
}


.modal__form__order__steps__1,
.modal__form__order__steps__2 {
    margin-right: 50px;
}

.modal__form__order__steps__1:after,
.modal__form__order__steps__2:after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #D5D7DB;
    position: absolute;
    right: -48px;
    top: 15px;
}

.modal__form__order__title {
    color: #131D25;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.modal__form__order__medical {
    display: block;
    background-color: #F5F8F9;
    border: 1px solid #DFE2E8;
    border-radius: 0.5rem;
    font-weight: 400;
    font-size: .9375rem;
    color: #99A1AD;
    padding: 15px 15px 15px 50px;
    position: relative;
    cursor: pointer;
}

.modal__form__order__medical:hover {
    border: 1px solid #2495FF;
}

.modal__form__order__medical input {
    display: none;
}

.modal__form__order__medical:before {
    content: "";
    width: 1.375rem;
    height: 1.375rem;
    border: 0.125rem solid #ADB5C3;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0.9375rem;
    margin-top: -0.6875rem;
}

.modal__form__order__medical:after {
    content: "";
    width: 0.875rem;
    height: 0.875rem;
    background: #F5F8F9;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 1.1875rem;
    margin-top: -0.4375rem;
}

.modal__form__order__medical:hover:after {
    background: #2495FF;
}

.modal__form__order__medical:hover:before {
    border: 0.125rem solid #2495FF;
}

.modal__form__order__medical b {
    display: block;
    font-weight: 500;
    color: #131D25;
}

.modal__form__order__medical.checked {
    background-color: #2495FF;
    border: 1px solid #2495FF;
    color: #fff;
}

.modal__form__order__medical.checked b {
    color: #fff;
}

.modal__form__order__medical.checked:after {
    background: #fff;
}

.modal__form__order__medical.checked:before {
    border: 0.125rem solid #fff;
}

.modal__form__order__back {
    display: inline-block;
    cursor: pointer;
    float: right;
    font-weight: 400;
    font-size: .9375rem;
    color: #4b5564;
    transition: 500ms;
}

.modal__form__order__step__2 .form-select, .modal__form__order__step__2 .form-control {
    background-color: #F5F8F9;
    border-color: #F5F8F9;
    height: 42px;
}

.modal__form__order__input__calendar {
    position: absolute;
    right: 15px;
    top: 8px;
    color: #666;
    z-index: 100;
}
.error__date {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    left: 10px;
    color: red;
}
.error__date {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    left: 10px;
    color: red;
}
.error__date.show {
    visibility: visible;
    opacity: 1;
    transition: visibility .2s ease, opacity .2s ease;
}
#modalFormOrder input[type="date"] {
    position: relative;
}

#modalFormOrder input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

#modalFormOrder input[type="date"]::-webkit-inner-spin-button,
#modalFormOrder input[type="date"]::-webkit-clear-button {
    z-index: 1;
}

#modalFormOrder input:focus, select:focus, textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

.modal__form__order__step__3 input[type='text'],
.modal__form__order__step__3 input[type='text']:focus,
.modal__form__order__step__3 input[type='email'],
.modal__form__order__step__3 input[type='email']:focus,
.modal__form__order__step__3 input[type='tel'],
.modal__form__order__step__3 input[type='tel']:focus,
.modal__form__order__step__3 input[type='date'],
.modal__form__order__step__3 input[type='date']:focus{
    height: 42px;
    background: #F5F8F9;
    color: #131D25;
}

.modal__form__order__step__3 textarea,
.modal__form__order__step__3 textarea:focus{
    background: #F5F8F9;
    color: #131D25;
}

.modal__form__order__step__3 input[type="radio"] {
    transform: scale(1.2);
    transform-origin: scale(1.2);
    transform: scale(1.2);
}

.modal__form__order__step__3 .form-check {
    display: inline-block;
}

.modal__form__order__step__3 label  {
   font-size: 14px;
    color: #7D8797;
}

.modal__form__order__step__3 label span {
    color: red;
}

.modal__form__order__step__3 .form-check label {
    font-size: 16px;
    color: #131D25;
}

.modal__form__order__form__block {
    background: #F5F8F9;
    height: 100%;
}

.modal__form__order__success {
    display: none;
}

@media screen and (max-width: 1024px){

    .modal__form__order__steps span {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 576px){

    .modal__form__order__back {
        float: unset;
        display: block;
        margin: 10px 0;
    }
}
/* End */
/* /local/templates/ems/components/bitrix/catalog/services/bitrix/catalog.element/medspravki-detail/style.css?178040744562673 */
/* /local/templates/ems/components/bitrix/news.list/stati_spravki/style.css?1747405637105 */
/* /local/templates/ems/components/bitrix/news.list/actions-for-uzi/style.css?17474056372575 */
/* /local/templates/ems/components/it24/template/modal_form_order/style.css?17061040867110 */
