:root {
  --fill-loading: #b32b1c;
  --loading-size: 150px;
}
.c-loading,
.loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.empty-items{
  color: #b32b1c;
  font-size: 22px;
}
.loading > div svg path {
  fill: var(--fill-loading);
}
.c-loading > div,
.loading > div {
  position: absolute;
  top: calc(50% - (var(--loading-size) / 2));
  left: calc(50% - (var(--loading-size) / 2));
  width: var(--loading-size);
  height: var(--loading-size);
  max-width: 100%;
  max-height: 100%;
}
.loading-fixed,
body > .c-loading {
  position: fixed;
}
.resources_item a{
  color: #B32B1C;
}
.events_page-map img {
  position: relative;
  transform: none;
  left: 0;
  max-width: 100%;
}

.events_page-map {padding: 0;background: transparent;height: auto;}
.events_page-map::before{
  display:none
}
.comments_item-show{
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #333;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.comments_item-show::before{
  position: relative;
  content: "";
  width: 35px;
  height: 1px;
  margin-right: 11px; 
  background: #CECECE;
}
.comments_item-content{
  border-left: 1px solid #CECECE;
  margin-top: 12px;
  padding: 10px 0 10px 20px;
}
.comments_item.show .comments_item-show{
  display: none;
}
.comments_item.show .comments_item-content{
  display: block;
}
.bx-yandex-view-layout{
  width: 100%;
}
.sale_item {
  font-size: 16px;
  line-height: 24px; 
  color: #333;
  margin-bottom: 10px;
}
html:has(.loading-fixed),
html:has(body > .loading) {
  overflow: hidden !important;
}
body {
  min-height: 100vh;
}
.pagin a.arrow.disabled {
  opacity: 0.5;
}
.pagin a[disabled] {
  pointer-events: none;
}
.header_search-body {
  z-index: 1002;
}
.flex-wrap {
  flex-flow: wrap;
}
.recommendations_items.flex-wrap {
  gap: 20px;
}
footer {
  margin-top: auto;
}
.lang-id {
  text-transform: uppercase;
}
.container {
  width: 100%;
}
.header_inner.active {
  z-index: 999;
}
.header_wrapper,
.menu_burger {
  z-index: 1000;
}
body.active #panel {
  display: none;
}
form.news_filter > div {
  margin: 0;
  width: 100%;
}
form.news_filter {
  gap: 10px;
}
.d-form-control input {
  border: 1px solid #e5e5e5;
  background: #fff;
  width: 100%;
  height: 40px;
  padding-left: 13px;
  padding-right: 12px;
  font-size: 14px;
}
.forum-info-box a,
.forum-block-container a,
div[class*="forum"] a{
    font-size: 13px;
    color: #111;
    transition: all 0.3s;
}
.forum-info-box a:hover,
.forum-block-container a:hover,
div[class*="forum"] a:hover{
    color: #B32B1C;
    background-color: transparent !important;
}
.forum-block-container td a{
    background: transparent !important;
    
}
.forum-block-container td a:hover,
div[class*="forum"] a:hover{
    color: #B32B1C !important;
}
.page_item.video .page_item-img::before{
  z-index: 5;
}
[id*="bx_incl"] {
  width: 100%;
}
.lk_events .news_big {
  min-height: 386px;
}
.aside svg:not(.p-exit){
  display: none;
  padding: 5px;
  width: 22px;
  height: 22px;
  top: 18px;
}
.aside svg:has(+ul){
  display: block;
  z-index: 10
}
.ui-widget.ui-widget-content{
  width: 100%;
  /* height: 100%; */
}
table.map-columns {
  margin-bottom: 50px;
}
footer.footer [id*="bx_incl"],
header [id*="bx_incl"],
.library_wrapper [id*="bx_incl"] {
  width: auto;
}
.page_back{
  margin-top: 20px
}
.news_card-img img{
  max-width: 100%;
  max-height: 420px;
  width: auto;
}
.menu li ul{
  z-index: 100;
}
button.chat{
  border: 0;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
}
/* html:has([class*='fullscreen'], .fancybox-active) {
  overflow: hidden;
} */
html:has(.fancybox-active) {
  overflow: hidden;
}
.page_item:hover .page_item-img img,
.programs_slide:hover .programs_slide-img img,
.events_item:hover .events_item-img img{
  transform: scale(1.061);
  will-change: transform;
  width: 100%;
  height: 100%;
}
.page_item-img img,
.programs_slide .programs_slide-img img,
.events_item .events_item-img img{
  transition: all 0.53s;
  will-change: transform;
}
.events_item-img::before,
.programs_slide-img::before{
  z-index: 1
}
.sale_item-info a {
  z-index: 10;
  position: relative;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.d-relative{
  position: relative
}
.ban-img{
  position: relative;
}
.page_item:has(.stretched-link) {
  position: relative;
}
.btn-action{
  z-index: 5;
}
.resources_item img {
  max-width: 48px;
}
.library_item img{
  max-width: 26px
}
.d-filter-white{
  filter: brightness(0) invert(1);
}
 a.a-link{
  color: #B32B1C;
  margin-left: 6px;
  display: contents;
}
a.a-link:hover{
  color: #920E00 !important;
}
.page_item-inner {
  margin-top: auto;
}
.lk_date-form td{
  padding: 5px
}
.lk_date>p {
  padding: 19px 0px 0px 50px;
}
.btn,
.btn_more {
  border: 1px solid #b32b1c;
  cursor: pointer;
}
.calendar-date-range {
  display: flex;
  align-items: center;
}
a:has(span.c-loading.spinner-grow),
button:has(span.c-loading.spinner-grow) {
  position: relative;
  overflow: hidden;
  opacity: 0.5;
  pointer-events: none;
  cursor: wait;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.a-link {
  cursor: pointer;
}
.d-error {
  color: red;
  margin-bottom: 15px;
}
.error-text {
  display: none;
  position: absolute;
  top: -14px;
  line-height: 24px;
  color: #a2260b;
  right: 0;
  font-size: 12px;
  line-height: 1;
  background: #fff;
}
.error:before{
  display: none;
}
.error .error-text {
  display: block;
}
.error [required]{
  border: 1px solid #B32B1C;
}
.error:has([type="checkbox"][required]) {
  border: 1px solid #B32B1C;
}
.ban-img img {
  max-width: 100%;
}
.news_filter-calendar::before {
  z-index: 2;
  background-color: #fff;
}
.page_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 14px;
}
.d-desc {
  font-size: 85%;
  font-style: italic;
  margin-top: -10px;
  padding-left: 28px;
}
.d-datepicker .ui-state-default{
	background: none;
	text-align: center;
	border: none !important;
	margin: 0 5px 20px;
	padding: 7px 0px !important;
	color: #111; 
	font-weight: 600 !important;
	line-height: 18px;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	transition: all 0.3s;
	border-radius: 50%;
}
.d-datepicker .ui-state-disabled{
  opacity: 1;
}
.d-datepicker .da-selected a{
  background: #B32B1C !important;
    color: #fff !important;
}
.d-datepicker .da-selected a:hover{
  background: #920E00 !important;
}
@keyframes spinner-border {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.lk_form-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-bottom: 1px dashed #B32B1C;
  color: #B32B1C;
  margin-bottom: 30px;
  transition: all 0.3s;
  display: inline-block;
}
.popup_answer-done {
  color: #034E3E;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  padding-bottom: 180px;
  height: 100%;
  display: none;
  align-items: center;
  font-family: 'Cormorant', serif;
}
@media (max-width: 767.98px){
  .popup_answer-done {
      padding: 40px 0;
      width: 192px;
      margin: 0 auto;
      font-size: 25px;
      line-height: 25px;
  }
}
span.c-loading.spinner-grow {
  --bs-spinner-width: 100%;
  --bs-spinner-height: 1px;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.125em;
  --bs-spinner-animation-speed: 0.975s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 0;
  animation: var(--bs-spinner-animation-speed) linear infinite
    var(--bs-spinner-animation-name);
  top: calc(100% - var(--bs-spinner-height) - 0px);
}
.news_filter-calendar.date-from.label-p input{
  min-width: 169px;
}
.search_page-wrapper{
  display: flex;
  margin-bottom: 36px;
}
.search_page-inp{
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;   
  width: 390px;
  height: 56px;
  margin-right: 21px;
  padding-left: 30px;
  font-size: 18px;
}
.search_page-btn{
  border: none;
  cursor: pointer;
}
.search_page-result{
  line-height: 21px; 
  font-size: 14px;
}
.search_page-pagin{
  display: flex;
}
.search_page-pagin a{
  font-size: 14px;
  line-height: 21px; 
  color: #111;
  transition: all 0.3s;
  margin-right: 5px;
}
.search_page-pagin a:hover{
  color: #920E00;
}
.search_page-items{
  margin: 20px 0;
}
.search_page-title a{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  color: #111;
  /* text-transform: lowercase; */
}
.search_page-title a:first-letter {
  /* text-transform: capitalize */
  /* text-transform: uppercase; */
}
.search_page-text{
  font-size: 18px;
  line-height: 28px; 
  color: #555;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.search_page-options{
  margin-top: 10px;
}
.search_page-item{
  margin-bottom: 30px;
}
.search_page-option{
  font-size: 10px;
  line-height: 16.8px;
  color: #333;
}
@media (max-width: 767.98px){
  .search_page-wrapper{
    flex-direction: column;
    margin-bottom: 20px;
}
.search_page-inp{
    margin-bottom: 10px;
    width: 100%;
}
.search_page-btn{
    width: 100%;
}
}
@media (max-width: 568px) {
  #panel {
    display: none;
  }
}
