@import url(https://fonts.googleapis.com/css?family=Inter:regular,500,600&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+Display:regular,600&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:regular,500&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:regular,600,700&display=swap);
@font-face {
  font-family: "Futura PT";
  font-display: swap;
  src: url(../fonts/FuturaCyrillicMedium.woff2) format("woff2"),
    url(../fonts/FuturaCyrillicMedium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Futura PT";
  font-display: swap;
  src: url(../fonts/FuturaCyrillicBook.woff2) format("woff2"),
    url(../fonts/FuturaCyrillicBook.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Futura PT";
  font-display: swap;
  src: url(../fonts/FuturaCyrillicBold.woff2) format("woff2"),
    url(../fonts/FuturaCyrillicBold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: icons;
  font-display: swap;
  src: url(../fonts/icons.woff2) format("woff2"),
    url(../fonts/icons.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
.page {
  font-family: "Futura PT";
  font-size: 18px;
  color: #666;
}
.page .checkbox__item::before,
.page .radio::before,
.page .select__value:after,
[class*="_icon-"]:before {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*="_icon-"]:before {
  display: block;
}
._icon-download:before {
  content: "\e900";
}
._icon-check:before {
  content: "\e901";
}
._icon-cross:before {
  content: "\e902";
}
._icon-user-add:before {
  content: "\e903";
}
._icon-file-add:before {
  content: "\e904";
}
._icon-edit:before {
  content: "\e905";
}
._icon-eye:before {
  content: "\e906";
}
._icon-arrow-right:before {
  content: "\e907";
}
._icon-ch-down:before {
  content: "\e908";
}
._icon-ch-double-right:before {
  content: "\e909";
}
._icon-ch-right:before {
  content: "\e90a";
}
._icon-search:before {
  content: "\e90b";
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
*::after,
*::before {
  display: inline-block;
}
:active,
:focus {
  outline: 0;
}
a:active,
a:focus {
  outline: 0;
}
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
body,
html {
  height: 100%;
  min-width: 320px;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page button,
.popup button,
.page input,
.popup input,
.page textarea {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: none;
}
.page input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
.page input[type="number"]::-webkit-inner-spin-button,
.page input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.page input,
.popup input,
.page textarea {
  width: 100%;
}
.page button,
.popup button,
.page option,
.page select {
  cursor: pointer;
}
.page a,
.popup a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  margin: 0;
  cursor: pointer;
}
.page ul li {
  list-style: none;
}
.page img {
  vertical-align: top;
}
.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.page .select {
  min-width: 0;
  position: relative;
  max-width: 250px;
}
.page .select__body {
  position: relative;
}
.page .select__title {
  color: inherit;
  text-align: left;
  border: 1px solid #00938b;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  font-weight: 400;
  border-radius: 5px;
}
.page ._select-open .select__title {
  border-radius: 5px 5px 0 0;
}
.page .select--show-top .select__title {
  border-radius: 0 0 5px 5px;
}
.page .select__value {
  display: flex;
  min-width: 0;
  color: #000;
  font-size: 16px;
  align-items: center;
  height: 42px;
  padding: 0 30px;
  gap: 15px;
}
.page .select__value > * {
  flex: 1 1 auto;
}
.page .select__value:after {
  content: "\e908";
  font-size: 8px;
  align-self: center;
  transition: all 0.3s ease 0s;
  display: flex;
  margin-top: 3px;
  justify-content: center;
  align-items: center;
}
.page ._select-open .select__value:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.page .select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}
.page .select__content {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-self: center;
  line-height: 1.12;
}
.page .select__text {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page .select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.page .select__options {
  color: #000;
  font-size: 16px;
  position: absolute;
  top: calc(100% - 1px);
  border-radius: 0 0 5px 5px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #00938b;
  border-top: 0;
  padding: 10px 0 5px 0;
}
.page .select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.page .select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 5px 15px;
  color: inherit;
  font-weight: 400;
}
.page .select__option._select-selected {
  background-color: #eee;
}
.page .select__row {
  display: inline-flex;
  align-items: center;
}
.page .select--show-top .select__options {
  top: auto;
  bottom: calc(100% - 1px);
  border: 1px solid #00938b;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  padding: 5px 0 10px 0;
}
.page ._select-tag {
  cursor: pointer;
}
body::after {
  content: "";
  background-color: rgba(151, 152, 152, 0.35);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}
.popup-show body::after {
  opacity: 1;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
  font-family: "Futura PT";
  font-size: 18px;
  color: #666;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}
.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  width: 100%;
  display: flex;
  justify-content: center;
}
.lock .popup__content {
  visibility: visible;
}
.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #1c1c28;
  font-size: 16px;
  transition: color 0.3s;
  background-color: transparent;
  padding: 0;
  border: none;
  line-height: 1;
  font-weight: 400;
}
.new-popup {
  width: 100%;
  max-width: 943px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 10px 76px 10px;
}
.new-popup__title {
  color: #00938b;
  text-align: center;
  font-size: 22px;
  max-width: 689px;
  font-weight: 500;
  line-height: 1.27;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.new-popup__title:not(:last-child) {
  margin-bottom: 20px;
}
.new-popup__text {
  text-align: center;
  font-size: 22px;
  max-width: 689px;
}
.new-popup__text:not(:last-child) {
  margin-bottom: 32px;
}
.new-popup__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 392px;
  width: 100%;
}
.new-popup__input {
  width: 100%;
}
.new-popup__button {
  width: 100%;
}
.popup__body {
  position: relative;
}
.remove-popup {
  width: 100%;
  max-width: 719px;
  border-radius: 12px;
  background-color: #fff;
  display: flex;
  gap: 24px;
  flex-direction: column;
  align-items: center;
  padding: 37px 15px 46px 15px;
}
.remove-popup__title {
  color: #000;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.7px;
  text-transform: uppercase;
}
.remove-popup__text {
  font-size: 22px;
  text-align: center;
}
.remove-popup__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.remove-popup__button {
  padding: 16px 32px;
}
.page .ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page .ibg--top {
  -o-object-position: top;
  object-position: top;
}
.page .ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom;
}
.page .ibg--left {
  -o-object-position: left;
  object-position: left;
}
.page .ibg--right {
  -o-object-position: right;
  object-position: right;
}
.page .ibg--contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.page .checkbox__item::before,
.page .pain-level,
.page .radio::before {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page .input input::-webkit-input-placeholder,
.page .search__input::-webkit-input-placeholder {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page .input input:-ms-input-placeholder,
.page .search__input:-ms-input-placeholder {
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.page .input input::-ms-input-placeholder,
.page .search__input::-ms-input-placeholder {
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.page .input input::placeholder,
.popup .input input::placeholder,
.page .search__input::placeholder {
  transition: all 0.3s;
}
.page .input input:focus-visible,
.popup .input input:focus-visible,
.page .search__input:focus-visible {
  outline: 0;
}
.page .input input:focus-visible::-webkit-input-placeholder,
.page .search__input:focus-visible::-webkit-input-placeholder {
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
  opacity: 0;
}
.page .input input:focus-visible:-ms-input-placeholder,
.page .search__input:focus-visible:-ms-input-placeholder {
  transform: translateX(10%);
  opacity: 0;
}
.page .input input:focus-visible::-ms-input-placeholder,
.page .search__input:focus-visible::-ms-input-placeholder {
  transform: translateX(10%);
  opacity: 0;
}
.page .input input:focus-visible::placeholder,
.popup .input input:focus-visible::placeholder,
.page .search__input:focus-visible::placeholder {
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
  opacity: 0;
}
.page .breadcrumbs {
  display: block;
}
.page .breadcrumbs__container {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.page .breadcrumbs--margin:not(:last-child) {
  margin-bottom: 20px;
}
.page .breadcrumbs__container > a,
.page .breadcrumbs__container > span {
  color: #444;
  font-size: 13px;
  display: flex;
  gap: 10px;
}
.page .breadcrumbs__container > a:not(:first-child)::before,
.page .breadcrumbs__container > span:not(:first-child)::before {
  content: "/";
  font-family: Inter, sans-serif;
  font-size: 13px;
}
.page .tag {
  color: #00938b;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 24px;
  padding: 5px 12px 5px 12px;
  letter-spacing: -0.2px;
  background: #cdf2ef;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .pagination {
  display: flex;
  flex-wrap: wrap;
}
.page .pagination li {
  color: #979898;
  padding: 15px;
  flex-shrink: 0;
  font-size: 18px;
  border-top: 1px solid #ebebed;
  border-bottom: 1px solid #ebebed;
  transition: all 0.3s;
  cursor: pointer;
}
.page .pagination li:first-child {
  border-left: 1px solid #ebebed;
  border-radius: 10px 0 0 10px;
}
.page .pagination li:last-child {
  border-right: 1px solid #ebebed;
  border-radius: 0 10px 10px 0;
}
.page .pagination li.active {
  background-color: #00938b;
  color: #fff;
  pointer-events: none;
}
.page .title {
  color: #000;
  font-family: "Noto Sans";
  font-weight: 700;
  letter-spacing: -1.6px;
  font-size: 48px;
}
.page .search {
  padding: 0 13px 0 50px;
  border-radius: 4px;
  border: 1px solid #ebebed;
  position: relative;
}
.page .search::before {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  color: grey;
}
.page .search__input {
  border: none;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 40px;
  font-size: 10.563px;
  font-family: Inter, sans-serif;
}
.page .search__input::-webkit-input-placeholder {
  color: #979898;
}
.page .search__input:-ms-input-placeholder {
  color: #979898;
}
.page .search__input::-ms-input-placeholder {
  color: #979898;
}
.page .search__input::placeholder {
  color: #979898;
}
.page .button,
.popup .button {
  border-radius: 4px;
  padding: 16px 20px;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  justify-content: center;
  gap: 10px;
  background-color: #00938b;
  color: #fff;
  transition: background-color 0.3s;
  letter-spacing: -0.5px;
  margin: 0;
}
.page .button::before,
.popup .button::before {
  font-size: 16px;
}
.page .button._icon-arrow-right::before,
.popup .button._icon-arrow-right::before {
  font-size: 10px;
}
.page .button--text-icon,
.popup .button--text-icon {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.page .button--border,
.popup .button--border {
  border: 1px solid #00938b;
  background-color: transparent;
  color: #00938b;
}
.page .button--icon,
.popup .button--icon {
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.page .button--black,
.popup .button--black {
  background-color: #1e2b39;
  border-color: transparent;
}
.page .button--red,
.popup .button--red {
  border-color: transparent;
  background-color: #ff1b52;
}
.page .inactive {
  display: inline-block;
  color: #ff1b52;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  border-radius: 12px;
  border: 1px solid #ff1b52;
  padding: 6px;
  text-transform: uppercase;
}
.page .input,
.popup .input {
  border: 1px solid #979898;
  border-radius: 4px;
  padding: 0;
  margin: 0;
}
.page .input input,
.popup .input input {
  padding: 0 14px;
  height: 50px;
  color: #000;
}

.page .input input::-webkit-input-placeholder,
.popup .input input::-webkit-input-placeholder {
  color: #757575;
}

.page .input input:-ms-input-placeholder,
.popup .input input:-ms-input-placeholder {
  color: #757575;
}

.page .input input::-ms-input-placeholder,
.popup .input input::-ms-input-placeholder {
  color: #757575;
}

.page .input input::placeholder,
.popup .input input::placeholder {
  color: #757575;
}

.page .input--icon,
.popup .input--icon {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0 14px;
}

.page .input--icon input,
.popup .input--icon input {
  padding: 0;
}

.page .input--icon::before,
.popup .input--icon::before {
  font-size: 20px;
  color: #757575;
}

.page .input--number,
.popup .input--number {
  width: 68px;
}

.page .input--number input,
.popup .input--number input {
  text-align: center;
  padding: 0 3.2px;
}

.page .input--other,
.popup .input--other {
  width: 100%;
  max-width: 270px;
}

.page .input--pills,
.popup .input--pills {
  display: flex;
  align-items: center;
  gap: 4px;
}

.page .radio {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 180px;
  color: #000;
}
.page .radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  display: block;
}
.page .radio:has(input:checked)::before {
  color: #fff;
  background-color: #00938b;
}
.page .radio::before {
  content: "\e901";
  color: transparent;
  font-size: 12px;
  height: 28px;
  width: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #979898;
}
.page .checkbox__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #000;
  font-weight: 400;
}
.page .checkbox__item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.page .checkbox__item:has(input:checked)::before {
  color: #fff;
  background-color: #00938b;
}
.page .checkbox__item::before {
  content: "\e901";
  flex-shrink: 0;
  font-size: 12px;
  color: transparent;
  height: 28px;
  width: 28px;
  border-radius: 2px;
  border: 1px solid #979898;
}
.page [data-item],
.page [data-subitem] {
  position: relative;
}
.page [data-item]::before,
.page [data-subitem]::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #00938b;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.page [data-item]::before {
  content: attr(data-item);
}
.page [data-subitem]::before {
  content: attr(data-subitem);
}
.page .label-mobile {
  color: #fff;
  text-align: center;
  font-family: "Futura PT";
  font-size: 12.07px;
  padding: 5px 43px;
  line-height: 1.86;
  background-color: #00938b;
}
.page .label-mobile--margin:not(:last-child) {
  margin-bottom: 40px;
}
.page__research {
  margin-bottom: 80px;
}
.page .research__title:not(:last-child) {
  margin-bottom: 50px;
}
.page .research__search:not(:last-child) {
  margin-bottom: 28px;
}
.page .research__items:not(:last-child) {
  margin-bottom: 30px;
}
.page .research__item {
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}
.page .research__item:first-child {
  padding-top: 20px;
  border-top: 1px solid #d5d5d5;
}
.page .research__item:not(:last-child) {
  margin-bottom: 20px;
}
.page .tags-research__title {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 13.68px;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.page .tags-research__title:not(:last-child) {
  margin-bottom: 20px;
}
.page .tags-research__item {
  font-size: 10.563px;
  font-family: Inter, sans-serif;
  position: relative;
  display: block;
  cursor: pointer;
  line-height: 1.56;
}
.page .tags-research__link {
  display: block;
  padding: 8px 12px;
  transition: all 0.3s;
  border-radius: 4px;
}
.page .item-reseach__tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.page .item-reseach__tags:not(:last-child) {
  margin-bottom: 14px;
}
.page .item-reseach__body {
  display: flex;
  gap: 16px;
}
.page .item-reseach__link {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 1.37;
  font-weight: 700;
  flex-grow: 1;
  transition: color 0.3s;
}
.page .item-reseach__info {
  display: flex;
  gap: 50px;
  flex-shrink: 0;
}
.page .item-reseach__status {
  color: #00938b;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  line-height: 1.25;
}
.page .item-reseach__status--red {
  color: #ff1b52;
}
.page .item-reseach__date {
  color: #979898;
  font-size: 14px;
  letter-spacing: -0.2px;
}
.page__article {
  margin-bottom: 100px;
}
.page .article__hero {
  background-color: #00938b;
  min-height: 348px;
  border-radius: 12px;
  border: 1px solid #ebebed;
  position: relative;
}
.page .article__hero:not(:last-child) {
  margin-bottom: 36px;
}
.page .article__hero::before {
  content: "";
  aspect-ratio: 355/257;
  width: 355px;
  position: absolute;
  top: 0;
  mix-blend-mode: color-dodge;
  right: 0;
  background: url(../img/article/hero-bg-right.png) no-repeat top right/contain;
  pointer-events: none;
}
.page .article__hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: color-dodge;
  background: url(../img/article/hero-bg-left.png) no-repeat top right/contain;
  aspect-ratio: 274/198;
  width: 274px;
  pointer-events: none;
}
.page .article__header {
  position: relative;
}
.page .article__header:not(:last-child) {
  margin-bottom: 74px;
}
.page .article__info {
  display: flex;
  gap: 50px;
  position: relative;
  align-items: center;
}
.page .article__info:not(:last-child) {
  margin-bottom: 20px;
}
.page .article__status {
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.page .article__date {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 1.28;
}
.page .article__tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.page .article__title {
  position: relative;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.31;
}
.page .article__body {
  position: relative;
}
.page .article__image {
  position: absolute;
  right: 0;
  top: 0;
  aspect-ratio: 392/710;
  z-index: -1;
  -webkit-transform: translate(42.091837%, -3.943662%);
  transform: translate(42.091837%, -3.943662%);
}
.page .article__text {
  max-width: 710px;
  line-height: 1.44;
  letter-spacing: -0.7px;
}
.page .article__text:not(:last-child) {
  margin-bottom: 40px;
}
.page .article__visits:not(:last-child) {
  margin-bottom: 37px;
}
.page .article__account-banner:not(:last-child) {
  margin-bottom: 50px;
}
.page .text,
.popup .text {
  line-height: 1.44;
}
.page .text p,
.popup .text p {
  margin: 0;
  font-family: inherit;
  color: inherit;
}
.page .text p:not(:last-child),
.popup .text p:not(:last-child) {
  margin-bottom: 30px;
}
.page .visits__label {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Inter", sans-serif;
  font-size: 1.25;
  font-weight: 500;
  line-height: 1.59;
  letter-spacing: -0.7px;
  text-transform: uppercase;
}
.page .visits__label:not(:last-child) {
  margin-bottom: 28px;
}
.page .visits__item {
  padding: 32px 20px;
  border-radius: 10px;
  border: 2px solid #00938b;
  background-color: #fff;
}
.page .visits__image {
  width: 49px;
  height: 49px;
}
.page .visits__image:not(:last-child) {
  margin-bottom: 24px;
}
.page .visits__title {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.7px;
}
.page .visits__title:not(:last-child) {
  margin-bottom: 12px;
}
.page .visits__text {
  line-height: 1.44;
  letter-spacing: -0.7px;
}
.page .account-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page .account-banner__title {
  max-width: 746px;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
}
.page .account-banner__title:not(:last-child) {
  margin-bottom: 28px;
}
.page .account-banner__actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.page .account-banner__link {
  flex-shrink: 0;
  flex-wrap: 1;
}
.page .questionary-article {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.page .questionary-article__link {
  gap: 21px;
}
.page .questionary-article__title {
  color: #000;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.7px;
  text-transform: uppercase;
}
.page .questionary-article__text {
  font-size: 21px;
  max-width: 414px;
  text-align: center;
}
.page .patients__inactive {
  margin-top: 25px;
}
.page .patients__inactive:not(:last-child) {
  margin-bottom: 10px;
}
.page .patients__add {
  max-width: 552px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page .patients__items {
  display: grid;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  row-gap: 21px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 0.5fr));
}
.page .patients__items:not(:last-child) {
  margin-bottom: 32px;
}
.page .patients__pagination {
  display: flex;
  justify-content: center;
}
.page .add-patient {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 32px 28px;
  border-radius: 10px;
  background-color: #ebebed;
}
.page .add-patient__title {
  color: #00938b;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.page .add-patient__button {
  width: 100%;
  max-width: 300px;
}
.page .item-patient {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  border: 1px solid #ebebed;
  padding: 20px;
}
.page .item-patient__remove {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #d5d5d5;
  font-size: 16px;
  transition: color 0.3s;
}
.page .item-patient__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page .item-patient__body:not(:last-child) {
  margin-bottom: 23px;
}
.page .item-patient__image {
  width: 119px;
  height: 119px;
  border-radius: 50%;
}
.page .item-patient__image:not(:last-child) {
  margin-bottom: 16px;
}
.page .item-patient__label {
  color: #000;
  text-align: center;
  font-size: 18px;
}
.page .item-patient__label:not(:last-child) {
  margin-bottom: 10px;
}
.page .item-patient__title {
  color: #000;
  text-align: center;
  font-size: 22px;
  max-width: 147px;
}
.page .item-patient__title:not(:last-child) {
  margin-bottom: 10px;
}
.page .item-patient__actions {
  padding-top: 23px;
  border-top: 1px solid #ebebed;
  display: grid;
  grid-template-columns: 1fr 44px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 6px;
}
.page .item-patient__button {
  font-size: 16px;
  gap: 8px;
  padding: 14px 16px;
}
.page .item-patient__button--new {
  grid-column: span 2;
}
.page .questionary__header:not(:last-child) {
  margin-bottom: 40px;
}
.page .questionary__title:not(:last-child) {
  margin-bottom: 18px;
}
.page .questionary__subtitle {
  color: #00938b;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -1.6px;
}
.page .questionary__aside {
  flex: 0 0 283px;
}
.page .questionary__form {
  flex-grow: 1;
}
.page .aside-questionary {
  padding: 12px 12px 20px 12px;
  border-radius: 8px;
  background: #ebebed;
}
.page .aside-questionary__title {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.page .aside-questionary__title:not(:last-child) {
  margin-bottom: 20px;
}
.page .aside-questionary__label {
  padding: 12px 14px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #000;
  gap: 11px;
  border-radius: 4px;
  border: 1px solid #ebebed;
  background-color: #fff;
}
.page .aside-questionary__label::before {
  font-size: 16px;
  color: #979898;
}
.page .aside-questionary__label:not(:last-child) {
  margin-bottom: 16px;
}
.page .aside-questionary__button {
  width: 100%;
  padding: 14px 16px;
}
.page .form-questionary__block:not(:last-child) {
  margin-bottom: 20px;
}
.page .form-questionary__title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.5px;
  padding: 10px 24px;
  background-color: #00938b;
}
.page .form-questionary__title:not(:last-child) {
  margin-bottom: 20px;
}
.page .form-questionary__item {
  padding-left: 32px;
}
.page .form-questionary__item:not(:last-child) {
  margin-bottom: 16px;
}
.page .form-questionary__item > span {
  display: block;
  color: #000;
  font-size: 18px;
}
.page .form-questionary__item ul li {
  color: #000;
  font-size: 18px;
}
.page .form-questionary__item ul li:not(:last-child) {
  margin-bottom: 8px;
}
.page .form-questionary__label {
  color: #00938b;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.page .form-questionary__label span {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.page .form-questionary__label--flex {
  display: flex;
  gap: 12px;
  text-wrap: nowrap;
}
.page .form-questionary__label--flex span {
  color: #000;
  display: block;
  text-wrap: wrap;
}
.page .form-questionary__label:not(:last-child) {
  margin-bottom: 12px;
}
.page .form-questionary__label--black {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  display: block;
}
.page .form-questionary__input input {
  height: 34px;
  font-size: 18px;
}
.page .form-questionary__radiobox {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}
.page .form-questionary__field {
  display: flex;
  align-items: center;
  gap: 12px;
}
.page .form-questionary__field--age {
  gap: 8px;
  color: #000;
  font-size: 18px;
}
.page .form-questionary__field .form-questionary__label {
  margin-bottom: 0;
}
.page .form-questionary__field--pills {
  color: #000;
  font-size: 18px;
  display: flex;
  gap: 4px;
  align-items: center;
}
.page .form-questionary__field--date {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 18px;
  color: #000;
}
.page .form-questionary__field--date .input {
  margin-bottom: 0;
}
.page .form-questionary__subitem {
  padding-left: 32px;
}
.page .form-questionary__subitem:not(:last-child) {
  margin-bottom: 24px;
}
.page .form-questionary__checkbox {
  display: inline-grid;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 8px;
}
.page .form-questionary__checkbox:not(:last-child) {
  margin-bottom: 12px;
}
.page .form-questionary__footer {
  padding-top: 15px;
  border-top: 1px #ebebed solid;
}
.page .form-questionary__footer--no-border {
  border: none;
}
.page .form-questionary__text p {
  color: #585757;
  font-size: 16px;
  line-height: 1.12;
  font-weight: 500;
  font-family: inherit;
}
.page .form-questionary__text p:not(:last-child) {
  margin-bottom: 8px;
}
.page .form-questionary__text:not(:last-child) {
  margin-bottom: 40px;
}
.page .form-questionary__actions {
  display: flex;
  gap: 12px;
  flex-direction: column;
  align-items: center;
}
.page .form-questionary__button {
  padding: 14px 16px;
  width: 100%;
  max-width: 255px;
}
.page .muscle-map {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-content: center;
  align-items: start;
}
.page .muscle-map__col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page .muscle-map__label {
  color: #000;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  max-width: 256px;
}
.page .muscle-map__label:not(:last-child) {
  margin-bottom: 20px;
}
.page .muscle-map__map {
  position: relative;
}
.page .muscle-map__map svg {
  width: 100%;
}
.page .muscle-map__map svg .muscle {
  cursor: pointer;
  transition: all 0.3s;
}
.page ._disabled .muscle-map__map svg .muscle {
  pointer-events: none;
}
.page .muscle-map__map svg .muscle._focus {
  opacity: 1;
}
.page .muscle-map__map svg .muscle._focus::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #00938b;
}
.page .muscle-map__map svg .muscle._active {
  opacity: 1;
}
.page .pain-level {
  position: absolute;
  width: 20px;
  height: 20px;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1.5px solid #000;
}
.page .pain-level[data-value]::before {
  content: attr(data-value);
  font-size: 13px;
  color: #000;
  font-weight: 500;
}
.page .pain-level:not([data-value])::after,
.page .pain-level:not([data-value])::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #000;
}
.page .pain-level:not([data-value])::before {
  content: "";
  height: 1.5px;
  width: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page .pain-level:not([data-value])::after {
  content: "";
  width: 1.5px;
  height: 10px;
}
.page .scale {
  display: flex;
  flex-direction: column-reverse;
  counter-reset: scale-item -1;
  padding-top: 20px;
  padding-bottom: 25px;
}
.page .scale__item {
  position: relative;
  padding-left: 35px;
  padding-right: 52px;
  max-width: 207px;
  counter-increment: scale-item;
}
.page .scale__item::before {
  content: counter(scale-item);
  position: absolute;
  left: 0;
  bottom: 0;
  color: #231f20;
  font-size: 20px;
  font-weight: 700;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.page .scale__image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page .scale__label {
  position: relative;
  color: #000;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 700;
  border-bottom: 1px solid #231f20;
  width: 100%;
  padding-left: 26px;
  padding-right: 6px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.page .scale__item:not(:last-child) .scale__label {
  min-height: 47px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.page ._disabled .scale__label {
  pointer-events: none;
}
.page .scale__label span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 18px;
}
@media (min-width: 31.25em) {
  .page .article__info {
    justify-content: center;
  }
  .page .article__tags {
    justify-content: center;
  }
}
@media (min-width: 47.99875em) {
  .page .label-mobile {
    display: none;
  }
  .page .research__body {
    display: flex;
    align-items: start;
  }
  .page .research__aside {
    flex: 0 0 255px;
  }
  .page .research__content {
    margin-left: 32px;
    flex-grow: 1;
  }
  .page .item-reseach__info {
    flex-direction: column;
    align-items: end;
    gap: 12px;
  }
  .page .select_research {
    display: none;
  }
  .page .visits__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .page .questionary__header {
    padding-bottom: 10px;
    border-bottom: #d9d9d9 1px solid;
  }
  .page .form-questionary__item--grid {
    display: grid;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 16px;
    grid-template-columns: auto 1fr;
    align-items: center;
  }
  .page .form-questionary__checkbox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 61.99875em) {
  .page .article__body {
    padding-right: 81px;
    padding-left: 61px;
  }
  .page .questionary__wrapper {
    display: flex;
    align-items: start;
  }
  .page .questionary__form {
    margin-left: 19px;
  }
  .page .form-questionary__label--input:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 71.25em) {
  .page .article__hero {
    padding-top: 48px;
  }
  .page .article__hero {
    padding-right: 148px;
  }
  .page .article__hero {
    padding-bottom: 56px;
  }
  .page .article__hero {
    padding-left: 149px;
  }
  .page__patients {
    margin-bottom: 120px;
  }
  .page .patients__title:not(:last-child) {
    margin-bottom: 60px;
  }
  .page .patients__add:not(:last-child) {
    margin-bottom: 60px;
  }
  .page__questionary {
    margin-bottom: 120px;
  }
  .page .form-questionary__body:not(:last-child) {
    margin-bottom: 70px;
}
}
@media (max-width: 61.99875em) {
  .page .article__image {
    display: none;
  }
  .page .questionary__aside {
    margin-right: 20px;
    margin-left: 20px;
  }
  .page .questionary__aside:not(:last-child) {
    margin-bottom: 40px;
  }
  .page .form-questionary__label--flex {
    flex-wrap: wrap;
  }
  .page .form-questionary__input input {
    font-size: 16px;
  }
  .page .form-questionary__input:not(:last-child) {
    margin-bottom: 16px;
  }
  .page .form-questionary__radiobox:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (max-width: 47.99875em) {
  .popup__close {
    top: 9px;
    right: 9px;
  }
  .new-popup {
    padding-top: 43px;
    padding-bottom: 57px;
  }
  .page .label-mobile__container {
    max-width: 273px;
  }
  .new-popup__text {
    font-size: 18px;
  }
  .remove-popup {
    padding-bottom: 37px;
  }
  .remove-popup__title {
    font-size: 20px;
  }
  .remove-popup__text {
    font-size: 20px;
  }
  .page .tag {
    padding-left: 8px;
    padding-right: 8px;
  }
  .remove-popup__button {
    padding: 15px 25px;
  }
  .page .breadcrumbs--margin:not(:last-child) {
    margin-bottom: 10px;
  }
  .page .title {
    letter-spacing: -1.2px;
    font-weight: 600;
  }
  .page .research__title:not(:last-child) {
    margin-bottom: 40px;
  }
  .page .research__aside:not(:last-child) {
    margin-bottom: 60px;
  }
  .page .research__search:not(:last-child) {
    margin-bottom: 24px;
  }
  .page .research__tags {
    display: none;
  }
  .page .item-reseach__body {
    flex-direction: column;
  }
  .page .item-reseach__link {
    font-size: 24px;
  }
  .page .article__hero {
    margin-bottom: 40px;
  }
  .page .article__hero::before {
    width: 300px;
  }
  .page .article__date {
    font-size: 17px;
  }
  .page .article__title {
    font-size: 30px;
  }
  .page .visits__label {
    font-size: 20px;
  }
  .page .visits__item {
    padding: 20px;
  }
  .page .visits__item:not(:last-child) {
    margin-bottom: 8px;
  }
  .page .visits__image:not(:last-child) {
    margin-bottom: 20px;
  }
  .page .account-banner__title {
    font-size: 20px;
  }
  .page .account-banner__title:not(:last-child) {
    margin-bottom: 24px;
  }
  .page .visits__text {
    font-family: "Inter", sans-serif;
  }
  .page .patients__items {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 24px;
  }
  .page .item-patient {
    padding: 16px 8px;
  }
  .page .item-patient__image {
    width: 119px;
    height: 119px;
  }
  .page .item-patient__actions {
    grid-template-columns: 1fr 42px;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 16px;
  }
  .page .item-patient__button {
    padding: 13px 8px;
    font-size: 13px;
    gap: 4px;
  }
  .page .item-patient__button.button--icon {
    padding: 0;
  }
  .page .questionary__title:not(:last-child) {
    margin-bottom: 12px;
  }
  .page .questionary__subtitle {
    font-size: 20px;
    line-height: 1.44;
  }
  .page .aside-questionary__title {
    font-size: 20px;
  }
  .page .form-questionary__item > span:not(:last-child) {
    margin-bottom: 18px;
  }
  .page .form-questionary__label--black:not(:last-child) {
    margin-bottom: 12px;
  }
  .page .form-questionary__text {
    font-size: 14px;
  }
  .page .pain-level[data-value]::before {
    font-size: 10px;
  }
}
@media (max-width: 31.25em) {
  .page .article__status {
    flex-grow: 1;
  }
  .page .muscle-map__map {
    max-width: 200px;
  }
  .page .pain-level {
    width: 15px;
    height: 15px;
  }
  .page .scale__item {
    max-width: 130px;
    padding-left: 22px;
    padding-right: 29px;
  }
  .page .scale__item::before {
    font-size: 11px;
  }
  .page .scale__image {
    width: 25px;
    height: 25px;
  }
  .page .scale__item:not(:last-child) .scale__label {
    min-height: 29px;
    font-size: 8px;
    padding-left: 14px;
    padding-right: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .page .scale__label span {
    width: 11px;
  }
}
@media (max-width: 24.375em) {
  .page .article__hero {
    padding-top: 35px;
  }
  .page .article__hero {
    padding-right: 23px;
  }
  .page .article__hero {
    padding-bottom: 32px;
  }
  .page .article__hero {
    padding-left: 23px;
  }
  .page__patients {
    margin-bottom: 80px;
  }
  .page .patients__title:not(:last-child) {
    margin-bottom: 40px;
  }
  .page .patients__add:not(:last-child) {
    margin-bottom: 40px;
  }
  .page .patients__items {
    grid-template-columns: 1fr;
  }
  .page__questionary {
    margin-bottom: 42px;
  }
  .page .form-questionary__body:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 23.75em) {
  .page .title {
    font-size: 30px;
  }
}
@media (min-width: 24.375em) and (max-width: 71.25em) {
  @supports (padding-top: clamp(35px, 28.24px + 1.7333333333vw, 48px)) {
    .page .article__hero {
      padding-top: clamp(35px, 28.24px + 1.7333333333vw, 48px);
    }
  }
  @supports not (padding-top: clamp(35px, 28.24px + 1.7333333333vw, 48px)) {
    .page .article__hero {
      padding-top: calc(35px + 0.8125 * (100vw - 390px) / 46.875);
    }
  }
  @supports (padding-right: clamp(23px, -42px + 16.6666666667vw, 148px)) {
    .page .article__hero {
      padding-right: clamp(23px, -42px + 16.6666666667vw, 148px);
    }
  }
  @supports not (padding-right: clamp(23px, -42px + 16.6666666667vw, 148px)) {
    .page .article__hero {
      padding-right: calc(23px + 7.8125 * (100vw - 390px) / 46.875);
    }
  }
  @supports (padding-bottom: clamp(32px, 19.52px + 3.2vw, 56px)) {
    .page .article__hero {
      padding-bottom: clamp(32px, 19.52px + 3.2vw, 56px);
    }
  }
  @supports not (padding-bottom: clamp(32px, 19.52px + 3.2vw, 56px)) {
    .page .article__hero {
      padding-bottom: calc(32px + 1.5 * (100vw - 390px) / 46.875);
    }
  }
  @supports (padding-left: clamp(23px, -42.52px + 16.8vw, 149px)) {
    .page .article__hero {
      padding-left: clamp(23px, -42.52px + 16.8vw, 149px);
    }
  }
  @supports not (padding-left: clamp(23px, -42.52px + 16.8vw, 149px)) {
    .page .article__hero {
      padding-left: calc(23px + 7.875 * (100vw - 390px) / 46.875);
    }
  }
  @supports (margin-bottom: clamp(80px, 59.2px + 5.3333333333vw, 120px)) {
    .page__patients {
      margin-bottom: clamp(80px, 59.2px + 5.3333333333vw, 120px);
    }
  }
  @supports not (margin-bottom: clamp(80px, 59.2px + 5.3333333333vw, 120px)) {
    .page__patients {
      margin-bottom: calc(80px + 2.5 * (100vw - 390px) / 46.875);
    }
  }
  @supports (margin-bottom: clamp(40px, 29.6px + 2.6666666667vw, 60px)) {
    .page .patients__title:not(:last-child) {
      margin-bottom: clamp(40px, 29.6px + 2.6666666667vw, 60px);
    }
  }
  @supports not (margin-bottom: clamp(40px, 29.6px + 2.6666666667vw, 60px)) {
    .page .patients__title:not(:last-child) {
      margin-bottom: calc(40px + 1.25 * (100vw - 390px) / 46.875);
    }
  }
  @supports (margin-bottom: clamp(40px, 29.6px + 2.6666666667vw, 60px)) {
    .page .patients__add:not(:last-child) {
      margin-bottom: clamp(40px, 29.6px + 2.6666666667vw, 60px);
    }
  }
  @supports not (margin-bottom: clamp(40px, 29.6px + 2.6666666667vw, 60px)) {
    .page .patients__add:not(:last-child) {
      margin-bottom: calc(40px + 1.25 * (100vw - 390px) / 46.875);
    }
  }
  @supports (margin-bottom: clamp(42px, 1.44px + 10.4vw, 120px)) {
    .page__questionary {
      margin-bottom: clamp(42px, 1.44px + 10.4vw, 120px);
    }
  }
  @supports not (margin-bottom: clamp(42px, 1.44px + 10.4vw, 120px)) {
    .page__questionary {
      margin-bottom: calc(42px + 4.875 * (100vw - 390px) / 46.875);
    }
  }
  @supports (margin-bottom: clamp(20px, 9.6px + 2.6666666667vw, 40px)) {
    .page .form-questionary__body:not(:last-child) {
      margin-bottom: clamp(20px, 9.6px + 2.6666666667vw, 40px);
    }
  }
  @supports not (margin-bottom: clamp(20px, 9.6px + 2.6666666667vw, 40px)) {
    .page .form-questionary__body:not(:last-child) {
      margin-bottom: calc(20px + 1.25 * (100vw - 390px) / 46.875);
    }
  }
}
@media (any-hover: hover) {
  .page .select__option:hover {
    background: #d9d9d9;
  }
  .popup__close:hover {
    color: #00938b;
  }
  .page .pagination li:hover {
    background-color: #f4f4f4;
  }
  .page .button:hover,
  .popup .button:hover {
    background-color: #007771;
  }

  .page .button--border:hover,
  .popup .button--border:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .page .button--black:hover,
  .popup .button--black:hover {
    background-color: #11161d;
  }

  .page .button--red:hover,
  .popup .button--red:hover {
    background-color: #e31948;
  }

  .page .tags-research__link:hover {
    background: #00938b;
    color: #fff;
  }
  .page .item-reseach__link:hover {
    color: #00938b;
  }
  .page .item-patient__remove:hover {
    color: #00938b;
  }
  .page .muscle-map__map svg .muscle:hover {
    opacity: 1;
  }
  .page .scale__label:hover {
    background-color: rgba(0, 147, 140, 0.2);
  }
}
