@font-face {
    font-family: "BodoniPosterC";
    src: url("/fonts/BODONIPOSTERC.OTF") format("opentype");
}
/* .swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
} */
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;
}
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 .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;
}


/* .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 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) {
    .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; */
}

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;
}

.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 {
    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: 30px;
}
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;
}
.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: 700px;
}
.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;
}
.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;
}
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 td:first-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
 }
 .table thead td {
    vertical-align: middle;
    font-weight: 700;
 }
 .table thead 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;
}



@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__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 ;
    }
    .quote_block.quote_flex .cite__content {
        padding: 0;
    }
    .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){
    .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;
    }
} 

@media (max-width:375px) { 
    .banner__content h1 {
        font-size: 1.5rem;
    }
    .banner_page .banner__content {
        padding: 1.25rem;
    }
}

@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;
    }
   
}