.ajax-result{
    margin-top: 15px;
}
.ajax-result.success{
    color:green;
}
.ajax-result.error{
    color:red;
}
.no-top-border{
    border-top: none;
}
.main-content__head{
    margin-top: 10px;
}
.white-list__link {
    color: #000;
    cursor: pointer;
    pointer-events: auto;
}
.allow-click{
    pointer-events: all!important;
}
.show-item-js{
    display: block!important;
}
@media print {
    header, #panelka, .breadcrumb-block, footer{
        display: none!important;
    }
}

ymaps .b_content_inner .b_grey_text{
    display: block;
}

.lazy:not(.entered) {
    opacity: 0;
    visibility: hidden;
}

.image_wrapper_new{
    text-align: center;
}
.hidden-hram{
    display: none;
}
#popup_hram_content .image_wrapper_new{
    margin-bottom: 25px;
}
#popup_hram_content .person{
    background: none;
    border: none;
    
}
#hram-popup{
    max-width: 750px;
}
.popup_hram_name{
    display: none;
}
#hram-popup .popup_hram_name{
    display: block;
}


.temple-detail {
    margin-left: 36px;
    margin-bottom: 0;
  }
  
  .temple-subtitle {
      font-size: 16px;
      margin-top: 8px;
      display: inline-block;  
      font-weight: 600;
  }
  
  .photo-gallery-item img {
      margin: 6px;   
  }
  
  .photo-gallery-item {
      display: inline-block;
      border: 1px solid #ececec;
      margin: 6px;
  }
  
  .photo-gallery-item:hover {
      border: 1px solid #dddddd;
  }
  
  .temple-news span{
      padding-left: 20px;
      font-style: italic;
      color: #777777;
  }
  @media (max-width: 1100px) {
      .text-elems img {
          width: 100%;
          margin-bottom: 15px;
      }
  }


/**/

.territories-list {
    background: #fff;
    border-radius: 20px;
    padding: 20px 20px 20px 20px;
    list-style: none;
}
.territories-list:not(:last-of-type) {
    margin-bottom: 10px;
}
.territories-list li {
    list-style: none;
    padding: 11px 0;
    border-bottom: 1px solid rgba(223,223,223,.5);

}
.territories-list li a {
    font-size: 18px;
    line-height: 23px;
    color: #000;
}
.temple-item:not(:last-of-type) {
    padding-bottom: 11px;
    margin-bottom: 11px;
    border-bottom: 1px solid #111;
}

.temple-item-name {
    font-size: 18px;
    margin-top: 8px;
    display: inline-block;
    font-weight: 600;
    border-bottom: 0;
    margin-bottom: 16px;
}
.temple-item .kliric-item {
    margin-left: 48px;
    margin-bottom: 3px;
}
.one-dolg-item {
    padding-left: 15px;
}
/*.temple-item {*/
/*    background: #fff;*/
/*    border-radius: 20px;*/
/*    padding: 20px 20px 20px 20px;*/
/*    list-style: none;*/
/*}*/
/*.temple-item-name {*/
/*    border-bottom: 1px solid rgba(223,223,223,.5);*/
/*    padding-bottom: 11px;*/
/*    margin-bottom: 11px;*/
/*    font-weight: 500;*/
/*    font-size: 1.5rem;*/
/*    line-height: 31px;*/
/*}*/
/*.kliric-item {*/
/*    font-size: 18px;*/
/*    line-height: 23px;*/
/*    color: #000;*/
/*    padding: 11px 0;*/
/*    border-bottom: 1px solid rgba(223,223,223,.5);*/
/*}*/
@media (max-width: 1200px) {
    .territories-list, .temple-item {
        margin-left: auto;
        margin-right: auto;
        width: calc(100vw - 30px);
        max-width: calc(100vw - 30px);
    }
    /*.temple-item-name {*/
    /*    font-size: 1.2rem;*/
    /*    line-height: 1.25;*/
    /*}*/
    /*.kliric-item {*/
    /*    font-size: 1rem;*/
    /*    line-height: 1.25;*/
    /*    padding: 6px 0;*/
    /*}*/
}

/*.news-detail__img img {*/
/*    -o-object-fit: contain;*/
/*    object-fit: contain;*/
/*}*/
/*.news-detail__control::before {*/
/*    display: none;*/
/*}*/
@media (max-width: 760px) {
    .mobile-align-left{
        text-align: left;
    }
}
.makers {
    text-align: center;
    display: block;
}
.makers-text {
display: inline;
}
.cat-list__link.is-active{
    text-decoration: underline;
}

.preloader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 100%;
    background-color: rgb(232,232,232,.8);
    background-image: url(/local/templates/balep2022/img/preloader-pic.gif);
    background-position: center;
    background-repeat: no-repeat;
}
.btn{
    cursor: pointer;
}
.container-temples__archierei {
    background: #ffff;
    padding: 24px 52px;
    border-radius: 19px;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    align-content: space-around;
}
.container-temples__archierei>.map-regions__download {
    margin-bottom: 25px;
}
.white-block__aside .person__img {
    margin-bottom: unset;
    height: 100px;
}
@media (max-width: 760px) {
    .kliril-block .white-block__aside { 
        max-width: 20%;
        padding-right: 10px;
        margin-bottom: unset;
    }
    .kliril-block .white-block__content { 
        max-width: 80%;
    }
}
.ukaz-popup__print a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.img-ras {
    width: 100%;
}


.news-detail__descr-icon {
    margin: auto; 
    width: 16px;
}