.header {
	margin-bottom: 20px;
}

.header .header-slug {
	min-height: calc(14px * 3); /* под 3 строки текста */
	display: flex;
	align-items: center;
	transition: min-height 0.3s ease, opacity 0.2s ease;
}

.homepage .top .news__link {
	font-size: clamp(16px, 1.1vw, 18px);
}

.homepage .category .news__link {
	font-size: clamp(16px, 1.1vw, 18px)!important;
}

img.d-block.news__image.xl-mb-15 {
    border-radius: 5px;
    object-fit: cover;
	width: 100%!important;
}
img.d-block.news__image.xl-mb-20 {
    object-fit: cover;
}
h1.news__title.xl-pb-25 {
    font-weight: 600;
}
.news-view .news__content p {
    margin-bottom: 25px;
}
.news__content.xs-mb-25 li {
    margin: 0 0 10px 40px;
    list-style: disc;
    font-size: 18px;
}
h2.last-tab__title.xs-mb-20.xl-mb-20 {
    margin-top: 20px;
}
.news__content.xs-mb-25 ul {
    margin-bottom: 25px;
}
h1.news__title.xs-pb-15.xl-pb-25 {
    font-size: 48px;
}
.news__content.xs-mb-25 blockquote p {
    font-weight: 600;
    margin: 0;
}
.news__content.xs-mb-25 h2 {
    margin-bottom: 25px;
}
blockquote {
    font-weight: 600 !important;
    font-style: normal !important;
}
.sidebar-adv-div {
    min-height: 240px;
    text-align: left;
    width: 100%;
}
.homesidebar-adv-div {
    min-height: 400px;
    margin-bottom: 25px;
}
.mainpic {
    min-height: 550px;
}
span.news__category {
    border-left: 1px solid #ddd;
    margin: 0 10px;
    padding: 0 10px;
}
.sidebar-div {
    position: sticky;
    top: 0px;
    width: 100%;
}

.registration-container {
	width: 75%
}

.responsive-iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Соотношение 16:9 (500/870 ≈ 0.5747 → 57.47%) */
    height: 0;
    overflow: hidden;
  }

.responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.homepage .broadcast-block {
	display: block;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 25px;
	margin-bottom: 20px;
}

.homepage .broadcast-block img {
	margin-bottom: 15px;
}

.homepage .broadcast-block div {
    color: #3b3b3b;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.news-continued {
    margin-top: 2em;
    padding: 1em;
    background: #f8f8f8;
    border-left: 4px solid #da1200;
	margin-bottom: 20px;
}
.news-continued h3 {
	margin-bottom: 10px;
}
.news-continued li {
	margin-bottom: 5px;
}
.news-continued a {
    text-decoration: none;
    color: #000;
    //font-weight: bold;
}

.news__reactions_widget_item {
	margin-right: 10px;
	margin-bottom: 20px;
	cursor: pointer;
}

.news__reactions_widget_item img {
	width: 40px;
	height: 54px;
	margin-right: 5px;
}

.archive .flatpickr-input {
	background: #f0f0f0;
}
.archive .btn-pin {
    background: #da1200;
    color: #fff;
	border-color: #da1200
}

.archive .btn-pin:hover {
    background-color: #da1200;
    color: #fff;
	border-color: #da1200
}

.afisha .event__image {
	height: auto!important;
	border-radius: 6px;
	margin-bottom: 10px;
}

.translate-skeleton-line {
    height: 16px;
    background: linear-gradient(90deg, #eee, #ddd, #eee);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 4px;
    margin-bottom: 5px;
}
.footer .btn-info {
	line-height: 40px;
}
.active>.page-link, .page-link.active {
	background-color: #da1200;
    border-color: #da1200
}
.page-link {
	color: var(--bs-body-color)
}
.page-link:hover {
    color: var(--bs-body-color);
}
/*.tg-subscribe .btn {
    background: #4aa5de!important;
    color: #fff!important;
}
.tg-subscribe .btn:hover {
    background: #fff!important;
    color: #4aa5de!important;
}*/
#adfox_171492255498565583:empty {
  display: none!important;
}

#adfox_171492255498565583:empty + .homesidebar-adv-div,
.homesidebar-adv-div:has(#adfox_171492255498565583:empty) {
  min-height: 0!important;
  margin-bottom: 0!important;
}
@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.category .parent {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.category .parent .item {
    padding: 0 10px;
}

.category .news {
	margin-bottom: 20px;
	display: flex;
    flex-direction: column;
    /* height: 100%; */
    justify-content: space-between;
    text-decoration: none;
}

.category .news .news__link {
	margin-top: 10px;
    margin-bottom: 10px;
	flex-grow: 1;
	font-size: clamp(16px, 1.1vw, 18px);
}

.category .news__image {
	aspect-ratio: 16 / 9;
}

.category .news__comments, .category .news__date {
	margin-right: 10px;
}

.category .tg-subscribe {
	margin-bottom: 20px;
	margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
}

.news-view .tg-subscribe .logo {
	padding-left: 15px;
}

.tg-subscribe .text {
	font-size: clamp(14px, 1.1vw, 16px)!important;
}

.last-tab .tab-section .tab-content .news__link {
	font-size: clamp(16px, 1.1vw, 18px);
}

.homepage .people-news .btn {
	display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
}

.search__title {
	color: #3b3b3b;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.btn-add {
	white-space: nowrap;
}

.tg-subscribe {
    background: #e5f3fb;
    border-radius: 5px;
    height: 112px;
}

.tg-subscribe .logo__image {
    left: 155px;
    position: absolute;
    top: 25px;
}

.tg-subscribe .text {
    color: #3b3b3b;
    font-family: Inter, sans-serif;
    font-size: .7rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.tg-subscribe .btn {
    align-items: center;
    background: #fff;
    border: none;
    border-radius: 5px;
    color: #4aa5de;
    display: flex;
    flex-shrink: 0;
    gap: 11px;
    height: 50px;
    justify-content: center;
    padding: 5px 25px;
}

.tg-subscribe .btn:hover {
    background-color: #4aa5de;
    color: #fff;
}

@media only screen and (max-width: 768px) {
	.header {
		margin-bottom: 0px;
	}
	.homepage {
		background-color: #F9F9F9;
		margin-top: 0px!important;
	}
	.homepage .top .news {
		margin-bottom: 20px;
		border-radius: 10px;
		background-color: #fff;
	}
	/*.homepage .top .news div {
		margin-bottom: 25px!important;
	}*/
	.homepage .top .news__image {
		border-radius: 0!important;
		border-top-left-radius: 10px!important;
		border-top-right-radius: 10px!important;
		margin-bottom: 0px;
	}
	.homepage .top .news .news__bottom {
		border-bottom: 1px solid #DFDEDE;
        border-left: 1px solid #DFDEDE;
        border-right: 1px solid #DFDEDE;
        margin-bottom: 0px !important;
        padding: 10px 10px 15px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
	}
	.homepage .top .news .news__bottom > div {
		margin-bottom: 0px !important;
	}
	.homepage .top .news__link {
		padding: 0px;
	}
	.homepage .top .news__date {
		margin-left: 0px;
	}
	.homepage .category {
		border-radius: 10px;
		background-color: #fff;
		padding: 0 20px 20px;
		margin-bottom: 20px;
	}
	.homepage .category__name {
		color: #3B3B3B!important;
	}
	.homepage .category .line {
		display: none!important;
	}
	.homepage .category .category__link-all {
		display: none!important;
	}
	.homepage .category .news__item {
		grid-gap: 10px;
    	display: grid;
		justify-items: start;
		margin-bottom: 0;
		padding-top: 1rem;
		text-decoration: none;
		grid-template-columns: 20% calc(80% - 10px);
		border-top: 1px solid #DFDEDE;
	}
	.homepage .category .news__item .news__image {
		aspect-ratio: 1 / 1;
    	height: auto;
	}
	.homepage .category .news__item .news__link {
		margin-top: 0px;
	}
	.homepage .category a.category__link-all-news {
		align-items: center;
		background: #F0F0F0;
		color: #da1200;
		display: flex!important;
		font-family: Inter, sans-serif;
		font-size: 1rem;
		font-style: normal;
		font-weight: 500;
		justify-content: center;
		line-height: 250%;
		text-align: center;
		width: 100%;
		border-radius: 6px;
		padding: 10px 0;
	}
	.homepage .category__bottom {
		padding: 0 15px!important;
	}
	.homepage .people-news {
		margin-bottom: 20px;
	}
	.homepage .tv {
		border-radius: 10px!important;
		margin-bottom: 20px;
		padding: 10px;
	}
	.homepage .category__bottom .last-tab {
		width: 100%;
		padding: 0 15px 15px;
		background-color: #fff;
		border-radius: 10px;
	}
	.homepage .author-block {
		border-radius: 10px!important;
		background-color: #fff!important;
		padding: 20px;
		margin-bottom: 20px;
		border: 0px!important;
	}
	.homepage .author-block .authors__item {
		grid-gap: 10px;
		display: grid;
		justify-items: start;
		margin-bottom: 0;
		padding-top: 1rem;
		text-decoration: none;
		grid-template-columns: 20% calc(80% - 10px);
		border-top: 1px solid #DFDEDE;
	}
	.homepage .author-block .authors__item .news__image {
		aspect-ratio: 1 / 1;
    	height: auto;
	}
	.homepage .author-block .author-block__title {
		font-size: clamp(16px, 1.1vw, 18px);
        color: #3B3B3B;
    }
	.homepage .author-block .news__link {
		font-size: clamp(16px, 1.1vw, 18px);
	}
	.homepage .author-block .authors__item .authors__item__top > div {
		margin-bottom: 0!important;
	}
	.homepage .author-block .news__comments, .homepage .author-block .news__date {
		font-size: 10px;
	}
	.homepage .people-news {
		border-radius: 10px!important;
	}
	.homepage .people-news .news__link {
		margin-bottom: 0px;
		font-size: clamp(16px, 1.1vw, 18px) !important;
	}
	.homepage .people-news .news__extract {
		font-size: clamp(14px, 1.1vw, 16px) !important;
	}
	.homepage .people-news .news__date, .homepage .people-news .news__comments {
		font-size: clamp(10px, 1.1vw, 12px) !important;
	}
	.homepage .adsbygoogle {
		margin-bottom: 15px;
	}
	.homepage .last-comments {
		margin-bottom: 20px;
	}
    img.d-block.news__image.xl-mb-20 {
        object-fit: cover;
        height: 240px;
    }
    .mainpic {
        min-height: 240px;
    }
    img.d-block.news__image.xl-mb-15 {
        height: 240px;
    }
    h1.news__title.xs-pb-15.xl-pb-25 {
        font-size: 25px;
    }
    .partner-news {
        min-height: 550px;
    }
    .text-center.news__content-adv {
        min-height: 180px;
    }
    .category.section.xs-mt-80 .tg-subscribe.d-flex.align-items-center.justify-content-between.xl-mt-40.xl-mb-40 {
        margin: 0px 0 25px;
    }
    blockquote {
        font-weight: 500 !important;
    }
    .homepage .tv .swiper-button-prev-tv {
        left: -10px!important;
    }
    .homepage .tv .swiper-button-next-tv {
        right: -10px!important;
    }
    .homepage.xs-mt-40 .col-12.col-lg-3.d-flex.flex-column.align-items-end {
        padding: 0;
    }
    .news-view.xs-mt-80 {
        margin: 0;
    }
    h1.news__title.xl-pb-25 {
        margin: 20px 0 5px;
    }
    .category.section.xs-mt-80 {
        margin: 25px 0;
    }
    .homepage.xs-mt-40 {
        margin-top: 20px;
    }
    .category.section.xs-mt-80 .d-flex.align-items-center.justify-content-between.xl-mb-40 {
        margin-bottom: 25px;
    }
    .news__extract.xl-mb-30 {
        font-size: 18px!important;
        line-height: 150%!important;
        margin: 20px 0;
    }
    .category.section.xs-mt-80 .item.xl-mr-10 {
        border: 0;
        margin-right: 17px;
        margin-bottom: 10px;
        background: none;
    }
    .category.section.xs-mt-80 .col-lg-4.news.xl-mb-45 {
        margin-bottom: 30px;
    }
    .category.section.xs-mt-80 a.d-block.news__link.xl-mb-20 {
        margin: 10px 0 5px;
    }
    .category.section.xs-mt-80 span.news__date.xl-mr-10 {
        margin-right: 15px;
    }
    .category.section.xs-mt-80 a.item__link.xl-pl-10.xl-pr-10.xl-pt-5.xl-pb-5 {
        line-height: 1;
    }

    .parent.d-flex.flex-wrap.xl-mb-45 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .topadv-div {
        background: #f5f5f5;
        margin: -20px -15px 15px;
        padding: 15px;
        box-shadow: 0px 0px 9px -7px #999 inset;
        min-height: 155px;
    }
    a.news__category.xl-pr-15 {
        margin-right: 10px;
    }
    span.news__views.d-block.xl-pr-15 {
        margin-left: 10px;
    }
    img.d-block.news__image.xl-mb-15 {
        margin-bottom: 5px;
    }
    .news__content {
        margin-top: 15px;
    }
    .tg-subscribe.d-flex.align-items-center.justify-content-between.xl-mt-40.xl-mb-40 {
        margin-top: 25px;
    }
    .text.xs-pl-10.xl-pl-50 {
        font-size: 12px;
    }
    button.btn.btn-show-comments {
        margin: 20px 0;
    }
    .tab-section .news.xl-mb-20 {
        margin: 25px 0;
    }
    .social-share.d-flex.align-items-center.justify-content-center {
        display: none !important;
    }
    .news__content.xs-mb-25 blockquote {
        padding: 25px!important;
        margin: 0 15px 20px 15px!important;
    }
    .news__content.xs-mb-25 blockquote p {
        font-weight: 500!important;
        margin: 0;
        font-size: 18px!important;
        line-height: 150%!important;
    }
    .d-flex.align-items-center.justify-content-between.--border-bottom.xs-pb-50.xl-pb-20 {
        margin: 0;
        padding: 10px 0;
    }
    .comments.xs-mt-50.xl-mt-70 {
        margin: 10px 0;
    }
    h3.comments__title {
        font-weight: 500 !important;
        font-size: 20px !important;
    }
    .d-flex.comment.xs-mt-50.xl-mt-50 {
        margin: 0;
    }
    .news__content.xs-mb-25 iframe {
        margin: 0;
    }
    h2.last-tab__title.xs-mb-20.xl-mb-20 {
        font-size: 20px;
        font-weight: 500;
    }
    .news-add.section.xs-mt-80 {
        margin: 0;
    }
    h1.section__title.xl-mb-45 {
        margin: 0 0 15px 0px;
    }
    .section__description.xl-mb-45 {
        margin-bottom: 25px;
        font-size: 16px;
    }
    form#news-add-form {
        padding: 20px;
    }
    .news-add.section.xs-mt-80 .col-12.col-lg-9.col-xs-12 {
        margin-bottom: 25px;
    }
	
	.registration-container {
		width: 100%
	}
	
	.homepage .broadcast-block {
		display: block;
        border: 0;
        border-radius: 10px;
        padding: 0;
        margin-bottom: 20px;
        background: #EDEDED;
        overflow: hidden;
	}
	.homepage .broadcast-block img {
		margin-bottom: 0!important;
        clip-path: inset(0 0 10px 0);
	}
	.homepage .broadcast-block div {
		padding: 5px 10px 20px;
        border: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-left: 1px solid #DFDEDE;
        border-right: 1px solid #DFDEDE;
        border-bottom: 1px solid #DFDEDE;
	}

}

@media only screen and (max-width: 1479px) and (min-width: 992px)
    {
    .container {
        max-width: 1200px;
    }
    .header .container {
        height: auto;
        margin: 0;
        /*padding: 20px;*/
    }
    .last-tab.xs-mb-20.xl-mb-40 {
        width: 100%;
    }
    /*.last-comments.xs-p-20.xl-pt-20.xl-pl-25.xl-pr-25.xl-pb-20 {*/
    /*    width: 100%;*/
    /*}*/
    .news-view.xs-mt-80 {
        margin-top: 35px;
    }
    .section--second.d-flex.align-items-center.justify-content-between {
        padding: 15px 0 0;
    }
    li.menu-item.xl-mr-35.dropdown {
        padding-right: 15px;
    }
    .header .menu .menu-item__link {
        /*font-size: 16px!important;*/
		font-size: clamp(12px, 1.1vw, 16px);
  		font-weight: 500;
    }
    li.menu-item.xl-mr-35 {
        padding-right: 15px;
    }
    img.user__profile_image {
        margin-left: 10px;
    }
    .news.xl-mb-20 {
        margin-bottom: 20px;
    }
    footer.footer {
        padding: 20px;
    }
    .container.d-none.d-md-block {
        padding: 15px 0;
    }
    a.item__link.d-block.xl-mb-15 {
        margin-bottom: 7px;
    }
    .contacts.xl-pb-60 {
        margin-bottom: 15px;
    }
    a.btn.btn-add.xl-mb-20 {
        width: 100%;
        margin-bottom: 15px;
    }
    a.btn.btn-subscribe {
        width: 100%;
        margin-bottom: 15px;
    }
    a.btn.btn-info.xl-mb-20 {
        width: 100%;
        margin-bottom: 15px;
    }
    a.btn.btn-info {
        width: 100%;
    }
    span.social-links__text.d-block.xl-pr-20 {
        margin-right: 15px;
    }
    .container.d-none.d-md-block .--border-bottom {
        padding: 0px 0 15px;
    }
    .last-comments.xs-p-20.xl-pt-20.xl-pl-25.xl-pr-25.xl-pb-20 {
        width: 100%;
    }
    h3.last-comments__title.xs-pb-20.xs-pr-20.xl-pb-20 {
        font-size: 16px;
    }
    h2.last-tab__title.xs-mb-20.xl-mb-20 {
        font-size: 18px;
    }
	.homepage .broadcast-block {
        width: 100%!important;
    }
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
    /*.container, .container-md, .container-sm {*/
    /*    max-width: 990px;*/
    /*}*/
    span.currency__title.xl-mr-30 {
        display: none;
    }
    .currency.d-flex.align-items-center.flex-row.xl-pr-100 a.link-all {
        display: none;
    }
    img.header__logo {
        margin-top: 25px;
    }
    .news-view.xs-mt-80 {
        margin-top: 35px;
    }
    .news-view {
        padding: 35px 0;
    }
    .d-flex.align-items-center.justify-content-between.--border-bottom.xs-pb-50.xl-pb-20 {
        margin: 0;
        padding: 0px 0 15px;
    }
    .user-phone-validation.xs-mt-20.xs-mb-20.xl-mt-50.xl-mb-50.xs-p-25 {
        width: 100%;
    }
    .last-tab.xs-mb-20.xl-mb-40 {
        width: 100%;
    }
    .last-comments.xs-p-20.xl-pt-20.xl-pl-25.xl-pr-25.xl-pb-20 {
        width: 100%;
    }
    .news.xl-mb-20 {
        margin-bottom: 20px;
    }
    .section--first.--border-bottom.d-flex.align-items-center.justify-content-between {
        padding: 0 15px;
    }
    .currency__item.d-flex.align-items-center.xl-mr-10 {
        margin-right: 10px;
    }
    .wa.xl-pr-100 {
        padding: 0 15px;
    }
    img.user__profile_image {
        margin-left: 10px;
    }
    .header .menu .menu-item__link {
        font-size: 15px!important;
        font-weight: 500!important;
        line-height: 140%!important;
    }
    li.menu-item.xl-mr-35 {
        padding: 0 10px;
    }
    .homepage {
        padding: 20px 0;
    }
}
@media (min-width: 992px) {
    .homepage .broadcast-block {
        width: 325px;
    }
}
@media (min-width: 768px) and (max-width: 1479.98px) {
	.homepage .top .news__link--full {
		font-size: clamp(26px, 1.1vw, 30px)!important;
	}
	.homepage .tv .swiper-tv .news__link {
		font-size: clamp(16px, 1.1vw, 18px)!important;
	}
    .header .wa {
        width: auto;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
}