@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,700;1,300;1,700&subset=cyrillic&display=swap");
/*---------- Reset styles --------------*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 100%;
  font-size: calc(62.5% * var(--font-scale));
  font-weight: 400;
}

body {
  color: #00244f;
  line-height: 1;
  font-family: "Inter", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
  background-color: inherit;
}

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

a {
  color: inherit;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
}

/*-------------- Body ------------------*/
:root {
  --font-scale: 1;
}

body {
  font-size: 1.6rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
body._lock {
  overflow: hidden;
}
body._grayscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
body._invert {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
body._invert img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
body._grayscale._invert {
  -webkit-filter: grayscale(100%) invert(100%);
          filter: grayscale(100%) invert(100%);
}
body._grayscale._invert img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
@media (max-width: 29.998em) {
  body._large-font .header {
    height: 14rem;
  }
  body._large-font .header .menu__body {
    padding-top: 16rem;
  }
  body._large-font .header .menu__body::before {
    height: 14rem;
  }
  body._large-font .main {
    padding-top: 14rem;
  }
  body._large-font .news-main__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 2rem;
  }
}
@media (max-width: 47.998em) {
  body._large-font .accessibility__modal {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 23rem;
  }
}

html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

/*------------- Wrapper ----------------*/
.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}
.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

[class$=__container],
[class$=__body] {
  min-width: 0;
}

/*------------ Container ---------------*/
[class$=__container] {
  max-width: 120rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/*--------------- ibg ------------------*/
[class*=_ibg] {
  position: relative;
}
[class*=_ibg] img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------- Forms ------------------*/
/*--------------- UI -------------------*/
@media (any-hover: hover) {
  body._pc .menu__list > li:hover .menu__sub-list {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
body._touch .menu__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body._touch .menu__list > li._active {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body._touch .menu__list > li._active .menu__sub-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: all;
}
body._touch .menu__list > li._active .menu__arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
body._touch .menu__link {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
body._touch .menu__arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 1rem solid #fff;
  margin-left: 0.5rem;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  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;
}
body._touch .menu__arrow_footer {
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 1rem solid #00244f;
  margin-left: 0.5rem;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  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;
}
@media (min-width: 61.998em) {
  body._touch .menu__arrow {
    border-top: 10px solid #00244f;
  }
}

.menu__icon {
  display: none;
}
@media (max-width: 61.998em) {
  .menu__icon {
    display: block;
    width: 30px;
    height: 18px;
    position: relative;
    z-index: 5;
    cursor: pointer;
  }
  .menu__icon::before, .menu__icon::after {
    content: "";
  }
  .menu__icon span, .menu__icon::before, .menu__icon::after {
    position: absolute;
    left: 0;
    height: 18%;
    width: 100%;
    background-color: #00244f;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu__icon::before {
    top: 0;
  }
  .menu__icon::after {
    bottom: 0;
  }
  .menu__icon span {
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
}
.menu__icon._active span {
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
}
.menu__icon._active::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.menu__icon._active::after {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 61.998em) {
  .menu__body {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 12rem 1.5rem 1.5rem 3rem;
    overflow: auto;
    -webkit-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
  }
  .menu__body._active {
    left: 0;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 9rem;
    background-color: #fff;
    z-index: 21;
  }
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  white-space: nowrap;
}
.menu__list > li {
  position: relative;
  font-weight: 500;
}
.menu__list > li::after {
  content: "";
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  height: 0.2rem;
  width: 0;
  background-color: #00244f;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .menu__list > li:hover::after {
    width: 100%;
  }
}
@media (min-width: 61.998em) {
  .menu__list > li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.6rem 0rem;
  }
}
@media (max-width: 61.998em) {
  .menu__list > li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.menu__list > li._active .menu__sub-list {
  display: block;
}
@media (min-width: 61.998em) {
  .menu__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.menu__link {
  cursor: pointer;
  font-size: 1.8rem;
}
@media (max-width: 75rem) {
  .menu__link {
    font-size: calc(2.4rem + -0.6 * (100vw - 37.5rem) / 82.5);
  }
}
@media (max-width: 61.998em) {
  .menu__link {
    color: #fff;
  }
}
.menu__sub-list {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #00244f;
  padding: 1.5rem;
  min-width: 29rem;
  z-index: 20;
}
.menu__sub-list > li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 61.998em) {
  .menu__sub-list > li {
    color: #00244f;
  }
}
@media (min-width: 61.998em) {
  .menu__sub-list {
    -webkit-transform: translate(0px, 10%);
            transform: translate(0px, 10%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
@media (max-width: 61.998em) {
  .menu__sub-list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    position: relative;
    background-color: #fff;
    padding: 2rem;
    margin-top: 2rem;
    display: none;
  }
}
.menu__sub-link {
  position: relative;
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 75rem) {
  .menu__sub-link {
    font-size: calc(2rem + -0.4 * (100vw - 37.5rem) / 82.5);
  }
}
@media (max-width: 61.998em) {
  .menu__sub-link {
    color: #00244f;
  }
}
@media (any-hover: hover) {
  .menu__sub-link:hover {
    text-decoration: underline;
  }
}
.menu__arrow {
  display: none;
}
.menu__appointment {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
}
@media (max-width: 75rem) {
  .menu__appointment {
    font-size: calc(1.5rem + 0.1 * (100vw - 37.5rem) / 82.5);
  }
}
.menu__appointment {
  font-weight: 500;
  min-width: 23rem;
}
@media (max-width: 75rem) {
  .menu__appointment {
    min-width: calc(15rem + 8 * (100vw - 37.5rem) / 82.5);
  }
}
.menu__appointment {
  min-height: 4rem;
  padding: 0 0.8rem;
  text-align: center;
  color: #00244f;
  background-color: transparent;
  border: 0.1rem solid #00244f;
  border-radius: 1rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
}
.menu__appointment span {
  display: none;
}
@media (min-width: 29.998em) {
  .menu__appointment span {
    display: block;
  }
}
@media (any-hover: hover) {
  .menu__appointment:hover {
    color: #fff;
    background-color: #00244f;
  }
}
.menu__accessibility {
  position: relative;
  isolation: isolate;
}

.accessibility__button {
  width: 4rem;
  height: 4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #000000;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.accessibility__modal {
  position: fixed;
  top: 100%;
  right: 0%;
  width: 31rem;
  background: white;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  padding: 1.2rem;
  display: none;
  color: #1a2332;
  font-size: 1.6rem;
}
.accessibility__modal._open {
  display: block;
}
@media (max-width: 29.998em) {
  .accessibility__modal {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.accessibility__title {
  margin-bottom: 1em;
}
.accessibility__section {
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.accessibility__section:not(:last-of-type) {
  border-bottom: 0.1rem solid #eee;
}
.accessibility__label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.accessibility__label_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding-block: 0.6rem;
}
.accessibility__label_row input[type=checkbox] {
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
}
.accessibility__font-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
}
.accessibility__font-buttons button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.8rem;
  border: 0.2rem solid #d0d7de;
  background: white;
  border-radius: 0.4rem;
  cursor: pointer;
  -webkit-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}
.accessibility__font-buttons button._active {
  background: #0066a8;
  color: white;
  border-color: #0066a8;
}
.accessibility__font-buttons button:nth-child(1) {
  font-size: 1.4rem;
}
.accessibility__font-buttons button:nth-child(2) {
  font-size: 1.6rem;
}
.accessibility__font-buttons button:nth-child(3) {
  font-size: 1.8rem;
}
.accessibility__font-buttons button:nth-child(4) {
  font-size: 2rem;
}
@media (any-hover: hover) {
  .accessibility__font-buttons button:hover {
    border-color: #0066a8;
  }
}
.accessibility__reset {
  width: 100%;
  padding: 1rem;
  background: #f4f7fa;
  border: 0.1rem solid #d0d7de;
  border-radius: 0.4rem;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
@media (any-hover: hover) {
  .accessibility__reset:hover {
    background: #e8eef5;
  }
}

.title {
  font-family: "Merriweather", serif;
  font-weight: 700;
  line-height: 1.3;
}
.title_h1 {
  font-size: 3.6rem;
}
@media (max-width: 75rem) {
  .title_h1 {
    font-size: calc(2.6rem + 1 * (100vw - 37.5rem) / 82.5);
  }
}
.title_h2 {
  font-size: 2.8rem;
}
@media (max-width: 75rem) {
  .title_h2 {
    font-size: calc(2.2rem + 0.6 * (100vw - 37.5rem) / 82.5);
  }
}
.title_h2 {
  font-weight: 300;
  color: #0d2340;
}
.title_h3 {
  font-size: 2.2rem;
}
@media (max-width: 75rem) {
  .title_h3 {
    font-size: calc(1.8rem + 0.4 * (100vw - 37.5rem) / 82.5);
  }
}
.title_h4 {
  font-size: 1.8rem;
}
@media (max-width: 75rem) {
  .title_h4 {
    font-size: calc(1.6rem + 0.2 * (100vw - 37.5rem) / 82.5);
  }
}
.title_h5 {
  font-size: 1.6rem;
}
@media (max-width: 75rem) {
  .title_h5 {
    font-size: calc(1.4rem + 0.2 * (100vw - 37.5rem) / 82.5);
  }
}
.title_h6 {
  font-size: 1.4rem;
}
@media (max-width: 75rem) {
  .title_h6 {
    font-size: calc(1.2rem + 0.2 * (100vw - 37.5rem) / 82.5);
  }
}

.overline-section {
  display: inline-block;
  margin-bottom: 2rem;
  left: 1.6rem;
  position: relative;
  color: #b07d2e;
  text-transform: uppercase;
}
.overline-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2rem;
  height: 0.15rem;
  background-color: #b07d2e;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.accordion__button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 20px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  /* відкритий стан */
}
.accordion__button[aria-expanded=true] .accordion__icon {
  background: #00244f;
  border-color: #00244f;
}
.accordion__button[aria-expanded=true] .accordion__icon::before, .accordion__button[aria-expanded=true] .accordion__icon::after {
  background: #fff;
}
.accordion__button[aria-expanded=true] .accordion__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
          transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
}
.accordion__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid #8090a4;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-transition: border-color 0.25s, background 0.25s;
  transition: border-color 0.25s, background 0.25s;
}
.accordion__icon::before, .accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #8090a4;
  -webkit-transition: background 0.25s, -webkit-transform 0.3s;
  transition: background 0.25s, -webkit-transform 0.3s;
  transition: transform 0.3s, background 0.25s;
  transition: transform 0.3s, background 0.25s, -webkit-transform 0.3s;
}
.accordion__icon::before {
  width: 12px;
  height: 1.5px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.accordion__icon::before, .accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #8090a4;
  -webkit-transition: background 0.25s, -webkit-transform 0.3s;
  transition: background 0.25s, -webkit-transform 0.3s;
  transition: transform 0.3s, background 0.25s;
  transition: transform 0.3s, background 0.25s, -webkit-transform 0.3s;
}
.accordion__icon .accordion__icon::before {
  width: 12px;
  height: 1.5px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.accordion__icon .accordion__icon::after {
  width: 1.5px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.accordion__icon::after {
  width: 1.5px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.accordion__content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s ease;
  transition: max-height 0.35s ease;
}
.accordion__inner {
  padding: 0 0 20px;
}
.accordion__text {
  font-size: 14px;
  color: #8090a4;
  line-height: 1.7;
  font-weight: 300;
}

.breadcrumbs {
  padding-top: 10px;
  margin-bottom: 3rem;
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2rem 0.4rem;
  list-style: none;
  font-size: 1.4rem;
}
@media (max-width: 75rem) {
  .breadcrumbs__list {
    font-size: calc(1.2rem + 0.2 * (100vw - 37.5rem) / 82.5);
  }
}

.list-breadcrumbs__item {
  overflow-wrap: break-word;
  word-break: break-word;
  min-width: 0;
}
.list-breadcrumbs__item:not(:last-child):after {
  content: "/";
  margin-left: 0.4rem;
}

.article {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 36, 79, 0.25);
          box-shadow: 0px 0px 8px 0px rgba(0, 36, 79, 0.25);
  border-radius: 1rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.article__top {
  overflow: hidden;
  width: 100%;
  padding-bottom: 60%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.article__image {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  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;
}
.article__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding: 2rem 2rem 3rem 2rem;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.article__date {
  color: #4a90c4;
}
.article__text {
  color: #6b8299;
  font-size: 1.4rem;
  line-height: 120%;
}
@media (any-hover: hover) {
  .article:hover .article__image {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

.article-main__body h3 {
  font-size: 4rem;
}
.article-main__body h4 {
  font-size: 3rem;
}
.article-main__body h5 {
  font-size: 2rem;
}
.article-main__body h6 {
  font-size: 1.8rem;
}
@media (max-width: 75rem) {
  .article-main__body h6 {
    font-size: calc(1.6rem + 0.2 * (100vw - 37.5rem) / 82.5);
  }
}
.article-main__body :is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 2rem;
  font-weight: 700;
}
.article-main__body > p {
  margin-bottom: 1.6rem;
  line-height: 1.4;
}
.article-main__body blockquote {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.article-main__body blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.4rem;
  height: 100%;
  background-color: #b07d2e;
}
.article-main__body blockquote p {
  font-style: italic;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.article-main__body blockquote cite {
  padding-left: 2rem;
  font-size: 1.4rem;
}
.article-main__body ul {
  margin-bottom: 1.6rem;
}
.article-main__body ul li {
  list-style: disc;
  margin-left: 1em;
}
.article-main__body ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.8rem;
}
.pagination__icon {
  font-size: 2.4rem;
}
.pagination__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.1rem solid #00244f;
  min-width: 3rem;
  min-height: 3rem;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pagination__item_active {
  background-color: #00244f;
  color: #fff;
}
@media (any-hover: hover) {
  .pagination__item:hover {
    background-color: #00244f;
    color: #fff;
  }
}
.pagination__number {
  font-size: 1.8rem;
}

.content-page {
  padding: 2rem 0rem 3rem 0rem;
  font-size: 1.8rem;
  line-height: 130%;
}
.content-page_article p {
  margin-bottom: 0.8rem;
}
.content-page_article ul li {
  list-style: disc;
  margin-left: 1em;
  font-weight: 500;
  margin-bottom: 1.8rem;
}
.content-page_article ul li:not(:last-child) {
  margin-bottom: 1rem;
}

[role=tablist] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

[aria-selected=true] {
  color: #00244f;
  background-color: lightgrey;
}

.department__title {
  margin-bottom: 2rem;
  overflow-wrap: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
.department__image {
  max-width: 4rem;
  margin-bottom: 1rem;
}
.department__description {
  overflow-wrap: break-word;
}

.location {
  font-size: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 3rem;
}

/*------------- Header ------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 9rem;
  backdrop-filter: blur(1rem);
  background: rgba(255, 255, 255, 0.6);
  z-index: 10;
  -webkit-transition: all 0.6s ease 0.2s;
  transition: all 0.6s ease 0.2s;
}
.header._scroll {
  height: 7rem;
}
.header._scroll .header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5rem;
          flex: 0 0 5rem;
  height: 5rem;
}
.header._scroll .menu__body::before {
  height: 7rem;
}
.header__body {
  padding: 0.8rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 29.998em) {
  .header__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7rem;
          flex: 0 0 7rem;
  height: 7rem;
  -webkit-transition: all 0.6s ease 0.2s;
  transition: all 0.6s ease 0.2s;
  z-index: 2;
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (max-width: 75rem) {
  .header__content {
    gap: calc(1rem + 1 * (100vw - 37.5rem) / 82.5);
  }
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.footer {
  background-color: #f7f9fb;
  padding-top: 8rem;
}
.footer__content {
  padding-block: 4rem;
  border-block: 0.1rem solid #e5e4e4;
}
.footer__content_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
.footer__content_bottom {
  border-top: none;
}
@media (min-width: 47.998em) {
  .footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer__logo {
  height: 7rem;
  width: 7rem;
}
@media (min-width: 47.998em) {
  .footer__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7rem;
            flex: 0 0 7rem;
    width: auto;
  }
}
.footer__copyright {
  font-weight: 500;
}

.list-footer__title {
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.list-footer__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.list-footer__sub-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body._pc li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body._pc .list-footer__title {
  margin-bottom: 1.4rem;
}

body._touch .footer__links {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
body._touch .list-footer__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
body._touch .list-footer__title._active .menu__arrow_footer {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
body._touch .list-footer__sub-list {
  display: none;
}
body._touch .list-footer__sub-list li:not(:last-child) {
  margin-bottom: 1.4rem;
  line-height: 120%;
}
body._touch .list-footer__sub-list._active {
  display: block;
}

/*-------------- Main ------------------*/
.main {
  padding-top: 9rem;
}
.main__hero {
  position: relative;
  height: 100svh;
}
.main__departments {
  padding-top: 5rem;
}
@media (max-width: 75rem) {
  .main__departments {
    padding-top: calc(2rem + 3 * (100vw - 37.5rem) / 82.5);
  }
}
.main__departments {
  padding-bottom: 5rem;
}
@media (max-width: 75rem) {
  .main__departments {
    padding-bottom: calc(2rem + 3 * (100vw - 37.5rem) / 82.5);
  }
}
.main__departments {
  background-color: #fff;
}
.main__institutions {
  padding-block: 7rem;
  background-color: #f7f9fb;
}
.main__addresses {
  background-color: #fff;
}
.main__news {
  padding-top: 5rem;
}
@media (max-width: 75rem) {
  .main__news {
    padding-top: calc(2rem + 3 * (100vw - 37.5rem) / 82.5);
  }
}
.main__news {
  padding-bottom: 5rem;
}
@media (max-width: 75rem) {
  .main__news {
    padding-bottom: calc(2rem + 3 * (100vw - 37.5rem) / 82.5);
  }
}
.main__news {
  background-color: #f0f7fc;
}
.main__faq {
  padding-top: 5rem;
}
@media (max-width: 75rem) {
  .main__faq {
    padding-top: calc(2rem + 3 * (100vw - 37.5rem) / 82.5);
  }
}
.main__faq {
  padding-bottom: 5rem;
}
@media (max-width: 75rem) {
  .main__faq {
    padding-bottom: calc(2rem + 3 * (100vw - 37.5rem) / 82.5);
  }
}
.main__faq {
  background-color: #fff;
}
.main__consultation {
  background-color: #0f2137;
  padding-block: 8rem;
}
@media (max-width: 75rem) {
  .main__consultation {
    padding-block: calc(4rem + 4 * (100vw - 37.5rem) / 82.5);
  }
}
.main__department {
  padding-bottom: 6rem;
  background-color: #fff;
}
.main__article {
  background-color: #fff;
}
.main__privacy-policy {
  padding-bottom: 6rem;
}
@media (max-width: 75rem) {
  .main__privacy-policy {
    padding-bottom: calc(2rem + 4 * (100vw - 37.5rem) / 82.5);
  }
}
.main__privacy-policy {
  background-color: #fff;
}
.main__patient {
  background-color: #fff;
}
.main__contacts {
  background-color: #fff;
}
.main__public {
  background-color: #fff;
}
.main__institution {
  padding-bottom: 6rem;
  background-color: #fff;
}
.main__administration {
  margin-bottom: 6rem;
}

.hero-main__title {
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
  color: #fff;
  line-height: 150%;
  z-index: 5;
}
.hero-main__body {
  padding-bottom: 52.0833333333%;
}
.hero-main__image {
  position: absolute;
  width: 100%;
  height: 100svh;
  -webkit-filter: blur(0.2rem);
          filter: blur(0.2rem);
}
.hero-main__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
}

.departments-main__title {
  margin-bottom: 0.8rem;
}
.departments-main__location {
  margin-bottom: 4rem;
}
@media (max-width: 75rem) {
  .departments-main__location {
    margin-bottom: calc(2.4rem + 1.6 * (100vw - 37.5rem) / 82.5);
  }
}
.departments-main__departments {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(29rem, 100%), 1fr));
  gap: 2.4rem;
}
.departments-main__department {
  padding: 3rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 0.1rem solid #00244f;
  border-radius: 1rem;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
@media (any-hover: hover) {
  .departments-main__department:hover {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}

.institutions-main__title {
  margin-bottom: 6rem;
}
.institutions-main__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(30rem, 100%), 1fr));
  gap: 2rem;
}
.institutions-main__item {
  position: relative;
  padding: 6rem 4rem 3rem 4rem;
  background-color: #fff;
  border: 0.1rem solid #e8edf2;
  border-radius: 2rem;
  min-height: 17rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
@media (any-hover: hover) {
  .institutions-main__item:hover {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}

.item-institution__number {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 300;
  font-size: 4.4rem;
  position: absolute;
  top: 0.5rem;
  color: rgba(0, 0, 0, 0.1);
}
.item-institution__title {
  margin-bottom: 1.2rem;
}
.news-main__title {
  margin-bottom: 4rem;
}
@media (max-width: 75rem) {
  .news-main__title {
    margin-bottom: calc(2rem + 2 * (100vw - 37.5rem) / 82.5);
  }
}
.news-main__content {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(30rem, 100%), 1fr));
  margin-bottom: 5rem;
  gap: 4rem;
}
.news-main__footer {
  text-align: center;
}

.faq-main__title {
  margin-bottom: 4rem;
}
@media (max-width: 75rem) {
  .faq-main__title {
    margin-bottom: calc(2rem + 2 * (100vw - 37.5rem) / 82.5);
  }
}
.faq-main__accordeon {
  border: 0.1rem solid #8090a4;
  border-radius: 1.2rem;
}
.faq-main__body:last-of-type .faq-main__content {
  border-bottom: none;
}
.faq-main__content {
  padding: 2rem 2.4rem;
  border-bottom: 0.1rem solid #8090a4;
}
.department-single__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.department-single__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
}
.department-single__body {
  line-height: 150%;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.department-single__phone {
  font-size: 2rem;
}
.department-single__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}
.department-single__title {
  margin-bottom: 0.8rem;
}
.department-single__staff-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.department-single__staff-card {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
}
.department-single__staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4rem;
}

.staff-card__photo {
  position: relative;
  width: 26rem;
  height: 30rem;
  border-radius: 1rem;
  overflow: hidden;
}
.staff-card__photo img {
  -o-object-position: 40% 50%;
     object-position: 40% 50%;
}
.staff-card__name {
  margin-bottom: 0.8rem;
}
.staff-card__position {
  text-align: center;
  margin-bottom: 1.2rem;
}
.staff-card__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.staff-card__details li {
  list-style: disc;
}

.consultation-main__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.consultation-main__title {
  color: #fff;
}
.consultation-main__text {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1rem;
}
.consultation-main__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 20rem;
  min-height: 4.5rem;
  background-color: #fff;
  color: #0f2137;
  border-radius: 1.2rem;
}

.news-main__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.news-main__title {
  margin-bottom: 3rem;
}
.news-main__articles {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(30rem, 100%), 1fr));
  gap: 4rem;
}
@media (max-width: 75rem) {
  .news-main__articles {
    gap: calc(1.6rem + 2.4 * (100vw - 37.5rem) / 82.5);
  }
}
.news-main__articles {
  margin-bottom: 4rem;
}
@media (max-width: 75rem) {
  .news-main__articles {
    margin-bottom: calc(2rem + 2 * (100vw - 37.5rem) / 82.5);
  }
}
.article-main__breadcrumbs {
  margin-bottom: 2rem;
}
.article-main__title {
  margin-bottom: 3rem;
}
.article-main__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 2rem;
  border-block: 0.1rem solid #e5e4e4;
  margin-bottom: 3rem;
}
.article-main__body {
  margin-bottom: 4rem;
}
.news-other {
  margin-block: 6rem;
}
.news-other__title {
  margin-bottom: 3rem;
}
.news-other__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.4rem 1fr 2.4rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (max-width: 61.998em) {
  .news-other__content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 47.998em) {
  .news-other__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.info-article__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.6rem;
}

.article-author__image {
  max-width: 4rem;
}
.article-author__name {
  font-size: 1.4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7rem;
          flex: 0 0 7rem;
}

.privacy-policy__title_main {
  margin-bottom: 3rem;
  text-align: center;
}
.privacy-policy__title_secondary {
  margin-bottom: 1rem;
}
.privacy-policy__text {
  line-height: 120%;
  margin-bottom: 2rem;
}

.contacts-main__title {
  margin-bottom: 0.4rem;
}
.contacts-main__title_center {
  text-align: center;
}
.contacts-main__content ul {
  margin-bottom: 2rem;
}
.contacts-main__content ul li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.contacts-main__email {
  display: inline-block;
  margin-bottom: 2rem;
}
.contacts-main__form {
  max-width: 50rem;
  margin: 0 auto;
}
.contacts-main .form-contacts__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  padding: 1.6rem 0rem 1rem 0rem;
}
.contacts-main .form-contacts__item {
  padding: 1.6rem;
  border: 0.1rem solid #00244f;
  border-radius: 1rem;
}
.contacts-main .form-contacts__input {
  font-size: 1.6rem;
  width: 100%;
}
.contacts-main .form-contacts__textarea {
  width: 100%;
  font-size: 1.8rem;
  resize: vertical;
}
.contacts-main .form-contacts__checkbox {
  margin-bottom: 3rem;
}
.contacts-main .form-contacts__checkbox a {
  border-bottom: 0.15rem solid #00244f;
}
.contacts-main .form-contacts__submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 100%;
  min-height: 6rem;
  color: #00244f;
  border: 0.1rem solid #00244f;
  border-radius: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .contacts-main .form-contacts__submit:hover {
    color: #fff;
    border: 0.1rem solid transparent;
    background-color: #00244f;
  }
}

.public-main__title {
  margin-bottom: 3rem;
}
.tabs__list li {
  padding: 2rem;
  border-radius: 1rem 1rem 0 0;
}
.tabs__body {
  background-color: lightgray;
  padding: 10rem;
}

.institution-single__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  margin-bottom: 2rem;
}
.institution-single__image {
  width: 3rem;
  height: 6rem;
}
.institution-single__department {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.institution-single .entry-content {
  margin-bottom: 3rem;
}

.staff-single__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  margin-bottom: 6rem;
}
.staff-single__photo {
  width: 50rem;
}
@media (max-width: 75rem) {
  .staff-single__photo {
    width: calc(30rem + 20 * (100vw - 37.5rem) / 82.5);
  }
}
.staff-single__photo {
  height: 50rem;
}
@media (max-width: 75rem) {
  .staff-single__photo {
    height: calc(30rem + 20 * (100vw - 37.5rem) / 82.5);
  }
}
.staff-single__name {
  text-align: center;
  margin-bottom: 0.8rem;
}
.administration-main__title {
  margin-bottom: 1.6rem;
}
.administration-main__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
  gap: 2rem;
}
.administration-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.management-card__image {
  width: 28rem;
  height: 28rem;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 0.8rem;
}
.management-card__position {
  max-width: 28rem;
  font-size: 1.4rem;
}