@font-face {
  font-family: "STIX Two Text";
  src: url("../fonts/STIX_Two_Text/static/STIXTwoText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "STIX Two Text";
  src: url("../fonts/STIX_Two_Text/static/STIXTwoText-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "STIX Two Text";
  src: url("../fonts/STIX_Two_Text/static/STIXTwoText-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "STIX Two Text";
  src: url("../fonts/STIX_Two_Text/static/STIXTwoText-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "STIX Two Text";
  src: url("../fonts/STIX_Two_Text/static/STIXTwoText-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "STIX Two Text";
  src: url("../fonts/STIX_Two_Text/static/STIXTwoText-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "STIX Two Text";
  src: url("../fonts/STIX_Two_Text/static/STIXTwoText-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "STIX Two Text";
  src: url("../fonts/STIX_Two_Text/static/STIXTwoText-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
html, body {
  font-family: "STIX Two Text", "Fira Sans Condensed", Arial, sans-serif;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  color: #000000;
}
body.front .app-blocks {
  padding-top: 50px;
}
@media (max-width: 1240px) {
  body.front .app-blocks {
    padding-top: 30px;
  }
}

*:focus {
  outline: none;
}

.content-container {
  margin-bottom: 40px;
}

h1,
.h1 {
  color: #000000;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 30px;
  }
}
@media (max-width: 520px) {
  h1,
  .h1 {
    font-size: 26px;
  }
}

h2, .h2 {
  font-size: 24px;
  font-weight: 600;
}

.h3, h3 {
  font-size: 20px;
  font-weight: 600;
}

a:not(.btn) {
  color: #364B84;
  text-decoration: underline;
}
a:not(.btn).app-link-1 {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
a:not(.btn).app-link-1._underline {
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
@media (max-width: 760px) {
  a:not(.btn).app-link-1 {
    font-size: 16px;
    gap: 3px;
  }
}
a:not(.btn).app-site-name {
  font-size: 55px;
  line-height: 0.9;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 1160px) {
  a:not(.btn).app-site-name {
    font-size: 44px;
  }
}
@media (max-width: 950px) {
  a:not(.btn).app-site-name {
    font-size: 34px;
  }
}
@media (max-width: 760px) {
  a:not(.btn).app-site-name {
    font-size: 20px;
  }
}
@media (max-width: 550px) {
  a:not(.btn).app-site-name {
    font-size: 13px;
    line-height: 1;
  }
}
@media (max-width: 400px) {
  a:not(.btn).app-site-name {
    font-size: 10px;
  }
}
a:not(.btn).app-link-2 {
  color: #364B84;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
a:not(.btn).app-link-3 {
  color: #ffffff;
}
a:not(.btn).app-link-4 {
  color: #C47F42;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
a:not(.btn)._lg {
  font-size: 22px;
}
a:not(.btn)._md {
  font-size: 18px;
}
@media (max-width: 540px) {
  a:not(.btn)._md {
    font-size: 16px;
  }
}

label._closer {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 44px;
  color: #C47F42;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.w-100p {
  width: 100px !important;
}

.w-70p {
  width: 70px !important;
}

.position-relative {
  position: relative;
}

.link-full,
.app-full-link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.link.app-collapsed {
  text-decoration: none;
  border-bottom: 1px dashed #5db05a;
}
.link.app-collapsed:hover {
  border-color: #3fc43a;
}

.logo {
  display: inline-block;
}
.logo._mob {
  display: none;
}
@media (max-width: 950px) {
  .logo._mob {
    display: inline-block;
  }
}
@media (max-width: 950px) {
  .logo._desk {
    display: none;
  }
}

.container-fluid {
  max-width: 1500px;
}
@media (max-width: 760px) {
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.container-fluid .container-fluid {
  padding: 0 !important;
}

.head-wrapper {
  background: #3F4C81;
}

.btn-gumn {
  font-family: "Fira Sans Condensed", sans-serif !important;
  box-shadow: 0 2px 10px rgba(50, 99, 47, 0.4);
  background-color: #3e923b;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  padding: 10px 20px;
  border: 1px solid #3e923b;
}
.btn-gumn:hover {
  background: #3fc43a;
  border: 1px solid #3fc43a;
  color: #ffffff !important;
}
.btn-gumn_yellow {
  background-color: #eeb057;
  border: 1px solid #eeb057;
}
.btn-gumn_yellow:hover {
  background: #eec812 !important;
  border: 1px solid #eec812 !important;
}
.btn-gumn_red {
  background-color: #ee5e48;
  border: 1px solid #ee5e48;
}
.btn-gumn_red:hover {
  background: #ff8562 !important;
  border: 1px solid #ff8562 !important;
}
.btn-gumn_sm {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  padding: 3px 8px;
}

.main-menu-wrapper {
  overflow: hidden;
  height: 87px;
  padding: 30px 4.5% 30px 0;
}
@media (max-width: 1400px) {
  .main-menu-wrapper {
    padding: 30px 4% 30px 0;
  }
}
@media (max-width: 1024px) {
  .main-menu-wrapper {
    padding: 20px 40px 20px 0;
    height: 67px;
  }
}
@media (max-width: 425px) {
  .main-menu-wrapper {
    padding: 10px 40px 10px 0;
    height: 47px;
  }
}

.main-menu {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  height: 80px;
  overflow: auto;
  align-items: start;
}
@media (max-width: 1350px) {
  .main-menu {
    -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 35px), rgba(0, 0, 0, 0.5) calc(100% - 15px), rgba(0, 0, 0, 0.1) calc(100% - 5px), transparent);
    mask-image: linear-gradient(90deg, #000 calc(100% - 35px), rgba(0, 0, 0, 0.5) calc(100% - 15px), rgba(0, 0, 0, 0.1) calc(100% - 5px), transparent);
  }
}
@media (max-width: 1024px) {
  .main-menu {
    gap: 15px;
  }
}
@media (max-width: 425px) {
  .main-menu {
    gap: 10px;
  }
}
.main-menu a {
  color: #364B84;
  font-size: 22px;
  text-decoration: none;
  transition: 0.3s ease;
  white-space: nowrap;
}
.main-menu a.active {
  color: #7F6E15;
}
.main-menu a:hover {
  color: #5B8FCE;
}
@media (max-width: 1024px) {
  .main-menu a {
    font-size: 20px;
  }
}
.main-menu__separator {
  width: 6px;
  height: 6px;
  background-color: #ede7c9;
  border-radius: 50%;
}
.main-menu__subitems {
  display: none;
  position: absolute;
  flex-direction: column;
  z-index: 9999;
  background: rgba(246, 243, 238, 0.95);
  padding: 8px 10px;
  border-radius: 12px;
  width: 220px;
  box-shadow: 0 0 10px 4px #DDCFA2;
}
.main-menu__subitems a {
  text-transform: none;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 8px;
  display: inline-block;
}
@media (max-width: 1350px) {
  .main-menu .main-menu__item:last-child {
    padding-right: 12px;
  }
}
.main-menu__item._hamburger {
  position: absolute;
  right: 15px;
  top: 34px;
}
@media (max-width: 1024px) {
  .main-menu__item._hamburger {
    top: 22px;
  }
}
@media (max-width: 425px) {
  .main-menu__item._hamburger {
    top: 12px;
  }
}
.main-menu__item._mob {
  position: static;
  margin: auto 0 auto auto;
  display: none;
}
@media (max-width: 640px) {
  .main-menu__item._mob {
    display: block;
  }
}

.date {
  color: #d9d1ac;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 3px solid #ede7c9;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
.date .meta {
  color: #eec812;
  font-size: 16px;
}
.date .meta i {
  display: inline-flex;
  margin-left: 5px;
}

.announces-swiper-container-wrapper {
  position: relative;
}
.announces-swiper-container-wrapper .swiper-button-prev,
.announces-swiper-container-wrapper .swiper-button-next {
  top: 24px;
}

.swiper-container_advs,
.swiper-container_announces,
.swiper-container_activity {
  margin: 0 82px;
  width: auto;
}

.swiper-slide_announce .readmore {
  font-size: 18px;
  display: inline-flex;
  line-height: 1.3;
}

.announces-box {
  margin-bottom: 50px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 2px solid #d2b52c;
  background-size: 12px;
}
.swiper-button-prev.swiper-button-next,
.swiper-button-next.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d2b52c'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-prev,
.swiper-button-next.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d2b52c'%2F%3E%3C%2Fsvg%3E");
}

.item {
  margin-bottom: 40px;
}
.item__img {
  margin-bottom: 20px;
}
.item__img__badge {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 1;
  display: flex;
  padding: 14px;
  justify-content: center;
  align-items: center;
  background: #eff9f7;
  font-size: 20px;
  color: #5db05a;
  text-shadow: 0 0 10px #f7f6f3;
  text-align: center;
}
.item__title {
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 14px;
}
.item__title a {
  text-decoration: none;
}
.item__text {
  font-size: 16px;
}
.item:hover .bordered {
  box-shadow: #ede7c9 10px 10px;
}

.bordered {
  margin: 0 10px 10px 0;
  box-shadow: #f7f6f3 10px 10px;
  transition: 0.3s;
}

.js-masonry-sizer {
  position: absolute;
}

.all-news-readmore {
  border-bottom: 5px solid #ede7c9;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  top: -40px;
}
.all-news-readmore a {
  display: inline-block;
  background: #ffffff;
  color: #cfc48b;
  font-size: 20px;
  text-decoration: underline;
  padding: 0 25px;
  position: relative;
  top: 15px;
}

.bg-gray {
  background: #f7f6f3;
}

.bg-gray-darker {
  background: #eeece5;
}

.link-with-round {
  position: relative;
  padding-left: 22px;
  line-height: 1.25;
}
.link-with-round:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ede7c9;
  transition: 0.3s;
}
.link-with-round:hover:after {
  background-color: #d2b52c;
}
.link-with-round.active {
  text-decoration: none;
}
.link-with-round.active:after {
  background-color: #d2b52c;
}

.link-with-icon {
  text-decoration: none;
}
.link-with-icon span {
  text-decoration: underline;
  display: inline-block;
  margin-left: 5px;
}

.color-green {
  color: #3e923b;
}

.map {
  height: 400px;
}

.footer-box {
  border-top: 5px solid #ede7c9;
}

.hamburger {
  display: none;
  position: fixed;
  top: 30px;
  right: 30px;
  background: #3e923b;
  padding: 6px 10px 5px 10px;
  z-index: 10;
  transition: 0.3s;
  border-radius: 10px;
  color: #ffffff;
  font-size: 30px;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
  background-color: #fff !important;
}
.hamburger.is-active {
  right: 275px;
  transform: rotate(135deg);
}
.hamburger.is-active:hover, .hamburger:hover {
  opacity: 1;
}

.hamburged-box {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 250px;
  padding: 1rem;
  opacity: 0;
  transition: 0.4s;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #3e923b;
}
.hamburged-box .main-menu {
  flex-direction: column;
  border-bottom: 1px solid #95c9a6;
  padding-bottom: 10px;
  padding-top: 20px;
}
.hamburged-box .main-menu a {
  color: #ffffff;
  font-size: 20px;
}
.hamburged-box .main-menu .main-menu__item:first-child {
  margin-bottom: 10px;
}
.hamburged-box .header-r-r {
  flex-direction: column;
  margin-top: 20px;
}
@media (max-width: 950px) {
  .hamburged-box .header-r-r {
    display: block;
  }
}
.hamburged-box .header-button {
  margin-bottom: 20px;
}
.hamburged-box .header-lk {
  display: inline-flex;
}
.hamburged-box .header-lk-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  text-align: left;
  font-size: 14px;
}
.hamburged-box .btn-gumn {
  background: #ffffff;
  color: #3e923b !important;
}
.hamburged-box .header-lk-link {
  color: #ffffff;
  font-size: 20px;
}

body.hamburged-body .hamburged-box {
  opacity: 1 !important;
}

.wrapper {
  position: relative;
  z-index: 2;
  background: #F8F7F5;
  transition: 0.3s;
  top: 0;
  left: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.wrapper.hamburged {
  left: -250px;
  -webkit-box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.22);
}

.swiper-wrapper {
  height: auto;
}
.swiper-wrapper .swiper-slide {
  height: auto;
}

.active_full {
  color: #7F6E15 !important;
}

.detail-text img {
  cursor: pointer;
  max-width: 100%;
  height: auto;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
  background: #eec812;
}

.table-wrapper {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f6f3ee;
}

footer {
  margin-top: 30px;
}

.card-body_video {
  position: relative;
}
.card-body_video iframe {
  border: 10px solid #fff;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.detail-text-img-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.detail-text-img-wrapper .detail-text-img-title {
  font-size: 14px;
  font-style: italic;
  color: #455a64;
}

.schedule-item_today td {
  background: #faf4d5;
}

.schedule-item__body__time:last-child ul {
  margin-bottom: 0;
}

.container_schedule-split .schedule-slider {
  position: relative;
}
.container_schedule-split .schedule-slider .swiper-wrapper {
  height: auto;
  padding: 6px 0 !important;
}
.container_schedule-split .schedule-slider .swiper-wrapper .swiper-slide {
  height: auto;
  background: #f6f3ee;
  padding: 10px 12px;
  box-sizing: border-box;
}
.container_schedule-split .schedule-slider .swiper-wrapper .swiper-slide .schedule-item__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}
.container_schedule-split .schedule-slider .swiper-wrapper .swiper-slide .schedule-item__header .schedule-item__header__weekday {
  font-size: 24px;
  font-weight: bold;
  color: #4A4A4A;
  line-height: 1.2;
  text-transform: uppercase;
}
.container_schedule-split .schedule-slider .swiper-wrapper .swiper-slide .schedule-item__header .schedule-item__header__date {
  color: #858D9D;
  font-size: 12px;
}
.container_schedule-split .schedule-slider .swiper-wrapper .swiper-slide .schedule-item__header .schedule-item__header__date .schedule-item__header__date b {
  display: block;
  line-height: 1;
  position: relative;
  top: -4px;
}
.container_schedule-split .schedule-slider .swiper-wrapper .swiper-slide .schedule-item__body .schedule-item__body__time {
  margin-bottom: 10px;
}
.container_schedule-split .schedule-slider .swiper-wrapper .swiper-slide .schedule-item__body .schedule-item__body__time .schedule-item__body__time__label {
  color: #AF851A;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 4px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.container_schedule-split .schedule-slider .swiper-wrapper .swiper-slide .schedule-item__body .schedule-item__body__time__info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.container_schedule-split .schedule-slider .swiper-wrapper .swiper-slide .schedule-item__body .schedule-item__body__time__info ul li {
  line-height: 1.3;
  margin: 0 0 6px 0;
  position: relative;
  padding-left: 17px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.container_schedule-split .schedule-slider .swiper-wrapper .swiper-slide .schedule-item__body .schedule-item__body__time__info ul li:last-child {
  margin-bottom: 0;
}
.container_schedule-split .schedule-slider .swiper-wrapper .swiper-slide .schedule-item__body .schedule-item__body__time__info ul li:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C5CACF;
  left: 0;
  top: 4px;
}
.container_schedule-split .schedule-slider .swiper-wrapper .swiper-slide.schedule-item_d0 .schedule-item__header__weekday, .container_schedule-split .schedule-slider .swiper-wrapper .swiper-slide.schedule-item_d6 .schedule-item__header__weekday {
  color: #C93131;
}
.container_schedule-split .schedule-slider .swiper-wrapper .swiper-slide.schedule-item_today {
  background: #faf4d5;
  margin: -6px 0;
}

.container_schedule-split .swiper-button-next,
.container_schedule-split .swiper-button-prev {
  top: 42px !important;
}

.app-section {
  position: relative;
}

.hidden {
  display: none;
}

#ylab-comments-section {
  padding-top: 10px;
}
#ylab-comments-section .ylab-comments-added {
  border: 1px solid #ede7c9;
  padding: 10px;
  margin-bottom: 15px;
  background: #f7f6f3;
}
#ylab-comments-section .ylab-comments-added .ylab-comments-added-name {
  font-size: 12px;
  color: #7e7964;
}
#ylab-comments-section .ylab-comments-added .app-comments-added-date {
  font-size: 12px;
  color: #b0aa8c;
}
#ylab-comments-section .ylab-comments-added .app-comments-added-meta {
  margin-bottom: 0;
}
#ylab-comments-section .ylab-comments-added .ylab-comments-added-btn-wrapper {
  background: #ede7c9;
  padding: 3px;
  box-sizing: content-box;
  cursor: pointer;
  margin-right: 2px;
  color: #7e7964;
  transition: 0.3s ease;
}
#ylab-comments-section .ylab-comments-added .ylab-comments-added-btn-wrapper:hover {
  background-color: #eec812;
}
#ylab-comments-section .ylab-comments-added .app-comments-added-text {
  margin-bottom: 15px;
}
#ylab-comments-section .ylab-comments-added .app-comments-added-text p:last-child {
  margin-bottom: 0;
}

#ylab-comments-section .votes_bar,
.votes_bar_app {
  display: flex;
}
#ylab-comments-section .votes_bar .vote_action,
.votes_bar_app .vote_action {
  display: flex;
  align-items: center;
  color: #7e7964;
  margin: 0 15px 0 0;
  float: none;
}
#ylab-comments-section .votes_bar .vote_action button,
.votes_bar_app .vote_action button {
  text-indent: 0 !important;
  background-image: none !important;
  background-color: #ede7c9;
  color: #7e7964;
  transition: 0.3s ease;
}
#ylab-comments-section .votes_bar .vote_action button.is-active,
.votes_bar_app .vote_action button.is-active {
  background-color: #fad313;
}
#ylab-comments-section .votes_bar .vote_action button:hover,
.votes_bar_app .vote_action button:hover {
  background-color: #eec812;
}
#ylab-comments-section .votes_bar .vote_action sup,
.votes_bar_app .vote_action sup {
  top: 0;
  margin-right: 3px;
}

.header-button {
  position: relative;
}
@media (max-width: 700px) {
  .header-button {
    display: flex;
    align-items: center;
  }
}

.acc-toggle {
  position: static;
  left: 20px;
  bottom: 28px;
  cursor: pointer;
  opacity: 0.9;
}
.acc-toggle .fas {
  font-size: 24px;
}
@media (max-width: 700px) {
  .acc-toggle {
    position: static;
    margin-right: 10px;
  }
}

.fa-image._slash,
.fa-eye._slash {
  position: relative;
}
.fa-image._slash:after,
.fa-eye._slash:after {
  content: "";
  position: absolute;
  height: 2px;
  top: 11px;
  left: -8px;
  right: -8px;
  background-color: red;
  transform: rotate(-30deg);
}

._no-img-icon {
  display: none;
  position: relative;
  top: 5px;
}
@media (max-width: 1200px) {
  ._no-img-icon {
    display: inline-block;
  }
}

@media (max-width: 1200px) {
  ._no-img-text {
    display: none;
  }
}

.professor .item__info {
  position: relative;
  height: 120px;
  overflow: hidden;
}
.professor .item__info:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #5db05a;
  text-decoration: underline;
}

.advantage {
  padding: 20px;
  height: 100%;
}
.advantage__h {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  border-bottom: 2px solid #ede7c9;
  margin-bottom: 10px;
}
.advantage__icon {
  font-size: 30px;
  color: #5db05a;
}
.advantage__text p:last-child {
  margin-bottom: 0;
}

.block-teaser-triple {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.app-text-block p:last-child {
  margin-bottom: 0;
}

.app-blocks {
  display: grid;
  gap: 30px;
}

.app-grid-type1 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.app-grid-type2 {
  display: flex;
  max-width: 840px;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin: 0 auto;
}

.app-grid-type3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin: 0 auto;
}

.app-grid-type4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 25px;
  flex-wrap: wrap;
}
@media (max-width: 1100px) {
  .app-grid-type4 {
    display: flex;
    max-width: 840px;
    margin: 0 auto;
  }
}

.app-grid-type5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}
.app-grid-type5 .app-news-preview {
  width: 100%;
  justify-self: center;
}

.app-news-preview {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  background: #ffffff;
  padding: 12px;
  height: 100%;
  border-radius: 12px;
  position: relative;
}
.app-news-preview__img-wrapper {
  display: block;
  width: 100%;
}
.app-news-preview__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: var(--color7);
  background: #e8e7e7;
  border-radius: 8px;
}
.app-news-preview__img._cover {
  object-fit: cover;
}
.app-news-preview__temple {
  font-size: 14px;
  line-height: 1.2;
}
.app-news-preview__link.app-link {
  display: block;
  font-size: 16px;
  font-style: normal;
  max-height: 68px;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, black 80%, transparent);
}
.app-news-preview__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  margin-top: auto;
}
.app-news-preview__meta._v2 {
  flex-direction: row;
  justify-content: center;
  margin-bottom: 15px;
  gap: 5px 15px;
  flex-wrap: wrap;
}
.app-news-preview__date {
  color: #747474;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.app-news-preview__tags {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2px 10px;
  flex-wrap: wrap;
}
.app-news-preview__tags .app-link {
  font-size: 13px;
}
.app-news-preview._v2 {
  max-width: 300px;
  height: auto;
  gap: 15px;
}
.app-news-preview._v2 .app-news-preview__title {
  font-size: 18px;
  text-align: center;
  width: 100%;
  line-height: 1.25;
}
.app-news-preview._v2 .app-item-preview2__meta .container-fluid {
  padding: 0;
}
.app-news-preview._v2 .app-item-preview2__meta .app-block._text p {
  font-size: 14px;
}

.app-item-preview1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  max-width: 330px;
  background: #f7f6f3;
  padding-bottom: 10px;
  height: 100%;
  border-bottom: 3px solid #ede7c9;
}
.app-item-preview1 img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: contain;
  transition: 0.3s ease transform;
  background: #e8e7e7;
}
@media (max-width: 600px) {
  .app-item-preview1 img {
    width: 100%;
  }
}
.app-item-preview1 .app-link {
  font-size: 20px;
  text-align: center;
  padding: 0 10px;
}
@media (max-width: 600px) {
  .app-item-preview1 .app-link {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .app-item-preview1:hover .app-link._type3 {
    color: var(--color2);
  }
}

.app-item-preview2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: auto;
  text-align: center;
  justify-content: flex-start;
  background: #f7f6f3;
  padding-bottom: 10px;
  height: 100%;
  border-bottom: 3px solid #ede7c9;
}
.app-item-preview2 .app-link {
  justify-self: center;
  padding: 0 10px;
}
.app-item-preview2 img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 5px;
  transition: 0.3s ease;
  background: #e8e7e7;
}
.app-item-preview2 img._cover {
  object-fit: cover;
}
.app-item-preview2__meta {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  padding: 0 10px;
}
@media (hover: hover) {
  .app-item-preview2:hover .app-link._type3 {
    color: var(--color2);
  }
  .app-item-preview2:hover img {
    transform: scale(1.02);
  }
}

.app-item-preview3 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #ffffff;
  padding: 12px;
  border-radius: 12px;
  position: relative;
}
.app-item-preview3__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.app-item-preview3__title {
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  color: #000000 !important;
}

.app-item-preview4 {
  display: grid;
  grid-template-columns: 540px 1fr;
  align-items: flex-start;
  gap: 20px;
}
.app-item-preview4__imgs {
  height: 215px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  gap: 10px;
}
.app-item-preview4__imgs img {
  display: block;
  width: 100%;
  height: 215px;
  object-fit: contain;
  border-radius: 5px;
  background: #e8e7e7;
  border: 5px solid #e8e7e7;
}
.app-item-preview4__imgs img._cover {
  object-fit: cover;
}
@media (max-width: 560px) {
  .app-item-preview4__imgs img {
    height: 38vw;
  }
}
@media (max-width: 1023px) {
  .app-item-preview4__imgs {
    max-width: 540px;
    align-self: center;
  }
}
@media (max-width: 560px) {
  .app-item-preview4__imgs {
    height: 38vw;
  }
}
@media (max-width: 1023px) {
  .app-item-preview4 {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.app-item-preview4._no-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.app-item-preview4._no-text .app-item-preview4__imgs {
  max-width: 540px;
  align-self: center;
}

.app-line-slider-3 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 1500px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .app-line-slider-3 {
    max-width: calc(100vw - 30px);
  }
}
@media (max-width: 760px) {
  .app-line-slider-3 {
    max-width: calc(100vw - 20px);
  }
}

.app-news-preview._hidden,
.app-item-preview3._hidden {
  display: none;
}

.rounded {
  border-radius: 50% !important;
}

.lh-1 {
  line-height: 1;
}

.material-detail-nav-wrapper-all {
  border-radius: 5px;
  overflow: hidden;
}
.material-detail-nav-wrapper-all ._show-hide,
.material-detail-nav-wrapper-all .link._hide {
  display: none;
}
.material-detail-nav-wrapper-all:has(._mini) ._show-hide {
  display: block;
}
.material-detail-nav-wrapper-all:has(._maxi) ._show-hide {
  display: block;
}
.material-detail-nav-wrapper-all:has(._maxi) .link._hide {
  display: inline-block;
}
.material-detail-nav-wrapper-all:has(._maxi) .link._show {
  display: none;
}

.material-detail-nav-wrapper {
  position: relative;
}

.material-detail-nav._minimizible._mini {
  max-height: 100px;
  overflow: hidden;
}
.material-detail-nav._minimizible._mini::before, .material-detail-nav._minimizible._mini::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 45px;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(to bottom, #f7f6f3, transparent);
}
.material-detail-nav._minimizible._mini::before {
  top: 0;
}
.material-detail-nav._minimizible._mini::after {
  bottom: 0;
  background: linear-gradient(to top, #f7f6f3, transparent);
}

figure.table {
  max-width: 1170px;
}
@media (max-width: 1170px) {
  figure.table {
    max-width: calc(100vw - 30px);
  }
}

.bcrumbs {
  padding: 5px 0;
  border-radius: 5px;
  color: #797979;
  margin-bottom: 25px;
}
.bcrumbs a {
  color: #696969;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.bcrumbs .text-muted {
  opacity: 0.8;
  font-size: 11px;
}
@media (max-width: 768px) {
  .bcrumbs .breadcrumbs {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    height: 50px;
    display: block;
  }
}
@media (max-width: 768px) {
  .bcrumbs {
    height: 34px;
    overflow: hidden;
  }
}

.app-photo-caption {
  font-size: 14px;
  color: #515151;
  font-style: italic;
  text-align: center;
}

.img-preview-wrapper {
  position: relative;
}
.img-preview-wrapper .app-photo-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #b5b5b5;
  opacity: 0.85;
}

.app-gallery-line-slider {
  position: relative;
  overflow: hidden;
}

.app-about-slider {
  user-select: none;
}
.app-about-slider .swiper-slide img {
  width: 640px;
  height: 538px;
  object-fit: cover;
  display: block;
}
@media (max-width: 640px) {
  .app-about-slider .swiper-slide img {
    width: 100%;
  }
}
.app-about-slider__left, .app-about-slider__right {
  position: absolute;
  top: 50%;
  z-index: 20;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color1);
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s ease;
}
.app-about-slider__left.swiper-button-disabled, .app-about-slider__right.swiper-button-disabled {
  opacity: 0.5;
}
@media (hover: hover) {
  .app-about-slider__left:hover, .app-about-slider__right:hover {
    color: var(--color2);
  }
}
.app-about-slider__left {
  left: 15px;
}
.app-about-slider__right {
  right: 15px;
}
@media (max-width: 1040px) {
  .app-about-slider .swiper-slide img {
    height: 420px;
  }
}
@media (max-width: 640px) {
  .app-about-slider .swiper-slide img {
    height: 65vw;
  }
}

.app-news-preview__meta._v2 {
  justify-content: start;
  padding: 0;
  align-items: center;
  margin-bottom: 30px;
}

.cursor-pointer {
  cursor: pointer;
}

._underline {
  text-decoration: underline !important;
}

._not-underline {
  text-decoration: none !important;
}

.app-golden-ratio-proportions {
  aspect-ratio: 1.618/1;
}

.app-golden-ratio-vertical-proportions {
  aspect-ratio: 1/1.35;
}

.app-square-proportions {
  aspect-ratio: 5/4;
}

.app-object-fit-cover {
  object-fit: cover;
}

.app-object-fit-contain {
  object-fit: contain;
}

.app-btn {
  cursor: pointer;
}
.app-btn._v1 {
  color: #C47F42;
  padding: 10px 20px;
  border: 1px solid #C47F42;
  border-radius: 8px;
  font-size: 18px;
}
@media (max-width: 540px) {
  .app-btn._v1 {
    padding: 7px 12px;
    font-size: 16px;
  }
}
.app-btn._v2 {
  color: #364B84;
  padding: 6px 10px;
  border: 1px solid #364B84;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 540px) {
  .app-btn._v2 {
    padding: 5px 9px;
    font-size: 13px;
  }
}
.app-btn._v2-2 {
  color: #747474;
  padding: 3px 5px;
  border: none;
  background: #F8F7F5;
  border-radius: 8px;
  font-size: 12px;
  text-decoration: none;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 540px) {
  .app-btn._v2-2 {
    padding: 5px 9px;
    font-size: 13px;
  }
}
.app-btn._v3 {
  color: #C47F42;
  padding: 6px 10px;
  border: 1px solid #C47F42;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 540px) {
  .app-btn._v3 {
    padding: 5px 9px;
    font-size: 13px;
  }
}
.app-btn._v4 {
  padding: 5px 8px;
  border: none;
  background: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 540px) {
  .app-btn._v4 {
    padding: 5px 9px;
    font-size: 13px;
  }
}

.color-2 {
  color: #3F4C81;
}

.color-3 {
  color: rgba(54, 75, 132, 0.9);
}

.color-4 {
  color: #C47F42;
}

.color-5 {
  color: #F8F7F5;
}

.color-6 {
  color: #7F6E15;
}

.app-line-header__nav {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

._bg2 {
  background: #F1EDE5;
  padding: 40px 0;
}

.app-crumbs-wrapper {
  background: #f6f4ef;
}

.page-title-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.page-title {
  margin-bottom: 0;
}

.swiper-notification {
  display: none !important;
}

.app-nav-wrapper {
  padding-top: 3rem;
}
.app-nav-wrapper .bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.app-nav-wrapper .bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.app-nav-wrapper .bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
  border: 1px solid #364B84;
  padding-top: 2px;
}
.app-nav-wrapper .bx-pagination .bx-pagination-container ul li.bx-active span {
  background: #7F6E15;
}

.app-news-detail__meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 2rem;
}

.app-blocks {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.app-block .app-photo-wrapper {
  text-decoration: none;
}
.app-block._text-plus-photo img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.app-block._text-plus-photo._photo-float._photo-left .app-photo-wrapper {
  float: left;
  margin: 5px 20px 15px 0;
}
.app-block._text-plus-photo._photo-float._photo-right .app-photo-wrapper {
  float: right;
  margin: 5px 0 15px 20px;
}
.app-block._text-plus-photo._photo-float._photo-20 .app-photo-wrapper {
  max-width: 20%;
}
@media (max-width: 768px) {
  .app-block._text-plus-photo._photo-float._photo-20 .app-photo-wrapper {
    max-width: 100%;
  }
}
.app-block._text-plus-photo._photo-float._photo-30 .app-photo-wrapper {
  width: 30%;
}
.app-block._text-plus-photo._photo-float._photo-32 .app-photo-wrapper {
  width: 32%;
}
.app-block._text-plus-photo._photo-float._photo-34 .app-photo-wrapper {
  width: 34%;
}
.app-block._text-plus-photo._photo-float._photo-36 .app-photo-wrapper {
  width: 36%;
}
.app-block._text-plus-photo._photo-float._photo-38 .app-photo-wrapper {
  width: 38%;
}
.app-block._text-plus-photo._photo-float._photo-40 .app-photo-wrapper {
  width: 40%;
}
.app-block._text-plus-photo._photo-float._photo-42 .app-photo-wrapper {
  width: 42%;
}
.app-block._text-plus-photo._photo-float._photo-44 .app-photo-wrapper {
  width: 44%;
}
.app-block._text-plus-photo._photo-float._photo-46 .app-photo-wrapper {
  width: 46%;
}
.app-block._text-plus-photo._photo-float._photo-48 .app-photo-wrapper {
  width: 48%;
}
.app-block._text-plus-photo._photo-float._photo-50 .app-photo-wrapper {
  width: 50%;
}
@media (max-width: 767px) {
  .app-block._text-plus-photo._photo-float {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
  }
  .app-block._text-plus-photo._photo-float a.app-photo-wrapper {
    display: block;
    margin: 0 auto;
  }
  .app-block._text-plus-photo._photo-float .app-photo-wrapper {
    float: none;
    margin: 0 !important;
    width: 100% !important;
    max-width: 640px;
    display: flex;
    align-items: center;
  }
}
.app-block._text-plus-photo._photo-not-float {
  display: grid;
  grid-gap: 20px;
}
.app-block._text-plus-photo._photo-not-float .app-photo-wrapper {
  width: 100%;
  height: auto;
  margin-top: 5px;
  margin-bottom: auto;
}
.app-block._text-plus-photo._photo-not-float._photo-30 {
  grid-template-columns: 30% 1fr;
}
.app-block._text-plus-photo._photo-not-float._photo-40 {
  grid-template-columns: 40% 1fr;
}
.app-block._text-plus-photo._photo-not-float._photo-50 {
  grid-template-columns: 50% 1fr;
}
.app-block._text-plus-photo._photo-not-float._photo-60 {
  grid-template-columns: 60% 1fr;
}
.app-block._text-plus-photo._photo-not-float._photo-right > div {
  order: -1;
}
@media (max-width: 767px) {
  .app-block._text-plus-photo._photo-not-float._photo-right > div {
    order: 1;
  }
}
.app-block._text-plus-photo._photo-not-float._photo-right._photo-30 {
  grid-template-columns: 1fr 30%;
}
.app-block._text-plus-photo._photo-not-float._photo-right._photo-40 {
  grid-template-columns: 1fr 40%;
}
.app-block._text-plus-photo._photo-not-float._photo-right._photo-50 {
  grid-template-columns: 1fr 50%;
}
.app-block._text-plus-photo._photo-not-float._photo-right._photo-60 {
  grid-template-columns: 1fr 60%;
}
@media (max-width: 767px) {
  .app-block._text-plus-photo._photo-not-float {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
  }
}
.app-block._text-plus-photo._style-style1 {
  background: #ffffff;
  padding: 15px;
  border-radius: 5px;
}
.app-block._photo-gallery._wall {
  display: grid;
  gap: 15px;
}
.app-block._photo-gallery._wall .app-photo-wrapper {
  max-width: 750px;
  justify-self: center;
}
.app-block._photo-gallery._wall .app-photo-wrapper img {
  max-width: 100%;
  height: auto;
}
.app-block._text h2, .app-block._text .h2,
.app-block .app-text h2,
.app-block .app-text .h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1.1rem;
}
.app-block._text .h3, .app-block._text h3,
.app-block .app-text .h3,
.app-block .app-text h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.app-block._text p, .app-block._text li,
.app-block .app-text p,
.app-block .app-text li {
  font-size: 18px;
}
.app-block._text p:last-child,
.app-block .app-text p:last-child {
  margin-bottom: 0;
}
.app-block._text a,
.app-block .app-text a {
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.app-block._text._important,
.app-block .app-text._important {
  display: flex;
  padding: 15px;
  justify-content: start;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-radius: 12px;
}
.app-block._text._important p,
.app-block .app-text._important p {
  font-size: 20px;
}
.app-block._text._important blockquote,
.app-block .app-text._important blockquote {
  margin-bottom: 0;
}
.app-block._text + ._files,
.app-block .app-text + ._files {
  position: relative;
  top: -15px;
}
.app-block._gallery-line {
  width: 1470px;
}
.app-block._gallery-line .app-gallery-line-slider .swiper-slide {
  width: auto;
}
.app-block._gallery-line .app-gallery-line-slider .swiper-slide img {
  width: auto;
  height: 200px;
}
@media (max-width: 1470px) {
  .app-block._gallery-line {
    width: calc(100vw - 20px);
  }
}
@media (max-width: 760px) {
  .app-block._gallery-line {
    width: calc(100vw - 10px);
  }
}
.app-block._gallery-mosaic {
  overflow: hidden;
}
.app-block._gallery-mosaic .mosaic {
  width: 1470px;
  position: relative;
  left: -5px;
}
.app-block._gallery-mosaic .mosaic img {
  display: block;
}
@media (max-width: 1470px) {
  .app-block._gallery-mosaic .mosaic {
    width: calc(100vw - 20px);
  }
}
@media (max-width: 760px) {
  .app-block._gallery-mosaic .mosaic {
    width: calc(100vw - 10px);
  }
}
.app-block._files {
  display: grid;
  gap: 10px;
  flex-wrap: wrap;
}
.app-block._files .app-line-header__link {
  background: #ffffff;
  padding: 10px 15px 12px 15px;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  margin-right: auto;
}
.app-block._files .app-line-header__link i {
  font-size: 30px;
  margin-top: 6px;
  color: #7F6E15;
}
.app-block._files .app-line-header__link__text {
  display: grid;
  gap: 0;
}
.app-block._files .app-line-header__link__text div {
  font-size: 18px;
}
.app-block._files .app-line-header__link__text__meta {
  line-height: 1;
}
.app-block._files .app-line-header__link__text__meta small {
  color: #8d8d8d;
}
.app-block._files .app-line-header__link__text__meta .app-link {
  color: #696969;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.app-block._files .app-line-header__link .app-link {
  font-size: 16px;
}
.app-block._files .app-line-header__link svg {
  color: var(--color12);
}
.app-block._files._style-type-tile {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.app-block._files._style-type-tile .app-line-header__link {
  width: 100%;
}
.app-block._media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.app-block._media .app-media-item {
  display: grid;
  gap: 5px;
  background: var(--color7);
  padding: 5px 10px 10px 10px;
  border-radius: 10px;
}
.app-block._media .app-media-item .audio-name {
  text-align: center;
}
.app-block._media .app-media-item .audio-player {
  border-radius: 5px;
  overflow: hidden;
}
.app-block._media .app-media-item .audio-player .mejs__container {
  background: var(--color12);
}
@media (max-width: 840px) {
  .app-block._media {
    grid-template-columns: 1fr;
  }
}
.app-block .accordion {
  display: grid;
  gap: 15px;
}
.app-block .accordion-item .app-blocks {
  gap: 20px;
}
.app-block .accordion-item .app-blocks .app-block._text._important {
  display: flex;
  padding: 15px;
  justify-content: start;
  align-items: center;
  gap: 10px;
  border-left: 4px solid #364B84;
  background: #f7f6f3;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.app-block .accordion-item .accordion-title {
  background: #ffffff;
  padding: 7px 15px 7px;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 10;
  border-radius: 12px;
}
.app-block .accordion-item .accordion-title > div {
  color: var(--color15);
}
.app-block .accordion-item .accordion-title svg {
  color: var(--color3);
  transition: 0.3s ease;
}
@media (max-width: 530px) {
  .app-block .accordion-item .accordion-title {
    top: 55px;
  }
}
.app-block .accordion-item .accordion-content {
  padding-top: 15px;
  display: none;
}
.app-block .accordion-item.active .accordion-content {
  display: block;
}
.app-block .accordion-item.active .accordion-title {
  background: #364B84;
  color: #ffffff;
}
.app-block .accordion-item.active .accordion-title i {
  transform: rotate(180deg);
}
.app-block.my-main-announces {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 30px;
}
.app-block.my-main-announces .my-main-announces--left {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.app-block.my-main-announces .my-main-announces--item-data {
  padding: 15px 20px;
  background: #ffffff;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 1240px) {
  .app-block.my-main-announces .my-main-announces--item-data {
    padding: 10px 15px;
  }
}
.app-block.my-main-announces .my-main-announces--item-name {
  font-size: 18px;
  text-decoration: none;
}
@media (max-width: 540px) {
  .app-block.my-main-announces .my-main-announces--item-name {
    font-size: 16px;
  }
}
.app-block.my-main-announces .my-main-announces--right {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #ffffff;
  border-radius: 8px;
  padding: 30px;
  justify-content: center;
}
@media (max-width: 1240px) {
  .app-block.my-main-announces .my-main-announces--right {
    padding: 15px;
  }
}
.app-block.my-main-announces .my-main-announces--item {
  border-bottom: 1px solid rgba(127, 110, 21, 0.2);
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 1240px) {
  .app-block.my-main-announces .my-main-announces--item:nth-child(3) {
    display: none;
  }
}
@media (max-width: 540px) {
  .app-block.my-main-announces .my-main-announces--item {
    display: flex;
  }
}
.app-block.my-main-announces .my-main-announces--item-date {
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 540px) {
  .app-block.my-main-announces .my-main-announces--item-temple {
    font-size: 14px;
  }
}
@media (max-width: 1240px) {
  .app-block.my-main-announces {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .app-block.my-main-announces {
    grid-template-columns: 1fr;
  }
}
.app-block.app-block-complex-text-persona {
  display: flex;
  flex-direction: row-reverse;
  gap: 15px;
}
.app-block.app-block-complex-text-persona .app-block-complex-text-persona--text {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  background: #ffffff;
  padding: 12px;
  height: auto;
  border-radius: 12px;
  position: relative;
}
@media (max-width: 769px) {
  .app-block.app-block-complex-text-persona .app-block-complex-text-persona--text {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.app-block.app-block-complex-text-persona .app-block-complex-text-persona--persona {
  max-width: 260px;
  flex-shrink: 0;
}
@media (max-width: 769px) {
  .app-block.app-block-complex-text-persona .app-block-complex-text-persona--persona {
    max-width: 100%;
    border-bottom: 1px solid #F1EDE5;
  }
}
.app-block.app-block-complex-text-persona .app-block-complex-text-persona--meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.app-block.app-block-complex-text-persona .app-news-preview._v2 {
  gap: 10px;
}
.app-block.app-block-complex-text-persona .app-news-preview._v2 .app-news-preview__title {
  font-size: 16px;
}
@media (max-width: 769px) {
  .app-block.app-block-complex-text-persona .app-news-preview._v2 .app-news-preview__title {
    text-align: left;
  }
}
.app-block.app-block-complex-text-persona .app-news-preview._v2 .app-item-preview2__meta {
  padding: 0;
  font-weight: normal;
}
@media (max-width: 769px) {
  .app-block.app-block-complex-text-persona .app-news-preview._v2 .app-item-preview2__meta {
    text-align: left;
  }
}
@media (max-width: 769px) {
  .app-block.app-block-complex-text-persona .app-news-preview._v2 .app-news-preview__img {
    max-width: 100px;
  }
}
@media (max-width: 769px) {
  .app-block.app-block-complex-text-persona .app-news-preview._v2 {
    flex-direction: row;
    max-width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 769px) {
  .app-block.app-block-complex-text-persona {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.app-block .app-white-block {
  background: #ffffff;
  padding: 12px;
  border-radius: 12px;
  position: relative;
}

@media (max-width: 640px) {
  .head-wrapper {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1000;
  }
}

.head-menu-wrapper {
  background: #ffffff;
}
@media (max-width: 640px) {
  .head-menu-wrapper {
    display: none;
  }
}

.app-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  margin-bottom: 10px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 760px) {
  .app-top {
    margin-bottom: 15px;
  }
}

.app-top--left {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 760px) {
  .app-top--left {
    gap: 15px;
  }
}

.app-top--right {
  display: flex;
  align-items: center;
  gap: 13px;
}
@media (max-width: 760px) {
  .app-top--right {
    gap: 5px;
  }
}

.app-top-2 {
  padding-bottom: 20px;
  display: flex;
  gap: 35px;
  align-items: center;
}
@media (max-width: 760px) {
  .app-top-2 {
    gap: 25px;
  }
}
@media (max-width: 550px) {
  .app-top-2 {
    gap: 15px;
  }
}

@media (max-width: 1160px) {
  .app-logo {
    width: 500px;
  }
}
@media (max-width: 950px) {
  .app-logo {
    width: 390px;
  }
}
@media (max-width: 760px) {
  .app-logo {
    width: 220px;
  }
}
@media (max-width: 550px) {
  .app-logo {
    width: 160px;
  }
}
@media (max-width: 400px) {
  .app-logo {
    width: 120px;
  }
}

@media (max-width: 760px) {
  .app-soc-icon {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 640px) {
  body._scrolled .app-top {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
  }
  body._scrolled .app-top-2 {
    padding-bottom: 15px;
  }
}

.menu-full-checker {
  display: none;
}

.menu-full-checker:checked ~ .app-menu-full {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.app-menu-full-inner {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  display: block;
  gap: 20px;
  padding-right: 50px;
  column-count: 2;
}
@media (max-width: 768px) {
  .app-menu-full-inner {
    column-count: 1;
  }
}

.app-menu-full {
  pointer-events: none;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 20;
  flex-shrink: 0;
  user-select: none;
  background: rgba(54, 75, 132, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 30px 20px;
  flex-direction: column;
  gap: 15px;
  overflow: scroll;
  grid-template-columns: repeat(auto-fill, 400px);
  grid-auto-rows: 500px;
  justify-content: center;
  transition: 0.3s ease;
  opacity: 0;
  transform: translateX(100%);
}

.app-menu-full .app-link-3._white {
  text-decoration: none;
  display: inline-block;
  line-height: 1.4;
}

.app-menu-full ._sub-mob {
  display: none;
}

.app-menu-full .app-menu-sub {
  display: flex;
  flex-direction: column;
  gap: 12px 15px;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
}

.app-menu-full .app-menu-sub .app-link {
  font-size: 16px;
}

.app-menu-full__box {
  display: grid;
  grid-gap: 10px;
  margin-bottom: 30px;
}

.app-menu-full__box._mob {
  display: none;
}

.footer {
  background: #3F4C81;
  margin-top: auto;
}

.footer-box {
  border: 0 !important;
  padding: 40px 0;
  color: #ffffff;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 960px) {
  .footer-box {
    flex-direction: column;
    gap: 20px;
  }
}

.footer-box--left,
.footer-box--right {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 88px;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .footer-box--left,
  .footer-box--right {
    height: auto;
    align-items: center;
    text-align: center;
  }
}

.footer-box--right {
  align-items: flex-end;
}
@media (max-width: 960px) {
  .footer-box--right {
    align-items: center;
  }
}

.footer-box--links {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .footer-box--links {
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  color: #000000;
}
body.front .app-blocks {
  padding-top: 50px;
}
@media (max-width: 1240px) {
  body.front .app-blocks {
    padding-top: 30px;
  }
}

*:focus {
  outline: none;
}

.content-container {
  margin-bottom: 40px;
}

h1,
.h1 {
  color: #000000;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 30px;
  }
}
@media (max-width: 520px) {
  h1,
  .h1 {
    font-size: 26px;
  }
}

h2, .h2 {
  font-size: 24px;
  font-weight: 600;
}

.h3, h3 {
  font-size: 20px;
  font-weight: 600;
}

a:not(.btn) {
  color: #364B84;
  text-decoration: underline;
}
a:not(.btn).app-link-1 {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
a:not(.btn).app-link-1._underline {
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
@media (max-width: 760px) {
  a:not(.btn).app-link-1 {
    font-size: 16px;
    gap: 3px;
  }
}
a:not(.btn).app-site-name {
  font-size: 55px;
  line-height: 0.9;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 1160px) {
  a:not(.btn).app-site-name {
    font-size: 44px;
  }
}
@media (max-width: 950px) {
  a:not(.btn).app-site-name {
    font-size: 34px;
  }
}
@media (max-width: 760px) {
  a:not(.btn).app-site-name {
    font-size: 20px;
  }
}
@media (max-width: 550px) {
  a:not(.btn).app-site-name {
    font-size: 13px;
    line-height: 1;
  }
}
@media (max-width: 400px) {
  a:not(.btn).app-site-name {
    font-size: 10px;
  }
}
a:not(.btn).app-link-2 {
  color: #364B84;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
a:not(.btn).app-link-3 {
  color: #ffffff;
}
a:not(.btn).app-link-4 {
  color: #C47F42;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
a:not(.btn)._lg {
  font-size: 22px;
}
a:not(.btn)._md {
  font-size: 18px;
}
@media (max-width: 540px) {
  a:not(.btn)._md {
    font-size: 16px;
  }
}

label._closer {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 44px;
  color: #C47F42;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.w-100p {
  width: 100px !important;
}

.w-70p {
  width: 70px !important;
}

.position-relative {
  position: relative;
}

.link-full,
.app-full-link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.link.app-collapsed {
  text-decoration: none;
  border-bottom: 1px dashed #5db05a;
}
.link.app-collapsed:hover {
  border-color: #3fc43a;
}

.logo {
  display: inline-block;
}
.logo._mob {
  display: none;
}
@media (max-width: 950px) {
  .logo._mob {
    display: inline-block;
  }
}
@media (max-width: 950px) {
  .logo._desk {
    display: none;
  }
}

.container-fluid {
  max-width: 1500px;
}
@media (max-width: 760px) {
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.container-fluid .container-fluid {
  padding: 0 !important;
}

.head-wrapper {
  background: #3F4C81;
}

.btn-gumn {
  font-family: "Fira Sans Condensed", sans-serif !important;
  box-shadow: 0 2px 10px rgba(50, 99, 47, 0.4);
  background-color: #3e923b;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  padding: 10px 20px;
  border: 1px solid #3e923b;
}
.btn-gumn:hover {
  background: #3fc43a;
  border: 1px solid #3fc43a;
  color: #ffffff !important;
}
.btn-gumn_yellow {
  background-color: #eeb057;
  border: 1px solid #eeb057;
}
.btn-gumn_yellow:hover {
  background: #eec812 !important;
  border: 1px solid #eec812 !important;
}
.btn-gumn_red {
  background-color: #ee5e48;
  border: 1px solid #ee5e48;
}
.btn-gumn_red:hover {
  background: #ff8562 !important;
  border: 1px solid #ff8562 !important;
}
.btn-gumn_sm {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  padding: 3px 8px;
}

.main-menu-wrapper {
  overflow: hidden;
  height: 87px;
  padding: 30px 4.5% 30px 0;
}
@media (max-width: 1400px) {
  .main-menu-wrapper {
    padding: 30px 4% 30px 0;
  }
}
@media (max-width: 1024px) {
  .main-menu-wrapper {
    padding: 20px 40px 20px 0;
    height: 67px;
  }
}
@media (max-width: 425px) {
  .main-menu-wrapper {
    padding: 10px 40px 10px 0;
    height: 47px;
  }
}

.main-menu {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  height: 80px;
  overflow: auto;
  align-items: start;
}
@media (max-width: 1350px) {
  .main-menu {
    -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 35px), rgba(0, 0, 0, 0.5) calc(100% - 15px), rgba(0, 0, 0, 0.1) calc(100% - 5px), transparent);
    mask-image: linear-gradient(90deg, #000 calc(100% - 35px), rgba(0, 0, 0, 0.5) calc(100% - 15px), rgba(0, 0, 0, 0.1) calc(100% - 5px), transparent);
  }
}
@media (max-width: 1024px) {
  .main-menu {
    gap: 15px;
  }
}
@media (max-width: 425px) {
  .main-menu {
    gap: 10px;
  }
}
.main-menu a {
  color: #364B84;
  font-size: 22px;
  text-decoration: none;
  transition: 0.3s ease;
  white-space: nowrap;
}
.main-menu a.active {
  color: #7F6E15;
}
.main-menu a:hover {
  color: #5B8FCE;
}
@media (max-width: 1024px) {
  .main-menu a {
    font-size: 20px;
  }
}
.main-menu__separator {
  width: 6px;
  height: 6px;
  background-color: #ede7c9;
  border-radius: 50%;
}
.main-menu__subitems {
  display: none;
  position: absolute;
  flex-direction: column;
  z-index: 9999;
  background: rgba(246, 243, 238, 0.95);
  padding: 8px 10px;
  border-radius: 12px;
  width: 220px;
  box-shadow: 0 0 10px 4px #DDCFA2;
}
.main-menu__subitems a {
  text-transform: none;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 8px;
  display: inline-block;
}
@media (max-width: 1350px) {
  .main-menu .main-menu__item:last-child {
    padding-right: 12px;
  }
}
.main-menu__item._hamburger {
  position: absolute;
  right: 15px;
  top: 34px;
}
@media (max-width: 1024px) {
  .main-menu__item._hamburger {
    top: 22px;
  }
}
@media (max-width: 425px) {
  .main-menu__item._hamburger {
    top: 12px;
  }
}
.main-menu__item._mob {
  position: static;
  margin: auto 0 auto auto;
  display: none;
}
@media (max-width: 640px) {
  .main-menu__item._mob {
    display: block;
  }
}

.date {
  color: #d9d1ac;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 3px solid #ede7c9;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
.date .meta {
  color: #eec812;
  font-size: 16px;
}
.date .meta i {
  display: inline-flex;
  margin-left: 5px;
}

.announces-swiper-container-wrapper {
  position: relative;
}
.announces-swiper-container-wrapper .swiper-button-prev,
.announces-swiper-container-wrapper .swiper-button-next {
  top: 24px;
}

.swiper-container_advs,
.swiper-container_announces,
.swiper-container_activity {
  margin: 0 82px;
  width: auto;
}

.swiper-slide_announce .readmore {
  font-size: 18px;
  display: inline-flex;
  line-height: 1.3;
}

.announces-box {
  margin-bottom: 50px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 2px solid #d2b52c;
  background-size: 12px;
}
.swiper-button-prev.swiper-button-next,
.swiper-button-next.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d2b52c'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-prev,
.swiper-button-next.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d2b52c'%2F%3E%3C%2Fsvg%3E");
}

.item {
  margin-bottom: 40px;
}
.item__img {
  margin-bottom: 20px;
}
.item__img__badge {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 1;
  display: flex;
  padding: 14px;
  justify-content: center;
  align-items: center;
  background: #eff9f7;
  font-size: 20px;
  color: #5db05a;
  text-shadow: 0 0 10px #f7f6f3;
  text-align: center;
}
.item__title {
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 14px;
}
.item__title a {
  text-decoration: none;
}
.item__text {
  font-size: 16px;
}
.item:hover .bordered {
  box-shadow: #ede7c9 10px 10px;
}

.bordered {
  margin: 0 10px 10px 0;
  box-shadow: #f7f6f3 10px 10px;
  transition: 0.3s;
}

.js-masonry-sizer {
  position: absolute;
}

.all-news-readmore {
  border-bottom: 5px solid #ede7c9;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  top: -40px;
}
.all-news-readmore a {
  display: inline-block;
  background: #ffffff;
  color: #cfc48b;
  font-size: 20px;
  text-decoration: underline;
  padding: 0 25px;
  position: relative;
  top: 15px;
}

.bg-gray {
  background: #f7f6f3;
}

.bg-gray-darker {
  background: #eeece5;
}

.link-with-round {
  position: relative;
  padding-left: 22px;
  line-height: 1.25;
}
.link-with-round:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ede7c9;
  transition: 0.3s;
}
.link-with-round:hover:after {
  background-color: #d2b52c;
}
.link-with-round.active {
  text-decoration: none;
}
.link-with-round.active:after {
  background-color: #d2b52c;
}

.link-with-icon {
  text-decoration: none;
}
.link-with-icon span {
  text-decoration: underline;
  display: inline-block;
  margin-left: 5px;
}

.color-green {
  color: #3e923b;
}

.map {
  height: 400px;
}

.footer-box {
  border-top: 5px solid #ede7c9;
}

.hamburger {
  display: none;
  position: fixed;
  top: 30px;
  right: 30px;
  background: #3e923b;
  padding: 6px 10px 5px 10px;
  z-index: 10;
  transition: 0.3s;
  border-radius: 10px;
  color: #ffffff;
  font-size: 30px;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
  background-color: #fff !important;
}
.hamburger.is-active {
  right: 275px;
  transform: rotate(135deg);
}
.hamburger.is-active:hover, .hamburger:hover {
  opacity: 1;
}

.hamburged-box {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 250px;
  padding: 1rem;
  opacity: 0;
  transition: 0.4s;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #3e923b;
}
.hamburged-box .main-menu {
  flex-direction: column;
  border-bottom: 1px solid #95c9a6;
  padding-bottom: 10px;
  padding-top: 20px;
}
.hamburged-box .main-menu a {
  color: #ffffff;
  font-size: 20px;
}
.hamburged-box .main-menu .main-menu__item:first-child {
  margin-bottom: 10px;
}
.hamburged-box .header-r-r {
  flex-direction: column;
  margin-top: 20px;
}
@media (max-width: 950px) {
  .hamburged-box .header-r-r {
    display: block;
  }
}
.hamburged-box .header-button {
  margin-bottom: 20px;
}
.hamburged-box .header-lk {
  display: inline-flex;
}
.hamburged-box .header-lk-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  text-align: left;
  font-size: 14px;
}
.hamburged-box .btn-gumn {
  background: #ffffff;
  color: #3e923b !important;
}
.hamburged-box .header-lk-link {
  color: #ffffff;
  font-size: 20px;
}

body.hamburged-body .hamburged-box {
  opacity: 1 !important;
}

.wrapper {
  position: relative;
  z-index: 2;
  background: #F8F7F5;
  transition: 0.3s;
  top: 0;
  left: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.wrapper.hamburged {
  left: -250px;
  -webkit-box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.22);
}

.swiper-wrapper {
  height: auto;
}
.swiper-wrapper .swiper-slide {
  height: auto;
}

.active_full {
  color: #7F6E15 !important;
}

.detail-text img {
  cursor: pointer;
  max-width: 100%;
  height: auto;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
  background: #eec812;
}

.table-wrapper {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f6f3ee;
}

footer {
  margin-top: 30px;
}

.card-body_video {
  position: relative;
}
.card-body_video iframe {
  border: 10px solid #fff;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.detail-text-img-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.detail-text-img-wrapper .detail-text-img-title {
  font-size: 14px;
  font-style: italic;
  color: #455a64;
}

.schedule-item_today td {
  background: #faf4d5;
}

.schedule-item__body__time:last-child ul {
  margin-bottom: 0;
}

.container_schedule-split .schedule-slider {
  position: relative;
}
.container_schedule-split .schedule-slider .swiper-wrapper {
  height: auto;
  padding: 6px 0 !important;
}
.container_schedule-split .schedule-slider .swiper-wrapper .swiper-slide {
  height: auto;
  background: #f6f3ee;
  padding: 10px 12px;
  box-sizing: border-box;
}
.container_schedule-split .schedule-slider .swiper-wrapper .swiper-slide .schedule-item__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}
.container_schedule-split .schedule-slider .swiper-wrapper .swiper-slide .schedule-item__header .schedule-item__header__weekday {
  font-size: 24px;
  font-weight: bold;
  color: #4A4A4A;
  line-height: 1.2;
  text-transform: uppercase;
}
.container_schedule-split .schedule-slider .swiper-wrapper .swiper-slide .schedule-item__header .schedule-item__header__date {
  color: #858D9D;
  font-size: 12px;
}
.container_schedule-split .schedule-slider .swiper-wrapper .swiper-slide .schedule-item__header .schedule-item__header__date .schedule-item__header__date b {
  display: block;
  line-height: 1;
  position: relative;
  top: -4px;
}
.container_schedule-split .schedule-slider .swiper-wrapper .swiper-slide .schedule-item__body .schedule-item__body__time {
  margin-bottom: 10px;
}
.container_schedule-split .schedule-slider .swiper-wrapper .swiper-slide .schedule-item__body .schedule-item__body__time .schedule-item__body__time__label {
  color: #AF851A;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 4px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.container_schedule-split .schedule-slider .swiper-wrapper .swiper-slide .schedule-item__body .schedule-item__body__time__info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.container_schedule-split .schedule-slider .swiper-wrapper .swiper-slide .schedule-item__body .schedule-item__body__time__info ul li {
  line-height: 1.3;
  margin: 0 0 6px 0;
  position: relative;
  padding-left: 17px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.container_schedule-split .schedule-slider .swiper-wrapper .swiper-slide .schedule-item__body .schedule-item__body__time__info ul li:last-child {
  margin-bottom: 0;
}
.container_schedule-split .schedule-slider .swiper-wrapper .swiper-slide .schedule-item__body .schedule-item__body__time__info ul li:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C5CACF;
  left: 0;
  top: 4px;
}
.container_schedule-split .schedule-slider .swiper-wrapper .swiper-slide.schedule-item_d0 .schedule-item__header__weekday, .container_schedule-split .schedule-slider .swiper-wrapper .swiper-slide.schedule-item_d6 .schedule-item__header__weekday {
  color: #C93131;
}
.container_schedule-split .schedule-slider .swiper-wrapper .swiper-slide.schedule-item_today {
  background: #faf4d5;
  margin: -6px 0;
}

.container_schedule-split .swiper-button-next,
.container_schedule-split .swiper-button-prev {
  top: 42px !important;
}

.app-section {
  position: relative;
}

.hidden {
  display: none;
}

#ylab-comments-section {
  padding-top: 10px;
}
#ylab-comments-section .ylab-comments-added {
  border: 1px solid #ede7c9;
  padding: 10px;
  margin-bottom: 15px;
  background: #f7f6f3;
}
#ylab-comments-section .ylab-comments-added .ylab-comments-added-name {
  font-size: 12px;
  color: #7e7964;
}
#ylab-comments-section .ylab-comments-added .app-comments-added-date {
  font-size: 12px;
  color: #b0aa8c;
}
#ylab-comments-section .ylab-comments-added .app-comments-added-meta {
  margin-bottom: 0;
}
#ylab-comments-section .ylab-comments-added .ylab-comments-added-btn-wrapper {
  background: #ede7c9;
  padding: 3px;
  box-sizing: content-box;
  cursor: pointer;
  margin-right: 2px;
  color: #7e7964;
  transition: 0.3s ease;
}
#ylab-comments-section .ylab-comments-added .ylab-comments-added-btn-wrapper:hover {
  background-color: #eec812;
}
#ylab-comments-section .ylab-comments-added .app-comments-added-text {
  margin-bottom: 15px;
}
#ylab-comments-section .ylab-comments-added .app-comments-added-text p:last-child {
  margin-bottom: 0;
}

#ylab-comments-section .votes_bar,
.votes_bar_app {
  display: flex;
}
#ylab-comments-section .votes_bar .vote_action,
.votes_bar_app .vote_action {
  display: flex;
  align-items: center;
  color: #7e7964;
  margin: 0 15px 0 0;
  float: none;
}
#ylab-comments-section .votes_bar .vote_action button,
.votes_bar_app .vote_action button {
  text-indent: 0 !important;
  background-image: none !important;
  background-color: #ede7c9;
  color: #7e7964;
  transition: 0.3s ease;
}
#ylab-comments-section .votes_bar .vote_action button.is-active,
.votes_bar_app .vote_action button.is-active {
  background-color: #fad313;
}
#ylab-comments-section .votes_bar .vote_action button:hover,
.votes_bar_app .vote_action button:hover {
  background-color: #eec812;
}
#ylab-comments-section .votes_bar .vote_action sup,
.votes_bar_app .vote_action sup {
  top: 0;
  margin-right: 3px;
}

.header-button {
  position: relative;
}
@media (max-width: 700px) {
  .header-button {
    display: flex;
    align-items: center;
  }
}

.acc-toggle {
  position: static;
  left: 20px;
  bottom: 28px;
  cursor: pointer;
  opacity: 0.9;
}
.acc-toggle .fas {
  font-size: 24px;
}
@media (max-width: 700px) {
  .acc-toggle {
    position: static;
    margin-right: 10px;
  }
}

.fa-image._slash,
.fa-eye._slash {
  position: relative;
}
.fa-image._slash:after,
.fa-eye._slash:after {
  content: "";
  position: absolute;
  height: 2px;
  top: 11px;
  left: -8px;
  right: -8px;
  background-color: red;
  transform: rotate(-30deg);
}

._no-img-icon {
  display: none;
  position: relative;
  top: 5px;
}
@media (max-width: 1200px) {
  ._no-img-icon {
    display: inline-block;
  }
}

@media (max-width: 1200px) {
  ._no-img-text {
    display: none;
  }
}

.professor .item__info {
  position: relative;
  height: 120px;
  overflow: hidden;
}
.professor .item__info:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #5db05a;
  text-decoration: underline;
}

.advantage {
  padding: 20px;
  height: 100%;
}
.advantage__h {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  border-bottom: 2px solid #ede7c9;
  margin-bottom: 10px;
}
.advantage__icon {
  font-size: 30px;
  color: #5db05a;
}
.advantage__text p:last-child {
  margin-bottom: 0;
}

.block-teaser-triple {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.app-text-block p:last-child {
  margin-bottom: 0;
}

.app-blocks {
  display: grid;
  gap: 30px;
}

.app-grid-type1 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.app-grid-type2 {
  display: flex;
  max-width: 840px;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin: 0 auto;
}

.app-grid-type3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin: 0 auto;
}

.app-grid-type4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 25px;
  flex-wrap: wrap;
}
@media (max-width: 1100px) {
  .app-grid-type4 {
    display: flex;
    max-width: 840px;
    margin: 0 auto;
  }
}

.app-grid-type5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}
.app-grid-type5 .app-news-preview {
  width: 100%;
  justify-self: center;
}

.app-news-preview {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  background: #ffffff;
  padding: 12px;
  height: 100%;
  border-radius: 12px;
  position: relative;
}
.app-news-preview__img-wrapper {
  display: block;
  width: 100%;
}
.app-news-preview__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: var(--color7);
  background: #e8e7e7;
  border-radius: 8px;
}
.app-news-preview__img._cover {
  object-fit: cover;
}
.app-news-preview__temple {
  font-size: 14px;
  line-height: 1.2;
}
.app-news-preview__link.app-link {
  display: block;
  font-size: 16px;
  font-style: normal;
  max-height: 68px;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, black 80%, transparent);
}
.app-news-preview__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  margin-top: auto;
}
.app-news-preview__meta._v2 {
  flex-direction: row;
  justify-content: center;
  margin-bottom: 15px;
  gap: 5px 15px;
  flex-wrap: wrap;
}
.app-news-preview__date {
  color: #747474;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.app-news-preview__tags {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2px 10px;
  flex-wrap: wrap;
}
.app-news-preview__tags .app-link {
  font-size: 13px;
}
.app-news-preview._v2 {
  max-width: 300px;
  height: auto;
  gap: 15px;
}
.app-news-preview._v2 .app-news-preview__title {
  font-size: 18px;
  text-align: center;
  width: 100%;
  line-height: 1.25;
}
.app-news-preview._v2 .app-item-preview2__meta .container-fluid {
  padding: 0;
}
.app-news-preview._v2 .app-item-preview2__meta .app-block._text p {
  font-size: 14px;
}

.app-item-preview1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  max-width: 330px;
  background: #f7f6f3;
  padding-bottom: 10px;
  height: 100%;
  border-bottom: 3px solid #ede7c9;
}
.app-item-preview1 img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: contain;
  transition: 0.3s ease transform;
  background: #e8e7e7;
}
@media (max-width: 600px) {
  .app-item-preview1 img {
    width: 100%;
  }
}
.app-item-preview1 .app-link {
  font-size: 20px;
  text-align: center;
  padding: 0 10px;
}
@media (max-width: 600px) {
  .app-item-preview1 .app-link {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .app-item-preview1:hover .app-link._type3 {
    color: var(--color2);
  }
}

.app-item-preview2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: auto;
  text-align: center;
  justify-content: flex-start;
  background: #f7f6f3;
  padding-bottom: 10px;
  height: 100%;
  border-bottom: 3px solid #ede7c9;
}
.app-item-preview2 .app-link {
  justify-self: center;
  padding: 0 10px;
}
.app-item-preview2 img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 5px;
  transition: 0.3s ease;
  background: #e8e7e7;
}
.app-item-preview2 img._cover {
  object-fit: cover;
}
.app-item-preview2__meta {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  padding: 0 10px;
}
@media (hover: hover) {
  .app-item-preview2:hover .app-link._type3 {
    color: var(--color2);
  }
  .app-item-preview2:hover img {
    transform: scale(1.02);
  }
}

.app-item-preview3 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #ffffff;
  padding: 12px;
  border-radius: 12px;
  position: relative;
}
.app-item-preview3__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.app-item-preview3__title {
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  color: #000000 !important;
}

.app-item-preview4 {
  display: grid;
  grid-template-columns: 540px 1fr;
  align-items: flex-start;
  gap: 20px;
}
.app-item-preview4__imgs {
  height: 215px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  gap: 10px;
}
.app-item-preview4__imgs img {
  display: block;
  width: 100%;
  height: 215px;
  object-fit: contain;
  border-radius: 5px;
  background: #e8e7e7;
  border: 5px solid #e8e7e7;
}
.app-item-preview4__imgs img._cover {
  object-fit: cover;
}
@media (max-width: 560px) {
  .app-item-preview4__imgs img {
    height: 38vw;
  }
}
@media (max-width: 1023px) {
  .app-item-preview4__imgs {
    max-width: 540px;
    align-self: center;
  }
}
@media (max-width: 560px) {
  .app-item-preview4__imgs {
    height: 38vw;
  }
}
@media (max-width: 1023px) {
  .app-item-preview4 {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.app-item-preview4._no-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.app-item-preview4._no-text .app-item-preview4__imgs {
  max-width: 540px;
  align-self: center;
}

.app-line-slider-3 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 1500px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .app-line-slider-3 {
    max-width: calc(100vw - 30px);
  }
}
@media (max-width: 760px) {
  .app-line-slider-3 {
    max-width: calc(100vw - 20px);
  }
}

.app-news-preview._hidden,
.app-item-preview3._hidden {
  display: none;
}

.rounded {
  border-radius: 50% !important;
}

.lh-1 {
  line-height: 1;
}

.material-detail-nav-wrapper-all {
  border-radius: 5px;
  overflow: hidden;
}
.material-detail-nav-wrapper-all ._show-hide,
.material-detail-nav-wrapper-all .link._hide {
  display: none;
}
.material-detail-nav-wrapper-all:has(._mini) ._show-hide {
  display: block;
}
.material-detail-nav-wrapper-all:has(._maxi) ._show-hide {
  display: block;
}
.material-detail-nav-wrapper-all:has(._maxi) .link._hide {
  display: inline-block;
}
.material-detail-nav-wrapper-all:has(._maxi) .link._show {
  display: none;
}

.material-detail-nav-wrapper {
  position: relative;
}

.material-detail-nav._minimizible._mini {
  max-height: 100px;
  overflow: hidden;
}
.material-detail-nav._minimizible._mini::before, .material-detail-nav._minimizible._mini::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 45px;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(to bottom, #f7f6f3, transparent);
}
.material-detail-nav._minimizible._mini::before {
  top: 0;
}
.material-detail-nav._minimizible._mini::after {
  bottom: 0;
  background: linear-gradient(to top, #f7f6f3, transparent);
}

figure.table {
  max-width: 1170px;
}
@media (max-width: 1170px) {
  figure.table {
    max-width: calc(100vw - 30px);
  }
}

.bcrumbs {
  padding: 5px 0;
  border-radius: 5px;
  color: #797979;
  margin-bottom: 25px;
}
.bcrumbs a {
  color: #696969;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.bcrumbs .text-muted {
  opacity: 0.8;
  font-size: 11px;
}
@media (max-width: 768px) {
  .bcrumbs .breadcrumbs {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    height: 50px;
    display: block;
  }
}
@media (max-width: 768px) {
  .bcrumbs {
    height: 34px;
    overflow: hidden;
  }
}

.app-photo-caption {
  font-size: 14px;
  color: #515151;
  font-style: italic;
  text-align: center;
}

.img-preview-wrapper {
  position: relative;
}
.img-preview-wrapper .app-photo-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #b5b5b5;
  opacity: 0.85;
}

.app-gallery-line-slider {
  position: relative;
  overflow: hidden;
}

.app-about-slider {
  user-select: none;
}
.app-about-slider .swiper-slide img {
  width: 640px;
  height: 538px;
  object-fit: cover;
  display: block;
}
@media (max-width: 640px) {
  .app-about-slider .swiper-slide img {
    width: 100%;
  }
}
.app-about-slider__left, .app-about-slider__right {
  position: absolute;
  top: 50%;
  z-index: 20;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color1);
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s ease;
}
.app-about-slider__left.swiper-button-disabled, .app-about-slider__right.swiper-button-disabled {
  opacity: 0.5;
}
@media (hover: hover) {
  .app-about-slider__left:hover, .app-about-slider__right:hover {
    color: var(--color2);
  }
}
.app-about-slider__left {
  left: 15px;
}
.app-about-slider__right {
  right: 15px;
}
@media (max-width: 1040px) {
  .app-about-slider .swiper-slide img {
    height: 420px;
  }
}
@media (max-width: 640px) {
  .app-about-slider .swiper-slide img {
    height: 65vw;
  }
}

.app-news-preview__meta._v2 {
  justify-content: start;
  padding: 0;
  align-items: center;
  margin-bottom: 30px;
}

.cursor-pointer {
  cursor: pointer;
}

._underline {
  text-decoration: underline !important;
}

._not-underline {
  text-decoration: none !important;
}

.app-golden-ratio-proportions {
  aspect-ratio: 1.618/1;
}

.app-golden-ratio-vertical-proportions {
  aspect-ratio: 1/1.35;
}

.app-square-proportions {
  aspect-ratio: 5/4;
}

.app-object-fit-cover {
  object-fit: cover;
}

.app-object-fit-contain {
  object-fit: contain;
}

.app-btn {
  cursor: pointer;
}
.app-btn._v1 {
  color: #C47F42;
  padding: 10px 20px;
  border: 1px solid #C47F42;
  border-radius: 8px;
  font-size: 18px;
}
@media (max-width: 540px) {
  .app-btn._v1 {
    padding: 7px 12px;
    font-size: 16px;
  }
}
.app-btn._v2 {
  color: #364B84;
  padding: 6px 10px;
  border: 1px solid #364B84;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 540px) {
  .app-btn._v2 {
    padding: 5px 9px;
    font-size: 13px;
  }
}
.app-btn._v2-2 {
  color: #747474;
  padding: 3px 5px;
  border: none;
  background: #F8F7F5;
  border-radius: 8px;
  font-size: 12px;
  text-decoration: none;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 540px) {
  .app-btn._v2-2 {
    padding: 5px 9px;
    font-size: 13px;
  }
}
.app-btn._v3 {
  color: #C47F42;
  padding: 6px 10px;
  border: 1px solid #C47F42;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 540px) {
  .app-btn._v3 {
    padding: 5px 9px;
    font-size: 13px;
  }
}
.app-btn._v4 {
  padding: 5px 8px;
  border: none;
  background: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 540px) {
  .app-btn._v4 {
    padding: 5px 9px;
    font-size: 13px;
  }
}

.color-2 {
  color: #3F4C81;
}

.color-3 {
  color: rgba(54, 75, 132, 0.9);
}

.color-4 {
  color: #C47F42;
}

.color-5 {
  color: #F8F7F5;
}

.color-6 {
  color: #7F6E15;
}

.app-line-header__nav {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

._bg2 {
  background: #F1EDE5;
  padding: 40px 0;
}

.app-crumbs-wrapper {
  background: #f6f4ef;
}

.page-title-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.page-title {
  margin-bottom: 0;
}

.swiper-notification {
  display: none !important;
}

.app-nav-wrapper {
  padding-top: 3rem;
}
.app-nav-wrapper .bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.app-nav-wrapper .bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.app-nav-wrapper .bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
  border: 1px solid #364B84;
  padding-top: 2px;
}
.app-nav-wrapper .bx-pagination .bx-pagination-container ul li.bx-active span {
  background: #7F6E15;
}

.app-news-detail__meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 2rem;
}

.app-blocks {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.app-block .app-photo-wrapper {
  text-decoration: none;
}
.app-block._text-plus-photo img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.app-block._text-plus-photo._photo-float._photo-left .app-photo-wrapper {
  float: left;
  margin: 5px 20px 15px 0;
}
.app-block._text-plus-photo._photo-float._photo-right .app-photo-wrapper {
  float: right;
  margin: 5px 0 15px 20px;
}
.app-block._text-plus-photo._photo-float._photo-20 .app-photo-wrapper {
  max-width: 20%;
}
@media (max-width: 768px) {
  .app-block._text-plus-photo._photo-float._photo-20 .app-photo-wrapper {
    max-width: 100%;
  }
}
.app-block._text-plus-photo._photo-float._photo-30 .app-photo-wrapper {
  width: 30%;
}
.app-block._text-plus-photo._photo-float._photo-32 .app-photo-wrapper {
  width: 32%;
}
.app-block._text-plus-photo._photo-float._photo-34 .app-photo-wrapper {
  width: 34%;
}
.app-block._text-plus-photo._photo-float._photo-36 .app-photo-wrapper {
  width: 36%;
}
.app-block._text-plus-photo._photo-float._photo-38 .app-photo-wrapper {
  width: 38%;
}
.app-block._text-plus-photo._photo-float._photo-40 .app-photo-wrapper {
  width: 40%;
}
.app-block._text-plus-photo._photo-float._photo-42 .app-photo-wrapper {
  width: 42%;
}
.app-block._text-plus-photo._photo-float._photo-44 .app-photo-wrapper {
  width: 44%;
}
.app-block._text-plus-photo._photo-float._photo-46 .app-photo-wrapper {
  width: 46%;
}
.app-block._text-plus-photo._photo-float._photo-48 .app-photo-wrapper {
  width: 48%;
}
.app-block._text-plus-photo._photo-float._photo-50 .app-photo-wrapper {
  width: 50%;
}
@media (max-width: 767px) {
  .app-block._text-plus-photo._photo-float {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
  }
  .app-block._text-plus-photo._photo-float a.app-photo-wrapper {
    display: block;
    margin: 0 auto;
  }
  .app-block._text-plus-photo._photo-float .app-photo-wrapper {
    float: none;
    margin: 0 !important;
    width: 100% !important;
    max-width: 640px;
    display: flex;
    align-items: center;
  }
}
.app-block._text-plus-photo._photo-not-float {
  display: grid;
  grid-gap: 20px;
}
.app-block._text-plus-photo._photo-not-float .app-photo-wrapper {
  width: 100%;
  height: auto;
  margin-top: 5px;
  margin-bottom: auto;
}
.app-block._text-plus-photo._photo-not-float._photo-30 {
  grid-template-columns: 30% 1fr;
}
.app-block._text-plus-photo._photo-not-float._photo-40 {
  grid-template-columns: 40% 1fr;
}
.app-block._text-plus-photo._photo-not-float._photo-50 {
  grid-template-columns: 50% 1fr;
}
.app-block._text-plus-photo._photo-not-float._photo-60 {
  grid-template-columns: 60% 1fr;
}
.app-block._text-plus-photo._photo-not-float._photo-right > div {
  order: -1;
}
@media (max-width: 767px) {
  .app-block._text-plus-photo._photo-not-float._photo-right > div {
    order: 1;
  }
}
.app-block._text-plus-photo._photo-not-float._photo-right._photo-30 {
  grid-template-columns: 1fr 30%;
}
.app-block._text-plus-photo._photo-not-float._photo-right._photo-40 {
  grid-template-columns: 1fr 40%;
}
.app-block._text-plus-photo._photo-not-float._photo-right._photo-50 {
  grid-template-columns: 1fr 50%;
}
.app-block._text-plus-photo._photo-not-float._photo-right._photo-60 {
  grid-template-columns: 1fr 60%;
}
@media (max-width: 767px) {
  .app-block._text-plus-photo._photo-not-float {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
  }
}
.app-block._text-plus-photo._style-style1 {
  background: #ffffff;
  padding: 15px;
  border-radius: 5px;
}
.app-block._photo-gallery._wall {
  display: grid;
  gap: 15px;
}
.app-block._photo-gallery._wall .app-photo-wrapper {
  max-width: 750px;
  justify-self: center;
}
.app-block._photo-gallery._wall .app-photo-wrapper img {
  max-width: 100%;
  height: auto;
}
.app-block._text h2, .app-block._text .h2,
.app-block .app-text h2,
.app-block .app-text .h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1.1rem;
}
.app-block._text .h3, .app-block._text h3,
.app-block .app-text .h3,
.app-block .app-text h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.app-block._text p, .app-block._text li,
.app-block .app-text p,
.app-block .app-text li {
  font-size: 18px;
}
.app-block._text p:last-child,
.app-block .app-text p:last-child {
  margin-bottom: 0;
}
.app-block._text a,
.app-block .app-text a {
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.app-block._text._important,
.app-block .app-text._important {
  display: flex;
  padding: 15px;
  justify-content: start;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-radius: 12px;
}
.app-block._text._important p,
.app-block .app-text._important p {
  font-size: 20px;
}
.app-block._text._important blockquote,
.app-block .app-text._important blockquote {
  margin-bottom: 0;
}
.app-block._text + ._files,
.app-block .app-text + ._files {
  position: relative;
  top: -15px;
}
.app-block._gallery-line {
  width: 1470px;
}
.app-block._gallery-line .app-gallery-line-slider .swiper-slide {
  width: auto;
}
.app-block._gallery-line .app-gallery-line-slider .swiper-slide img {
  width: auto;
  height: 200px;
}
@media (max-width: 1470px) {
  .app-block._gallery-line {
    width: calc(100vw - 20px);
  }
}
@media (max-width: 760px) {
  .app-block._gallery-line {
    width: calc(100vw - 10px);
  }
}
.app-block._gallery-mosaic {
  overflow: hidden;
}
.app-block._gallery-mosaic .mosaic {
  width: 1470px;
  position: relative;
  left: -5px;
}
.app-block._gallery-mosaic .mosaic img {
  display: block;
}
@media (max-width: 1470px) {
  .app-block._gallery-mosaic .mosaic {
    width: calc(100vw - 20px);
  }
}
@media (max-width: 760px) {
  .app-block._gallery-mosaic .mosaic {
    width: calc(100vw - 10px);
  }
}
.app-block._files {
  display: grid;
  gap: 10px;
  flex-wrap: wrap;
}
.app-block._files .app-line-header__link {
  background: #ffffff;
  padding: 10px 15px 12px 15px;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  margin-right: auto;
}
.app-block._files .app-line-header__link i {
  font-size: 30px;
  margin-top: 6px;
  color: #7F6E15;
}
.app-block._files .app-line-header__link__text {
  display: grid;
  gap: 0;
}
.app-block._files .app-line-header__link__text div {
  font-size: 18px;
}
.app-block._files .app-line-header__link__text__meta {
  line-height: 1;
}
.app-block._files .app-line-header__link__text__meta small {
  color: #8d8d8d;
}
.app-block._files .app-line-header__link__text__meta .app-link {
  color: #696969;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.app-block._files .app-line-header__link .app-link {
  font-size: 16px;
}
.app-block._files .app-line-header__link svg {
  color: var(--color12);
}
.app-block._files._style-type-tile {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.app-block._files._style-type-tile .app-line-header__link {
  width: 100%;
}
.app-block._media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.app-block._media .app-media-item {
  display: grid;
  gap: 5px;
  background: var(--color7);
  padding: 5px 10px 10px 10px;
  border-radius: 10px;
}
.app-block._media .app-media-item .audio-name {
  text-align: center;
}
.app-block._media .app-media-item .audio-player {
  border-radius: 5px;
  overflow: hidden;
}
.app-block._media .app-media-item .audio-player .mejs__container {
  background: var(--color12);
}
@media (max-width: 840px) {
  .app-block._media {
    grid-template-columns: 1fr;
  }
}
.app-block .accordion {
  display: grid;
  gap: 15px;
}
.app-block .accordion-item .app-blocks {
  gap: 20px;
}
.app-block .accordion-item .app-blocks .app-block._text._important {
  display: flex;
  padding: 15px;
  justify-content: start;
  align-items: center;
  gap: 10px;
  border-left: 4px solid #364B84;
  background: #f7f6f3;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.app-block .accordion-item .accordion-title {
  background: #ffffff;
  padding: 7px 15px 7px;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 10;
  border-radius: 12px;
}
.app-block .accordion-item .accordion-title > div {
  color: var(--color15);
}
.app-block .accordion-item .accordion-title svg {
  color: var(--color3);
  transition: 0.3s ease;
}
@media (max-width: 530px) {
  .app-block .accordion-item .accordion-title {
    top: 55px;
  }
}
.app-block .accordion-item .accordion-content {
  padding-top: 15px;
  display: none;
}
.app-block .accordion-item.active .accordion-content {
  display: block;
}
.app-block .accordion-item.active .accordion-title {
  background: #364B84;
  color: #ffffff;
}
.app-block .accordion-item.active .accordion-title i {
  transform: rotate(180deg);
}
.app-block.my-main-announces {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 30px;
}
.app-block.my-main-announces .my-main-announces--left {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.app-block.my-main-announces .my-main-announces--item-data {
  padding: 15px 20px;
  background: #ffffff;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 1240px) {
  .app-block.my-main-announces .my-main-announces--item-data {
    padding: 10px 15px;
  }
}
.app-block.my-main-announces .my-main-announces--item-name {
  font-size: 18px;
  text-decoration: none;
}
@media (max-width: 540px) {
  .app-block.my-main-announces .my-main-announces--item-name {
    font-size: 16px;
  }
}
.app-block.my-main-announces .my-main-announces--right {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #ffffff;
  border-radius: 8px;
  padding: 30px;
  justify-content: center;
}
@media (max-width: 1240px) {
  .app-block.my-main-announces .my-main-announces--right {
    padding: 15px;
  }
}
.app-block.my-main-announces .my-main-announces--item {
  border-bottom: 1px solid rgba(127, 110, 21, 0.2);
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 1240px) {
  .app-block.my-main-announces .my-main-announces--item:nth-child(3) {
    display: none;
  }
}
@media (max-width: 540px) {
  .app-block.my-main-announces .my-main-announces--item {
    display: flex;
  }
}
.app-block.my-main-announces .my-main-announces--item-date {
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 540px) {
  .app-block.my-main-announces .my-main-announces--item-temple {
    font-size: 14px;
  }
}
@media (max-width: 1240px) {
  .app-block.my-main-announces {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .app-block.my-main-announces {
    grid-template-columns: 1fr;
  }
}
.app-block.app-block-complex-text-persona {
  display: flex;
  flex-direction: row-reverse;
  gap: 15px;
}
.app-block.app-block-complex-text-persona .app-block-complex-text-persona--text {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  background: #ffffff;
  padding: 12px;
  height: auto;
  border-radius: 12px;
  position: relative;
}
@media (max-width: 769px) {
  .app-block.app-block-complex-text-persona .app-block-complex-text-persona--text {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.app-block.app-block-complex-text-persona .app-block-complex-text-persona--persona {
  max-width: 260px;
  flex-shrink: 0;
}
@media (max-width: 769px) {
  .app-block.app-block-complex-text-persona .app-block-complex-text-persona--persona {
    max-width: 100%;
    border-bottom: 1px solid #F1EDE5;
  }
}
.app-block.app-block-complex-text-persona .app-block-complex-text-persona--meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.app-block.app-block-complex-text-persona .app-news-preview._v2 {
  gap: 10px;
}
.app-block.app-block-complex-text-persona .app-news-preview._v2 .app-news-preview__title {
  font-size: 16px;
}
@media (max-width: 769px) {
  .app-block.app-block-complex-text-persona .app-news-preview._v2 .app-news-preview__title {
    text-align: left;
  }
}
.app-block.app-block-complex-text-persona .app-news-preview._v2 .app-item-preview2__meta {
  padding: 0;
  font-weight: normal;
}
@media (max-width: 769px) {
  .app-block.app-block-complex-text-persona .app-news-preview._v2 .app-item-preview2__meta {
    text-align: left;
  }
}
@media (max-width: 769px) {
  .app-block.app-block-complex-text-persona .app-news-preview._v2 .app-news-preview__img {
    max-width: 100px;
  }
}
@media (max-width: 769px) {
  .app-block.app-block-complex-text-persona .app-news-preview._v2 {
    flex-direction: row;
    max-width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 769px) {
  .app-block.app-block-complex-text-persona {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.app-block .app-white-block {
  background: #ffffff;
  padding: 12px;
  border-radius: 12px;
  position: relative;
}

.app-tile-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  align-self: stretch;
}
@media (max-width: 991px) {
  .app-tile-1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .app-tile-1 {
    grid-template-columns: 1fr;
  }
}

.app-tile-preview {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.app-tile-preview__img-wrapper {
  position: relative;
  display: block;
}
.app-tile-preview__img-wrapper:after {
  content: "";
  background: radial-gradient(92.31% 92.31% at 50.07% 7.69%, rgba(231, 231, 231, 0) 0%, rgba(0, 0, 0, 0.8) 89.9%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: 0.3s ease;
}

.app-tile-preview__img {
  object-fit: cover;
}

.app-tile-preview__link {
  position: absolute;
  color: #FFF;
  font-size: 22px;
  left: 20px;
  right: 20px;
  bottom: 13px;
  z-index: 2;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .app-tile-preview__link {
    font-size: 18px;
    bottom: 10px;
    left: 15px;
  }
}

.app-map {
  height: 500px;
}

.app-line-subheader-container {
  background: #F1EDE5;
}

.app-line-subheader-wrapper {
  padding: 10px 15px;
  border-radius: 8px;
  height: 47px;
  overflow-y: hidden;
  display: flex;
  position: relative;
  transition: 0.3s ease;
  opacity: 0;
}
.app-line-subheader-wrapper ._last-placeholder {
  display: none;
}
.app-line-subheader-wrapper._full {
  height: auto;
  flex-direction: column;
}
.app-line-subheader-wrapper._full .app-line-subheader {
  flex-wrap: wrap;
  height: auto !important;
}
.app-line-subheader-wrapper._full .app-line-subheader-toggler {
  position: static;
  order: 100;
  padding: 0;
  margin-top: 0;
}
.app-line-subheader-wrapper._is-over .app-line-subheader {
  height: 150px;
}
.app-line-subheader-wrapper._is-over .app-line-subheader-toggler {
  display: flex;
}
.app-line-subheader-wrapper._is-over ._last-placeholder {
  display: block;
  order: 1000;
  min-width: 55px;
  max-width: 55px;
  opacity: 0;
}
.app-line-subheader-wrapper._visible {
  opacity: 1;
}
.app-line-subheader-wrapper._lg {
  height: 45px;
}
.app-line-subheader-wrapper._lg._full {
  height: auto;
}
@media (max-width: 760px) {
  .app-line-subheader-wrapper {
    padding: 10px;
  }
}

.app-line-subheader-toggler {
  position: absolute;
  right: 15px;
  height: 27px;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #F1EDE5 15%);
  font-size: 14px;
  display: none;
  align-items: center;
  padding-left: 25px;
  z-index: 10;
  color: #C47F42;
}
.app-line-subheader-toggler div {
  cursor: pointer;
  color: var(--color6);
  border-bottom: 1px dashed var(--color6);
}
.app-line-subheader-toggler._lg {
  height: 34px;
}
@media (max-width: 760px) {
  .app-line-subheader-toggler {
    right: 10px;
  }
}

.app-line-subheader {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  height: 100px;
  overflow-x: scroll;
  transition: 0.3s ease;
}
.app-line-subheader a {
  font-size: 18px;
}
.app-line-subheader._lg {
  gap: 0 15px;
}

.content-container #ya-site-form0 .ya-site-form__form {
  border-radius: 12px;
  overflow: hidden;
}
.content-container #ya-site-form0 .ya-site-form__form input.ya-site-form__input-text {
  height: 30px;
  padding: 0 10px;
  font-size: 14px !important;
  border-color: transparent !important;
  border-radius: 10px;
}
.content-container #ya-site-form0 .ya-site-form__search td.ya-site-form__search-input {
  padding: 10px;
  border-radius: 10px;
}
.content-container .app-ya-search-input {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.content-container div#ya-site-form0 .ya-site-form__submit {
  top: 0;
  right: 0;
  display: flex;
  height: 40px;
  border-radius: 12px;
  padding: 3px 15px 0 15px !important;
  justify-content: center;
  align-items: center;
  border: 1px solid #364B84;
  background: #364B84;
  transition: 0.3s ease;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: bold;
  white-space: nowrap;
  cursor: pointer;
}
.content-container .app-ya-search-results {
  min-height: 300px;
}
.content-container .app-ya-search-results .b-head__found {
  font-size: 14px !important;
  position: relative;
  top: -7px;
  color: #444444;
}
.content-container .app-ya-search-results .b-pager__title {
  display: none !important;
}
.content-container .app-ya-search-results .b-body-items {
  padding-left: 30px !important;
}
.content-container .app-ya-search-results .g-gap-horizontal {
  margin-left: 30px !important;
}
.content-container #ya-site-form0 .ya-site-form__form input.ya-site-form__input-text {
  height: 40px;
  font-size: 20px !important;
}
.content-container #ya-site-form0 .ya-site-form__search, .content-container #ya-site-form0 .ya-site-form__search td, .content-container #ya-site-form0 .yaform__precise-i {
  background-color: #F1EDE5 !important;
}
.content-container #ya-site-results .b-serp-item__title-link:link, .content-container #ya-site-results .b-serp-item__title-link {
  color: #364B84;
}
.content-container .app-search-results:not(:has(#ya-site-results div)) {
  display: none !important;
}

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