* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.footer_counters {
    opacity: 0.5;
}
html {
    font: 400 14px/1.3rem 'Noto Sans', sans-serif;
}
a {
    text-decoration: none;
}
.da-list >.da-list__item {
    display: inline-block;
    width: 25%;
    margin-bottom: 20px;
}
.header-wrap {
    background: #fff;
    border-bottom: 2px solid #15754e;
    height: 60px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1005;
	/* display: flex;
    align-items: center; */
}
.header-content-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1410px;
    margin: 0 auto;
    height: 60px;
}
div::-webkit-scrollbar {
    background-color: #f5f5f5;
    height: 10px;
    width: 5px;
}
div::-webkit-scrollbar-thumb {
    background-color: silver;
    border-radius: 8px;
}

div::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 0 0 rgb(0 0 0 / 30%);
}
div::-webkit-scrollbar-track-piece {
    background-color: #f4f4f4;
}
@media screen and (max-width: 920px){
    .block-main-menu__sticky {
        width: auto;
        overflow: auto;
    }
    .block-main-menu__sticky::-webkit-scrollbar {
        height: 5px;
    }
}
.header-content__main-logo {
    background: url('https://static.riafan.ru/upload/images/static/riafan/main-logo.svg?2') no-repeat 0;
    height: 30px;
    margin-right: 38px;
    min-width: 281px;
    width: 281px;
}

.header-content__menu-list {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: 80px; */
    flex-grow: 1;
    flex-shrink: 1;
}
.header-content__menu-list .list-item {
    color: #000000;
    font: 400 13px/18px 'Noto Sans', sans-serif;
    margin: 0 2rem;
    transition: 0.2s;
    text-decoration: none;
}
.header-content__menu-list .list-item:hover {
    color: #009A58;
}
.header-content__btn-menu {
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: url("/assets/img/icons/menu-icon-black.svg") no-repeat 0 center;
    border: none;
    left: 0;
    min-width: 30px;
}
.header-content__btn-menu.close {
    background: url("/assets/img/icons/icon-menu-close-black.svg") no-repeat 0 center;
}
.heroes_z_link {
    background: url('https://static.riafan.ru/upload/images/static/riafan/icons/heroes_z.svg') no-repeat 0;
    height: 58px;
    min-width: 150px;
    width: 150px;
}
.block-main-menu {
    position: fixed;
    left: 0;
    top: 60px;
    right: 0;
    height: 40px;
    margin-bottom: 0;
    background: #fff;
    z-index: 1003;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.12)
}
.block-main-menu__sticky {
    position: initial;
    margin: 0 auto;
    text-align: initial;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1410px;
}
.menu-search {
    padding-left: 30px;
    color: #000;
    background: url("https://static.riafan.ru/upload/images/static/riafan/icons/search-icon.svg") no-repeat 4px center;
    cursor: pointer;
    transition: 0.2s ease;
    font: 300 13px/18px Noto Sans,sans-serif;
    letter-spacing: .4px;
    text-decoration: none;
}
.menu-search:hover {
    color: #009A58;
}
.block-main-menu .main-menu__item {
    margin: 0 1rem;
    line-height: 40px;
    color: #000;
    display: block;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.4px;
    text-decoration: none;
    transition: 0.2s ease;
}
/* .block-main-menu .main-menu__item:first-child {margin-left: 0}
.block-main-menu .main-menu__item:last-child {margin-right: 0} */
.block-main-menu .main-menu__item:hover {color: #009A58}

@media screen and (max-width: 767px) {
    .header-content__btn-menu {
        background-position: 50%;
        height: 50px;
        margin-right: 12px;
        padding: 0;
        width: 50px;
    }
    .header-content__btn-menu.close {
        background-position: 50%;
    }
}


/* FOOTER */

.footer-block {
    background: #fff;
    min-height: 170px;
    position: relative;
	top: 50px;
    overflow: hidden;
    padding-bottom: 40px;
}
.footer_top_block {
    background: #15754e;
}
.footer_top-row {
    display: flex;
    align-items: center;
}
.footer_top-row > div:first-child {
    flex: auto 0 1;
    padding-right: 40px;
}
.footer_top-row > div:last-child {
    flex: 100% 1 1;
    border-left: 1px solid #fff;
}
.footer-logo {
    background: url('https://static.riafan.ru/upload/images/static/riafan/footer-logo-white.svg') no-repeat 50%;
    display: flex;
    height: 30px;
    position: relative;
    width: 281px;
    z-index: 2;
}
.footer-menu {
    display: flex;
    justify-content: space-around;
}
.footer-menu li a {
    color: #f4f4f4;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 18px;
    display: block;
}
.footer-menu li {
    list-style-type: none;
    padding: 20px 10px;
    margin: 5px;
}

.footer-rights-block {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.footer-rights-block > div:first-child {
    flex: 80% 0 1;
}
.footer-rights-block > div:last-child {
    flex: auto 0 1;
}
.f-left-block {
    align-items: center;
    display: flex;
}
.footer-rights-block__year {
    margin-right: 120px;
    min-width: 214px;
}
.footer-rights-block__year-age {
    color: #414141;
    display: flex;
    font: 300 13px/26px Noto Sans,sans-serif;
    justify-content: flex-start;
}
.footer-socials {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.footer-socials .footer-social__item {
    display: flex;
    filter: brightness(0);
    height: 74px;
    width: max-content;
    min-width: 30px;
    margin: 0 4px;
}
.footer-socials .footer-social__item.no-filter {
    filter: none;
}


@media screen and (max-width: 768px) {
    .footer_top_block {
        padding: 15px 0px;
    }
    .footer_top-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer_top-row > div:first-child {
        flex: 100% 1 1;
        padding-right: 0px;
    }
    .footer_top-row > div:last-child {
        flex: 100% 1 1;
        border-left: none;
        margin-top: 16px;
    }
    .footer-menu {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .footer-menu li {
        padding: 5px;
        margin: 5px;
    }
    .footer-menu li a {
        font-size: 12px;
    }
    .footer-rights-block {
        flex-direction: column;
        align-items: flex-start;
    }
    .f-left-block {
        flex-wrap: wrap;
    }
}

/* /FOOTER */


.header-content-block__right {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
.header-age-icon {
    background: url('https://static.riafan.ru/upload/images/static/riafan/footer-age-icon.svg') no-repeat 50%;
    height: 26px;
    margin-right: 20px;
    width: 26px;
}
.footer-socials .footer-social__item img {
    margin: auto;
}
.footer-rights-block__year-age .f-age {
    margin-right: 12px;
}
.footer__text {
	color:#414141;
	display:block;
	font: 300 13px Noto Sans,sans-serif;
	margin-top:8px;
}
blockquote {
    font: 400 16px/28px "PT Serif",serif;
    font-style: italic;
    padding-left: 72px;
    position: relative;
    max-width: 810px;
    width: 100%;
    margin: 40px auto 32px;
}
blockquote:before {
    background: url('https://static.riafan.ru/upload/images/static/riafan/blockquotes-icon.svg') no-repeat 50%;
    content: "";
    height: 68px;
    left: 0;
    position: absolute;
    top: -20px;
    width: 86px;
    z-index: -1;
}
.container  {
	max-width:1410px;
	width:100%;
    margin: 0 auto
}

.container.footer-container {
	margin:0 auto;
}

.wrap a {
    color: green;
    font: 300 17px Noto Sans,sans-serif;
    text-decoration: none;
}
.wrap a:hover, .wrap blockquote a:hover {
    color: #105B3B;
    text-decoration: underline;
    cursor: pointer;
}
.wrap blockquote a {
    font: 400 16px/28px "PT Serif",serif;
    font-style: italic;
}

.wrap {
    font: 300 17px Noto Sans,sans-serif;
    margin: 40px auto 0 auto;
    max-width: 1410px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}


.wrap p {
    text-indent: 1.25em;
    margin-bottom: 1em;
    line-height: 1.5em;
    color: #414141;
}

.editorjs-show h1, .editorjs-show figure {
    margin-bottom: 20px;
    margin-top: 20px;
}
.editorjs-show figure figcaption {
    font: 300 13px Noto Sans,sans-serif;
    display: block;
    text-align: end;
    font-style: italic;
    padding-right: 10px;
}
.editorjs-show figure img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}


.sidebar {
    width: 320px;
    min-width: 320px;
	margin-left: 20px;
    margin-top: 63px;
}

.lenta {
    flex-grow: 1;
}

.sidebar a {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.sidebar h2 {
    margin-bottom: 32px;
    margin-top: 14px;
}
.sidebar h2 a{
    font: 700 13px/18px Noto Sans,sans-serif;
    letter-spacing: .4px;
    margin: 0;
}
.sidebar a img {
    width: 100%;
    display: block;
}


.sidebar a > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sidebar a.active > .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:9999;
    background: #0000009c;
}

.sidebar a.active > .overlay img {
    max-width: calc(100% - 50px);
    max-height: calc(100% - 50px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
}




.lenta-title {
    font: 700 20px Noto Sans,sans-serif;
    margin-bottom: 20px;
}
.lenta-list-item span {
    font: 600 14px Noto Sans,sans-serif;
    margin-right: 20px;
}
.lenta-list-item {
    margin-bottom: 10px;
}

.footer-block a {
    text-decoration: none;
}

.ddos {
    margin: 9rem auto 0;
    max-width: 1410px;
    font: 600 20px Noto Sans,sans-serif;
}
body > div:nth-child(2) {
    margin-top: 9rem;
}
.link-long-img {
    margin:30px auto 0 auto;
    max-width: 1410px;
}
.link-long-img img {
    height: auto;
    width: 100%;
    max-width: 100%;
}

@media (max-width: 1410px){
	.wrap,.container,.ddos,.link-long-img {
		width: calc(100% - 50px);
	}

}
@media (max-width: 1024px){

    .menu-search {
        font-size: 0;
    }
    .header-content__menu-list .list-item {
        margin: 0 1rem;
    }

	.footer-socials {
	    display: flex;
	    width: calc(100% - 200px);
	}

}
@media (max-width: 760px){
	.footer-rights-block__year {
    margin-right: 10px;
    }

	.footer-socials {
	    display: flex;
	    width: calc(100% - 100px);
	}

}

@media (max-width: 600px){
	.footer-rights-block {
		display:block;
	}
	.f-left-block {
	    align-items: center;
	    display: flex;
	    width: 100%;
	}
	/* .footer-menu {
		display:none;
	} */
	.wrap {
		display:block;
	}
	.sidebar {
	    width: 100%;
        margin-left: 0px;
	    padding: 0 20px;
        min-width: auto;
	}

}
@media (max-width: 360px){
	.footer-logo{
		background-size: contain;
	}
	.f-left-block {
		display:block;
	}
	.footer-socials {
	    width: 100%;
	}
}

.btn-load-more {
    background-color: #f4f4f4;
    border: none;
    color: #414141;
    cursor: pointer;
    display: block;
    font: 400 14px/1.3rem Noto Sans,sans-serif;
    letter-spacing: .4px;
    margin: 30px auto;
    min-height: 56px;
    padding: 15px 30px;
    text-align: center;
    text-align: -webkit-center;
    transition: background-color .2s linear;
    width: 100%;
    outline: none;
}
.btn-load-more:hover {
    background-color: #e1f3f2;
}



/* ----- */
/* PAGES */
/* ----- */

.dop-menu-pages .sticky {
	display: flex;
	flex-direction: column;
}
.dop-menu-pages .sticky a {
	margin: 20px 0;
	text-transform: uppercase;
	font-weight: 700;
}
.dop-menu-pages .sticky a:hover {
	color: #00BABA;
}

/* ABOUT */
.leadership-staff-block, .staff-block {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 70px;
    flex-wrap: wrap;
}
.leadership-staff-block .leadership-staff__item, .leadership-staff-block .staff__item, .staff-block .leadership-staff__item, .staff-block .staff__item {
    width: calc(33% - 15px);
    background: #fff;
    padding: 30px;
    margin-right: 30px;
    margin-bottom: 32px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
}
.leadership-staff-block .staff__item, .staff-block .staff__item {
    width: calc(100% / 5 - 26px);
    margin-right: 52px;
    margin-bottom: 32px;
    box-shadow: none;
    padding: 0;
}
.leadership-staff-block .staff__item:nth-last-of-type(1), .staff-block .staff__item:nth-last-of-type(1) {
    margin-right: 0;
}

.leadership__img-block {
    width: 100%;
    height: 225px;
    overflow: hidden;
    margin-bottom: 16px;
}
.leadership__img-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.staff__img-block {
    height: 118px;
    width: 118px;
}
.staff__img-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border: 1px solid rgba(211, 211, 211, 0.2);
}
.staff__img-block img.objPos-l {
    -o-object-position: left;
       object-position: left;
}
.staff__img-block img.objPos-r {
    -o-object-position: right;
       object-position: right;
}
.staff__img-block img.objPos-t {
    -o-object-position: top;
       object-position: top;
}
.staff__img-block img.objPos-b {
    -o-object-position: bottom;
       object-position: bottom;
}
.staff__img-block.no-fit {
    position: relative;
    overflow: hidden;
}
.staff__img-block.no-fit img {
    -o-object-fit: initial;
       object-fit: initial;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.leadership__name, .staff__name {
    font: 400 17px/27px "PT Serif", serif;
    margin-top: 16px;
}
.leadership__status,
.leadership__email,
.staff__email {
    font: 400 13px/18px "Noto Sans", sans-serif;
    margin-top: 16px;
}
.staff__info {
    font: 300 13px/18px "Noto Sans", sans-serif;
}
.block-name__text.name-staff {
    font-size: 18px;
    line-height: 24px;
}
@media screen and (max-width: 991px) {
    .leadership-staff-block .leadership-staff__item {
      width: calc(50% - 32px);
      margin-left: auto;
      margin-right: auto;
    }
    .staff-block {
      flex-wrap: wrap;
    }
    .staff-block .staff__item {
      width: calc(100% / 4 - 20px);
      margin-bottom: 40px;
      margin-left: auto;
      margin-right: auto;
    }
}
@media screen and (max-width: 767px) {
    .leadership-staff-block {
      flex-wrap: wrap;
    }
    .leadership-staff-block .leadership-staff__item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 40px;
    }

    .staff-block .staff__item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 40px;
    }

    .staff__img-block {
      height: 160px;
      padding-bottom: 0;
      width: 160px;
      display: flex;
      overflow: hidden;
      border-radius: 50%;
      margin: 0 auto;
    }
    .staff__img-block img {
      height: auto;
    }

    .staff__name, .staff__info {
      text-align: center;
    }
}

/* CONTACTS PAGE */
.contacts-page-wrapper {
    margin-bottom: 30px;
}
.contacts-page-wrapper a {
    color: #414141;
}
.contacts-page-wrapper .main-block__news {
    max-width: calc(100% - 220px);
}
.contacts-page-wrapper .main-block__news .select-block-menu {
    display: none;
}
.contacts-page-wrapper .main-block__news .main-title-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.contacts-page-wrapper .main-block__news .block-mobile-only .sbscrb {
    display: none;
}
.contacts-page-wrapper .wrapper-map {
    margin-top: 75px;
}
.contacts-page-wrapper .wrapper-map .h2 {
    margin-bottom: 40px;
}
.contacts-page-wrapper .wrapper-map .select-block-menu {
    display: none;
}
.contacts-page-wrapper .wrapper-map .title {
    margin: 1rem 0;
}
.contacts-page-wrapper .wrapper-map .spb-map-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.contacts-page-wrapper .wrapper-map .spb-map-flex .map {
    width: 50%;
    background: #f0f0f054;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contacts-page-wrapper .wrapper-map .spb-map-flex .map iframe {
    width: 100%;
    height: 100%;
}
.contacts-page-wrapper .wrapper-map .spb-map-flex .address {
    padding-left: 70px;
    width: 50%;
}
.contacts-page-wrapper .wrapper-map .spb-map-flex .address ul li {
    margin: 20px 0;
    list-style: none;
}
.contacts-page-wrapper .wrapper-map .spb-map-flex .address ul li a {
    font-family: "PT Serif", serif;
    font-style: normal;
}
.contacts-page-wrapper .wrapper-map .spb-map-flex .address ul li:first-child {
    margin-top: 0;
}
.contacts-page-wrapper .wrapper-map .spb-map-flex .address ul li:last-child {
    margin-bottom: 0;
}
.contacts-page-wrapper .wrapper-map .spb-map-flex .address ul li .grey-text {
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #767676;
}
.contacts-page-wrapper .wrapper-map .spb-map-flex .address ul li address {
    font-family: "PT Serif", serif;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
}
.contacts-page-wrapper .wrapper-map .address-more-spb {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
    margin: 30px 0;
    padding: 29px 50px;
}
.contacts-page-wrapper .wrapper-map .address-more-spb--element {
    display: flex;
    flex-direction: column;
}
.contacts-page-wrapper .wrapper-map .address-more-spb--element .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 17px;
}
.contacts-page-wrapper .wrapper-map .address-more-spb--element a {
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-family: "PT Serif", serif;
    font-style: normal;
    font-weight: normal;
}
.contacts-page-wrapper .wrapper-map:nth-of-type(2) {
    margin-top: 0;
}
@media screen and (max-width: 991px) {
    .contacts-page-wrapper .main-block__news {
      max-width: 100%;
    }
    .contacts-page-wrapper .dop-menu-pages {
      display: none;
    }
}
@media screen and (max-width: 768px) {
    .wrap_content, .sidebar {
        width: 100%;
    }
    .sidebar img{
        max-width: 320px;
        margin: 0 auto;
    }
    .contacts-page-wrapper .main-title {
      margin: 0;
    }
    .contacts-page-wrapper .dop-menu-pages {
      display: none;
    }
    .contacts-page-wrapper .main-block__news {
      width: calc(100%);
      margin-right: 0;
    }
    .contacts-page-wrapper .main-block__news .main-title-wrapper {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
    }
    .contacts-page-wrapper .main-block__news .main-title-wrapper .block-mobile-only {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
    }
    .contacts-page-wrapper .main-block__news .select-block-menu {
      width: 100%;
      padding: 10px;
      margin-bottom: 10px;
      border-radius: 4px;
      border-color: #e6e6e6;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map .address-more-spb {
      padding: 26px 39px;
      margin: 0;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map {
      margin-top: 50px;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map h2 {
      font-size: 22px;
      line-height: 26px;
      margin-bottom: 40px;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map .spb-map-flex {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: space-between;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map .spb-map-flex .map {
      width: 100%;
      background: #f0f0f054;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map .spb-map-flex .map iframe {
      width: 100%;
      height: 100%;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map .spb-map-flex .address {
      padding: 24px 0 0;
      width: 100%;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map .spb-map-flex .address ul {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map .spb-map-flex .address ul li {
      margin: 20px 0;
      list-style: none;
      width: 25%;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map .spb-map-flex .address ul li a {
      font-family: "PT Serif", serif;
      font-style: normal;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map .spb-map-flex .address ul li:first-child {
      width: 50%;
      padding-right: 10px;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map .spb-map-flex .address ul li:last-child {
      margin-bottom: 0;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map .spb-map-flex .address ul li .grey-text {
      font-weight: bold;
      font-size: 13px;
      line-height: 18px;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      color: #767676;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map .spb-map-flex .address ul li address {
      font-family: "PT Serif", serif;
      font-style: normal;
      font-size: 16px;
      line-height: 28px;
    }
}
@media screen and (max-width: 375px) {
    .contacts-page-wrapper .main-block__news .wrapper-map .address-more-spb {
      padding: 20px;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map .spb-map-flex .address ul li {
      width: 50%;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map .spb-map-flex .address ul li:first-child {
      width: 100%;
    }
}

/* POLITICS PAGE */
.politics-page-wrapper {
    margin-bottom: 30px;
}
.politics-page-wrapper a {
    color: #009A58;
}
.politics-page-wrapper a:hover {
    color: #414141;
}
.politics-page-wrapper .block-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.politics-page-wrapper .main-block .select-block-menu {
    display: none;
}
.politics-page-wrapper h2 {
    margin: 50px 0 20px;
}
.politics-page-wrapper ul, .politics-page-wrapper ol {
    margin: 0 0 0 2rem;
}
.politics-page-wrapper p, .politics-page-wrapper li {
    color: #4D4D4D;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.01em;
    font-family: "Noto Sans", sans-serif;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
}
.politics-page-wrapper .rekvizit {
    margin: 40px 0;
    padding: 35px 48px;
    background: #FFFFFF;
    box-shadow: 0 0 30px #DED5D8;
}
.politics-page-wrapper .rekvizit h3 {
    margin-bottom: 15px;
}
.politics-page-wrapper .rekvizit p {
    color: #767676;
    font-size: 16px;
    line-height: 28px;
}
.politics-page-wrapper .rekvizit a {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #00615B;
    padding: 12px 20px;
    border: 1px solid #00615B;
    display: inline-block;
    border-radius: 3px;
    margin-top: 35px;
}
.politics-page-wrapper .main-title-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.politics-page-wrapper .main-title-wrapper .block-mobile-only .sbscrb {
    display: none;
}
@media screen and (max-width: 1280px) {
    .politics-page-wrapper .block-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    .politics-page-wrapper .dop-menu-pages {
      width: 190px;
    }
}
@media screen and (max-width: 768px) {
    .politics-page-wrapper .dop-menu-pages {
      display: none;
    }
    .politics-page-wrapper .main-title {
      margin-top: 0;
    }
    .politics-page-wrapper .main-block {
      width: calc(100%);
      margin-right: 0;
    }
    .politics-page-wrapper .main-block .main-title-wrapper {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
    }
    .politics-page-wrapper .main-block .block-mobile-only {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
    }
    .politics-page-wrapper .main-block .select-block-menu {
      width: 100%;
      padding: 10px;
      margin-bottom: 10px;
      border-radius: 4px;
      border-color: #e6e6e6;
    }
    .politics-page-wrapper .main-block .wrapper-map .address-more-spb {
      padding: 26px 39px;
      margin: 0;
    }
}
@media screen and (max-width: 375px) {
    .politics-page-wrapper .main-block {
      width: calc(100%);
      margin-right: 0;
    }
    .politics-page-wrapper .main-block .select-block-menu {
      margin: 0 auto 15px auto;
    }
    .politics-page-wrapper .main-block .main-title-wrapper {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
    }
    .politics-page-wrapper .main-block .block-mobile-only {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
    }
    .politics-page-wrapper .main-block .wrapper-with-sticky {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }
    .politics-page-wrapper .main-block .main-title-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }
    .politics-page-wrapper .main-block .main-title-wrapper .dop-menu-pages {
      display: none;
    }
}

/* VAKANSII PAGE */
.dop-menu-pages .sticky {
    display: flex;
    flex-direction: column;
}
.dop-menu-pages .sticky a {
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: 700;
}
.dop-menu-pages .sticky a:hover {
    color: #00BABA;
}
.vacancy-block .vacancy-item {
    max-height: 64px;
    width: 100%;
    background: #f4f4f4;
    padding: 18px 30px 30px;
    margin-bottom: 20px;
    color: #000;
    overflow: hidden;
    position: relative;
    transition: 0.2s ease;
}
.vacancy-block .vacancy-item.show {
    max-height: 1500px;
}
.vacancy-block .vacancy-item.show .vacancy-block-btn-open {
    background: url("https://static.riafan.ru/upload/images/static/riafan/icons/minus-icon.svg") no-repeat center;
}
.vacancy-block-btn-open {
    width: 64px;
    height: 64px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: url("https://static.riafan.ru/upload/images/static/riafan/icons/plus-icon.svg") no-repeat center;
}
.vacancy-item__name {
    font: bold 18px "PT Serif", serif;
    padding-right: 25px;
    margin-bottom: 25px;
}
.vacancy-item__description {
    margin-bottom: 30px;
}
.vacancy-item__schedule,
.vacancy-item__duties-requirements p {
    font: 400 16px/24px "Noto Sans", sans-serif;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
    color: #414141;
}
.duties-text,
.requirements-text {
    font: 700 16px/24px "Noto Sans", sans-serif;
    margin-bottom: 8px;
}
.btn-respond-to {
    display: inline-block;
    vertical-align: top;
    height: 50px;
    color: #fff;
    background: #4d4d4d;
    text-decoration: none;
    padding: 0 75px;
    font: 400 16px/50px "Noto Sans", sans-serif;
}
.btn-respond-to:hover {
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .vacancy-item__name {
    	font: bold 15px "PT Serif", serif;
	}
	.vacancy-item__schedule,
	.vacancy-item__duties-requirements p {
		font: 400 14px/22px "Noto Sans", sans-serif;
	}
}

/* END: PAGES */
/* ---------- */

.last_actual > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.last_actual picture > img {
    width: 100%;
}
.last_actual .last_actual_img {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.last_actual .last_actual_img picture {
    width: 100%;
    height: 100%;
}
.last_actual .last_actual_img picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.last_actual_news:nth-child(1) { grid-area: 1 / 1 / 2 / 3; }
.last_actual_news:nth-child(2) { grid-area: 1 / 3 / 2 / 4; }
.last_actual_news:nth-child(3) { grid-area: 2 / 1 / 3 / 2; }
.last_actual_news:nth-child(4) { grid-area: 2 / 2 / 3 / 3; }
.last_actual_news:nth-child(5) { grid-area: 2 / 3 / 3 / 4; }
.editorjs-show h1 {
    margin: 0 0 22px;
    color: #000;
    font: 700 33px/40px "PT Serif",system-ui,serif;
}

.editorjs-show figure {
    margin-bottom: 20px;
    width: 100%;
}
.editorjs-show figure img {
    width: 100%;
}

.editorjs-show p {
    font: 400 16px/28px Noto Sans,system-ui,sans-serif;
    letter-spacing: .4px;
    text-indent: 0;
    line-height: 28px;
}

.editorjs-show iframe {
    padding-bottom: 24px;
}

article {
    max-width: 810px;
    margin: 0 auto;
}
article > h1 {
    margin: 0 0 22px;
    color: #000;
    font: 700 33px/40px "PT Serif",system-ui,serif;
    word-break: break-word;
}

article > time {
    color: #767676;
    white-space: nowrap;
    display: inline-block;
    font: 300 13px/18px Noto Sans,sans-serif;
}
article > .article_cat {
    margin-bottom: 12px;
    margin-top: 1rem;
}

article > .article_cat a, article > .article_cat a:hover {
    color: #414141;
    font: 400 13px Noto Sans,sans-serif;
    text-transform: uppercase;
    text-decoration:none;
}

@media (max-width: 1410px){
    .header-content-block, .block-main-menu__sticky {
        width: calc(100% - 50px);
    }
}

.last_actual_news > a {
    display:block;
    height:320px;
    background:linear-gradient(1turn,rgba(0,0,0,.63),transparent 63.24%);
    display:flex;
    flex-direction:column-reverse;
    padding:23px;
    box-sizing:border-box;
    text-decoration:none;
    position: relative;
}
.last_categories > h2 > a {
    color: #000;
    text-decoration: none;
    font: 700 28px/30px "PT Serif",serif;
}
.last_categories > h2 > a:hover {
    color: #009a58;
}
.last_actual_news > a:hover {
    text-decoration: none;
}

.last_actual_news_title{
    color: #fff;
    font: 700 18px/24px "PT Serif",system-ui,serif;
    margin-top: 8px;
}
.last_actual_news_info{
    color: #fff;
    font: 400 12px/16px Noto Sans,system-ui,sans-serif;
    letter-spacing: .6px;
    text-transform: uppercase;
    display:flex;
}
.last_actual_news_info > span:first-child {
    flex-grow:1;
}

@media (max-width: 1300px){
    .last_actual > div {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }

    .last_actual_news:nth-child(1) { grid-area: 1 / 1 / 2 / 3; }
    .last_actual_news:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
    .last_actual_news:nth-child(3) { grid-area: 2 / 2 / 3 / 3; }
    .last_actual_news:nth-child(4) { grid-area: 3 / 1 / 4 / 2; }
    .last_actual_news:nth-child(5) { grid-area: 3 / 2 / 4 / 3; }
}
@media (max-width: 760px){
    .last_actual > div {
        display: block;
    }
    .last_actual_news {
        margin-bottom:30px;
    }
}

.last_actual > h2 {
    margin-bottom: 30px;
}
















.last_categories * {
    box-sizing:border-box;
}
.last_categories > div {
    display:flex;
    border: 1px solid silver;
    padding:40px;
}
.last_categories > div > div {
    flex-grow:1;
    width:50%;
}
.last_categories a, .last_categories a:hover {
    text-decoration:none;
}
.last_categories .last_categories_1 {
    display:block;
    padding-right: 45px;
}
.last_categories .last_categories_1 >a {
    display:block;
}

.last_categories picture > * {
    width: 100%;
}
.last_categories .last_categories_2 > div {
    display:flex;
    padding: 16px 0;
}
.last_categories .last_categories_2 > div:first-child {
    padding-top:0;
}
.last_categories .last_categories_2 > div >a {
    flex-grow:1;
    width:50%;
}
.last_categories a:hover .last_categories_title {
    color:#009a58;
}
.last_categories .last_categories_2 > div:not(:first-child) {
    border-top:1px solid silver;
}
.last_categories .last_categories_dt{
    font: 400 12px/20px Noto Sans,system-ui,sans-serif;
    letter-spacing: .4px;
    color: #767676;
}
.last_categories .last_categories_2 .last_categories_title{
    color: #414141;
    transition: .2s;
    font: 400 16px/23px "PT Serif",system-ui,serif;
    height: 94px;
    overflow: hidden;
    padding-right: 30px;
}
.last_categories .last_categories_1 .last_categories_title{
    color: #000;
    transition: .2s;
    font: 700 18px/24px "PT Serif",system-ui,serif;
    margin-top: 10px;
}
.last_categories .last_categories_1 .last_categories_lead{
    color: #414141;
    font: 400 16px/22px Noto Sans,system-ui,sans-serif;
    margin-top: 10px;
    overflow: hidden;
}

@media (max-width: 990px){
    .last_categories > div {
        flex-direction: column;
    }
    .last_categories > div > div {
        width:auto;
    }
    .last_categories .last_categories_1 {
        padding-right: 0px;
    }
    .last_categories .last_categories_2 > div {
        flex-direction: column;
        padding: 0;
    }
    .last_categories .last_categories_2 > div:not(:first-child) {
        border-top: none;
    }
    .last_categories .last_categories_2 > div > a {
        width: auto;
        border-top:1px solid silver;
        padding-top:16px;
        padding-bottom: 16px;
    }
    .last_categories .last_categories_2 > div:first-child  > a:first-child{
        border-top:none;
    }
    .last_categories .last_categories_2 .last_categories_title{
        height: auto;
    }
}

.category_fixed_items {
    margin-bottom: 0;
}

.category_fixed_items .lenta-list-item {
    padding-bottom: 0px;
}

.category_fixed_items + .f-block-wrapper {
    border-bottom: 1px solid silver;
    padding-bottom: 20px;
}
.wrap_content {
    flex-grow: 1;
    position: relative;
    width: calc(100% - 360px);
}
.wrap_content > * {
    margin-bottom: 38px;
}
.last_categories > h2 {
    margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
    .wrap{
        /*margin: 0 auto;*/
        padding: 0 15px;
    }
    .wrap_content, .sidebar {
        width: 100%;
    }
    .sidebar img{
        max-width: 320px;
        margin: 0 auto;
        display: block;
    }
}

/* @media (max-width: 1100px){
    .sidebar {
        width: 240px;
        min-width: 240px;
    }
} */

/* LENTA */
.lenta-list-item {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.lenta-list-item:not(:last-child) {
    border-bottom: 1px solid silver;
}

.lenta-list-item picture > * {
    width: 210px;
    max-width: 210px;
}

.footer-rights-block__politics {
    color: #414141;
    display: block;
    font: 300 13px Noto Sans,sans-serif;
    margin-top: 8px;
}
.lenta-list-item > div {
    flex-grow: 1;
    display: block;
    padding-left: 30px;
}
.lenta-list-item a, .lenta-list-item a:hover {
    text-decoration: none;
}

.lenta-list-item_dt a {
    font: 400 12px/20px Noto Sans,system-ui,sans-serif;
    letter-spacing: .4px;
    color: #767676;
    margin-right: 10px;
    text-transform: capitalize;
}

.lenta-list-item_title {
    color: #414141;
    font: 700 18px/24px "PT Serif",serif;
    margin: 4px 0 8px;
    transition: .2s;
}
.highlight {
    background-color: yellow;
}
.lenta-list-item:hover .lenta-list-item_title {
    color:#009a58;
}
.lenta-list-item:hover picture {
    opacity: .7;
}

.lenta-list-item_lead {
    color: #767676;
    font: 400 16px/24px "PT Serif",serif;
    min-height: 48px;
    overflow: hidden;
}
/* lennta end */
@media screen and (max-width: 970px){
    .lenta-list-item {
        flex-direction: column;
    }
    .lenta-list-item picture {
    }
    .lenta-list-item picture > * {
        width: 100%;
        max-width: 100%;
        margin-bottom:20px;
    }
}
/* author */
article author {
    align-items: center;
    background: #f4f4f4;
    border-radius: 36px 3px 3px 36px;
    color: #000;
    display: flex;
    height: 64px;
    margin-bottom: 26px;
    padding-right: 30px;
}

article author .author_img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url('https://static.riafan.ru/upload/images/static/riafan/author-bg-hover-icon.svg');
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

article author .author_name {
    padding-left: 30px;
    font: 400 15px/21px "PT Serif",serif;
}
.editorjs-show__html h2 {
    font: 700 28px/34px "PT Serif",serif;
    padding-bottom: 24px;
}
.editorjs-show__html p {
    color: #414141;
    font: 400 16px/28px Noto Sans,sans-serif;
    letter-spacing: .4px;
    margin-bottom: 32px;
}
article  .subscribe, article .subscribe__content {
    display: flex;
    justify-content: space-between;
}
article .subscribe {
    border-radius: 4px;
    box-sizing: border-box;
    flex-direction: column;
    margin: 0 auto 1em;
    min-width: 300px;
    padding: 10px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
article .subscribe__title {
    display: flex;
    margin: 0 auto;
    text-transform: uppercase;
    color: #414141;
}
article .subscribe__content {
    flex-direction: row;
    width: 100%;
}
article .subscribe__item {
    border: 1px solid #15754e;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 5px 0;
    padding: 5px;
    transition: .4s;
    width: calc(33% - 5px);
    height: 42px;
}
article .subscribe__item img {
    max-width: 100%;
}
article .subscribe__item:hover {
    transform: scale(1.05);
}
/*author end */



/* HOT LINE*/
.question-block_hl {
    width: 100%;
    background: #105B3B;
    height: 100%;
    padding: 32px 25px;
    font: 400 14px/1.3rem "Noto Sans", sans-serif;
    position: relative;
}

.question-block_hl .success-hl-block {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 30;
    opacity: 0;
    visibility: hidden;
}

.question-block_hl .modal-success-block,
.question-block_hl .modal-error-block {
    width: 300px;
    height: 200px;
    background: #fff;
    z-index: 4;
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 150px);
    border-radius: 4px;
    padding: 24px;
}

.question-block_hl .modal-success-block .success-text,
.question-block_hl .modal-success-block .error-text,
.question-block_hl .modal-error-block .success-text,
.question-block_hl .modal-error-block .error-text {
    font-size: 20px;
    text-align: center;
}

.question-block_hl .modal-success-block .success-icon,
.question-block_hl .modal-success-block .error-icon,
.question-block_hl .modal-error-block .success-icon,
.question-block_hl .modal-error-block .error-icon {
    width: 50px;
    height: 50px;
    margin: 24px auto 0;
    background: url("https://static.riafan.ru/upload/images/static/riafan/icon-ok.svg") no-repeat center/100%;
}

.question-block_hl .title-form {
    font-size: 18px;
    color: #fff;
    margin: 0px auto 18px auto;
    text-align: center;
}
.question-block_hl .title-form-sended,
.question-block_hl .error_block {
    font-size: 18px;
    color: #fff;
    margin: 12px auto;
    text-align: center;
    display:none;
}


.question-block_hl .form-wrapper {
    display: flex;
    flex-direction: column;
}

.question-block_hl .form-wrapper input {
    box-sizing: border-box;
    height: 40px;
    margin-bottom: 20px;
    resize: none;
    width: 100%;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    margin-bottom: 4px;
    padding: 12px;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    outline: none;
}

.question-block_hl .form-wrapper input#phone-hl {
    margin-bottom: 4px;
}

.question-block_hl .form-wrapper small {
    margin-bottom: 20px;
    display: inline-block;
}

.question-block_hl .form-wrapper
.question-block_hl .max-length-info,
.question-block_hl .form-wrapper small,
.question-block_hl .form-wrapper #count {
    color: #fff;
    font-size: 10px;
}

.question-block_hl .form-wrapper textarea,
.question-block_hl .form-wrapper input {
    resize: none;
    width: 100%;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 12px;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    outline: none;
}

.question-block_hl .send-question-button {
    background: #009A58;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: 0.3s ease;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin: 16px auto 0;
    pointer-events: none;
    opacity: 0.7;
}

.question-block_hl .send-question-button.show {
    pointer-events: initial;
    opacity: 1;
}
.question-block_hl .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    padding: 15px;
    background: url('/assets/img/icons/icon-menu-close-white.svg') no-repeat center center;
    border: none;
    cursor: pointer;
}
.question-block_hl input:focus, 
.question-block_hl textarea:focus {
    -webkit-box-shadow: 0px 5px 10px 2px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(255, 255, 255, 0.2);;
}
.question-block_hl .status_block,
.question-block_hl .success_block,
.question-block_hl .error_block {
    display: none;
}
.question-block_hl .error_block {
    color: #DC143C;
}


/*HOT LINE end*/

/* FORM FEEDBACK MODAL */
.feedback_form_wrapper {
    margin: 20px auto;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 100px;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1006;
}
.modal-backdrop.show {
    display: flex;
}
.modal-paranja {
    position: absolute;
    inset: 0;
}
.modal-center {
    box-shadow: 2px 2px 20px 1px;
    overflow-x: auto;
    display: flex;
    flex-direction: column;
    max-width: 95%;
    width: 500px;
}
.feedback__btn-show {
    display: inline-block;
    outline: none;
    border: none;
    height: 48px;
    color: #fff;
    font: 500 14px/46px "Noto Sans", sans-serif;
    background: #009A58;
    transition: 0.3s ease;
    border-radius: 3px;
    text-align: center;
    padding: 0 35px;
    cursor: pointer;
    transition: all .3s ;
}
.feedback__btn-show:hover {
    background: #15754C;
    color: #fff;
}

/* /FORM FEEDBACK MODAL */

/* ----- */
/* PAGES */
/* ----- */

.dop-menu-pages .sticky {
    display: flex;
    flex-direction: column;
}
.dop-menu-pages .sticky a {
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: 700;
}
.dop-menu-pages .sticky a:hover {
    color: #00BABA;
}

/* ABOUT */
.leadership-staff-block, .staff-block {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 70px;
    flex-wrap: wrap;
}
.leadership-staff-block .leadership-staff__item, .leadership-staff-block .staff__item, .staff-block .leadership-staff__item, .staff-block .staff__item {
    width: calc(33% - 15px);
    background: #fff;
    padding: 30px;
    margin-right: 30px;
    margin-bottom: 32px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
}
.leadership-staff-block .staff__item, .staff-block .staff__item {
    width: calc(100% / 5 - 26px);
    margin-right: 52px;
    margin-bottom: 32px;
    box-shadow: none;
    padding: 0;
}
.leadership-staff-block .staff__item:nth-last-of-type(1), .staff-block .staff__item:nth-last-of-type(1) {
    margin-right: 0;
}

.leadership__img-block {
    width: 100%;
    height: 225px;
    overflow: hidden;
    margin-bottom: 16px;
}
.leadership__img-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.staff__img-block {
    height: 118px;
    width: 118px;
}
.staff__img-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid rgba(211, 211, 211, 0.2);
}
.staff__img-block img.objPos-l {
    -o-object-position: left;
    object-position: left;
}
.staff__img-block img.objPos-r {
    -o-object-position: right;
    object-position: right;
}
.staff__img-block img.objPos-t {
    -o-object-position: top;
    object-position: top;
}
.staff__img-block img.objPos-b {
    -o-object-position: bottom;
    object-position: bottom;
}
.staff__img-block.no-fit {
    position: relative;
    overflow: hidden;
}
.staff__img-block.no-fit img {
    -o-object-fit: initial;
    object-fit: initial;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.leadership__name, .staff__name {
    font: 400 17px/27px "PT Serif", serif;
    margin-top: 16px;
}
.leadership__status,
.leadership__email,
.staff__email {
    font: 400 13px/18px "Noto Sans", sans-serif;
    margin-top: 16px;
}
.staff__info {
    font: 300 13px/18px "Noto Sans", sans-serif;
}
.block-name__text.name-staff {
    font-size: 18px;
    line-height: 24px;
}
@media screen and (max-width: 991px) {
    .leadership-staff-block .leadership-staff__item {
        width: calc(50% - 32px);
        margin-left: auto;
        margin-right: auto;
    }
    .staff-block {
        flex-wrap: wrap;
    }
    .staff-block .staff__item {
        width: calc(100% / 4 - 20px);
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 767px) {
    .leadership-staff-block {
        flex-wrap: wrap;
    }
    .leadership-staff-block .leadership-staff__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .staff-block .staff__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .staff__img-block {
        height: 160px;
        padding-bottom: 0;
        width: 160px;
        display: flex;
        overflow: hidden;
        border-radius: 50%;
        margin: 0 auto;
    }
    .staff__img-block img {
        height: auto;
    }

    .staff__name, .staff__info {
        text-align: center;
    }
}

/* CONTACTS PAGE */
.contacts-page-wrapper {
    margin-bottom: 30px;
}
.contacts-page-wrapper a {
    color: #414141;
}
.contacts-page-wrapper .main-block__news {
    max-width: calc(100% - 220px);
}
.contacts-page-wrapper .main-block__news .select-block-menu {
    display: none;
}
.contacts-page-wrapper .main-block__news .main-title-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.contacts-page-wrapper .main-block__news .block-mobile-only .sbscrb {
    display: none;
}
.contacts-page-wrapper .wrapper-map {
    margin-top: 75px;
}
.contacts-page-wrapper .wrapper-map .h2 {
    margin-bottom: 40px;
}
.contacts-page-wrapper .wrapper-map .select-block-menu {
    display: none;
}
.contacts-page-wrapper .wrapper-map .title {
    margin: 1rem 0;
}
.contacts-page-wrapper .wrapper-map .spb-map-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.contacts-page-wrapper .wrapper-map .spb-map-flex .map {
    width: 50%;
    background: #f0f0f054;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contacts-page-wrapper .wrapper-map .spb-map-flex .map iframe {
    width: 100%;
    height: 100%;
}
.contacts-page-wrapper .wrapper-map .spb-map-flex .address {
    padding-left: 70px;
    width: 50%;
}
.contacts-page-wrapper .wrapper-map .spb-map-flex .address ul li {
    margin: 20px 0;
    list-style: none;
}
.contacts-page-wrapper .wrapper-map .spb-map-flex .address ul li a {
    font-family: "PT Serif", serif;
    font-style: normal;
}
.contacts-page-wrapper .wrapper-map .spb-map-flex .address ul li:first-child {
    margin-top: 0;
}
.contacts-page-wrapper .wrapper-map .spb-map-flex .address ul li:last-child {
    margin-bottom: 0;
}
.contacts-page-wrapper .wrapper-map .spb-map-flex .address ul li .grey-text {
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #767676;
}
.contacts-page-wrapper .wrapper-map .spb-map-flex .address ul li address {
    font-family: "PT Serif", serif;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
}
.contacts-page-wrapper .wrapper-map .address-more-spb {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
    margin: 30px 0;
    padding: 29px 50px;
}
.contacts-page-wrapper .wrapper-map .address-more-spb--element {
    display: flex;
    flex-direction: column;
}
.contacts-page-wrapper .wrapper-map .address-more-spb--element .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 17px;
}
.contacts-page-wrapper .wrapper-map .address-more-spb--element a {
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-family: "PT Serif", serif;
    font-style: normal;
    font-weight: normal;
}
.contacts-page-wrapper .wrapper-map:nth-of-type(2) {
    margin-top: 0;
}
@media screen and (max-width: 1200px) {
    .contacts-page-wrapper .main-block__news .wrapper-map .spb-map-flex .map {
        width: 100%;
        background: #f0f0f054;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 600px;
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 991px) {
    .contacts-page-wrapper .main-block__news {
        max-width: 100%;
    }
    .contacts-page-wrapper .dop-menu-pages {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .contacts-page-wrapper .main-title {
        margin: 0;
    }
    .contacts-page-wrapper .dop-menu-pages {
        display: none;
    }
    .contacts-page-wrapper .main-block__news {
        width: calc(100%);
        margin-right: 0;
    }
    .contacts-page-wrapper .main-block__news .main-title-wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .contacts-page-wrapper .main-block__news .main-title-wrapper .block-mobile-only {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .contacts-page-wrapper .main-block__news .select-block-menu {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 4px;
        border-color: #e6e6e6;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map .address-more-spb {
        padding: 26px 39px;
        margin: 0;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map {
        margin-top: 50px;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map h2 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 40px;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map .spb-map-flex {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map .spb-map-flex .map iframe {
        width: 100%;
        height: 100%;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map .spb-map-flex .address {
        padding: 24px 0 0;
        width: 100%;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map .spb-map-flex .address ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map .spb-map-flex .address ul li {
        margin: 20px 0;
        list-style: none;
        width: 25%;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map .spb-map-flex .address ul li a {
        font-family: "PT Serif", serif;
        font-style: normal;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map .spb-map-flex .address ul li:first-child {
        width: 50%;
        padding-right: 10px;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map .spb-map-flex .address ul li:last-child {
        margin-bottom: 0;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map .spb-map-flex .address ul li .grey-text {
        font-weight: bold;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 0.07em;
        text-transform: uppercase;
        color: #767676;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map .spb-map-flex .address ul li address {
        font-family: "PT Serif", serif;
        font-style: normal;
        font-size: 16px;
        line-height: 28px;
    }
}
@media screen and (max-width: 375px) {
    .contacts-page-wrapper .main-block__news .wrapper-map .address-more-spb {
        padding: 20px;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map .spb-map-flex .address ul li {
        width: 50%;
    }
    .contacts-page-wrapper .main-block__news .wrapper-map .spb-map-flex .address ul li:first-child {
        width: 100%;
    }
}

/* POLITICS PAGE */
.politics-page-wrapper {
    margin-bottom: 30px;
}
.politics-page-wrapper a {
    color: #009A58;
}
.politics-page-wrapper a:hover {
    color: #414141;
}
.politics-page-wrapper .block-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.politics-page-wrapper .main-block .select-block-menu {
    display: none;
}
.politics-page-wrapper h2 {
    margin: 50px 0 20px;
}
.politics-page-wrapper ul, .politics-page-wrapper ol {
    margin: 0 0 0 2rem;
}
.politics-page-wrapper p, .politics-page-wrapper li {
    color: #4D4D4D;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.01em;
    font-family: "Noto Sans", sans-serif;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.politics-page-wrapper .rekvizit {
    margin: 40px 0;
    padding: 35px 48px;
    background: #FFFFFF;
    box-shadow: 0 0 30px #DED5D8;
}
.politics-page-wrapper .rekvizit h3 {
    margin-bottom: 15px;
}
.politics-page-wrapper .rekvizit p {
    color: #767676;
    font-size: 16px;
    line-height: 28px;
}
.politics-page-wrapper .rekvizit a {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #00615B;
    padding: 12px 20px;
    border: 1px solid #00615B;
    display: inline-block;
    border-radius: 3px;
    margin-top: 35px;
}
.politics-page-wrapper .main-title-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.politics-page-wrapper .main-title-wrapper .block-mobile-only .sbscrb {
    display: none;
}
@media screen and (max-width: 1280px) {
    .politics-page-wrapper .block-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .politics-page-wrapper .dop-menu-pages {
        width: 190px;
    }
}
@media screen and (max-width: 768px) {
    .politics-page-wrapper .dop-menu-pages {
        display: none;
    }
    .politics-page-wrapper .main-title {
        margin-top: 0;
    }
    .politics-page-wrapper .main-block {
        width: calc(100%);
        margin-right: 0;
    }
    .politics-page-wrapper .main-block .main-title-wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .politics-page-wrapper .main-block .block-mobile-only {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .politics-page-wrapper .main-block .select-block-menu {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 4px;
        border-color: #e6e6e6;
    }
    .politics-page-wrapper .main-block .wrapper-map .address-more-spb {
        padding: 26px 39px;
        margin: 0;
    }
}
@media screen and (max-width: 375px) {
    .politics-page-wrapper .main-block {
        width: calc(100%);
        margin-right: 0;
    }
    .politics-page-wrapper .main-block .select-block-menu {
        margin: 0 auto 15px auto;
    }
    .politics-page-wrapper .main-block .main-title-wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .politics-page-wrapper .main-block .block-mobile-only {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .politics-page-wrapper .main-block .wrapper-with-sticky {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .politics-page-wrapper .main-block .main-title-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .politics-page-wrapper .main-block .main-title-wrapper .dop-menu-pages {
        display: none;
    }
}

/* VAKANSII PAGE */
.dop-menu-pages .sticky {
    display: flex;
    flex-direction: column;
}
.dop-menu-pages .sticky a {
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: 700;
}
.dop-menu-pages .sticky a:hover {
    color: #00BABA;
}
.vacancy-block .vacancy-item {
    max-height: 64px;
    width: 100%;
    background: #f4f4f4;
    padding: 18px 30px 30px;
    margin-bottom: 20px;
    color: #000;
    overflow: hidden;
    position: relative;
    transition: 0.2s ease;
}
.vacancy-block .vacancy-item.show {
    max-height: 1500px;
}
.vacancy-block .vacancy-item.show .vacancy-block-btn-open {
    background: url("https://static.riafan.ru/upload/images/static/riafan/icons/minus-icon.svg") no-repeat center;
}
.vacancy-block-btn-open {
    width: 64px;
    height: 64px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: url("https://static.riafan.ru/upload/images/static/riafan/icons/plus-icon.svg") no-repeat center;
}
.vacancy-item__name {
    font: bold 18px "PT Serif", serif;
    padding-right: 25px;
    margin-bottom: 25px;
}
.vacancy-item__description {
    margin-bottom: 30px;
}
.vacancy-item__schedule,
.vacancy-item__duties-requirements p {
    font: 400 16px/24px "Noto Sans", sans-serif;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
    color: #414141;
}
.duties-text,
.requirements-text {
    font: 700 16px/24px "Noto Sans", sans-serif;
    margin-bottom: 8px;
}
.btn-respond-to {
    display: inline-block;
    vertical-align: top;
    height: 50px;
    color: #fff;
    background: #4d4d4d;
    text-decoration: none;
    padding: 0 75px;
    font: 400 16px/50px "Noto Sans", sans-serif;
}
.btn-respond-to:hover {
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .vacancy-item__name {
        font: bold 15px "PT Serif", serif;
    }
    .vacancy-item__schedule,
    .vacancy-item__duties-requirements p {
        font: 400 14px/22px "Noto Sans", sans-serif;
    }
}

/* END: PAGES */
/* ---------- */

.top_main_news_alarm {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.top_main_news_alarm > .top_main_news_alarm_left { grid-area: 1 / 1 / 2 / 2; }
.top_main_news_alarm > .top_main_news_alarm_right { grid-area: 1 / 2 / 2 / 3; }
.top_main_news_alarm > .top_main_news_alarm_row {
    grid-area: 1 / 1 / 2 / 3;
}

@media screen and (max-width: 800px){
    .top_main_news_alarm {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
    }
    .top_main_news_alarm {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
    }
    .top_main_news_alarm > .top_main_news_alarm_left { grid-area: 1 / 1 / 2 / 2; }
    .top_main_news_alarm > .top_main_news_alarm_right { grid-area: 2 / 1 / 3 / 2; }
    .top_main_news_alarm > .top_main_news_alarm_row {grid-area: 1 / 1 / 3 / 2;}
}

@media screen and (max-width: 425px){
    .editorjs-show iframe {
        max-width: 375px;
        max-height: 235px;
    }
}
.heroes_z_description {
    font-style: italic;
}
@media (max-width: 820px) {
    .header-wrap{
        height: 120px;
    }
    .header-content-block{
        flex-wrap: wrap;
        height: 120px;
        align-items: start;
    }
    .header-content__main-logo {
        order: 1;
    }
    .header-content-block__right{
        order: 2;
    }
    .header-content-block > * {
        height: 60px;
    }
    .header-content__menu-list {
        order: 3;
        margin-left: 0;
    }
    .block-main-menu{
        top:120px;
    }
    .ddos {
        margin-top:180px
    }
    body > div:nth-child(2) {
        margin-top: 180px;
    }
}

@media (max-width: 600px) {
    .header-content__menu-list .list-item {
        margin: 0 .5rem;
    }
    .heroes_z_link {
        min-width: 100px;
        width: 100px;
    }
    .header-content__menu-list {
        /*display: none;*/
    }
}
@media (max-width: 510px) {
    .header-content__main-logo {
        min-width: 200px;
        width: 200px;
        background-size: contain;margin-right: 0;
    }
    .header-content-block {
        width: calc(100% - 20px);
    }
}
@media (max-width: 375px) {
    .header-age-icon {
        display:none;
    }
}
footnotes {
    font-size: .9em;
    font-style: italic;
    margin-bottom: 20px;
    display: block;
}

footnotes li {
    list-style-type: none;
}

/* tags */
.post-tags-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 6px;
    margin: 0 auto;
    max-width: 810px;
}
.post-tags-block .post-tag {
    background: #f4f4f4;
    border-radius: 4px;
    color: #000;
    display: block;
    font: 300 13px/18px Noto Sans,sans-serif;
    letter-spacing: .4px;
    margin: 0 20px 20px 0;
    padding: 8px;
    text-transform: uppercase;
    transition: .3s;
    text-decoration: none;
}

.post-tags-block .post-tag:hover {
    background: #00baba;
    color: #fff;
    text-decoration: none;
}

#loading_more {
    display: none;
}
#text_more {
    display: none;
}
#loading_more.show {
    display: block;
}
#text_more.show {
    display: block;
}
@media screen and (max-width: 560px) {
    .mob-hide {
        display: none !important;
    }
    .mob-show {
        display: block !important;
    }
    .sidebar-mob {
        min-width: 320px;
    }
}
@media screen and (min-width: 560px) {
    .mob-show {
        display: none !important;
    }
    .mob-hide {
        display: block !important;
    }
}


@media screen and (max-width: 1199px) {
    .tablet-hide {
        display: none !important;
    }
    .tablet-show {
        display: block !important;
    }
    .sidebar.tablet-show {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(4, auto);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        margin: 0;
        padding: 0;
    }
    .sidebar.tablet-show > *:nth-child(1) {
        grid-area: 1 / 1 / 5 / 2;
    }
    .sidebar.tablet-show > *:nth-child(2) {
        grid-area: 1 / 2 / 5 / 3;
    }
    .sidebar.tablet-show > *:nth-child(3) {
        grid-area: 1 / 3 / 5 / 4;
    }
    .sidebar.tablet-show > *:nth-child(4) {
        grid-area: 1 / 4 / 5 / 5;
    }
}
@media screen and (max-width: 800px) {

    .sidebar.tablet-show > *:nth-child(1) {
        grid-area: 1 / 1 / 3 / 3;
    }
    .sidebar.tablet-show > *:nth-child(2) {
        grid-area: 1 / 3 / 3 / 5;
    }
    .sidebar.tablet-show > *:nth-child(3) {
        grid-area: 3 / 1 / 5 / 3;
    }
    .sidebar.tablet-show > *:nth-child(4) {
        grid-area: 3 / 3 / 5 / 5;
    }
}
@media screen and (max-width: 560px) {

    .sidebar.tablet-show > *:nth-child(1) {
        grid-area: 1 / 1 / 2 / 5;
    }
    .sidebar.tablet-show > *:nth-child(2) {
        grid-area: 2 / 1 / 3 / 5;
    }
    .sidebar.tablet-show > *:nth-child(3) {
        grid-area: 3 / 1 / 4 / 5;
    }
    .sidebar.tablet-show > *:nth-child(4) {
        grid-area: 4 / 1 / 5 / 5;
    }
}
@media screen and (min-width: 1199px) {
    .tablet-show {
        display: none !important;
    }
    .tablet-hide {
        display: block !important;
    }
}

.author-name, .category-name {
    margin: 32px 0;
}
.author-name, .category-name, .main-title, .post-main-title {
    font: 700 33px/40px "PT Serif",serif;
}
.author-block {
    border: 1px solid silver;
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
    width: 100%;
}
.author-block__photo {
    background: #f4f4f4;
    padding: 30px 25px 40px;
    width: 250px;
}
.author-block__text {
    padding: 32px 26px 26px 0;
    width: calc(100% - 270px);
}
.author-photo__img {
    align-items: center;
    display: flex;
    height: 200px;
    justify-content: center;
    margin-bottom: 16px;
    overflow: hidden;
    width: 200px;
    aspect-ratio: 1/1;
}
.author-photo__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.author-photo__name {
    font: 700 17px/27px "PT Serif",serif;
    margin-bottom: 8px;
}
.author-text__description {
    font: 400 16px/28px Noto Sans,sans-serif;
    letter-spacing: .4px;
    white-space: break-spaces;
    width: 84%;
}
.author-news-sub-title, .block-name .block-name__text, .subject__main-link .subject__main-title {
    font: 700 28px/30px "PT Serif",serif;
}

@media screen and (max-width: 767px){

    .author-block {
        display: block;
    }
    .author-block__photo, .author-block__text {
        padding: 20px;
        width: 100%;
    }
    .author-block__photo, .author-block__text {
        padding: 20px;
        width: 100%;
    }
}

/* BLOGGERS, EXPERTS PAGES */
.experts-block, .expert-person {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .experts-block {
    margin-bottom: 50px;
    border-bottom: 1px solid #c0c0c0;
  }
  .wrap .expert-person {
      color: #000;
  }
  .expert-person {
    color: #000;
    width: calc(33% - 25px);
    margin-bottom: 46px;
  }
  .expert-person, .experts-block {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }
  .expert-person__img-block {
    position: relative;
  }
  .expert-person__img-block .expert-count-posts {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    border-radius: 50%;
    overflow: hidden;
    width: 20px;
    height: 20px;
    background: #00baba;
    color: #fff;
    text-align: center;
    font: 400 11px/20px "Noto Sans", sans-serif;
  }
  
  .expert-person__img-block, .expert-person__img {
    width: 68px;
    height: 68px;
    background: #f4f4f4;
    border-radius: 50%;
  }
  
  .expert-person__img {
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
  }
  .expert-person__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .expert-person__name-block {
    width: calc(100% - 88px);
  }
  
  .expert-person__name {
    font: 700 18px/24px "PT Serif", serif;
    margin-bottom: 8px;
  }
  
  .expert-person__status {
    font: 300 13px/18px "Noto Sans", sans-serif;
  }
  
  .sidebar-cat-items {
    display: flex;
    flex-direction: column;
    margin-top: -34px;
  }
  .sidebar-cat-items .cat-item {
    text-decoration: none;
    color: #414141;
    font: 700 13px/18px "Noto Sans", sans-serif;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 40px;
  }
  
  @media screen and (max-width: 991px) {
    .expert-person {
      width: calc(50% - 25px);
      margin-bottom: 24px;
    }
  
    .experts-block {
      margin-bottom: 26px;
    }
  }
  @media screen and (max-width: 767px) {
    .expert-person {
      width: 100%;
    }
  }

/* /BLOGGERS, EXPERTS PAGES */

.lenta-descr{
    font-style: italic;
    margin-bottom: 38px;
}

/*/////// VIDEO TILE //////////////*/
:root {
    --video-radius: 10px;
}
.video-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.video-item {
    width: 30%;
    margin: 20px auto;
    border-radius: var(--video-radius);
    display: block;
    transition: all 0.2s;
}
.video-item:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    text-decoration: none;
}
a.video-item:hover{
    text-decoration: none;
}
a.video-item:hover p{
    color: #009A58;
}
.video-item-top{
    height: 0;
    padding-bottom: 56%;
    position: relative;
}
a.video-item{color: #000;}
.video-item-top picture {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.video-item-top picture img {
    width: 100%;
    height: 100%;
    border-top-left-radius: var(--video-radius);
    border-top-right-radius: var(--video-radius);
}
.video-item-body {
    padding: 15px;
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 2px;
    border-bottom-left-radius: var(--video-radius);
    border-bottom-right-radius: var(--video-radius);
}
.video-item .video-count-block {
    position: absolute;
    right: 15px;
    bottom: 10px;
}
.video-item .video-count {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    color: #fff;
    display: flex;
    line-height: 20px;
    padding: 0 8px;
    font-size: 13px;
}
.video-item-body {
    display: flex;
}
.video-item .logo {
    flex: 10% 1 1;
    background-image: url('/assets/img/128.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.video-item .content {
    flex: 80% 1 1;
    margin-left: 10px;
}
.video-item .content p {
    text-indent: 0;
    margin: 0;
    line-height: 1.3rem;
    font-size: 14px;
    transition: all 0.2s;
}
.video-item .meta {
    color: #818c99;
    font-size: 13px;
    line-height: 16px;
    white-space: nowrap;
}

@media screen and (max-width: 991px) {
    .video-item {
        width: 48%;
    }
}
@media screen and (max-width: 767px) {
    .video-item {
        width: 100%;
    }
}
/*/////// /VIDEO TILE //////////////*/

.sidebar_block-sticky {
    position: sticky;
    top: 120px;
}

/*/////  FAN_TV PLAYLIST  //////////*/
.fan-tv.fantv-wrapper {
    display: flex;
    /* flex-direction: column; */
    border: 1px solid silver;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500;
    height: 500px;
    min-width: 400px;
    /* position: relative; */
}
.fan-tv-right {
    background: #fff;
    bottom: 0;
    box-shadow: 0 0 40px rgb(0 0 0 / 12%);
    position: fixed;
    right: -1500px;
    top: 120px;
    transition: .3s ease-out;
    width: 272px;
    z-index: 1002;
}
.fan-tv-right.show {
    right: 5px;
}
.fan-tv .player-wrapper {
    position: absolute;
    left: 0px;
    transform: translateX(-100%);
    height: calc(100% + 2px);
    top: -1px;
    aspect-ratio: 16 / 9;
    width: calc(400px / 9 * 16);
    padding: 2rem;
    border: 1px solid silver;
    background-color: #fff
}
.fan-tv .frame-wrapper {
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}
.fan-tv .frame-wrapper iframe {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.fan-tv .playlist {
    display: flex;
    flex-direction: column;
}
.fan-tv .header {
    padding: 12px 6px 12px 16px;
    position: relative;
    min-height: 54px;
    display: flex;
    width: 100%;
}
.fan-tv .playlist-name {
    overflow: hidden;
    text-overflow: ellipsis;
}
 .fan-tv .playlist-items {
    background-color: #fff;
    height: 100%;
    padding: 0 0 4px 0;
    overflow-y: auto;
    overflow-x: hidden;
 }
a.fan-tv__logo{
  width: 92px;
  height: 20px;
  margin: auto 0;
  background: url("/assets/img/fan-tv__logo.svg") no-repeat center;
}
.fan-tv .item-wrapper {
    background-color: #fff;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    margin: 6px 0;
    padding: 1rem;
}

.fan-tv .item-wrapper:hover {
    background-color: #f4f4f4;
}
.fan-tv .caption {
    flex-basis: 60%;
    padding-right: 1rem;
}
.fan-tv .caption__meta {
    font: 400 12px/20px Noto Sans,system-ui,sans-serif;
    letter-spacing: .4px;
    color: #767676;
}
.fan-tv .player .caption__meta {
    font-size: 14px;
}
.fan-tv .player-caption {
    margin-left: 5px;
}
.fan-tv .caption .caption__title {
    margin-top: .5rem;
    max-height: 60px;
    overflow: hidden;
    word-break: break-word;
    color: #414141;
    transition: .2s;
    font: 400 16px/20px "PT Serif",system-ui,serif;
}
.fan-tv .img {
    flex-basis: 40%;
    position: relative;
}
.fan-tv .img img{
    width: 100%;
}
/* .fan-tv .img::after {
    background: rgba(0,0,0,.5) url('/assets/img/icons/icon-live-play-light.svg') no-repeat 50%;
    background-size: 10px;
    border-radius: 50%;
    content: "";
    display: block;
    height: 36px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .2s ease;
    width: 36px;
} */
.fan-tv .item-wrapper:hover .img::after {
    transform: translate(-50%,-50%) scale(1.3);
}
.close-widget_btn {
    background: url('/assets/img/icons/icon-menu-close-black.svg') no-repeat 50%;
    cursor: pointer;
    height: 12px;
    width: 12px;
}
.player-title{
    color: #000;
    transition: .2s;
    font: 700 18px/24px "PT Serif",system-ui,serif;
    margin-top: 10px;
    word-break: break-word;
}
.player-link {
    margin-top: 15px;
    margin-bottom: 5px;
    text-decoration: none;
    display: block;
}
.player-link:hover .player-title{
    color: #105B3B;
}
.fan-tv .close-widget_btn {
    position: absolute;
    right: 20px;
    top: 20px;
}
.fan-tv .item-wrapper[data-active="true"] {background-color: #f4f4f4;}
@media screen and (max-width: 1200px) {
    .fan-tv.fantv-wrapper {
        flex-direction: column;
        top: 160px;
        overflow-x: hidden;
        height: calc(100vh - 180px);
        width: 100%;
        min-width: 0px;
    }
    .fan-tv .player-wrapper {
        position: static;
        transform: none;
        width: 100%;
    }
    .fan-tv .playlist {
        max-height: 50%;
    }
    .fan-tv .img {
        flex-basis: 20%;
    }
    .fan-tv .caption {
        flex-basis: 80%;
    }
}
@media screen and (max-width: 425px) {
    .fan-tv .img {
        display: none;
    }
    .fan-tv .caption {
        flex-basis: 100%;
    }
}

/*/////  /FAN_TV PLAYLIST  //////////*/

.right-widget-btn {
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 30px rgb(0 0 0 / 12%);
    cursor: pointer;
    display: flex;
    height: 42px;
    justify-content: space-between;
    padding: 0 15px;
    position: fixed;
    right: -50;
    top: 100px;
    transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 120px;
    z-index: 9;
    transition: all .6s ease-out;
}
.right-widget-btn.show {
    right: 0;
}
.error__block {
    margin-bottom: 60px;
}
.error__block .main-title{
    text-align: center;
    margin: 1rem auto 3rem auto;
}
.error__block {
    color: #414141;
    font: 400 16px/28px Noto Sans,sans-serif;
}
.error__block p {
    letter-spacing: .4px;
}
.error__block ul {
    margin-left: 3rem;
    color: #414141;
}

.error__block ul li {
    letter-spacing: 0.4px;
    margin-bottom: 12px;
}
.error__block .image {
    width: 100%;
    max-width: 600px;
    margin: 1rem auto 2rem;
    aspect-ratio: 16 / 9;
}
.error__block .image img {
    width: 100%;
}

/* //// MODAL MENU //// */
.modal-menu-wrap {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    height: calc(100vh - 50px);
    z-index: 1004;
    opacity: 0;
    transition: 0.3s ease;
    visibility: hidden;
  }
  .modal-menu-wrap.show {
    opacity: 1;
    visibility: visible;
  }
  @media screen and (max-width: 768px) {
    .modal-menu-wrap {
      padding-right: 0;
    }
  }
  .modal-menu-wrap .modal-menu-container {
    width: 100%;
    height: 100%;
    max-width: 1410px;
    margin: 0 auto;
    padding: 25px 15px;
    display: flex;
    justify-content: space-between;
  }
  @media (min-width: 1781px) {
    .modal-menu-wrap .modal-menu-container {
      padding: 25px 0;
    }
  }
  .modal-menu-wrap .modal-menu-container .menu-paranja {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
  }
  .modal-menu-wrap .modal-menu-container .modal-menu__left-block {
    width: 330px;
    background: #fff;
    position: relative;
    z-index: 4;
  }
  .modal-menu-wrap .modal-menu-container .modal-menu__left-block:before {
    content: "";
    position: absolute;
    top: -25px;
    right: 0;
    bottom: -25px;
    width: 3000px;
    background: #fff;
    z-index: -1;
  }
  @media screen and (max-width: 767px) {
    .modal-menu-wrap .modal-menu-container .modal-menu__left-block:before {
      right: -100px;
    }
  }
  @media screen and (max-width: 1279px) {
    .modal-menu-wrap .modal-menu-container .modal-menu__left-block {
      width: 300px;
    }
  }
  @media screen and (max-width: 1024px) {
    .modal-menu-wrap .modal-menu-container .modal-menu__left-block {
      width: 260px;
    }
  }
  @media screen and (max-width: 767px) {
    .modal-menu-wrap .modal-menu-container .modal-menu__left-block {
      width: 100%;
    }
  }
  .modal-menu-wrap .modal-menu-container .modal-menu__right-block {
    width: calc(100% - 480px);
    overflow-y: auto;
    padding-right: 15px;
    padding-top: 17px;
  }
  @media screen and (max-width: 1279px) {
    .modal-menu-wrap .modal-menu-container .modal-menu__right-block {
      width: calc(100% - 380px);
    }
  }
  @media screen and (max-width: 1024px) {
    .modal-menu-wrap .modal-menu-container .modal-menu__right-block {
      width: calc(100% - 290px);
      padding-top: 24px;
    }
  }
  
  .modal-menu__category-list {
    overflow-y: auto;
    height: calc(100vh - 175px);
    margin-bottom: 25px;
  }
  .modal-menu__category-list .list-item {
    padding: 17px 0;
    color: #000;
    border-top: 1px solid #c0c0c0;
    font: 500 13px "Noto Sans", sans-serif;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all linear 0.3s;
    margin-right: 15px;
  }
  .modal-menu__category-list .list-item.selected, .modal-menu__category-list .list-item:hover {
    color: #009A58;
  }
  .modal-menu__category-list .list-item:first-child {
    border-top: none;
  }
  .modal-menu__category-list .list-item.selected {
    padding-left: 15px;
  }
  .modal-menu__category-list .list-item.separator {
    height: 2px;
    border: none;
    padding: 0;
    margin: 0.5rem 0;
    background-color: #CCF5DF;
    cursor: none;
    pointer-events: none;
  }
  .modal-menu__category-list .list-item.separator + .list-item {
    border-top: 0;
  }
  @media screen and (max-width: 768px) {
    .modal-menu__category-list .list-item {
      margin-right: 0;
    }
    .modal-menu__category-list .list-item.selected {
      padding-left: 0;
    }
  }
  
  .modal-menu__share-block {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  @media screen and (max-width: 768px) {
    .modal-menu__share-block {
      display: flex;
      justify-content: space-between;
    }
  }
  .modal-menu__share-block a {
    display: block;
    width: 26px;
    height: 24px;
    margin-right: 40px;
    filter: brightness(0);
  }
  @media screen and (max-width: 1279px) {
    .modal-menu__share-block a {
      margin-right: 34px;
    }
  }
  @media screen and (max-width: 1024px) {
    .modal-menu__share-block a {
      margin-right: 30px;
    }
  }
  @media screen and (max-width: 768px) {
    .modal-menu__share-block a {
      margin-right: 0;
      filter: none;
    }
  }
  .modal-menu__share-block a:hover {
    filter: brightness(1);
  }
  .modal-menu__share-block a.menu-vk {
    background: url("/assets/img/share-icons/share-vk.svg") no-repeat center;
  }
  .modal-menu__share-block a.menu-zen {
    background: url("/assets/img/share-icons/share-zen-perforated.svg") no-repeat center;
  }
  .modal-menu__share-block a.menu-ok {
    background: url("/assets/img/share-icons/share-ok.svg") no-repeat center;
  }
  .modal-menu__share-block a.menu-rss {
    background: url("/assets/img/share-icons/share-rss.svg") no-repeat center;
  }
  .modal-menu__share-block a.menu-tg {
    background: url("/assets/img/share-icons/share-tg.svg") no-repeat center;
  }
  
  .modal-menu__news-block .block-name__text:hover {
    color: #009A58;
  }
  .modal-menu__news-block .block-name__all {
    color: #00baba;
  }
  
  .menu-modal__news-list .menu-news-item {
    width: 100%;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  @media screen and (max-width: 991px) {
    .menu-modal__news-list .menu-news-item {
      margin-bottom: 18px;
    }
  }
  .menu-modal__news-list .menu-news-item .menu-item__image {
    display: flex;
    width: 160px;
    height: 88px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
  }
  .menu-modal__news-list .menu-news-item .menu-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu-modal__news-list .menu-news-item .menu-item__text {
    width: calc(100% - 190px);
  }
  .menu-modal__news-list .menu-news-item .menu-item__text .menu-item__info-block {
    display: flex;
    margin-bottom: 8px;
  }
  .menu-modal__news-list .menu-news-item .menu-item__text .menu-item__title {
    font: 400 17px/27px "PT Serif", serif;
    color: #414141;
  }
  @media screen and (max-width: 991px) {
    .menu-modal__news-list .menu-news-item .menu-item__text .menu-item__title {
      font: 400 15px/21px "PT Serif", serif;
      max-height: 62px;
      overflow: hidden;
    }
  }

/* //// MODAL MENU //// */

.slider-galleryPost figure {
    margin-top: 0;
}
.pegassSlider > .pegassSliderPrev, .pegassSlider > .pegassSliderNext{
    background: #15754e;
}

.sidebar__block {
    margin: 30px auto;
}
a.sidebar__block-link {
    font: 700 13px/18px Noto Sans,sans-serif;
    letter-spacing: .4px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
}
a.sidebar__block-link:hover {
    text-decoration: none;
    color: #009A58;
}

.sidebar__post-simple {
    width: max-content;
    max-width: 100%;
    position: relative;
}
.sidebar__post-simple .image__block {
    margin-bottom: 16px;
    transition: .2s ease;
    width: 100%;
    aspect-ratio: 16 / 9
}
.sidebar__post-simple img {
    max-width: initial;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    max-height: 100%;
    pointer-events: none;
}
.sidebar__post-simple .link {
    color: #414141;
    font: 400 15px/21px "PT Serif",serif;
    margin-bottom: 8px;
    transition: .2s ease;
}
.sidebar__post-simple .link:hover {
    color: #009A58;
    text-decoration: none;
}
.sidebar__post-simple .link::before {
    position: absolute;
    inset: 0;
    content: '';
}