@charset "UTF-8";
.breadcrumb {
  margin-bottom: 4.5rem;
}
@media (max-width: 992px) {
  .breadcrumb {
    margin-bottom: 2rem;
  }
}
.breadcrumb__content {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-left: 4.5rem;
}
@media (max-width: 992px) {
  .breadcrumb__content {
    padding-left: 0;
  }
}
.breadcrumb__item a, .breadcrumb__item span, .breadcrumb__item i {
  font-family: "Roboto", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #748CA4;
}
.breadcrumb__item a:hover span {
  color: #009FA2;
}
.breadcrumb__item a span {
  transition: all 0.1s linear;
}

.fancybox__backdrop {
  opacity: 0.4;
  transition: opacity 0.3s linear;
}

.fancybox__backdrop {
  opacity: 0.5 !important; /* Фиксированная прозрачность */
  transition: opacity 0.3s ease !important; /* Плавное изменение */
}

/* Отключаем стандартные резкие изменения */
.fancybox__backdrop.fancybox-fadeIn,
.fancybox__backdrop.fancybox-fadeOut {
  animation: none !important;
}

.form__container {
  max-width: 80rem;
}

.form__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .form__row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.form__row + .form__row {
  margin-top: 18px;
}
.form__row input[type=text]:not(.search__input input),
.form__row input[type=tel],
.form__row input[type=date],
.form__row select,
.form__row textarea {
  box-sizing: border-box;
  border: 1px solid #ccdae0;
  border-radius: 1.4rem;
  width: 100%;
  height: 4.5rem;
  line-height: 4.5rem;
  background: rgba(255, 255, 255, 0.6);
  padding: 0 1rem;
  outline: none;
}
.form__row select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Добавляем свою стрелку через background */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' 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;
}

.form__field {
  position: relative;
  width: calc(50% - 10px);
}
.form__field-label {
  display: block;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 143%;
  color: #748ca4;
}
.form__field--hidden {
  display: none;
}
.form__field_full {
  width: 100%;
}

@media (max-width: 767px) {
  .form__field {
    width: 100%;
    margin-bottom: 18px;
  }
  .form__field:last-child {
    margin-bottom: 0;
  }
}
.form__field .red-star {
  margin-left: 4px;
}

.form__field_date {
  z-index: 1;
}

body .reviews-slider__item_popup.fancybox__content {
  width: 70.8rem;
  border-radius: 3rem;
  padding: 5rem;
  box-sizing: border-box;
  backdrop-filter: blur(4rem);
  -webkit-backdrop-filter: blur(4rem);
  box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 992px) {
  body .reviews-slider__item_popup.fancybox__content {
    padding: 1.5rem;
  }
}
body__title {
  text-align: left;
  margin: 0 0 0.9rem 0;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.3em;
}
@media (max-width: 992px) {
  body__title {
    font-size: 2.8rem;
    line-height: 1.3em;
  }
}
body__text {
  margin-bottom: 3.4rem;
  font-size: 1.6rem;
}

/*input[type="text"]:not(.search__input input),
input[type="tel"],
input[type="date"],
select,
textarea {
  border: 1px solid #ccdae0;
  border-radius: 1.4rem;
  width: 100%;
  height: 4.5rem;
  line-height: 4.5rem;
  background: rgba(255, 255, 255, 0.6);
  padding: 0 1rem;
  outline: none;
}*/
textarea {
  line-height: 1.3em;
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: 15rem;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
}

.screen video {
  pointer-events: none;
  z-index: 1;
}
.screen .screen__banner__info,
.screen a {
  position: relative;
  z-index: 10;
}
.screen .screen__slide__content h3 span {
  display: block;
  font-size: 4rem;
  line-height: 1em;
}
.screen .screen__slide__content h3.pink span {
  color: #C34741;
}
.screen .screen__slide__content .btn.pink {
  box-shadow: 0 4px 4px 0 rgba(0, 203, 207, 0.1);
  background-image: linear-gradient(90deg, #fd4e48 0%, #f4a0aa 100%);
  color: #fff;
}
.screen .screen__slide__content--text {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #394250;
  margin-bottom: 3.2rem;
}
@media (max-width: 992px) {
  .screen .screen__slide__content--text {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 14.5rem;
  }
}
.screen .screen__slide.theme--violet .screen__slide__content {
  color: #fff;
}
.screen .screen__slide.theme--violet .screen__slide__content h3, .screen .screen__slide.theme--violet .screen__slide__content .screen__slide__content--text {
  color: #fff;
}
.screen .screen__slide.theme--violet .screen__slide__content .btn {
  color: #fff;
  background: linear-gradient(90deg, #49219f 20%, #a453eb 100%);
}
.screen__banner__info {
  margin-bottom: 2rem;
  position: relative;
  z-index: 10;
}
.screen__banner__info h3 {
  line-height: 1em;
}
.screen .screen__banner:after {
  content: "";
  display: block;
  position: absolute;
  width: 3rem;
  height: 3rem;
  right: 0;
  bottom: 0;
  background: url(../../images/mobile-bg.jpg) bottom right;
  z-index: 100;
}
@media (max-width: 992px) {
  .screen .screen__banner {
    height: 100%;
    background: url(../../images/banner-bg.jpg) no-repeat bottom right/auto 62%, url(../../images/mobile-bg.jpg) bottom right;
  }
  .screen .screen__banner > video {
    height: 50%;
    top: auto;
    bottom: 0;
  }
  .screen .screen__banner:after {
    width: 2rem;
    height: 2rem;
  }
}

@media (max-width: 992px) {
  .map {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .map__item {
    order: 2;
  }
  .map__list {
    order: 1;
  }
}
.map .ymaps-2-1-79-balloon {
  width: 175px !important;
  left: -90px !important;
  top: -45px !important;
  box-shadow: none !important;
}
.map .ymaps-2-1-79-balloon__layout {
  background: #009fa2;
  border-radius: 12px;
  padding: 5px 12px;
}
.map .ymaps-2-1-79-balloon__content {
  padding: 0 !important;
  margin: 0 !important;
  background: none;
  color: #fff;
  line-height: 1.3em;
  font-size: 1.4rem;
}
.map .baloon-wrap .baloon-wrap__title.bvi-original {
  font-size: 1.2rem !important;
}
.map .ymaps-2-1-79-balloon__content > ymaps {
  width: 100% !important;
  height: 100% !important;
}
.map .ymaps-2-1-79-balloon__close {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  margin: 0;
  z-index: 5;
}
.map .ymaps-2-1-79-balloon__close-button {
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.7071 12.2929C14.0976 12.6834 14.0976 13.3166 13.7071 13.7071C13.3166 14.0976 12.6834 14.0976 12.2929 13.7071L7 8.41421L1.70711 13.7071C1.31658 14.0976 0.683419 14.0976 0.292894 13.7071C-0.0976301 13.3166 -0.0976301 12.6834 0.292894 12.2929L5.58579 7L0.292893 1.70711C-0.0976308 1.31658 -0.0976312 0.683417 0.292893 0.292893C0.683417 -0.0976312 1.31658 -0.0976308 1.70711 0.292893L7 5.58579L12.2929 0.292893C12.6834 -0.0976308 13.3166 -0.0976312 13.7071 0.292893C14.0976 0.683417 14.0976 1.31658 13.7071 1.70711L8.41421 7L13.7071 12.2929Z' fill='%23ffffff'/%3E%3C/svg%3E%0A") no-repeat center;
  background-size: 12px;
}
.map .ymaps-2-1-79-balloon__tail {
  width: 175px !important;
  background: url("data:image/svg+xml,%3Csvg width='160' height='15' viewBox='0 0 160 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0C34.4695 0 64.7145 6.33678 76.7557 13.574C78.424 14.5767 80.5761 14.5771 82.2467 13.5781C94.3515 6.33918 125.024 0 159.5 0H79.5H0Z' fill='%23009FA2'/%3E%3C/svg%3E%0A") no-repeat center;
  -webkit-transform: none !important;
  transform: none !important;
  box-shadow: none;
  left: 0 !important;
  height: 15px !important;
  margin: -1px 0 0 !important;
}
.map .ymaps-2-1-79-balloon__tail:after {
  display: none !important;
  content: none !important;
}
.map .ymaps-2-1-79-image {
  transition: opacity 0.3s ease;
}

.footer .footer__nav__group .menu ul li:first-child {
  margin-bottom: 0;
}
.footer .footer__nav__group .menu ul li:first-child a {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.4rem;
  color: #394250;
  text-decoration: none;
  display: block;
  margin-bottom: 0;
  transition: all 0.1s linear;
}
.footer-lk {
  background-color: rgba(205, 253, 255, 0.5);
  padding: 3rem 0 4rem;
}
@media (max-width: 992px) {
  .footer-lk {
    padding: 0.8rem 0 1rem;
  }
}
.footer-lk__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .footer-lk__content {
    flex-direction: column-reverse;
    align-items: start;
    gap: 2.2rem;
    padding-left: 0.7rem;
  }
}
.footer-lk__copyright {
  font-size: 1.4rem;
  color: #70B7B8;
  margin-left: 1.5rem;
}
.footer-lk__socials {
  display: flex;
  align-items: center;
  gap: 7rem;
}
@media (max-width: 992px) {
  .footer-lk__socials {
    flex-direction: row-reverse;
    gap: 3rem;
  }
}
.footer-lk__socials p {
  font-size: 1.4rem;
  color: #70B7B8;
}
.footer-lk__socials .socials {
  gap: 1.4rem;
}
@media (max-width: 992px) {
  .footer-lk__socials .socials {
    gap: 1rem;
  }
}
.footer-lk__socials .socials a {
  width: 5rem;
  height: 5rem;
}
.footer-lk__socials .socials .dzen path:nth-of-type(2) {
  fill: revert-layer;
}

.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox] + label {
  display: block;
  padding-left: 30px;
  position: relative;
}
.checkbox input[type=checkbox] + label:before {
  display: block;
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  left: 1px;
  top: 1px;
  cursor: pointer;
  transition: 0.3s border;
}
.checkbox input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 5px;
  border-left: 2px solid #009fa2;
  border-bottom: 2px solid #009fa2;
  left: 4px;
  top: 6px;
  cursor: pointer;
  transform: rotate(-45deg);
  transition: 0.3s opacity;
}

.popup-modal-ginekolog {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}

.popup-modal-ginekolog__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 1000px;
  height: 500px;
  background: url(../../images/ginekolog-bg.webp) no-repeat center/cover; /* ginekolog-bg.jpg */
  box-sizing: border-box;
  padding: 40px;
  border-radius: 60px;
  z-index: 1;
}

.popup-modal-ginekolog__content p,
.popup-modal-ginekolog__content h2 {
  font-weight: 500; /* 600 */
  font-size: 30px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 0;
  /*margin-bottom: 22px;*/
}

.popup-modal-ginekolog__content h2 {
  max-width: 300px;
}

.popup-modal-ginekolog__content .popup-modal-ginekolog__pink-text {
  font-weight: 500;
  font-size: 18px; /*25px*/
  line-height: 18px;
  color: #BC6050;
  margin-bottom: 14px;
  margin-top: 4px;
}

.popup-modal-ginekolog__content h2 span {
  font-weight: 500; /*800*/
  font-size: 40px; /*70px*/
  line-height: 30px;
  color: #fff;
  margin-bottom: 0;
  /*margin-bottom: 22px;*/
}

.popup-modal-ginekolog__content a {
  font-weight: 500;
  font-size: 16px;
  line-height: 48px;
  text-decoration: none;
  color: #fff;
  position: relative;
  width: max-content;
  height: max-content;
  background-color: #F39689;
  padding: 0 55px;
  border-radius: 100px;
}

.popup-modal-ginekolog__content a:hover::before {
  background-color: rgba(255, 255, 255, 0.5);
}

.popup-modal-ginekolog__content a::before {
  content: "";
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  border-radius: 100px;
  z-index: -1;
  transform: translate(-50%, -50%);
  transition: all 0.1s linear;
  top: 50%;
  left: 50%;
}

.popup-modal-ginekolog__close {
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../../images/close-button.svg) no-repeat top right;
  cursor: pointer;
  top: 0;
  right: 0;
}

.popup-modal-ginekolog__space {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-modal-ginekolog .popup-modal-ginekolog__content .popup-modal-ginekolog__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 35px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 16px;
}

@media (max-width: 1040px) {
  .popup-modal-ginekolog__content {
    margin: 0 20px;
  }
}
@media (max-width: 768px) {
  .popup-modal-ginekolog__content {
    background: url(../../images/ginekolog-mob-bg.webp) no-repeat left center/cover;
    /*padding: 20px 20px 40px;*/
    padding: 16px;
    border-radius: 40px;
    max-width: 355px;
    max-height: 361px;
  }
  .popup-modal-ginekolog__close {
    background: url(../../images/close-mob.svg) no-repeat center;
    /*filter: invert(1);*/
    width: 14px;
    height: 14px;
    top: 20px;
    right: 20px;
  }
  .popup-modal-ginekolog__content p {
    /*font-size: 18px;*/
    /*margin-bottom: 10px;*/
    font-size: 25px;
    line-height: 22px;
  }
  .popup-modal-ginekolog__content .popup-modal-ginekolog__pink-text {
    font-size: 16px;
    line-height: 14px;
    margin-top: 7px;
    text-align: center;
    /*max-width: 230px;*/
  }
  .popup-modal-ginekolog__content h2 {
    max-width: unset;
    text-align: center;
    white-space: nowrap;
  }
  .popup-modal-ginekolog__content h2,
  .popup-modal-ginekolog__content h2 span {
    /*font-size: 43px;*/
    /*margin-bottom: 10px;*/
    font-size: 19px;
    line-height: 20px;
  }
  .popup-modal-ginekolog__content a {
    line-height: 40px;
    padding: 0 50px;
    /*margin-top: 15px;*/
    margin-left: 6px;
    margin-bottom: 6px;
    /*width: calc(100% - 12px);*/
    text-align: center;
  }
  .popup-modal-ginekolog__content a::before {
    width: calc(100% + 15px);
    height: calc(100% + 15px);
  }
  .popup-modal-ginekolog .popup-modal-ginekolog__content .popup-modal-ginekolog__title {
    font-weight: 900;
    font-size: 23px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 13px;
  }
}
@media (max-width: 374px) {
  .popup-modal-ginekolog__content h2 {
    white-space: wrap;
  }
}
.search-page .search-buttons:before {
  display: none;
}
.search-page .search-buttons .search-clear {
  position: relative;
}
.search-page .search-buttons .search-clear:before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 1.6rem);
  background-color: #F1F6F7;
  pointer-events: none;
  transform: translate(0, -50%);
  top: 50%;
  right: 0;
}

@media (max-width: 576px) {
  body .search-page .b-list__item {
    flex-wrap: wrap;
  }
  body .search-page .b-list__item__content {
    width: calc(100% - 13rem);
  }
}
body .search-page .b-list__item__tags {
  flex-direction: row;
}
body .search-page .b-list__item__tags--desktop {
  display: block;
}
@media (max-width: 576px) {
  body .search-page .b-list__item__tags--desktop {
    display: none;
  }
}
body .search-page .b-list__item__tags--mobile {
  display: none;
  width: 100%;
}
@media (max-width: 576px) {
  body .search-page .b-list__item__tags--mobile {
    display: block;
  }
}
body .search-page .b-list__item__price {
  white-space: nowrap;
}

.pagination__more {
  cursor: pointer;
  position: relative;
}
.pagination__more.loading {
  pointer-events: none;
}
.pagination__more.loading:after {
  content: "Загрузка...";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
}

.search-page {
  margin-bottom: 11.5rem;
}
@media (max-width: 992px) {
  .search-page {
    margin-bottom: 4rem;
  }
}
.search-page .b-search {
  margin-right: 8rem;
  margin-bottom: 5.8rem;
}
@media (max-width: 992px) {
  .search-page .b-search {
    margin-right: 0;
    margin-bottom: 3.4rem;
  }
  .search-page .b-search input[type=text] {
    font-size: 1.4rem;
    padding: 0 10.2rem 0 1.4rem;
  }
}
.search-page .b-search input[type=text] {
  border: none !important;
}
.search-page .pagination {
  margin-top: 3.2rem;
}
.search-page .b-list {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .search-page .b-list {
    margin-bottom: 1rem;
  }
}
.search-page .b-list__item {
  display: flex;
  gap: 3.6rem;
  padding: 1rem 0;
  border-bottom: 1px #E8F1FA solid;
}
@media (max-width: 992px) {
  .search-page .b-list__item {
    gap: 1rem;
  }
}
.search-page .b-list__item:first-child {
  border-top: 1px #E8F1FA solid;
}
.search-page .b-list__item:last-child {
  border-bottom: none;
}
.search-page .b-list__item__image {
  display: flex;
  width: 20rem;
  height: 13rem;
  box-sizing: border-box;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .search-page .b-list__item__image {
    width: 12rem;
    height: 7.8rem;
  }
}
.search-page .b-list__item__image.no-photo {
  justify-content: center;
  align-items: center;
  background: url(../images/search-page-no-photo.png) no-repeat center/cover;
  box-shadow: 0 0.4rem 6rem 0 rgba(0, 159, 162, 0.15);
  border: 1px #fff solid;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .search-page .b-list__item__image.no-photo {
    border-radius: 1rem;
  }
}
.search-page .b-list__item__image.no-photo img {
  width: calc(100% - 8rem);
  max-height: 100%;
  height: max-content;
  object-fit: contain;
  border-radius: 0;
}
@media (max-width: 992px) {
  .search-page .b-list__item__image.no-photo img {
    width: calc(100% - 6rem);
  }
}
.search-page .b-list__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .search-page .b-list__item__image img {
    border-radius: 1rem;
  }
}
.search-page .b-list__item__content {
  padding-top: 1rem;
  padding-right: 10rem;
}
@media (max-width: 992px) {
  .search-page .b-list__item__content {
    padding: 0;
  }
}
.search-page .b-list__item__title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.9rem;
}
@media (max-width: 992px) {
  .search-page .b-list__item__title {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
.search-page .b-list__item__text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #394250;
}
@media (max-width: 992px) {
  .search-page .b-list__item__text {
    -webkit-line-clamp: 2;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
.search-page .b-list__item__text:not(:has(+ .b-list__item__expand)) {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .search-page .b-list__item__text:not(:has(+ .b-list__item__expand)) {
    margin-bottom: 0.3rem;
  }
}
.search-page .b-list__item__text.expanded {
  -webkit-line-clamp: none;
}
.search-page .b-list__item__text.expanded + .b-list__item__expand svg {
  rotate: 180deg;
}
.search-page .b-list__item__text b {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #009FA2;
}
@media (max-width: 992px) {
  .search-page .b-list__item__text b {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
.search-page .b-list__item__expand {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.8rem;
  height: 2rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0;
  border: 1px #E5F1F5 solid;
  border-radius: 0.5rem;
  cursor: pointer;
  margin-top: 0.3rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .search-page .b-list__item__expand {
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
}
.search-page .b-list__item__expand:hover svg path:nth-of-type(odd) {
  fill: #14787A;
}
.search-page .b-list__item__expand:hover svg path:nth-of-type(even) {
  stroke: #14787A;
}
.search-page .b-list__item__expand svg {
  width: 0.9rem;
  height: 1.1rem;
  padding-top: 0.1rem;
}
.search-page .b-list__item__expand svg path {
  transition: all 0.1s linear;
}
.search-page .b-list__item__tags {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
@media (max-width: 992px) {
  .search-page .b-list__item__tags {
    flex-direction: column;
    align-items: start;
  }
}
.search-page .b-list__item__tag {
  font-size: 1.4rem;
  line-height: 3rem;
  text-wrap: nowrap;
  color: #748CA4;
  background-color: #DDF1F1;
  padding: 0 1.5rem;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .search-page .b-list__item__tag {
    font-size: 1.3rem;
    line-height: 2.5rem;
    padding: 0 1rem;
  }
}
.search-page .b-list__item__date {
  font-size: 1.4rem;
  color: #748CA4;
}
@media (max-width: 992px) {
  .search-page .b-list__item__date {
    font-size: 1.2rem;
    padding-left: 1rem;
  }
}
.search-page .b-list__item__controls {
  display: flex;
  margin-bottom: 0.8rem;
}
@media (max-width: 992px) {
  .search-page .b-list__item__controls {
    flex-direction: column;
    margin-bottom: 0.5rem;
  }
}
.search-page .b-list__item__description {
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #394250;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .search-page .b-list__item__description {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-bottom: 0.3rem;
  }
}
.search-page .b-list__item__description span {
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #748CA4;
}
@media (max-width: 992px) {
  .search-page .b-list__item__description span {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.search-page .b-list__item__price {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #394250;
  margin-left: 1.2rem;
}
@media (max-width: 992px) {
  .search-page .b-list__item__price {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-left: 0;
  }
}
.search-page .b-list__item__link {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.9rem;
  text-decoration: underline;
  margin-left: 2.8rem;
}
@media (max-width: 992px) {
  .search-page .b-list__item__link {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-left: 0;
  }
}

.b-search {
  position: relative;
  display: flex;
  height: 6.8rem;
  background-color: rgba(236, 243, 246, 0.3);
  box-sizing: border-box;
  box-shadow: 0 0.4rem 7rem 0 rgba(0, 91, 93, 0.1);
  padding: 1rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .b-search {
    background-color: rgba(255, 255, 255, 0.8);
    height: 6.2rem;
  }
}
.b-search * {
  outline: none;
}
.b-search input[type=text] {
  font-weight: 400;
  font-size: 1.6rem;
  color: #394250;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8));
  box-shadow: 0 0 3rem 0 rgba(176, 209, 210, 0.3);
  padding: 0 27.5rem 0 2.2rem;
  border: none;
  border-radius: 1.5rem;
  outline: none;
}
@media (max-width: 992px) {
  .b-search input[type=text] {
    font-size: 1.4rem;
    padding: 0 10.2rem 0 1.4rem;
  }
}
.b-search input[type=text]::placeholder {
  color: #748CA4;
}
.b-search input[type=submit] {
  position: absolute;
  width: 16rem;
  transform: translateY(-50%);
  top: 50%;
  right: 1rem;
}
@media (max-width: 992px) {
  .b-search input[type=submit] {
    color: transparent;
    width: 4.2rem;
  }
}
.b-search::before {
  content: "";
  position: absolute;
  width: 3.6rem;
  height: 3.6rem;
  background: url(../../images/svg/search-icon.svg) no-repeat center/contain;
  pointer-events: none;
  z-index: 1;
  transform: translateY(-50%);
  top: 50%;
  right: 12.6rem;
}
@media (max-width: 992px) {
  .b-search::before {
    right: 1.3rem;
  }
}

.search-buttons {
  position: absolute;
  display: flex;
  padding: 0 0.3rem;
  transform: translateY(-50%);
  top: 50%;
  right: 17rem;
}
@media (max-width: 992px) {
  .search-buttons {
    padding: 0;
    right: 5.2rem;
  }
}
.search-buttons::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 1.6rem);
  background-color: #F1F6F7;
  pointer-events: none;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.search-clear {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 4.8rem;
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .search-clear {
    width: 3rem;
    height: 4.2rem;
  }
}
.search-clear:hover svg path {
  stroke: #14787A;
}
.search-clear svg {
  width: 1.1rem;
  height: 1rem;
}
.search-clear svg path {
  transition: all 0.1s linear;
}
.search-recognition {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 4.8rem;
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .search-recognition {
    width: 3rem;
    height: 4.2rem;
  }
}
.search-recognition:hover svg path {
  fill: #009FA2;
}
.search-recognition svg {
  width: 2.8rem;
  height: 2.8rem;
}
@media (max-width: 992px) {
  .search-recognition svg {
    height: 2.4rem;
    height: 2.4rem;
  }
}
.search-recognition svg path {
  transition: all 0.1s linear;
}
.search-advanced {
  position: absolute;
  transform: translateY(100%);
  left: 3.2rem;
  bottom: -2.2rem;
}
@media (max-width: 992px) {
  .search-advanced {
    left: 1.4rem;
    bottom: -1rem;
  }
}
.search-result {
  font-weight: 400;
  color: #748CA4;
}
.search-result, .search-result span {
  font-size: 1.6rem;
  line-height: 1.6rem;
}
@media (max-width: 992px) {
  .search-result, .search-result span {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
.search-result span {
  font-weight: 500;
  color: #009FA2;
}

.services {
  background: url(../../images/services-bg.jpg) no-repeat top center/cover;
  padding-bottom: 14rem;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .services {
    background: url(../../images/services-bg.jpg) no-repeat 85%/cover;
    padding-bottom: 0;
    margin-bottom: 6rem;
  }
}
.services__slider {
  position: relative;
  max-width: 118.5rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .services__slider {
    width: calc(100% - 2.8rem);
    margin: 0 1.4rem;
  }
}
.services__slider__arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: calc(100% + 25rem);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media (max-width: 992px) {
  .services__slider__arrows {
    display: none;
  }
}
.services__slider .swiper {
  width: 100%;
  height: 100%;
}
.services__slider .slider-progressbar {
  display: none;
}
@media (max-width: 992px) {
  .services__slider .slider-progressbar {
    position: absolute;
    display: initial;
    width: calc(100% - 6rem);
    transform: translateX(-50%);
    top: auto;
    left: 50%;
    bottom: -2.3rem;
  }
}
.services__slide {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 6rem;
  opacity: 0;
  scale: 0.8;
  transition: scale 0.5s ease-in-out, opacity 0.5s cubic-bezier(1, 0.01, 0.55, 0.35);
}
@media (max-width: 992px) {
  .services__slide {
    opacity: 1;
    scale: 1;
  }
}
@media (max-width: 992px) {
  .services__slide {
    gap: 1.4rem;
  }
}
.services__slide.swiper-slide-active {
  scale: 1;
  opacity: 1;
}
.services__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(25% - 4.5rem);
  height: auto;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  padding: 2rem;
  border: 1px #fff solid;
  border-radius: 3rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .services__item {
    width: calc(25% - 1.05rem);
    height: 100%;
  }
}
.services__item:hover .services__item__image img {
  scale: 1.15;
}
.services__item:hover h3 {
  color: rgb(255, 255, 110);
}
.services__item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.services__item h3 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2rem;
  color: #fff;
  margin-bottom: 0.8rem;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .services__item h3 {
    font-size: 1.6rem;
    line-height: 1.4rem;
    margin-bottom: 0;
  }
}
.services__item__image {
  display: flex;
  justify-content: end;
  align-items: end;
  width: calc(100% + 4rem);
  height: 100%;
  transform: translateX(-2rem) !important;
}
@media (max-width: 992px) {
  .services__item__image {
    box-sizing: border-box;
    padding-left: 4rem;
  }
}
.services__item__image img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  transition: scale 0.5s ease-out;
}
.services__item__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  top: 0;
  left: 0;
}

.services-page {
  margin-bottom: 4rem;
}
.services-page__content {
  padding: 0 3.5rem;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .services-page__content {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}
.services-page__categories {
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .services-page__categories {
    width: calc(100% + 1.4rem);
    margin-bottom: 1.5rem;
    overflow-x: scroll;
  }
}
.services-page__categories::-webkit-scrollbar {
  display: none;
}
.services-page__categories__content {
  display: flex;
  gap: 3rem;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .services-page__categories__content {
    gap: 0.5rem;
  }
}
.services-page__category {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 18rem;
  height: 11.8rem;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 5rem 0.2rem rgba(0, 159, 162, 0.2);
  padding: 1.4rem 2.2rem;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .services-page__category {
    align-items: center;
    justify-content: center;
    min-width: 6.7rem;
    height: 4.5rem;
    box-shadow: none;
    padding: 0 1rem;
    flex-shrink: 0;
  }
}
.services-page__category:has(> .services-page__category__image) {
  min-width: 36.5rem;
  padding-right: 14rem;
}
@media (max-width: 992px) {
  .services-page__category:has(> .services-page__category__image) {
    min-width: 0;
    padding-right: 1rem;
  }
}
.services-page__category.active b, .services-page__category:hover b {
  color: rgba(255, 255, 255, 0.9);
}
.services-page__category.active span, .services-page__category:hover span {
  color: #fff;
}
.services-page__category.active .services-page__category__bg, .services-page__category:hover .services-page__category__bg {
  opacity: 1;
}
.services-page__category.active {
  pointer-events: none;
}
.services-page__category:nth-of-type(odd) .services-page__category__border {
  rotate: -4deg;
}
.services-page__category:nth-of-type(odd) .services-page__category__image {
  rotate: -6.5deg;
}
.services-page__category:nth-of-type(even) .services-page__category__border {
  rotate: 2deg;
}
.services-page__category:nth-of-type(even) .services-page__category__image {
  rotate: 9deg;
}
.services-page__category__border {
  position: absolute !important;
  width: calc(100% - 1.5rem);
  height: 100%;
  box-sizing: border-box;
  border: 2px #fff solid;
  border-radius: 3rem;
  pointer-events: none;
  z-index: 1;
  top: 0 !important;
  left: 0.75rem !important;
}
@media (max-width: 992px) {
  .services-page__category__border {
    display: none !important;
  }
}
.services-page__category b {
  font-weight: 400;
  font-size: 1.6rem;
  color: rgba(116, 140, 164, 0.6);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .services-page__category b {
    display: none;
  }
}
.services-page__category span {
  font-weight: 700;
  font-size: 2.5rem;
  color: #748CA4;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .services-page__category span {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.2rem;
    text-wrap: nowrap;
  }
}
.services-page__category__image {
  position: absolute !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 11.5rem;
  height: 11.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: 0 0.4rem 6rem 0 rgba(0, 176, 179, 0.3);
  border-radius: 2rem;
  z-index: 2;
  top: auto !important;
  left: auto !important;
  bottom: 2rem !important;
  right: -1.5rem !important;
}
@media (max-width: 992px) {
  .services-page__category__image {
    display: none !important;
  }
}
.services-page__category__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
}
.services-page__category__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  border-radius: 3rem;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: 0;
}
.services-page .b-search {
  width: calc(100% + 1rem);
  margin-left: -1rem;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .services-page .b-search {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-bottom: 1.5rem;
    order: -1;
  }
}
.services-page__list {
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  padding-left: 0;
}
@media (max-width: 992px) {
  .services-page__list {
    gap: 0.5rem;
    width: calc(100% + 2rem);
    margin-left: -1rem;
  }
}
.services-page__list__column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: calc(25% - 1.5rem);
}
@media (max-width: 992px) {
  .services-page__list__column {
    width: 100%;
  }
}
.services-page__list__column > li {
  position: relative;
  width: 100%;
}
.services-page__list__column > li.active > a {
  color: #fff;
  background: linear-gradient(90deg, #009FA2, #00CBCF);
}
.services-page__list__column > li.active > a:hover {
  color: #fff;
}
.services-page__list__column > li.active svg path {
  stroke: #fff;
}
.services-page__list__column > li > a {
  font-size: 1.6rem;
  line-height: 1.4rem;
  color: #677F97;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  background: rgba(255, 255, 255, 0.05);
  box-sizing: border-box;
  box-shadow: 0 0.4rem 7rem 0 rgba(0, 159, 162, 0.15);
  padding-left: 2rem;
  border-radius: 1rem;
}
.services-page__list__column > li > a:hover {
  color: #009FA2;
}
.services-page__list__column > li > a:has(+ button) {
  padding-right: 5rem;
}
.services-page__list__column > li > button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  background-color: transparent;
  border: none;
  border-radius: 0 1rem 1rem 0;
  cursor: pointer;
  top: 0;
  right: 0;
}
.services-page__list__column > li > button:hover svg path {
  stroke: #009FA2;
}
.services-page__list__column > li > button svg {
  width: 0.8rem;
  height: 1rem;
}
.services-page__list__column > li > button svg path {
  transition: all 0.1s linear;
}
.services-page__list_sub {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem 5rem 2.5rem 2.5rem;
}
.services-page__list_sub li a {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #5F758C;
}
.services-page__list_sub li a:hover {
  color: #009FA2;
}
.services-page__list_sub li a strong {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #009FA2;
}

.service {
  overflow: hidden;
  margin-bottom: 13.5rem;
  margin-top: -4.7rem;
}
@media (max-width: 992px) {
  .service {
    margin-bottom: 3.5rem;
  }
}
.service__wrapper {
  position: relative;
  display: flex;
  gap: 5.5rem;
}
@media (max-width: 992px) {
  .service__wrapper {
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 6.7rem;
  }
}
.service__navbar {
  flex-shrink: 0;
  position: sticky;
  height: max-content;
  top: 1rem;
}
@media (max-width: 992px) {
  .service__navbar {
    position: absolute;
    width: calc(100% - 2rem);
    border: 1rem rgba(255, 255, 255, 0.8) solid;
    backdrop-filter: blur(10px);
    border-radius: 2rem;
    z-index: 1;
    top: 0;
  }
}
.service__navbar ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 0;
}
@media (max-width: 992px) {
  .service__navbar ul {
    gap: 0;
    border-radius: 1rem;
  }
}
.service__navbar ul li {
  position: relative;
  display: flex;
  width: 27.5rem;
  min-height: 3.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 992px) {
  .service__navbar ul li {
    width: auto;
    min-height: 3.2rem;
  }
}
.service__navbar ul li::before {
  content: "";
  position: absolute;
  width: calc(100% + 100rem);
  height: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0.4rem 7rem 0 rgba(0, 159, 162, 0.15);
  border-radius: 0 1rem 1rem 0;
  pointer-events: none;
  z-index: -1;
  top: 0;
  right: 0;
}
@media (max-width: 992px) {
  .service__navbar ul li::before {
    content: "";
  }
}
.service__navbar ul li a {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4rem;
  color: #677F97;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding-right: 3.5rem;
}
.service__navbar ul li a span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service__navbar ul li a.active {
  font-weight: 600;
}
@media (max-width: 992px) {
  .service__navbar ul li a.active {
    font-weight: 400;
  }
}
.service__navbar ul li a.active::before {
  rotate: 0deg;
  opacity: 1;
  top: 50%;
  transform: translate(0, -50%);
}
.service__navbar ul li a.active, .service__navbar ul li a:hover {
  color: #009FA2;
}
.service__navbar ul li a::before {
  content: "";
  position: absolute;
  width: 1.1rem;
  height: 0.9rem;
  background: url(../../images/svg/btn-more-icon.svg) no-repeat center/contain;
  rotate: 90deg;
  opacity: 0.3;
  pointer-events: none;
  top: calc(50% - 0.45rem);
  right: 1.3rem;
}
@media (max-width: 992px) {
  .service__navbar ul li a::before {
    content: none;
  }
}
.service__content {
  width: 100%;
}
.service__anchor {
  position: absolute;
  top: -10rem;
}
@media (max-width: 992px) {
  .service__anchor {
    top: -7rem;
  }
}
.service__info {
  margin-top: 2.5rem;
  margin-bottom: 15rem;
}
@media (max-width: 992px) {
  .service__info {
    margin-top: 0;
  }
}
.service__info__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 2rem;
  position: relative;
}
@media (max-width: 992px) {
  .service__info__wrapper {
    flex-direction: column-reverse;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
}
.service__info__content {
  width: 100%;
}
.service__info__content h1 {
  font-weight: 600;
  font-size: 4rem;
  line-height: 3.5rem;
  color: #009FA2;
}
@media (max-width: 992px) {
  .service__info__content h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 0.7rem;
  }
}
.service__info__content h1 span {
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 3.5rem;
  color: #009FA2;
}
@media (max-width: 992px) {
  .service__info__content h1 span {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.service__info__description {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3.5rem;
  color: #677F97;
  margin-bottom: 2.4rem;
}
@media (max-width: 992px) {
  .service__info__description {
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
.service__info__highlighted {
  position: relative;
  max-width: 67.5rem;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .service__info__highlighted {
    max-width: none;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0 2rem 2rem 0;
    padding: 2rem 1rem 2rem 2rem;
    margin-bottom: 0.7rem;
  }
}
.service__info__highlighted::before {
  content: none;
  position: absolute;
  width: 0.3rem;
  height: 100%;
  background: linear-gradient(0deg, #00CCCF, #009FA2);
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .service__info__highlighted::before {
    content: "";
  }
}
.service__info__highlighted p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #394250;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .service__info__highlighted p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.service__info__highlighted .text-content {
  position: relative;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.service__info__highlighted.collapsed .text-content {
  height: 9rem;
}
@media (max-width: 992px) {
  .service__info__highlighted.collapsed .text-content {
    max-height: 6rem;
  }
}
.service__info__highlighted.collapsed {
  /*&:after {
      content: '';
      position: absolute;
      bottom: 40px;
      left: 0;
      right: 0;
      height: 40px;
      background: linear-gradient(
                      transparent 0%,
                      rgba(0, 0, 0, 0.1) 20%,
                      rgba(0, 0, 0, 0.3) 40%,
                      rgba(0, 0, 0, 0.6) 70%,
                      rgba(0, 0, 0, 0.8) 100%
      );
      backdrop-filter: blur(2px);
      pointer-events: none;
      opacity: 1;
      transition: opacity 0.3s ease;
  }*/
}
.service__info__highlighted.expanded .text-content {
  max-height: none;
}
.service__info__highlighted.expanded:after {
  opacity: 0;
}
.service__info__highlighted .spoiler-button {
  background: none;
  border: none;
  color: #009FA2;
  /*padding: 1rem 2rem;
  border-radius: 1.4rem;*/
  cursor: pointer;
  font-size: 12px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  position: relative;
  z-index: 2;
  /*&:hover {
      background: #none;
      color: white;
  }*/
}
.service__info__highlighted .spoiler-button .icon {
  transition: transform 0.3s ease;
}
.service__info__highlighted .spoiler-button.expanded .icon {
  transform: rotate(180deg);
}
.service__info__offer {
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .service__info__offer {
    margin-bottom: 2rem;
  }
}
.service__info__offer p {
  color: #394250;
  margin-bottom: 2rem;
}
.service__info__offer p, .service__info__offer p span {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
}
.service__info__offer p span {
  color: #009FA2;
}
.service__info__offer .btn {
  padding: 0 2.5rem;
}
@media (max-width: 992px) {
  .service__info__offer .btn {
    width: 100%;
    height: 4.8rem;
  }
}
.service__info__anchors {
  position: absolute;
  right: 0;
  top: 39rem;
}
@media (max-width: 992px) {
  .service__info__anchors {
    position: initial;
    width: calc(100% + 1.4rem);
  }
}
.service__info__anchors::before {
  content: none;
  position: absolute;
  width: 5rem;
  height: 100%;
  background: linear-gradient(90deg, transparent, #F8FCFF);
  pointer-events: none;
  top: 0;
  right: 0;
}
@media (max-width: 992px) {
  .service__info__anchors::before {
    content: "";
  }
}
.service__info__anchors__content {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (max-width: 992px) {
  .service__info__anchors__content {
    justify-content: start;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
.service__info__anchors__content::-webkit-scrollbar {
  display: none;
}
.service__info__anchors__content a {
  font-weight: 600;
  font-size: 1.4rem;
  color: #748CA4;
  display: flex;
  align-items: center;
  height: 4.5rem;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0 3.2rem;
  border: 1px #fff solid;
  border-radius: 10rem;
}
@media (max-width: 992px) {
  .service__info__anchors__content a {
    flex-shrink: 0;
    box-shadow: none;
  }
}
.service__info__anchors__content a:hover {
  color: #009FA2;
}
.service__info__image {
  position: absolute;
  display: flex;
  width: 140.9rem;
  height: 50.5rem;
  z-index: -1;
  transform: translateX(100%);
  top: -5rem;
  right: 126rem;
  justify-content: end;
}
@media (max-width: 992px) {
  .service__info__image {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 347/160;
    z-index: 0;
    transform: none;
    top: auto;
    right: auto;
  }
}
.service__info__image::before {
  content: "";
  position: absolute;
  width: calc(100% + 200rem);
  height: 100%;
  background: linear-gradient(85deg, #E7F9FF 75%, transparent 85%);
  transform: translateX(-200rem);
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .service__info__image::before {
    content: none;
  }
}
.service__info__image img {
  height: 100%;
}
@media (max-width: 992px) {
  .service__info__image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 2rem;
  }
}
.service__utp {
  display: flex;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .service__utp {
    flex-direction: column;
  }
}
.service__utp__item {
  display: flex;
  justify-content: space-between;
  width: calc(25% - 1.5rem);
  height: 11.8rem;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  box-sizing: border-box;
  padding: 1.6rem 0.5rem 0 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .service__utp__item {
    gap: 2rem;
    width: 100%;
  }
}
.service__utp__item:nth-of-type(odd) .service__utp__item__image {
  rotate: -9deg;
}
.service__utp__item:nth-of-type(odd) .service__utp__item__image img {
  rotate: 9deg;
}
.service__utp__item:nth-of-type(even) .service__utp__item__image {
  rotate: 9deg;
}
.service__utp__item:nth-of-type(even) .service__utp__item__image img {
  rotate: -9deg;
}
.service__utp__item:nth-of-type(1) .service__utp__item__image img {
  width: 12.7rem;
  height: 8.7rem;
  transform: none;
  top: 0.5rem;
  left: auto;
  right: 0.8rem;
}
.service__utp__item:nth-of-type(2) .service__utp__item__image img {
  width: 11.7rem;
  height: 11.4rem;
  transform: none;
  top: 0;
  left: auto;
  right: 0;
}
.service__utp__item:nth-of-type(3) .service__utp__item__image img {
  width: 9.2rem;
  height: 12.2rem;
  transform: none;
  top: -0.5rem;
  left: auto;
  right: 1rem;
}
.service__utp__item:nth-of-type(4) .service__utp__item__image img {
  width: 9.2rem;
  height: 10.2rem;
  transform: none;
  top: 0rem;
  left: auto;
  right: 0.5rem;
}
.service__utp__item p {
  font-weight: 700;
  font-size: 1.6rem;
  color: #748CA4;
}
.service__utp__item__image {
  flex-shrink: 0;
  position: relative !important;
  width: 11rem;
  height: 11rem;
  background-color: #AFE7F0;
  border-radius: 2rem;
  margin-top: -2.4rem;
  z-index: 1;
}
@media (max-width: 992px) {
  .service__utp__item__image {
    transform: none !important;
  }
}
.service__utp__item__image img {
  position: absolute;
  pointer-events: none;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.service__utp__item__border {
  position: absolute !important;
  width: calc(100% - 1rem);
  height: calc(100% + 2rem);
  box-sizing: border-box;
  rotate: 2deg !important;
  pointer-events: none;
  border: 0.2rem #fff solid;
  border-radius: 3rem;
  top: -0.7rem !important;
  right: 0.1rem;
  left: auto !important;
}
@media (max-width: 992px) {
  .service__utp__item__border {
    transform: none !important;
  }
}
.service__specialist {
  position: relative;
  display: flex;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
  box-sizing: border-box;
  padding: 3rem 3.5rem 2.8rem;
  border: 1px #fff solid;
  border-radius: 2rem;
  margin-bottom: 2.2rem;
}
@media (max-width: 992px) {
  .service__specialist {
    flex-direction: column;
    background-color: transparent;
    backdrop-filter: none;
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 4.5rem;
  }
}
.service__specialist__content h3 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.2rem;
  color: #394250;
  margin-bottom: 1rem;
}
.service__specialist__content > span {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #748CA4;
  display: inline-block;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .service__specialist__content > span {
    margin-bottom: 1.5rem;
  }
}
.service__specialist__quote {
  position: relative;
  padding: 3rem 10rem 0 0.8rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .service__specialist__quote {
    padding: 3rem 0 0 0.8rem;
    margin-bottom: 1.5rem;
  }
}
.service__specialist__quote::before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  background-color: #C3ECF0;
  border-radius: 50%;
  filter: blur(20px);
  z-index: -1;
  top: 0.5rem;
  left: 0.5rem;
}
.service__specialist__quote::after {
  content: "";
  position: absolute;
  width: 6.6rem;
  height: 5.3rem;
  background: url(../../images/svg/quote-icon.svg) no-repeat center/contain;
  z-index: -1;
  top: 0;
  left: 0;
}
.service__specialist__quote p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #009FA2;
}
@media (max-width: 992px) {
  .service__specialist__quote p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.service__specialist__text {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #394250;
}
@media (max-width: 992px) {
  .service__specialist__text {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
.service__gallery {
  position: relative;
  max-width: 128.3rem;
  background-color: rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  padding: 2.5rem 5.8rem;
  border: 1px #fff solid;
  border-radius: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .service__gallery {
    padding: 2.5rem 4.8rem;
  }
}
.service__gallery__arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 2rem);
  pointer-events: none;
  transform: translateY(-50%);
  top: 50%;
  left: 1rem;
}
@media (max-width: 992px) {
  .service__gallery__arrows {
    width: 100%;
    left: 0;
  }
}
.service__gallery__arrows .slider-arrow {
  pointer-events: all;
  border-radius: 50%;
  outline: none;
}
.service__gallery__arrows .slider-arrow::before, .service__gallery__arrows .slider-arrow::after {
  border-radius: 50%;
}
.service__gallery__slider {
  width: 100%;
}
.service__gallery__item {
  display: flex;
  width: max-content;
  height: 19.8rem;
}
.service__gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 1.5rem;
}
.service__prices {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .service__prices {
    gap: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.service__prices.visible {
  display: block;
}
.service__prices.expanded .service__prices__content {
  display: block !important;
}
.service__prices.expanded .service__prices__expand svg {
  rotate: 180deg;
}
.service__prices__block {
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0.4rem 3rem 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  padding-bottom: 1.5rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .service__prices__block {
    background-color: transparent;
    box-shadow: none;
    padding-bottom: 0;
    border-radius: 0;
  }
}
.service__prices__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem 0;
  padding-left: 2.5rem;
}
@media (max-width: 992px) {
  .service__prices__header {
    gap: 0.5rem;
    padding-left: 0;
    margin-bottom: 1.5rem;
  }
}
.service__prices__header h2 {
  font-weight: 500;
  font-size: 3rem;
  color: #394250;
  width: max-content;
}
@media (max-width: 992px) {
  .service__prices__header h2 {
    margin-bottom: 1rem;
  }
}
.service__prices__header .b-search {
  width: calc(100% - 19rem);
}
@media (max-width: 992px) {
  .service__prices__header .b-search {
    width: calc(100% + 2rem);
    margin-left: -2rem;
    order: 1;
    transform: translateX(1rem);
  }
}
.service__prices__header + .service__prices__content > h3 {
  color: #009FA2;
}
.service__prices__header:has(> .drop-list) {
  margin-bottom: 5.8rem;
}
.service__prices__header .drop-list {
  position: absolute;
  max-width: 35rem;
  width: 100%;
  backdrop-filter: blur(10px);
  z-index: 1;
  top: 7rem;
}
@media (max-width: 992px) {
  .service__prices__header .drop-list {
    top: 11rem;
  }
}
.service__prices__warning {
  font-size: 1.4rem;
  line-height: 100%;
  color: #748CA4;
}
@media (max-width: 992px) {
  .service__prices__warning {
    margin-bottom: 1rem;
  }
}
.service__prices__content {
  display: none;
  margin-top: 2.5rem;
}
@media (max-width: 992px) {
  .service__prices__content {
    margin-bottom: 1.5rem;
  }
}
.service__prices__content:nth-of-type(2) {
  display: block;
}
@media (max-width: 992px) {
  .service__prices__content:nth-of-type(2) {
    padding-bottom: 7.5rem;
  }
}
.service__prices__content.hidden {
  display: none !important;
}
@media (max-width: 992px) {
  .service__prices__content {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0.4rem 3rem 0 rgba(0, 0, 0, 0.1);
    padding: 2rem 0 2.5rem;
    border-radius: 2rem;
    margin-top: 0;
  }
}
.service__prices__content h3 {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 2rem;
  color: #394250;
  padding-left: 2.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .service__prices__content h3 {
    padding-left: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.service__prices__item {
  display: flex;
  align-items: center;
  /*min-height: 5rem;*/
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px #E2F3FA solid;
}
@media (max-width: 992px) {
  .service__prices__item {
    flex-direction: column;
    align-items: start;
    padding: 0.8rem 1.2rem;
  }
}
.service__prices__item__codes {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
  flex-wrap: wrap;
  width: 24rem;
  /*height: -webkit-fill-available;*/
  box-sizing: border-box;
  padding-left: 3.5rem;
}
@media (max-width: 992px) {
  .service__prices__item__codes {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
}
.service__prices__item__codes::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 3rem);
  background-color: #DCEFF6;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
@media (max-width: 992px) {
  .service__prices__item__codes::before {
    content: none;
  }
}
.service__prices__item__codes span {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #7B8C97;
}
.service__prices__item__link {
  font-size: 1.5rem;
  line-height: 1.4rem;
  color: #373D41;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /*height: -webkit-fill-available;*/
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}
@media (max-width: 992px) {
  .service__prices__item__link {
    font-size: 1.4rem;
    flex-direction: column;
    align-items: start;
    height: auto;
    padding: 0;
  }
}
.service__prices__item__link:hover {
  color: #009FA2;
}
.service__prices__item__link:hover .btn {
  opacity: 1;
}
.service__prices__item__link b {
  flex-shrink: 0;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #009FA2;
  padding-left: 9rem;
}
@media (max-width: 992px) {
  .service__prices__item__link b {
    padding-left: 0;
    margin-top: 0.5rem;
  }
}
.service__prices__item__link .btn {
  position: absolute;
  opacity: 0;
  transition: all 0.1s linear;
  transform: translateY(-50%);
  top: 50%;
  right: 1rem;
}
@media (max-width: 992px) {
  .service__prices__item__link .btn {
    display: none;
  }
}
.service__prices__expand {
  transform: translateY(1.5rem);
}
@media (max-width: 992px) {
  .service__prices__expand {
    transform: translateY(calc(-100% - 2rem));
  }
}
.service__expand {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.4rem;
  width: 100%;
  height: 4.5rem;
  background-color: rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  padding: 0;
  border: none;
  border-top: 1px #E2F3FA solid;
  border-radius: 0 2rem 2rem 0;
  transition: all 0.2s linear;
  cursor: pointer;
}
@media (max-width: 992px) {
  .service__expand {
    height: 6.2rem;
  }
}
.service__expand:hover span {
  color: #009FA2;
}
.service__expand span {
  font-size: 1.4rem;
  color: #748CA4;
  transition: all 0.2s linear;
}
.service__expand svg {
  width: 1rem;
  height: 1.1rem;
}
.service__about {
  background-color: rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  box-shadow: 0 0.4rem 3rem 0 rgba(0, 0, 0, 0.05);
  padding: 3.2rem 3.7rem 0;
  border-radius: 2rem;
}
.service__about.expanded .service__about__text {
  display: block !important;
}
.service__about.expanded .service__about__expand svg {
  rotate: 180deg;
}
@media (max-width: 992px) {
  .service__about {
    padding: 3.2rem 1.2rem 0;
  }
}
.service__about h2 {
  font-weight: 500;
  font-size: 3rem;
  color: #394250;
  margin-bottom: 2.5rem;
}
.service__about__text {
  display: none;
  padding-bottom: 2.5rem;
}
.service__about__text:nth-of-type(1) {
  display: block;
}
.service__about__text, .service__about__text p, .service__about__text li, .service__about__text span {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #394250;
}
@media (max-width: 992px) {
  .service__about__text, .service__about__text p, .service__about__text li, .service__about__text span {
    line-height: 1.8rem;
  }
}
.service__about__text p, .service__about__text ul, .service__about__text ol {
  margin-bottom: 1.5rem;
}
.service__about__text ul, .service__about__text ol {
  padding-left: 3rem;
}
.service__about__text h2 {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #394250;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .service__about__text h2 {
    line-height: 1.8rem;
  }
}
.service__text {
  padding: 3.2rem 3.7rem;
}
.service__text p {
  margin-bottom: 2rem;
}

.alert {
  position: relative;
  padding: 1.5rem;
  margin-bottom: 2rem;
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: 1px solid;
  border-radius: 1rem;
}
.alert.alert-danger {
  background-color: rgba(255, 0, 0, 0.1);
  border-color: rgba(255, 0, 0, 0.5);
  color: #000;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2000;
  opacity: 0;
  transition: opacity 0.3s linear;
  pointer-events: none;
  /*&:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../../images/loading.svg) no-repeat 0 0;
    width: 85px;
    height: 85px;
    margin: -43.5px 0 0 -42.5px;
  }*/
}
.loader:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAhFBMVEUAAAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD/gAD+a1FzAAAAK3RSTlMA+A0W/MO0EPRVHOR78Muwa38+7JRCMh4GxUnY0L6ojSGjht26c3BhOhmXDoB+agAAAb1JREFUSMell9lyozAQRVtCIAFix2A2746d3P//v6nMZEblDImhc96g6lDqRY1E8+je7tLYACZOd7bXtJjo2ik8oLpru0gtAwWodH+7t5JItvfbPn1/E5RP1Y0PiCzUn6IIMwH4m2/V1yNQFR7N4BUVcHz92g0TmELSF8jCIAlpnm0NBAf6hkMA1NvZD18gcnpCLuDrmZhSxA09pYkx/pcTnWJYVMpowKg/xTth8GgR3oDpMe4acbS4AWPUDzWCaGgxjUDonqIEOa0gR+LWmSGgVQTI/vUzTLROjgz+9rkPSyux8D/2IBK5VpYJyo8AClpN8SdNnhLeetkT6t16QUYMMrz8TlfIkUP4RFoJyZGlEJp6dMTCVz1Z7HnyyVjaIefJN3OkFCVPvlcBxWh5cnT2yUDyZDl2BBCTzncyA7dsBi5hDFypGLgmYeDak4HbGAzclmTghgEDN4YYuAHIwI1eHiWqH6XM8uUNzIFvZwhYnvu5c3DHCjZviPlhbyec+a2iRwwRv0tHxPy45QTBzLk7MnMJExgrea67JvBwFxQeZaCUSC62b/SWobfXqarO6WVXn3h12+Snt3r/RP4FWiYkElTvnQEAAAAASUVORK5CYII=") no-repeat center;
  -webkit-animation: rotateCircle 1s linear infinite both;
  animation: rotateCircle 1s linear infinite both;
  z-index: 1;
}
.loader:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 46px;
  height: 38px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAmCAMAAACMNFloAAAAk1BMVEUAAAAAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKQAoKRotYLBAAAAMHRSTlMA+hhJHxHqmzvZwKhUBPXOs3pB8mtlYFvFua2NfjUtJ+/e08iVkk8LB6WC4ody5eESIaPxAAACLklEQVQ4y42T2cKqMAyEh01RwQ1kU8F918P7P91hEi7kV9Tvoq3pdJqkiAbHo85mFLqol2jDv21GEy6m17Is91y56Xrstsj3ZcUdMDsliQB7Vc2dAk3MfRYD9pCijY+4FPo+QlksgGI3OKDmlFQxD7aYdhzcVT46YS6LCZxeNVlQloylQF82bcxUnvgYyMKCxekMQXMd2tjJ5hRRnQyw1ft0ZyK961o481dcu0aSu97X47yF/49+Jrq8J8GU0QFyQwvzVD6uW7TT/ayKp7RcisvKUbMzM9Xzrpz30NUkt+WIiY61YTNNagtX5V3NynD8RzX12BFNxD4FLE2zWKNQ+R4XrdjS5+vzQuaXyXWGeTSkRY7KF3rbBBmjzlTW8iO3uXFBqm0elprciFPhGFJvUhkWwIH5iv0Kodqt9XVOPLaRpzV8S3pVsakWB7GYmRwHfiLyZS5XSl03sZhS7kkXF9X4wJg9MPXtc3k2mxsdfy9FC33e4/B4aIntnOMwzxiXbzg+MOKCaJ/nXlC5LFldNGGg516Z5Y3puQFHKPpqXSp3IVeRfANRVUjiDWklr26jxqFPyTIDJj9ayDdAkz49lBA1bOYzRsAxMBrBFEqdzhc6Np44br7IPTTIjY/qOf4Qf1L38cKtXb028UrWpjZcvOE4+lZmE7P3Vh2ihbzzRj1BK8X1Rb3AB5aPn73Vv/m8d3zBTJ86GOMr/J8pPRe/YG0pDi4OfuM0vcxnNt7wH3IkqwlcUt1iAAAAAElFTkSuQmCC") no-repeat center;
  -webkit-animation: flipLogo 1s linear infinite both;
  animation: flipLogo 1s linear infinite both;
  z-index: 2;
}
.loader.active {
  opacity: 1;
  pointer-events: initial;
}

@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(359deg);
    transform: translate(-50%, -50%) rotate(359deg);
  }
}
@keyframes rotateCircle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(359deg);
    transform: translate(-50%, -50%) rotate(359deg);
  }
}
.online-rec {
  margin-bottom: 3rem;
}
.online-rec .title {
  margin-bottom: 3.5rem;
}
@media (max-width: 992px) {
  .online-rec .title {
    margin-bottom: 3rem;
  }
}
.online-rec__content {
  position: relative;
  display: flex;
  gap: 6.8rem;
  min-height: 53.2rem;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  box-sizing: border-box;
  padding: 1rem;
  border: 1px #fff solid;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .online-rec__content {
    flex-direction: column;
    gap: 2rem;
    min-height: 0;
    padding: 0;
    background-color: transparent;
    backdrop-filter: none;
    border: none;
    border-radius: 0;
  }
}
.online-rec__content::before {
  content: "";
  position: absolute;
  width: 53.1rem;
  height: 43.8rem;
  background: url(../../images/svg/lotos-pattern.svg) no-repeat center/contain;
  pointer-events: none;
  z-index: -1;
  top: 6rem;
  left: 59rem;
}
@media (max-width: 992px) {
  .online-rec__content::before {
    content: none;
  }
}
.online-rec__content::after {
  content: "";
  position: absolute;
  width: 31.7rem;
  height: 46.6rem;
  background: url(../../images/lk-enter-img-1.png) no-repeat center/contain;
  pointer-events: none;
  z-index: -1;
  right: 5.5rem;
  bottom: 0;
}
@media (max-width: 992px) {
  .online-rec__content::after {
    content: none;
  }
}
.online-rec__find {
  flex-shrink: 0;
  max-width: 51rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(30px);
  box-sizing: border-box;
  box-shadow: 0 0.4rem 6rem 0 rgba(0, 170, 174, 0.1);
  padding: 3rem;
  border: 1px #fff solid;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .online-rec__find {
    max-width: none;
    padding: 1.5rem 0.7rem;
  }
}
.online-rec__find h3 {
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 2.5rem;
  color: #394250;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .online-rec__find h3 {
    font-size: 1.8rem;
    line-height: 2rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
.online-rec__find__way {
  display: flex;
  width: 100%;
  height: 5.5rem;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0.4rem 7rem 0 rgba(0, 159, 162, 0.15);
  border-radius: 6rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 992px) {
  .online-rec__find__way {
    height: 4.2rem;
    margin-bottom: 2rem;
  }
}
.online-rec__find__way button {
  font-weight: 500;
  font-size: 1.6rem;
  color: #4E667E;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  border: 1px transparent solid;
  border-radius: 6rem;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 992px) {
  .online-rec__find__way button {
    font-size: 1.4rem;
  }
}
.online-rec__find__way button.active, .online-rec__find__way button:hover {
  color: #1E9FA1;
}
.online-rec__find__way button.active {
  border-color: #C9E4EC;
  pointer-events: none;
}
.online-rec__find__form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .online-rec__find__form {
    gap: 1rem;
  }
}
.online-rec__find__select {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
@media (max-width: 992px) {
  .online-rec__find__select {
    gap: 0.5rem;
  }
}
.online-rec__find__select label {
  font-weight: 500;
  font-size: 1.4rem;
  color: #4E667E;
}
.online-rec__find__select label sup {
  top: 0;
  left: 0.3rem;
}
.online-rec__find__select select {
  font-size: 1.6rem;
  color: #009FA2;
  padding: 0 0 0 2.2rem;
  background-color: #fff;
  height: 4.8rem;
  border: 1px #CEE5EE solid;
  border-radius: 1.5rem;
}
.online-rec__find__select select[disabled] {
  background-color: #eee;
}
.online-rec__calendar {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-top: 1.8rem;
}
@media (max-width: 992px) {
  .online-rec__calendar {
    gap: 1.5rem;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(30px);
    box-sizing: border-box;
    box-shadow: 0 0.4rem 6rem 0 rgba(0, 170, 174, 0.1);
    padding: 0.7rem;
    border: 1px #fff solid;
    border-radius: 2rem;
  }
}
.online-rec__calendar__header {
  display: flex;
  align-items: end;
  gap: 2.4rem;
}
.online-rec__calendar__date {
  display: flex;
  flex-direction: column;
}
.online-rec__calendar__date > span {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #98A2AD;
}
.online-rec__calendar__date > p, .online-rec__calendar__date > p b, .online-rec__calendar__date > p span {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 3.5rem;
}
.online-rec__calendar__date > p, .online-rec__calendar__date > p b {
  color: #394250;
}
.online-rec__calendar__date > p span {
  color: #009FA2;
}
.online-rec__calendar__time {
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
  display: flex;
  align-items: center;
  height: 4rem;
  background-color: #009FA2;
  padding: 1.2rem;
  border-radius: 1rem;
  margin-bottom: -0.4rem;
}
.online-rec__calendar__controls {
  display: flex;
  transform: translateY(-0.4rem);
}
.online-rec__calendar__controls.invisible {
  display: none;
}
.online-rec__calendar__prev, .online-rec__calendar__next {
  display: flex;
  width: 2.4rem;
  height: 2.4rem;
}
.online-rec__calendar__prev svg, .online-rec__calendar__next svg {
  width: 100%;
  height: 100%;
}
.online-rec__datepicker {
  width: 56.8rem;
}
@media (max-width: 992px) {
  .online-rec__datepicker {
    width: 100%;
  }
}
.online-rec__datepicker .ui-datepicker {
  width: 100% !important;
  background-color: transparent !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  /*&-header {
      display: none;
  }*/
}
.online-rec__datepicker .ui-datepicker table {
  border-spacing: 0.5rem;
  border-collapse: separate;
}
@media (max-width: 992px) {
  .online-rec__datepicker .ui-datepicker table {
    border-spacing: 0.2rem;
  }
}
.online-rec__datepicker .ui-datepicker table th {
  background-color: #fff;
  height: 4.8rem;
  box-sizing: border-box;
  padding: 0;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .online-rec__datepicker .ui-datepicker table th {
    height: 3.5rem;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 0.5rem;
  }
}
.online-rec__datepicker .ui-datepicker table td {
  height: 5.5rem;
  padding: 0;
}
@media (max-width: 992px) {
  .online-rec__datepicker .ui-datepicker table td {
    height: 3.5rem;
    border-radius: 0.5rem;
  }
}
.online-rec__datepicker .ui-datepicker table td a, .online-rec__datepicker .ui-datepicker table td span {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .online-rec__datepicker .ui-datepicker table td a, .online-rec__datepicker .ui-datepicker table td span {
    font-size: 1.6rem;
  }
}
.online-rec__datepicker .ui-datepicker table td.ui-state-disabled.ui-datepicker-current-day.ui-datepicker-today span {
  background-color: #009FA2;
  color: #fff;
}
.online-rec-banner {
  margin-bottom: 1.7rem;
}
.online-rec-banner__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-height: 16rem;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  box-sizing: border-box;
  padding: 2.4rem 6.5rem 3rem 24rem;
  border: 1px #fff solid;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .online-rec-banner__content {
    flex-direction: column;
    gap: 5rem;
    min-height: 0;
    padding: 1.5rem;
  }
}
.online-rec-banner__content::before {
  content: "";
  position: absolute;
  width: 12.4rem;
  height: 19.5rem;
  background: url(../../images/lk-confirm-img.png) no-repeat center/contain;
  pointer-events: none;
  left: 7rem;
  bottom: 0;
}
@media (max-width: 992px) {
  .online-rec-banner__content::before {
    width: 9.5rem;
    height: 15rem;
    left: auto;
    right: 1rem;
  }
}
.online-rec-banner__text {
  padding-top: 1.2rem;
  max-width: 70.8rem;
}
@media (max-width: 992px) {
  .online-rec-banner__text {
    padding-top: 0;
    max-width: none;
  }
}
.online-rec-banner__text h2, .online-rec-banner__text .h2 {
  font-weight: 500;
  font-size: 3rem;
  color: #394250;
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .online-rec-banner__text h2, .online-rec-banner__text .h2 {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
}
.online-rec-banner__text p {
  font-size: 1.6rem;
  color: #394250;
}
@media (max-width: 992px) {
  .online-rec-banner__text p {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
.online-rec-banner__info {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .online-rec-banner__info {
    align-items: start;
    gap: 1rem;
  }
}
.online-rec-banner__info__phone {
  font-weight: 500;
  font-size: 3.5rem;
  color: #009FA2;
}
@media (max-width: 992px) {
  .online-rec-banner__info__phone {
    font-size: 2rem;
  }
}
.online-rec-banner__info__phone:hover {
  color: #14787A;
}
.online-rec__specialists {
  margin-bottom: 9rem;
}
@media (max-width: 992px) {
  .online-rec__specialists {
    margin-bottom: 3rem;
  }
}
.online-rec__specialists .online-rec__calendar__date {
  padding-left: 2.5rem;
  margin-bottom: 2.2rem;
}
@media (max-width: 992px) {
  .online-rec__specialists .online-rec__calendar__date {
    padding-left: 1.4rem;
    margin-bottom: 1.5em;
  }
}
.online-rec__specialists__section {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .online-rec__specialists__section {
    gap: 1.5rem;
  }
}
.online-rec__specialists__section:last-of-type {
  margin-bottom: 0;
}
.online-rec__specialists__section h3 {
  font-weight: 600;
  font-size: 2.6rem;
  color: #394250;
  width: 100%;
  padding-left: 2.5rem;
}
@media (max-width: 992px) {
  .online-rec__specialists__section h3 {
    font-size: 2rem;
    padding-left: 1.4rem;
  }
}
.online-rec__specialist {
  width: calc(33.33% - 1.33rem);
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  box-sizing: border-box;
  padding: 2.5rem;
  border: 1px #fff solid;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .online-rec__specialist {
    width: 100%;
    padding: 1.4rem;
    border-radius: 1.4rem;
  }
}
.online-rec__specialist__card {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 2.3rem;
}
@media (max-width: 992px) {
  .online-rec__specialist__card {
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 576px) {
  .online-rec__specialist__card {
    flex-direction: column;
  }
}
.online-rec__specialist__image {
  flex-shrink: 0;
  display: flex;
  width: 12.3rem;
  height: 12.3rem;
}
@media (max-width: 576px) {
  .online-rec__specialist__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.online-rec__specialist__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 1.6rem;
}
.online-rec__specialist__info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 576px) {
  .online-rec__specialist__info {
    padding-left: 1rem;
  }
}
.online-rec__specialist__name {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 3.5rem;
  color: #394250;
}
@media (max-width: 576px) {
  .online-rec__specialist__name {
    line-height: 1.8rem;
  }
}
.online-rec__specialist__data {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.online-rec__specialist__experience {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1em;
  color: #009FA2;
}
.online-rec__specialist__comments {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  outline: none;
}
.online-rec__specialist__comments svg {
  width: 2rem;
  height: 1.9rem;
}
.online-rec__specialist__comments span {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #394250;
}
.online-rec__specialist__description {
  font-size: 1.6rem;
  line-height: 1em;
  color: #748CA4;
}
.online-rec__specialist__times {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.3rem;
}
@media (max-width: 992px) {
  .online-rec__specialist__times {
    margin-bottom: 1.5rem;
  }
}
.online-rec__specialist__times:has(.online-rec__specialist__time.active) + .online-rec__specialist__apointment {
  opacity: 1;
  pointer-events: all;
}
.online-rec__specialist__time {
  font-size: 1.6rem;
  color: #394250;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(33.33% - 0.666rem);
  height: 4rem;
  background-color: #CEE8EA;
  box-sizing: border-box;
  padding: 0 1.5rem;
  border: none;
  border-radius: 1rem;
  cursor: pointer;
  transition: all 0.2s linear;
}
@media (max-width: 992px) {
  .online-rec__specialist__time {
    width: calc(50% - 0.5rem);
  }
}
.online-rec__specialist__time.active, .online-rec__specialist__time:hover {
  color: #fff;
  background-color: #009FA2;
}
.online-rec__specialist__apointment {
  opacity: 0.5;
  pointer-events: none;
}
.online-rec__modal {
  /*width: 121.5rem;
  background-color: rgba(#fff, 0.6);
  backdrop-filter: blur(4px);
  box-sizing: border-box;
  padding: 1.5rem;
  border: 1px #fff solid;
  border-radius: 3rem;*/
}
@media (max-width: 992px) {
  .online-rec__modal {
    width: calc(100% - 1.4rem);
    background-color: transparent;
    backdrop-filter: none;
    padding: 0;
    border: none;
    border-radius: 0;
  }
}
.online-rec__modal.fancybox__content > .f-button.is-close-btn {
  width: 1.4rem;
  height: 1.4rem;
  background: url(../../images/svg/online-rec-close.svg) no-repeat center/contain;
  top: 4rem;
  right: 4rem;
}
@media (max-width: 992px) {
  .online-rec__modal.fancybox__content > .f-button.is-close-btn {
    top: 2rem;
    right: 2rem;
  }
}
.online-rec__modal.fancybox__content > .f-button.is-close-btn svg {
  display: none;
}
.online-rec__modal__content {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(30px);
  box-sizing: border-box;
  box-shadow: 0 0.4rem 6rem 0 rgba(0, 170, 174, 0.1);
  padding: 3rem 4.8rem 4.5rem;
  border: 1px #fff solid;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .online-rec__modal__content {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 1.4rem 0.7rem;
  }
}
.online-rec__modal__content h2, .online-rec__modal__content .h2 {
  font-weight: 700;
  font-size: 4.8rem;
  line-height: normal;
  color: #009FA2;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .online-rec__modal__content h2, .online-rec__modal__content .h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
.online-rec__modal__form {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 2rem;
}
@media (max-width: 992px) {
  .online-rec__modal__form {
    flex-direction: column;
  }
}
.online-rec__modal__static {
  max-width: 50%;
}
@media (max-width: 576px) {
  .online-rec__modal__static {
    max-width: 100%;
  }
}
.online-rec__modal__static .online-rec__specialist__card {
  max-width: 47rem;
  margin-bottom: 2rem;
}
.online-rec__modal__selects {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 992px) {
  .online-rec__modal__selects {
    gap: 1.5rem;
  }
}
.online-rec__modal__checkboxes {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .online-rec__modal__checkboxes {
    gap: 1rem;
  }
}
.online-rec__modal__checkboxes span {
  font-weight: 500;
  font-size: 1.4rem;
  color: #8099B2;
  margin-bottom: -0.3rem;
}
.online-rec__modal__checkbox input {
  display: none;
}
.online-rec__modal__checkbox input:checked + label::before {
  opacity: 0;
}
.online-rec__modal__checkbox input:checked + label::after {
  display: block;
}
.online-rec__modal__checkbox label {
  text-wrap: balance;
  color: #394250;
  position: relative;
  display: inline-block;
  padding-left: 3rem;
  cursor: pointer;
}
.online-rec__modal__checkbox label::before, .online-rec__modal__checkbox label::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  transition: all 0.1s linear;
  top: 0;
  left: 0;
}
.online-rec__modal__checkbox label::before {
  background: url(../../images/svg/lk-modal-checkbox.svg) no-repeat center/contain;
}
.online-rec__modal__checkbox label::after {
  background: url(../../images/svg/lk-modal-checkbox-active.svg) no-repeat center/contain;
  display: none;
}
.online-rec__modal__checkbox label, .online-rec__modal__checkbox label span {
  font-weight: 500;
  font-size: 1.6rem;
}
@media (max-width: 992px) {
  .online-rec__modal__checkbox label, .online-rec__modal__checkbox label span {
    font-size: 1.4rem;
  }
}
.online-rec__modal__checkbox label span {
  color: #009FA2;
}
.online-rec__modal__checkbox.no_active input {
  pointer-events: none;
}
.online-rec__modal__checkbox.no_active label {
  pointer-events: none;
}
.online-rec__modal__checkbox.no_active label::before, .online-rec__modal__checkbox.no_active label::after {
  pointer-events: none;
  opacity: 0.3;
}
.online-rec__modal__map {
  width: 100%;
  height: 13rem;
  border: 1px #fff solid;
  border-radius: 2rem;
  margin-top: 1rem;
  overflow: hidden;
}
.online-rec__modal__map ymaps {
  font-size: 12px !important;
}
.online-rec__modal__map a.ymaps-2-1-79-copyright__link {
  font-size: 12px !important;
}
.online-rec__modal__buttons {
  display: flex;
  gap: 1rem;
}
.online-rec__modal__steps {
  max-width: 54.5rem;
  width: 100%;
}
.online-rec__modal__steps .online-rec__calendar__header {
  margin-bottom: 1.8rem;
}
@media (max-width: 992px) {
  .online-rec__modal__steps .online-rec__calendar__header {
    flex-wrap: wrap;
    gap: 2rem 1rem;
    margin-bottom: 1rem;
  }
}
.online-rec__modal__step {
  display: none;
}
.online-rec__modal__step.active {
  display: block;
}
.online-rec__modal__step--title {
  margin-bottom: 1.8rem;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 3.5rem;
}
@media (max-width: 992px) {
  .online-rec__modal__step {
    margin-bottom: 1rem;
  }
}
.online-rec__modal__step .online-rec__datepicker {
  width: 51.2rem;
  margin-top: 1rem;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .online-rec__modal__step .online-rec__datepicker {
    width: 100%;
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.online-rec__modal__step .online-rec__datepicker .ui-datepicker table th {
  height: 4.3rem;
}
@media (max-width: 992px) {
  .online-rec__modal__step .online-rec__datepicker .ui-datepicker table th {
    height: 3.5rem;
  }
}
.online-rec__modal__step .online-rec__datepicker .ui-datepicker table td {
  height: 4.3rem;
}
@media (max-width: 992px) {
  .online-rec__modal__step .online-rec__datepicker .ui-datepicker table td {
    height: 3.5rem;
  }
}
.online-rec__modal__step .online-rec__modal__checkbox {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .online-rec__modal__step .online-rec__modal__checkbox label {
    padding-left: 2.5rem;
  }
}
.online-rec__modal__step .online-rec__modal__checkbox label, .online-rec__modal__step .online-rec__modal__checkbox label a {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.online-rec__modal__step .online-rec__modal__checkbox label::before, .online-rec__modal__step .online-rec__modal__checkbox label::after {
  width: 1.7rem;
  height: 1.7rem;
  top: -0.2rem;
}
.online-rec__modal__input {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-bottom: 1rem;
}
.online-rec__modal__input label {
  font-weight: 500;
  font-size: 1.4rem;
  color: #4E667E;
}
.online-rec__modal__input input {
  font-size: 1.6rem;
  color: #394250;
  width: 100%;
  height: 4.8rem;
  background-color: #fff;
  box-sizing: border-box;
  padding-left: 2.2rem;
  border: 1px #CCDAE0 solid;
  border-radius: 1rem;
  outline: none;
}
@media (max-width: 992px) {
  .online-rec__modal__input input {
    height: 4.2rem;
  }
}
.online-rec__modal__input input::placeholder {
  color: #98A2AD;
}
.online-rec__modal__confirm {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2.8rem;
}
@media (max-width: 992px) {
  .online-rec__modal__confirm {
    margin-top: 2rem;
  }
}
.online-rec__modal__confirm .btn {
  padding: 0 2rem;
}
.online-rec__modal__confirm .btn span {
  font-weight: 500;
  font-size: 2.5rem;
  color: #BCE2E3;
}
.online-rec__modal__confirm .btn svg {
  width: 0.8rem;
  height: 1.4rem;
}
.online-rec__modal__confirm p {
  font-size: 1.6rem;
  line-height: 1.2rem;
  color: #394250;
}
@media (max-width: 992px) {
  .online-rec__modal__confirm p {
    font-size: 1.4rem;
    padding-left: 0.5rem;
  }
}
.online-rec__modal--sms {
  width: auto;
}
.online-rec__modal--sms .online-rec__modal__content h3 {
  margin-bottom: 2rem;
}
.online-rec__dms--header {
  font-size: 3.2rem;
  color: #748CA4;
  margin-bottom: 2rem;
}
.online-rec__dms--header span {
  color: #009FA2;
  font-size: 3.2rem;
}
.online-rec__dms--text {
  color: #748CA4;
  margin-bottom: 1rem;
}
.online-rec__dms--phone {
  margin-bottom: 1rem;
}
.online-rec__dms--phone a.phone {
  color: #009FA2;
}

body .online-rec__modal {
  width: 121.5rem;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  box-sizing: border-box;
  padding: 1.5rem;
  border: 1px #fff solid;
  border-radius: 3rem;
}
body .online-rec__modal--sms {
  width: auto;
}
body .online-rec__modal--error {
  width: auto;
  max-width: 40rem;
}

.select2 {
  width: 100% !important;
}
.select2::before {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../../images/svg/select-arrow-gray.svg) no-repeat center/contain;
  pointer-events: none;
  transform: translateY(-50%);
  top: 50%;
  right: 1.6rem;
}
.select2.select2-container--open::before {
  width: 0.9rem;
  height: 1.1rem;
  background: url(../../images/svg/select-arrow.svg) no-repeat center/contain;
  rotate: 180deg;
  transform: translateY(50%);
  right: 2rem;
}
.select2.select2-container--open .select2-selection {
  box-shadow: none;
  border-color: #CEE5EE !important;
}
.select2-selection {
  height: 4.8rem !important;
  border: 1px #CEE5EE solid !important;
  border-radius: 1.5rem !important;
}
.select2-selection:not(:has(.select2-selection__placeholder)) {
  box-shadow: 0 0.4rem 3rem 0 rgba(0, 159, 162, 0.15);
  border-color: #76D3D5 !important;
}
.select2-selection__rendered {
  font-size: 1.6rem;
  color: #009FA2 !important;
  display: flex !important;
  align-items: center;
  height: 100%;
  padding: 0 0 0 2.2rem !important;
}
.select2-selection__placeholder {
  font-size: 1.6rem;
  color: #A1ACBD !important;
}
.select2-selection__arrow {
  display: none;
}
.select2-selection__clear {
  float: none !important;
  color: rgba(0, 159, 162, 0.5);
  height: 100% !important;
  padding: 0 10px !important;
  margin-right: 0 !important;
  position: absolute;
  font-weight: normal;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
.select2-selection__clear:hover {
  color: #009fa2;
}
.select2-selection__clear span {
  font-size: 2rem;
  font-weight: 300;
}
.select2-dropdown {
  border: 1px #CEE5EE solid;
  border-radius: 1.5rem;
}
.select2-dropdown:not(:has(.select2-search--hide)).select2-dropdown--below .select2-results {
  position: relative;
  padding: 0 1.2rem 3rem;
  margin-top: -5.2rem;
  z-index: -2;
}
.select2-dropdown:not(:has(.select2-search--hide)).select2-dropdown--below .select2-results__options {
  padding-top: 5.2rem;
}
.select2-dropdown:not(:has(.select2-search--hide)).select2-dropdown--above {
  padding-top: 1.2rem;
}
.select2-dropdown:not(:has(.select2-search--hide)).select2-dropdown--above .select2-results {
  position: relative;
  padding: 0 1.2rem 0;
  margin-top: -5.2rem;
  z-index: -2;
}
.select2-dropdown:not(:has(.select2-search--hide)).select2-dropdown--above .select2-results__options {
  padding-top: 5.2rem;
}
.select2-dropdown--below .select2-results {
  padding-bottom: 1.2rem;
}
.select2-dropdown--above {
  padding-top: 1.2rem;
}
.select2-search {
  position: relative;
  padding: 0 2.2rem 1rem 1rem;
}
.select2-search:not(.select2-search--hide)::before {
  content: "";
  position: absolute;
  width: calc(100% - 1.4rem);
  height: 5.2rem;
  background-color: #fff;
  z-index: -1;
  top: 0;
  left: 0;
}
.select2-search__field {
  font-weight: 400;
  font-size: 1.4rem;
  color: #394250;
  height: 4.2rem;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 0 1.6rem !important;
  border: 1px #CEE5EE solid !important;
  border-radius: 1.5rem;
}
.select2-results__options::-webkit-scrollbar {
  width: 0.2rem;
  background-color: #DCECED;
  border-radius: 1rem;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #009FA2;
  border-radius: 1rem;
}
.select2-results__option {
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #394250;
  padding: 0 0 0 1.6rem;
  margin-bottom: 0;
}
.select2-results__option--highlighted {
  color: #009FA2 !important;
  background-color: transparent !important;
}
.select2-results__option--selected {
  color: #14787A;
  background-color: transparent !important;
}
.select2-container--default, .select2-container--default * {
  outline: none;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.select2 {
  /*&-search--dropdown {
      margin-right: 1.4rem;
  }*/
}

.ui-datepicker {
  width: 27.2rem;
}
.ui-datepicker .ui-datepicker-header {
  background-color: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transform: translateY(-50%);
  top: 50%;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  width: 1.08rem;
  height: 1.8rem;
  background: url(../../images/svg/pagination-arrow.svg) no-repeat center/contain;
  margin: 0;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-next.ui-state-disabled {
  opacity: 0.35;
}
.ui-datepicker .ui-datepicker-prev {
  left: 0.5rem;
}
.ui-datepicker .ui-datepicker-prev span {
  transform: translate(50%, 50%);
  rotate: 180deg;
}
.ui-datepicker .ui-datepicker-next {
  right: 0.5rem;
}
.ui-datepicker .ui-datepicker-next span {
  transform: translate(-50%, -50%);
}
.ui-datepicker .ui-datepicker-title {
  font-weight: 500;
  color: #394250;
}
.ui-datepicker .ui-datepicker-title, .ui-datepicker .ui-datepicker-title span {
  font-size: 1.8rem;
}
.ui-datepicker table th {
  font-weight: 500;
  color: #394250;
  padding: 0.8rem 0;
}

.ui-widget.ui-widget-content {
  background-color: #fff;
  padding: 0.5rem;
  border: 1px #D2DDEE solid;
  border-radius: 1rem;
}

.ui-widget-content .ui-state-default {
  font-weight: 400;
  text-align: center;
  color: #394250;
  background-color: #DDF1F1;
  padding: 0.3rem;
  border: 1px #DDF1F1 solid;
  border-radius: 0.5rem;
}
.ui-widget-content .ui-state-active {
  color: #fff;
  background-color: #009FA2;
  border: 1px #009FA2 solid;
}
.ui-widget-content .ui-state-disabled {
  opacity: 1;
}
.ui-widget-content .ui-state-disabled span {
  color: #98A2AD;
  background-color: #fff;
  border: 1px #DDF1F1 solid;
}

.lk {
  margin-bottom: 4.8rem;
}
@media (max-width: 992px) {
  .lk {
    margin-bottom: 2.2rem;
  }
}
.lk-form__input {
  display: flex;
  flex-direction: column;
}
.lk-form__input label, .lk-form__input > span {
  font-size: 1.4rem;
  line-height: 3.5rem;
  color: #6B7788;
  padding-left: 1.3rem;
}
.lk-form__input label {
  cursor: pointer;
}
.lk-form__input > span {
  margin-top: -0.6rem;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .lk-form__input > span {
    margin-bottom: 0.5rem;
  }
}
.lk-form__input > div {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 992px) {
  .lk-form__input > div {
    gap: 0.4rem;
  }
}
.lk-form__input > div input::-webkit-inner-spin-button, .lk-form__input > div input::-webkit-outer-spin-button {
  display: none;
}
.lk-form__input input, .lk-form__input textarea {
  font-size: 1.4rem;
  color: #394250;
  width: 100%;
  height: 4.8rem;
  background-color: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
  padding: 0 1.3rem;
  border: 1px #D5DFE3 solid;
  border-radius: 1.5rem;
  outline: none;
  z-index: 1;
}
.lk-form__input input::placeholder, .lk-form__input textarea::placeholder {
  color: #98A2B1;
}
.lk-form__input *[disabled] {
  background-color: rgba(57, 66, 80, 0.1);
  pointer-events: none;
}
.lk-form__input textarea {
  height: 12.5rem;
  padding: 1.3rem;
  resize: none;
}
.lk-form__input .select2 {
  padding: 0;
  margin-bottom: 0;
}
.lk-form__input .select2::before {
  content: "";
  position: absolute;
  width: 0.9rem;
  height: 1.1rem;
  background: url(../../images/svg/select-arrow.svg) no-repeat center/contain;
  pointer-events: none;
  transform: translateY(-50%);
  top: 50%;
  right: 2.2rem;
}
.lk-form__input .select2-container--open::before {
  transform: translateY(50%);
  rotate: 180deg;
}
.lk-form__input .select2-container--disabled .select2-selection {
  background-color: rgba(57, 66, 80, 0.1);
}
.lk-form__input .select2-selection {
  height: 4.8rem;
  border: 1px #D5DFE3 solid;
  border-radius: 1.5rem;
  outline: none;
}
.lk-form__input .select2-selection__rendered {
  display: flex !important;
  align-items: center;
  height: 100%;
  padding: 0 1.3rem !important;
}
.lk-form__input .select2-selection__rendered, .lk-form__input .select2-selection__placeholder {
  font-size: 1.4rem;
  color: #394250 !important;
}
.lk-form__input .select2-selection__arrow {
  display: none;
}
.lk-form__checkbox {
  display: flex;
  margin-bottom: 1rem;
}
.lk-form__checkbox input {
  display: none;
}
.lk-form__checkbox input:checked + label::before {
  opacity: 0;
}
.lk-form__checkbox input:checked + label::after {
  opacity: 1;
}
.lk-form__checkbox label {
  color: #6B7788;
  position: relative;
  display: inline-block;
  padding-left: 2.8rem;
  cursor: pointer;
}
.lk-form__checkbox label::before, .lk-form__checkbox label::after {
  content: "";
  position: absolute;
  width: 1.9rem;
  height: 1.9rem;
  transition: all 0.1s linear;
  top: 0;
  left: 0;
}
.lk-form__checkbox label::before {
  background: url(../../images/svg/lk-modal-checkbox.svg) no-repeat center/contain;
}
.lk-form__checkbox label::after {
  background: url(../../images/svg/lk-modal-checkbox-active.svg) no-repeat center/contain;
  opacity: 0;
}
.lk-form__checkbox label, .lk-form__checkbox label a {
  font-size: 1.4rem;
  line-height: 1.4rem;
}
@media (max-width: 992px) {
  .lk-form__checkbox label, .lk-form__checkbox label a {
    font-size: 1.3rem;
    line-height: 1.2rem;
  }
}
.lk-form__checkbox label a {
  color: #009FA2;
}
.lk-form__checkbox label a:hover {
  color: #14787A;
}
.lk-form__buttons {
  margin-top: 3rem;
  display: flex;
  gap: 1rem;
}
.lk-form__buttons > * {
  flex: 1;
}
.lk__user {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: max-content;
  height: 4.8rem;
  background-color: #fff;
  box-sizing: border-box;
  padding-right: 1.8rem;
  border-radius: 5rem;
}
.lk__user:hover > div p {
  color: #009FA2;
}
.lk__user-box {
  position: relative;
}
.lk__user-box:has(.lk__user__button.active)::before {
  opacity: 1;
}
.lk__user-box:has(.lk__user__button.active) > .lk__user__content::before {
  opacity: 1;
}
.lk__user-box::before {
  content: "";
  position: absolute;
  width: calc(100% + 1rem);
  height: calc(100% + 0.5rem);
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  box-sizing: border-box;
  box-shadow: 0 0.4rem 6rem 0 rgba(0, 170, 174, 0.1);
  border: 1px #fff solid;
  border-bottom: none;
  border-radius: 3rem 3rem 0 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s linear;
  transform: translateX(-50%);
  top: -0.5rem;
  left: 50%;
}
.lk__user img {
  width: 4.8rem;
  height: 4.8rem;
  object-fit: contain;
  object-position: center;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .lk__user img {
    width: 4rem;
    height: 4rem;
    border-radius: 1.5rem;
  }
}
.lk__user > div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.lk__user > div p {
  transition: all 0.2s linear;
}
.lk__user__name {
  font-size: 1.6rem;
  line-height: 1.4rem;
  color: #394250;
}
.lk__user__phone {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #6B7788;
}
.lk__user__button {
  position: absolute;
  width: 2.6rem;
  height: 2.6rem;
  background-color: transparent;
  padding: 0;
  border: none;
  z-index: 2;
  cursor: pointer;
  top: 1.1rem;
  right: 1.5rem;
}
@media (max-width: 992px) {
  .lk__user__button {
    display: none;
  }
}
.lk__user__button.active svg path, .lk__user__button:hover svg path {
  fill: #009FA2;
}
.lk__user__button.active svg {
  rotate: 180deg;
}
.lk__user__button svg {
  width: 100%;
  height: 100%;
}
.lk__user__button svg path {
  transition: all 0.2s linear;
}
.lk__user__content {
  position: absolute;
  display: none;
  transform: translateY(100%);
  left: 0;
  bottom: -0.5rem;
}
.lk__user__content::before {
  content: "";
  position: absolute;
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  box-sizing: border-box;
  box-shadow: 0 0.4rem 6rem 0 rgba(0, 170, 174, 0.1);
  border: 1px #fff solid;
  border-top: none;
  border-radius: 0 0 3rem 3rem;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s linear;
  transform: translateX(-50%);
  top: -0.5rem;
  left: 50%;
}
.lk__user__accounts {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.lk__user__accounts .lk__user {
  width: 23.8rem;
  padding-right: 0;
}
.lk__user__settings {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.7rem 0 2.4rem 1rem;
}
.lk__user__settings a {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.lk__user__settings a:hover span {
  color: #009FA2;
}
.lk__user__settings a svg {
  width: 2.5rem;
  height: 2.5rem;
}
.lk__user__settings a span {
  font-size: 1.6rem;
  line-height: 1.4rem;
  color: #394250;
  transition: all 0.2s linear;
}
.lk__wrapper {
  display: flex;
  gap: 2.2rem;
}
@media (max-width: 992px) {
  .lk__wrapper {
    width: calc(100% - 1.4rem);
    margin: 0 0.7rem;
  }
}
.lk__nav {
  flex-shrink: 0;
  position: sticky;
  width: 34.2rem;
  height: 100%;
  top: 14.2rem;
}
@media (max-width: 992px) {
  .lk__nav {
    position: fixed;
    width: 100%;
    height: 100dvh;
    background-color: rgba(0, 59, 60, 0.6);
    backdrop-filter: blur(15px);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    z-index: 101;
    top: 0;
    left: 0;
  }
}
.lk__nav-opened {
  opacity: 1;
  pointer-events: all;
}
.lk__nav__close {
  position: absolute;
  display: none;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../../images/svg/sign-up-close.svg) no-repeat center/contain;
  padding: 0;
  border: none;
  top: 1.4rem;
  right: 1.4rem;
}
@media (max-width: 992px) {
  .lk__nav__close {
    display: initial;
  }
}
.lk__nav__wrapper {
  position: relative;
  width: 100%;
  height: max-content;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
  box-sizing: border-box;
  box-shadow: 0 0.4rem 6rem 0 rgba(0, 170, 174, 0.1);
  padding: 2.3rem 2.9rem 8.2rem;
  border: 1px #fff solid;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .lk__nav__wrapper {
    position: absolute;
    width: calc(100% - 1rem);
    background-color: rgba(255, 255, 255, 0.7);
    padding: 4.5rem 1.4rem;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
}
.lk__nav__wrapper > .btn {
  width: 100%;
  height: 4.8rem;
}
.lk__nav__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .lk__nav__content {
    position: relative;
  }
}
.lk__nav__item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 6.6rem;
  background-color: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  padding: 0 1rem;
  border-radius: 4rem;
}
@media (max-width: 992px) {
  .lk__nav__item > .lk__new-message {
    left: 0;
    right: auto;
  }
}
.lk__nav__item.active svg.stroke path, .lk__nav__item:hover svg.stroke path {
  fill: none;
  stroke: #009FA2;
}
.lk__nav__item.active svg path, .lk__nav__item:hover svg path {
  fill: #009FA2;
}
.lk__nav__item.active p, .lk__nav__item:hover p {
  color: #009FA2;
}
.lk__nav__item.active {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0.4rem 6rem 0 #C6E6ED;
}
.lk__nav__item img {
  width: 4.8rem;
  height: 4.8rem;
  object-fit: contain;
  object-position: center;
  border-radius: 50%;
  margin-right: 2.5rem;
}
.lk__nav__item svg {
  width: 5.3rem;
  height: 5.3rem;
  margin: 0 1.2rem 0 0.6rem;
}
.lk__nav__item svg path {
  transition: all 0.2s linear;
}
.lk__nav__item p {
  color: #394250;
}
.lk__nav__item p, .lk__nav__item p span {
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.lk__nav__item p span {
  color: #6B7788;
}
.lk__nav__decor {
  display: none;
}
@media (max-width: 992px) {
  .lk__nav__decor {
    position: absolute;
    display: initial;
    width: 15.5rem;
    height: 22.8rem;
    pointer-events: none;
    right: -1rem;
    bottom: 0;
  }
}
.lk__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.lk__title {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #394250;
  margin-top: 1.2rem;
  padding-left: 1.5rem;
}
.lk__block {
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
  box-sizing: border-box;
  box-shadow: 0 0.4rem 6rem 0 rgba(0, 170, 174, 0.1);
  padding: 3.5rem;
  border: 1px #fff solid;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .lk__block {
    padding: 2rem 0.8rem 1rem;
    border-radius: 2rem;
  }
}
.lk__block h2 {
  font-weight: 400;
  font-size: 3rem;
  color: #394250;
}
.lk__block .btn-change {
  position: absolute;
  top: 2.2rem;
  right: 2rem;
}
@media (max-width: 992px) {
  .lk__block .btn-change {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
  }
}
.lk__info__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
}
.lk__info__header h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.lk__info__avatar {
  display: none;
}
@media (max-width: 992px) {
  .lk__info__avatar {
    flex-shrink: 0;
    display: flex;
    width: 6.5rem;
    height: 6.5rem;
  }
}
.lk__info__avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 50%;
}
.lk__info__status {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 3.8rem;
}
@media (max-width: 992px) {
  .lk__info__status {
    margin-bottom: 1.4rem;
  }
}
.lk__info__status.active p {
  color: #009FA2;
}
.lk__info__status svg {
  width: 1.8rem;
  height: 1.8rem;
}
.lk__info__status p {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #6B7788;
}
.lk__info-data {
  display: flex;
  gap: 1.6rem;
}
@media (max-width: 992px) {
  .lk__info-data {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.4rem;
  }
}
.lk__info-data__item {
  position: relative;
  display: flex;
  align-items: end;
  gap: 0.7rem;
  padding-right: 2.7rem;
}
@media (max-width: 992px) {
  .lk__info-data__item {
    align-items: center;
    gap: 0.8rem;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 0.7rem 0.7rem 0.9rem;
    border-radius: 1.5rem;
  }
}
.lk__info-data__item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 1.8rem);
  background-color: #BEDADB;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
@media (max-width: 992px) {
  .lk__info-data__item::before {
    content: none;
  }
}
.lk__info-data__item:last-of-type::before {
  content: none;
}
.lk__info-data__item svg {
  width: 3.6rem;
  height: 3.6rem;
}
.lk__info-data__item > div {
  display: flex;
  flex-direction: column;
}
.lk__info-data__item > div span {
  font-size: 1.4rem;
  line-height: 3rem;
  color: #6B7788;
}
@media (max-width: 992px) {
  .lk__info-data__item > div span {
    line-height: 1.8rem;
    color: #A5B0C0;
  }
}
.lk__info-data__item > div p {
  font-weight: 500;
  font-size: 2rem;
  line-height: 3rem;
  color: #394250;
}
@media (max-width: 992px) {
  .lk__info-data__item > div p {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.lk__confirm {
  padding-right: 29rem;
}
@media (max-width: 992px) {
  .lk__confirm {
    padding-right: 0;
  }
}
.lk__confirm h2 {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .lk__confirm h2 {
    padding-left: 0.9rem;
  }
}
.lk__confirm p {
  color: #6B7788;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .lk__confirm p {
    max-width: 23.5rem;
    padding-left: 1.2rem;
  }
}
.lk__confirm p, .lk__confirm p span {
  font-size: 1.6rem;
  line-height: 2rem;
}
@media (max-width: 992px) {
  .lk__confirm p, .lk__confirm p span {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
.lk__confirm p span {
  color: #009FA2;
}
@media (max-width: 992px) {
  .lk__confirm > .btn {
    width: 27.5rem;
  }
}
.lk__confirm > img {
  position: absolute;
  width: 21rem;
  height: 33rem;
  object-fit: contain;
  object-position: center;
  right: 5.8rem;
  bottom: 0;
}
@media (max-width: 992px) {
  .lk__confirm > img {
    width: 12.3rem;
    height: 19rem;
    right: 0.8rem;
    bottom: 1rem;
  }
}
.lk__health h2 {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .lk__health h2 {
    padding-left: 1.2rem;
  }
}
.lk__health__inputs {
  display: flex;
  gap: 3.2rem;
  width: 100%;
  margin-bottom: 0.5rem;
}
@media (max-width: 992px) {
  .lk__health__inputs {
    flex-direction: column;
    gap: 0;
    margin-bottom: 1rem;
  }
}
.lk__health__inputs > .lk-form__input {
  width: 100%;
}
@media (max-width: 992px) {
  .lk__health__inputs > .lk-form__input label {
    line-height: 2rem;
    padding-top: 1.5rem;
  }
}
.lk__health > .lk-form__input {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .lk__health > .lk-form__input label {
    line-height: 2rem;
    padding-top: 1.5rem;
  }
}
.lk__health > .btn {
  width: 25.5rem;
}
@media (max-width: 992px) {
  .lk__health > .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .lk__health > .btn-change {
    margin-bottom: 1rem;
  }
}
.lk__agreement {
  padding: 1.4rem 3.5rem 0;
}
@media (max-width: 992px) {
  .lk__agreement {
    padding: 0 1.4rem;
  }
}
.lk__agreement p {
  color: #6B7788;
}
.lk__agreement p p, .lk__agreement p a {
  font-size: 1.6rem;
  line-height: 2rem;
}
@media (max-width: 992px) {
  .lk__agreement p p, .lk__agreement p a {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
.lk__agreement p a {
  text-decoration: underline;
}
.lk__agreement .lk-form__checkbox {
  margin: 1.2rem 0;
}
.lk__agreement .lk-form__checkbox label {
  color: #394250;
}
.lk__agreement .lk-form__checkbox label, .lk__agreement .lk-form__checkbox label a {
  font-size: 1.6rem;
  line-height: 2rem;
}
@media (max-width: 992px) {
  .lk__agreement .lk-form__checkbox label, .lk__agreement .lk-form__checkbox label a {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.lk__appointments {
  display: flex;
  flex-direction: column;
  padding: 0 0;
}
@media (max-width: 992px) {
  .lk__appointments {
    gap: 0.5rem;
    background-color: transparent;
    backdrop-filter: none;
    box-shadow: none;
    padding: 0;
    border: none;
    border-radius: 0;
  }
}
.lk__appointments_prev .lk__appointment:not(.expanded) {
  opacity: 0.5;
}
.lk__appointments_prev .lk__appointment:not(.expanded):hover {
  opacity: 1;
}
.lk__appointment {
  position: relative;
  display: flex;
  transition: all 0.2s linear;
  padding: 2rem 3.5rem;
}
@media (max-width: 992px) {
  .lk__appointment {
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(4px);
    box-sizing: border-box;
    box-shadow: 0 0.4rem 6rem 0 rgba(0, 170, 174, 0.1);
    padding: 1.8rem 1.2rem 1.2rem;
    border: 1px #fff solid;
    border-radius: 2rem;
  }
}
.lk__appointment:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 992px) {
  .lk__appointment:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.lk__appointment:hover .lk__appointment__detail p {
  color: #009FA2;
}
@media (max-width: 992px) {
  .lk__appointment:hover .lk__appointment__detail p {
    color: #394250;
  }
}
.lk__appointment:hover .lk__appointment__detail p span {
  color: #394250;
}
@media (max-width: 992px) {
  .lk__appointment:hover .lk__appointment__detail p span {
    color: #009FA2;
  }
}
.lk__appointment::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  pointer-events: none;
  left: 0;
  bottom: 0;
}
@media (max-width: 992px) {
  .lk__appointment::after {
    content: none;
  }
}
.lk__appointment:first-of-type {
  padding-top: 4rem;
  border-radius: 3rem 3rem 0 0;
}
@media (max-width: 992px) {
  .lk__appointment:first-of-type {
    padding-top: 1.8rem;
    border-radius: 2rem;
  }
}
.lk__appointment:last-of-type {
  padding-bottom: 4rem;
  border-radius: 0 0 3rem 3rem;
}
@media (max-width: 992px) {
  .lk__appointment:last-of-type {
    padding-bottom: 1.8rem;
    border-radius: 2rem;
  }
}
.lk__appointment:last-of-type::after {
  content: none;
}
.lk__appointment:first-of-type:last-of-type {
  border-radius: 3rem;
}
.lk__appointment.expanded .lk__appointment__expand-btn svg {
  rotate: 180deg;
}
.lk__appointment.expanded .lk__appointment__expand-btn svg path {
  fill: #009FA2;
}
.lk__appointment > a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.lk__appointment__expand-btn {
  display: none;
}
@media (max-width: 992px) {
  .lk__appointment__expand-btn {
    position: absolute;
    display: flex;
    width: 4.5rem;
    height: 4.5rem;
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    z-index: 2;
    top: 1rem;
    right: 1rem;
  }
}
.lk__appointment__expand-btn svg {
  width: 100%;
  height: 100%;
}
.lk__appointment__expand-btn svg path {
  transition: all 0.2s linear;
}
.lk__appointment__part {
  position: relative;
  min-height: 9.2rem;
  box-sizing: border-box;
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .lk__appointment__part {
    min-height: 0;
    padding: 0;
    margin-bottom: 1rem;
  }
}
.lk__appointment__part:first-of-type {
  padding-left: 0;
}
@media (max-width: 992px) {
  .lk__appointment__part:first-of-type::after {
    content: "";
  }
}
.lk__appointment__part:last-of-type {
  padding-right: 0;
}
@media (max-width: 992px) {
  .lk__appointment__part:last-of-type {
    margin-bottom: 0;
  }
}
.lk__appointment__part:last-of-type::after {
  content: none;
}
.lk__appointment__part::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 9.2rem;
  background-color: #fff;
  pointer-events: none;
  top: 0;
  right: 0;
}
@media (max-width: 992px) {
  .lk__appointment__part::after {
    content: none;
    width: 100%;
    height: 1px;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
  }
}
.lk__appointment__controls {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
@media (max-width: 992px) {
  .lk__appointment__controls {
    flex-direction: row;
    gap: 1rem;
    width: calc(100% + 1.2rem);
    margin-left: -0.6rem !important;
  }
}
.lk__appointment__controls__item {
  font-size: 1.6rem;
  color: #009FA2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.2rem;
  height: 4.8rem;
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  border-radius: 1.5rem;
  transition: all 0.2s linear;
  z-index: 2;
}
.lk__appointment__controls__item:hover {
  color: #fff;
  background-color: #009FA2;
}
.lk__appointment__controls__item:hover::before {
  opacity: 0;
}
.lk__appointment__controls__item:hover::after {
  opacity: 1;
}
@media (max-width: 992px) {
  .lk__appointment__open {
    width: 16rem;
  }
}
.lk__appointment__open::before, .lk__appointment__open::after {
  content: "";
  position: absolute;
  width: 1.9rem;
  height: 1.9rem;
  transition: all 0.2s linear;
  transform: translateY(-50%);
  top: 50%;
  left: 1.7rem;
}
.lk__appointment__open::before {
  background: url(../../images/svg/lk-appointment-icon-open.svg) no-repeat center/contain;
}
.lk__appointment__open::after {
  background: url(../../images/svg/lk-appointment-icon-open-active.svg) no-repeat center/contain;
  opacity: 0;
}
.lk__appointment__repeat {
  font-size: 1.4rem;
  justify-content: start;
  padding-left: 4.5rem;
}
@media (max-width: 992px) {
  .lk__appointment__repeat {
    width: 17rem;
    padding-left: 4rem;
  }
}
.lk__appointment__repeat::before, .lk__appointment__repeat::after {
  content: "";
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  pointer-events: none;
  transition: all 0.2s linear;
  transform: translateY(-50%);
  top: 50%;
  left: 1.6rem;
}
@media (max-width: 992px) {
  .lk__appointment__repeat::before, .lk__appointment__repeat::after {
    left: 1.4rem;
  }
}
.lk__appointment__repeat::before {
  background: url(../../images/svg/lk-appointment-icon-repeat.svg) no-repeat center/contain;
}
.lk__appointment__repeat::after {
  background: url(../../images/svg/lk-appointment-icon-repeat-active.svg) no-repeat center/contain;
  opacity: 0;
}
.lk__appointment__cancel {
  border: 0;
  cursor: pointer;
}
.lk__appointment__date {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #9DA9BC;
  display: flex;
  flex-direction: column;
}
.lk__appointment__date span {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #394250;
}
@media (max-width: 992px) {
  .lk__appointment__date span {
    color: #009FA2;
  }
}
.lk__appointment__user {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media (max-width: 992px) {
  .lk__appointment__user {
    padding-bottom: 0.5rem;
  }
}
.lk__appointment__user .lk__user {
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 2;
}
@media (max-width: 992px) {
  .lk__appointment__user .lk__user {
    display: none;
  }
}
.lk__appointment__detail {
  padding-top: 2rem;
}
@media (max-width: 992px) {
  .lk__appointment__detail {
    padding-top: 0;
  }
}
.lk__appointment__detail p {
  color: #394250;
  display: inline-block;
  max-width: 37rem;
  width: 100%;
}
@media (max-width: 992px) {
  .lk__appointment__detail p {
    max-width: none;
  }
}
.lk__appointment__detail p, .lk__appointment__detail p span {
  font-size: 1.6rem;
  line-height: 2rem;
  transition: all 0.2s linear;
}
@media (max-width: 992px) {
  .lk__appointment__detail p, .lk__appointment__detail p span {
    line-height: 1.6rem;
  }
}
.lk__appointment__detail p span {
  color: #009FA2;
  text-wrap: nowrap;
}
.lk__appointment__diagnostics {
  padding-top: 0.5rem;
}
@media (max-width: 992px) {
  .lk__appointment__diagnostics {
    position: relative;
    padding-top: 0;
  }
}
.lk__appointment__diagnostics p {
  color: #394250;
  display: inline-block;
  width: 55rem;
  margin-bottom: 2.2rem;
}
@media (max-width: 992px) {
  .lk__appointment__diagnostics p {
    width: auto;
    padding-left: 5.8rem;
  }
}
.lk__appointment__diagnostics p, .lk__appointment__diagnostics p span {
  font-size: 1.6rem;
  line-height: 2rem;
  transition: all 0.2s linear;
}
@media (max-width: 992px) {
  .lk__appointment__diagnostics p, .lk__appointment__diagnostics p span {
    line-height: 1.6rem;
  }
}
.lk__appointment__diagnostics p span {
  color: #009FA2;
}
@media (max-width: 992px) {
  .lk__appointment__diagnostics .lk__document > img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 992px) {
  .lk__appointment__diagnostics .lk__document__buttons {
    padding-top: 2rem;
  }
}
.lk__appointment__diagnostics .lk__document__button {
  background-color: rgba(255, 255, 255, 0.5);
}
.lk__appointment__tests {
  padding: 0.4rem 6.2rem 0 3rem;
  width: 100%;
}
@media (max-width: 992px) {
  .lk__appointment__tests {
    padding: 0;
  }
}
.lk__appointment__tests > span {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #009FA2;
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .lk__appointment__tests > span {
    margin-bottom: 1.4rem;
  }
}
.lk__appointment__tests > p {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #394250;
  max-width: 34rem;
  width: 100%;
}
@media (max-width: 992px) {
  .lk__appointment__tests > p {
    display: none;
  }
}
.lk__appointment__tests > .lk__user {
  display: none;
}
@media (max-width: 992px) {
  .lk__appointment__tests > .lk__user {
    display: flex;
    gap: 1.2rem;
    height: 6rem;
    background-color: transparent;
    box-sizing: content-box;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .lk__appointment__tests > .lk__user img {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
  }
}
.lk__appointment__tests .lk__appointment__document {
  width: 100%;
  min-height: initial;
  padding: 0.5rem 0;
}
.lk__appointment__tests .lk__appointment__document:after {
  display: none;
}
.lk__appointment__tests .lk__appointment__document .lk__document {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .lk__appointment__tests .lk__appointment__document .lk__document--title {
    padding-left: 6rem;
  }
}
.lk__appointment__specialist {
  display: flex;
  align-items: center;
  padding-left: 4.5rem;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .lk__appointment__specialist {
    display: none;
    flex-direction: column;
    align-items: start;
    padding-left: 0;
  }
}
.lk__appointment__specialist::before {
  content: "";
  position: absolute;
  width: 1.9rem;
  height: 0.8rem;
  background: url(../../images/svg/lk-appointment-arrow.svg) no-repeat center/contain;
  transform: translateY(-50%);
  top: 50%;
  left: 1rem;
}
@media (max-width: 992px) {
  .lk__appointment__specialist::before {
    content: none;
  }
}
.lk__appointment__specialist .lk__user {
  display: none;
}
@media (max-width: 992px) {
  .lk__appointment__specialist .lk__user {
    position: relative;
    display: flex;
    gap: 3.2rem;
    height: 6rem;
    background-color: transparent;
    box-sizing: content-box;
    padding: 0 0 2.8rem;
  }
}
.lk__appointment__specialist .lk__user::before {
  content: none;
}
@media (max-width: 992px) {
  .lk__appointment__specialist .lk__user::before {
    content: "";
    position: absolute;
    width: 1.9rem;
    height: 0.8rem;
    background: url(../../images/svg/lk-appointment-arrow.svg) no-repeat center/contain;
    rotate: 90deg;
    left: 2rem;
    bottom: 1rem;
  }
}
@media (max-width: 992px) {
  .lk__appointment__specialist .lk__user img {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
  }
}
.lk__appointment__specialist__doctor {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 992px) {
  .lk__appointment__specialist__doctor {
    gap: 3.2rem;
  }
}
.lk__appointment__specialist__image {
  display: flex;
  width: 9.6rem;
  height: 9.6rem;
  aspect-ratio: 1/1;
}
@media (max-width: 992px) {
  .lk__appointment__specialist__image {
    width: 6rem;
    height: 6rem;
  }
}
.lk__appointment__specialist__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 1rem;
}
.lk__appointment__specialist__name {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #394250;
  display: inline-block;
  max-width: 12.2rem;
  width: 100%;
}
.lk__appointment__specialist .lk__appointment__controls {
  margin-left: 2.4rem;
}
@media (max-width: 992px) {
  .lk__appointment__specialist .lk__appointment__controls {
    margin-left: 0;
    margin-top: 1.2rem;
  }
}
.lk__appointment__document {
  display: flex;
  align-items: center;
  padding-left: 5rem;
}
@media (max-width: 992px) {
  .lk__appointment__document {
    position: relative;
    display: none;
    flex-direction: column;
    align-items: start;
    padding-left: 0;
  }
}
.lk__appointment__document > p {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #394250;
  display: none;
}
@media (max-width: 992px) {
  .lk__appointment__document > p {
    display: flex;
    padding-left: 5.8rem;
  }
}
@media (max-width: 992px) {
  .lk__appointment__document .lk__document {
    position: static;
  }
}
@media (max-width: 992px) {
  .lk__appointment__document .lk__document > img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 992px) {
  .lk__appointment__document .lk__document__buttons {
    padding-top: 4rem;
  }
}
@media (max-width: 576px) {
  .lk__appointment__document .lk__document__buttons {
    padding-top: 2rem;
  }
}
.lk__filter {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .lk__filter {
    flex-wrap: wrap;
    gap: 1.8rem 0.5rem;
    margin-bottom: 3.5rem;
  }
}
.lk__filter__list {
  position: relative;
  display: flex;
  max-width: 21.2rem;
  width: 100%;
  z-index: 1;
}
.lk__filter__list.active::before {
  opacity: 1;
}
.lk__filter__list.active .lk__filter__item {
  box-shadow: 0 0.4rem 6rem 0 rgba(0, 170, 174, 0.2);
}
.lk__filter__list.active .lk__filter__list__button svg {
  rotate: 180deg;
}
.lk__filter__list.active .lk__filter__list__button svg path {
  fill: #009FA2;
}
.lk__filter__list.active .lk__filter__list__content {
  opacity: 1;
}
.lk__filter__list::before {
  content: "";
  position: absolute;
  display: flex;
  width: calc(100% + 1rem);
  height: calc(100% + 0.5rem);
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  box-sizing: border-box;
  border: 1px #fff solid;
  border-bottom: none;
  border-radius: 3rem 3rem 0 0;
  transition: all 0.2s linear;
  opacity: 0;
  top: -0.5rem;
  left: -0.5rem;
}
.lk__filter__list__button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  background-color: transparent;
  padding: 0;
  border: none;
  z-index: 2;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  top: 50%;
  left: 1.5rem;
}
@media (max-width: 992px) {
  .lk__filter__list__button {
    left: 0.5rem;
  }
}
.lk__filter__list__button:hover svg path {
  fill: #009FA2;
}
.lk__filter__list__button svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .lk__filter__list__button svg {
    width: 75%;
    height: 75%;
  }
}
.lk__filter__list__button svg path {
  transition: all 0.2s linear;
}
.lk__filter__list__content {
  position: absolute;
  display: none;
  width: calc(100% + 1rem);
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  box-sizing: border-box;
  padding: 1rem;
  border: 1px #fff solid;
  border-top: none;
  border-radius: 0 0 3rem 3rem;
  transition: opacity 0.2s linear;
  opacity: 0;
  transform: translateY(100%);
  left: -0.5rem;
  bottom: 0;
}
.lk__filter__list__accounts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.lk__filter__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 21.2rem;
  width: 100%;
  height: 4.8rem;
  background-color: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  transition: all 0.2s linear;
  padding-right: 3rem;
  border-radius: 5rem;
}
@media (max-width: 992px) {
  .lk__filter__item {
    max-width: 100%;
  }
}
.lk__filter__item.active, .lk__filter__item:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 992px) {
  .lk__filter__item.active > div img, .lk__filter__item:hover > div img {
    filter: none;
    opacity: 1;
  }
}
.lk__filter__item.active {
  box-shadow: 0 0.4rem 6rem 0 #C6E6ED;
}
.lk__filter__item > p {
  font-size: 1.6rem;
  line-height: 1.4rem;
  color: #394250;
}
.lk__filter__item > div {
  position: absolute;
  display: flex;
  width: max-content;
  height: 100%;
  transform: translateX(100%);
  top: 0;
  right: 4.8rem;
}
.lk__filter__item > div img {
  width: 4.8rem;
  height: 4.8rem;
  object-fit: contain;
  object-position: center;
  border-radius: 50%;
  margin-left: -2rem;
  transition: all 0.2s linear;
}
@media (max-width: 992px) {
  .lk__filter__item > div img {
    filter: grayscale(1);
    opacity: 0.5;
  }
}
.lk__filter__item > div img:first-of-type {
  margin-left: 0;
}
.lk__filter__item_all {
  max-width: 15.6rem;
  padding-left: 1.7rem;
  margin-right: 5.6rem;
}
@media (max-width: 992px) {
  .lk__filter__item_all {
    max-width: 13rem;
  }
}
.lk__filter__item_all > p {
  max-width: 8.5rem;
}
@media (max-width: 992px) {
  .lk__filter__item_all + .lk__filter__item_all, .lk__filter__item_all + .lk__filter__list {
    max-width: calc(50% - 1.1rem);
  }
}
.lk__filter .b-search {
  width: 100%;
}
.lk__document {
  display: flex;
  align-items: center;
  gap: 2.3rem;
  /*margin-right: 0;
  margin-left: auto;*/
}
.lk__document > img {
  width: 4.8rem;
  height: 4.8rem;
  object-fit: contain;
  object-position: center;
}
.lk__document__buttons {
  display: flex;
  gap: 0.6rem;
}
.lk__document__button {
  font-size: 1.6rem;
  color: #009FA2;
  position: relative;
  display: flex;
  align-items: center;
  width: 15rem;
  height: 4.8rem;
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  padding-left: 5rem;
  border-radius: 1.5rem;
  transition: all 0.2s linear;
  z-index: 2;
}
.lk__document__button:hover {
  color: #fff;
  background-color: #009FA2;
}
.lk__document__button:hover::before {
  opacity: 0;
}
.lk__document__button:hover::after {
  opacity: 1;
}
.lk__document__button_open::before, .lk__document__button_open::after {
  content: "";
  position: absolute;
  width: 1.9rem;
  height: 1.9rem;
  transition: all 0.2s linear;
  transform: translateY(-50%);
  top: 50%;
  left: 1.7rem;
}
.lk__document__button_open::before {
  background: url(../../images/svg/lk-appointment-icon-open.svg) no-repeat center/contain;
}
.lk__document__button_open::after {
  background: url(../../images/svg/lk-appointment-icon-open-active.svg) no-repeat center/contain;
  opacity: 0;
}
.lk__document__button_download::before, .lk__document__button_download::after {
  content: "";
  position: absolute;
  width: 1.9rem;
  height: 1.9rem;
  transition: all 0.2s linear;
  transform: translateY(-50%);
  top: 50%;
  left: 1.7rem;
}
.lk__document__button_download::before {
  background: url(../../images/svg/lk-document-download-icon.svg) no-repeat center/contain;
}
.lk__document__button_download::after {
  background: url(../../images/svg/lk-document-download-icon-active.svg) no-repeat center/contain;
  opacity: 0;
}
.lk__new-message {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  background: radial-gradient(circle, rgb(0, 243, 248) 0%, rgb(0, 166, 169) 75%);
  background-size: 150% 150%;
  background-position: 0% 98%;
  border-radius: 50%;
  pointer-events: none;
  top: 0;
  right: 0;
}
.lk__new-message span {
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
}
.lk-enter {
  margin-top: 6.4rem;
  padding-bottom: 3.2rem;
}
@media (max-width: 992px) {
  .lk-enter {
    margin-top: 0;
    padding-top: 4rem;
    overflow: hidden;
  }
}
.lk-enter__content {
  display: flex;
  gap: 2rem;
}
@media (max-width: 992px) {
  .lk-enter__content {
    flex-direction: column-reverse;
    gap: 2.4rem;
  }
}
.lk-enter__utp {
  margin-top: 5rem;
}
@media (max-width: 992px) {
  .lk-enter__utp {
    margin-top: 0;
  }
}
.lk-enter__utp h2 {
  font-weight: 500;
  font-size: 3rem;
  line-height: 3rem;
  color: #009FA2;
  padding-left: 3.2rem;
  margin-bottom: 1.4rem;
}
@media (max-width: 992px) {
  .lk-enter__utp h2 {
    font-size: 2rem;
    padding-left: 0;
  }
}
.lk-enter__utp__content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 768px) {
  .lk-enter__utp__content {
    gap: 1rem;
  }
}
.lk-enter__utp__item {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  width: calc(50% - 1rem);
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4px);
  box-sizing: border-box;
  box-shadow: 0 0.4rem 6rem 0 rgba(0, 170, 174, 0.1);
  padding: 4.8rem 3rem;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .lk-enter__utp__item {
    gap: 3rem;
    padding: 1.8rem;
  }
}
@media (max-width: 768px) {
  .lk-enter__utp__item {
    width: 100%;
  }
}
.lk-enter__utp__item img {
  width: 5.3rem;
  height: 5.3rem;
  object-fit: contain;
  object-position: center;
}
.lk-enter__utp__item p {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #394250;
}
.lk-enter__form {
  position: relative;
  flex-shrink: 0;
  max-width: 64.8rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(3px);
  box-sizing: border-box;
  box-shadow: 0 0.4rem 6rem 0 rgba(0, 170, 174, 0.1);
  padding: 5rem 4.8rem;
  border: 1px #fff solid;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .lk-enter__form {
    max-width: none;
    width: calc(100% + 1.4rem);
    padding: 2.4rem 2rem;
    margin-left: -0.7rem;
  }
}
.lk-enter__form__block {
  display: none;
}
@media (max-width: 992px) {
  .lk-enter__form__block:nth-of-type(2) > img {
    height: 24.8rem;
    right: -2rem;
  }
}
.lk-enter__form__block.active {
  display: block;
}
.lk-enter__form__block h2 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.5rem;
  color: #009FA2;
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .lk-enter__form__block h2 {
    font-size: 2rem;
    line-height: 2rem;
    max-width: 25.5rem;
    margin-bottom: 0.7rem;
  }
}
.lk-enter__form__block > img {
  position: absolute;
  width: auto;
  height: 38rem;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  z-index: -1;
  right: -2.4rem;
  bottom: 0;
}
@media (max-width: 992px) {
  .lk-enter__form__block > img {
    height: 25.4rem;
    top: -4rem;
    right: 0;
    bottom: auto;
  }
}
.lk-enter__form__description {
  font-size: 1.6rem;
  color: #394250;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .lk-enter__form__description {
    font-size: 1.4rem;
    max-width: 21.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 992px) {
  .lk-enter__form__description br {
    display: none;
  }
}
.lk-enter__form__inputs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.3rem;
  width: 32rem;
}
@media (max-width: 992px) {
  .lk-enter__form__inputs {
    gap: 1rem;
    width: 100%;
  }
}
.lk-enter__form__inputs button, .lk-enter__form__inputs a {
  width: 100%;
  height: 4.8rem;
}
.lk-enter__form__input {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .lk-enter__form__input {
    margin-bottom: 0;
  }
}
.lk-enter__form__input input {
  font-size: 1.6rem;
  color: #394250;
  width: 100%;
  height: 4.8rem;
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  border: 1px #009FA2 solid;
  border-radius: 1.5rem;
  outline: none;
  padding-left: 1.6rem;
}
.lk-enter__form__input input::placeholder {
  color: #394250;
}
.lk-enter__form__input button {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 100%;
  background-color: transparent;
  padding: 0;
  border: none;
  border-radius: 0 1.5rem 1.5rem 0;
  cursor: pointer;
  top: 0;
  right: 0;
}
.lk-enter__form__input button:hover svg {
  opacity: 1;
}
.lk-enter__form__input button.active {
  display: flex;
}
.lk-enter__form__input button svg {
  width: 1.8rem;
  height: 1.8rem;
  opacity: 0.5;
  transition: all 0.1s linear;
}
.lk-enter__form__notation {
  text-align: center;
  text-decoration: none;
}
.lk-enter__form__notation, .lk-enter__form__notation a {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #748CA4;
}
.lk-enter__form__notation > a {
  text-decoration: underline;
}
.lk-enter__form__code {
  width: 100%;
}
.lk-enter__form__code > .pincode-input-container,
.lk-enter__form__code .touchwrapper.touch4 > .touch-flex {
  display: flex;
  gap: 0.5rem;
}
.lk-enter__form__code .touchwrapper.touch4 {
  /*overflow: hidden;
  padding-bottom: 1px;*/
}
.lk-enter__form__code .touchwrapper.touch4 > .pincode-input-text {
  margin-left: 3.1rem !important;
  letter-spacing: 6.4rem !important;
  font-size: 3rem;
  line-height: 3rem;
  color: #394250;
  width: 100% !important;
  height: 4.5rem;
}
@media (max-width: 768px) {
  .lk-enter__form__code .touchwrapper.touch4 > .pincode-input-text {
    margin-left: 2.6rem !important;
    letter-spacing: 5.6rem !important;
    width: calc(100% - 2.6rem) !important;
  }
}
.lk-enter__form__code .touchwrapper.touch4 > .pincode-input-text::-webkit-inner-spin-button {
  display: none;
}
.lk-enter__form__code .pincode-input-container > input,
.lk-enter__form__code .touchwrapper.touch4 > .touch-flex > .touch-flex-cell {
  font-size: 3rem;
  line-height: 3rem;
  color: #394250;
  text-align: center;
  width: 100%;
  height: 4.8rem;
  background-color: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  box-shadow: 0 0.4rem 6rem 0 rgba(0, 159, 162, 0.15);
  border: 1px #fff solid !important;
  border-radius: 1.5rem !important;
  outline: none;
  transition: all 0.1s linear;
}
@media (max-width: 992px) {
  .lk-enter__form__code .pincode-input-container > input,
  .lk-enter__form__code .touchwrapper.touch4 > .touch-flex > .touch-flex-cell {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
  }
}
.lk-enter__form__code .pincode-input-container > input.active, .lk-enter__form__code .pincode-input-container > input:focus,
.lk-enter__form__code .touchwrapper.touch4 > .touch-flex > .touch-flex-cell.active,
.lk-enter__form__code .touchwrapper.touch4 > .touch-flex > .touch-flex-cell:focus {
  border-color: #009FA2 !important;
}
@media (max-width: 992px) {
  .lk-enter__form__code .pincode-input-container > input.active, .lk-enter__form__code .pincode-input-container > input:focus,
  .lk-enter__form__code .touchwrapper.touch4 > .touch-flex > .touch-flex-cell.active,
  .lk-enter__form__code .touchwrapper.touch4 > .touch-flex > .touch-flex-cell:focus {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.lk-enter__form__code .pincode-input-container > input::-webkit-inner-spin-button, .lk-enter__form__code .pincode-input-container > input::-webkit-outer-spin-button,
.lk-enter__form__code .touchwrapper.touch4 > .touch-flex > .touch-flex-cell::-webkit-inner-spin-button,
.lk-enter__form__code .touchwrapper.touch4 > .touch-flex > .touch-flex-cell::-webkit-outer-spin-button {
  display: none;
}
.lk-enter__form__code .touchwrapper.touch4 {
  z-index: 1;
}
.lk-enter__form__code .touchwrapper.touch4 > .touch-flex > .touch-flex-cell {
  border-color: #009FA2 !important;
}
.lk-enter__modal {
  position: relative;
  background: #CBD0D1;
  box-sizing: border-box;
  border-radius: 3.5rem;
  padding: 1rem;
}
.lk-enter__modal.fancybox__content > .f-button.is-close-btn {
  width: 2.2rem;
  height: 2.2rem;
  background: url(../../images/svg/sign-up-close.svg) no-repeat center/contain;
  top: 2.8rem;
  right: 2.8rem;
}
@media (max-width: 992px) {
  .lk-enter__modal.fancybox__content > .f-button.is-close-btn {
    top: 2.4rem;
    right: 2.4rem;
  }
}
.lk-enter__modal.fancybox__content > .f-button.is-close-btn svg {
  display: none;
}
.lk-enter__modal > img {
  position: absolute;
  width: 32rem;
  height: 32rem;
  object-fit: contain;
  object-position: center;
  z-index: -1;
  rotate: -28deg;
  left: -18rem;
  bottom: 3.7rem;
}
@media (max-width: 992px) {
  .lk-enter__modal > img {
    display: none;
  }
}
.lk-enter__modal-form {
  width: 51rem;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  box-sizing: border-box;
  box-shadow: 0 0.4rem 6rem 0 rgba(0, 170, 174, 0.1);
  padding: 2.8rem 3rem 2.4rem;
  border: 1px #fff solid;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .lk-enter__modal-form {
    width: 35.5rem;
    padding: 2rem 1rem 1.6rem;
  }
}
.lk-enter__modal-form h3 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.5rem;
  color: #009FA2;
  padding-left: 1.3rem;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .lk-enter__modal-form h3 {
    font-size: 2.5rem;
    line-height: 2rem;
    max-width: 25rem;
    margin-bottom: 1rem;
  }
}
.lk-enter__modal-form__description {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #6B7788;
  padding-left: 1.3rem;
}
.lk-enter__modal-form__description ul {
  padding: 1rem 0;
  margin: 0 0 0 1rem;
}
.lk-enter__modal-form__description ul li {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #6B7788;
  margin-bottom: 1rem;
}
.lk-enter__modal-form__description ul li:last-child {
  margin-bottom: 0;
}
.lk-enter__modal-form__buttons {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  width: 100%;
}
.lk-enter__modal-form__buttons > * {
  flex-grow: 1;
}
.lk-enter__modal-form__inputs {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 992px) {
  .lk-enter__modal-form__inputs {
    gap: 0;
  }
}
.lk-enter__modal-form__icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .lk-enter__modal-form__icon {
    gap: 1.2rem;
    margin-bottom: 1.5rem;
  }
}
.lk-enter__modal-form__icon > div {
  display: flex;
  gap: 1rem;
}
@media (max-width: 992px) {
  .lk-enter__modal-form__icon > div {
    gap: 0;
  }
}
.lk-enter__modal-form__icon > .btn {
  height: 4.8rem;
}
.lk-enter__modal-form__icon label {
  position: relative;
  display: flex;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
}
@media (max-width: 992px) {
  .lk-enter__modal-form__icon label {
    margin-right: -0.5rem;
  }
}
.lk-enter__modal-form__icon label:has(input:checked)::before {
  opacity: 1;
}
.lk-enter__modal-form__icon label::before {
  content: "";
  position: absolute;
  width: calc(100% + 0.8rem);
  height: calc(100% + 0.8rem);
  background: linear-gradient(33deg, #009FA2, #2CDFE3, #009FA2);
  box-shadow: 0 0.4rem 6rem 0 rgba(0, 65, 66, 0.15);
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transition: all 0.2s linear;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.lk-enter__modal-form__icon label input {
  display: none;
}
.lk-enter__modal-form__icon label img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 50%;
}
.lk-enter__modal-form__submit {
  width: 100%;
}
.lk-enter__icons__content {
  max-width: 51rem;
  width: 100%;
  box-sizing: border-box;
  padding: 1.7rem 3rem 0;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .lk-enter__icons__content {
    max-width: 35.5rem;
    padding: 2rem 0.5rem 0;
  }
}
.lk-enter__icons__content h3 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.5rem;
  color: #009FA2;
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .lk-enter__icons__content h3 {
    font-size: 2.5rem;
    line-height: 2rem;
  }
}
.lk-enter__icons__avatar {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 992px) {
  .lk-enter__icons__avatar {
    gap: 1.2rem;
  }
}
.lk-enter__icons__image {
  flex-shrink: 0;
  display: flex;
  width: 17.5rem;
  height: 17.5rem;
}
@media (max-width: 992px) {
  .lk-enter__icons__image {
    width: 14.4rem;
    height: 14.4rem;
  }
}
.lk-enter__icons__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 50%;
}
.lk-enter__icons__name {
  font-size: 3.2rem;
  line-height: 3rem;
  color: #394250;
}
@media (max-width: 992px) {
  .lk-enter__icons__name {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.lk-enter__icons-form {
  padding: 2.4rem 3rem;
}
@media (max-width: 992px) {
  .lk-enter__icons-form {
    padding: 1.4rem 0;
  }
}
.lk-enter__icons-form__content {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  width: calc(100% + 3.2rem);
  height: 54.5rem;
  padding: 0.4rem 2.8rem 0 0.4rem;
  margin-bottom: 3rem;
  /*overflow-y: scroll;*/
}
@media (max-width: 992px) {
  .lk-enter__icons-form__content {
    width: calc(100% + 0.2rem);
    padding: 0 0 0 1.3rem;
    height: auto;
  }
}
.lk-enter__icons-form__content::-webkit-scrollbar {
  width: 0.3rem;
}
.lk-enter__icons-form__content::-webkit-scrollbar-track {
  background-color: transparent;
}
.lk-enter__icons-form__content::-webkit-scrollbar-thumb {
  background-color: #0AC4C8;
  border-radius: 1rem;
}
.lk-enter__icons-form__content.all_avatars {
  overflow-y: scroll;
}
.lk-enter__icons-form__content.all_avatars .lk-enter__icons-form__show_all_btn {
  display: none;
}
.lk-enter__icons-form__content.all_avatars .lk-enter__icons-form__hide_all_btn {
  display: block;
}
.lk-enter__icons-form__content.all_avatars .lk-enter__icons__item--added {
  display: block;
}
.lk-enter__icons-form > button, .lk-enter__icons-form > a {
  width: 100%;
}
.lk-enter__icons-form__show_all_btn, .lk-enter__icons-form__hide_all_btn {
  width: 100%;
  background: none;
  border: none;
  text-align: center;
  cursor: pointer;
}
.lk-enter__icons-form__hide_all_btn {
  display: none;
}
.lk-enter__icons__section-title {
  display: flex;
  justify-content: center;
  width: calc(100% - 3rem);
  overflow: hidden;
  margin: 0 1.5rem;
}
.lk-enter__icons__section-title span {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #8A98AD;
}
.lk-enter__icons__section-title span::before, .lk-enter__icons__section-title span::after {
  content: "";
  position: absolute;
  width: 20rem;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%);
  top: 50%;
}
.lk-enter__icons__section-title span::before {
  transform: translateX(-100%);
  left: -0.4rem;
}
.lk-enter__icons__section-title span::after {
  transform: translateX(100%);
  right: -0.4rem;
}
.lk-enter__icons__item {
  margin-bottom: 2rem;
}
.lk-enter__icons__item--added {
  display: none;
}
.lk-enter__icons__item label {
  position: relative;
  display: flex;
  width: 9.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
}
@media (max-width: 992px) {
  .lk-enter__icons__item label {
    width: 6.5rem;
  }
}
.lk-enter__icons__item label:has(input:checked)::before {
  opacity: 1;
}
.lk-enter__icons__item label::before {
  content: "";
  position: absolute;
  width: calc(100% + 0.8rem);
  height: calc(100% + 0.8rem);
  background: linear-gradient(33deg, #009FA2, #2CDFE3, #009FA2);
  /*box-shadow: 0 0.4rem 6rem 0 rgba(#004142, 0.15);*/
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transition: all 0.2s linear;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.lk-enter__icons__item label input {
  display: none;
}
.lk-enter__icons__item label img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 50%;
}
.lk-enter__icons.lk-enter__icons--avatar2 .lk-enter__icons-form__content {
  height: auto;
}
.lk__family {
  min-height: 54.4rem;
  margin-bottom: 6rem;
}
.lk__family h2 {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .lk__family h2 {
    margin-bottom: 1.5rem;
  }
}
.lk__family__wrapper {
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .lk__family__wrapper {
    flex-direction: column;
    gap: 7rem;
  }
}
.lk__family__content {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}
@media (max-width: 992px) {
  .lk__family__content {
    gap: 1.4rem;
  }
}
.lk__family__profiles {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3.4rem;
}
@media (max-width: 992px) {
  .lk__family__profiles {
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 1.4rem;
  }
}
.lk__family__profile {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-width: 28.4rem;
  width: max-content;
  height: 6.5rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.8rem 0 0.8rem 0.8rem;
  border-radius: 5rem;
}
@media (max-width: 992px) {
  .lk__family__profile {
    width: 100%;
  }
}
.lk__family__profile:hover .lk__family__profile__name {
  color: #009FA2;
}
.lk__family__profile:first-of-type:not(.lk__family__profile_add) {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .lk__family__profile:first-of-type:not(.lk__family__profile_add) {
    margin-bottom: 0;
  }
}
.lk__family__profile img {
  width: 4.8rem;
  height: 4.8rem;
  object-fit: contain;
  object-position: center;
  border-radius: 50%;
}
.lk__family__profile__content {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.lk__family__profile__name {
  font-size: 1.6rem;
  line-height: 1.4rem;
  color: #394250;
  transition: all 0.2s linear;
}
.lk__family__profile__status {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.lk__family__profile__status.active p {
  color: #009FA2;
}
.lk__family__profile__status svg {
  width: 1.8rem;
  height: 1.8rem;
}
.lk__family__profile__status p {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #FF7878;
}
.lk__family__profile_add {
  gap: 2.8rem;
  min-width: 0;
  padding: 0 4rem 0 2.6rem;
  border-radius: 2rem;
}
.lk__family__profile_add:hover::before {
  bottom: 4.9rem;
}
@media (max-width: 992px) {
  .lk__family__profile_add:hover::before {
    bottom: 0;
  }
}
.lk__family__profile_add::before {
  content: "";
  position: absolute;
  width: 20.7rem;
  height: 14.4rem;
  background: url(../../images/lk-add-profile-img.png) no-repeat center/contain;
  pointer-events: none;
  rotate: 7deg;
  transition: all 0.2s linear;
  z-index: -1;
  right: -5rem;
  bottom: 1.3rem;
}
@media (max-width: 992px) {
  .lk__family__profile_add::before {
    width: 12.6rem;
    height: 8.8rem;
    rotate: 0deg;
    right: -1rem;
    bottom: 0;
    z-index: 0;
  }
}
.lk__family__profile_add > svg {
  width: 2.5rem;
  height: 2.6rem;
}
.lk__family__text {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #6B7788;
  padding-left: 2.5rem;
}
@media (max-width: 992px) {
  .lk__family__text {
    font-size: 1.4rem;
    line-height: 2rem;
    padding-left: 0;
  }
}
.lk__frame {
  backdrop-filter: blur(4px);
  box-sizing: border-box;
  box-shadow: 0 0.4rem 6rem 0 rgba(0, 170, 174, 0.1);
  padding: 3.8rem 2.3rem 5.5rem 3.5rem;
  border: 1px #fff solid;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .lk__frame {
    backdrop-filter: none;
    box-shadow: none;
    padding: 0;
    border: none;
    border-radius: 0;
  }
}
.lk__frame > h2 {
  font-weight: 400;
  font-size: 3rem;
  line-height: 3rem;
  color: #394250;
  padding-left: 1.2rem;
}
.lk__my-appointments {
  margin-bottom: 8rem;
}
.lk__my-appointments > h2 {
  margin-bottom: 4.5rem;
}
@media (max-width: 992px) {
  .lk__my-appointments > h2 {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 992px) {
  .lk__conclusion {
    position: relative;
  }
}
.lk__conclusion > h2 {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .lk__conclusion__content {
    padding: 1.5rem 2rem 3rem;
  }
}
.lk__conclusion__date {
  font-size: 2rem;
  color: #9DA9BC;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .lk__conclusion__date {
    font-size: 1.8rem;
    gap: 0.5rem;
  }
}
.lk__conclusion__date span {
  font-size: 3.5rem;
  color: #394250;
}
@media (max-width: 992px) {
  .lk__conclusion__date span {
    font-size: 2.5rem;
  }
}
.lk__conclusion__status {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #89A1AA;
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 2rem;
}
.lk__conclusion__status::before {
  content: "";
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  background-color: #BDD1D9;
  border-radius: 50%;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.lk__conclusion__name {
  color: #394250;
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .lk__conclusion__name {
    flex-direction: column;
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.lk__conclusion__name::before {
  content: none;
  position: absolute;
  width: calc(100% + 2.4rem);
  height: 1px;
  background-color: #fff;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}
@media (max-width: 992px) {
  .lk__conclusion__name::before {
    content: "";
    display: none;
  }
}
.lk__conclusion__name, .lk__conclusion__name span {
  font-size: 1.8rem;
  line-height: 2rem;
}
@media (max-width: 992px) {
  .lk__conclusion__name, .lk__conclusion__name span {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
.lk__conclusion__name span {
  color: #009FA2;
  text-wrap: nowrap;
}
.lk__conclusion__characters {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 992px) {
  .lk__conclusion__characters {
    flex-direction: column;
    align-items: start;
    gap: 0.7rem;
  }
}
.lk__conclusion__characters > .lk__user {
  gap: 0.8rem;
  width: 24rem;
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 992px) {
  .lk__conclusion__characters > .lk__user {
    gap: 2.4rem;
    width: max-content;
    height: 7rem;
    background-color: transparent;
  }
}
.lk__conclusion__characters > .lk__user > img {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .lk__conclusion__characters__arrow {
    padding-left: 2.5rem;
  }
}
.lk__conclusion__characters__arrow svg {
  width: 1.9rem;
  height: 0.8rem;
}
@media (max-width: 992px) {
  .lk__conclusion__characters__arrow svg {
    rotate: 90deg;
  }
}
@media (max-width: 992px) {
  .lk__conclusion__characters__arrow svg path {
    fill: #BDC7D1;
  }
}
.lk__conclusion__characters__doctor {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .lk__conclusion__characters__doctor {
    gap: 2.4rem;
  }
}
.lk__conclusion__characters__doctor > div {
  display: flex;
  width: 9.6rem;
  height: 9.6rem;
}
@media (max-width: 992px) {
  .lk__conclusion__characters__doctor > div {
    width: 7rem;
    height: 7rem;
  }
}
.lk__conclusion__characters__doctor > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 1rem;
}
.lk__conclusion__characters__doctor > p {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #394250;
}
@media (max-width: 992px) {
  .lk__conclusion__characters__doctor > p {
    max-width: 15rem;
  }
}
.lk__conclusion__document {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .lk__conclusion__document {
    gap: 2.4rem;
    margin-bottom: 4.5rem;
  }
}
.lk__conclusion__document > p {
  font-size: 2.5rem;
  line-height: 2rem;
  color: #394250;
}
@media (max-width: 992px) {
  .lk__conclusion__document > p {
    font-size: 2rem;
  }
}
@media (max-width: 992px) {
  .lk__conclusion__document .lk__document {
    align-items: start;
    gap: 2rem;
  }
}
@media (max-width: 992px) {
  .lk__conclusion__document .lk__document > img {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 992px) {
  .lk__conclusion__document .lk__document__buttons {
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media (max-width: 992px) {
  .lk__conclusion__document .lk__document__button {
    width: 13.7rem;
  }
}
.lk__conclusion__controls {
  display: flex;
  gap: 1.2rem;
}
@media (max-width: 992px) {
  .lk__conclusion__controls {
    gap: 0.7rem;
    width: calc(100% + 1.3rem);
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .lk__conclusion__controls > .lk__appointment__repeat {
    flex-shrink: 0;
  }
}
.lk__conclusion__back {
  font-size: 1.6rem;
  color: #9DA9BC;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.8rem;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0 4.4rem;
  border-radius: 1.5rem;
  transition: all 0.2s linear;
  /*@media (max-width: 992px) {
      width: 100%;
  }*/
}
.lk__conclusion__back:hover {
  color: #fff;
  background-color: #009FA2;
}
.lk__conclusion__back:hover::before {
  opacity: 0;
}
.lk__conclusion__back:hover::after {
  opacity: 1;
}
.lk__conclusion__back::before, .lk__conclusion__back::after {
  content: "";
  position: absolute;
  width: 1.1rem;
  height: 0.9rem;
  rotate: 180deg;
  transition: all 0.2s linear;
  transform: translateY(50%);
  top: 50%;
  left: 1.8rem;
}
.lk__conclusion__back::before {
  background: url(../../images/svg/btn-more-icon.svg) no-repeat center/contain;
}
.lk__conclusion__back::after {
  background: url(../../images/svg/btn-more-icon-white.svg) no-repeat center/contain;
  opacity: 0;
}
.lk__conclusion__decor {
  position: absolute;
  width: 32.5rem;
  height: 36.6rem;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  right: 1.8rem;
  bottom: 0;
}
@media (max-width: 992px) {
  .lk__conclusion__decor {
    width: 12rem;
    height: 19.3rem;
    right: -0.7rem;
    bottom: 5rem;
  }
}
.lk__diagnostics > h2 {
  margin-bottom: 3.5rem;
}
.lk__tests > h2 {
  margin-bottom: 6rem;
}
@media (max-width: 992px) {
  .lk__tests > h2 {
    margin-bottom: 2.5rem;
  }
}
.lk__tests__form {
  position: relative;
  margin-bottom: 3.8rem;
}
@media (max-width: 992px) {
  .lk__tests__form {
    padding: 0 0.7rem;
    margin-bottom: 1.8rem;
  }
}
.lk__tests__form:has(button[type=submit]:hover) > .lk__tests__form__decor {
  scale: 1.2;
  rotate: -3deg;
  bottom: -3rem;
}
@media (max-width: 992px) {
  .lk__tests__form:has(button[type=submit]:hover) > .lk__tests__form__decor {
    scale: 0;
    rotate: 0deg;
    bottom: 0;
  }
}
.lk__tests__form p {
  font-size: 2rem;
  line-height: 1.4rem;
  color: #394250;
  margin-bottom: 1.4rem;
}
.lk__tests__form__content {
  display: flex;
  gap: 0.8rem;
}
@media (max-width: 992px) {
  .lk__tests__form__content {
    flex-direction: column;
  }
}
.lk__tests__form__date {
  position: relative;
  width: 21.2rem;
  height: 5rem;
}
@media (max-width: 992px) {
  .lk__tests__form__date {
    width: 100%;
  }
}
.lk__tests__form__date::before {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../../images/svg/calendar.svg) no-repeat center/contain;
  pointer-events: none;
  transform: translateY(-50%);
  top: 50%;
  left: 1.2rem;
}
.lk__tests__form__date input[type=text] {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #000;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  padding: 0 0 0 4.7rem;
  border: 1px #D2DDEE solid;
  border-radius: 1.5rem;
  outline: none;
}
.lk__tests__form__date input[type=text]::placeholder {
  color: #748CA4;
}
.lk__tests__form__button {
  position: relative;
}
.lk__tests__form__button_clear::before {
  content: "";
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../../images/svg/lk-clear-btn-icon.svg) no-repeat center/contain;
  pointer-events: none;
  transform: translateY(-50%);
  z-index: 1;
  top: 50%;
  right: 1.4rem;
}
@media (max-width: 992px) {
  .lk__tests__form__button button[type=submit] {
    width: 100%;
    height: 4.8rem;
  }
}
.lk__tests__form__decor {
  position: absolute;
  width: 22.6rem;
  height: 22.7rem;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  right: 30rem;
  bottom: -4.8rem;
}
@media (max-width: 992px) {
  .lk__tests__form__decor {
    width: 13rem;
    height: 13rem;
    right: 0;
    bottom: 5.6rem;
  }
}
@media (max-width: 992px) {
  .lk__tests .lk__appointment__user .lk__appointment__date span {
    color: #394250;
  }
}
.lk__test {
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .lk__test {
    margin-bottom: 4rem;
  }
}
.lk__test__title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2rem;
  color: #009FA2;
  position: relative;
  display: flex;
  align-items: center;
  height: 4.8rem;
  padding-left: 6.2rem;
  margin: 0 0 1rem 1.5rem;
}
@media (max-width: 992px) {
  .lk__test__title {
    margin: 0 0 3rem 2rem;
  }
}
.lk__test__title::before {
  content: "";
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  background: url(../../images/svg/lk-document-icon.svg) no-repeat center/contain;
  top: 0;
  left: 0;
}
.lk__test__content {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
  box-sizing: border-box;
  box-shadow: 0 0.4rem 6rem 0 rgba(0, 170, 174, 0.1);
  border: 1px #fff solid;
  border-radius: 2rem;
  overflow: hidden;
}
.lk__test__table {
  position: relative;
  max-width: 118.4rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .lk__test__table.pined .lk__test__table__arrows {
    width: calc(100% - 15.2rem);
  }
}
@media (max-width: 992px) {
  .lk__test__table.pined .lk__test__table__prev {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    transform: none;
    background-color: #fff;
  }
}
@media (max-width: 992px) {
  .lk__test__table.pined .lk__test__table__scrollbar {
    width: calc(100% - 16.3rem);
  }
}
@media (max-width: 992px) {
  .lk__test__table.pined table thead th:first-of-type, .lk__test__table.pined table tbody td:first-of-type {
    position: sticky;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(100px);
  }
}
@media (max-width: 992px) {
  .lk__test__table.pined table thead th:first-of-type {
    background-color: #AEE2E5;
  }
}
.lk__test__table.pined table tbody tr:nth-of-type(odd) td:first-of-type {
  background-color: #fff;
}
.lk__test__table.pined table tbody tr:nth-of-type(even) td:first-of-type {
  background-color: #DBF1F7;
}
.lk__test__table__wrapper {
  overflow-x: auto;
}
.lk__test__table__wrapper::-webkit-scrollbar {
  display: none;
}
.lk__test__table__arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 22.2rem);
  z-index: 2;
  pointer-events: none;
  top: 2.2rem;
  right: 0.6rem;
}
@media (max-width: 992px) {
  .lk__test__table__arrows {
    width: 100%;
    right: 0;
  }
}
.lk__test__table__prev, .lk__test__table__next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  padding: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  outline: none;
}
.lk__test__table__prev.disabled, .lk__test__table__next.disabled {
  pointer-events: none;
}
.lk__test__table__prev.disabled svg path, .lk__test__table__next.disabled svg path {
  stroke: #9DA9BC;
}
.lk__test__table__prev svg, .lk__test__table__next svg {
  width: 1.1rem;
  height: 0.9rem;
}
.lk__test__table__prev svg path, .lk__test__table__next svg path {
  transition: all 0.2s linear;
}
@media (max-width: 992px) {
  .lk__test__table__prev {
    width: 2rem;
    height: 5.9rem;
    border-radius: 2rem 0 0 0;
    transform: translateY(-2.2rem);
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(100px);
  }
}
.lk__test__table__next {
  width: 2.5rem;
  height: 5.9rem;
  border-radius: 0 2rem 0 0;
  transform: translate(0.6rem, -2.2rem);
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(100px);
}
@media (max-width: 992px) {
  .lk__test__table__next {
    width: 2rem;
    transform: translate(0, -2.2rem);
  }
}
.lk__test__table__scrollbar {
  position: absolute;
  display: flex;
  width: calc(100% - 22.5rem);
  height: 0.2rem;
  background-color: #BEEDEE;
  top: 6rem;
  right: 0;
}
@media (max-width: 992px) {
  .lk__test__table__scrollbar {
    width: 100%;
  }
}
.lk__test__table__scrollbar span {
  flex-shrink: 0;
  display: flex;
  height: 100%;
  background-color: #009FA2;
  border-radius: 1rem;
}
.lk__test__table table {
  width: 100%;
  border-spacing: 0;
  border-radius: 2rem 2rem 0 0;
}
.lk__test__table table thead {
  background-color: rgba(255, 255, 255, 0.3);
  border-bottom: 1px #fff solid;
  backdrop-filter: blur(4px);
  border-radius: 2rem 2rem 0 0;
}
.lk__test__table table thead tr {
  height: 6rem;
}
.lk__test__table table thead th {
  padding: 0;
  border-right: 1px #fff solid;
}
.lk__test__table table thead th:first-of-type {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #AEE2E5;
  backdrop-filter: blur(100px);
}
@media (max-width: 992px) {
  .lk__test__table table thead th:first-of-type {
    position: static;
    left: auto;
    background: transparent;
    backdrop-filter: none;
  }
}
.lk__test__table table thead th:first-of-type div {
  padding: 0 4rem 0 5rem;
}
@media (max-width: 992px) {
  .lk__test__table table thead th:first-of-type div {
    padding: 0 2.5rem 0 2rem;
  }
}
.lk__test__table table thead th:last-of-type {
  border-right: none;
}
.lk__test__table table thead th div {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #394250;
  display: flex;
  width: max-content;
  height: 100%;
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .lk__test__table table thead th div {
    font-size: 1.4rem;
    padding: 0 1.5rem;
  }
}
.lk__test__table table tbody tr:nth-of-type(odd) {
  height: 6.5rem;
}
.lk__test__table table tbody tr:nth-of-type(odd) td:first-of-type {
  width: 22.5rem;
  background-color: #fff;
}
@media (max-width: 992px) {
  .lk__test__table table tbody tr:nth-of-type(odd) td:first-of-type {
    background-color: transparent;
  }
}
.lk__test__table table tbody tr:nth-of-type(even) {
  height: 4.5rem;
  background-color: rgba(206, 237, 245, 0.5);
}
.lk__test__table table tbody tr:nth-of-type(even) td:first-of-type {
  background-color: #DBF1F7;
}
@media (max-width: 992px) {
  .lk__test__table table tbody tr:nth-of-type(even) td:first-of-type {
    background-color: transparent;
  }
}
.lk__test__table table tbody tr:first-of-type {
  height: 7.7rem;
}
.lk__test__table table tbody tr td:first-of-type div {
  padding-left: 2.7rem;
  justify-self: flex-start;
}
@media (max-width: 992px) {
  .lk__test__table table tbody tr td:first-of-type div {
    padding-left: 2rem;
  }
}
.lk__test__table table tbody tr td:first-of-type div, .lk__test__table table tbody tr td:nth-last-of-type(2) div, .lk__test__table table tbody tr td:last-of-type div {
  color: #394250;
}
.lk__test__table table tbody td {
  border-right: 1px #fff solid;
}
.lk__test__table table tbody td:first-of-type {
  position: sticky;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(100px);
}
@media (max-width: 992px) {
  .lk__test__table table tbody td:first-of-type {
    position: static;
    left: auto;
    background: transparent;
    backdrop-filter: none;
  }
}
.lk__test__table table tbody td:last-of-type {
  border-right: none;
}
.lk__test__table table tbody td div {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #394250;
  text-wrap: balance;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.lk__test__buttons {
  display: flex;
  justify-content: end;
  gap: 1.4rem;
  padding: 0 1rem 1.5rem;
}
@media (max-width: 992px) {
  .lk__test__buttons {
    gap: 0.5rem;
    justify-content: start;
  }
}
.lk__test__button {
  font-size: 1.6rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.8rem;
  background-color: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  padding: 0 4rem;
  border: 1px #DDEBF8 solid;
  border-radius: 1.5rem;
  transition: all 0.2s linear;
}
.lk__test__button.active, .lk__test__button:hover {
  color: #fff;
  background-color: #009FA2;
  border-color: #009FA2;
}
.lk__test__button.active::before, .lk__test__button:hover::before {
  opacity: 0;
}
.lk__test__button.active::after, .lk__test__button:hover::after {
  opacity: 1;
}
.lk__test__button_pin {
  font-size: 1.4rem;
  display: none;
  justify-content: start;
  padding: 0 1rem 0 5rem;
}
@media (max-width: 992px) {
  .lk__test__button_pin {
    display: flex;
  }
}
.lk__test__button_pin::before, .lk__test__button_pin::after {
  content: "";
  position: absolute;
  width: 2.6rem;
  height: 2.6rem;
  transition: all 0.2s linear;
  transform: translateY(-50%);
  top: 50%;
  left: 1.2rem;
}
.lk__test__button_pin::before {
  background: url(../../images/svg/lk-pin-icon.svg) no-repeat center/contain;
}
.lk__test__button_pin::after {
  background: url(../../images/svg/lk-pin-icon-active.svg) no-repeat center/contain;
  opacity: 0;
}
.lk__test__button_download {
  padding: 0 4rem 0 5rem;
}
@media (max-width: 992px) {
  .lk__test__button_download {
    padding: 0 3rem 0 5rem;
  }
}
.lk__test__button_download::before, .lk__test__button_download::after {
  content: "";
  position: absolute;
  width: 1.9rem;
  height: 1.9rem;
  transition: all 0.2s linear;
  transform: translateY(-50%);
  top: 50%;
  left: 1.7rem;
}
.lk__test__button_download::before {
  background: url(../../images/svg/lk-document-download-icon.svg) no-repeat center/contain;
}
.lk__test__button_download::after {
  background: url(../../images/svg/lk-document-download-icon-active.svg) no-repeat center/contain;
  opacity: 0;
}
.lk__test__button_print {
  padding: 0 1.8rem 0 5.7rem;
}
@media (max-width: 992px) {
  .lk__test__button_print {
    display: none;
  }
}
.lk__test__button_print::before, .lk__test__button_print::after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.2rem;
  transition: all 0.2s linear;
  transform: translateY(-50%);
  top: 50%;
  left: 1.7rem;
}
.lk__test__button_print::before {
  background: url(../../images/svg/lk-print-icon.svg) no-repeat center/contain;
}
.lk__test__button_print::after {
  background: url(../../images/svg/lk-print-icon-active.svg) no-repeat center/contain;
  opacity: 0;
}

#orders-list {
  display: flex;
  flex-direction: column;
}

.header .lk__user {
  padding-right: 6.5rem;
}
@media (max-width: 992px) {
  .header .lk__user {
    position: absolute;
    height: 4rem;
    padding-right: 0;
    top: 0.7rem;
    right: 5.8rem;
  }
}
@media (max-width: 992px) {
  .header .lk__user-box {
    position: absolute;
    top: 0.7rem;
    right: 5.8rem;
  }
}
.header .lk__user-box > .lk__user {
  position: relative;
  top: 0;
  right: 0;
}
@media (max-width: 992px) {
  .header .lk__user > div {
    display: none;
  }
}

.lk-page .header .search {
  width: 73.4rem;
}
@media (max-width: 992px) {
  .lk-page .header .search {
    width: 100%;
  }
}

.new-year-theme .user_avatar {
  display: block;
  position: relative;
}
.new-year-theme .user_avatar:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.8rem;
  top: -1.2rem;
  background: url("../../images/new-year/kolpak.png") no-repeat center/contain;
  width: 6.7rem;
  aspect-ratio: 1/1;
  pointer-events: none;
}
.new-year-theme .user_avatar img {
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.new-year-theme .lk__info__avatar .user_avatar:after {
  width: 7.7rem;
  left: 1.8rem;
}
.new-year-theme .lk-enter__icons__image .user_avatar:after {
  width: 17.7rem;
  left: 6.6rem;
  top: -2.8rem;
}

.btn[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.btn-change {
  color: #394250;
  height: 4.8rem;
  background: #fff;
  padding: 0 2.3rem 0 5.5rem;
}
.btn-change::before {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../../images/svg/change-icon.svg) no-repeat center/contain;
  pointer-events: none;
  transform: translateY(-50%);
  top: 50%;
  left: 1.6rem;
}
.btn-logo {
  height: 4.8rem;
  padding: 0 6rem;
}
.btn-logo::before {
  content: "";
  position: absolute;
  width: 3.7rem;
  height: 3.7rem;
  background: url(../../images/svg/btn-logo-icon.svg) no-repeat center/contain;
  pointer-events: none;
  transform: translateY(-50%);
  top: 50%;
  left: 1rem;
}
.btn-calendar {
  height: 4.8rem;
  padding: 0 6rem 0 2.8rem;
}
.btn-calendar::before {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../../images/svg/calendar-2.svg) no-repeat center/contain;
  pointer-events: none;
  transform: translateY(-50%);
  top: 50%;
  right: 2.8rem;
}

@media (max-width: 992px) {
  .drop-list {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
    border: 1px #DBEEF5 solid;
    border-radius: 1.4rem;
    overflow: hidden;
  }
}
.drop-list_desktop {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  padding-left: 0;
  border: 1px #DBEEF5 solid;
  border-radius: 1.4rem;
  overflow: hidden;
}
.drop-list_desktop .drop-list__button {
  position: absolute;
  display: flex;
  width: 100%;
  height: 4.2rem;
  background: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
  z-index: 1;
  top: 0;
  right: 0;
}
.drop-list_desktop .drop-list__button.active {
  width: 5.6rem;
}
.drop-list_desktop > div, .drop-list_desktop > li {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #394250;
  min-height: 4.2rem;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  order: 2;
}
.drop-list_desktop > div a.default, .drop-list_desktop > li a.default {
  color: #748CA4;
}
.drop-list_desktop > div.active, .drop-list_desktop > li.active {
  color: #009FA2;
  padding: 0 2rem;
  order: 1;
}
.drop-list__button {
  display: none;
}
@media (max-width: 992px) {
  .drop-list__button {
    position: absolute;
    display: flex;
    width: 100%;
    height: 4.2rem;
    background: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    z-index: 1;
    top: 0;
    right: 0;
  }
}
@media (max-width: 992px) {
  .drop-list__button.active {
    width: 5.6rem;
  }
}
.drop-list__button.active::before {
  rotate: 180deg;
  transform: translateY(50%);
}
.drop-list__button::before {
  content: "";
  position: absolute;
  width: 3.6rem;
  height: 3.6rem;
  background: url(../../images/svg/drop-list-icon.svg) no-repeat center/contain;
  transform: translateY(-50%);
  top: 50%;
  right: 1rem;
}
@media (max-width: 992px) {
  .drop-list > div, .drop-list > li {
    font-size: 1.6rem;
    line-height: 2rem;
    color: #394250;
    min-height: 4.2rem;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    order: 2;
  }
}
@media (max-width: 992px) {
  .drop-list > div.active, .drop-list > li.active {
    color: #009FA2;
    padding: 0 2rem;
    order: 1;
  }
}

.blog-list {
  margin-bottom: 4.8rem;
}
.blog-list__content {
  position: relative;
  display: flex;
}
@media (max-width: 992px) {
  .blog-list__content {
    width: calc(100% - 1.4rem);
    margin: 0 0 0 1.4rem;
  }
}
.blog-list__arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: calc(100% + 10rem);
  pointer-events: none;
  z-index: 2;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media (max-width: 992px) {
  .blog-list__arrows {
    display: none;
  }
}
.blog-list__arrows .slider-arrow {
  pointer-events: all;
  border-radius: 50%;
}
.blog-list__arrows .slider-arrow::before, .blog-list__arrows .slider-arrow::after {
  border-radius: 50%;
}
.blog-list__item {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  border: 1px #fff solid;
  border-radius: 1.5rem;
}
@media (max-width: 576px) {
  .blog-list__item {
    width: 100%;
  }
}
.blog-list__item__header {
  position: relative;
  display: flex;
  align-items: end;
  width: calc(100% + 2px);
  height: 19.6rem;
  box-sizing: border-box;
  padding: 1rem 1.2rem;
  transform: translate(-1px, -1px);
}
.blog-list__item__header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #043131, transparent);
  pointer-events: none;
  border-radius: 1.5rem;
  z-index: 1;
  top: 0;
  left: 0;
}
.blog-list__item__header > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 1.5rem;
  top: 0;
  left: 0;
}
.blog-list__item__name {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 2;
}
.blog-list__item__name img {
  width: 5.1rem;
  height: 5.1rem;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.blog-list__item__name h3 {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #fff;
}
.blog-list__item__content {
  padding: 1rem 1.2rem 1.7rem;
}
.blog-list__item__info {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  justify-content: space-between;
}
.blog-list__item__date {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #748CA4;
  margin-right: 3rem;
  transform: translateY(0.3rem);
}
@media (max-width: 992px) {
  .blog-list__item__date {
    margin-right: 1rem;
  }
}
.blog-list__item__stars {
  flex-shrink: 0;
  width: 11.4rem;
  height: 1.9rem;
  background-image: url(../../images/svg/stars-2.svg);
  background-size: 2.3rem 1.9rem;
  margin-right: 1.8rem;
}
.blog-list__item__stars__current {
  height: 1.9rem;
  background-image: url(../../images/svg/stars-2-active.svg);
  background-size: 2.3rem 1.9rem;
}
.blog-list__item__views {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #009FA2;
  position: relative;
  padding-left: 3rem;
}
.blog-list__item__views::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 1.4rem;
  background: url(../../images/svg/eye.svg) no-repeat center/contain;
  top: 0;
  left: 0;
}
.blog-list__item__title {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
  display: flex;
  margin-bottom: 1.3rem;
}
.blog-list__item__text {
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #59728C;
}

.banner {
  margin-bottom: 8rem;
}
@media (max-width: 992px) {
  .banner {
    margin-bottom: 5rem;
  }
}
.banner__wrapper {
  position: relative;
  display: flex;
  background-color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  backdrop-filter: blur(4px);
  padding: 1rem 0 1rem 1rem;
  border: 1px #fff solid;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .banner__wrapper {
    flex-direction: column;
    gap: 1.6rem;
    padding: 1.6rem 1.2rem 0;
  }
}
.banner__wrapper::before {
  content: "";
  position: absolute;
  width: calc(100% - 30.5rem);
  height: calc(100% - 2rem);
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.6) 63%, transparent 100%);
  z-index: 1;
  pointer-events: none;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
@media (max-width: 992px) {
  .banner__wrapper::before {
    content: none;
  }
}
.banner__wrapper > img {
  position: absolute;
  width: 50rem;
  height: 21rem;
  object-fit: cover;
  object-position: center;
  border-radius: 1.5rem;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
@media (max-width: 992px) {
  .banner__wrapper > img {
    position: relative;
    width: calc(100% + 2.4rem);
    height: auto;
    aspect-ratio: 347/144;
    border-radius: 2rem;
    transform: translateX(-1.2rem);
    top: auto;
    right: auto;
  }
}
.banner__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 50rem);
  min-height: 16.2rem;
  background: url(../../images/banner-record-bg.jpg) no-repeat center/cover;
  box-sizing: border-box;
  padding: 2rem 2rem 3.7rem 1.8rem;
  border-radius: 2rem 0 0 2rem;
}
@media (max-width: 992px) {
  .banner__content {
    justify-content: start;
    gap: 1.3rem;
    width: 100%;
    min-height: 0;
    background: transparent;
    padding: 0;
    border-radius: 0;
  }
}
.banner__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.2rem;
  z-index: 1;
}
@media (max-width: 992px) {
  .banner__block {
    display: block;
    gap: 0;
  }
}
.banner__block h2 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 3rem;
  color: #009FA2;
}
@media (max-width: 992px) {
  .banner__block h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.banner__block p {
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: end;
  color: #394250;
}
@media (max-width: 992px) {
  .banner__block p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: start;
  }
}
@media (max-width: 992px) {
  .banner__block .btn {
    width: 100%;
    height: 4.2rem;
  }
}
.banner__phone {
  font-size: 2rem;
  line-height: 3rem;
  color: #394250;
}
@media (max-width: 992px) {
  .banner__phone {
    display: none;
  }
}
.banner__phone_mob {
  display: none;
}
@media (max-width: 992px) {
  .banner__phone_mob {
    font-size: 1.4rem;
    line-height: 1.8rem;
    display: block;
    margin-bottom: 2rem;
  }
}

.control {
  margin-bottom: 8rem;
}
@media (max-width: 992px) {
  .control {
    margin-bottom: 4.2rem;
  }
}
.control__slider {
  width: 100%;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .control__slider {
    width: calc(100% + 1.4rem);
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .control__slider {
    width: 100%;
  }
}
.control__slider__controls {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .control__slider__controls {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.control__slider__controls .slider-progressbar {
  position: relative;
  margin-right: 1.3rem;
}
@media (max-width: 992px) {
  .control__slider__controls .slider-progressbar {
    width: calc(100% - 2.4rem);
    margin: 0 auto;
  }
}
.control__slider__controls .slider-arrow {
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .control__slider__controls .slider-arrow {
    display: none;
  }
}
.control__slider__controls .slider-arrow-prev {
  margin-right: 2.3rem;
}
.control__slider__controls .slider-arrow-next {
  margin-right: 0.8rem;
}
.control__slider__controls .btn-more {
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 0 4.6rem 0 2rem;
}
@media (max-width: 992px) {
  .control__slider__controls .btn-more {
    height: 5.6rem;
  }
}
.control__slider__controls .btn-more::before {
  right: 2.4rem;
}
@media (max-width: 992px) {
  .control__slider__controls .btn-more::before {
    right: 5.5rem;
  }
}
.control__card {
  position: relative;
  box-sizing: border-box;
  min-height: 45rem;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.8rem;
  border-radius: 2rem;
  transition: all 0.2s linear;
}
@media (max-width: 992px) {
  .control__card {
    min-height: 47.5rem;
  }
}
.control__card:hover {
  box-shadow: 0 0.4rem 3rem 0 rgba(0, 159, 162, 0.15);
}
.control__card:hover h3 {
  color: #009FA2;
}
.control__card > a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
.control__card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  border-radius: 1.5rem;
  margin-bottom: 1.6rem;
}
.control__card h3 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2rem;
  color: #394250;
  padding: 0 0.8rem;
  margin-bottom: 1rem;
  transition: all 0.2s linear;
}
.control__card p {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #748CA4;
  padding: 0 0.8rem;
}

.specialists {
  margin-bottom: 10rem;
}
@media (max-width: 992px) {
  .specialists {
    margin-bottom: 4.5rem;
  }
}
.specialists__filter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.2rem;
  gap: 2.2rem;
}
@media (max-width: 992px) {
  .specialists__filter {
    flex-direction: column;
    gap: 0.8rem;
    background-color: rgba(255, 255, 255, 0.05);
    box-sizing: border-box;
    box-shadow: 0 0.4rem 7rem 0 rgba(0, 159, 162, 0.15);
    padding: 0.8rem;
    border-radius: 2rem;
    margin-bottom: 1rem;
  }
}
.specialists__filter__item {
  display: flex;
  gap: 0.8rem;
  height: 7rem;
  background-color: rgba(255, 255, 255, 0.05);
  box-sizing: border-box;
  box-shadow: 0 0.4rem 7rem 0 rgba(0, 159, 162, 0.15);
  padding: 0.8rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .specialists__filter__item {
    flex-direction: column;
    height: auto;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
  }
}
.specialists__filter__item .b-search {
  height: 100%;
  padding: 0;
}
@media (max-width: 992px) {
  .specialists__filter__item .b-search {
    height: 4.2rem;
  }
}
.specialists__filter__item .b-search::before {
  right: 0.9rem;
}
@media (max-width: 992px) {
  .specialists__filter__item .b-search::before {
    right: 0.3rem;
  }
}
.specialists__filter__item .b-search input.btn-search {
  width: 4.2rem;
  height: 4.2rem;
  padding: 0;
  right: 0.6rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
@media (max-width: 992px) {
  .specialists__filter__item .b-search input.btn-search {
    right: 0;
  }
}
.specialists__filter__item .b-search input[type=text] {
  padding: 0 15.9rem 0 2rem;
}
.specialists__filter__item .b-search .search-buttons {
  right: 5.2rem;
}
.specialists__filter__category {
  display: flex;
  background-color: #fff;
  height: 100%;
  border-radius: 1.5rem;
}
@media (max-width: 992px) {
  .specialists__filter__category {
    height: 4.5rem;
  }
}
@media (max-width: 992px) {
  .specialists__filter__category__item {
    width: 50%;
  }
}
.specialists__filter__category input[type=radio] {
  display: none;
}
.specialists__filter__category input[type=radio] + label {
  color: #748CA4;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20.7rem;
  height: 100%;
  border-radius: 1.5rem;
}
@media (max-width: 992px) {
  .specialists__filter__category input[type=radio] + label {
    width: 100%;
  }
}
.specialists__filter__category input[type=radio] + label:hover {
  color: #009FA2;
}
.specialists__filter__category input[type=radio]:checked + label {
  color: #fff;
  background: linear-gradient(90deg, #009FA2, #00CBCF);
  pointer-events: none;
}
.specialists__filter__category a {
  color: #748CA4;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20.7rem;
  height: 100%;
  border-radius: 1.5rem;
}
@media (max-width: 992px) {
  .specialists__filter__category a {
    width: 50%;
  }
}
.specialists__filter__category a:hover {
  color: #009FA2;
}
.specialists__filter__category a.active {
  color: #fff;
  background: linear-gradient(90deg, #009FA2, #00CBCF);
  pointer-events: none;
}
.specialists__filter__profile {
  width: 33.5rem !important;
  height: 100%;
}
@media (max-width: 992px) {
  .specialists__filter__profile {
    width: 100% !important;
    height: 4.2rem;
  }
}
.specialists__filter__profile .select2::before {
  width: 1rem;
  height: 0.6rem;
  background: url(../../images/svg/select-arrow-single.svg) no-repeat center/contain;
  right: 2.5rem;
}
.specialists__filter__profile .select2-selection {
  height: 5.4rem !important;
  border: none !important;
}
@media (max-width: 992px) {
  .specialists__filter__profile .select2-selection {
    height: 4.2rem !important;
  }
}
.specialists__filter__profile .select2-selection__rendered {
  color: #748CA4 !important;
  padding: 0 0 0 1.2rem !important;
}
.specialists__filter__profile .select2-selection__placeholder {
  color: #748CA4 !important;
}
.specialists__filter__profile select {
  color: #748CA4;
  padding: 0 0 0 1.2rem;
  border: none;
  background: #fff;
  height: 5.4rem;
  line-height: 5.4rem;
  width: 100%;
  border-radius: 1.5rem;
  box-shadow: 0 0 3rem 0 rgba(176, 209, 210, 0.3);
}
.specialists__filter__current_values {
  margin-bottom: 1.8rem;
  display: flex;
  justify-content: space-between;
  gap: 2.2rem;
}
@media (max-width: 992px) {
  .specialists__filter__current_values {
    flex-direction: column;
    width: 100%;
  }
}
.specialists__filter__current_values__buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .specialists__filter__current_values__buttons {
    display: none;
  }
}
.specialists__filter__current_values__item {
  background: none;
  border: 1px solid #fff;
  height: 4.8rem;
  line-height: 4.8rem;
  border-radius: 2.4rem;
  padding: 0 0 0 2rem;
  display: flex;
}
.specialists__filter__current_values__item span {
  display: block;
  max-width: 20rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #748CA4;
  font-size: 1.4rem;
}
.specialists__filter__current_values__item button {
  background: none;
  border: none;
  width: 4.8rem;
  color: #748CA4;
  font-size: 2.4rem;
  cursor: pointer;
}
.specialists__filter__current_values__item button:hover {
  color: #009FA2;
}
.specialists__filter__current_values__clear button {
  background: none;
  border: 1px solid #fff;
  height: 4.8rem;
  line-height: 4.8rem;
  display: flex;
  cursor: pointer;
  color: #009FA2;
  padding: 0 2rem;
  border-radius: 2.4rem;
  white-space: nowrap;
  gap: 1rem;
}
.specialists__filter__current_values__clear button span {
  font-size: 2.4rem;
}
.specialists__filter__current_values__clear button:hover {
  color: #fff;
  background: linear-gradient(90deg, #009FA2, #00CBCF, #009FA2);
  transition: all 0.3s ease-in-out;
  background-position: right;
}
@media (max-width: 992px) {
  .specialists__filter__current_values__clear button {
    width: 100%;
    justify-content: center;
  }
}
.specialists__address {
  position: relative;
}
.specialists__address.active .specialists__address__content {
  pointer-events: all;
  opacity: 1;
}
.specialists__address.active > button {
  color: #fff;
  background-color: #009FA2;
}
.specialists__address.active > button svg path {
  fill: #fff;
}
.specialists__address > button {
  font-size: 1.4rem;
  color: #394250;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  height: 100%;
  background-color: #DBE7F3;
  box-sizing: border-box;
  padding: 0 1.1rem 0 2.3rem;
  border: none;
  border-radius: 1.5rem;
  cursor: pointer;
  transition: all 0.2s linear;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .specialists__address > button {
    justify-content: center;
    width: 100%;
    height: 4.2rem;
  }
}
.specialists__address > button:hover {
  color: #fff;
  background-color: #009FA2;
}
.specialists__address > button:hover svg path {
  fill: #fff;
}
.specialists__address > button svg {
  width: 2.8rem;
  height: 2.8rem;
}
.specialists__address > button svg path {
  transition: all 0.2s linear;
}
.specialists__address__icon {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
}
.specialists__address__content {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  box-sizing: border-box;
  box-shadow: 0 0.4rem 6rem 0 rgba(0, 61, 63, 0.2);
  padding: 2rem 2rem 3.8rem;
  border: 1px #fff solid;
  border-radius: 2rem;
  z-index: 99;
  transition: all 0.2s linear;
  transform: translateY(100%);
  right: 0;
  bottom: -2rem;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 992px) {
  .specialists__address__content {
    position: fixed;
    width: calc(100% - 1.2rem);
    height: calc(100dvh - 1.2rem);
    padding: 1.5rem 1.5rem 3rem;
    z-index: 101;
    transform: none;
    top: 0.6rem;
    left: 0.6rem;
    right: auto;
    bottom: auto;
  }
}
.specialists__address__content h3 {
  font-weight: 700;
  font-size: 2rem;
  color: #009FA2;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .specialists__address__content h3 {
    font-size: 1.6rem;
    gap: 0.7rem;
  }
}
.specialists__address__close {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  background-color: transparent;
  cursor: pointer;
  top: 2rem;
  right: 2rem;
  padding: 0;
  border: none;
}
@media (max-width: 992px) {
  .specialists__address__close {
    width: 1.4rem;
    height: 1.4rem;
    background: url(../../images/svg/online-rec-close.svg) no-repeat center/contain;
  }
}
.specialists__address__close svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .specialists__address__close svg {
    display: none;
  }
}
.specialists__address__filter {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  height: 5.4rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .specialists__address__filter {
    flex-direction: column;
    gap: 1rem;
    height: auto;
  }
}
@media (max-width: 992px) {
  .specialists__address__filter .b-search {
    height: 5.4rem;
  }
}
@media (max-width: 992px) {
  .specialists__address__filter .b-search::before {
    right: 0.9rem;
  }
}
.specialists__address__filter .b-search input[type=text] {
  width: 29.8rem;
  padding: 0 0 0 2rem;
}
@media (max-width: 992px) {
  .specialists__address__filter .b-search input[type=text] {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .specialists__address__filter .b-search input[type=submit] {
    right: 0.6rem;
  }
}
.specialists__address__filter .specialists__filter__category {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.6rem 0.8rem;
  box-sizing: border-box;
  box-shadow: 0 0 3rem 0 rgba(176, 209, 210, 0.3);
}
@media (max-width: 992px) {
  .specialists__address__filter .specialists__filter__category {
    height: 5.4rem;
    padding: 0.6rem;
  }
}
.specialists__address__filter .specialists__filter__category a {
  width: 14rem;
}
@media (max-width: 992px) {
  .specialists__address__filter .specialists__filter__category a {
    width: 50%;
  }
}
.specialists__address__items {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 992px) {
  .specialists__address__items {
    overflow-y: scroll;
    height: 100%;
  }
}
@media (max-width: 992px) {
  .specialists__address__items::-webkit-scrollbar {
    width: 2px;
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .specialists__address__items::-webkit-scrollbar-thumb {
    width: 2px;
    background-color: #009FA2;
    border-radius: 1rem;
  }
}
.specialists__address__items input[type=checkbox] {
  display: none;
}
.specialists__address__items input[type=checkbox]:checked + label .specialists__address__item__select {
  color: #fff;
  background: linear-gradient(90deg, #009FA2, #00CBCF);
}
.specialists__address__items input[type=checkbox]:checked + label .specialists__address__item__select:after {
  content: "Выбрано";
}
.specialists__address__items--map {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .specialists__address__items--map {
    overflow: hidden;
  }
}
.specialists__address__items--map > div {
  position: relative;
  width: 100%;
  height: calc(100% - 1px);
}
.specialists__address__items--container {
  height: 50dvh;
  overflow: auto;
  display: none;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-right: -2rem;
  margin-left: -2rem;
}
@media (max-width: 992px) {
  .specialists__address__items--container {
    height: calc(100% - 16rem);
  }
}
.specialists__address__items--container.active {
  display: block;
}
.specialists__address__item {
  position: relative;
  width: calc(50% - 0.5rem);
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 0.4rem 3rem 0 rgba(0, 159, 162, 0.15);
  padding: 0.8rem 0.8rem 1rem 1.6rem;
  border-radius: 2rem;
  cursor: pointer;
}
@media (max-width: 992px) {
  .specialists__address__item {
    width: 100%;
    box-shadow: none;
  }
}
.specialists__address__item:hover .specialists__address__item__select {
  color: #fff;
  background: linear-gradient(90deg, #009FA2, #00CBCF);
}
.specialists__address__item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
.specialists__address__item__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 0.5rem;
  margin-bottom: 0.8rem;
}
.specialists__address__item__title p {
  font-weight: 600;
  font-size: 1.4rem;
  color: #394250;
}
.specialists__address__item__image {
  display: flex;
  width: 100%;
  height: 9rem;
  margin-bottom: 0.8rem;
}
.specialists__address__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 2rem;
}
.specialists__address__item__time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.specialists__address__item__time p {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.specialists__address__item__time p svg {
  width: 1.5rem;
  height: 1.5rem;
}
.specialists__address__item__time p span {
  font-weight: 500;
  font-size: 1.6rem;
  color: #009FA2;
}
.specialists__address__item__select {
  font-size: 1.6rem;
  color: #394250;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.7rem;
  height: 4.8rem;
  background-color: #DBE7F3;
  border-radius: 1.5rem;
  transition: all 0.2s linear;
}
.specialists__address__item__select:after {
  content: "Выбрать";
}
.specialists__sort {
  position: relative;
  width: 37rem;
  height: 4.1rem;
  box-sizing: border-box;
  padding: 1.3rem 0 0 2.2rem;
  margin-bottom: 1.2rem;
  transition: all 0.2s linear;
}
@media (max-width: 992px) {
  .specialists__sort {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0;
  }
}
.specialists__sort.active .specialists__sort__button {
  position: absolute;
  padding-left: 2.2rem;
}
.specialists__sort.active .specialists__sort__button svg {
  rotate: 180deg;
}
.specialists__sort.active .specialists__sort__content {
  opacity: 1;
  pointer-events: all;
}
.specialists__sort__button {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  background-color: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
  z-index: 99;
  transition: color 0.2s linear;
  outline: none;
  top: 1.3rem;
  left: 0;
}
.specialists__sort__button:hover span {
  color: #009FA2;
}
.specialists__sort__button:hover svg path:first-of-type {
  fill: #009FA2;
}
.specialists__sort__button:hover svg path:last-of-type {
  stroke: #009FA2;
}
.specialists__sort__button span {
  font-size: 1.6rem;
  color: #748CA4;
}
@media (max-width: 992px) {
  .specialists__sort__button span {
    text-align: left;
  }
}
.specialists__sort__button svg {
  width: 2.8rem;
  height: 2.8rem;
}
.specialists__sort__button svg path {
  transition: all 0.2s linear;
}
.specialists__sort__content {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0.4rem 6rem 0 rgba(0, 61, 63, 0.2);
  padding: 4.6rem 0 1rem 3rem;
  border: 1px #fff solid;
  border-radius: 2rem;
  box-sizing: border-box;
  z-index: 98;
  transition: all 0.2s linear;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.specialists__sort__content span {
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 3.7rem;
  color: #394250;
}
.specialists__sort__content span.active, .specialists__sort__content span:hover {
  color: #009FA2;
}
.specialists__content {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem;
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .specialists__content {
    gap: 1rem;
    margin-bottom: 2.5rem;
  }
}
.specialists__item {
  position: relative;
  width: calc(33.33% - 1.466rem);
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  box-sizing: border-box;
  box-shadow: 0 0.4rem 3rem 0 rgba(0, 159, 162, 0.15);
  padding: 2rem 0.8rem 0.8rem;
  border: 1px #fff solid;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .specialists__item {
    width: 100%;
  }
}
.specialists__item:hover .btn {
  color: #fff;
  background: linear-gradient(90deg, #009FA2, #00CBCF);
}
.specialists__item:hover .btn svg path {
  stroke: #fff;
}
.specialists__item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
.specialists__item__header {
  display: flex;
  align-items: center;
  gap: 6rem;
  height: 3.5rem;
  box-sizing: border-box;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .specialists__item__header {
    gap: 2.5rem;
  }
}
.specialists__item__header h3 {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4rem;
  color: #394250;
}
.specialists__item__mark {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: 12.3rem;
  height: 3.5rem;
  box-sizing: border-box;
  padding-left: 1rem;
  border-radius: 0 10rem 10rem 0;
  margin-left: -1.8rem;
}
.specialists__item__mark span {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  color: #394250;
}
.specialists__item__mark_best {
  background: linear-gradient(90deg, #F9C271, #F9E49E);
}
.specialists__item__mark_best svg {
  width: 1.3rem;
  height: 1.1rem;
}
.specialists__item__mark_expert {
  background: linear-gradient(90deg, #C1C5FD, #B5ECE9);
}
.specialists__item__mark_expert svg {
  width: 1.4rem;
  height: 1.4rem;
}
.specialists__item__wrapper {
  display: flex;
  gap: 1.4rem;
}
.specialists__item__image {
  flex-shrink: 0;
  position: relative;
  display: flex;
  width: 16.3rem;
  height: 16.3rem;
}
@media (max-width: 992px) {
  .specialists__item__image {
    align-self: end;
    width: 12.6rem;
    height: 12.6rem;
  }
}
.specialists__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 2rem;
}
.specialists__item__image a {
  position: absolute;
  width: 3.4rem;
  height: 3.4rem;
  right: -0.1rem;
  bottom: -0.1rem;
}
@media (max-width: 992px) {
  .specialists__item__image a {
    width: 2.9rem;
    height: 2.9rem;
    right: -0.2rem;
    bottom: -0.2rem;
  }
}
.specialists__item__image a svg {
  width: 100%;
  height: 100%;
}
.specialists__item__content {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
@media (max-width: 992px) {
  .specialists__item__content {
    width: 100%;
  }
}
.specialists__item__info {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.specialists__item__exp {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #009FA2;
}
.specialists__item__comments {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.specialists__item__comments img {
  width: 2.2rem;
  height: 2.2rem;
}
.specialists__item__comments span {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #394250;
}
.specialists__item__description {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #748CA4;
  min-height: 5rem;
}
@media (max-width: 992px) {
  .specialists__item__description {
    min-height: 4.2rem;
  }
}
.specialists__item__address {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #394250;
}
.specialists__item .btn {
  color: #677F97;
  width: 100%;
  height: 4.2rem;
  background: #DBE7F3;
  margin-top: auto;
  transition: all 0.2s linear;
  z-index: 3;
}
.specialists__item .btn svg {
  width: 2.4rem;
  height: 2.4rem;
}
.specialists__item .btn svg path {
  transition: all 0.2s linear;
}

body:has(#specialists-profile) .select2-dropdown {
  border: none !important;
}

.text p, .text li, .text span {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #394250;
}
@media (max-width: 992px) {
  .text p, .text li, .text span {
    line-height: 1.8rem;
  }
}
.text p, .text ul, .text ol {
  margin-bottom: 1.5rem;
}
.text ul, .text ol {
  padding-left: 3rem;
}
.text h2, .text h3 {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #394250;
  margin-bottom: 2rem;
  padding-top: 1rem;
}
@media (max-width: 992px) {
  .text h2, .text h3 {
    line-height: 1.8rem;
  }
}

* {
  outline: none;
}

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

.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}

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