

/* Start:/local/components/ranepa/menu.als/templates/ranepa_als_header/style.css?171559900978*/
.link-menu--red {
    color: #e62b25;
}
a.menu__item_title {
    color: red;
}
/* End */


/* Start:/local/components/ranepa/content.card.soc/templates/burger/style.css?17155989862200*/
.info .social__list .social__item a:hover, .social__item a:hover {
    border: 0; 
}

.social__item a {
    margin-right: 2px;
}

.navigation__sidebar i.social__icon svg {
    max-height: 40px;
}
.social__list ul {
    display: none;
    position: absolute;
    top: 100%;
}
.social__list li{
    position: relative;

}


.social__list--footer .social__item .sub_list .sub_element a {
    width: max-content;
    height: initial;
    display: flex;
    
    border-radius: 0;
    padding-left:0;
}


.social__list .array .sub_list.show{
    display: block;
}

.social__list .sub_list{
    border-radius: 0.5rem;
    background-color: #ffffff;
    z-index: 1000;
    padding:1rem;
}


.social__item .sub_list a {
    display: block;
    width: initial;
    height: initial;
    border-radius: 0;
}


.social__item .sub_list li:hover .svg_wrapper
{
    background-color: #921a1d;
}

.social__item .sub_list .sub_element_name
{
    border-bottom: 1px solid transparent;
    text-align: left;
}

.social__item .sub_list li:hover .sub_element_name
{
    border-radius: 0;
    border-bottom: 1px solid #921a1c33;
}

.social__item .sub_list li{
    padding-bottom: 0.5rem;
}

.social__item .sub_list li:last-child{
    padding-bottom: 0;
}

.social__item .sub_list .sub_element a{
    width: initial;
    height: initial;
    display: flex;
    
    border-radius: 0;
    padding-left:0;
}

.social__item .sub_list .sub_element
{
    display: flex;
    margin-right: 2px;
}

.social__item .sub_list .sub_element_name
{
    display: flex;
}

.social__item .sub_list .sub_element .social__icon{
    display: flex;
}
.social__item .sub_list .sub_element .svg_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background: 0 0;
    background-color: #921a1d;
    border-radius: 50%;
    flex-shrink: 0;
    
    
    transition: background .1s ease-in-out;
}

.social__item .sub_element_name{
    padding-left: 1rem;
}
.modal_navigation .social__icon .zen rect:first-child {
    fill: rgba(0,0,0,0);
}

@media (max-width: 1024px){
    .social__list--footer .social__item:hover .social__icon path.white-icon{
        fill: white;
      }
}


/* End */


/* Start:/vendor/ranepa/bitrix-library/src/Components/RanepaFeedbackError/templates/ranepa_als/style.css?17503256191075*/
body .feedback-error.fancybox-overlay {
    background: rgba(0, 0, 0, 0.5);
    overflow-y: hidden !important;
}

.feedback-error .fancybox-skin {
    border-radius: 16px !important;
}

.feedback-error h2 { 
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.feedback-error div { 
    font-size: 16px;
    line-height: 1.5rem;
}

.feedback-error button {
    max-width: 10rem;
    font-size: 18px;
    padding: 0.5rem;
}
.feedback-error .feedback-error-close {
    color: #171520;
    background: #DCDCDC;
}
.feedback-error {
    display:none;
}
.feedback-error-content strong {
    color: #e62b25;
}
[data-modal="feedback-error"] .r-modal__content {
    max-width: 700px;
}
.d-flex {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 1rem;
    justify-content: flex-end;
}
.d-none {
    display: none;
}
.r-modal__content.success .r-modal__content-form--success {
    display: block;
}
.r-modal__content .r-modal__content-form--success {
    display: none;
}
.r-modal__content.success .r-modal__content-form {
    display: none;
}


/* End */


/* Start:/local/components/ranepa/search.title.als_new3/templates/ranepa_als_search/style.css?17155990214171*/
.b-search__results .tabs__item.tabs__item_active{
  background: #e62b25;
}
.b-search__dropdown_active:empty{
  display: none !important;
}

.b-search__input input{
  padding: 2rem 17.5rem 2rem 5.2rem;
}
.b-search__title h2, .b-search__title .div__h2 {
  font-family: "ALS Hauss Medium",Arial,sans-serif;
  font-size: 3.2rem;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 1rem;
}
.b-search__filters label::before{
  top: -5px;
  position: relative;
}

.b-search__dropdown_active{
  visibility: hidden;
}



body .b-search__dropdown ul li {
	list-style-type: none;;
}

.b-search__dropdown ul.list li::before {
	display: none;
}
.b-search__default ul.list li::before {
	display: none;
}

.b-search .link-black b {
	color: #af2127;
}


.b-search__filters{
  padding-top: 1rem;
  padding-left: 2rem;
}

.all-search-link{
	position: absolute;
bottom: 0px;
background: #fff;
display: block;
width: 200%;
height: -17px;
left: -63px;
padding-left: 100px;
padding-top: 5px;
padding-bottom: 7px;
}

.b-search .link-red:hover {
    border-bottom: none;
}

.b-search__dropdown {
    /*padding-bottom: 13px;*/
}



.b-search__results .tag{
  color: #000;
}


/*search-sort START*/
.search-sort__item{
  cursor: pointer;
}


.search-sort__item_select{
 color: #af2127;
}

.search-sort__slesh{
   	margin-left: 10px;
   	margin-right: 10px;
 }

.spinner_deactive{
  display: none;
}

.search-input-button {
    position: absolute;
    top: 22px;
    width: 200px;
    right: 70px;    
    right: 2px;
    background-color: #fff;
    border-right: 70px solid #fff;
    border-left: 6px solid #fff;
    border-radius: 20px;

}

@media (max-width:768px){
   .search-input-button {
       display: none;
   } 
  .search-sort{
      display: flex;
      flex-wrap: wrap;
   }
   .search-sort__label{
     width: 100%;
     font-size: 12px;
   }
   .search-sort__item{
      font-size: 12px;
   }

   .b-search__input::before{
    display: none;
   }

   .b-search__input input{
     padding: 2rem 4rem 2rem 1.5rem;
   }

   .b-search{
    min-height: 800px;
  
   }

   .b-search__dropdown ul{
    max-height:inherit; 
   }

   .b-search__logo{
    display: none;
   }

  

   
   .b-search__title {
     padding: 1.5rem 0 0 0;
     text-align: center;
   }
    #search-get-more-btn{
    padding: 2.1rem 2.2rem 2.1rem 2.2rem;
   }

     
}


/* theme_dark START*/
.theme_dark.modal_active.modal_active_search .modal_search{
  background: #3d1515;
}

.theme_dark.modal_active.modal_active_search .modal_search .b-search__title h1{
  color: #fff;
}
.theme_dark.modal_active.modal_active_search .modal_search .all-search-link-li a{
  color: #af2127;
}
.theme_dark.modal_active.modal_active_search .modal_search .b-search__title h2, .theme_dark.modal_active.modal_active_search .modal_search .b-search__title .div__h2{
  color: #fff;
}
.theme_dark.modal_active.modal_active_search .modal_search .search-sort__label,
.theme_dark.modal_active.modal_active_search .modal_search .search-sort__slesh,
.theme_dark.modal_active.modal_active_search .modal_search .search-sort__item
{
  color: #fff;
}
.theme_dark.modal_active.modal_active_search .modal_search .search-sort__item_select
{
  color: #eb1922;
}

.theme_dark.modal_active.modal_active_search .modal_search .b-search__results{
  color: #fff;
}

.theme_dark.modal_active.modal_active_search .modal_search .tabs__item{
  color: #000;
}
.theme_dark.modal_active.modal_active_search .modal_search .tabs__item.tabs__item_active{
  color: #fff;
}

.theme_dark.modal_active.modal_active_search .modal_search .b-search__results .tag a{
  color: #fff;
}
.theme_dark.modal_active.modal_active_search .modal_search .b-search__results .tag{
  color: #fff;
}
.theme_dark.modal_active.modal_active_search .modal_search .b-search__results .result__date{
  color: #fff;
}

.b-search__logo_dark{
  display: none;
}
.theme_dark.modal_active.modal_active_search .modal_search .b-search__logo{
  display: none;
}
.theme_dark.modal_active.modal_active_search .modal_search .b-search__logo_dark{
  display: block;
}
 .theme_dark.modal_active.modal_active_search .modal_search .b-search__logo a{
  text-decoration: none;
  border-bottom: none;
}


/**/
/* End */


/* Start:/local/templates/ranepa_als/styles.css?1715842396498*/
/*.full_text_news ul{
    margin: 0;
}

.example {
    display: inline-block;
    width:100px;
    height: 100px;
    border: 2px solid red; 
    color: red;
    padding: 20px; 
}

body {
    font: normal 16px/18px 'Arial Narrow', sans-serif;
    color: #333;
    cursor: default;
}*/

body[contenteditable="true"] b {
    font-weight: 800;
}

body[contenteditable="true"] p {
    margin: 0 0 15px;
}

body[contenteditable="true"] ul li {
    list-style-type: disc;
}

/* End */


/* Start:/local/templates/ranepa_als/template_styles.css?175801168764359*/

@font-face {
    font-family: "BodoniPosterC";
    src: url("/fonts/BODONIPOSTERC.OTF") format("opentype");
}
h1 + p {   
    margin-top: 2rem;
}
h1 + div {   
    margin-top: 2rem;
}
.breadcrumbs {
    padding-top: 0.5rem;
    line-height: 2rem;
}
.bmedium-30 {
    max-width: 30rem;
}
.persons-card-review-link {
    cursor: pointer;
}
.person .contacts, .person .address {
    margin-bottom: 0;
}


.block_xfroms_modal .field a {
    color: #e62b25;
}
.d-none {
    display: none!important;
}
.cneckboxnolable-container {
    display: flex;
}
.cneckboxnolable-text {
    position: relative;
    padding-top: 0.85rem;
}
.field.link-check {
    padding-left: 3rem;
}
.cneckboxnolable {
    width: 0;
}
.cneckboxnolable-container a{
    color: #e62b25;
}
.cneckboxnolable-container a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* .swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
} */

/* eye.css */

/* eye.css */

/* .teacher-card__image img {
    background-color:#fff;
} */
/* .icon-pk {
    max-height: 90px;
} */

.center-block {
    margin: 0 auto;
    text-align: center;
}
.picture--border {
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.picture--radius {
    border-radius: 1.9rem;
}

.teacher-card {
    min-height: unset;
}

body.active {
    overflow: hidden;
}

.table__open-btn {
    cursor: pointer;
    /*align-self: end;*/
    /*margin: 10px;*/
    width: 281px;
    height: 60px;
    background: #E62B25;
    border-radius: 1000px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    float: left;
}
main.single-news-page .promo__title h4 b {
    font-size: 4.25rem;
    line-height: 5rem;
}

.table__open-btn.active {
    cursor: pointer;
    background: url(/local/templates/ranepa_als/images/close.svg) center no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    /*position: absolute;
    top: 0;*/
}

.table-open {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #fff;
    padding-top: 50px;
}
.teacher-card h1 {
    margin-bottom: 4rem;
}
.sotrudnik-info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
main.content.sotrudnik .container .div__h2{
    /* margin: 2rem 0 1rem 0; */
    margin: 0rem 0 1rem 0;
}
main.content.sotrudnik .container.mb-0 {
    margin-bottom :0;
}
main.content.sotrudnik .container {
    margin-bottom: 4rem;
}

.sotrudnik .factoid {
    margin-bottom: 1rem;
}
.teacher-card__content {
    padding: 1.4rem 1.9rem 1.4rem 1.9rem;
}
.footer_butt svg{
    max-width: 100%;
}
ul.list.list-gray li {
    padding-right:0.8125rem;
}
.transparently {
    opacity: 0;
}
.div__h2 {
    font-size: 2.25rem;
    margin-bottom: 2.75rem;
    line-height: 3.125rem;
    font-family: "ALS Hauss Medium",Arial,sans-serif;
}
.back_pk_img {
    object-fit: cover;
    width: 100%;
    border-radius: 1.9rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.main--pk {
    display: none;
}
form[name="anketa_case"] .field textarea {
    min-height: 200px;
}
.pk-link {
    position: absolute;
}
.theme_dark .back_pk{
    border: 1px solid rgba(0, 0, 0, 0);
}
ul.list.list-gray li::before {
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 11px;
    background: #999;
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 11px;
  }
.back_pk {
    /* background: url(/local/templates/ranepa_als/assets/images/pk_back.jpg) no-repeat; */
    /* height: 384px; */
    /* border-radius: 1.9rem; */
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-position: center; */
    /* background-size: 100%; */
}
.back_pk svg {
    width: 150px;
    height:150px;
}
.pk .icon-pk svg {
    height: auto;
    transition: .3s;
    width: auto;
}
.icon-pk {
    display:flex;
}
.pk {
    margin: 0 auto;
    padding: 0 2rem 0 4rem
}
.icon-pk svg:hover {
    transform: scale(1.07);
    transition: .3s;
}
@media (max-width:1400px){
    .pk {
        padding-left:0;
    }
}
@media (max-width:1024px){
    form[name="anketa_case"] .field textarea {
        min-height: 280px;
    }
    .icon-pk {
        max-height: 70px;
        max-width: 70px;
    }
    .teacher-card__image {
        top: 1rem;
    }
}
@media (max-width:900px){
    .icon-pk svg:hover {
        transform: unset;
        transition: unset;
    }
    .pk {
        padding-right: 5rem;
    } 
    
}


@media (max-width: 1199px){
    main.content.sotrudnik .container .row:not(.no-margin) > div[class*="col-"] {
        margin-bottom: 1.25rem;
    }
    main.content .container .row .search-input {
        margin-bottom: 1.25rem;
    }
}
@media (max-width: 500px){
    .pk {
        display:none;
    }
    .main--pk {
        display: block;
    }
    main.content .container .row .search-input {
        margin-bottom: 1rem;
    }
    
    
}
.theme_white .banner_border {
    border: 1px solid rgba(0,0,0,.2);
}
.modal form {
    overflow: hidden;
}
form .field.file {
    margin-bottom: 0;
}
.header--win {
    background: #921a1d url(/_static/media/assets/svg/lenta.svg) no-repeat;
    background-position: 284px;
    background-size: contain;
}
 
@media (min-width: 861px) and (max-width: 1024px){
    .header--win {
        background-position-x: 143px;
    }
}
 
@media (min-width: 668px) and (max-width: 860px){
    .header--win {
        background-position-x: 130px;
    }
}



 
@media (max-width: 768px){
    .table__open-btn {
        display: none;
    }
    body .file.picker .selected {
        margin-top: 0;
    }
 header.header {
        padding: .7rem 1.5rem .7rem .8rem;
        background-position: 155px;
    }
    .div__h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}

@media all and (max-width:768px) {
    main.single-news-page .promo__title h4 b {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 1rem
    }
}





@media (min-width: 766px) and (max-width: 768px){
    .pk {
        
        position: relative;
        left: 100px;
    }
    .icon-pk {
        max-height: 60px;
        max-width: 60px;
    }
}
@media (min-width: 768px) and (max-width: 768px){
    .pk{
        position: relative;
        left: 40px;
    }
}



@media /*(min-width: 766px) and */(max-width: 766px){
    .pk{
        padding-right: 0;
        margin-right:0;
        position: static;
        left: 0px;
    }
} 
 
@media (max-width: 568px){
 header.header {
        padding: 0.41rem 1rem 0.41rem 0.77rem;
        background-position: 120px;
    }
}
 
@media (max-width: 375px){
    header.header {
        background-position: 111px;
    }
}


.field-text__center {
    text-align: center;
}
.text-center {
    text-align: center;
}
/* .field.blured.unrequired.changed label {
    display: none;
} */
a.form-check-doc {
	display: block;
	width: 70%;
	padding: 20px;
	border-radius: 1.9rem;
	text-align: center;
	margin: 0 auto;
	color: #90a9be;
    font-size: 24px;
	border: 2px solid #bdcbd8; 
}
.form-check-doc:hover {
	background: #bdcbd8;
	color: #fff;
}
ul.list li.list-none {
    margin: 0;
    padding: 0;   
}

ul.list li.list-none::before  {
    content: unset;
}
ul.list li ul.list {
    margin: 0;
    padding-left: 40px;
}
ul.list + p {
    margin-top: 1rem;
}
.footer i.social__icon img {
    max-height: 30px;
}
.footer .social__item a {
    height: 54px;
    width: 54px;
  }
.social__item {
    margin-right:2px;
}
.social__item a {
    margin-right:0;
}
i.icon-metro-gray {
    background: url(/_static/media/assets/svg/metro-gray.svg) no-repeat;
}
form .field.file.picker {
    display: block;
    display: flex;
    flex-direction: column-reverse;
}

form .file.picker input {
    height: auto;
    position: absolute;
}
form .file.picker input ~ label {
    position: relative;
}
form .date.picker, form .datemonth.picker {
    display: block;
}
form .date.picker input, form .datemonth.picker input {
    width: 100%;
}
form .field.date.picker::after {
    position: absolute;
    top: 0.75rem;
    right: 1.5rem;
    float: none;
    margin: 0;
    pointer-events: none;
}
.old-site {
    margin-bottom: 1.5rem;
}
.single-news-page .promo_red {
    background: #F7EFEF;
}
.promo_red .promo__title, .promo_red .promo__title span {
    color: #000;
}
.mr-1 {
    margin-right: 1rem;
}
.mt-1 {
    margin-top:1rem;
}
.pb-1 {
    padding-bottom: 1rem;
}
.mobile-menu__inner ul li.mobile-menu-item__parent {
    padding-left: 0;
}
.mobile-menu__inner ul li {
    padding-left: 1.5rem;
}
.menu__dropdown {
    top: 100%;
}
.persons-card_single .person__position {
    line-height: 140%;
}
.link-email, .link-phone {
    display: inline-block;
}
h1 {
    line-height: normal;
}
.header .search {
    display: block;
}
.container .selectus .selectors {
    max-width: 100%;
}
.field.selectus .select label {
    position: unset;
}
.field.selectus .select::after {
    top: 3rem;
}
.scroll-to-top {
    max-width: unset;
}
.xforms_dialog_button {
    background: #fff;
    opacity: 1;
}
form .button-medium {
    display:block;
    margin: 0 auto;
}
 .field.selectus .select {
    padding-bottom: 2rem; 
    /* display: flex;
    justify-content: center;
    flex-direction: column; */
} 
.container .selectus .selectors .option {
    white-space: normal;
}
.theme_dark .single-news-page .promo__title h1 {
    color:#000;
}

.theme_dark .modal.modal_search .modal__close {
    outline: 0;
    border: none;
    position: absolute;
    z-index: 20;
    width: 40px;
    cursor: pointer;
    height: 40px;
    background: url(/_static/media/assets/svg/close-icon-white.svg);
    background-size: auto;
    transition: all .2s ease-in-out;
    background-size: 100%;
}
/* .theme_dark .modal textarea,.theme_dark .modal h2, .theme_dark .modal .option input[type="checkbox"] ~ label,.theme_dark .modal .container .selectus .selectors label,.theme_dark .modal .field input:not([type]) ~ label, .theme_dark .modal .field input[type=""] ~ label, .theme_dark .modal .field input[type="text"] ~ label, .theme_dark .modal .field textarea ~ label, .theme_dark .modal .field.selectus .select label {
    color: #fff;
} */
/* .theme_dark .modal .selectus .selectors:not(.hidden),.theme_dark .block_xfroms_modal {
    background: #3d1515;
} */
.theme_dark .modal h1,.theme_dark .modal h2,.theme_dark .modal .field input{
    color: #000;
}
.theme_dark main.content .card-banner .row.more_block .button {
    color:#fff;
}
.theme_dark .modal_search input[type="checkbox"] ~ label {
    color:#fff;
}
.theme_dark .date, .theme_dark .views, .theme_dark .standartnews .report__date .date {
    opacity: 0.5;
}
.persons-card  .persons-card__grid {
    margin-bottom: 0;
}
.persons-card {
    margin-bottom: 1.25rem;
}

/* .theme_dark .card-banner-stat.card-banner.card-banner__border {
    border-color: rgba(0, 0, 0, 0);
} */
.theme_dark .interview:hover {
    background: rgba(0, 0, 0, 0);
    border-color: rgba(255,255,255,.2);
}
.theme_dark .interview:hover .interview__title span {
    border-bottom: 1px solid #fff;
}
.theme_dark .interview {
    border-color: rgba(255,255,255,.2);
  
}
.theme_dark .interview__title, .theme_dark .interview-container .report__date {
    color: #fff;
}
.theme_dark .modal .field input:not([type])~label,.theme_dark .modal .field textarea~label{
    color: #b2b2b2;
}
.factoid_block.round_border {
    border-radius: 30px;
}

.theme_dark .factoid_block  a.link-red {
    border-bottom: 0;
}
.beta {
    color: #fff;
    position: relative;
    font-size: 1.5rem;
    padding-left: 1.6rem;
    min-height: 72px;
    display: flex;
    align-items: center;
    text-align: center;
    margin:0 auto;
}
.beta > p {
    padding: 0 3rem 0 1rem;
    font-weight: 500;
}

.theme_dark .card-banner.card-banner__border, .theme_dark .tile_border, .theme_dark .quote_block .nophoto, .theme_dark .quote_block.nophoto, 
.theme_dark .persons-card {
    border-color: rgba(255,255,255,.2);
}
.interview {
    display: block;
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    max-height: 400px;
}

.interview__content {
    justify-content: flex-end;
}
.interview__title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.interview__title, .interview__content {
    min-height: 100%;
}
.interview__image {
    padding-right: 0;
}
.interview__image img {
    max-width: 140px;
    max-height: 182px;
    min-height: 182px;
    object-fit: cover;
}
.interview-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    box-sizing: border-box;
    height: auto;
}
.header__row .beta-mobile {
    display:none;
}
.news-double .news__content-50 {
    width: 50%;
}
@media (min-width: 1024px) {
    .news_2_block .margin-top-row
    {
        margin-top: 0;
    }
}
@media all and (max-width:415px) {
    .interview {
        border: 1px solid rgba(0, 0, 0, 0);
        padding: 0;
    }
    .interview:hover {
        background: rgba(0, 0, 0, 0);
    }
}
@media all and (max-width:1225px) {
    .header__row .beta-mobile {
        display: block;
    }
    /* .header .user {
        display: none;
    } */
}
@media all and (max-width:768px) {
    
    main.content .container__filter {
        margin-bottom: 1rem;
    }
    .news-double .news__title span{
        font: 1.5rem/normal "ALS Hauss Medium";
    }
    .old-site {
        margin: 0 auto 1.5rem auto;
    }
    body .tile .tile__sticker.tile__sticker-center img {
        max-height: 160px;;
    }
    .theme_dark.modal_active.modal_active_search .modal_search .b-search__logo_dark {
        display: none;
    }
    .cite__content p:first-child {
        font-size: 1rem;
    }
    main .contentText .cite__content a {
        font-size: 1rem;
    }
    .report__date .date {
        font-size: 1rem;
    }
    .field.selectus .select .selected {
        margin-right: 0;
    }
    .field.selectus .select .selected, .container .selectus .selectors label, .modal .field input:not([type]) ~ label, .modal .field input[type=""] ~ label, .modal .field input[type="text"] ~ label, .modal .field textarea ~ label, .modal .field.selectus .select label {
        font-size: 1.25rem;
    }
    .header__row .beta-mobile img {
        width: 39px;
      
        display: block;
    }
    .field.selectus .select {
        padding-bottom: 1rem;
    }
}

@media all and (max-width:576px) {
    .form-check-doc {
        border-radius: 1.9rem;
    }
    .scroll-to-top {
        display: none;
    }
    .news-double .news__content-50 {
        width: 100%;
    }
    body.theme_dark .card-banner__next .card-banner.card-banner__border {
        border-color:rgba(0, 0, 0, 0);
    }
    .theme_dark .card-banner.card-banner__border {
        border-color: rgba(0, 0, 0, 0);
    }
 
}

body.theme_dark .modal_navigation  a.link.link-black {
    color: #000;
}
body.theme_dark .modal_navigation  a.link.link-black:hover {
    border-color: rgba(0,0,0,.2);
}
main.content .card-banner .row .button {
    color: #fff;
}

.cite__image img {
    z-index: 1;
}
/* .scroll-to-top {
    z-index: 1000;
} */
body .tiles-grid_2 {
    grid-template-columns: repeat(2,1fr);
}
.menu__block {
    margin-bottom: 1.6rem
}
.theme-btn .icon [data-circle="circle"] {
    fill: #fff;
}
.theme_dark .field.selectus .select {
    color: #fff;
}

.theme_dark .video_container .video__text {
    color: #fff;
}
.theme_dark .open-doors__block .link-red, .theme_dark .open-doors__block .open-doors__text, .theme_dark .open-doors__block .open-doors__text b, 
.theme_dark .open-doors__block .tag__institut, body.theme_dark .contentText .person__name a.link span {
    color: #fff;
}
body.theme_dark .contentText, .theme_dark form textarea {
    color: #fff;
}

body.theme_dark .contentText .person,
.theme_dark .bg-white, body.theme_dark .contentText .persons-card,.theme_dark .contacts_double {
    background: rgba(0, 0, 0, 0);
    color: #fff;
}
body.theme_dark .swiper-slide a.link-red, body.theme_dark .life__menu a.link-red{
    border-bottom:0;
}
body.theme_dark span.number {
    color: #b2b2b2;
}
body.theme_dark section.nauka .info a.link-red, body.theme_dark .contentText .card__row .link-red, body.theme_dark .contentText .info a.link-red, 
body.theme_dark .contentText .person__name a.link, body.theme_dark .contentText .prepodavateli .person a, .theme_dark a.link-red {
    color: #fff;
    border-bottom: 1px solid #fff;
    width: fit-content;
    /* text-decoration: underline; */
}
.footer .social__list {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1.5rem;
  }
body.theme_dark .single-news-page .social__item a {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    transition: .1s ease-in-out;
    border: 2px solid #000;
}
body.theme_dark .single-news-page .social__item:hover a {
    background: #921a1d;
    transition: .1s ease-in-out;
    border:  2px solid #921a1d;
}
.single-news-page .carousel__previews li.active img {
    border: 2px solid #921a1d;
}
.theme_dark .partners__content a.link-red {
    width: fit-content!important;
}

/* input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  transition: background-color 5000s ease-in-out 0s;
} */
/* .theme_dark form input, .theme_dark form textarea, .theme_dark form .field.selectus .select, .theme_dark .search-input input, .theme_dark .option input[type="checkbox"] ~ label::before {
    border: 1px solid rgba(255,255,255,.2)!important;
} */

/* .theme-btn .icon:hover [data-circle="circle"] {
    fill: #DEBABB;
}  */
/* .theme_dark .theme-btn .icon:hover [data-circle="circle"] {
    fill: #000;
}

.theme-btn .icon [data-circle="circle"]:hover {
    fill: #DEBABB;
} */
main .contentText b {
    font: 1.25rem 'ALS Hauss Medium';
}
@media all and (max-width:375px) {
    .header .logo {
        padding-left: 0.7rem;
    }
}
@media (min-width: 320px) and (max-width:768px) {
    main .contentText p a {
        line-height: 140%;
    }
    /*.header .search svg {
        width: 29px;
        height: 25px;
    }*/
    /*.header .search {
        display:block;
    }
    .header__row:last-child {
        padding-right: 0;    
    }*/
}
.card-banner .item_subtext {
    color: #000000;
}
.theme_dark .card-banner .item_digit, .theme_dark .card-banner .card-banner-block_lead, .theme_dark .card-banner .item_digit,.theme_dark .card-banner .item_subtext,.theme_dark .button-large {
    color: #fff;
}
.theme_dark .button-white::before {
    background: url(/_static/media/assets/svg/button-arrow-white.svg) no-repeat;
    background-size: 100%;
}
.theme_dark .menu__item:hover > a,.theme_dark .menu__item_active > a {
    color: #fff;
}
body.theme_dark .menu__block a.link.link-black {
    color:#000;
}
body.theme_dark .menu__item a.link-red {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

body.theme_dark .menu__item a.link-red:hover, body.theme_dark .menu__item:hover > a, body.theme_dark .menu__item_active > a, 
body.theme_dark .menu__item.menu__item_active > a.link-red {
    border-bottom: 3px solid #fff;
}
body.theme_dark .menu__dropdown a.link.link-black:hover {
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.theme_dark .swiper-wrapper .swiper_dod {
    background: rgba(0,0,0,0);
}
 .theme_dark .contentText .swiper-wrapper .swiper_dod .views, .theme_dark .contentText .swiper-wrapper .swiper_dod .standartnews p.tag, .theme_dark .contentText .swiper-wrapper .swiper_dod .standartnews .report__date, .theme_dark .contentText .swiper-wrapper .swiper_dod .standartnews .standartnews__title, .theme_dark .swiper-wrapper .swiper_dod .standartnews .standartnews__title, .theme_dark .swiper-wrapper .swiper_dod .standartnews .report__date{ 
    color: #fff;
}
.card-banner .card-banner__img img {
    border-radius: 0;
}
/* .education::after, .verticalphoto::after, .standartnews::after  {
    content: '';
    position: absolute;
    right: 4rem;
    top: 25px;
    width: 49px;
    height: 49px;
    background: url(/_static/media/assets/svg/button-arrow-white.svg) no-repeat;
    background-size: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out
}
.education:hover:after, .verticalphoto:hover:after, .standartnews:hover:after  { 
    opacity: 1;
    right: 25px;
    visibility: visible;
} */
.navigation__item a.link-black, .navigation__item a.link-red {
    font-size: 1.5rem;
}
.tile .tile_logo img {
    max-width: 100%;
}
.no-padding {
    padding: 0;
}
.between-xs {
    display: flex;
}
main .contentText .accordion__content li p {
    margin-bottom: 0;
}

.accordion__content ul.list {
    margin-bottom: 1rem;
}
.lightbox__content .swiper-container .swiper-slide-gallery img {
    width: 100%;
    height: auto;
}
.lightbox__content .swiper-container .swiper-slide-gallery {
    display:flex;
}
.zoom {
    display:flex;
    position: relative;
    margin:0 auto;
}
.zoom:after {
    content:'';
    display:block; 
    width:37px; 
    height:33px; 
    position:absolute; 
    top: 10px;
    right: 10px;
    /* background:url(/images/icon-zoom.png); */
    background: url(/media/assets/svg/search-icon-white.svg);
}
.zoom img {
    display: block;
}
.zoom img::selection { background-color: transparent; }
/* .lightbox__content .swiper-container .swiper-slide-gallery img {
    margin:0 auto;
} */
body .life__menu li a{
    color:#000;
}
body .life__menu li a .color__white{
    color:#fff;
}
.tile__content p {
    padding-right: 2rem;
    padding-top: 0.5rem;
    box-sizing:border-box
}
.tile__content__filial {
    height: 88%;
    width: 88%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
@media all and (min-width:1524px) {
    body .life__menu{
        max-width: 85%;
    }
    body .life__menu li {
        font-size: 2.0625rem;
        padding: .45rem 1.8rem;
    }
    body .life__menu li a{
        font-size: 2.0625rem;
    }
}

body .tile__title {
    font: 34px/2.6rem "ALS Hauss Medium"
}
.open-doors__text b {
    color: #e62b25;
    font: 500 1.25rem/2rem "ALS Hauss",Arial,sans-serif;
}
.button-large {
    font-size: 36px!important;
    line-height: normal;
    padding: 1.8rem 5rem 1.8rem 2.2rem
}
body .text-left {
    text-align:left!important;
}
main.content .container {
    /*margin-bottom: 2rem;*/
    margin-bottom: 5rem;/*Task 14410*/
}

main .contentText .nauka p:last-child {
    margin-bottom: 0;
}
 
main .contentText .nauka .container .col-xs-12 .accordion:last-child .accordion__item {
    margin-bottom: 0;
}
main.content .mt-0 {
    margin-top: 0;
}
body .mt-0 {
    margin-top: 0!important;
}
sup {
    vertical-align: super;
    font-size: 70%;
}
body .jsMoreNewsButton {
    padding: 2.1rem 2.1rem 2.1rem 2.2rem;
}

.mobile-menu__items li a{ 
    outline: none;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}
.mobile-menu-item__parent {
    font-weight: 700;
}

.arrowUp.arrowUp--new {
    width: 72px;
    height: 72px;
    padding-top: 42px;
    background: url(/local/templates/ranepa/assets/images/arrow-up.svg) no-repeat center 13px;
    background-color: #921A1D;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /* font-family: "Helios",sans-serif; */
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999999;
}
body .accordion ul li {
    margin: 0;
}
body .accordion .accordion__content .info {
    margin-bottom: 1.25rem;
}

.arrowUp {
	background: transparent url("/local/templates/ranepa/assets/css/../images/day_arrow_UPClose.jpg") no-repeat left top;
	width: 60px;
	height: 65px;
	position: fixed;
	bottom: 10%;
	right: 0;
	cursor: pointer;
	background-position: -3px;
}
.accordion__content .info__title {
    font: 2.125rem/3.125rem "ALS Hauss Medium";
    margin: 0;
}

body .life {
    /* background: #EAE2E2; */
    background: #7B9EB9;
}

.bg-gray {
    background-color: #eeeceb;
    color:#000;
}
.bg-gray.education::after {
    content: '';
    position: absolute;
    background: url(/_static/media/assets/svg/arrow-right-black.svg) no-repeat;
        background-size: auto;
    background-size: auto;
    background-size: 100%;
    visibility: hidden;
    transition: all .2s ease-in-out;
    display: block;
    right: 15px;
    visibility: visible;
    top: 15px;
    width: 39px;
    height: 39px;
}

ul.list-white li::before {
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 11px;
    background: #fff;
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 11px;
}
.theme_dark .sidebar__item a.link-gray.link_underline {
    color: #fff;
    border-bottom: 1px dashed #b2b2b2;
}

.theme_dark .contentText .persons-card a.link-red, .theme_dark .contentText .bg-white a.link {
    color: #e62b25
}
body .swiper_dod {
    padding: 0;
}
.theme_dark .contentText .persons-card, .theme_dark .contentText .swiper_dod .standartnews .standartnews__title,
.theme_dark .contentText .swiper_dod .standartnews .report__date, .theme_dark .contentText .swiper_dod .standartnews p.tag, 
.theme_dark .contentText .swiper_dod .views{
    color: #000
}
body.theme_dark .mobile-menu a.link.link-black {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.theme_dark .contentText .swiper_dod .views::before {
    background: url(/_static/media/assets/svg/view-gray.svg);
}
.board__title-center {
    padding-right: 2rem;
}
.theme_dark .contentText .bg-blue a.link {
    color:black;
}
.theme_dark #search_text::-webkit-input-placeholder, .theme_dark #search::-webkit-input-placeholder{ /* Chrome */
    color: #b2b2b2;
  }
.theme_dark #search_text:-ms-input-placeholder, .theme_dark #search:-ms-input-placeholder { /* IE 10+ */
    color: #b2b2b2;
}
.theme_dark #search_text::-moz-placeholder, .theme_dark #search::-moz-placeholder { /* Firefox 19+ */
    color: #b2b2b2;
    opacity: 1;
}
.modal_navigation 
.theme_dark .repository-main .number, .theme_dark .footer-box-el,  .theme_dark .repository-main a, .theme_dark .prepod_color,
.theme_dark .navigation__block .block__inner p.gray, .theme_dark .contentText .person-card .person-card__position{
    color: #b2b2b2;
}
.theme_dark .option input[type=checkbox]~label::before{
    border: 1.5px solid #b2b2b2;
}
.theme_dark .search-input::before {
    background: url(/media/assets/svg/search-icon-white.svg);
}
.theme_dark .teacher-card .breadcrumbs__item a{
    color: #000;
}
.theme_dark .sotrudnik a, .theme_dark .container-olimpic a {
    color: #fff;
    border-bottom:1px dotted #f7f7f9;
}
.theme_dark .table thead td p, .theme_dark .contentText .persons-card a.link-red, .theme_dark .contentText .bg-white a.link, .theme_dark .info-partners .partners__title,
.theme_dark .info-partners .partners__description {
    color: #fff;
}
body.theme_dark .info-partners {
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(255,255,255,.2);
}
.theme_dark .persons-card .person .person__info .person__name a.link.link-black[href=""] span {
    border-bottom: 0;
}
.theme_dark .table thead td, .theme_dark .person, .theme_dark .prepodavateli .person a{
    color: #000;
}

.theme_dark .field input, .theme_dark .search-input input,.theme_dark .field.selectus .selec, 
.theme_dark .table td, .theme_dark .prepodavateli, .theme_dark .prepodavateli a,.theme_dark .sidebar_person{
    color: #f7f7f9;
}
.theme_dark .breadcrumbs, .theme_dark .breadcrumbs__item a, .theme_dark .breadcrumbs .breadcrumbs__pointer {
    color: #f7f7f9;
}
.theme_dark .partners__description{
    color: #000;
}

/* .theme_dark input#search {
    background: #fff;
} */
.theme_dark .info-partners, .theme_dark .vacancy{
    background: #fff;
}
.theme_dark  form input, .theme_dark  form textarea, .theme_dark  form .field.selectus .select, .theme_dark .search-input input{
    border: 1px solid #b2b2b2;
}
.theme_dark .tabs_double .tabs__item {
    border: 1px solid #f7f7f9;
    color:#fff;
    background: none;
}
.theme_dark .tabs_double .tabs__item_active, .theme_dark .tabs_double .tabs__item:hover {
    border: 1px solid #e62b25;
}
.theme_dark .field.selectus .select:after {
    background: url(/media/assets/svg/dropdown-arrow-white.svg) no-repeat;
}
/* .theme_dark  form {
    border-radius: 1.9rem;
    background: #fff;
    color: black;
    padding:2rem 0;
} */
/* .theme_dark  form h2 {
    color: #000;
} */

/* body.theme_dark .swiper_dod {
    background: rgba(0,0,0,0);
} */
.theme_dark .swiper_dod .standartnews .report__date, .theme_dark .swiper_dod .standartnews .standartnews__title, .theme_dark .swiper_dod .standartnews p.tag {
    color: #000;
}
.theme_dark .swiper_dod {
    border-radius: 1.9rem;
    position: relative;
    display: block;
    background: #f7f7f9;
    padding: 1rem 0;
    /* padding: 1rem 1.2rem; */
    height: auto;
    box-sizing: border-box;
}
.theme_dark .repositoryFilter,  .theme_dark .repositoryFilter .selected{
    color: #faf2f2;
}
.swiper_dod {
    border-radius: 1.9rem;
    position: relative;
    display: block;
    padding: 1rem 0;
    /* padding: 1rem 1.2rem; */
    height: auto;
    box-sizing: border-box;
}
/* icon */
.theme_dark .modal_cabinet .block{
    background: #3d1515;
}
.theme_dark .modal .navigation__block, .theme_dark .publication {
    background: #fff;
}
.theme_dark .branch{
    background: #fff;
}
.theme_dark .contentText  section.nauka .branch a.link-red, .theme_dark .contentText .branch a.link-red {
    border-bottom: none;
    color: #e62b25;
}
.navigation__item--red {
    color: #e62b25;
}
.theme_dark section.nauka .info a.link-red, .theme_dark .contentText .card__row .link-red, .theme_dark .contentText .info a.link-red {
    color: #e62b25;
}
.theme_dark .modal .modal__close {
    outline: 0;
    border: none;
    position: absolute;
    z-index: 20;
    width: 40px;
    cursor: pointer;
    height: 40px;
    /* background: url(/_static/media/assets/svg/close-icon-white.svg); */
        background-size: auto;
    transition: all .2s ease-in-out;
    background-size: 100%;
}
.theme_dark .branch__text{
    color: #e62b25;
}
.theme_dark .readmore {
    color: #fff;
    border-bottom:1px dotted #f7f7f9;
}
.theme_dark .factoid {
    border: 1px solid #f2f2f2;
}
.theme_dark section.nauka, .theme_dark .details__title, .theme_dark .details__description {
    color: #fff;
}
/* check */
.theme_dark .sidebar_person a, .theme_dark section.nauka a.link-red, .theme_dark .contentText a.link-red, .theme_dark .contentText a.link-black{  
    color: #fff;
    /* border-bottom:1px dotted #f7f7f9; */
}
.theme_dark .contentText{
    color: #b2b2b2;
}
.theme_dark .contentText .medal{
    color: #000;
}
.theme_dark .cite__content{
    color: #fff;
}
.theme_dark .single-news-page{
    color: #fff;
}
/* body.theme_dark .open-doors__block .open-doors__text{
    color: #fff;
} */
.info-partners  {
    margin-bottom: 1.5rem;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 0 1px 1px transparent;
    box-sizing: border-box;
    border-radius: 1.9rem;
    padding: 1.8rem 1.4rem;
    display: flex;
}

/* form */
.xforms_wrapper {
    width: 740px;
}
.prepod_color{
    color: #951a1d;
}
*[data-xforms] {
    /* display: none; */
}
*[data-xforms="custom"]::before{
    content: 'JSON structure here: -> ';
}
*[data-xforms="custom"]::after{
    content: ' <- JSON structure here';
}
.xforms_dialog_wrapper {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fffe;
}
.xforms_send {
    position: relative;
}
.xforms_send .xforms_dialog_wrapper {
    display: block;
}
.xforms_dialog_inner {
    /* position: absolute; */
    position:fixed;
    top: 40%;
    /* transform: translate(0, -50%); */
    left:0;
    text-align: center;
    width:  100%;
}
.xforms_dialog_message:empty + .xforms_dialog_button {
    display: none;
}
.xforms_dialog_button {
    display: block;
    margin: 50px auto;
}

.menu__item {
    letter-spacing: -0.1px;
}
.modal[class^='modal_xforms'], .modal[class*=' modal_xforms']{
    background: rgba(0,0,0,.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.d-center {
    display: flex;
    justify-content: center;
}
.button-small {
    max-width: 32rem;
}
.accordion {
    max-width: 100%;
}
.accordion .accordion{
    max-width: 90%;
}
.block_xfroms_modal {
    position: relative;
    background: #fff;
    /* padding: 1.5rem; */
    padding:2.44rem 2.75rem 3.75rem 2.31rem;
    box-sizing: border-box;
    border-radius: 1rem;
    /* margin-right: 2rem; */
    max-height: 100vh;
    overflow-y: auto;
    max-width: 100vw;
}
.modal__close.close_xforms_modal {
    /* top: 10px; */
    top: 2.935rem;
    right: 3.38rem;
    left: inherit;
    /* right: 10px; */
    /*width: 45px;*/
    /*height: 46px;*/
    /*background: url(/_static/media/assets/svg/close-icon-white.svg);*/
}
.modal .field input:not([type])~label, 
.modal .field input[type=""]~label, 
.modal .field input[type=text]~label, 
.modal .field textarea~label, 
.modal .field.selectus .select label {
    z-index: unset !important;
}
body.modal_active #bx-panel{
    z-index: 0!important;
}
/* form end */
.link .link-red{
    display: inline-block;
}
.sidebar_person a:hover{
    /* border-bottom: 1px; */
}
.mobile-menu {
    z-index: 995 !important;
}
.mr-05 {
    margin-right: 0.5rem;
}

body .accordion_padding_min {
    padding: 0 1.8rem;
}
.mask {
    text-align: left;
    overflow: hidden;
}
/* .table-wrapper {
    cursor: grab;
} */
.filter_settings {
    float: right;
    margin: 7px 0 0 0;
} 
.filter_settings .select {
    background-position:right;
}
body main .contentText .factoid__title {
    font: 5.25rem/6.75rem "ALS Hauss Medium";
        line-height: 6.75rem;
    display: flex;
    transition: all .2s ease-in-out;
}
body main .contentText .factoid__text {
    font-size: 1.4rem;
}
.tile__image img {
    object-position: unset;
}

.banner__bg img.mobile_header_bg {
    display: none;
}

.container__filter .all-tags-container {
    height: 100%!important;
}
@media all and (max-width:500px) {
    .banner__bg img.desktop_header_bg {
        display: none;
    }
    .banner__bg img.mobile_header_bg {
        display: block;
    }
    body main .contentText .factoid__title {
        font-size: 3.5rem;
    }

}
@media all and (max-width:1144px) {
    .footer .social__list {
        display: block;
    }
}
@media (min-width:768px) { 
    .header .theme-btn {
        display: block;
    }
    .header .user {
        padding-right: 1.1rem;
    }
}
@media (max-width:768px) { 
    .header .theme-btn {
        display: none;
    }
    .header .user {
        padding-right: 0rem;
    }
}
@media (min-width:769px) and (max-width:1024px) {
    .news__title a, .news__title span {
        font: 26px/normal "ALS Hauss Medium";
    }
    .tiles-grid .tile_long.first-grid {
        grid-column: unset;
    }
   
    .main.content .container[style="margin-bottom: 3.75rem;"] {
        margin-bottom: 60px;
    }
    body h1 {
        font-size: 36px;
        line-height: 46px;
    }
    .quote_block .cite__content p {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 14px;
    }
    .cite__content p b{
        font-size: 17px;
        line-height: 22px;
    }
    .quote_block .link_block a, .quote_block  .cite__content p.link_block{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .contentTitle {
        padding-bottom: 24px;
    }
    .quote_block.nophoto {
        padding: 27px 33px 25px 33px; 
    }
    .quote_block .quote_img img {
        width: 220px;
    }
    .cite__content .link_block {
        margin:0;
    }
    .quote_block.quote_flex .cite__content {
        padding-left: 40px;
        padding-right: 0;
    }
}

/* .nauka .container .col-xs-12 > h3:first-child {
    margin-top: 0;
} */
@media all and (max-width:1024px) {
    main.content .container .row:not(.no-margin) > div.filter__dod {
        margin-bottom: 1rem;
    }
    .filter__dod {
        margin-bottom: 1rem;
    }
    .theme_dark .links_cards__outer_header {
        color: #fff;
    }
    .accordion__content .accordion__image {
        display: none;
    }
    /* .education.tile_long {
        grid-column: span 2;
    } */
    .bg-white.education::after {
        opacity: 0;
    }
}

@media all and (max-width:767px) { 
    .footer__hint {
        display: none;
    }
    .line-block {
        border-left: 0;
        margin: 0;
    }
    .banner_page .banner__bg {
        max-height: 100%;
    }
    .interview {
        height: auto;
    }
    .interview__title, .interview__content {
        min-height: auto;
    }
}

@media (min-width:768px) and (max-width:800px) {
    .social {
        order: 1;
    }
    .app-list {
        display: block;
    }
}
@media (min-width:768px) and (max-width:1023px) {
    .tiles-grid {
        grid-template-columns: repeat(2,1fr);
    }
}
@media all and (max-width:768px) {
    *{
        -webkit-tap-highlight-color: transparent;
    }
    main .contentText p, main .contentText li {
        line-height: 140%;
    }
    body .tiles-grid_2 {
        grid-template-columns: repeat(1,1fr);
    }
    .social__item a {
        width: 50px;
        height: 50px;
    }
    div.card:hover {
        border: 1px solid rgba(0,0,0,.2);
    }
    .social__item a .social__icon svg{
        max-width: 30px;
        max-height: 30px;
    }
    a.tile::after, a.news::after, a.verticalphoto::after, a.standartnews::after, a.education::after {
        content: '';
        position: absolute;
        background: url(/_static/media/assets/svg/button-arrow-white.svg) no-repeat;
        background-size: auto;
        background-size: 100%;
        visibility: hidden;
        transition: all .2s ease-in-out;
        display: block;
        right: 15px;
        visibility: visible;
        opacity: 0;
        top: 15px;
        width: 39px;
        height: 39px;
    }
.swiper-slide a.standartnews::after {
    opacity: 0;
}
.bg-beige.board .arrow,.tile_border.tile::after,.tile_black.tile::after, .bg-beige.education::after, .bg-beige.info::after, .bg-blue.board .arrow, .bg-blue.education::after, .bg-blue.info::after, .bg-peach.board .arrow, .bg-peach.education::after, .bg-peach.info::after, .bg-white.board .arrow, .bg-white.education::after {
        content: '';
        position: absolute;
        background: url(/_static/media/assets/svg/arrow-right-black.svg) no-repeat;
        background-size: auto;
        background-size: 100%;
        visibility: hidden;
        transition: all .2s ease-in-out;
        display: block;
        right: 15px;
        visibility: visible;
        opacity: 0;
        top: 15px;
        width: 39px;
        height: 39px;
    }
    .promo__image_rounded img {
        max-width: 300px;
        max-height: 300px;
    }
    .badge {
        min-height: 18rem;
    }
    .education_particle .education__illustration {
        display: none;
    }
    .education h3.education__title {
        font-size: 4rem;
    }
    .badge__title {
        font: 2rem/2.125rem "ALS Hauss Medium";
    }
    .banner__content h1 {
        font-size: 1.6rem;
    }
    .tiles-grid_2 {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }
    body .main .life__menu, body main .life__slider {
        display: block;
    }
    .news__title a, .news__title span {
        font: inherit;
    }
    .news__title {
        line-height: normal;
        font-size: 1.2rem;
    }
    .news .date {
        font-size: 1rem;
    }
    .news__info .views { 
        font-size: 1rem;
    }

    .news__info .views::before {
        width: 23px;
        height: 13px;
        background-size: 100%;
    }
    .mobile-menu__controls .lang:hover {
        color: #fff;
    }
    .mobile-menu__controls .lang:active {
        color: #000;
    }
    .lang:focus {background:#ddd;}
    main .life h2 {
        font-size: 2rem;   
        margin: 0;
    }
    .mobile-none {
        display: none;
    }

    body .accordion_padding_min {
        padding: 0 1rem 0 1.4rem
    }
    .board__title-center {
        padding-right:0;
    }
}
.btn-search {
    display: inline-block;
    border-radius: 30px;
    cursor: pointer;
    margin: 0 .2rem .4rem 0;
    background: #f7f7f9;
    padding: .4rem;
}
.open-doors__block .link-red {
    color: #e62b25;
}
body .persons-card_single {
    height: auto;
}
body .person-card .person-card__image {
    display: none;
}
.b-search__results .tag a  {
    color: #000;
    font: 700 .87rem/1.75rem "ALS Hauss Bold",Arial,sans-serif;
    letter-spacing: .1rem;
    text-transform: uppercase;
}
.btn-search:hover {
    background-color: #921a1d;
}
.btn-search:hover  a{
    color: #f7f7f9;
    border:0;
}
.btn-search a {
    color:#000;
    padding: .4rem 1.1rem;
}

body .card_lg .tag {
    margin-bottom: 0;
}
.text-uppercase {
    text-transform: uppercase;
}
.container-flex {
    display: flex;
}
.footer-box {
    display: inline-block;
}
.simple_blok {
    box-sizing: border-box;
    text-align: center;
}
.p-1 {
    padding: 1rem;
}
.detail-dots_repository:nth-child(2) {
    flex: 1 0;
    border-bottom: 3px dotted #b2b2b2;
    height: 1em;
    margin: 0 .4em;
}

.vacancy  .vacancy__image {
    max-width: 200px;
}
.vacancy .vacancy__image img{
    width: 100%;
}
.footer-box .footer-box-el {
    margin-right: 1rem;
    margin-top: 1rem;
    display: inline-block;
}
.footer-box a.footer-box-el {
    border: 1px solid #921a1d; 
}


body.modal_active.modal_active_email .modal_email {
    visibility: visible;
    opacity: 1;
}
.modal_email {
    background: rgba(0,0,0,.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align:center;
    justify-content: center;
}
.modal_email .modal__close {
    top: 1rem;
    left: inherit;
    right: 1rem;
    width: 45px;
    height: 46px;
}
.modal_email .block {
    position: relative;
    background: #fff;
    padding: 5.5rem;
    box-sizing: border-box;
    border-radius: 1rem;
    /* margin-right: 2rem; */
}


.footer-box a.footer-box-el:hover {   
    background: #faf2f2;
    color: #000;
}
.footer-box .footer-box-el {
    padding-right: 1rem;
    cursor: pointer;
}
.footer-box .padding-non {
    padding: 0;
}
span.number {
    font-weight: 700;
    padding: 0 4px 0 0;
}

.footer .social__item .link-white:hover {
    border: 0px;
}

body main .contentText .picture_journal:hover  {
    filter: brightness(90%);
    transition: .2s ease-in-out;
}

.activity {
    background: #f1f1f2;
}
.activity__institut {
    color:black;
    font-weight: 700;
    margin-top: 1rem;
}

body main .footnote,  body main .contentText a.footnote{
    font-size: 0.875rem;
    line-height: 1.5rem;
}
body main .contentText a.footnote { 
    color:#e62b25;
}
.tag__institut {
    color:black;
    margin-top: 1rem;
}
body main .contentText .picture_journal  {
    width: 250px;
    max-width: 250px;
    border-radius: 0;
    text-align: left;
    margin: 0;
    display: inline-block;
    transition: .2s ease-in-out;
}
body .mb-0, body main.content .mb-0{
    margin-bottom: 0;
}
body .mb-1, body main.content .mb-1{
    margin-bottom: 1rem;
}
body .mb-3, body main.content .mb-3{
    margin-bottom: 3rem;
}
body .mb-5, body main.content .mb-5{
    margin-bottom: 5rem;
}


.banner__dark.banner__bg::after {
    display: none;
}

.banner__dark_0 {
    filter: brightness(100%);
}
.banner__dark_5 {
    filter: brightness(95%);
}
.banner__dark_10 {
    filter: brightness(90%);
}
.banner__dark_15 {
    filter: brightness(85%);
}
.banner__dark_20 {
    filter: brightness(80%);
}
.banner__dark_25 {
    filter: brightness(75%);
}
.banner__dark_30 {
    filter: brightness(70%);
}
.banner__dark_35 {
    filter: brightness(65%);
}
.banner__dark_40 {
    filter: brightness(60%);
}
.banner__dark_45 {
    filter: brightness(55%);
}
.banner__dark_50 {
    filter: brightness(50%);
}
body main .contentText .picture_journal_icon:hover {
    filter: brightness(90%);
    transition: .2s ease-in-out;
}
.theme_dark .region__search::placeholder {
    color: #000;
}
.theme_dark .region__list a.link-red {
    color: #000;
}
body main .contentText .picture_journal_icon {
    border-radius: 0;
    text-align: left;
    margin: 0;
    display: inline-block;
    transition: .2s ease-in-out;
}

.content__gallery .content__gallery-item {
    display: none;
}

body .content__gallery .active__gallery{
    display: block;
}

body .d-none {
    display: none;
}

body .d-block {
    display: block;
}
body .contentText .m-0 {
    margin: 0;
}
body .m-00 {
    margin: 0!important;
}
body .contentText .w-100 {
    width:100%;
}
body .contentText .table a {
    font-size: 0.875rem;
    line-height: 0.875rem;
}
body .contentText .link-block {
    display: block;
    width: 160px;
    margin-right: auto;
    border: 1px #fff solid;
}

body .contentText .card__row .link-block {
    display: block;
    width: 100%;
    margin-right: auto;
    border: unset;
    border-bottom: 1px #fff solid;
}
body .contentText .link-block:hover {
    border-bottom: 1px rgba(215,44,51,.2) solid;
}

body .contentText .person__info .person__name, body .contentText .person__info .person__position {
    margin: 0;
}
body .mx-auto {
    margin: 0 auto;
}
body .mt-4 {
    margin-top: 4rem;
}
body .mt-1_25 {
    margin-top: 1.25rem;
}

body .accordion__title {
    padding-right: 65px;
}
.contentText ul.list li,.contentText ul.list li p  {
    margin-bottom:0;
}
.contentText .board__list li {
    margin-bottom: .9rem;
}
ul.list.list-no-margin-child li, ol.list.list-no-margin-child li {
    margin-bottom: 0;
}
main.content .row.no-margin {
    margin-bottom: 0;
    margin-top: 0;
}
picture img {
    display: block;
}
.accordion_marker_none ul.list li::before {
    display: none;
}
.accordion_marker_none ul.list li {
    padding: 0;
}

.navigation__block .menu__title {
    font-family: "ALS Hauss Medium";
}

body .accordion__content p.lead {
    margin-bottom: 1rem;
}

body .container__dod .activity__schedule p{
    color: #e62b25;
}

body .open-doors__block .open-doors__text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ЦОС */
/* .content a[href=""]{ 
    pointer-events:none; 
    opacity: 0.25;
} */
.no-event, .no-event:hover, .no-event:focus{
    pointer-events:none;  
}
.no-event .publication__title {
    color: black;
    font-weight: 700; 
}
.table thead tr:first-child td:first-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
 }
 .table thead td {
    vertical-align: middle;
    font-weight: 700;
 }
 .table thead tr:first-child td:last-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
 }
 .table td p {
    margin-bottom: 0;
 }
 .table td {    
    padding: 1rem 1.25rem 1rem 1.25rem;
 }
 .table thead td {
    border-bottom: 0;
 }
.activity__title b {
    font-weight: bold;
}
.bg-orange .badge__title {
    color:white;
}
.bg-orange.badge::after {
    background: url(/_static/media/assets/svg/arrow-right-white.svg) no-repeat no-repeat;
}
div.education::after {
    display: none;
}

a.education[href=""]::after, a.link_res[href=""]::after, a.badge[href=""]::after  {
    display: none;
}
a.education[href=""], a.link_res[href=""], a.badge[href=""]{
    pointer-events:none; 
}

 .education h3.education__title span {
    font-size: 2rem;
    line-height: 2.4rem;
    padding-left: 1rem;
}

ol.list li::before {
    display: none;
}

.extrainfo {
    display: none;
}
/* .teacher-card__image img {
    max-width: 150px;
} */
.tile__content {
    right: 1rem;
    bottom: 1rem;
}
.main-banner-1 h1 {
    font-size: 4rem;
    line-height: 5rem;
    margin-bottom: 2rem;
}

.grid-2-column .person:last-child {
    margin-bottom: 0;
}

a {
    font-size: 1.25rem;
    line-height: 2rem;
}
.tile__title {
    padding-right: 0;
}
.theme_dark a.link.link-black_h:hover {
    border-bottom: 2px solid #fff;
}
main .contentText .filterable h3 {
    margin: 0.5rem 0 1rem 0;
  }
.link-black_h:hover {
    color: #af2127;
}


.persons-card_single .person__image img {
    background: #E5E5E5;
    border-radius: 50%;
}
.persons-card .person__name a.link {
    font-family: 'ALS Hauss';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: #FF0000;
}

.person__info .person__position span[itemprop="post"] {
    font-family: 'ALS Hauss';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25.6px;
}
.person__info .person__position img {
    margin-right: 10px;
}
.link-departament {
    display: block;
}
main.single-news-page b {
    font: 1.25rem 'ALS Hauss Medium';
}
main.single-news-page p {
    margin-bottom: 1rem;
}

.person__position span[itemprop="post"] {
    display:block;
}
.persons-card .persons-card_single .person__name {
    margin-bottom: 0;
}
.mbi-1 {
    margin-bottom: 1rem!important;
}
.link-departament span{
    font-family: 'ALS Hauss';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-decoration-line: underline;  
    color: #000000;    
    position: relative;
    bottom: 2.9px;
}




@media (min-width:1024px) and (max-width:1200px) {
    .news__title a, .news__title span {
        font: 26px/normal "ALS Hauss Medium";
    }
    body .tiles-grid {
        grid-template-columns: repeat(3,1fr);
    }
    body .tile__title {
        font: 26px/2rem "ALS Hauss Medium";
    }
    body .tiles-grid_2 {
        grid-template-columns: repeat(2,1fr);
    }
}

/* temp */
@media (min-width:768px) and (max-width:900px) {
    .interview__image .mask__quote {
        left: 3.7rem;
    }
}

@media (min-width:768px) {
    .grid-2-column .person:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}
@media (min-width:769px) and (max-width:1024px) {

    .tile__sticker-center img {
        max-height: 134px;
    }
    body main.content .container {
        margin-bottom: 48px;
    }
    .button-white::before {
        width: 33px;
        height: 33px;
        top: 18px;
        margin-top: 0;
        right: 32px;
    }
   
}

@media (min-width:1024px) and (max-width:1300px) { 
    .tile__content {
        right: 1.7rem;
    }
    .tile__content .tile__title {
        padding-right:0;
    }
    .banner-numer .title-promo__left {
        font-size: 15rem;
        line-height: 15rem;
    }
    .banner-numer .particle-block {
        max-height: unset;
    }
    .banner-numer .title-promo__left {
        top: 9rem!important
    }
    .lead-left__bottom {
        bottom: 2rem!important;
    }
}
@media all and (max-width:1029px) {
    .lead-left__top, .title-promo__left, .lead-left__bottom {
        position: unset;
    }

    .banner-numer .title-promo__left {
        font-size: 12rem;
        line-height: 12rem;
    }
}
@media (min-width:1000px) and (max-width:1024px) {
    body .tile_v2 .tile__sticker {
        max-width: 200px;
        top: 20%;
        max-height: 200px;
        border-radius: 50%;
    }
}
/* @media (max-width:640px) and (max-width:1000px) {
    .tiles-grid .tile, .tiles-grid .tile_long {
        grid-column: span 2;
    }
} */
@media all and (max-width:1000px) {
    .tile_v2 .tile__sticker {
        display: none;
    }
    main.content .tile_lead {
        width: 100%!important;
    }
}
@media all and (max-width:1023px) {
    .beta-desltop {
        display: none;
    }
}
@media all and (max-width:1024px) {
    .banner-numer .particle-block .col {
        min-height: unset;
    }
    .banner-numer .particle-block {
        max-height: unset;
    }
    .tile__image {
        filter: brightness(90%);
    }
    .tile_dark_default .tile__image  {
        filter: unset;
    }
    .tile__image img {
        max-height: 280px !important;
    }
    .tile:hover::after {
        display: none;
    }
    body a.tile::after{
        opacity: 0;
    }
    .tile__sticker-center img {
        width: 100% !important;
    }
    main.content .row .button-large {
        padding: 1.25rem 2rem 1.20375rem 1.9375rem;
    }
    main.content .row .button-large span{
        font-size: 1.5rem!important
    }
    
    .container__line h3 {
        font-size: 1.35rem;
        line-height: 2rem;
    }
    .tile__sticker-center {
        top: 5% !important;  
    }
    .tiles-grid .first-grid {
        grid-column: span 1;
    }
    main.content .tile__title {
        width:100%!important;
    }
    .particle-block .col:last-child .wrapper img, .particle-block .col:last-child h2 img,.particle-block .col .wrapper img {
        max-width: 250px;
        max-height: 250px;
    }
    .particle-block .particle {
        padding-top: 1.75rem!important;
    }
    .particle .lead {
        padding: .8rem 0 1.8rem 0;
        margin-bottom: 0;
    }
    .particle-block .col:last-child {
        min-height: 0;
    }
    .particle-block .col:last-child .img__radius {
        margin-top: 2rem;
    }
    .particle-block .col:last-child {
        padding-bottom: 2rem;
    }
    body .particle-block .col:first-child {
        padding-top: 2rem!important;
    }
    .tile .tile_logo img {
        width: auto !important;
        max-height: 134px;
    }
    .tile_logo {
        padding: 0.8rem 1rem;
    }
}

@media all and (max-width:768px) {
    .block_xfroms_modal {
        margin-right: 0;
    }
    main .contentText p.accordion__title {
        font-size: 1.5rem;
    }
    .between-xs {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: left;
     }
    .between-xs h2.col { 
        margin: 0 0.5rem;
    }
    .button-white::before {
        width: 23px;
        height: 23px;
        top: 13px;
        margin-top: 0;
        right: 23px;
    }

    main.content .container {
        margin-bottom:40px;
    }
    .button-medium {
        font-size: 1.375rem;
        padding: 1rem 1.5rem;
    }
    main.content .dod_carousel .row h2 {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
    main.content .row .button-large {
        padding: 0.74125rem 3rem 0.82125rem 1.4225rem;
    }
    main.content .row .button-large span {
        font-size: 1.375rem!important;
    }
    .tile__sticker-center img {
        max-height: 100px;
    }
    .tile__content {
        right: 1rem;
        bottom: 1rem;
    }
    .tile:hover .tile__image::after {
        opacity: 0;
    }
    
    .tile__image img[src=""] {
        opacity: 0;
    }
    main .contentText b {
        font: 1rem 'ALS Hauss Medium';
    }
    main .contentText p {
        font-size: 1rem ;
    }
    
    .tile .tile_logo img {
        width: auto !important;
        max-height: 90px;
    }
}

@media all and (max-width:727px) {
    .tile__sticker-center {
        top: 10% !important;  
    }
}
@media all and (max-width:640px) {
    .tiles-grid .tile_long {
        grid-column: span 1;
    }
    main.content .container {
        margin-bottom: 2rem;
    }
}
@media all and (max-width:600px) {
    .banner-numer .title-promo__left {
        font-size: 10rem;
        line-height: 10rem;
    }
    .banner-numer .particle-block .col {
        padding: 1rem;
    }
    .links_cards__column3 {
        display: block;
    }
    .tile__sticker-center img {
        max-height: 80px;
    }
    .links_cards__column3 .item {
        max-width: 100%!important;
        margin-bottom: 1rem;
    }
    .links_cards img {
        max-width: 120px !important;
    }
    body .links_cards_outer .links_cards p {
        margin-top: 0.5rem;
    }
    
    .navigation__columns .navigation__column {
        width: 100%!important;
    }
}

@media (max-width: 667px){
    main .persons-card h3.persons-card__title {
        margin-top: 0;
    }
    .promo .promo__content {
        display: -webkit-box;
        -webkit-box-pack: end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        margin-bottom: 0;
    }
    .single-news-page .promo {
        min-height: 20.5rem;
    }
    .single-news-page .promo_blue .promo__content {
        max-height: unset;
    }
    .single-news-page .promo__content .promo__title h1 {
        font-size: 1.5rem;
    }
        
    .banner__content .breadcrumbs {
        display: none;
    }
    .banner__bg img {
        height: 320px;
        min-height: 320px;
    }
    .banner_page .banner__content {
        
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
        -webkit-box-pack: end;
        -webkit-justify-content: end;
            -ms-flex-pack: end;
                justify-content: end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .promo-back__image .promo__content {
        display: flex;
    }
} 

@media all and (max-width:763px) { 
    .quote_block.quote_flex .cite__content {
        padding: 0;
    }
    .quote_block.quote_flex .quote_img {
        padding-bottom: 1.25rem;
    }
}
@media (max-width:375px) { 
    .banner__content h1 {
        font-size: 1.5rem;
    }
    .banner_page .banner__content {
        padding: 1.25rem;
    }
    .single-news-page .promo__content .promo__title h1{
        font-size: 1.5rem;
        line-height: normal;
    }
    .single-news-page .promo__title h4, .single-news-page .promo__title h5, .single-news-page .promo__title h6 {
        font-size: 1.5rem;
        line-height: normal;
    }
}

@media (min-width:375px) and (max-width:768px) { 
    .banner__content h1 {
        font-size: 2rem;
    }
}

@media (min-width:375px) and (max-width:667px) {
    .banner_page .banner__content {
        padding: 1.5rem;
    }
    
}


@media (max-width:400px){ 
    .persons-card__grid .person {
        display: block;
    }
   
}

body .content .block-80 {
    margin-bottom: 5rem;
}
body .content .block-60 {
    margin-bottom: 3.75rem;
}
body .content .block-20 {
    margin-bottom: 1.25rem;
}

@media (min-width: 769px) and (max-width: 1024px) {
    body .content .block-80 {
        margin-bottom: 48px;
    }
    body .content .block-60 {
        margin-bottom: 3rem;
    }
    body .content .block-20 {
        margin-bottom: 0.75rem;
    }
}
@media (min-width: 641px) and (max-width: 768px) {
    body .content .block-80 {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    body .content .block-60 {
        margin-bottom: 2.5rem;
    }
    body .content .block-20 {
        margin-bottom: 0.625rem;
    }
}
@media (max-width: 640px) {
    body .content .block-80 {
        margin-bottom: 2rem;
    }
}


main .persons-card h3.persons-card__title {
    margin-top: 0;
}


.table-wrapper {
  overflow-x: inherit;
}
.table-wrapper__wrap {
  width: 100%;  
  overflow-x: auto;
}

.table__print-btn{
   background: url(/local/templates/ranepa_als/images/print.svg);
   background-repeat: no-repeat;
   background-position: center;
   width: 64px;
   height: 60px;
   float: right;
   background-size: contain;
   cursor: pointer;
}

.table__pdf-btn{
  background: url(/local/templates/ranepa_als/images/pdf.svg);
  background-repeat: no-repeat;
  background-position: center; 
  width: 56px;
  height: 60px;
  float: right;
  background-size: contain;
  margin-right: 50px;
  cursor: pointer;
}

.table-open .table thead{
  position: sticky;
  /*top: -50px;*/
  top:  0px;
}
.table-wrapper-print.table-open .table__print-btn,
.table-wrapper-print.table-open .table__pdf-btn{
  display: none;
}

.table-wrapper__wrap{
    padding-top: 10px;
}
.table-open .table-wrapper__wrap{
    padding-top: 0px;
}

.table-open .table__nav-container {
  position: fixed;
  top: 0px;
  background-color: #fff;
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.table-open .table__zoom-plus-btn{
   background: url(/local/templates/ranepa_als/images/zoom_plus.svg);
   background-repeat: no-repeat;
   background-position: center;
   width: 40px;
   height: 40px;
   float: right;
   background-size: contain;
   cursor: pointer;
   margin-right: 20px;
   margin-right: 20px;
}

.table-open .table__zoom-minus-btn{
   background: url(/local/templates/ranepa_als/images/zoom_minus.svg);
   background-repeat: no-repeat;
   background-position: center;
   width: 40px;
   height: 40px;
   float: right;
   background-size: contain;
   cursor: pointer;
   margin-right: 20px;
}

h1 + div.table-open {
    margin-top:0px;
}

.b-search img {
    width: 245px;
    height: 80px
}

.header .logo img {
  max-width: 245px;
  height: 80px;
  width: 100%;
}
.table.table-white thead {
    background:#fff;
}
.zebra td:nth-child(2n+1), .zebra-odd td:nth-child(2n+1){
    background: #f7f7f9;
}
.zebra-even td:nth-child(2n){
    background: #f7f7f9;
}
.zebra-row tr:nth-child(2n+1), .zebra-row-odd tr:nth-child(2n+1){
    background: #f7f7f9;
}
.zebra-row-even tr:nth-child(2n){
    background: #f7f7f9;
}

.gray {
    color: #B2B2B2;
}

.zebra td, .zebra-row-even td, .zebra-row-odd td, .zebra-row td, .zebra-odd td .zebra-even td {
    position: relative;
}
.table-download {
    color: #000;
    border-color: rgba(0,0,0,.2);
    outline: 0;
    outline-offset: 0;
}

td a.table-download:before {
    /* content: url('/local/templates/ranepa_als/images/download.png'); */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
td a.table-download:hover::after {
/* td a.table-download::after { */
    /* content: url('/local/templates/ranepa_als/images/download.png'); */
    content: '';
    background: url('/local/templates/ranepa_als/images/download.png') no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    height:100%;
    width:48px;
    z-index: 10;
}
td a.table-download--top:hover::after {
    background: url('/local/templates/ranepa_als/images/download.png') no-repeat;
    background-size: 100%;
    top: 1rem;
}

.table td.td-dow {
    padding-right:52px;
}

.zebra  td, 
.zebra-even  td, 
.zebra-odd  td, 
.zebra-row  td, 
.zebra-row-odd  td, 
.zebra-row-even  td {
    border: unset!important;
}
.bottom_center{
    color: #fff;
    text-decoration: underline;
}
.loader {
    background-color: rgba(0,0,0,.1);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 9998;
    transition: opacity 0.3s ease;
    visibility: hidden;
}

.loader--show {
    opacity: 1;
    visibility: visible;
}

.loader > div {
    display: block;
    position: fixed;
    width: 150px;
    height: 150px;
    margin: 30px auto;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #8b181c;
    animation: loader-spin 2s linear infinite;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -75px;
    z-index: 9999;
}

.loader > div:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e96067;
    animation: loader-spin 3s linear infinite;
}

.loader > div:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #8b181c;
    animation: loader-spin 1.5s linear infinite;
}

@keyframes loader-spin {
    0%   {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.table-open.table-wrapper-full  .table-wrapper__wrap {
    overflow-y: auto;
    height: calc(100% - 100px);
}
/* End */
/* /local/components/ranepa/menu.als/templates/ranepa_als_header/style.css?171559900978 */
/* /local/components/ranepa/content.card.soc/templates/burger/style.css?17155989862200 */
/* /vendor/ranepa/bitrix-library/src/Components/RanepaFeedbackError/templates/ranepa_als/style.css?17503256191075 */
/* /local/components/ranepa/search.title.als_new3/templates/ranepa_als_search/style.css?17155990214171 */
/* /local/templates/ranepa_als/styles.css?1715842396498 */
/* /local/templates/ranepa_als/template_styles.css?175801168764359 */
