@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter&display=swap");
@font-face {
  font-family: "Vezitsa";
  src: url("../fonts/ofont.ru_Vezitsa.ttf");
  src: local("Vezitsa"), url("../fonts/ofont.ru_Vezitsa.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype-variations");
  font-style: normal;
  font-weight: 100 900;
}
.footer__radio-play {
  position: relative;
  margin-bottom: 7px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.footer__radio-play::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-image: url("/img/picture/Rectangle 27.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.hidden {
  display: none;
}

.bullentinDetail-content-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  max-width: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media (min-width: 1920px) {
  .bullentinDetail-content-img {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .bullentinDetail-content-img {
    margin-bottom: calc(2.15517241vw - 1.3793103448px);
  }
}
@media (max-width: 576px) {
  .bulletinDetail__content-text img {
    max-width: 100%;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.noScroll {
  overflow: hidden;
}

body {
  font-family: "Montserrat";
  font-weight: 400;
  background: #fff;
  color: #14222d;
  overflow-x: hidden;
}

h1 {
  font-weight: 400;
}

textarea {
  resize: none;
  outline: none;
}

.container {
  width: 100%;
  max-width: 1552px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    max-width: none;
  }
}

.visible {
  display: block !important;
}

section {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  section {
    margin-bottom: calc(0.1056034483 * 100vw + -64.7586206897px);
  }
}
@media (min-width: 1920px) {
  section {
    margin-bottom: 138px;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .breadcrumbs {
    margin-bottom: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .breadcrumbs {
    margin-bottom: 40px;
  }
}
.breadcrumbs__link {
  color: var(--grey, #868c90);
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  font-size: 14px;
}
@media (min-width: 992px) {
  .breadcrumbs__link {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .breadcrumbs__link {
    font-size: 16px;
  }
}
.breadcrumbs__link:hover {
  color: #619dc9;
}
.breadcrumbs__link:last-child {
  color: #14222d;
}
.breadcrumbs__link:last-child::after {
  display: none;
}
.breadcrumbs__link::after {
  content: url("../img/picture/next 1.png");
  color: #868c90;
  margin-right: 8px;
  margin-left: 8px;
}
@media (min-width: 992px) {
  .breadcrumbs__link::after {
    margin-right: calc(0.0021551724 * 100vw + 5.8620689655px);
  }
}
@media (min-width: 1920px) {
  .breadcrumbs__link::after {
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .breadcrumbs__link::after {
    margin-left: calc(0.0021551724 * 100vw + 5.8620689655px);
  }
}
@media (min-width: 1920px) {
  .breadcrumbs__link::after {
    margin-left: 10px;
  }
}

.fontWeight500 {
  font-weight: 500;
}

.title {
  color: var(--black, #14222d);
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.857%;
  font-size: 32px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .title {
    font-size: calc(0.0107758621 * 100vw + 21.3103448276px);
  }
}
@media (min-width: 1920px) {
  .title {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .title {
    margin-bottom: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .title {
    margin-bottom: 30px;
  }
}
.title span {
  display: block;
}

.decanato {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .decanato {
    margin-bottom: calc(0.1056034483 * 100vw + -64.7586206897px);
  }
}
@media (min-width: 1920px) {
  .decanato {
    margin-bottom: 138px;
  }
}
.decanato__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 30px;
}
@media (min-width: 992px) {
  .decanato__list {
    -webkit-column-gap: calc(0.0075431034 * 100vw + 7.5172413793px);
       -moz-column-gap: calc(0.0075431034 * 100vw + 7.5172413793px);
            column-gap: calc(0.0075431034 * 100vw + 7.5172413793px);
  }
}
@media (min-width: 1920px) {
  .decanato__list {
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
  }
}
@media (min-width: 992px) {
  .decanato__list {
    row-gap: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .decanato__list {
    row-gap: 60px;
  }
}
.decanato__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (min-width: 992px) {
  .decanato__card {
    gap: calc(0.0032327586 * 100vw + 8.7931034483px);
  }
}
@media (min-width: 1920px) {
  .decanato__card {
    gap: 15px;
  }
}
.decanato__card img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 992px) {
  .decanato__card img {
    height: calc(0.0775862069 * 100vw + 223.0344827586px);
  }
}
@media (min-width: 1920px) {
  .decanato__card img {
    height: 372px;
  }
}
.decanato__card-name {
  color: var(--black, #14222d);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  font-size: 20px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .decanato__card-name {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .decanato__card-name {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .decanato__card-name {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .decanato__card-name {
    margin-bottom: 20px;
  }
}
.decanato__card-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (min-width: 992px) {
  .decanato__card-items {
    gap: calc(0.0021551724 * 100vw + 5.8620689655px);
  }
}
@media (min-width: 1920px) {
  .decanato__card-items {
    gap: 10px;
  }
}
.decanato__card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.decanato__card-itemName {
  color: var(--grey, #868c90);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
}
.decanato__card-itemValue {
  color: var(--black, #14222d);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  font-size: 14px;
}
@media (min-width: 992px) {
  .decanato__card-itemValue {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .decanato__card-itemValue {
    font-size: 16px;
  }
}

.search {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .search {
    margin-bottom: calc(0.1056034483 * 100vw + -64.7586206897px);
  }
}
@media (min-width: 1920px) {
  .search {
    margin-bottom: 138px;
  }
}
.search__wrapper {
  max-width: 1263px;
}
.search .pagination {
  margin-left: 0;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .search .pagination {
    margin-top: calc(0.0215517241 * 100vw + 18.6206896552px);
  }
}
@media (min-width: 1920px) {
  .search .pagination {
    margin-top: 60px;
  }
}
.search__input {
  width: 100%;
  border-radius: 29px;
  border: 1px solid var(--lighy-grey, #e9eff2);
  background: #fff;
  color: var(--black, #14222d);
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .search__input {
    padding: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .search__input {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .search__input {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .search__input {
    margin-bottom: 20px;
  }
}
.search__amount {
  color: var(--grey, #868c90);
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .search__amount {
    margin-bottom: calc(0.0269396552 * 100vw + 3.275862069px);
  }
}
@media (min-width: 1920px) {
  .search__amount {
    margin-bottom: 55px;
  }
}
.search__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search__item {
  border-bottom: 1px solid var(--line-grey, #e5e5e5);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .search__item {
    padding-top: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .search__item {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .search__item {
    padding-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .search__item {
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .search__item {
    padding-left: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .search__item {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .search__item {
    padding-right: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .search__item {
    padding-right: 20px;
  }
}
.search__item:hover h3 {
  color: #0060a7;
}
.search__item:first-child {
  border-top: 1px solid var(--line-grey, #e5e5e5);
}
.search__item .breadcrumbs {
  margin-bottom: 0;
}
.search__item .breadcrumbs__link:last-child {
  color: var(--grey, #868c90);
}
.search__item h3 {
  color: var(--blue, #619dc9);
  font-family: "Montserrat";
  font-size: 20px;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 18px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .search__item h3 {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .search__item h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .search__item h3 {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .search__item h3 {
    margin-bottom: 20px;
  }
}
.search__item p {
  color: var(--black, #302c2c);
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  font-size: 14px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .search__item p {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .search__item p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .search__item p {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .search__item p {
    margin-bottom: 20px;
  }
}
.search__item p span {
  font-weight: 700;
}

.donation {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .donation {
    margin-bottom: calc(0.1056034483 * 100vw + -64.7586206897px);
  }
}
@media (min-width: 1920px) {
  .donation {
    margin-bottom: 138px;
  }
}
.donation .title {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.donation__wrapper {
  max-width: 1008px;
  margin: 0 auto;
}
.donation__wrapper > div {
  color: var(--black, #14222d);
  text-align: center;
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .donation__wrapper > div {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .donation__wrapper > div {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .donation__wrapper > div {
    margin-bottom: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .donation__wrapper > div {
    margin-bottom: 30px;
  }
}
.donation__wrapper > p {
  color: var(--black, #14222d);
  text-align: center;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 202.778%;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .donation__wrapper > p {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .donation__wrapper > p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .donation__wrapper > p {
    margin-bottom: calc(0.0193965517 * 100vw + 0.7586206897px);
  }
}
@media (min-width: 1920px) {
  .donation__wrapper > p {
    margin-bottom: 38px;
  }
}
.donation__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media (min-width: 992px) {
  .donation__box {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .donation__box {
    gap: 20px;
  }
}
.donation__left {
  border: 1px solid var(--blue, #619dc9);
  padding: 15px;
}
@media (min-width: 992px) {
  .donation__left {
    padding: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .donation__left {
    padding: 20px;
  }
}
.donation__left > img {
  width: 167px;
  height: 167px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 130px;
  height: 130px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .donation__left > img {
    width: calc(0.0398706897 * 100vw + 90.4482758621px);
  }
}
@media (min-width: 1920px) {
  .donation__left > img {
    width: 167px;
  }
}
@media (min-width: 992px) {
  .donation__left > img {
    height: calc(0.0398706897 * 100vw + 90.4482758621px);
  }
}
@media (min-width: 1920px) {
  .donation__left > img {
    height: 167px;
  }
}
@media (min-width: 992px) {
  .donation__left > img {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .donation__left > img {
    margin-bottom: 20px;
  }
}
.donation__left > div {
  text-align: start;
  color: var(--black, #14222d);
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
  font-size: 16px;
}
@media (min-width: 992px) {
  .donation__left > div {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .donation__left > div {
    font-size: 18px;
  }
}
.donation__left > div a {
  color: var(--blue, #619dc9);
  text-decoration-line: underline;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
}
.donation__left > div a:hover {
  color: #0060a7;
}
.donation__left > div:first-of-type {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .donation__left > div:first-of-type {
    margin-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .donation__left > div:first-of-type {
    margin-bottom: 15px;
  }
}
.donation__left ol {
  padding-left: 20px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .donation__left ol {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .donation__left ol {
    margin-bottom: 20px;
  }
}
.donation__left ol li {
  text-align: start;
  color: var(--black, #14222d);
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  font-size: 16px;
}
@media (min-width: 992px) {
  .donation__left ol li {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .donation__left ol li {
    font-size: 18px;
  }
}
.donation__right {
  background: #f3f7fa;
  padding: 15px;
}
@media (min-width: 992px) {
  .donation__right {
    padding: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .donation__right {
    padding: 20px;
  }
}
.donation__right h3 {
  color: var(--black, #14222d);
  font-family: "Montserrat";
  font-size: 24px;
  text-align: start;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  font-size: 20px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .donation__right h3 {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .donation__right h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .donation__right h3 {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .donation__right h3 {
    margin-bottom: 20px;
  }
}
.donation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (min-width: 992px) {
  .donation__item {
    gap: calc(0.0021551724 * 100vw + 5.8620689655px);
  }
}
@media (min-width: 1920px) {
  .donation__item {
    gap: 10px;
  }
}
.donation__item:not(:last-of-type) {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .donation__item:not(:last-of-type) {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .donation__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.donation__item-text {
  color: var(--grey, #868c90);
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
  text-align: start;
}
.donation__item-value {
  color: var(--black, #14222d);
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.222%;
  text-align: start;
  font-size: 16px;
}
@media (min-width: 992px) {
  .donation__item-value {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .donation__item-value {
    font-size: 18px;
  }
}

.error {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .error {
    margin-bottom: calc(0.1487068966 * 100vw + -107.5172413793px);
  }
}
@media (min-width: 1920px) {
  .error {
    margin-bottom: 178px;
  }
}
.error__text {
  color: #273137;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
  font-size: 16px;
  max-width: 423px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .error__text {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .error__text {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .error__text {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .error__text {
    margin-bottom: 40px;
  }
}

.decanatoDetail__wrapper {
  max-width: 1008px;
  margin: 0 auto;
}
.decanatoDetail__wrapper > img {
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 40px;
  width: 100%;
  height: 400px;
}
@media (min-width: 992px) {
  .decanatoDetail__wrapper > img {
    margin-bottom: calc(0.0215517241 * 100vw + 18.6206896552px);
  }
}
@media (min-width: 1920px) {
  .decanatoDetail__wrapper > img {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .decanatoDetail__wrapper > img {
    height: calc(0.307112069 * 100vw + 95.3448275862px);
  }
}
@media (min-width: 1920px) {
  .decanatoDetail__wrapper > img {
    height: 685px;
  }
}
.decanatoDetail .title {
  width: 80%;
}
.decanatoDetail__swiper-prev {
  position: relative;
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  left: 8px;
  height: 40px;
  cursor: pointer;
}
.decanatoDetail__swiper-prev svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.decanatoDetail__swiper-next {
  position: relative;
  background-color: #fff;
  width: 40px;
  height: 40px;
  right: 8px;
  cursor: pointer;
  border-radius: 50%;
}
.decanatoDetail__swiper-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.decanatoDetail__swiper-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.decanatoDetail__swiper-additional {
  overflow: hidden;
}
.decanatoDetail__swiper-additional .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 130px;
}
@media (min-width: 992px) {
  .decanatoDetail__swiper-additional .swiper-slide img {
    height: calc(0.0323275862 * 100vw + 97.9310344828px);
  }
}
@media (min-width: 1920px) {
  .decanatoDetail__swiper-additional .swiper-slide img {
    height: 160px;
  }
}
.decanatoDetail__swiper-main {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .decanatoDetail__swiper-main {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .decanatoDetail__swiper-main {
    margin-bottom: 20px;
  }
}
.decanatoDetail__swiper-main .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 400px;
}
@media (min-width: 992px) {
  .decanatoDetail__swiper-main .swiper-slide img {
    height: calc(0.338362069 * 100vw + 64.3448275862px);
  }
}
@media (min-width: 1920px) {
  .decanatoDetail__swiper-main .swiper-slide img {
    height: 714px;
  }
}
.decanatoDetail__textBox {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .decanatoDetail__textBox {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .decanatoDetail__textBox {
    margin-bottom: 40px;
  }
}
.decanatoDetail__textBox h3,
.decanatoDetail__textBox h2,
.decanatoDetail__textBox h4,
.decanatoDetail__textBox h5 {
  color: var(--black, #14222d);
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
  font-size: 20px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .decanatoDetail__textBox h3,
  .decanatoDetail__textBox h2,
  .decanatoDetail__textBox h4,
  .decanatoDetail__textBox h5 {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .decanatoDetail__textBox h3,
  .decanatoDetail__textBox h2,
  .decanatoDetail__textBox h4,
  .decanatoDetail__textBox h5 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .decanatoDetail__textBox h3,
  .decanatoDetail__textBox h2,
  .decanatoDetail__textBox h4,
  .decanatoDetail__textBox h5 {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .decanatoDetail__textBox h3,
  .decanatoDetail__textBox h2,
  .decanatoDetail__textBox h4,
  .decanatoDetail__textBox h5 {
    margin-bottom: 20px;
  }
}
.decanatoDetail__textBox p {
  color: var(--black, #14222d);
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .decanatoDetail__textBox p {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .decanatoDetail__textBox p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .decanatoDetail__textBox p {
    margin-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .decanatoDetail__textBox p {
    margin-bottom: 15px;
  }
}
.decanatoDetail__textBox p span {
  font-weight: 500px;
}
.decanatoDetail__contact {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .decanatoDetail__contact {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .decanatoDetail__contact {
    margin-bottom: 40px;
  }
}
.decanatoDetail__contact h4,
.decanatoDetail__contact h3,
.decanatoDetail__contact h2,
.decanatoDetail__contact h5 {
  color: var(--black, #14222d);
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  font-size: 18px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .decanatoDetail__contact h4,
  .decanatoDetail__contact h3,
  .decanatoDetail__contact h2,
  .decanatoDetail__contact h5 {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .decanatoDetail__contact h4,
  .decanatoDetail__contact h3,
  .decanatoDetail__contact h2,
  .decanatoDetail__contact h5 {
    font-size: 20px;
  }
}
.decanatoDetail__contact div {
  color: var(--grey, #868c90);
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
  margin-bottom: 5px;
}
.decanatoDetail__contact p,
.decanatoDetail__contact a {
  color: var(--black, #14222d);
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
}
.decanatoDetail__contact a {
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
}
.decanatoDetail__contact a:hover {
  color: #619dc9;
}
.decanatoDetail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .decanatoDetail__item {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .decanatoDetail__item {
    margin-bottom: 20px;
  }
}
.decanatoDetail__item h4,
.decanatoDetail__item h3,
.decanatoDetail__item h2,
.decanatoDetail__item h5 {
  color: var(--black, #14222d);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  font-size: 18px;
}
@media (min-width: 992px) {
  .decanatoDetail__item h4,
  .decanatoDetail__item h3,
  .decanatoDetail__item h2,
  .decanatoDetail__item h5 {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .decanatoDetail__item h4,
  .decanatoDetail__item h3,
  .decanatoDetail__item h2,
  .decanatoDetail__item h5 {
    font-size: 20px;
  }
}
.decanatoDetail__item p {
  color: var(--black, #14222d);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  font-size: 14px;
}
@media (min-width: 992px) {
  .decanatoDetail__item p {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .decanatoDetail__item p {
    font-size: 16px;
  }
}

.resourses__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px;
  border-bottom: 1px solid #e3e9ed;
  gap: 20px;
}
@media (min-width: 992px) {
  .resourses__item {
    padding: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .resourses__item {
    padding: 20px;
  }
}
.resourses__item p {
  color: var(--black, #14222d);
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  font-size: 18px;
}
@media (min-width: 992px) {
  .resourses__item p {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .resourses__item p {
    font-size: 20px;
  }
}
.resourses__item a {
  text-wrap: nowrap;
  color: var(--blue, #619dc9);
  text-align: right;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  font-size: 14px;
  text-decoration-line: underline;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .resourses__item a {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .resourses__item a {
    font-size: 16px;
  }
}
.resourses__item a:hover {
  color: #0060a7;
}

.comission__wrapper {
  max-width: 1133px;
}
.comission p {
  color: var(--black, #14222d);
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .comission p {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .comission p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .comission p {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .comission p {
    margin-bottom: 20px;
  }
}
.comission span {
  color: var(--black, #14222d);
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
  font-size: 16px;
}
@media (min-width: 992px) {
  .comission span {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .comission span {
    font-size: 18px;
  }
}
.comission div {
  color: var(--black, #14222d);
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .comission div {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .comission div {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .comission div {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .comission div {
    margin-bottom: 20px;
  }
}
.comission__schedule div {
  color: var(--black, #14222d);
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
  font-size: 16px;
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .comission__schedule div {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .comission__schedule div {
    font-size: 18px;
  }
}
.comission__presidente {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .comission__presidente {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .comission__presidente {
    margin-top: 60px;
  }
}
.comission__presidente h3 {
  color: var(--black, #14222d);
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  font-size: 20px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .comission__presidente h3 {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .comission__presidente h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .comission__presidente h3 {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .comission__presidente h3 {
    margin-bottom: 20px;
  }
}
.comission__presidente-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.comission__presidente-phone div, .comission__presidente-mail div {
  color: var(--grey, #868c90);
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
  /*  */
  margin-bottom: 5px;
}
.comission__presidente-phone a, .comission__presidente-mail a {
  color: var(--black, #14222d);
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.222%;
  font-size: 16px;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .comission__presidente-phone a, .comission__presidente-mail a {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .comission__presidente-phone a, .comission__presidente-mail a {
    font-size: 18px;
  }
}
.comission__presidente-phone a:hover, .comission__presidente-mail a:hover {
  color: #619dc9;
}

.contacts {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .contacts {
    margin-bottom: calc(0.1056034483 * 100vw + -64.7586206897px);
  }
}
@media (min-width: 1920px) {
  .contacts {
    margin-bottom: 138px;
  }
}
.contacts__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media (min-width: 992px) {
  .contacts__wrapper {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contacts__wrapper {
    gap: 20px;
  }
}
.contacts__address {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .contacts__address {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contacts__address {
    margin-bottom: 20px;
  }
}
.contacts__address div {
  color: var(--grey, #868c90);
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 157.143%;
  margin-bottom: 10px;
  /*  */
}
.contacts__address p {
  color: var(--black, #14222d);
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.222%;
  font-size: 16px;
}
@media (min-width: 992px) {
  .contacts__address p {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__address p {
    font-size: 18px;
  }
}
.contacts__phone {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .contacts__phone {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contacts__phone {
    margin-bottom: 20px;
  }
}
.contacts__phone div {
  color: var(--grey, #868c90);
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 157.143%;
  margin-bottom: 10px;
}
.contacts__phone p {
  color: var(--black, #14222d);
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  font-size: 14px;
}
@media (min-width: 992px) {
  .contacts__phone p {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__phone p {
    font-size: 16px;
  }
}
.contacts__phone-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 5px !important;
}
@media (min-width: 992px) {
  .contacts__phone-list {
    gap: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .contacts__phone-list {
    gap: 30px;
  }
}
.contacts__phone-list a {
  color: var(--black, #14222d);
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.222%;
  font-size: 16px;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .contacts__phone-list a {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__phone-list a {
    font-size: 18px;
  }
}
.contacts__phone-list a:hover {
  color: #619dc9;
}
.contacts__mail {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .contacts__mail {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contacts__mail {
    margin-bottom: 20px;
  }
}
.contacts__mail div {
  color: var(--grey, #868c90);
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 157.143%;
  margin-bottom: 10px;
}
.contacts__mail a {
  color: var(--black, #14222d);
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.222%;
  font-size: 16px;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .contacts__mail a {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__mail a {
    font-size: 18px;
  }
}
.contacts__mail a:hover {
  color: #619dc9;
}
.contacts__site {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .contacts__site {
    margin-bottom: calc(0.0172413793 * 100vw + 12.8965517241px);
  }
}
@media (min-width: 1920px) {
  .contacts__site {
    margin-bottom: 46px;
  }
}
.contacts__site div {
  color: var(--grey, #868c90);
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 157.143%;
  margin-bottom: 10px;
}
.contacts__site a {
  color: var(--blue, #619dc9);
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.222%;
  font-size: 16px;
  text-decoration-line: underline;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .contacts__site a {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__site a {
    font-size: 18px;
  }
}
.contacts__site a:hover {
  color: #0060a7;
}
.contacts__arhi h3 {
  color: var(--black, #14222d);
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  font-size: 20px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .contacts__arhi h3 {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .contacts__arhi h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .contacts__arhi h3 {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contacts__arhi h3 {
    margin-bottom: 20px;
  }
}
.contacts__arhi a {
  color: var(--black, #14222d);
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.222%;
  font-size: 16px;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .contacts__arhi a {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__arhi a {
    font-size: 18px;
  }
}
.contacts__arhi a:hover {
  color: #619dc9;
}
.contacts__right #map {
  width: 100%;
  height: 100%;
}

.cleroDetail__wrapper {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 30px;
}
@media (min-width: 992px) {
  .cleroDetail__wrapper {
    gap: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .cleroDetail__wrapper {
    gap: 60px;
  }
}
.cleroDetail__left img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 500px;
}
@media (min-width: 992px) {
  .cleroDetail__left img {
    height: calc(0.349137931 * 100vw + 153.6551724138px);
  }
}
@media (min-width: 1920px) {
  .cleroDetail__left img {
    height: 824px;
  }
}
.cleroDetail__textBox {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cleroDetail__textBox {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .cleroDetail__textBox {
    margin-bottom: 40px;
  }
}
.cleroDetail__textBox h3,
.cleroDetail__textBox h4,
.cleroDetail__textBox h5 {
  color: var(--black, #14222d);
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cleroDetail__textBox h3,
  .cleroDetail__textBox h4,
  .cleroDetail__textBox h5 {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .cleroDetail__textBox h3,
  .cleroDetail__textBox h4,
  .cleroDetail__textBox h5 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cleroDetail__textBox h3,
  .cleroDetail__textBox h4,
  .cleroDetail__textBox h5 {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .cleroDetail__textBox h3,
  .cleroDetail__textBox h4,
  .cleroDetail__textBox h5 {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cleroDetail__textBox h3,
  .cleroDetail__textBox h4,
  .cleroDetail__textBox h5 {
    margin-top: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .cleroDetail__textBox h3,
  .cleroDetail__textBox h4,
  .cleroDetail__textBox h5 {
    margin-top: 40px;
  }
}
.cleroDetail__textBox p {
  color: var(--black, #14222d);
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  margin-bottom: 5px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .cleroDetail__textBox p {
    margin-bottom: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .cleroDetail__textBox p {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .cleroDetail__textBox p {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .cleroDetail__textBox p {
    font-size: 18px;
  }
}
.cleroDetail__textBox div {
  color: var(--grey, #868c90);
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
  margin-bottom: 5px;
}
.cleroDetail__textBox a {
  color: var(--black, #14222d);
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  line-height: 122.222%;
  font-size: 16px;
}
@media (min-width: 992px) {
  .cleroDetail__textBox a {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .cleroDetail__textBox a {
    font-size: 18px;
  }
}
.cleroDetail__textBox a:hover {
  color: #619dc9;
}

.monastery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.monastery__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
}
@media (min-width: 992px) {
  .monastery__content {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .monastery__content {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .monastery__content {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .monastery__content {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .monastery__content {
    padding-top: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .monastery__content {
    padding-top: 20px;
  }
}
.monastery__item {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e9ed;
}
@media (min-width: 992px) {
  .monastery__item {
    padding-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .monastery__item {
    padding-bottom: 20px;
  }
}
.monastery__item-name {
  color: var(--black, #14222d);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  width: 90%;
  line-height: 125%;
  font-size: 20px;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .monastery__item-name {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .monastery__item-name {
    font-size: 24px;
  }
}
.monastery__item-name:hover {
  color: #619dc9;
}
.monastery__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.monastery__box-function {
  color: var(--grey, #868c90);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
  margin-bottom: 3px;
}
@media (min-width: 992px) {
  .monastery__box-function {
    margin-bottom: calc(0.0021551724 * 100vw + 0.8620689655px);
  }
}
@media (min-width: 1920px) {
  .monastery__box-function {
    margin-bottom: 5px;
  }
}
.monastery__box-left {
  width: 30%;
}
.monastery__box-name {
  color: var(--black, #14222d);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.222%;
  font-size: 16px;
}
@media (min-width: 992px) {
  .monastery__box-name {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .monastery__box-name {
    font-size: 18px;
  }
}
.monastery__box-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 74%;
}
@media (min-width: 992px) {
  .monastery__box-right {
    gap: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .monastery__box-right {
    gap: 40px;
  }
}
.monastery__box-phone, .monastery__box-mail, .monastery__box-social, .monastery__box-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  width: 24%;
}
.monastery__box-phoneText, .monastery__box-mailText, .monastery__box-socialText, .monastery__box-siteText {
  color: var(--grey, #868c90);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
}
.monastery__box-phoneLink, .monastery__box-mailLink, .monastery__box-socialLink, .monastery__box-siteLink {
  word-wrap: break-word;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.222%;
  font-size: 16px;
  color: #619dc9;
  text-decoration-line: underline;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .monastery__box-phoneLink, .monastery__box-mailLink, .monastery__box-socialLink, .monastery__box-siteLink {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .monastery__box-phoneLink, .monastery__box-mailLink, .monastery__box-socialLink, .monastery__box-siteLink {
    font-size: 18px;
  }
}
.monastery__box-phoneLink:hover, .monastery__box-mailLink:hover, .monastery__box-socialLink:hover, .monastery__box-siteLink:hover {
  color: #0060a7;
}
.monastery__box-phoneValue, .monastery__box-mailValue, .monastery__box-socialValue, .monastery__box-siteValue {
  color: var(--black, #14222d);
  word-wrap: break-word;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.222%;
  font-size: 16px;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .monastery__box-phoneValue, .monastery__box-mailValue, .monastery__box-socialValue, .monastery__box-siteValue {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .monastery__box-phoneValue, .monastery__box-mailValue, .monastery__box-socialValue, .monastery__box-siteValue {
    font-size: 18px;
  }
}
.monastery__box-phoneValue:hover, .monastery__box-mailValue:hover, .monastery__box-socialValue:hover, .monastery__box-siteValue:hover {
  color: #619dc9;
}

.parts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.parts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (min-width: 992px) {
  .parts__content {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .parts__content {
    gap: 20px;
  }
}
.parts__wrapper {
  max-width: 1222px;
  width: 100%;
}
.parts__item {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e9ed;
}
@media (min-width: 992px) {
  .parts__item {
    padding-top: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .parts__item {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .parts__item {
    padding-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .parts__item {
    padding-bottom: 20px;
  }
}
.parts__item-name {
  color: var(--black, #14222d);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  width: 90%;
  line-height: 125%;
  font-size: 20px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .parts__item-name {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .parts__item-name {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .parts__item-name {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .parts__item-name {
    margin-bottom: 20px;
  }
}
.parts__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.parts__box-function {
  color: var(--grey, #868c90);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
  margin-bottom: 3px;
}
@media (min-width: 992px) {
  .parts__box-function {
    margin-bottom: calc(0.0021551724 * 100vw + 0.8620689655px);
  }
}
@media (min-width: 1920px) {
  .parts__box-function {
    margin-bottom: 5px;
  }
}
.parts__box-name {
  color: var(--black, #14222d);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.222%;
  font-size: 16px;
}
@media (min-width: 992px) {
  .parts__box-name {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .parts__box-name {
    font-size: 18px;
  }
}
.parts__box-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
}
.parts__box-phone, .parts__box-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  width: 35%;
}
.parts__box-phoneText, .parts__box-mailText {
  color: var(--grey, #868c90);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
}
.parts__box-phoneValue, .parts__box-mailValue {
  color: var(--black, #14222d);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.222%;
  font-size: 16px;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .parts__box-phoneValue, .parts__box-mailValue {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .parts__box-phoneValue, .parts__box-mailValue {
    font-size: 18px;
  }
}
.parts__box-phoneValue:hover, .parts__box-mailValue:hover {
  color: #619dc9;
}

.edictDetail__title {
  text-align: center;
}
.edictDetail__wrapper {
  max-width: 1008px;
  margin: 0 auto;
}
.edictDetail__name {
  color: var(--black, #14222d);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .edictDetail__name {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .edictDetail__name {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .edictDetail__name {
    margin-bottom: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .edictDetail__name {
    margin-bottom: 30px;
  }
}
.edictDetail__info {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .edictDetail__info {
    margin-bottom: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .edictDetail__info {
    margin-bottom: 30px;
  }
}
.edictDetail__info span {
  color: var(--black, #14222d);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  display: block;
  line-height: 202.778%;
  font-size: 16px;
}
@media (min-width: 992px) {
  .edictDetail__info span {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .edictDetail__info span {
    font-size: 18px;
  }
}
.edictDetail__info p {
  color: var(--black, #14222d);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.5px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .edictDetail__info p {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .edictDetail__info p {
    font-size: 18px;
  }
}
.edictDetail__box p {
  color: var(--black, #14222d);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .edictDetail__box p {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .edictDetail__box p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .edictDetail__box p {
    margin-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .edictDetail__box p {
    margin-bottom: 15px;
  }
}
.edictDetail__box h3,
.edictDetail__box h5 {
  color: var(--black, #14222d);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .edictDetail__box h3,
  .edictDetail__box h5 {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .edictDetail__box h3,
  .edictDetail__box h5 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .edictDetail__box h3,
  .edictDetail__box h5 {
    margin-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .edictDetail__box h3,
  .edictDetail__box h5 {
    margin-bottom: 15px;
  }
}
.edictDetail__box ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .edictDetail__box ol {
    margin-bottom: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .edictDetail__box ol {
    margin-bottom: 30px;
  }
}
.edictDetail__box ol li {
  color: var(--black, #14222d);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .edictDetail__box ol li {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .edictDetail__box ol li {
    font-size: 18px;
  }
}
.edictDetail__box div {
  color: var(--black, #14222d);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
  font-size: 20px;
}
@media (min-width: 992px) {
  .edictDetail__box div {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .edictDetail__box div {
    font-size: 24px;
  }
}
.edictDetail__box table {
  margin-bottom: 20px;
}
.edictDetail__box table tr:first-child td:first-child {
  border-top-left-radius: 20px;
}
.edictDetail__box table tr:first-child td:last-child {
  border-top-right-radius: 20px;
}
.edictDetail__box table tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}
.edictDetail__box table tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}
.edictDetail__box table td {
  background-color: #f3f7fa;
  padding: 10px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #f3f7fa;
}
@media (min-width: 992px) {
  .edictDetail__box table td {
    padding: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .edictDetail__box table td {
    padding: 20px;
  }
}
.edictDetail__date {
  color: var(--grey, #868c90);
  font-size: 16px;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  line-height: 137.5%;
  font-size: 14px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .edictDetail__date {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .edictDetail__date {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .edictDetail__date {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .edictDetail__date {
    margin-bottom: 40px;
  }
}

.about {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .about {
    margin-bottom: calc(0.1056034483 * 100vw + -64.7586206897px);
  }
}
@media (min-width: 1920px) {
  .about {
    margin-bottom: 138px;
  }
}
.about__wrapper {
  max-width: 1007px;
}
.about img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 450px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .about img {
    height: calc(0.1400862069 * 100vw + 311.0344827586px);
  }
}
@media (min-width: 1920px) {
  .about img {
    height: 580px;
  }
}
@media (min-width: 992px) {
  .about img {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .about img {
    margin-bottom: 60px;
  }
}
.about__box {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .about__box {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .about__box {
    margin-bottom: 40px;
  }
}
.about__box h3 {
  color: var(--black, #14222d);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
  font-size: 20px;
}
@media (min-width: 992px) {
  .about__box h3 {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .about__box h3 {
    font-size: 24px;
  }
}
.about__box h4 {
  color: var(--black, #14222d);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  font-size: 18px;
}
@media (min-width: 992px) {
  .about__box h4 {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .about__box h4 {
    font-size: 20px;
  }
}
.about__box > div {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .about__box > div {
    margin-bottom: calc(0.005387931 * 100vw + 14.6551724138px);
  }
}
@media (min-width: 1920px) {
  .about__box > div {
    margin-bottom: 25px;
  }
}
.about__box > div ul {
  padding-left: 20px;
  list-style: disc;
}
.about__box > div ul li {
  color: var(--black, #14222d);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  font-size: 16px;
}
@media (min-width: 992px) {
  .about__box > div ul li {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .about__box > div ul li {
    font-size: 18px;
  }
}
.about__box > div p {
  color: var(--black, #14222d);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  font-size: 16px;
}
@media (min-width: 992px) {
  .about__box > div p {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .about__box > div p {
    font-size: 18px;
  }
}
.about__box > div p:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .about__box > div p:not(:last-child) {
    margin-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .about__box > div p:not(:last-child) {
    margin-bottom: 15px;
  }
}
.about__box > div p a {
  color: var(--black, #14222d);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  border-bottom: 1px solid #14222d;
  font-size: 16px;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .about__box > div p a {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .about__box > div p a {
    font-size: 18px;
  }
}
.about__box > div p a:hover {
  color: #0060a7;
  border-bottom: 1px solid #0060a7;
}
.about__box > div > div {
  color: var(--black, #14222d);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  font-size: 16px;
}
@media (min-width: 992px) {
  .about__box > div > div {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .about__box > div > div {
    font-size: 18px;
  }
}
.about__box > div > div span {
  font-weight: 500;
}
.about__box > div > div a {
  color: var(--blue, #619dc9);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 36.5px;
  font-size: 16px;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .about__box > div > div a {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .about__box > div > div a {
    font-size: 18px;
  }
}
.about__box > div > div a span {
  border-bottom: 1px solid #619dc9;
}
.about__box > div > div a:hover {
  color: #0060a7;
}
.about__box > div > div a:hover span {
  border-bottom: 1px solid #0060a7;
}
.about__monastery {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .about__monastery {
    margin-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .about__monastery {
    margin-bottom: 15px;
  }
}
.about__monastery > div {
  margin-bottom: 10px;
}
.about__monastery > div p {
  color: var(--black, #14222d);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .about__monastery > div p {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .about__monastery > div p {
    font-size: 18px;
  }
}

.hirotoneeDetail__wrapper {
  max-width: 1008px;
}
.hirotoneeDetail__date {
  color: var(--grey, #868c90);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  font-size: 14px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .hirotoneeDetail__date {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .hirotoneeDetail__date {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .hirotoneeDetail__date {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .hirotoneeDetail__date {
    margin-bottom: 40px;
  }
}
.hirotoneeDetail__box p {
  color: var(--black, #14222d);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .hirotoneeDetail__box p {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .hirotoneeDetail__box p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .hirotoneeDetail__box p {
    margin-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .hirotoneeDetail__box p {
    margin-bottom: 15px;
  }
}

.wordDetail__wrapper {
  max-width: 1006px;
  margin: 0 auto;
}
.wordDetail__wrapper img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  height: 700px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .wordDetail__wrapper img {
    height: calc(0.3275862069 * 100vw + 375.0344827586px);
  }
}
@media (min-width: 1920px) {
  .wordDetail__wrapper img {
    height: 1004px;
  }
}
@media (min-width: 992px) {
  .wordDetail__wrapper img {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .wordDetail__wrapper img {
    margin-bottom: 60px;
  }
}
.wordDetail__date {
  color: var(--grey, #868c90);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  font-size: 14px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .wordDetail__date {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .wordDetail__date {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .wordDetail__date {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .wordDetail__date {
    margin-bottom: 60px;
  }
}
.wordDetail__date--mb15 {
  margin-bottom: 15px;
}
.wordDetail__box p {
  color: var(--black, #14222d);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .wordDetail__box p {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .wordDetail__box p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .wordDetail__box p {
    margin-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .wordDetail__box p {
    margin-bottom: 15px;
  }
}
.wordDetail__box div p {
  color: var(--black, #14222d);
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
  font-size: 16px;
}
@media (min-width: 992px) {
  .wordDetail__box div p {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .wordDetail__box div p {
    font-size: 18px;
  }
}
.wordDetail__box--date p:nth-last-child(-n+2) {
  color: var(--black, #14222d);
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
  font-size: 16px;
}
@media (min-width: 992px) {
  .wordDetail__box--date p:nth-last-child(-n+2) {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .wordDetail__box--date p:nth-last-child(-n+2) {
    font-size: 18px;
  }
}

.wordDetail__date--mb0 {
  margin-bottom: 0;
}

.edict {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .edict {
    margin-bottom: calc(0.1056034483 * 100vw + -64.7586206897px);
  }
}
@media (min-width: 1920px) {
  .edict {
    margin-bottom: 138px;
  }
}
.edict__title {
  color: var(--black, #14222d);
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 95.238%;
  margin-bottom: 20px;
  font-size: 32px;
}
@media (min-width: 992px) {
  .edict__title {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .edict__title {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .edict__title {
    font-size: calc(0.0107758621 * 100vw + 21.3103448276px);
  }
}
@media (min-width: 1920px) {
  .edict__title {
    font-size: 42px;
  }
}
.edict__wrapper {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: 15px;
}
@media (min-width: 992px) {
  .edict__wrapper {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .edict__wrapper {
    gap: 20px;
  }
}
.edict__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  opacity: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
}
.edict__box--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.edict__box--opacity {
  opacity: 1;
}
.edict__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .edict__item {
    padding-top: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .edict__item {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .edict__item {
    padding-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .edict__item {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .edict__item {
    padding-left: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .edict__item {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .edict__item {
    padding-right: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .edict__item {
    padding-right: 40px;
  }
}
.edict__item:hover .edict__item-date {
  color: #619dc9;
}
.edict__item:not(:last-child) {
  border-bottom: 1px solid #e3e9ed;
}
.edict__item-name {
  color: var(--black, #14222d);
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  font-size: 16px;
}
@media (min-width: 992px) {
  .edict__item-name {
    font-size: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .edict__item-name {
    font-size: 20px;
  }
}
.edict__item-date {
  color: var(--grey, #868c90);
  text-align: right;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  font-size: 14px;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .edict__item-date {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .edict__item-date {
    font-size: 16px;
  }
}
.edict__tabs {
  border-radius: 20px;
  background: var(--white, #fff);
  /* 1 */
  -webkit-box-shadow: 4px 10px 31px 0px rgba(20, 70, 92, 0.04), -56px 0px 56px 0px rgba(20, 70, 92, 0.03), -127px 0px 76px 0px rgba(20, 70, 92, 0.02), -225px 0px 90px 0px rgba(20, 70, 92, 0.01), -351px 0px 98px 0px rgba(20, 70, 92, 0);
          box-shadow: 4px 10px 31px 0px rgba(20, 70, 92, 0.04), -56px 0px 56px 0px rgba(20, 70, 92, 0.03), -127px 0px 76px 0px rgba(20, 70, 92, 0.02), -225px 0px 90px 0px rgba(20, 70, 92, 0.01), -351px 0px 98px 0px rgba(20, 70, 92, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 992px) {
  .edict__tabs {
    padding-top: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .edict__tabs {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .edict__tabs {
    padding-bottom: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .edict__tabs {
    padding-bottom: 30px;
  }
}
.edict__tabs-item {
  background-color: #fff;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  padding-left: 15px;
  padding-right: 15px;
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .edict__tabs-item {
    padding-left: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .edict__tabs-item {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .edict__tabs-item {
    padding-right: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .edict__tabs-item {
    padding-right: 20px;
  }
}
.edict__tabs-item span {
  border-bottom: 1px solid #e3e9ed;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #14222d;
  transition: 0.38s ease-in-out;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.222%;
  font-size: 16px;
}
@media (min-width: 992px) {
  .edict__tabs-item span {
    padding-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .edict__tabs-item span {
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .edict__tabs-item span {
    padding-top: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .edict__tabs-item span {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .edict__tabs-item span {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .edict__tabs-item span {
    font-size: 18px;
  }
}
.edict__tabs-item--active {
  background-color: #f3f7fa;
}
.edict__tabs-item--active span {
  color: #619dc9;
}
.edict__tabs-item:hover {
  background-color: #f3f7fa;
}
.edict__tabs-item:hover span {
  color: #619dc9;
}
.edict__tabs-item:last-child span {
  display: block;
  border-bottom: 0px solid transparent;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .edict__tabs-item:last-child span {
    padding-top: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .edict__tabs-item:last-child span {
    padding-top: 15px;
  }
}
.edict__tabs-item:first-child span {
  border-bottom: 1px solid #e3e9ed;
  display: block;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .edict__tabs-item:first-child span {
    padding-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .edict__tabs-item:first-child span {
    padding-bottom: 15px;
  }
}

.fancybox-slide--image .fancybox-content {
  max-width: 900px;
  width: 100% !important;
  height: 80% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  left: 50% !important;
  top: 50% !important;
}
@media (min-width: 992px) {
  .fancybox-slide--image .fancybox-content {
    max-width: calc(0.3933189655 * 100vw + 509.8275862069px);
  }
}
@media (min-width: 1920px) {
  .fancybox-slide--image .fancybox-content {
    max-width: 1265px;
  }
}
.fancybox-slide--image .fancybox-content img {
  -o-object-fit: contain;
  object-fit: contain;
}
.fancybox__backdrop {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(8.3999996185px);
  backdrop-filter: blur(8.3999996185px);
}
.fancybox__toolbar button {
  background-color: rgb(97, 157, 201);
}
.fancybox__toolbar button:not(:first-child):not(:last-child) {
  display: none !important;
}
.fancybox__infobar {
  display: none;
}
.fancybox__nav {
  background: transparent;
}
.fancybox__nav svg {
  display: none;
}
.fancybox__nav .f-button {
  border-radius: 50px;
  border: 1px solid var(--blue, #619dc9);
  background: #fff;
  position: relative;
}
.fancybox__nav .f-button::before {
  content: url("../img/picture/next 1.svg");
  top: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  color: #0060a7;
  left: 50%;
  -webkit-transform: translate(-31%, -40%);
          transform: translate(-31%, -40%);
}
.fancybox__nav .f-button.is-prev::before {
  content: url("../img/picture/prev 1.svg");
  top: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  color: #0060a7;
  left: 50%;
  -webkit-transform: translate(-55%, -40%);
          transform: translate(-55%, -40%);
}

.serviceDetail__gallery {
  width: 100%;
  max-width: 1006px;
}
.serviceDetail__gallery p {
  color: var(--black, #14222d);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .serviceDetail__gallery p {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .serviceDetail__gallery p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .serviceDetail__gallery p {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .serviceDetail__gallery p {
    margin-bottom: 40px;
  }
}
.serviceDetail__gallery div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
@media (min-width: 992px) {
  .serviceDetail__gallery div {
    -webkit-column-gap: calc(0.0032327586 * 100vw + 6.7931034483px);
       -moz-column-gap: calc(0.0032327586 * 100vw + 6.7931034483px);
            column-gap: calc(0.0032327586 * 100vw + 6.7931034483px);
  }
}
@media (min-width: 1920px) {
  .serviceDetail__gallery div {
    -webkit-column-gap: 13px;
       -moz-column-gap: 13px;
            column-gap: 13px;
  }
}
@media (min-width: 992px) {
  .serviceDetail__gallery div {
    row-gap: calc(0 * 100vw + 10px);
  }
}
@media (min-width: 1920px) {
  .serviceDetail__gallery div {
    row-gap: 10px;
  }
}
.serviceDetail__gallery div img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 180px;
}
@media (min-width: 992px) {
  .serviceDetail__gallery div img {
    height: calc(0.0409482759 * 100vw + 139.3793103448px);
  }
}
@media (min-width: 1920px) {
  .serviceDetail__gallery div img {
    height: 218px;
  }
}
.serviceDetail__content {
  width: 100%;
  max-width: 1006px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .serviceDetail__content {
    gap: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .serviceDetail__content {
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .serviceDetail__content {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .serviceDetail__content {
    margin-bottom: 60px;
  }
}
.serviceDetail__content img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 400px;
}
@media (min-width: 992px) {
  .serviceDetail__content img {
    height: calc(0.2920258621 * 100vw + 110.3103448276px);
  }
}
@media (min-width: 1920px) {
  .serviceDetail__content img {
    height: 671px;
  }
}
.serviceDetail__content h2 {
  color: var(--black, #14222d);
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 119.048%;
  font-size: 32px;
}
@media (min-width: 992px) {
  .serviceDetail__content h2 {
    font-size: calc(0.0107758621 * 100vw + 21.3103448276px);
  }
}
@media (min-width: 1920px) {
  .serviceDetail__content h2 {
    font-size: 42px;
  }
}
.serviceDetail__content div p,
.serviceDetail__content div a,
.serviceDetail__content div li {
  color: var(--black, #14222d);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .serviceDetail__content div p,
  .serviceDetail__content div a,
  .serviceDetail__content div li {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .serviceDetail__content div p,
  .serviceDetail__content div a,
  .serviceDetail__content div li {
    font-size: 18px;
  }
}
.serviceDetail__content div p .date,
.serviceDetail__content div a .date,
.serviceDetail__content div li .date {
  color: var(--grey, #868c90);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
  margin-bottom: 13px;
}
@media (min-width: 992px) {
  .serviceDetail__content div p .date,
  .serviceDetail__content div a .date,
  .serviceDetail__content div li .date {
    margin-bottom: calc(0.0021551724 * 100vw + 10.8620689655px);
  }
}
@media (min-width: 1920px) {
  .serviceDetail__content div p .date,
  .serviceDetail__content div a .date,
  .serviceDetail__content div li .date {
    margin-bottom: 15px;
  }
}
.serviceDetail__content div p a,
.serviceDetail__content div a a,
.serviceDetail__content div li a {
  color: var(--blue, #619dc9);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 36.5px;
  font-size: 16px;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 5px;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .serviceDetail__content div p a,
  .serviceDetail__content div a a,
  .serviceDetail__content div li a {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .serviceDetail__content div p a,
  .serviceDetail__content div a a,
  .serviceDetail__content div li a {
    font-size: 18px;
  }
}
.serviceDetail__content div p a:hover,
.serviceDetail__content div a a:hover,
.serviceDetail__content div li a:hover {
  color: #0060a7;
}
.serviceDetail__content div p p:last-child,
.serviceDetail__content div a p:last-child,
.serviceDetail__content div li p:last-child {
  color: var(--black, #14222d);
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
  font-size: 16px;
  margin-left: auto;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .serviceDetail__content div p p:last-child,
  .serviceDetail__content div a p:last-child,
  .serviceDetail__content div li p:last-child {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .serviceDetail__content div p p:last-child,
  .serviceDetail__content div a p:last-child,
  .serviceDetail__content div li p:last-child {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .serviceDetail__content div p p:last-child,
  .serviceDetail__content div a p:last-child,
  .serviceDetail__content div li p:last-child {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .serviceDetail__content div p p:last-child,
  .serviceDetail__content div a p:last-child,
  .serviceDetail__content div li p:last-child {
    margin-top: 60px;
  }
}
.serviceDetail__content div p p:last-child a,
.serviceDetail__content div a p:last-child a,
.serviceDetail__content div li p:last-child a {
  text-decoration: none;
}
.serviceDetail__content table {
  margin-bottom: 20px;
}
.serviceDetail__content table tr:first-child td:first-child {
  border-top-left-radius: 20px;
}
.serviceDetail__content table tr:first-child td:last-child {
  border-top-right-radius: 20px;
}
.serviceDetail__content table tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}
.serviceDetail__content table tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}
.serviceDetail__content table td {
  background-color: #f3f7fa;
  padding: 10px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #f3f7fa;
}
@media (min-width: 992px) {
  .serviceDetail__content table td {
    padding: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .serviceDetail__content table td {
    padding: 20px;
  }
}

.bulletinDetail__content {
  width: 100%;
  max-width: 1006px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .bulletinDetail__content {
    gap: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .bulletinDetail__content {
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .bulletinDetail__content {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .bulletinDetail__content {
    margin-bottom: 60px;
  }
}
.bulletinDetail__content img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}
.bulletinDetail__content a {
  color: #619dc9;
  text-decoration: underline;
}
.bulletinDetail__content h2 {
  color: var(--black, #14222d);
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 119.048%;
  font-size: 32px;
}
@media (min-width: 992px) {
  .bulletinDetail__content h2 {
    font-size: calc(0.0107758621 * 100vw + 21.3103448276px);
  }
}
@media (min-width: 1920px) {
  .bulletinDetail__content h2 {
    font-size: 42px;
  }
}
.bulletinDetail__content-poem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.bulletinDetail__content-poem .bold {
  font-weight: 500;
}
.bulletinDetail__content-poem .quatrain {
  margin-bottom: 15px;
}
.bulletinDetail__content-poem .quatrain:last-child {
  margin-top: 65px;
}
.bulletinDetail__content-poem p {
  color: var(--black, #14222d);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  font-size: 16px;
}
@media (min-width: 992px) {
  .bulletinDetail__content-poem p {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .bulletinDetail__content-poem p {
    font-size: 18px;
  }
}
.bulletinDetail__content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bulletinDetail__content-text .bold {
  font-weight: 500;
}
.bulletinDetail__content-text img {
  width: auto;
  max-width: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .bulletinDetail__content-text img {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .bulletinDetail__content-text img {
    margin-bottom: 40px;
  }
}
.bulletinDetail__content-text p {
  color: var(--black, #14222d);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .bulletinDetail__content-text p {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .bulletinDetail__content-text p {
    font-size: 18px;
  }
}
.bulletinDetail__content-text p:last-child {
  margin-bottom: 0;
}
.bulletinDetail__content-date p:first-child {
  color: #868c90;
}
.bulletinDetail__content-bottom {
  color: var(--black, #14222d);
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
  font-size: 16px;
  margin-left: auto;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .bulletinDetail__content-bottom {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .bulletinDetail__content-bottom {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .bulletinDetail__content-bottom {
    margin-top: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .bulletinDetail__content-bottom {
    margin-top: 20px;
  }
}
.bulletinDetail__content-bottom p {
  color: var(--black, #14222d);
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
  font-size: 16px;
}
@media (min-width: 992px) {
  .bulletinDetail__content-bottom p {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .bulletinDetail__content-bottom p {
    font-size: 18px;
  }
}

.media__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 25px;
}
@media (min-width: 992px) {
  .media__tabs {
    gap: calc(0.0161637931 * 100vw + 8.9655172414px);
  }
}
@media (min-width: 1920px) {
  .media__tabs {
    gap: 40px;
  }
}
.media__tabs-item {
  color: var(--grey, #868c90);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
  font-size: 22px;
  margin-bottom: 20px;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .media__tabs-item {
    font-size: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .media__tabs-item {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .media__tabs-item {
    margin-bottom: calc(0.0161637931 * 100vw + 3.9655172414px);
  }
}
@media (min-width: 1920px) {
  .media__tabs-item {
    margin-bottom: 35px;
  }
}
.media__tabs-item:hover {
  color: #619dc9;
}
.media__tabs-item--active {
  color: #619dc9;
  text-decoration-line: underline;
}
.media__title {
  color: var(--black, #14222d);
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 95.238%;
  font-size: 32px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .media__title {
    font-size: calc(0.0107758621 * 100vw + 21.3103448276px);
  }
}
@media (min-width: 1920px) {
  .media__title {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .media__title {
    margin-bottom: calc(0.0161637931 * 100vw + 3.9655172414px);
  }
}
@media (min-width: 1920px) {
  .media__title {
    margin-bottom: 35px;
  }
}
.media__titleDetail {
  color: var(--black, #14222d);
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 95.238%;
  font-size: 32px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .media__titleDetail {
    font-size: calc(0.0107758621 * 100vw + 21.3103448276px);
  }
}
@media (min-width: 1920px) {
  .media__titleDetail {
    font-size: 42px;
  }
}
.media__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 30px;
  display: none;
  opacity: 0;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .media__list {
    -webkit-column-gap: calc(0.005387931 * 100vw + 9.6551724138px);
       -moz-column-gap: calc(0.005387931 * 100vw + 9.6551724138px);
            column-gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .media__list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (min-width: 992px) {
  .media__list {
    row-gap: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .media__list {
    row-gap: 40px;
  }
}
.media__list--active {
  display: grid;
}
.media__list--opacity {
  opacity: 1;
}
.media__date {
  color: var(--grey, #868c90);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  font-size: 14px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .media__date {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .media__date {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .media__date {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .media__date {
    margin-bottom: 40px;
  }
}

.service__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 15px;
}
@media (min-width: 992px) {
  .service__list {
    -webkit-column-gap: calc(0.0161637931 * 100vw + 8.9655172414px);
       -moz-column-gap: calc(0.0161637931 * 100vw + 8.9655172414px);
            column-gap: calc(0.0161637931 * 100vw + 8.9655172414px);
  }
}
@media (min-width: 1920px) {
  .service__list {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media (min-width: 992px) {
  .service__list {
    row-gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .service__list {
    row-gap: 20px;
  }
}
.service__title {
  color: var(--black, #14222d);
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 95.238%;
  font-size: 32px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .service__title {
    font-size: calc(0.0107758621 * 100vw + 21.3103448276px);
  }
}
@media (min-width: 1920px) {
  .service__title {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .service__title {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .service__title {
    margin-bottom: 40px;
  }
}

.pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .pagination {
    margin-top: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination .page-item {
  width: 50px;
  text-align: center;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  position: relative;
  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;
  color: #14222d;
}
@media (min-width: 992px) {
  .pagination .page-item {
    width: calc(0.0107758621 * 100vw + 29.3103448276px);
  }
}
@media (min-width: 1920px) {
  .pagination .page-item {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .pagination .page-item {
    height: calc(0.0107758621 * 100vw + 29.3103448276px);
  }
}
@media (min-width: 1920px) {
  .pagination .page-item {
    height: 50px;
  }
}
.pagination .page-item a {
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  line-height: 0px;
  color: #14222d;
}
.pagination .page-item:hover {
  color: #fff;
}
.pagination .page-item:hover a {
  color: #fff;
}
.pagination .page-item div {
  position: absolute;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #14222d;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  font-size: 14px;
}
@media (min-width: 992px) {
  .pagination .page-item div {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .pagination .page-item div {
    font-size: 16px;
  }
}
.pagination .page-item:hover {
  background-color: #619dc9;
}
.pagination .page-item:hover div {
  color: #ffffff;
}
.pagination .page-item--active {
  background-color: #619dc9;
}
.pagination .page-item--active div {
  color: #ffffff;
}
.pagination .page-item.active {
  background-color: #619dc9;
}
.pagination .page-item.active a {
  color: #ffffff;
}
.pagination .page-item.hidden {
  display: none;
}
.pagination__page {
  width: 50px;
  text-align: center;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  position: relative;
}
@media (min-width: 992px) {
  .pagination__page {
    width: calc(0.0107758621 * 100vw + 29.3103448276px);
  }
}
@media (min-width: 1920px) {
  .pagination__page {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .pagination__page {
    height: calc(0.0107758621 * 100vw + 29.3103448276px);
  }
}
@media (min-width: 1920px) {
  .pagination__page {
    height: 50px;
  }
}
.pagination__page div {
  position: absolute;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #14222d;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  font-size: 14px;
}
@media (min-width: 992px) {
  .pagination__page div {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .pagination__page div {
    font-size: 16px;
  }
}
.pagination__page:hover {
  background-color: #619dc9;
}
.pagination__page:hover div {
  color: #ffffff;
}
.pagination__page--active {
  background-color: #619dc9;
}
.pagination__page--active div {
  color: #ffffff;
}
.pagination__next {
  color: var(--blue, #619dc9);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid var(--blue, #619dc9);
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .pagination__next {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .pagination__next {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .pagination__next {
    padding-top: calc(0.0064655172 * 100vw + 3.5862068966px);
  }
}
@media (min-width: 1920px) {
  .pagination__next {
    padding-top: 16px;
  }
}
@media (min-width: 992px) {
  .pagination__next {
    padding-bottom: calc(0.0021551724 * 100vw + 7.8620689655px);
  }
}
@media (min-width: 1920px) {
  .pagination__next {
    padding-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .pagination__next {
    padding-left: calc(0.0226293103 * 100vw + -2.4482758621px);
  }
}
@media (min-width: 1920px) {
  .pagination__next {
    padding-left: 41px;
  }
}
@media (min-width: 992px) {
  .pagination__next {
    padding-right: calc(0.0226293103 * 100vw + -2.4482758621px);
  }
}
@media (min-width: 1920px) {
  .pagination__next {
    padding-right: 41px;
  }
}
.pagination__next:hover {
  background-color: #619dc9;
  color: #fff;
}

.person__title {
  color: var(--black, #14222d);
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 95.238%;
  font-size: 32px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .person__title {
    font-size: calc(0.0107758621 * 100vw + 21.3103448276px);
  }
}
@media (min-width: 1920px) {
  .person__title {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .person__title {
    margin-bottom: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .person__title {
    margin-bottom: 40px;
  }
}
.person__wrapper {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  gap: 30px;
}
@media (min-width: 992px) {
  .person__wrapper {
    gap: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .person__wrapper {
    gap: 60px;
  }
}
.person__left img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 600px;
}
@media (min-width: 992px) {
  .person__left img {
    height: calc(0.2413793103 * 100vw + 360.5517241379px);
  }
}
@media (min-width: 1920px) {
  .person__left img {
    height: 824px;
  }
}
.person__right h3 {
  color: var(--black, #14222d);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  font-size: 26px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .person__right h3 {
    font-size: calc(0.0064655172 * 100vw + 19.5862068966px);
  }
}
@media (min-width: 1920px) {
  .person__right h3 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .person__right h3 {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .person__right h3 {
    margin-bottom: 40px;
  }
}
.person__right h4 {
  color: var(--black, #14222d);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
  font-size: 20px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .person__right h4 {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .person__right h4 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .person__right h4 {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .person__right h4 {
    margin-bottom: 20px;
  }
}
.person__right div {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .person__right div {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .person__right div {
    margin-bottom: 40px;
  }
}
.person__right p {
  color: var(--black, #14222d);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  margin-bottom: 10px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .person__right p {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .person__right p {
    font-size: 18px;
  }
}
.person__right p span {
  font-weight: 500;
}
.person__right p a {
  color: var(--blue, #619dc9);
  border-bottom: 1px solid #619dc9;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
}
.person__right p a:hover {
  color: #0060a7;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .nav__list {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .nav__list {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .nav__list {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .nav__list {
    margin-bottom: 60px;
  }
}
.nav__list-item {
  border-radius: 50px;
  border: 1px solid var(--blue, #619dc9);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 12px;
  padding-bottom: 10px;
  color: var(--blue, #619dc9);
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 157.143%;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .nav__list-item {
    padding-left: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .nav__list-item {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .nav__list-item {
    padding-right: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .nav__list-item {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .nav__list-item {
    padding-top: calc(0.0043103448 * 100vw + 7.724137931px);
  }
}
@media (min-width: 1920px) {
  .nav__list-item {
    padding-top: 16px;
  }
}
@media (min-width: 992px) {
  .nav__list-item {
    padding-bottom: calc(0.0043103448 * 100vw + 5.724137931px);
  }
}
@media (min-width: 1920px) {
  .nav__list-item {
    padding-bottom: 14px;
  }
}
.nav__list-item:hover {
  border: 1px solid var(--blue, #619dc9);
  background: #619dc9;
  color: #fff;
}
.nav__list-item--active {
  border-radius: 50px;
  border: 1px solid var(--blue, #619dc9);
  background: #619dc9;
  color: #fff;
}
.nav__list-item--low {
  text-transform: unset;
}

.schedule__title {
  color: var(--black, #14222d);
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 95.238%;
  /*  */
  font-size: 32px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .schedule__title {
    font-size: calc(0.0107758621 * 100vw + 21.3103448276px);
  }
}
@media (min-width: 1920px) {
  .schedule__title {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .schedule__title {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .schedule__title {
    margin-bottom: 40px;
  }
}
.schedule__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.schedule__table-head {
  border-radius: 20px 20px 0px 0px;
  background: var(--blue, #619dc9);
  display: grid;
  gap: 15px;
  grid-template-columns: 3fr 2fr 2fr 0.4fr;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .schedule__table-head {
    gap: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .schedule__table-head {
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .schedule__table-head {
    padding-left: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .schedule__table-head {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .schedule__table-head {
    padding-right: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .schedule__table-head {
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .schedule__table-head {
    padding-top: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .schedule__table-head {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .schedule__table-head {
    padding-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .schedule__table-head {
    padding-bottom: 20px;
  }
}
.schedule__table-head div {
  color: var(--white, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
  font-size: 20px;
}
@media (min-width: 992px) {
  .schedule__table-head div {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .schedule__table-head div {
    font-size: 24px;
  }
}
.schedule__table-row {
  background: #f3f7fa;
  display: grid;
  gap: 15px;
  grid-template-columns: 3fr 2fr 2fr 0.4fr;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .schedule__table-row {
    gap: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .schedule__table-row {
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .schedule__table-row {
    padding-left: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .schedule__table-row {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .schedule__table-row {
    padding-right: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .schedule__table-row {
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .schedule__table-row {
    padding-top: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .schedule__table-row {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .schedule__table-row {
    padding-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .schedule__table-row {
    padding-bottom: 20px;
  }
}
.schedule__table-row:last-child {
  border-radius: 0px 0px 20px 20px;
  background: #f3f7fa;
}
.schedule__table-row div {
  color: var(--black, #14222d);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
}
@media (min-width: 992px) {
  .schedule__table-row div {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .schedule__table-row div {
    font-size: 18px;
  }
}
.schedule__table-row div span {
  font-weight: 500;
  display: block;
}

.radio {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

.header__hidden {
  display: none;
  background-color: #619dc9;
}
.header__hidden .container {
  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;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header__hidden-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.header__hidden .icon-close {
  font-size: 22px;
}
@media (min-width: 992px) {
  .header__hidden .icon-close {
    font-size: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__hidden .icon-close {
    font-size: 24px;
  }
}
.header__top {
  position: relative;
}
.header__top-img1 {
  display: block;
}
.header__top-img1--mobile {
  display: none;
}
.header__top-img2 {
  display: none;
}
.header__top > img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.header__top-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;
  padding-bottom: 25px;
  padding-top: 25px;
}
.header__top-cross {
  -o-object-fit: contain;
  object-fit: contain;
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .header__top-cross {
    width: calc(0.0226293103 * 100vw + 57.5517241379px);
  }
}
@media (min-width: 1920px) {
  .header__top-cross {
    width: 101px;
  }
}
@media (min-width: 992px) {
  .header__top-cross {
    height: calc(0.0226293103 * 100vw + 57.5517241379px);
  }
}
@media (min-width: 1920px) {
  .header__top-cross {
    height: 101px;
  }
}
@media (min-width: 992px) {
  .header__top-cross {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .header__top-cross {
    margin-bottom: 20px;
  }
}
.header__top-title, .header__top-title a {
  color: var(--black, #14222d);
  text-align: center;
  font-family: "Vezitsa";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .header__top-title, .header__top-title a {
    font-size: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__top-title, .header__top-title a {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .header__top-title, .header__top-title a {
    margin-bottom: calc(0.0021551724 * 100vw + 7.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__top-title, .header__top-title a {
    margin-bottom: 12px;
  }
}
.header__top-text {
  font-size: 14px;
  color: var(--black, #14222d);
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 132.692%;
}
@media (min-width: 992px) {
  .header__top-text {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__top-text {
    font-size: 16px;
  }
}
.header__bottom {
  margin-bottom: 40px;
  background-color: #619dc9;
}
@media (min-width: 992px) {
  .header__bottom {
    margin-bottom: calc(0.0237068966 * 100vw + 16.4827586207px);
  }
}
@media (min-width: 1920px) {
  .header__bottom {
    margin-bottom: 62px;
  }
}
.header__bottom-bottom {
  display: none;
}
.header__bottom-content {
  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-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .header__bottom-content {
    padding-top: calc(0.0075431034 * 100vw + 7.5172413793px);
  }
}
@media (min-width: 1920px) {
  .header__bottom-content {
    padding-top: 22px;
  }
}
@media (min-width: 992px) {
  .header__bottom-content {
    padding-bottom: calc(0.0075431034 * 100vw + 7.5172413793px);
  }
}
@media (min-width: 1920px) {
  .header__bottom-content {
    padding-bottom: 22px;
  }
}
.header__nav {
  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;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.header__nav-item a {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 250%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  font-size: 14px;
}
@media (min-width: 992px) {
  .header__nav-item a {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__nav-item a {
    font-size: 16px;
  }
}
.header__nav-item a:hover {
  color: #0060a7;
}
.header__search {
  position: relative;
  width: 300px;
  border-radius: 29px;
  border: 1px solid var(--lighy-grey, #e9eff2);
  background: #fff;
}
@media (min-width: 992px) {
  .header__search {
    width: calc(0.0786637931 * 100vw + 221.9655172414px);
  }
}
@media (min-width: 1920px) {
  .header__search {
    width: 373px;
  }
}
.header__search input {
  width: 90%;
  color: #619dc9;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .header__search input {
    font-size: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__search input {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .header__search input {
    padding-left: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .header__search input {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .header__search input {
    padding-right: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .header__search input {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .header__search input {
    padding-top: calc(0.0021551724 * 100vw + 7.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__search input {
    padding-top: 12px;
  }
}
@media (min-width: 992px) {
  .header__search input {
    padding-bottom: calc(0.0021551724 * 100vw + 7.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__search input {
    padding-bottom: 12px;
  }
}
.header__search input::-webkit-input-placeholder {
  color: #619dc9;
}
.header__search input::-moz-placeholder {
  color: #619dc9;
}
.header__search input:-ms-input-placeholder {
  color: #619dc9;
}
.header__search input::-ms-input-placeholder {
  color: #619dc9;
}
.header__search input::placeholder {
  color: #619dc9;
}
.header__search .icon-Search {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #619dc9;
  font-size: 24px;
}

.titleMin {
  color: var(--black, #14222d);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  font-size: 26px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .titleMin {
    font-size: calc(0.0064655172 * 100vw + 19.5862068966px);
  }
}
@media (min-width: 1920px) {
  .titleMin {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .titleMin {
    margin-bottom: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .titleMin {
    margin-bottom: 30px;
  }
}

.more {
  border-radius: 50px;
  border: 1px solid var(--blue, #619dc9);
  color: var(--blue, #619dc9);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  grid-column: 1/3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 41px;
  padding-right: 41px;
}
@media (min-width: 992px) {
  .more {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .more {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .more {
    padding-top: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .more {
    padding-top: 14px;
  }
}
@media (min-width: 992px) {
  .more {
    padding-bottom: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .more {
    padding-bottom: 14px;
  }
}
@media (min-width: 992px) {
  .more {
    padding-left: calc(0 * 100vw + 41px);
  }
}
@media (min-width: 1920px) {
  .more {
    padding-left: 41px;
  }
}
@media (min-width: 992px) {
  .more {
    padding-right: calc(0 * 100vw + 41px);
  }
}
@media (min-width: 1920px) {
  .more {
    padding-right: 41px;
  }
}
.more:hover {
  background-color: #619dc9;
  color: #ffffff;
}
.more--blue {
  margin-left: 0;
  background-color: #619dc9;
  color: #fff;
  padding-left: 41px;
  padding-right: 41px;
}
@media (min-width: 992px) {
  .more--blue {
    padding-left: calc(0.0528017241 * 100vw + -11.3793103448px);
  }
}
@media (min-width: 1920px) {
  .more--blue {
    padding-left: 90px;
  }
}
@media (min-width: 992px) {
  .more--blue {
    padding-right: calc(0.0528017241 * 100vw + -11.3793103448px);
  }
}
@media (min-width: 1920px) {
  .more--blue {
    padding-right: 90px;
  }
}
.more--blue:hover {
  color: var(--blue, #619dc9);
  background-color: transparent;
}
.more--w300 {
  width: 270px;
}
@media (min-width: 992px) {
  .more--w300 {
    width: calc(0.0355603448 * 100vw + 234.724137931px);
  }
}
@media (min-width: 1920px) {
  .more--w300 {
    width: 303px;
  }
}

.card {
  min-height: 470px;
  min-height: 400px;
}
@media (min-width: 992px) {
  .card {
    min-height: calc(0.0754310345 * 100vw + 325.1724137931px);
  }
}
@media (min-width: 1920px) {
  .card {
    min-height: 470px;
  }
}
.card:hover .card__text {
  color: #619dc9;
}
.card > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 230px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .card > img {
    height: calc(0.0474137931 * 100vw + 182.9655172414px);
  }
}
@media (min-width: 1920px) {
  .card > img {
    height: 274px;
  }
}
@media (min-width: 992px) {
  .card > img {
    margin-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card > img {
    margin-bottom: 15px;
  }
}
.card__wrapper {
  position: relative;
}
.card__wrapper > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 230px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .card__wrapper > img {
    height: calc(0.0474137931 * 100vw + 182.9655172414px);
  }
}
@media (min-width: 1920px) {
  .card__wrapper > img {
    height: 274px;
  }
}
@media (min-width: 992px) {
  .card__wrapper > img {
    margin-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__wrapper > img {
    margin-bottom: 15px;
  }
}
.card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto !important;
  height: auto !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.card__date {
  color: var(--grey, #868c90);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .card__date {
    margin-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__date {
    margin-bottom: 15px;
  }
}
.card__date--news {
  color: var(--grey, #868c90) !important;
  font-size: 14px !important;
}
.card__text {
  color: var(--black, #14222d);
  font-size: 20px;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  font-size: 18px;
}
@media (min-width: 992px) {
  .card__text {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .card__text {
    font-size: 20px;
  }
}
.card__text p {
  color: var(--black, #14222d);
  font-size: 20px;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  font-size: 18px;
}
@media (min-width: 992px) {
  .card__text p {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .card__text p {
    font-size: 20px;
  }
}

.news {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .news {
    margin-bottom: calc(0.0431034483 * 100vw + -2.7586206897px);
  }
}
@media (min-width: 1920px) {
  .news {
    margin-bottom: 80px;
  }
}
.news__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media (min-width: 992px) {
  .news__content {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .news__content {
    gap: 20px;
  }
}
.news__content section {
  margin-bottom: 0;
}
.news__left {
  width: 100%;
  overflow: hidden;
}
.news__swiper {
  width: 100%;
  height: calc(100% - 50px);
  position: relative;
}
.news__swiper-content {
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 30px;
  padding-right: 30px;
  background: linear-gradient(359deg, #14222d 0%, rgba(20, 34, 45, 0.86) 42.63%, rgba(20, 34, 45, 0) 100%);
}
@media (min-width: 992px) {
  .news__swiper-content {
    padding-left: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .news__swiper-content {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .news__swiper-content {
    padding-bottom: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .news__swiper-content {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .news__swiper-content {
    padding-top: calc(0.0172413793 * 100vw + 12.8965517241px);
  }
}
@media (min-width: 1920px) {
  .news__swiper-content {
    padding-top: 46px;
  }
}
@media (min-width: 992px) {
  .news__swiper-content {
    padding-right: calc(0.0172413793 * 100vw + 12.8965517241px);
  }
}
@media (min-width: 1920px) {
  .news__swiper-content {
    padding-right: 46px;
  }
}
.news__swiper-prev, .news__swiper-next {
  border-radius: 50%;
  padding: 6px 10px;
  background: #fff;
  width: 40px;
  height: 40px;
  z-index: 2;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news__swiper-prev svg, .news__swiper-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.news__swiper-next {
  right: 30px;
}
.news__swiper-prev {
  left: 30px;
}
.news__swiper-date {
  color: var(--light-grey, #e3e9ed);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .news__swiper-date {
    margin-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .news__swiper-date {
    margin-bottom: 15px;
  }
}
.news__swiper-text {
  color: var(--white, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* */
  font-size: 18px;
}
@media (min-width: 992px) {
  .news__swiper-text {
    font-size: calc(0.0064655172 * 100vw + 11.5862068966px);
  }
}
@media (min-width: 1920px) {
  .news__swiper-text {
    font-size: 24px;
  }
}
.news__swiper .swiper-slide {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.news__swiper .swiper-slide > img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.news__right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media (min-width: 992px) {
  .news__right {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .news__right {
    gap: 20px;
  }
}
.martyrs__discription {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 992px) {
  .martyrs__discription {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .martyrs__discription {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .martyrs__discription {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .martyrs__discription {
    font-size: 20px;
  }
}
.martyrs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.martyrs__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  height: 319px;
  position: relative;
}
@media (min-width: 992px) {
  .martyrs__card {
    gap: calc(0.0215517241 * 100vw + 18.6206896552px);
  }
}
@media (min-width: 1920px) {
  .martyrs__card {
    gap: 60px;
  }
}
.martyrs__card img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 319px;
  width: 240px;
}
.martyrs__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .martyrs__card-content {
    gap: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .martyrs__card-content {
    gap: 20px;
  }
}
.martyrs__card-content p {
  color: rgb(20, 34, 45);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .martyrs__card-content p {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .martyrs__card-content p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .martyrs__card-content p {
    line-height: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .martyrs__card-content p {
    line-height: 30px;
  }
}
.martyrs__card-content p:first-child {
  overflow: visible;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 30px;
}
@media (min-width: 992px) {
  .martyrs__card-content p:first-child {
    font-size: calc(0.0064655172 * 100vw + 11.5862068966px);
  }
}
@media (min-width: 1920px) {
  .martyrs__card-content p:first-child {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .martyrs__card-content p:first-child {
    line-height: calc(0.0129310345 * 100vw + 17.1724137931px);
  }
}
@media (min-width: 1920px) {
  .martyrs__card-content p:first-child {
    line-height: 42px;
  }
}
.martyrs__card-content a {
  color: rgb(97, 157, 201);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: auto;
  position: absolute;
  bottom: 0;
}
@media (min-width: 992px) {
  .martyrs__card-content a {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .martyrs__card-content a {
    font-size: 16px;
  }
}

.newsMin {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .newsMin {
    margin-bottom: calc(0.0431034483 * 100vw + -2.7586206897px);
  }
}
@media (min-width: 1920px) {
  .newsMin {
    margin-bottom: 80px;
  }
}
.newsMin__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.newsMin__box {
  background: #f3f7fa;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .newsMin__box {
    gap: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .newsMin__box {
    gap: 15px;
  }
}
.newsMin__box:nth-child(even) {
  background: #fff;
}
.newsMin__title {
  color: var(--black, #14222d);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
  font-size: 20px;
  /* */
}
@media (min-width: 992px) {
  .newsMin__title {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .newsMin__title {
    font-size: 24px;
  }
}
.newsMin__container {
  padding: 0;
}
.newsMin__wrapper {
  padding: 15px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  gap: 10px;
}
@media (min-width: 992px) {
  .newsMin__wrapper {
    padding: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .newsMin__wrapper {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .newsMin__wrapper {
    gap: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .newsMin__wrapper {
    gap: 15px;
  }
}
.newsMin__wrapper:nth-child(even) {
  grid-row: 2/3;
  padding-top: 0px;
}
@media (min-width: 992px) {
  .newsMin__wrapper:nth-child(even) {
    padding-top: calc(0 * 100vw + 0px);
  }
}
@media (min-width: 1920px) {
  .newsMin__wrapper:nth-child(even) {
    padding-top: 0px;
  }
}
.newsMin__wrapper:nth-child(even) .newsMin__item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #e3e9ed;
}
@media (min-width: 992px) {
  .newsMin__wrapper:nth-child(even) .newsMin__item {
    padding-top: calc(0.0129310345 * 100vw + 2.1724137931px);
  }
}
@media (min-width: 1920px) {
  .newsMin__wrapper:nth-child(even) .newsMin__item {
    padding-top: 27px;
  }
}
@media (min-width: 992px) {
  .newsMin__wrapper:nth-child(even) .newsMin__item {
    margin-top: calc(0.0129310345 * 100vw + 2.1724137931px);
  }
}
@media (min-width: 1920px) {
  .newsMin__wrapper:nth-child(even) .newsMin__item {
    margin-top: 27px;
  }
}
.newsMin__wrapper:nth-child(odd) {
  padding-bottom: 0px;
}
@media (min-width: 992px) {
  .newsMin__wrapper:nth-child(odd) {
    padding-bottom: calc(0 * 100vw + 0px);
  }
}
@media (min-width: 1920px) {
  .newsMin__wrapper:nth-child(odd) {
    padding-bottom: 0px;
  }
}
.newsMin__wrapper:nth-child(1) {
  background: #f3f7fa;
}
.newsMin__wrapper:nth-child(2) {
  border-top: 1px solid var(--light-grey, #e3e9ed);
  background: #f3f7fa;
}
.newsMin__wrapper:nth-child(3) {
  border-top: 1px solid var(--light-grey, #e3e9ed);
  border-left: 1px solid var(--light-grey, #e3e9ed);
  border-right: 1px solid var(--light-grey, #e3e9ed);
}
.newsMin__wrapper:nth-child(4) {
  border-bottom: 1px solid var(--light-grey, #e3e9ed);
  border-left: 1px solid var(--light-grey, #e3e9ed);
  border-right: 1px solid var(--light-grey, #e3e9ed);
}
.newsMin__wrapper:nth-child(5) {
  background: #f3f7fa;
}
.newsMin__wrapper:nth-child(6) {
  background: #f3f7fa;
}
.newsMin__item {
  display: grid;
  grid-template-columns: 0.8fr 1.3fr;
  gap: 10px;
}
@media (min-width: 992px) {
  .newsMin__item {
    gap: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .newsMin__item {
    gap: 15px;
  }
}
.newsMin__item:hover .newsMin__item-text {
  color: #619dc9;
}
.newsMin__item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 120px;
}
@media (min-width: 992px) {
  .newsMin__item img {
    height: calc(0.0107758621 * 100vw + 109.3103448276px);
  }
}
@media (min-width: 1920px) {
  .newsMin__item img {
    height: 130px;
  }
}
.newsMin__item-date {
  color: var(--grey, #868c90);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
  margin-bottom: 10px;
}
.newsMin__item-text {
  color: var(--black, #14222d);
  font-size: 16px;
  font-style: normal;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  font-weight: 400;
  line-height: 137.5%;
  /*  */
}

.photo {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .photo {
    margin-bottom: calc(0.0431034483 * 100vw + -2.7586206897px);
  }
}
@media (min-width: 1920px) {
  .photo {
    margin-bottom: 80px;
  }
}
.photo__content {
  position: relative;
  background-color: #f3f7fa;
  padding: 15px;
}
@media (min-width: 992px) {
  .photo__content {
    padding: calc(0.0323275862 * 100vw + -17.0689655172px);
  }
}
@media (min-width: 1920px) {
  .photo__content {
    padding: 45px;
  }
}
.photo__top {
  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;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .photo__top {
    margin-bottom: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .photo__top {
    margin-bottom: 30px;
  }
}
.photo__top .titleMin {
  margin-bottom: 0;
}
.photo__more {
  color: var(--blue, #619dc9);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  text-decoration-line: underline;
  font-size: 14px;
}
@media (min-width: 992px) {
  .photo__more {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .photo__more {
    font-size: 16px;
  }
}
.photo__slider {
  position: relative;
  overflow: hidden;
}
.photo__slider::after {
  content: url("../img/picture/Rectangle 22.png");
  right: -1px;
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 238px;
  pointer-events: none;
}
.photo__slider-prev, .photo__slider-next {
  border-radius: 50%;
  padding: 6px 10px;
  background: #fff;
  width: 40px;
  height: 40px;
  z-index: 10;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.photo__slider-prev svg, .photo__slider-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.photo__slider-next {
  right: 25px;
}
.photo__slider-prev {
  left: 25px;
}
.photo .swiper-slide {
  width: 260px;
}
@media (min-width: 992px) {
  .photo .swiper-slide {
    width: calc(0.1131465517 * 100vw + 147.7586206897px);
  }
}
@media (min-width: 1920px) {
  .photo .swiper-slide {
    width: 365px;
  }
}
.photo .swiper-slide:hover P {
  color: #619dc9;
}
.photo .swiper-slide img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .photo .swiper-slide img {
    height: calc(0.0474137931 * 100vw + 182.9655172414px);
  }
}
@media (min-width: 1920px) {
  .photo .swiper-slide img {
    height: 274px;
  }
}
@media (min-width: 992px) {
  .photo .swiper-slide img {
    margin-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .photo .swiper-slide img {
    margin-bottom: 15px;
  }
}
.photo .swiper-slide p {
  color: var(--black, #14222d);
  font-size: 18px;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  font-size: 16px;
  /*  */
}
@media (min-width: 992px) {
  .photo .swiper-slide p {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .photo .swiper-slide p {
    font-size: 18px;
  }
}

.smiItem__text .counters {
  margin-bottom: 40px;
}
.smiItem__text strong {
  color: rgb(20, 34, 45);
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: left;
}
.smiItem__text p {
  color: rgb(20, 34, 45);
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 5px;
}
.smiItem__text p:has(strong) {
  margin-bottom: 15px;
  margin-top: 40px;
}
.smiItem__text h2,
.smiItem__text h3 {
  margin-bottom: 15px;
  margin-top: 40px;
}

.footer {
  background: #619dc9;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .footer {
    padding-top: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .footer {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .footer {
    padding-bottom: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .footer {
    padding-bottom: 30px;
  }
}
.footer__top {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  .footer__top {
    margin-bottom: calc(0.0096982759 * 100vw + 10.3793103448px);
  }
}
@media (min-width: 1920px) {
  .footer__top {
    margin-bottom: 29px;
  }
}
.footer__topLeft {
  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;
}
.footer__topLeft img {
  margin-bottom: 10px;
  width: 80px;
  height: 80px;
}
@media (min-width: 992px) {
  .footer__topLeft img {
    width: calc(0.0215517241 * 100vw + 58.6206896552px);
  }
}
@media (min-width: 1920px) {
  .footer__topLeft img {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .footer__topLeft img {
    height: calc(0.0215517241 * 100vw + 58.6206896552px);
  }
}
@media (min-width: 1920px) {
  .footer__topLeft img {
    height: 100px;
  }
}
.footer__topLeft p {
  color: var(--white, #fff);
  text-align: center;
  font-family: "Vezitsa";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.222%;
  font-size: 16px;
  /*  */
}
@media (min-width: 992px) {
  .footer__topLeft p {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .footer__topLeft p {
    font-size: 18px;
  }
}
.footer__topMid {
  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;
}
.footer__topRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__topRight .footer__disabled {
  display: none;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.footer__bottomCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-right: 30px;
}
@media (min-width: 992px) {
  .footer__bottomCenter {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .footer__bottomCenter {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .footer__bottomCenter {
    margin-right: calc(0.025862069 * 100vw + 4.3448275862px);
  }
}
@media (min-width: 1920px) {
  .footer__bottomCenter {
    margin-right: 54px;
  }
}
.footer__bottomCenter .footer__copyright {
  display: none;
}
.footer__bottomRight {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 13px;
}
@media (min-width: 992px) {
  .footer__bottomRight {
    gap: calc(0.0043103448 * 100vw + 8.724137931px);
  }
}
@media (min-width: 1920px) {
  .footer__bottomRight {
    gap: 17px;
  }
}
.footer__prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (min-width: 992px) {
  .footer__prod {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .footer__prod {
    gap: 20px;
  }
}
.footer__prod p {
  margin-top: 5px;
  color: var(--White, #fff);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer__prod img {
  width: 48px;
  height: 36px;
}
@media (min-width: 992px) {
  .footer__prod img {
    width: calc(0.0064655172 * 100vw + 41.5862068966px);
  }
}
@media (min-width: 1920px) {
  .footer__prod img {
    width: 54px;
  }
}
@media (min-width: 992px) {
  .footer__prod img {
    height: calc(0.0064655172 * 100vw + 29.5862068966px);
  }
}
@media (min-width: 1920px) {
  .footer__prod img {
    height: 42px;
  }
}
.footer__disabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.footer__disabled:hover div {
  color: #0060a7;
}
.footer__disabled:hover p {
  color: #0060a7;
}
.footer__disabled div {
  font-size: 20px;
  color: #fff;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .footer__disabled div {
    font-size: calc(0.0021551724 * 100vw + 17.8620689655px);
  }
}
@media (min-width: 1920px) {
  .footer__disabled div {
    font-size: 22px;
  }
}
.footer__disabled p {
  color: var(--white, #fff);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 107.143%;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.footer__links img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.footer__links a {
  height: 23px;
  width: 60px;
}
@media (min-width: 992px) {
  .footer__links a {
    height: calc(0.0032327586 * 100vw + 19.7931034483px);
  }
}
@media (min-width: 1920px) {
  .footer__links a {
    height: 26px;
  }
}
@media (min-width: 992px) {
  .footer__links a {
    width: calc(0.0161637931 * 100vw + 43.9655172414px);
  }
}
@media (min-width: 1920px) {
  .footer__links a {
    width: 75px;
  }
}
.footer__policy {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
}
.footer__policy:hover {
  color: #0060a7;
}
.footer__copyright {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
}
.footer__title {
  color: var(--white, #fff);
  text-align: end;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .footer__title {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .footer__title {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .footer__title {
    margin-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .footer__title {
    margin-bottom: 15px;
  }
}
.footer__contacts {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
}
@media (min-width: 992px) {
  .footer__contacts {
    gap: calc(0.0021551724 * 100vw + 5.8620689655px);
  }
}
@media (min-width: 1920px) {
  .footer__contacts {
    gap: 10px;
  }
}
.footer__contacts p {
  color: var(--white, #fff);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 107.143%;
}
.footer__contacts a {
  color: var(--white, #fff);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 107.143%;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
}
.footer__contacts a:hover {
  color: #0060a7;
}
.footer__radio {
  margin-top: -20px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 80px;
  height: 65px;
}
@media (min-width: 992px) {
  .footer__radio {
    width: calc(0.0215517241 * 100vw + 58.6206896552px);
  }
}
@media (min-width: 1920px) {
  .footer__radio {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .footer__radio {
    height: calc(0.0215517241 * 100vw + 43.6206896552px);
  }
}
@media (min-width: 1920px) {
  .footer__radio {
    height: 85px;
  }
}
.footer__play {
  -o-object-fit: contain;
  object-fit: contain;
  width: 35px;
  height: 35px;
  margin-top: -20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .footer__play {
    width: calc(0.005387931 * 100vw + 29.6551724138px);
  }
}
@media (min-width: 1920px) {
  .footer__play {
    width: 40px;
  }
}
@media (min-width: 992px) {
  .footer__play {
    height: calc(0.005387931 * 100vw + 29.6551724138px);
  }
}
@media (min-width: 1920px) {
  .footer__play {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .footer__play {
    margin-bottom: calc(0.0172413793 * 100vw + 2.8965517241px);
  }
}
@media (min-width: 1920px) {
  .footer__play {
    margin-bottom: 36px;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (min-width: 992px) {
  .footer__nav {
    gap: calc(0.0431034483 * 100vw + -22.7586206897px);
  }
}
@media (min-width: 1920px) {
  .footer__nav {
    gap: 60px;
  }
}
.footer__nav-link {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  font-size: 16px;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .footer__nav-link {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .footer__nav-link {
    font-size: 18px;
  }
}
.footer__nav-link:hover {
  color: #0060a7;
}

.burger {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  z-index: 12;
  cursor: pointer;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
}
.burger::before, .burger::after {
  content: "";
  background: #fff;
  border-radius: 2px;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 12px;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
}
.burger::after {
  top: 18px;
}
.burger span {
  content: "";
  background: #fff;
  border-radius: 2px;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 6px;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
}
.burger--open::before, .burger--open::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 10px;
}
.burger--open span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
}

@media (max-width: 992px) {
  .search__item {
    padding-left: 0;
    padding-right: 0;
  }
  .donation .title {
    width: 100%;
  }
  .donation__box {
    grid-template-columns: 1fr;
  }
  .contacts__wrapper {
    grid-template-columns: 1fr;
  }
  .contacts #map {
    height: 350px;
  }
  .cleroDetail__wrapper {
    grid-template-columns: 1fr;
  }
  .cleroDetail__left img {
    -o-object-position: top;
    object-position: top;
  }
  .decanato__list {
    grid-template-columns: 1fr 1fr;
  }
  .decanato__card img {
    height: 300px;
  }
  .monastery__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .monastery__box-left, .monastery__box-right {
    width: 100%;
  }
  .monastery__box-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .monastery__box-phone, .monastery__box-mail, .monastery__box-social, .monastery__box-site {
    width: 100%;
  }
  .parts__box-phone, .parts__box-mail {
    width: 45%;
  }
  .about img {
    height: 400px;
  }
  .about__box h4 {
    line-height: 130%;
    font-size: 16px;
  }
  .wordDetail img {
    height: 500px;
  }
  .edict__wrapper {
    grid-template-columns: 1fr;
  }
  .edict__tabs-item span {
    text-align: center;
  }
  .schedule__table {
    overflow-x: scroll;
  }
  .schedule__table-row {
    width: 1200px;
  }
  .schedule__table-head {
    width: 1200px;
  }
  .fancybox__nav {
    display: none;
  }
  .media__list {
    grid-template-columns: 1fr 1fr;
  }
  .service__list {
    grid-template-columns: 1fr 1fr;
  }
  .person__wrapper {
    grid-template-columns: 1fr;
  }
  .person__left img {
    -o-object-position: top;
    object-position: top;
  }
  .header__hidden {
    position: relative;
    z-index: 1000;
  }
  .header__bottom {
    z-index: 999;
    -webkit-transition: 0.38s ease-in-out;
    transition: 0.38s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .header__bottom--active {
    top: 0;
  }
  .header__bottom-content {
    padding-top: 170px;
    padding-bottom: 50px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__bottom-content .header__nav {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .header__bottom-content .header__search {
    display: none;
  }
  .header__bottom-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 21px;
    padding-top: 20px;
  }
  .header__bottom-bottom a,
  .header__bottom-bottom p {
    color: var(--white, #fff);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /* 93.75% */
  }
  .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__hidden-close {
    display: none;
  }
  .header__top {
    margin-bottom: 40px;
  }
  .header__top-text {
    font-size: 20px;
  }
  .header__top-img1 {
    display: none;
  }
  .header__top-img1--mobile {
    display: block;
  }
  .news__content {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }
  .news__swiper {
    height: 100%;
  }
  .card {
    min-height: 375px;
  }
  .card > img {
    height: 200px;
  }
  .card__wrapper > img {
    height: 200px;
  }
  .newsMin__list {
    grid-template-columns: 1fr;
  }
  .newsMin__item img {
    min-height: auto;
    height: 150px;
  }
  .newsMin__wrapper:nth-child(even) {
    grid-row: auto;
  }
  .photo__slider::after {
    display: none;
  }
  .photo .swiper-slide {
    width: 200px;
  }
  .photo .swiper-slide img {
    height: 200px;
  }
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .footer__topRight {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  .footer__topRight .footer__disabled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__topMid {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .footer__topMid > a {
    display: block;
    margin: 0 auto;
  }
  .footer__nav {
    grid-row: 1/2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__contacts {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 13px;
  }
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__bottomLeft {
    text-align: center;
  }
  .footer__bottomLeft .footer__copyright {
    display: none;
  }
  .footer__bottomRight {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__bottomRight .footer__disabled {
    display: none;
  }
  .footer__bottomCenter {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer__bottomCenter .footer__copyright {
    display: block;
    text-align: center;
  }
  .footer__links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__play {
    margin-bottom: -2px;
  }
  .footer__bootom {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .martyrs__card-content p {
    -webkit-line-clamp: 8;
  }
  .martyrs__card-content p:first-child {
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .decanato__list {
    grid-template-columns: 1fr;
  }
  .comission__presidente-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
  .resourses__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .decanatoDetail .title {
    width: 100%;
  }
  .decanatoDetail__swiper-main .swiper-slide img {
    height: 350px;
  }
  .decanatoDetail__wrapper > img {
    height: 350px;
    margin-bottom: 20px;
  }
  .parts__item-name {
    font-size: 18px;
    width: 100%;
  }
  .parts__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .parts__box-right {
    width: 100%;
  }
  .parts__box-phone, .parts__box-mail {
    width: 48%;
  }
  .about img {
    height: 350px;
  }
  .title {
    font-size: 28px;
  }
  .edictDetail__date, .edictDetail__name {
    margin-bottom: 15px;
  }
  .edictDetail__box div {
    font-size: 18px;
  }
  .edict__title {
    font-size: 28px;
  }
  .schedule__title {
    font-size: 25px;
  }
  .serviceDetail__content h2,
  .bulletinDetail__content h2 {
    font-size: 28px;
  }
  .serviceDetail__gallery div img,
  .bulletinDetail__gallery div img {
    height: 150px;
  }
  .media__title, .mediaDetail {
    font-size: 28px;
  }
  .media__tabs-item {
    font-size: 18px;
  }
  .martyrs__discription {
    font-size: 16px;
  }
  .martyrs__card {
    -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: 15px;
    height: auto;
  }
  .martyrs__card-content {
    -webkit-line-clamp: 10;
  }
  .martyrs__card img {
    height: 238px;
  }
  .martyrs__card-content p:first-child {
    line-height: 20px;
  }
  .service__title,
  .person__title {
    font-size: 28px;
  }
  .breadcrumbs {
    margin-bottom: 20px;
  }
  .nav__list {
    gap: 10px;
  }
  .nav__list-item {
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 12px;
  }
  .person__wrapper {
    gap: 20px;
  }
  .person__right h3 {
    font-size: 22px;
  }
  .person__left img {
    height: 450px;
  }
  .header__top-cross {
    width: 74px;
    height: 74px;
  }
  .header__top-title, .header__top-title a {
    font-size: 20px;
  }
  .header__top-text {
    width: 71%;
    font-size: 16px;
  }
  .card {
    min-height: 275px;
  }
  .card__date {
    margin-bottom: 8px;
  }
  .card__text {
    font-size: 16px;
  }
  .card > img {
    height: 150px;
  }
  .card__wrapper > img {
    height: 150px;
  }
  .news__content {
    grid-template-rows: auto;
  }
  .news__swiper {
    height: 280px;
  }
  .news__swiper-prev {
    left: 1px;
  }
  .news__swiper-next {
    right: 1px;
  }
  .newsMin__item img {
    height: 130px;
  }
  .smiItem__text .counters {
    margin-bottom: 20px;
    line-height: 25px;
  }
  .smiItem__text strong {
    font-size: 16px;
    line-height: 25px;
  }
  .smiItem__text p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .smiItem__text p:has(strong) {
    margin-bottom: 5px;
  }
  .footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
  }
  .footer__radio {
    width: 100px;
    height: 91px;
  }
  .footer__topLeft img {
    height: 90px;
    width: 90px;
  }
  .footer__links a {
    width: 81px;
    height: 28px;
  }
  .footer__title {
    margin-bottom: 0;
  }
  .footer__play-link {
    margin-top: -17px !important;
  }
}
@media (max-width: 576px) {
  .contacts #map {
    height: 300px;
  }
  .cleroDetail__left img {
    height: 350px;
  }
  .decanato__card img {
    height: 250px;
  }
  .decanatoDetail__wrapper > img {
    height: 300px;
  }
  .decanatoDetail__swiper-main .swiper-slide img {
    height: 300px;
  }
  .monastery__box-right {
    grid-template-columns: 1fr;
  }
  .about img {
    height: 300px;
  }
  .wordDetail img {
    height: 350px;
  }
  .title {
    font-size: 24px;
  }
  .edict__title {
    font-size: 24px;
  }
  .edict__tabs-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .edict__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    gap: 15px;
  }
  .schedule__title {
    font-size: 24px;
  }
  .breadcrumbs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bulletinDetail__content-text p {
    font-size: 14px;
  }
  .serviceDetail__content h2,
  .bulletinDetail__content h2 {
    font-size: 26px;
  }
  .serviceDetail__gallery div,
  .bulletinDetail__gallery div {
    grid-template-columns: 1fr 1fr;
  }
  .bulletinDetail__content-text img {
    max-width: 100%;
  }
  .bulletinDetail__content-text p {
    margin-bottom: 10px;
  }
  .pagination__page {
    width: 35px;
    height: 35px;
  }
  .media__list {
    grid-template-columns: 1fr;
  }
  .media__title, .mediaDetail {
    font-size: 24px;
  }
  .service__title,
  .person__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .service__list {
    grid-template-columns: 1fr;
  }
  .service__title {
    font-size: 24px;
  }
  .person__left img {
    height: 400px;
  }
  .header__hidden-close {
    color: #fff;
  }
  .header__hidden-close--active {
    display: block;
  }
  .header__search {
    width: 220px;
    border-radius: 29px;
    background: transparent;
    border: none;
  }
  .header__search--active {
    background: #fff;
  }
  .header__search input {
    visibility: hidden;
    opacity: 0;
  }
  .header__search .icon-Search {
    color: #fff;
  }
  .header__search--active input {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.38s ease-in-out;
    transition: 0.38s ease-in-out;
  }
  .header__search--active .icon-Search {
    color: #619dc9;
  }
  .titleMin {
    text-align: center;
    font-size: 20px;
  }
  .newsMin__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .newsMin__item {
    grid-template-columns: 0.7fr 1.2fr;
    gap: 15px;
  }
  .newsMin__item img {
    height: 79px;
  }
  .newsMin__item-text {
    font-size: 14px;
  }
  .newsMin__container {
    padding: 0;
  }
  .photo__top {
    padding-right: 15px;
  }
  .photo__content {
    padding-right: 0;
  }
  .photo__slider-prev, .photo__slider-next {
    width: 30px;
    height: 30px;
  }
  .photo__slider-prev {
    left: 17px;
  }
  .photo__slider-next {
    right: 17px;
  }
  .news__content {
    gap: 30px;
  }
  .news__swiper-prev, .news__swiper-next {
    width: 30px;
    height: 30px;
  }
  .news__right {
    gap: 25px;
    grid-template-columns: 1fr;
  }
  .news .more {
    grid-column: 1/2;
  }
  .card img {
    height: 260px;
  }
  .card__wrapper img {
    height: 260px;
  }
  .header__nav {
    gap: 10px;
  }
  .header__top-title, .header__top-title a {
    font-size: 15px;
  }
  .header__top-text {
    font-size: 12px;
    width: 58%;
    width: 270px;
  }
  .header__top-text p:first-child, .header__top-text p:nth-child(2) {
    display: block;
  }
  .header__top-img1 {
    display: none;
  }
  .header__top-img2 {
    display: block;
  }
  .header__top-cross {
    margin-bottom: 9px;
  }
  .header__top-content {
    padding-bottom: 167px;
    padding-top: 11px;
  }
  .footer__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 400px) {
  .parts__content {
    gap: 20px;
  }
  .parts__box {
    gap: 10px;
  }
  .parts__box-phone, .parts__box-mail {
    width: 100%;
  }
  .parts__box-right {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__top-text {
    width: 217px;
  }
}