@font-face {
  font-family: 'Gogh';
  src: local('Gogh-Light'), url('fonts/Gogh-Light.ttf'), url('fonts/Gogh-Light.woff2') format('woff2'), url('fonts/Gogh-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gogh';
  src: local('Gogh-Regular'), url('fonts/Gogh-Regular.ttf'), url('fonts/Gogh-Regular.woff2') format('woff2'), url('fonts/Gogh-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gogh';
  src: local('Gogh-Medium'), url('fonts/Gogh-Medium.ttf'), url('fonts/Gogh-Medium.woff2') format('woff2'), url('fonts/Gogh-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gogh';
  src: local('Gogh-Bold'), url('fonts/Gogh-Bold.ttf'), url('fonts/Gogh-Bold.woff2') format('woff2'), url('fonts/Gogh-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Fact Semi Expanded';
  src: local('Fact Semi Expanded'), url('fonts/Fact_Semi-Expanded-Extra-Bold.otf');
  font-weight: 800;
  font-style: normal;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  width: 100vw;
  overflow-x: hidden;
}

.no-scroll{
  overflow-y: hidden;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

select{
  -webkit-appearance: none;
  -moz-appearance: none; /* Для Firefox */
  appearance: none;
}

.hidden,
[hidden] {
  display: none !important;
}


.accent-block a,
.contentlink p a {
    color: #0B56C6;
}

.description a, .wp-block-list a {
  
  color:#0B56C6;
}
.block-article-with-btn .taginarticle.tag:nth-of-type(1) {
  color: #0B56C6;
}




.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

*{
  transition: 0.3s ease;
  box-sizing: border-box;
}

body{
  background: #F4F4F4;
  width: 100vw;
  /*overflow-x: hidden;*/
  font-family: 'Gogh', 'Roboto', sans-serif;
  color: #000022;
  padding-bottom: 75px;
}

h1, .h1{
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
}

h2, .h2{
  font-weight: 700;
  font-size: 28px;
  line-height: 25px;
}

h3, .h3{
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}

h4, .h4{
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}

a:hover{
  color: #0B56C6;
}

.dark, .dark a, .dark p, .dark h2{
  color: #fff;
}

.header{
  background: #fff;
  padding: 20px 0;
  margin-bottom: 16px;
  position: sticky;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 1000;
}

.header-article.header{
  position: relative;
}

.header.fixed{
  border-bottom: 1px solid #CCCCD3;
}

.header .wrapper > .d-flex{
  column-gap: 42px;
  justify-content: space-between;
}

.header .navigation{
  column-gap: 42px;
  align-items: center;
}

.header .burger-logo{
  align-items: center;
  column-gap: 30px;
}

.header-icons{
  display: flex;
  align-items: center;
  column-gap: 16px;
  position: relative;
}

.header-menu ul{
  gap: 6px;
  justify-content: left;
}

.header-menu ul li a, .header-menu ul li span{
  display: block;
  padding: 5px 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  white-space: nowrap;
}

.block{
  background: #fff;
  padding: 28px 32px;
}

.block.small{
  padding: 16px 16px 16px 20px;
}

.main-first-block .column-2{
  column-gap: 42px;
}

.main-first-block .block-posts-2{
  width: 316px;
}

.main-first-block .block-posts-2 .post:not(:last-child){
  margin-bottom: 22px;
}

.main-first-block .main-post{
  width: calc(100% - 316px - 42px);
}

.image-post img{
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tags{
  gap: 10px;
}

.tags .tag{
  display: block;
  color: #9999A7;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}

.tags.small .tag{
  font-size: 14px;
  line-height: 18px;
}

.tags .tag.main{
  color: #0B56C6;
}

.tags a.tag:hover, .tags .tag.main:hover{
  color: #000022;
}

.main-first-block .block-posts-2 .image-post,
.tags.small{
  margin-bottom: 12px;
}

.main-first-block .block-posts-2 .image-post img{
  height: 197px;
  object-fit: cover;
}

.main-first-block .main-post .image-post{
  margin-bottom: 24px;
}

.main-first-block .main-post .tags{
  margin-bottom: 16px;
}

.main-first-block .main-post .image-post img{
  height: 352px;
}

.main-first-block .main-post .title{
  margin-bottom: 12px;
}

.main-first-block .main-post .description-post{
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

.main-first-block .promotion{
  height: 274px;
  margin-bottom: 16px;
}

.main-first-block .promotion img{
  height: 100%;
  width: 100%;
}

.main-first-block .news{
  height: 435px;
}

.title-block {
  justify-content: space-between;
  column-gap: 16px;
  margin-bottom: 32px;
}

.news .title-block{
  justify-content: space-between;
  column-gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #CCCCD3;
  margin-bottom: 0;
}

section{
  margin-bottom: 16px;
}

.container-news{
  margin: 7px 0 0;
  height: calc(100% - 43px - 7px);
  overflow-y: auto;
  padding-right: 10px;
}

.container-news .post:not(:last-child){
  margin-bottom: 20px;
}

.container-news .post:first-child{
  margin-top: 10px;
}

.by-tag-slide{
  width: 297px;
  flex: 0 0 297px;
}

.video-slide{
  width: 357px;
  flex: 0 0 357px;
}

.video-slide .image-post{
  width: 357px;
  aspect-ratio: 16 / 9;
  margin-bottom: 12px;
}

.by-tag-slide .image-post{

  margin-bottom: 12px;
}

.list-video .image-post{
  margin-bottom: 12px;
}

.by-tag-slide .image-post img, .video-slide .image-post img{
  height: 100%;
}

.video-slide .image-post {
  height: 202px;
}

.video-slide .image-post video{
  object-fit: cover;
}

.by-tag-slide .h4, .video-slide .h4, .container-feed .post .h4, .popular-slide .h4, .list-video .h4{
  font-size: 18px;
  line-height: 24px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  opacity: 0;
}

.swiper-button-next:after, .swiper-button-prev:after{
  content: '';
  display: block;
  background: url('../img/arrow.svg');
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-button-prev:after{
  transform: rotate(180deg);
}

.swiper-button-next, .swiper-button-prev{
  background: #fff;
  border-radius: 100%;
  box-shadow: -1.76px 1.76px 3.52px 0px #0000002B;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next:hover, .swiper-button-prev:hover{
  background: #CCCCD3;
  box-shadow: -1.76px 1.76px 3.52px 0px #0000002B;
}

.swiper-button-next:hover:after, .swiper-button-prev:hover:after{
  background: url(../img/arrow-light.svg);
}

.container-feed{
  column-gap: 48px;
  row-gap: 38px;
}

.container-feed .post{
  width: calc((100% - 44px) / 3);
}

.container-feed .post .image-post{
  height: 235px;
  margin-bottom: 18px;
}

.container-feed .post .tags, .popular-slide .tags{
  margin-bottom: 12px;
}

.popular-slide, .course-slide, .event-slide{
  padding: 0 24px;
  border-right: 1px solid #CCCCD3;
}

/*.popular-slide:first-child, .course-slide:first-child, .event-slide:first-child{*/
/*  padding-left: 0;*/
/*}*/

.swiper-wrapper{
  width: max-content;
  overflow-x: hidden;
}

#events-slider .swiper-wrapper, #popular-slider .swiper-wrapper, #courses-slider .swiper-wrapper{
  margin: 0 -24px;
}

.popular-slide:last-child, .course-slide:last-child, .event-slide:last-child{
  padding-right: 0;
  border-right: none;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 14px;
}

#carousel-banner, #carousel-banner-mob{
  padding-bottom: 42px;
}

.swiper-pagination-bullet{
  opacity: 1;
  background: #CCCCD3;
}

.swiper-pagination-bullet-active{
  background: #0B56C6;
}

.container-slider-history{
  background-color: #0D2953;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 28px 32px;
}

.container-slider-history h2{
  color: #fff;
}

.hystory-slide{
  width: 270px;
  flex: 0 0 270px;
}

.hystory-slide .image-post{
  position: relative;
  height: 340px;
}

.hystory-slide .image-post:after{
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 108.09%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hystory-slide .post{
  position: relative;
}

.hystory-slide .content{
  position: absolute;
  padding: 24px 8px;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.hystory-slide .content p{
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}

.title-with-icon{
  column-gap: 12px;
  align-items: center;
}

.event-slide, .course-slide, .popular-slide{
  width: 404px;
  flex: 0 0 404px;
}

.event-slide .address{
  margin-bottom: 20px;
  height: 21px;
  overflow-y: hidden;
}

.event-slide .address p{
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #0B56C6;
}

.event-slide .title, .event-slide .tags{
  margin-bottom: 20px;
}

.course-slide .title, .course-slide .characteristic{
  margin-bottom: 20px;
}

.blue-btn{
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  display: block;
  color: #fff;
  background: #0B56C6;
  padding: 6px 12px;
  width: max-content;
  border: 2px solid #0B56C6;
  border-radius: 2px;
}

.blue-btn:hover{
  background: #fff;
  color: #0B56C6;
}

.grey-btn{
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  display: block;
  color: #000022;
  background: #F4F4F4;
  padding: 10px 40px;
  width: max-content;
  border: none;
}

.grey-btn:hover{
  background: #0B56C6;
  color: #fff;
}

.characteristic{
  column-gap: 30px;
}

.characteristic p{
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  position: relative;
  color: #0B56C6;
}

.rating{
  padding-left: 20px;
  position: relative;
}

.rating:before{
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url('../img/rating.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}

.characteristic p:not(:first-child):before{
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  background: #000022;
  border-radius: 100%;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-slide a{
  display: block;
}

.carousel-slide img{
  display: block;
  width: 100%;
  height: 100%;
}

.container-main-post{
  margin-bottom: 38px;
  column-gap: 42px;
}

.container-main-post .image-post, .container-main-post .content{
  width: calc((100% - 42px) / 2);
}

.container-main-post .content{
  flex-direction: column;
  justify-content: center;
  padding-right: 34px;
}

.container-main-post .content .tags{
  margin-bottom: 12px;
}

.container-main-post .content .title{
  margin-bottom: 24px;
}

.container-main-post .content .description-post{
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.by-tag-2-slide{
  width: 475px;
  flex: 0 0 475px;
}

.by-tag-2-slide .post{
  display: flex;
  column-gap: 14px;
}

.by-tag-2-slide .post .image-post{
  width: 152px;
}

.by-tag-2-slide .post .content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 152px - 14px);
}

.tabs-carousel{

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 42px 0;
}

.container-tab-content{
  column-gap: 75px;
  padding-left: 43px;
  padding-right: 60px;
}

.container-tab-content .main .video,
.container-tab-content .main .image-video{
  margin-bottom: 24px;
}

.container-tab-content p{
  color: #fff;
}

.container-tab-content .main .title-main-video, .container-tab-content .main .description-main-video{
  padding-right: 44px;
}

.container-tab-content .main .description-main-video{
  min-height: 72px;
}

.container-tab-content .main .title-main-video p{
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 18px;
}

.container-tab-content .main .description-main-video p{
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

.container-tab-content .main{
  width: calc(100% - 535px - 75px);
}

.container-tab-content .section-list{
  width: 535px;
}

.container-tab-content .section-list .list{
  margin-bottom: 24px;
}

.link-arrow{
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 0;
  position: relative;
  padding-right: 28px;
  display: block;
  width: max-content;
}

.link-arrow:hover{
  padding-right: 38px;
}

.link-arrow:after{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url('../img/arrow-line.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.text-arrow:hover{
  color: #000022;
}

.text-arrow:hover:after{
  right: -8px;
}

.text-arrow:after{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url('../img/arrow-black.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  transition: 0.3s ease;
}

.history .text-arrow:after{
  background: url('../img/arrow-white-2.svg');
}

.container-tab-content .link-arrow{
  color: #fff;
}

.block-list{
  display: flex;
  column-gap: 18px;
  align-items: center;
  margin-bottom: 24px;
}

.block-list:not(:last-child){
  margin-bottom: 16px;
}

.block-list .video,
.block-list .image-video{
  width: 268px;
  height: 152px;
}

.block-list .video img,
.block-list .image-video img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-list .title-list-video{
  width: calc(100% - 268px - 18px);
}

.block-list .title-list-video p{
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.tab-btn-active {
  pointer-events: none;
  color: red;
}

.tab-pane:not(.tab-pane-show) {
  display: none;
}

.posts .block-list .title-list-video p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.posts .block-list .video img{
  width: 100%;
  height: 100%;
}

#tabs .tab-nav{
  margin-bottom: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
  height: 40px;
}

#tabs .tab-btn{
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #6B7B94;
}

#tabs .tab-btn.tab-btn-active{
  color: #fff;
  border-bottom: 1px solid #fff;
}

.text-arrow{
  font-weight: 500;
  font-size: 18px;
  color: #000022;
  /*padding-left: 16px;*/
  /*display: flex;*/
  /*align-items: center;*/
  /*column-gap: 12px;*/
  position: relative;
  padding-right: 28px;
  display: block;
  width: max-content;
}

.text-arrow p{
  white-space: nowrap;
}

.history .text-arrow{
  color: #fff;
}

/*.history .text-arrow:hover{*/
/*  color: #0B56C6;*/
/*}*/

/*.text-arrow:hover svg path{*/
/*  stroke: #0B56C6;*/
/*}*/

.container-tab-content .main .video img,
.container-tab-content .main .image-video img{
  width: 100%;
}

.main-first-block .news .container-news.scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.main-first-block .news .container-news.scroll::-webkit-scrollbar-track {
  background: #fff;
}

.main-first-block .news .container-news.scroll::-webkit-scrollbar-thumb {
  background-color: #CCCCD3;
  border-radius: 11px;
}

.tablet{
  display: none;
}

.mobile, .article.with-image .content.mobile{
  display: none;
}

.mobile-tabs-container-posts{
  width: 100%;
}

.mobile-tabs-slide{
  width: 343px;
  flex: 0 0 343px;
}

.mobile-small{
  display: none;
}

.mob-first-block .post{
  position: relative;
}

.mob-first-block .post .image-post{
  position: relative;
}

.mob-first-block .post .image-post:after{
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(1, 1, 21, 0) 0%, rgba(1, 1, 21, 0.9) 67.11%);
}

.mob-first-block .content{
  position: absolute;
  bottom: 26px;
  padding: 0 16px;
  width: 100%;
  left: 0;
}

.mob-first-block .tags .tag{
  color: #fff
}

.mob-first-block .tags.small{
  margin-bottom: 8px;
}

.mob-first-block .title p{
  color: #fff
}

.form-newsletter{
  background: #0B56C6;
  padding: 20px 0 30px;
}

.title-newsletter p{
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: normal;
}

.title-newsletter{
  margin-bottom: 24px;
}

.input-white{
  font-weight: 400;
  font-size: 14px;
  color: #535353;
  padding: 12px;
  border-radius: 2px;
  background: #fff;
  width: 100%;
}

.btn-icon-form{
  background: #0B56C6;
  width: 36px;
  height: 36px;
  background-image: url('../img/arrow-white.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  border-radius: 2px;
}

.btn-icon-form:hover{
  opacity: 0.7;
}

.container-form{
  position: relative;
}

.form-newsletter .btn-icon-form{
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}

.popular-mobile, .posts-in-tags-btn{
  background: #fff;
  padding: 16px 0 20px;
}

.popular-mobile h2, .posts-in-tags-btn h2{
  text-align: center;
  margin-bottom: 24px;
}

.popular-mobile .container-posts .post{
  display: flex;
  column-gap: 12px;
}

.posts-in-tags-btn .container-posts .post{
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.popular-mobile .container-posts .post:not(:last-child), .posts-in-tags-btn .container-posts .post:not(:last-child){
  margin-bottom: 16px;
}

.popular-mobile .container-posts, .posts-in-tags-btn .container-posts{
  margin-bottom: 24px;
}

.popular-mobile .image-post{
  width: 122px;
  min-height: 122px;
}

.posts-in-tags-btn .image-post{
  width: 94px;
  min-height: 94px;
}

.posts-in-tags-btn .image-post img{
  width: 94px;
  height: auto;
  aspect-ratio: 1 / 1;
}

.popular-mobile .content{
  width: calc(100% - 122px - 12px);
}

.posts-in-tags-btn .content{
  width: calc(100% - 94px - 10px);
}

.popular-mobile .title p, .posts-in-tags-btn .title p{
  font-size: 14px;
  line-height: normal;
}

.popular-mobile .tags{
  margin-bottom: 8px;
}

.posts-in-tags-btn .tags{
  margin-bottom: 6px;
}

.border-btn{
  font-weight: 500;
  font-size: 14px;
  color: #000022;
  text-align: center;
  display: block;
  padding: 10px;
  border: 1px solid #CCCCD3;
  border-radius: 2px;
}

.border-btn:hover{
  background: #F4F4F4;
  color: #000022;
}

.full-mobile-container .promotion img{
  width: 100%;
}

.sidebar > div:not(:last-child), .content-page > div:not(:last-child):not([class="heading"]){
  margin-bottom: 14px;
}

.promotion img{
  width: 100%;
}

.sidebar .promotion img{
  height: 340px;
  object-fit: cover;
}

.sidebar .posts-in-tags-btn{
  padding: 20px 10px 16px;
}

.sidebar .posts-in-tags-btn .tags .tag{
  font-size: 14px;
  line-height: normal;
}

.btn-block{
  margin-top: 24px;
  text-align: center;
}

.btn-block button{
  margin: 0 auto;
}

.heading{
  padding: 12px 32px 16px;
  background: #fff;
  margin-bottom: 0;
  border-bottom: 1px solid #CCCCD3;
}

.breadcrumbs{
  margin-bottom: 16px;
}

.breadcrumbs span, .breadcrumbs a{
  font-size: 14px;
  line-height: normal;
}

.breadcrumbs a, .breadcrumbs span.delimiter{
  color: #9999A7;
}

.breadcrumbs a:hover{
  color: #0B56C6;
}

.feed-blog{
  background: #fff;
  padding-bottom: 24px;
}

.feed-blog .container-feed .post {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 18px 32px;
  column-gap: 20px;
  border-bottom: 1px solid #CCCCD3;
}

.feed-blog .container-feed .post .image-post{
  min-height: 142px;
  height: 100%;
  margin-bottom: 0;
  width: 250px;
}

.feed-blog .container-feed .post .content{
  width: calc(100% - 250px - 20px);
}

.feed-blog .container-feed .post .h4{
  margin-bottom: 16px;
}

.author .tag{
  font-weight: 500;
  font-size: 14px;
  color: #9999A7;
}

.title-article p{
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #9999A7;
}

.header-article .navigation{
  align-items: center;
}

.header.header-not-margin{
  margin-bottom: 0;
}

.header.header-article{
  border-bottom: 1px solid #CCCCD3;
  border-top: 1px solid #CCCCD3;
}

.header .col-12{
  padding-left: 32px;
}

.content-article{
  background: #fff;
  padding: 28px 32px 20px;
  height: max-content;
  margin-bottom: 20px;
}

.block-article-with-btn{
  align-items: center;
  column-gap: 24px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.block-article-with-btn .tags .tag{
  font-size: 18px;
  line-height: normal;
  color: #000022;
}

.heading-broadcasts .tags .tag{
  font-size: 18px;
  line-height: normal;
}

.block-article-with-btn .tags .tag:hover{
  color: #0B56C6;
}

.block-article-with-btn .border-btn, .heading-broadcasts .border-btn{
  padding: 10px 30px;
  font-size: 18px;
  display: flex;
  column-gap: 12px;
  align-items: center;
}

.actions.block-article-with-btn .border-btn, .actions.heading-broadcasts .border-btn{
  padding: 10px 20px;
  font-size: 14px;
  column-gap: 10px;
}

.block-article-with-btn .border-btn img, .heading-broadcasts .border-btn img{
  width: 20px;
}

.block-article-with-btn .buttons, .heading-broadcasts .buttons{
  column-gap: 9px;
}

.content-article .heading{
  padding: 0;
  border-bottom: none;
  margin-bottom: 16px;
}

.content-article .heading h1, .heading-plots h1, .heading-broadcasts h1{
  font-family: 'Fact Semi Expanded', sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
}

.content-article h2{
  font-family: 'Fact Semi Expanded', sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
}

.content-article .subheading p{
  font-weight: 400;
  font-size: 20px;
  color: #9999A7;
  line-height: normal;
  margin-bottom: 24px;
}

.author-block .tag{
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.author-block .tag:hover span{
  color: #0B56C6;
}

.content-article .pretext p{
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 20px;
}

.content-article p, .content-article ul li, .content-article ol li{
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.content-article ul, .content-article ol{
  padding-left: 30px;
}

.content-article ul li{
  list-style-type: disc;
}

.content-article ol li{
  list-style-type: decimal;
}

.content-article .content > *:not(:last-child){
  margin-bottom: 20px;
}

.blockquote{
  border-left: 2px solid #CCCCD3;
  padding-left: 20px;
  margin-bottom: 20px;
}

.accent-block{
  background: #F4F4F4;
  padding: 20px 16px;
}

.content-article ul li:not(:last-child), .content-article ol li:not(:last-child){
  margin-bottom: 20px;
}

/*.content-article ul li:before{*/
/*  content: '- ';*/
/*}*/

.content-article .banner{
  margin: 0 -32px 20px;
}

.content-article .banner img{
  width: 100%;
}

.comments .title-comments{
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 18px;
}

.border-input{
  border: 1px solid #CCCCD3;
  border-radius: 2px;
  padding: 14px 12px;
}

.form-comment .border-input{
  width: calc(100% - 50px - 10px);
  line-height: normal;
}

.form-comment textarea{
  min-height: 52px;
  padding-right: 80px;
}

.form-comment{
  display: flex;
  column-gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 8px;
  margin-bottom: 26px;
  position: relative;
}

.form-comment .btn-icon-form{
  height: 50px;
  width: 50px;
}

.form-comment .agreement{
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #9999A7;
  display: flex;
  column-gap: 4px;
  align-items: center;
}

.form-comment .agreement:before{
  content: '';
  width: 13px;
  height: 13px;
  display: block;
  background: url('./../img/agreement.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex: 0 0 13px;
}

.block-article{
  background: #fff;
  padding: 28px 32px;
  margin-bottom: 20px;
}

.article.with-image .image-post{
  position: relative;
  height: 498px;
  margin-bottom: 20px;
}

.article.with-image .image-post:after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #00000044;
  position: absolute;
  top: 0;
  left: 0;
}

.article.with-image .content{
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 36px;
}

.article .tags .tag{
  color: #000022;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
}

.article.with-image .tags .tag{
  color: #fff;
}

.article .tags .tag:hover{
  color: #0B56C6;
}

.article.with-image .tags{
  margin-bottom: 36px;
}

.article .h4{
  font-family: 'Fact Semi Expanded', sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  color: #000022;
  margin-bottom: 20px;
}

.article.with-image .h4{
  color: #fff;
  margin-bottom: 0;
  max-width: 854px;
}

.article .text{
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  position: relative;
}

.article .text:after{
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -0.04%, rgba(255, 255, 255, 1) 99.96%);
}

.meta-article{
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  column-gap: 24px;
}

.meta-article .date{
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  color: #9999A7;
}

.add .banner img{
  width: 100%;
}

.add{
  margin-bottom: 20px;
}

.image{
  margin-bottom: 20px;
}

.image img{
  width: 100%;
}

.content-article .caption{
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  margin: 18px 0 32px;
  color: #9999A7;
}

.readmore{
  background: #F4F4F4;
  margin: 0 -32px 28px;
  padding: 20px 0 20px 32px;
}

.readmore .by-tag-slide {
  width: 214px;
  flex: 0 0 214px;
}

.readmore .by-tag-slide .image-post{
  height: 234px;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.readmore .by-tag-slide .image-post:after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.readmore .by-tag-slide .post{
  position: relative;
}

.readmore .by-tag-slide .title{
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 8px;
}

.readmore .by-tag-slide .title .h4{
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: #fff;
}

.content-article .readmore h2{
  font-family: 'Gogh', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 26px;
  margin-bottom: 20px;
}

.content-article .readmore .title-block{
  margin-bottom: 0;
}

.reactions{
  display: flex;
  column-gap: 8px;
  position: relative;
}

.reaction{
  background: #F4F4F4;
  padding: 10px 12px;
  border-radius: 16px;
  display: flex;
  column-gap: 6px;
  align-items: center;
  cursor: pointer;
}

.reaction.active{
  background: #CCCCD3;
}

.reaction.add-reaction{
  border-radius: 100%;
}

.reaction span{
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #9999A7;
}

.reaction.active span{
  color: #535353;
}

.comment{
  display: flex;
  column-gap: 8px;
  margin-bottom: 18px;
  flex-wrap: wrap;
  row-gap: 16px;
}

.comment .avatar{
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 100;
}

.comment .author{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.comment .author .name{
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
}

.comment .author .time{
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  color: #9999A7;
}

.comment .text{
  /*width: calc(100% - 50px - 8px);*/
  width: 100%;
}

.content-article .text p{
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}

.limiter {
  max-height: 106px;
  overflow: hidden;
  position: relative;
}
.limiter .bottom {
  position: absolute; /* Если прыгает - можно попробовать sticky */
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 6.96%, rgba(255, 255, 255, 1) 93.82%);
  width: 100%;
  height: 60px;
  opacity: 1;
  transition: 0.3s;
}
.read-more-checker {
  opacity: 0;
  position: absolute;
}

/*.limiter .author{*/
/*  display: none;*/
/*}*/

.read-more-checker:checked ~ .limiter {
  max-height: none;
}

/*.read-more-checker:checked ~ .limiter .author{*/
/*  display: flex;*/
/*}*/

.read-more-checker:checked ~ .limiter .bottom {
  opacity: 0;
  transition: 0.3s;
}

.read-more-checker:checked ~ .limiter .text{
  width: 100%;
}

.read-more-checker ~ .read-more-button:before {
  content: "Смотреть больше";
}
.read-more-checker:checked ~ .read-more-button:before {
  content: "Свернуть";
}
.read-more-button {
  cursor: pointer;
  margin-top: 18px;
}

.post-thumbnail img{
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.post-thumbnail{
  margin-bottom: 20px;
}

.title-block .link a:hover svg rect{
  fill: #9999A7;
}

.feed-blog .container-feed{
  row-gap: 0;
}

.sidebar.desktop-mobile{
  width: 348px;
}

.feed .container-feed{
  column-gap: 22px;
  row-gap: 24px;
}

.feed .container-feed .post .image-post {
  height: 177px;
}

.feed.main .container-feed .post .image-post{
  aspect-ratio: 16 / 9;
  height: auto;
}

.preloader{
  width: max-content;
  margin: 0 auto;
}

.preloader img{
  animation: image1 3s infinite linear  0s;
  -webkit-animation: image1 3s infinite linear  0s;
}
@keyframes image1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes image1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg)
  }
}

.video{
  position: relative;
}

.video:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 108.09%);
  z-index: 2;
  content: '';
}

.video:after{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  display: block;
  background: url('./../img/play.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: 4;
  content: '';
  cursor: pointer;
}

.video.hide:before, .video.hide:after{
  display: none;
}

#carousel-article.swiper-horizontal>.swiper-pagination-bullets, #carousel-article.swiper-pagination-bullets.swiper-pagination-horizontal{
  text-align: right;
  bottom: 34px;
  padding-right: 34px;
}

#carousel-article .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: #9999A7;
  box-shadow: 0px 6.63px 9.94px 0px #00000063;
  vertical-align: middle;
}

#carousel-article .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 14px;
  height: 14px;
  box-shadow: 0px 6.63px 9.94px 0px #00000063;
  background: #fff;
}

.carousel-article-slide img{
  height: 550px;
  object-fit: cover;
  width: 100%;
}

#charCount{
  position: absolute;
  top: 16px;
  right: 72px;
  color: #9999A7;
  font-size: 16px;
  line-height: normal;
}

.content-page .posts-by-tag .post-by-tag{
  margin-right: -32px;
}

.carousel-mob-slide img{
  width: 100%;
}

.mobile-navigation-bottom{
  background: #fff;
  padding: 16px 0;
  box-shadow: 0px -4px 16px 0px #0000220A;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  margin-bottom: 0;
  display: none;
  z-index: 10001;
  border-top: 1px solid #CCCCD3
}

.block-nav{
  display: flex;
  justify-content: space-between;
}

.block-nav .icon-btn{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 2px;
}

.block-nav .icon-btn .link-nav{
  font-size: 12px;
  line-height: 14px;
}

.block-nav .icon-btn svg {
  width: 24px;
}

.block-nav .icon-btn:hover svg path{
  fill: #0B56C6;
}

.block-nav .icon-btn:nth-child(2):hover svg path{
  stroke: #0B56C6;
  fill: #fff;
}

.block-subscribe, .block-share{
  background: #00000033;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 10001;
  display: none;
}

.block-subscribe.show, .block-share.show{
  display: block;
}

.block-subscribe .content, .block-share .content{
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  border-radius: 12px 12px 0 0;
  padding: 32px 12px 24px;
}

.block-share .content{
  padding-bottom: 44px;
}

.block-subscribe .content:before, .block-share .content:before{
  content: '';
  display: block;
  width: 35px;
  height: 5px;
  border-radius: 2px;
  background: #CCCCD3;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.block-subscribe .title-newsletter, .block-share .title-newsletter{
  margin-bottom: 20px;
}

.block-subscribe .title-newsletter p, .block-share .title-newsletter p{
  color: #000022;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
}

.block-subscribe .social, .block-share .social{
  display: flex;
  justify-content: space-around;
  column-gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  row-gap: 12px;
}

.block-share .social{
  margin-bottom: 0;
}

.block-share .social a, .block-share-modal .social a{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #CCCCD3;
  border-radius: 6px;
  width: 56px;
  height: 56px;
}

.other-reaction{
  background: #fff;
  padding: 14px;
  flex-wrap: wrap;
  width: 98px;
  height: 98px;
  column-gap: 22px;
  row-gap: 22px;
  border-radius: 12px;
  position: absolute;
  box-shadow: 0px 10px 23px 0px #0000001A;
  top: -92px;
  right: -94px;
  display: none;
}

.other-reaction.show{
  display: flex;
}

.other-reaction img{
  width: calc((100% - 22px) / 2);
  object-fit: contain;
  cursor: pointer;
}

.burger-menu-container{
  background: #00000080;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 100001;
  display: none;
}

.burger-menu-container.show{
  display: block;
}

.burger-menu-content{
  width: 466px;
  background: #F4F4F4;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  padding: 0 6px 32px 12px;
}

.scroll-block{
  padding-right: 10px;
  height: calc(100vh - 32px - 97px);
  overflow-y: auto;
}

.scroll-block::-webkit-scrollbar, .sub-menu.primary::-webkit-scrollbar, .list-posts::-webkit-scrollbar,  .panel-select .container::-webkit-scrollbar{
  width: 4px;
  height: 4px;
}

.list-tags ul::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.scroll-block::-webkit-scrollbar-track, .sub-menu.primary::-webkit-scrollbar-track, .list-posts::-webkit-scrollbar-track, .list-tags ul::-webkit-scrollbar-track,
.panel-select .container::-webkit-scrollbar-track{
  background: #F4F4F4;
}

.scroll-block::-webkit-scrollbar-thumb, .sub-menu.primary::-webkit-scrollbar-thumb, .list-posts::-webkit-scrollbar-thumb, .list-tags ul::-webkit-scrollbar-thumb,
.panel-select .container::-webkit-scrollbar-thumb{
  background-color: #CCCCD3;
  border-radius: 11px;
}

.header-burger{
  margin: 0 -6px 18px -12px;
  position: relative;
  padding: 16px;
  background: #fff;
  border-bottom: 1px solid #CCCCD3;
}

.close-burger{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  cursor: pointer;
}

.search .input-white{
  padding: 6px 0 6px 52px;
  background-image: url(./../img/search-2.svg);
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: 0 center;
}

.search-page.search .input-white{
  padding: 16px 56px 16px 32px;
  background-image: url('./../img/search-2.svg');
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: right 16px center;
}

.search-topics.search .input-white{
  padding: 16px 56px 16px 32px;
  background-position: right 16px center;
}

.burger-menu{
  display: flex;
  flex-direction: column;
  row-gap: 7px;
  margin-bottom: 7px;
}

.burger-menu li{
  background: #fff;
}

.burger-menu a{

  display: block;
  padding: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
}

.burger-menu a:hover{
  color: #0B56C6;
}

.link-dobro{
  margin-bottom: 18px;
}

.link-dobro a{
  background: #fff;
  padding: 10px 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
}

.has-arrow, .burger-menu a.has-arrow{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.has-arrow:after{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url('./../img/arrow-black.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.dark .has-arrow:after{
  background: url('./../img/arrow-white-2.svg');
}

.has-arrow.active:after{
  transform: rotate(90deg);
}

.link-dobro a div{
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.burger-menu-content .blue-btn{
  width: 100%;
  padding: 12px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 18px;
}

.burger-menu-content .social{
  border-top: 1px solid #CCCCD3;
  border-bottom: 1px solid #CCCCD3;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.burger-menu-content .form-newsletter{
  padding: 26px 20px 36px;
  margin-bottom: 34px;
}

.burger-footer-menu{
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 50px;
}

.copyright{
  font-size: 16px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sub-menu{
  display: none;
}

.sub-menu.show{
  display: flex;
}

.burger-menu .sub-menu{
  margin-top: 12px;
  margin-bottom: 16px;
  flex-direction: column;
  row-gap: 16px;
}

.burger-menu .sub-menu a{
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  padding: 0;
  padding-left: 16px;

}

.running-line{
  background: #D63737;
  padding: 4px 0;
  margin-top: -16px;
  margin-bottom: 16px;
}

.running-line .running-slide p{
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.primary-menu .menu-item > .sub-menu.primary{
  position: absolute;
  z-index: 10000;
  background: #fff;
  padding: 16px 10px 16px 20px;
  border-radius: 6px;
  box-shadow: 0px -1px 2px 0px #8080801A;
  width: 440px;
  height: 234px;
  overflow: hidden;
}

.primary-menu .menu-item > .sub-menu.primary.with-tags{
  width: 612px;
  padding: 0;
}

.container-with-tags{
  display: flex;
  height: 100%;
}

.container-posts-primary{
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.primary-menu .menu-item:hover > .sub-menu.primary{
  display: block;
}

.container-posts-primary .post{
  display: flex;
  column-gap: 10px;
}

.container-posts-primary .post:hover{
  background: #F4F4F4;
}

.container-posts-primary .post .image-post{
  width: 96px;
}

.container-posts-primary .post .image-post a{
  padding: 0;
  display: block;
  height: 100%;
}

.container-posts-primary .post .image-post img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.container-posts-primary .post .content{
  width: calc(100% - 96px - 10px);
  padding: 7px 16px 7px 0;
}

.container-posts-primary .post .tags{
  margin-bottom: 6px;
}

.container-posts-primary .post .tags a{
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  padding: 0;
}

.container-posts-primary .post .title p a{
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  padding: 0;
}

.list-tags ul{
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  padding: 16px 24px ;
  overflow-y: auto;
  height: 100%;
}

.list-tags a{
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
}

.container-with-tags .list-posts{
  padding: 16px 10px 16px 20px;
  border-left: 1px solid #CCCCD3;
  overflow-y: auto;
}

.header-additional{
  opacity: 0;
  position: fixed;
  visibility: hidden;
  margin-bottom: 0;
  padding: 10px 0;
  top: 0;
}

.header-additional.fixed{
  opacity: 1;
  visibility: visible;
}

.add-favourites{
  display: none;
  position: fixed;
  top: 88px;
  left: 50%;
  transform: translateX(-50%);
  background: #3D3D3DF7;
  border-radius: 10px;
  padding: 16px;
  width: 90%;
  max-width: 874px;
  z-index: 1000;
}

.block-share-modal{
  display: none;
  position: fixed;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  max-width: 1440px;
  padding-left: 16px;
  padding-right: 16px;
  column-gap: 16px;
  width: 100%;
}

.block-share-modal .content{
  position: absolute;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 44px 12px;
  width: 375px;
  max-width: 100%;
  z-index: 10000;
  right: 8px;
  box-shadow: 0px 99px 28px 0px #B0B0B01A, 0px -99px 28px 0px #B0B0B01A;
}

.block-share-modal.active{
  display: block;
}

.add-favourites p{
  display: flex;
  color: #fff;
  align-items: center;
  column-gap: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  position: relative;
}

.add-favourites p:after{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url('./../img/arrow-white-2.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

.add-favourites p svg{
  width: 28px;
}

.add-favourites.active{
  display: block;
}

.functional-favourite.active path{
  fill: #000022;
}

.grey.functional-favourite.active path{
  fill: #9999A7;
}

.block-share-modal .title-newsletter p{
  color: #000022;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  text-align: center;
}

.block-share-modal .social{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.infobar{
  display: none;
  position: fixed;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  max-width: 1440px;
  padding-left: 16px;
  padding-right: 16px;
  column-gap: 16px;
  width: 100%;
}

.infobar .content{
  background: #FFFFFF;
  border-radius: 12px;
  padding: 24px 18px;
  width: 387px;
  max-width: 100%;
  z-index: 10000;
  right: 77px;
  box-shadow: 0px 99px 28px 0px #B0B0B01A, 0px -99px 28px 0px #B0B0B01A;
  position: absolute;
}

.infobar.active{
  display: block;
}

.infobar .title-info p{
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 22px;
}

.infobar .info{
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

.infobar .date{
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #9999A7;
}

.infobar .info p{
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}

.infobar .info p .title{
  font-weight: 500;
}

.infobar .info p a{
  color: #0B56C6;
  text-decoration: underline;
}

.infobar .info p a:hover{
  color: #000022;
}

.heading-author, .heading-plots, .heading-broadcasts, .heading-about{
  margin-bottom: 16px;
}

.heading-author{
  display: flex;
  align-items: center;
  column-gap: 53px;
  flex-wrap: wrap;
  row-gap: 16px;
  position: relative;
}

.heading-author .avatar{
  width: 203px;
  height: 203px;
  border-radius: 180px;
  background: #9999A7;
}

.heading-author .content{
  width: calc(100% - 203px - 53px);
}

.heading-author .info-author{
  margin-bottom: 30px;
}

.heading-author .info-author .name{
  margin-bottom: 4px;
  display: flex;
  column-gap: 6px;
}

.heading-author .info-author .name p{
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}

.heading-about .title{
  margin-bottom: 16px;
}

.heading-about .title p{
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
}

.heading-author .info-author .work{
  margin-bottom: 4px;
}

.heading-author .info-author .work p{
  font-size: 16px;
  line-height: normal;
  color: #9999A7;
}

.heading-author .info-author .contact p{
  font-size: 16px;
  line-height: normal;
}

.heading-author .info-author .contact p a{
  color: #0B56C6;
}

.heading-author .description{
  font-size: 16px;
  line-height: normal;
}

.heading-author .logout{
  position: absolute;
  top: 18px;
  right: 38px;
}

.statistics{
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.statistics .grade{
  padding-right: 24px;
  border-right: 1px solid #CCCCD3;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
}

.statistics .blocks-statistic{
  padding-left: 24px;
  display: flex;
  column-gap: 20px;
  align-items: center;
}

.statistics .blocks-statistic > div{
  display: flex;
  column-gap: 5px;
}

.status, .logout, .statistics, .statistics.desktop-mobile{
  display: none;
}

.logged-in .status, .logged-in .logout{
  display: block;
}

.logged-in .statistics.desktop-mobile{
  display: flex;
}

.link-profil{
  width: 100%;
}

.footer{
  background: #fff;
  border-top: 1px solid #CCCCD3;
  padding: 24px 0 32px 36px;
}

.footer .logo{
  margin-bottom: 24px;
}

.footer .social{
  display: flex;
  column-gap: 24px;
  margin-bottom: 24px;
}

.text-btn{
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  text-decoration: underline;
}

.text-copyright p, .text-copyright a{
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  color: #535353;
}

.text-copyright a{
  text-decoration: underline;
}

.text-copyright a:hover{
  color: #0B56C6;
}

.text-copyright p{
  margin-bottom: 22px;
}

.footer-menu{
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

.meta-plots, .meta-broadcasts{
  display: flex;
  column-gap: 12px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.meta-plots .time{
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  color: #9999A7;
}

.heading-plots h1, .heading-broadcasts h1{
  margin-bottom: 24px;
}

.heading-plots .description, .heading-broadcasts .description{
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
}

.heading-plots .yandex-heading, .heading-broadcasts .yandex-heading{
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  color: #9999A7;
  margin-bottom: 24px;
}

.block-list-topics{
  background: #fff;
  padding: 24px 32px;
}

.block-list-topics:not(:last-child){
  margin-bottom: 16px;
}

.heading-topics-block{
  margin-bottom: 16px;
}

.heading-topics-block p{
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}

.block-list-topics .list{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.block-list-topics .list a{
  display: block;
  padding: 6px 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
}

.block-list-topics .list a.main, .block-list-topics .list a:hover{
  background: #0B56C6;
  color: #fff;
}

.block-list-topics .list a.main:hover{
  background: #F4F4F4;
  color: #000022;
}

.search-topics{
  margin-bottom: 32px;
}

.search-page, .search-command{
  margin-bottom: 16px;
}

.meta-broadcasts .info{
  display: flex;
  column-gap: 16px;
  align-items: center;
}

.meta-broadcasts .date{
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  padding-left: 19px;
  position: relative;
}

.meta-broadcasts .date:before{
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #535353;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.block-broadcasts{
  background: #fff;
  padding: 28px 32px 36px;
  margin-bottom: 20px;
}

.block-broadcasts .time{
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  color: #535353;
}

.block-broadcasts .title{
  font-family: 'Fact Semi Expanded', sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
}

.block-broadcasts .text p{
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.block-broadcasts .text p:not(:last-child){
  margin-bottom: 20px;
}

.feed-blog .heading{
  width: 100%;
}

.error{
  color: #FF0000;
  font-size: 16px;
  line-height: normal;
}

.error.search{
  padding: 0 32px;
  margin-bottom: 16px;
}

#limitedInput{
  overflow: hidden;
}

#running .swiper-wrapper {
  transition-timing-function: linear;
}

.heading-about .content{
  display: flex;
  column-gap: 32px;
}

.heading-about .content .description{
  width: 276px;
}

.heading-about .content .text{
  width: calc(100% - 32px - 276px);
}

.heading-about .content .description p{
  font-size: 20px;
  line-height: normal;
}

.heading-about .content .text p{
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
}

.heading-about .content .text .blue-btn{
  font-size: 18px;
  line-height: 1;
  padding: 10px 16px;
}

.heading-about{
  padding: 24px 32px 36px;
}

.command, .partners{
  margin-bottom: 16px;
}

.heading-about.details{
  margin-bottom: 0;
}

.command h1, .partners h2{
  margin-bottom: 28px;
}

.command .container{
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 32px;
  flex-wrap: wrap;
}

.command .container .person .image{
  margin-bottom: 0;
}

.command .container .person{
  width: calc((100% - 40px) / 3);
}

.command .container .person .content{
  padding: 12px;
}

.command .container .person .name{
  margin-bottom: 6px;
}

.command .container .person .name p{
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
}

.command .container .person .job p{
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: #9999A7;
}

.partners{
  overflow: hidden;
}

.command .swiper-wrapper{
  width: 100%;
}

body.dark{
  background: #212121;
}

body.dark.video-page{
  background: #F4F4F4;
}

.dark .header{
  background: #212121;
  border-bottom: 1px solid #CCCCD3;
}

.dark .header-menu ul li a, .dark .header-menu ul li span, .dark .text-btn, .dark .text-copyright p, .dark .text-copyright a{
  color: #fff;
}

.dark .footer{
  background: #212121;
  border-top: 1px solid #CCCCD3;
}

.dark .block{
  background: transparent;
}

.dark.video-page .block{
  background: #fff;
  color: #000022;
}

.dark.video-page .posts-by-tag a, .dark.video-page .container-feed .post .h4 a, .dark.video-page .posts-in-tags-btn .title p a, .dark.video-page .border-btn{
  color: #000022;
}

.dark a:hover, .dark.video-page .posts-by-tag a:hover, .dark.video-page .container-feed .post .h4 a:hover, .dark.video-page .posts-in-tags-btn .title p a:hover, .dark.video-page .border-btn:hover{
  color: #0B56C6;
}

.heading-video{
  padding-bottom: 48px;
}

.heading-video .content{
  max-width: 754px;
  margin: 0 auto;
  text-align: center;
}

.heading-video .content h1, .main-podcast h1{
  color: #fff;
  margin-bottom: 26px;
  font-family: 'Fact Semi Expanded', sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
}

.heading-video .content .description, .main-podcast .content .description{
  padding: 0 26px;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}

.dark .text-arrow:after{
  background: url('./../img/arrow-white-2.svg');
}

.dark.video-page .text-arrow:after{
  background: url('./../img/arrow-black.svg');
}

.dark section {
  margin-bottom: 24px;
}

.dark .list-podcast{
  margin-bottom: 180px;
}

.dark section.mobile-navigation-bottom{
  margin-bottom: 0;
  background: #212121;
}

.dark section.mobile-navigation-bottom .block-nav .icon-btn svg path{
  fill: #fff;
}

.dark section.mobile-navigation-bottom .block-nav .icon-btn:nth-child(2) svg path{
  stroke: #fff;
  fill: #212121;
}

.vk-video-slide{
  width: 294px;
  flex: 0 0 294px;
}

.vk-video-slide .image-post{
  aspect-ratio: 9 / 16;
  border-radius: 12px;
  overflow: hidden;
}

.vk-video-slide .image-post img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vk-video-slide .content{
  padding: 12px 0 0;
}

.vk-video-slide .content .title, .vk-video-slide .content .views{
  max-width: 244px;
}

.vk-video-slide .content .title p{
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 4px;
}

.vk-video-slide .content .views p{
  font-size: 19px;
  line-height: 27px;
  color: #9999A7;
}

.vk-video{
  padding: 36px 0;
  border-top: 1px solid #CCCCD3;
  border-bottom: 1px solid #CCCCD3;
}

.list-video .container{
  display: flex;
  flex-wrap: wrap;
  column-gap: 68px;
  row-gap: 60px;
  max-width: 1208px;
  margin: 0 auto;
}

.list-video .post{
  width: calc((100% - 136px) / 3);
}

.dark .block-subscribe .content, .dark .block-share .content{
  background: #212121;
}

.dark .block-subscribe .title-newsletter p, .dark .block-share .title-newsletter p{
  color: #fff;
}

.dark .burger-menu-content, .dark .burger-menu li, .dark .link-dobro a, .dark .header-burger{
  background: #212121;
}

.dark.video-page .block{
  margin-bottom: 16px;
}

.dark.video-page .container-feed .post .h4{
  font-size: 16px;
}

.video-player, .podcast-player{
  background: #212121;
  border-radius: 0 0 45px 45px;
  padding: 40px 0;
}

.podcast-player{
  padding: 0 0 93px;
}

.dark.video-page .header{
  margin-bottom: 0;
}

.video-player .container{
  display: flex;
  column-gap: 28px;
}

.video-player .main-video{
  width: calc(100% - 28px - 535px);
}

.video-player .list-video-player{
  width: 535px;
}

.player{
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 24px;
}

.player img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-video .content > div:not(:last-child), .block-podcast-list .content > div:not(:last-child){
  margin-bottom: 16px;
}

.main-video .parts{
  display: flex;
  justify-content: space-between;
}

.main-video .parts p, .block-podcast-list .parts p{
  font-size: 18px;
  line-height: 24px;
  color: #CCCCD3;
}

.main-video .title p, .block-podcast-list .title p{
  font-family: 'Fact Semi Expanded', sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
}

.main-video .description p, .block-podcast-list  .description p{
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
}

.main-video .share, .block-podcast-list .share{
  display: flex;
  align-items: center;
  column-gap: 32px;
}

.main-video .share p, .block-podcast-list .share p{
  font-size: 18px;
  line-height: 24px;
}

.main-video .share .social, .block-podcast-list .share .social{
  display: flex;
  column-gap: 12px;
}

.list-podcast .container{
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 64px;
}

.list-podcast .container .block-podcast{
  width: calc((100% - 100px) / 3);
}

.block-podcast .image-post{
  width: 204px;
  aspect-ratio: 1 / 1;
  margin: 0 auto 16px;
}

.block-podcast .content{
  padding: 0 23px;
}

.block-podcast .content .title{
  padding: 0 30px;
}

.block-podcast .content .title p{
  font-family: 'Fact Semi Expanded', sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.03em;
}

.block-podcast .content > div:not(:last-child){
  margin-bottom: 16px;
}

.block-podcast .content .description p{
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  text-align: center;
}

.white-btn{
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  background: #fff;
  padding: 10px 16px;
  border-radius: 2px;
  display: block;
  width: max-content;
}

.white-btn:hover{
  background: #CCCCD3;
}

.dark a.white-btn{
  color: #000022;
}

.block-podcast .white-btn{
  margin: 0 auto;
}

.block-podcast{
  position: relative;
  padding-top: 18px;
}

.block-podcast .block-background{
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 53px;
  z-index: 0;
  border-radius: 26px;
  opacity: 0.5;
}

.block-podcast .image-post, .block-podcast .content{
  position: relative;
  z-index: 1;
}

.main-podcast{
  padding: 92px 0;

}

.main-podcast .content{
  max-width: 754px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.main-podcast .content{
  text-align: center;
}

.main-podcast .content > div:not(:last-child){
  margin-bottom: 26px;
}

.main-podcast .amount p{
  font-size: 18px;
  line-height: 24px;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  width: max-content;
  margin: 0 auto;
}

.main-podcast .social{
  display: flex;
  column-gap: 12px;
  justify-content: center;
}

.podcast-player{
  position: relative;
}

.background-podcast{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: 0.4;
}

.background-podcast img{
  width: 100%;
  height: 466px;
  object-fit: cover;
  object-position: top;
}

.background-podcast:after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0px -40px 50px 0px #212121 inset;
  position: absolute;
  top: 0;
  left: 0;
}

.list-podcast-player h2{
  padding: 30px 0 42px;
  text-align: center;
  font-family: 'Fact Semi Expanded', sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
}

.block-podcast-list, .block-btns{
  width: 677px;
}

.block-btns {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 214px;
  z-index: 100;
}

.block-podcast-list{
  opacity: 0.5;
}

.block-podcast-list.swiper-slide-active{
  opacity: 1;
}

.block-podcast-list .player{
  height: 186px;
  width: 100%;
  margin-bottom: 30px;
}

.list-podcast-player .swiper-button-next, .list-podcast-player .swiper-button-prev{
  background: transparent;
  box-shadow: none;
}

.list-podcast-player .swiper-button-next{
  right: -60px;
}

.list-podcast-player .swiper-button-prev{
  left: -60px;
}

.list-podcast-player{
  position: relative;
}

.main-podcast .image-post{
  width: 215px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
}

.mobile-slider-command, .partners, .section-list {
  overflow: hidden;
}

.postcard{
  background: #F4F4F4;
  padding: 20px 0;
  margin: 0 -32px;
}

.postcard .container{
  background: #fff;
  padding: 36px 36px 26px;
}

.postcard .container{
  display: flex;
}

.editor-postcard{
  width: 463px;
}

.preview-postcard{
  width: calc(100% - 463px);
}

.preview-postcard .preview{
  width: 327px;
  height: 432px;
  margin: 19px auto 0;
  padding: 20px 20px 30px;
  background: #F4F4F4;
  border-radius: 16px;
}

.preview-postcard .preview img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.postcard form label span{
  display: block;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 10px;
  color: #535353;
}

.postcard .editor-postcard .title{
  margin-bottom: 20px;
}

.postcard .editor-postcard .title p{
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}

.postcard .editor-postcard input[type="text"]{
  background: #F4F4F4;
  padding: 12px;
  font-size: 14px;
  line-height: normal;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 2px;
}

.postcard .editor-postcard .blue-btn{
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  width: 100%;
}

.postcard .editor-postcard .btn{
  margin: 16px 0;
}

.postcard .editor-postcard .check{
  margin-bottom: 8px;
}

.checkbox{
  font-size: 12px;
  line-height: normal;
  color: #535353;
}

.checkbox a{
  color: #0B56C6;
}

.checkbox a:hover{
  text-decoration: underline;
}

.block-checkbox{
  display: flex;
  column-gap: 8px;
  align-items: baseline;
}

body.editor{
  background: #fff;
}

.editor .header{
  border-bottom: 1px solid #CCCCD3;
  margin-bottom: 42px;
}

.block-sidebar{
  border: 1px solid #CCCCD3;
  padding: 16px;
}

.block-sidebar .title{
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
}

.block-sidebar .border-btn{
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.block-sidebar p:not([class]){
  font-size: 16px;
  line-height: 22px;
  padding-right: 20px;
}

.block-sidebar p:not(:last-child){
  margin-bottom: 16px;
}

.block-sidebar p a{
  color: #0B56C6;
}

.block-sidebar p a:hover{
  text-decoration: underline;
}

select{
  background: #F4F4F4;
  padding: 6px 12px;
  width: 207px;
  font-size: 14px;
  line-height: 18px;
}

.editor-form{
  padding-right: 60px;
  padding-bottom: 80px;
}

.editor-form form > div:not(:last-child){
  margin-bottom: 18px;
  position: relative;
}

.editor-form form input[type="text"], .editor-form form textarea{
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  padding: 9px 92px 9px 12px;
}

.editor-form form textarea{
  height: 85px;
}

.buttons-from-editor{
  padding-top: 16px;
  border-top: 1px solid #CCCCD3;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  align-items: center;
  row-gap: 14px;
}

.editor-form form .text-btn{
  padding: 3px 4px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.editor-form form .text-btn:hover{
  color: #0B56C6;
}

.editor-form form .blue-btn{
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 7px 14px;
}

.editor-form form .accept p{
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #9999A7;
}

.heading-input{
  display: flex;
  column-gap: 6px;
  align-items: center;
  margin-bottom: 12px;
}

.heading-input p{
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.panel-editor{
  display: flex;
  column-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  background: #F4F4F4;
  padding: 8px 13px;
  border: 1px solid #CCCCD3;
  justify-content: space-between;
}

.panel-editor > div{
  display: flex;
  column-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.panel-editor .instrumental{
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.editor-form form .editor-input textarea{
  border: 1px solid #CCCCD3;
  border-top: none;
  padding: 12px;
  height: 455px;
}

.info-input{
  position: relative;
  cursor: pointer;
}

.tip{
  position: absolute;
  background: #7C7C7CAB;
  padding: 15px 15px 20px;
  backdrop-filter: blur(2px);
  width: 377px;
  left: 16px;
  top: 15px;
  display: none;
  z-index: 1000;
}

.info-input:hover .tip{
  display: block;
}

.tip p{
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}

.span-char{
  font-size: 14px;
  line-height: normal;
  color: #9999A7;
  position: absolute;
  top: 10px;
  right: 8px;
}

.info-input.in{
  width: 18px;
  height: 18px;
  top: 10px;
  right: 72px;
  position: absolute;
}

.info-input.in.file {
  top: 55%;
  right: 102px;
  z-index: 10000;
}

.container-radio-btn{
  display: flex;
  column-gap: 11px;
  flex-wrap: wrap;
  padding: 0 8px;
}

.container-radio-btn img{
  margin: 0 auto 5px;
  border-radius: 4px;
  border: 1px solid #fff;
}

.container-radio-btn label{
  cursor: pointer;
}

.laptop{
  display: none;
}

#imagePreview{
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 406px;
  z-index: 0;
}

img[src="#"]{
  display: none;
}

.form_label {
  position: relative;
  min-height: 88px;
}

.form_text {
  display: block;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #F4F4F4;
}

.form_text:after {
  content: "*";
  position: relative;
  top: 0;
  font-size: 13px;
  color: #f00;
}

.form_label input,
.field_multiselect {
  position: relative;
  width: 100%;
  display: block;
  min-height: auto;
  border: 1px solid #cdd6f3;
  box-sizing: border-box;
  border-radius: 0;
  padding: 6px 12px;
  font-size: 14px;
  color: #535353;
  outline-color: transparent;
  border: 1px solid #CCCCD3;
}
.form_label input::placeholder,
.field_multiselect::placeholder {
  color: #a8acc9;
}
.form_label input:hover,
.field_multiselect:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
}
.form_label input:focus,
.field_multiselect:focus {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
}

.field_multiselect_help {
  position: absolute;
  max-width: 100%;
  background-color: #fff;
  top: -48px;
  left: 0;
  opacity: 0;
}

.form_label input.error {
  border-color: #eb5757;
}

.error_text {
  color: #eb5757;
}

.field_multiselect {
  padding-right: 60px;
}

.multiselect_block {
  position: relative;
  width: 100%;
}

.field_select {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  width: 100%;
  border: 1px solid #CCCCD3;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  box-sizing: border-box;
  outline-color: transparent;
  z-index: 6;
  background: #fff;
  padding: 0;
}

.field_select[multiple] {
  overflow-y: auto;
}

.field_select option {
  display: block;
  padding: 12px 18px;
  width: 100%;
  cursor: pointer;
}
.field_select option:checked {
  background-color: #F4F4F4;
}
.field_select option:hover {
  background-color: #F4F4F4;
}

.field_multiselect button {
  position: relative;
  padding: 6px;
  background: #F4F4F4;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 0;
}
.field_multiselect button:hover, .field_multiselect button:focus {
  background-color: #F4F4F4;
}
/*.field_multiselect button:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 6px;*/
/*  width: 8px;*/
/*  height: 8px;*/
/*  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4958 6.49499C19.7691 6.22162 19.7691 5.7784 19.4958 5.50504C19.2224 5.23167 18.7792 5.23167 18.5058 5.50504L12.5008 11.5101L6.49576 5.50504C6.22239 5.23167 5.77917 5.23167 5.50581 5.50504C5.23244 5.7784 5.23244 6.22162 5.50581 6.49499L11.5108 12.5L5.50581 18.505C5.23244 18.7784 5.23244 19.2216 5.50581 19.495C5.77917 19.7684 6.22239 19.7684 6.49576 19.495L12.5008 13.49L18.5058 19.495C18.7792 19.7684 19.2224 19.7684 19.4958 19.495C19.7691 19.2216 19.7691 18.7784 19.4958 18.505L13.4907 12.5L19.4958 6.49499Z' fill='%234F5588'/%3E%3C/svg%3E") 50% 50% no-repeat;*/
/*  background-size: contain;*/
/*  transform: translateY(-50%);*/
/*}*/

.multiselect_label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 3;
}

.field_select {
  display: none;
}

input.multiselect_checkbox {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: none;
  opacity: 0;
}

.multiselect_checkbox:checked + .field_select {
  display: block;
}

.multiselect_checkbox:checked ~ .multiselect_label {
  width: 40px;
  left: initial;
  right: 4px;
  background: #ffffff url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4958 6.49499C19.7691 6.22162 19.7691 5.7784 19.4958 5.50504C19.2224 5.23167 18.7792 5.23167 18.5058 5.50504L12.5008 11.5101L6.49576 5.50504C6.22239 5.23167 5.77917 5.23167 5.50581 5.50504C5.23244 5.7784 5.23244 6.22162 5.50581 6.49499L11.5108 12.5L5.50581 18.505C5.23244 18.7784 5.23244 19.2216 5.50581 19.495C5.77917 19.7684 6.22239 19.7684 6.49576 19.495L12.5008 13.49L18.5058 19.495C18.7792 19.7684 19.2224 19.7684 19.4958 19.495C19.7691 19.2216 19.7691 18.7784 19.4958 18.505L13.4907 12.5L19.4958 6.49499Z' fill='%234F5588'/%3E%3C/svg%3E") 50% 50% no-repeat;
}

.multiselect_checkbox:checked ~ .field_multiselect_help {
  opacity: 1;
}

.field_multiselect span{
  padding: 6px;
  display: block;
}

.invalid{
  border: 1px solid #FF0000;
}

.error{
  padding: 0 12px;
  column-gap: 6px;
  align-items: center;
  margin-top: 6px;
  display: none;
}

.error svg{
  width: 14px;
}

.error p{
  font-size: 12px;
  line-height: 20px;
  color: #FF0000;
}

.invalid ~ .error{
  display: flex;
}

.modal-account{
  position: absolute;
  background: #fff;
  backdrop-filter: blur(2px);
  box-shadow: 0px 93px 56px 0px #80808017;
  padding: 22px 12px 30px;
  z-index: 1000;
  border-radius: 6px;
  width: 334px;
  top: 43px;
  right: -20px;
  border: 1px solid #DFDFDF;
  display: none;
}

.modal-account.active{
  display: block;
}

.modal-account svg{
  width: 21px;
}

.named-account, .modal-account .link-with-icon, .modal-account .organization .name{
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.modal-account .organization .title{
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #808080;
  margin-bottom: 18px;
}

.named-account .name p{
  font-weight: 500;
  font-size: 18px;
  line-height: 16px;
}

.modal-account .organization .name{
  border: 1px solid #DFDFDF;
  border-radius: 17px;
  padding: 7px 14px;
}

.modal-account .organization .name:not(:last-child){
  margin-bottom: 9px;
}

.modal-account .container > *:not(:last-child){
  margin-bottom: 18px;
}

.modal-account .link-with-icon p{
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
}

.contents{
  position: fixed;
  bottom: 87px;
  right: 18px;
  z-index: 1000;
}

.btn-contents{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #0B56C6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-contents svg{
  width: 28px;
}

.fancybox-block {
  display: none;
  width: 100vw;
}

.panel-select-btn{
  background: #000000;
  width: 45px;
  height: 45px;
  border-radius: 11px;
  padding: 6px;
  position: absolute;
  bottom: 13px;
  left: 13px;
}

.panel-select-btn.close{
  position: relative;
  bottom: 0;
  left: 0;
}

.panel-select{
  position: absolute;
  bottom: 4px;
  left: 1px;
  padding: 12px;
  background: #F4F4F4;
  width: calc(100% - 2px);
  display: none;
}

.panel-select.active{
  display: block;
}

.panel-select .container{
  display: flex;
  column-gap: 16px;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 8px;
}

.container-btn-panel{
  display: flex;
  column-gap: 8px;
  width: calc(100% - 45px - 16px);
}

.panel-btn{
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 11px;
  padding: 6px;
}

::-webkit-search-cancel-button {
  width: 36px;
  height: 36px;
  background: url('./../img/search-close.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  appearance: none;
}

.dark .search .input-white{
  background: transparent;
  background-image: url(./../img/search-2.svg);
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: 0 center;
  color: #fff
}

.article-event {
  padding: 20px;
  border: 1px solid var(--color-gray-2);
  background: var(--color-secondary);
  border-radius: var(--rounded-medium);
  margin-bottom: 28px;
}

.article-event__body {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.article-event__title {
  line-height: 22px;
  margin-bottom: 16px;
  font-size: var(--medium-text); 
  font-weight: var(--normal-bold);
}

.article-event__properties {
  display: flex;
  gap: 8px 24px;
  flex-wrap: wrap;
}

.article-event__property {
  display: flex;
  align-items: center;
  font-size: var(--normal-text);
  color: var(--color-text);
}

.article-event__property-text {
  line-height: 22px;
  margin-bottom: 0;
}

.article-event__property svg {
  margin-right: 8px;
  fill: var(--color-accent);
  width: 16px;
  height: 16px;
}

.article-event__link {
  align-self: flex-start;
  min-width: 140px;
  width: 140px;
}

.article-event__button {
  width: inherit;
  display: flex;
  padding: 10px 0;
  line-height: 22px;
  font-weight: var(--normal-bold);
  justify-content: center;
  background: var(--color-accent);
  color: var(--color-white);
  border: none;
  border-radius: var(--rounded-small);
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.article-event__button:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.article-event__button-text--mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .article-event__body {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .article-event__properties {
    flex-wrap: wrap;
  }
  
  .article-event__link {
    width: auto;
  }
  
  .article-event__button {
    width: 100%;
    padding: 10px 64px;
  }
  
  .article-event__button-text {
    display: none;
  }
  
  .article-event__button-text--mobile {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .article-event {
    padding: 16px;
  }
  
  .article-event__link {
    width: 100%;
  }
  
  .article-event__button {
    padding: 10px 16px;
  }
  
  .article-event__properties {
    gap: 8px 16px;
  }
}

.article-container__event {
  margin-bottom: 28px;
}

.article-container__section.section-anchor .article-event__property-text {
  line-height: 22px;
  margin-bottom: 0;
  font-size: 14px;
}

.article-course__link a, 
.article-event__link a {
  text-decoration: none;
  margin-bottom: 0;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
}

.article-event .article-event__body {
  justify-content: space-between;
}

blockquote {
    border-left: 2px solid #CCCCD3;
    padding-left: 11px;
    margin-bottom: 20px;
}

.article-video__frame {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.article-video__frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.article-green-block__body, .article-green-block__text {
  width: 100%;
}

.article-green-block__text iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
  display: block;
}

.search .input-white {
    background-image: none;
}

.mylead {
    font-weight: 400 !important ;
    font-size: 22px !important ;
    line-height: normal !important ;
    margin-bottom: 20px !important ;
}

@media (max-width: 768px) {
    .mylead {
        font-size: 20px !important ;
        line-height: normal !important ;
    }
}

.running-line .running-slide p {
    font-size: 16px;
    line-height: 18px;
}

input[type="radio"].quiz-item {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
}

@media (max-width: 800px) {
    .feed-blog.search-page .container-feed .post .image-post {
        height: initial;
    }
    .content-article .banner {
    margin: 0 -16px 20px;
}
}

.block-subscribe, .block-share {
    z-index: 100000;
}

.container-slider-history {
    padding-right: 0 !important;
}

.container-slider-history .myreadmore {
    padding-right: 32px;
}

.container-slider-history .text-arrow:after {
    margin-right: 32px;
}

.popular-mobile h2, .posts-in-tags-btn h2 {
    text-align: left;
}

.like_h2 {
    font-weight: 400;
    padding-bottom: 14px;
    font-size: 28px;
    line-height: 25px;
    color: black;
    font-family: 'Fact Semi Expanded', sans-serif;
}

body.no-scroll {
    position: fixed;
    width: 100%;
}

.dark a:hover {
    color: #9999A7;
}

.myreadmore {color: black;}

.dark .myreadmore,
.dark-video .myreadmore, .history .myreadmore {color: white;}

@media (max-width: 768px) {
    .content-article.content-article-with-image {
        padding-top: 14px;
    }

    .header {
        margin-bottom: 8px;
    }

    .content-article {padding-bottom: 5px !important;}

    .readmore {
        margin-left: -31px;
    }

    .mobilenowrap {padding-right: 0 !important; padding-left: 0 !important;}
}

.PodcastWidget__title {font-size: 1.3em !important;}

.list-podcast-player .swiper-button-next, .list-podcast-player .swiper-button-prev {
    margin-top: -48px !important;
}

.infobar.active {
    z-index: 100000;
}

.block-list .title-list-video a {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.mobilenow {display: none;}

.desknow {display: block;}

.fw500 {font-weight: 500;}

@media screen and (max-width: 700px) {
    .mobilenow {display: block;}

    .infobar .date {
        padding-bottom: 40px;
}

    .desknow {display: none;}

    .feed-blog .container-feed .post:nth-child(3n) .image-post:after {
        height: 102%;}
}

body {padding-bottom: 0px;}

.form-comment {
    align-items: initial;
}

.search input[type="search"]::-webkit-search-cancel-button { display: none; }
.search input[type="search"]::-webkit-search-decoration { display: none; }
.search input[type="search"]::-webkit-autofill { display: none; }
.search input[type="search"]::-webkit-credentials-auto-fill-button { display: none; }
.search { position: relative; }
.search .search-submit {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.search .search-submit img { width: 20px; height: 20px; display: block; }

.search-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    display: none;
}

.suggestions-header {
    padding: 10px 15px;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    color: #666;
    font-size: 14px;
}

.suggestion-item {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s;
    font-size: 14px;
}

.suggestion-item:hover {
    background: #f8f9fa;
}

.suggestion-item:last-child {
    border-bottom: none;
}

.mobile-suggestions {
    position: absolute !important;
    top: calc(100% + 5px) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin-top: 0 !important;
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.878 17.304c-5.411 0-8.695-3.755-8.823-9.994h2.74c.086 4.583 2.171 6.528 3.77 6.925V7.31h2.627v3.954c1.542-.17 3.155-1.97 3.698-3.954h2.584c-.414 2.441-2.17 4.24-3.412 4.983 1.242.6 3.24 2.17 4.011 5.01h-2.84c-.6-1.898-2.07-3.369-4.04-3.569v3.57h-.315Z' fill='%230b56c6'/%3e%3c/svg%3e") !important;
}

.dark .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.878 17.304c-5.411 0-8.695-3.755-8.823-9.994h2.74c.086 4.583 2.171 6.528 3.77 6.925V7.31h2.627v3.954c1.542-.17 3.155-1.97 3.698-3.954h2.584c-.414 2.441-2.17 4.24-3.412 4.983 1.242.6 3.24 2.17 4.011 5.01h-2.84c-.6-1.898-2.07-3.369-4.04-3.569v3.57h-.315Z' fill='%23ffffff'/%3e%3c/svg%3e") !important;
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_pinterest .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 9.742c0 1.58.599 2.986 1.884 3.51.21.087.4.003.46-.23.043-.16.144-.568.189-.738.06-.23.037-.31-.133-.512-.37-.436-.608-1.001-.608-1.802 0-2.322 1.74-4.402 4.53-4.402 2.471 0 3.829 1.508 3.829 3.522 0 2.65-1.174 4.887-2.917 4.887-.963 0-1.683-.795-1.452-1.77.276-1.165.812-2.421.812-3.262 0-.752-.405-1.38-1.24-1.38-.985 0-1.775 1.017-1.775 2.38 0 .867.293 1.454.293 1.454L8.69 16.406c-.352 1.487-.053 3.309-.028 3.492.015.11.155.136.22.054.09-.119 1.262-1.564 1.66-3.008.113-.409.647-2.526.647-2.526.32.61 1.254 1.145 2.248 1.145 2.957 0 4.964-2.693 4.964-6.298C18.4 6.539 16.089 4 12.576 4 8.204 4 6 7.13 6 9.742z' fill='%230b56c6' fill-rule='evenodd'/%3e%3c/svg%3e") !important;
}

.dark .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_pinterest .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 9.742c0 1.58.599 2.986 1.884 3.51.21.087.4.003.46-.23.043-.16.144-.568.189-.738.06-.23.037-.31-.133-.512-.37-.436-.608-1.001-.608-1.802 0-2.322 1.74-4.402 4.53-4.402 2.471 0 3.829 1.508 3.829 3.522 0 2.65-1.174 4.887-2.917 4.887-.963 0-1.683-.795-1.452-1.77.276-1.165.812-2.421.812-3.262 0-.752-.405-1.38-1.24-1.38-.985 0-1.775 1.017-1.775 2.38 0 .867.293 1.454.293 1.454L8.69 16.406c-.352 1.487-.053 3.309-.028 3.492.015.11.155.136.22.054.09-.119 1.262-1.564 1.66-3.008.113-.409.647-2.526.647-2.526.32.61 1.254 1.145 2.248 1.145 2.957 0 4.964-2.693 4.964-6.298C18.4 6.539 16.089 4 12.576 4 8.204 4 6 7.13 6 9.742z' fill='%23ffffff' fill-rule='evenodd'/%3e%3c/svg%3e") !important;
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_telegram .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%230b56c6' fill-rule='evenodd'/%3e%3c/svg%3e") !important;
}

.dark .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_telegram .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%23ffffff' fill-rule='evenodd'/%3e%3c/svg%3e") !important;
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.83 10.77a3.951 3.951 0 0 1-5.604 0 3.951 3.951 0 0 1 0-5.604 3.95 3.95 0 0 1 5.604 0 3.951 3.951 0 0 1 0 5.604Zm-2.802-4.615c-.494 0-.942.2-1.271.53a1.79 1.79 0 0 0 0 2.542 1.789 1.789 0 0 0 2.543 0 1.789 1.789 0 0 0 0-2.543 1.839 1.839 0 0 0-1.272-.53Zm4.168 5.792 1.166 1.59c.059.082.047.188-.036.247-.977.8-2.119 1.33-3.308 1.613l2.249 4.332c.059.13-.024.271-.165.271H13.7a.206.206 0 0 1-.176-.118l-1.496-3.579-1.507 3.567a.181.181 0 0 1-.176.118H7.943c-.141 0-.224-.153-.165-.27l2.249-4.321a8.262 8.262 0 0 1-3.308-1.613c-.071-.06-.095-.177-.036-.248l1.166-1.589c.07-.094.188-.106.27-.035 1.096.93 2.45 1.542 3.898 1.542s2.79-.6 3.897-1.542c.094-.07.223-.06.282.035Z' fill='%230b56c6' fill-rule='evenodd'/%3e%3c/svg%3e") !important;
}

.dark .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.83 10.77a3.951 3.951 0 0 1-5.604 0 3.951 3.951 0 0 1 0-5.604 3.95 3.95 0 0 1 5.604 0 3.951 3.951 0 0 1 0 5.604Zm-2.802-4.615c-.494 0-.942.2-1.271.53a1.79 1.79 0 0 0 0 2.542 1.789 1.789 0 0 0 2.543 0 1.789 1.789 0 0 0 0-2.543 1.839 1.839 0 0 0-1.272-.53Zm4.168 5.792 1.166 1.59c.059.082.047.188-.036.247-.977.8-2.119 1.33-3.308 1.613l2.249 4.332c.059.13-.024.271-.165.271H13.7a.206.206 0 0 1-.176-.118l-1.496-3.579-1.507 3.567a.181.181 0 0 1-.176.118H7.943c-.141 0-.224-.153-.165-.27l2.249-4.321a8.262 8.262 0 0 1-3.308-1.613c-.071-.06-.095-.177-.036-.248l1.166-1.589c.07-.094.188-.106.27-.035 1.096.93 2.45 1.542 3.898 1.542s2.79-.6 3.897-1.542c.094-.07.223-.06.282.035Z' fill='%23ffffff' fill-rule='evenodd'/%3e%3c/svg%3e") !important;
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_copy .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1 .9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z' fill='%230b56c6' fill-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(0.8);
    transform-origin: center;
}

.dark .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_copy .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1 .9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z' fill='%23ffffff' fill-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(0.8);
    transform-origin: center;
}

.running-line {
margin-top: 0px; 
  margin-bottom: 16px;     max-height: 27px; overflow: hidden; 
}

.running-line p {
    white-space: nowrap;
}

.header {
    margin-bottom: 0px;
}

.ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__badge, .ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__mobile-popup-badge {
   background-color: #fff;
   transform: scale(0.9); 
}

.popular  .h4 { height:100px}

.block-share .social a, .block-share-modal .social a {padding:1px;}

.stopped {
  display: flex;
  justify-content: center;
  align-items: center; 
  height: 100%; 
  overflow-y: hidden;
}

.h4, .title {
  overflow: hidden;            
  text-overflow: ellipsis;     
  display: -webkit-box;       
  -webkit-line-clamp: 5;        
  -webkit-box-orient: vertical; 
  max-width: 100%;              
}

/* ============================================
   Стили оглавления (mytoc)
   ============================================ */

.mytoc-wrapper {
  width: 100%;
  background-color: #ffffff;
  padding: 20px 10px 20px 10px;
  margin: 0 0 20px 0;
}

.mytoc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccccd3;
  margin-bottom: 0;
}

.mytoc-title {
  font-weight: 700;
  color: #000022;
  margin: 0;
}

.mytoc-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
  flex-shrink: 0;
}

.mytoc-toggle:hover {
  opacity: 0.7;
}

.mytoc-toggle:focus {
  outline: none;
}

.mytoc-toggle svg {
  width: 42px;
  height: 26px;
}

.mytoc-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
  padding-right: 10px;
}

.mytoc-content.mytoc-hidden {
  display: none;
}

.mytoc-chapter-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 8px;
}

.mytoc-chapter {
  padding-left: 8px;
}

.mytoc-chapter-title {
  font-weight: 700;
  color: #000022;
  margin: 0;
  word-break: break-word;
  border: none;
  outline: none;
}

.mytoc-chapter-link {
  color: #000022;
  text-decoration: none;
  cursor: pointer;
  transition: text-decoration 0.2s ease;
}

.mytoc-chapter-link:focus,
.mytoc-chapter-link:active {
  outline: none;
}

.mytoc-subchapters {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 8px;
}

.mytoc-subchapter {
  padding-left: 20px;
}

.mytoc-subchapter-link {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #000022;
  text-decoration: none;
  cursor: pointer;
  transition: text-decoration 0.2s ease;
  display: inline-block;
}

.mytoc-subchapter-link:focus,
.mytoc-subchapter-link:active {
  outline: none;
}

@media (max-width: 480px) {
  .mytoc-wrapper {
    padding: 20px 10px;
  }
}

/* ============================================
   Размеры шрифтов для mytoc
   ============================================ */

.mytoc-title {
  font-size: 28px;
  line-height: 26px;
}

.mytoc-chapter-title {
  font-size: 16px;
  line-height: normal;
}

@media (max-width: 480px) {
  .mytoc-title {
    font-size: 24px;
  }

  .mytoc-chapter-title {
    font-size: 15px;
  }
}