* {
    box-sizing: border-box;
}

html {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    background: #f6f6f6;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    min-width: 320px;
    min-height: 100%;
    margin: 0;
    padding: 0;
    background: #f6f6f6;
    color: #000;
    font-size: 10px;
    line-height: 1.4;
}

h1,
h2,
h3,
h4,
p,
ul,
li,
a,
span,
div,
input,
button,
textarea,
select,
form,
fieldset,
figure,
figcaption,
section,
article,
aside,
header,
footer,
main {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

ul,
li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
    border: 0;
}

button,
input,
textarea,
select {
    font: inherit;
    background: none;
    border: 0;
    outline: 0;
}

button {
    cursor: pointer;
}

#wrapper {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.holder {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 20px;
}

.holder::after {
    content: "";
    display: block;
    clear: both;
}

h1 {
    margin: 0 0 35px;
    color: #0780cf;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
}

h2 {
    margin: 0 0 37px;
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.line {
    position: relative;
    display: inline-block;
}

.line::before,
.line::after {
    position: absolute;
    top: 0;
    display: inline;
    color: #46d0ae;
    content: "-";
}

.line::before {
    left: -20px;
}

.line::after {
    right: -20px;
}

.line.white,
.line.white::before,
.line.white::after {
    color: #fff;
}

.line.black,
.line.black::before,
.line.black::after {
    color: #000;
}

h2 span a {
    color: #000;
    transition: color 0.25s ease;
}

h2 span a:hover {
    color: #46d0ae;
}

.header {
    position: relative;
    z-index: 20;
    background: #fff;
}

.header-wrap {
    position: relative;
}

.header-top {
    position: relative;
    min-height: 86px;
    padding: 24px 0 22px;
    background: #000;
}

.header-top::after {
    content: "";
    display: block;
    clear: both;
}

.header-logo {
    float: left;
}

.header-logo a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
}

.header-logo img {
    width: auto;
    max-height: 42px;
}

.header-logo__mos {
    display: inline-block;
    color: #46d0ae;
    font-size: 46px;
    font-weight: 800;
    letter-spacing: -0.06em;
}

.header-logo__news {
    display: inline-block;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.header-text {
    float: right;
    padding-top: 12px;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
}

.header-text span {
    display: inline-block;
    margin-left: 18px;
    opacity: 0.85;
}

.header-text span:first-child {
    margin-left: 0;
}

.header-line {
    position: relative;
    min-height: 48px;
    background: #3bc5a3;
}

.header-line::after {
    content: "";
    display: block;
    clear: both;
}

.header-nav {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: stretch;
    min-height: 48px;
    padding-right: 10px;
    background: #3bc5a3;
}

.header-nav > li {
    position: relative;
}

.header-nav > li > a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 12px;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.header-nav > li > a:hover,
.header-nav > li > a.active {
    color: #000;
}

.header-nav-more:hover .nav-hidden {
    display: flex;
}

.nav-hidden {
    position: absolute;
    top: 48px;
    right: 0;
    z-index: 50;
    display: none;
    gap: 34px;
    min-width: 700px;
    padding: 28px 34px 20px;
    background: rgba(0, 0, 0, 0.88);
}

.nav-list {
    min-width: 145px;
}

.nav-list li {
    margin-bottom: 12px;
}

.nav-list a {
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.nav-list a:hover {
    color: #46d0ae;
}

.mob-nav-icon {
    display: none;
}

.tags {
    padding: 18px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tags a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    color: #0780cf;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1.2;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.tags a:hover {
    color: #46d0ae;
    border-color: #46d0ae;
}

.menu {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: none;
    overflow: auto;
    padding: 28px 0 50px;
    background: rgba(0, 0, 0, 0.96);
    color: #fff;
}

.menu.active {
    display: block;
}

.menu-close {
    position: absolute;
    top: 20px;
    right: 22px;
    color: #fff;
    font-size: 34px;
    line-height: 1;
}

.menu .header-logo {
    float: none;
    margin-bottom: 28px;
}

.menu .tags {
    margin-bottom: 30px;
}

.menu-nav {
    display: flex;
    gap: 50px;
}

.menu-nav-list {
    min-width: 210px;
}

.menu-nav-list li {
    margin-bottom: 14px;
}

.menu-nav-list a {
    color: #fff;
    font-size: 17px;
    line-height: 1.35;
    text-transform: uppercase;
}

.menu-nav-list a:hover {
    color: #46d0ae;
}

.scroll {
    overflow: hidden;
    margin: 0 -20px 20px;
}

.scroll-inner {
    margin-bottom: -20px;
    padding: 0 0 0 20px;
    overflow-x: auto;
    overflow-y: hidden;
}

.city {
    padding: 96px 0 5px;
    background:
        linear-gradient(rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.7)),
        radial-gradient(circle at center top, rgba(70, 208, 174, 0.25), transparent 35%),
        #111;
    background-size: cover;
}

.city .news-block {
    padding-bottom: 46px;
}

.news-feed {
    padding: 96px 0 49px;
    background: #f6f6f6;
}

.news-block {
    width: 1000px;
    overflow: hidden;
    padding: 0 0 3px;
}

.news-item {
    position: relative;
    float: left;
    width: 290px;
    margin: 0 0 52px 55px;
}

.news-block .news-item:nth-child(3n + 1),
.news-list .news-item:nth-child(3n + 1) {
    clear: left;
    margin-left: 0;
}

.news-item::after {
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0));
}

.news-img {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 175px;
    background: #d8d8d8;
}

.news-img::after {
    position: absolute;
    inset: 0;
    display: block;
    content: "";
    background: #3bc5a3;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.news-img:hover::after {
    opacity: 0.72;
}

.news-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.news-img:hover img {
    transform: scale(1.04);
}

.news-category {
    position: relative;
    z-index: 2;
    height: 34px;
    margin: -17px 0;
    text-align: center;
}

.news-category-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 34px;
    padding: 0 14px;
    color: #818181;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 999px;
    font-size: 14px;
    line-height: 34px;
    white-space: nowrap;
}

.news-content {
    min-height: 155px;
    padding: 42px 34px 34px;
    background: #fff;
}

.news-name {
    margin: 0 0 7px;
    font-size: 18px;
    line-height: 1.22;
}

.news-name a {
    color: #0780cf;
}

.news-name a:hover {
    text-decoration: underline;
}

.news-info {
    margin: 0 0 7px;
    color: #818181;
    font-size: 12px;
    line-height: 1.3;
}

.news-text {
    color: #222;
    font-size: 16px;
    line-height: 1.35;
}

.empty-feed {
    padding: 20px 0;
    color: #777;
    font-size: 18px;
    line-height: 1.4;
}

.main {
    padding: 60px 0 45px;
    background: #f6f6f6;
}

.sidebar {
    float: right;
    width: 290px;
    padding: 1px 0 0;
}

.content {
    padding: 1px 0 0;
    margin: 0 345px 45px 0;
}

.title-block {
    margin: 0 0 25px;
}

.title-block::after {
    content: "";
    display: block;
    clear: both;
}

.title-left {
    float: left;
}

.title-left h1 {
    margin-bottom: 0;
}

.title-date {
    float: left;
    padding: 15px 0 0 15px;
    color: #818181;
    font-size: 14px;
    font-style: italic;
}

.back {
    float: right;
    margin: 14px 0 0;
    color: #818181;
    font-size: 16px;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.back:hover {
    color: #000;
    text-decoration: underline;
}

.search {
    position: relative;
    width: 290px;
    height: 40px;
    margin: 0 0 39px;
}

.search-input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 38px 0 15px;
    color: #333;
    background: #fff;
    border: 1px solid #e2e2e2;
    font-size: 16px;
}

.search-input:focus {
    border-color: #46d0ae;
}

.search-loupe {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 22px;
    height: 22px;
    background: transparent;
}

.search-loupe::before {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 11px;
    height: 11px;
    border: 2px solid #818181;
    border-radius: 50%;
    content: "";
}

.search-loupe::after {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 8px;
    height: 2px;
    background: #818181;
    transform: rotate(45deg);
    transform-origin: left center;
    content: "";
}

.search-loupe:hover::before {
    border-color: #46d0ae;
}

.search-loupe:hover::after {
    background: #46d0ae;
}

.side-city {
    position: relative;
    padding: 43px 35px 46px;
    margin: 0 0 52px;
    background:
        linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.78)),
        radial-gradient(circle at top, rgba(70, 208, 174, 0.28), transparent 42%),
        #111;
    background-size: cover;
}

.side-city::after,
.side-author::after {
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0));
}

.side-city h2,
.side-author h2 {
    margin-bottom: 28px;
    font-size: 28px;
    line-height: 1.1;
}

.side-city-item {
    margin: 0 0 20px;
}

.side-city-text {
    margin: 0 0 7px;
    font-size: 18px;
    line-height: 1.22;
}

.side-city-text a {
    color: #fff;
}

.side-city-text a:hover {
    text-decoration: underline;
}

.side-city .news-info {
    color: rgba(255, 255, 255, 0.75);
}

.side-author {
    position: relative;
    padding: 38px 35px 46px;
    margin: 0 0 52px;
    background: #fff;
}

.side-author-block {
    margin: 0 0 18px;
}

.side-author-link {
    font-size: 18px;
    line-height: 1.25;
}

.side-author-link a {
    color: #0780cf;
}

.side-author-link a:hover {
    text-decoration: underline;
}

.button-holder {
    text-align: center;
}

.side-city .button-holder {
    padding: 20px 0 0;
}

.button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 16px;
    color: #818181;
    background: #fff;
    border: 1px solid #818181;
    border-radius: 999px;
    font-size: 16px;
    line-height: 1.2;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.button:hover {
    color: #fff;
    background: #3bc5a3;
    border-color: #3bc5a3;
}

.button-blue {
    color: #fff;
    background: #4484bf;
    border-color: #fff;
}

.button-blue:hover {
    background: #3bc5a3;
    border-color: #3bc5a3;
}

.news-list {
    overflow: hidden;
    padding: 0 0 3px;
}

.news-list .news-item {
    width: 30%;
    margin: 0 0 52px 5%;
}

.news-list.news-list-two-column .news-item {
    width: 45.5%;
    margin: 0 0 52px 9%;
}

.news-list.news-list-two-column .news-item:nth-child(3n + 1) {
    clear: none;
    margin-left: 9%;
}

.news-list.news-list-two-column .news-item:nth-child(2n + 1) {
    clear: left;
    margin-left: 0;
}

.news-list.news-list-two-column .news-img img {
    height: 170px;
}

.pagination {
    clear: both;
    margin: 20px 0 0;
    padding: 18px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    color: #818181;
    font-size: 16px;
}

.pagination a {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    color: #0780cf;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 999px;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.pagination a:hover {
    color: #46d0ae;
    border-color: #46d0ae;
}

.article {
    position: relative;
    padding: 52px 55px 51px;
    margin: 0 0 80px;
    background: #fff;
}

.article::after {
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0));
}

.article-date {
    margin: 0 0 10px;
    color: #5a5a5a;
    font-size: 14px;
}

.article h1 {
    margin-bottom: 22px;
    color: #0780cf;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 400;
}

.article-lead {
    margin: 0 0 34px;
    color: #444;
    font-size: 20px;
    line-height: 1.45;
}

.article-img {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 0 42px;
}

.article-img img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

.article-img figcaption {
    padding: 12px 0 0;
    color: #818181;
    font-size: 14px;
    line-height: 1.4;
}

.detail_text_container {
    margin: 0 0 38px;
    font-size: 18px;
    line-height: 1.58;
}

.detail_text_container p {
    margin: 0 0 24px;
}

.detail_text_container h2,
.detail_text_container h3 {
    margin: 34px 0 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.25;
}

.detail_text_container h2 {
    font-size: 28px;
}

.detail_text_container h3 {
    font-size: 22px;
}

.detail_text_container a {
    color: #0780cf;
}

.detail_text_container a:hover {
    text-decoration: underline;
}

.detail_text_container blockquote {
    margin: 30px 0;
    padding: 26px 30px;
    background: #faf6e6;
    color: #222;
    font-size: 20px;
    font-style: italic;
    line-height: 1.5;
}

.article-bottom {
    overflow: hidden;
    padding: 32px 0 0;
}

.up {
    float: right;
    color: #818181;
    font-size: 16px;
}

.up:hover {
    color: #000;
    text-decoration: underline;
}

.comment-block {
    position: relative;
    padding: 45px 55px;
    margin: 0 0 80px;
    background: #fff;
}

.comment-block::after {
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0));
}

.search-page {
    background: #f6f6f6;
}

.search-hero {
    padding: 70px 0 56px;
    background:
        linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.8)),
        radial-gradient(circle at center top, rgba(70, 208, 174, 0.22), transparent 38%),
        #111;
    color: #fff;
}

.search-hero__inner {
    width: min(980px, calc(100% - 40px));
    margin: 0 auto;
}

.search-hero__label {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 7px 13px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.search-hero h1 {
    margin-bottom: 16px;
    color: #fff;
    font-size: 46px;
    line-height: 1.1;
}

.search-hero p {
    max-width: 650px;
    margin: 0 0 25px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 18px;
    line-height: 1.5;
}

.search-hero__form {
    display: flex;
    max-width: 680px;
    background: #fff;
}

.search-hero__form input {
    flex: 1;
    height: 50px;
    padding: 0 18px;
    color: #000;
    font-size: 16px;
}

.search-hero__form button {
    width: 130px;
    height: 50px;
    color: #fff;
    background: #3bc5a3;
    font-size: 16px;
    transition: background-color 0.2s ease;
}

.search-hero__form button:hover {
    background: #22b490;
}

.feed-section {
    padding: 60px 0 70px;
    background: #f6f6f6;
}

.feed-container {
    width: min(980px, calc(100% - 40px));
    margin: 0 auto;
}

.feed-heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.feed-title {
    margin: 0;
    color: #000;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    text-transform: none;
}

.feed-all-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 16px;
    color: #0780cf;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 999px;
    font-size: 15px;
}

.feed-all-link:hover {
    color: #46d0ae;
    border-color: #46d0ae;
}

.feed-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.news-list-card {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 20px;
    min-height: 150px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 0;
    color: #111;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.news-list-card:hover {
    transform: translateY(-2px);
    border-color: #cfcfcf;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.news-list-card__image-wrap {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 150px;
    overflow: hidden;
    background: #e8e8e8;
}

.news-list-card__image {
    width: 100%;
    height: 100%;
    min-height: 150px;
    object-fit: cover;
}

.news-list-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 18px 24px 18px 0;
}

.news-list-card__title {
    display: block;
    margin-bottom: 8px;
    color: #0780cf;
    font-size: 21px;
    line-height: 1.28;
    font-weight: 700;
}

.news-list-card__excerpt {
    display: block;
    margin-bottom: 10px;
    max-width: 680px;
    color: #666;
    font-size: 16px;
    line-height: 1.48;
}

.news-list-card__date {
    display: block;
    color: #8e95a1;
    font-size: 14px;
    line-height: 1.4;
}

.news-list-card:not(:has(.news-list-card__image-wrap)) {
    grid-template-columns: 1fr;
    padding-left: 24px;
}

.news-list-card:not(:has(.news-list-card__image-wrap)) .news-list-card__content {
    padding: 20px 24px;
}

.search-empty {
    padding: 45px;
    background: #fff;
    text-align: center;
}

.search-empty h2 {
    margin-bottom: 12px;
    color: #000;
    font-size: 30px;
}

.search-empty p {
    margin-bottom: 20px;
    color: #666;
    font-size: 17px;
}

.search-empty a {
    color: #0780cf;
    font-size: 17px;
}

.search-empty a:hover {
    text-decoration: underline;
}

.footer {
    margin-top: 70px;
    padding: 48px 0 28px;
    background: #000;
    color: #fff;
}

.footer-wrap {
    overflow: hidden;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    text-transform: uppercase;
}

.footer-logo img {
    max-height: 40px;
}

.footer-logo__mos {
    color: #46d0ae;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -0.06em;
}

.footer-logo__news {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.footer-text {
    max-width: 660px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
    line-height: 1.6;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-bottom: 26px;
}

.footer-nav a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.4;
}

.footer-nav a:hover {
    color: #46d0ae;
}

.footer-bottom {
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.45);
    font-size: 13px;
}

@media (max-width: 1100px) {
    .holder {
        max-width: 100%;
    }

    .header-nav {
        overflow-x: auto;
        white-space: nowrap;
    }

    .news-block {
        width: 100%;
        display: flex;
        gap: 24px;
        overflow-x: auto;
        padding-right: 20px;
    }

    .news-block .news-item,
    .news-block .news-item:nth-child(3n + 1) {
        clear: none;
        flex: 0 0 290px;
        margin: 0 0 52px;
    }

    .content {
        margin-right: 330px;
    }
}

@media (max-width: 900px) {
    body {
        font-size: 10px;
    }

    .holder {
        padding: 0 16px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 30px;
    }

    .header-top {
        min-height: auto;
        padding: 20px 0;
    }

    .header-logo,
    .header-text {
        float: none;
    }

    .header-logo {
        margin-bottom: 12px;
    }

    .header-logo__mos {
        font-size: 38px;
    }

    .header-logo__news {
        font-size: 32px;
    }

    .header-text {
        padding-top: 0;
        font-size: 13px;
    }

    .header-text span {
        margin-left: 12px;
    }

    .header-line {
        min-height: 44px;
    }

    .header-nav {
        min-height: 44px;
    }

    .header-nav > li > a {
        min-height: 44px;
        padding: 0 10px;
        font-size: 13px;
    }

    .nav-hidden {
        display: none !important;
    }

    .tags {
        padding-top: 14px;
    }

    .city,
    .news-feed {
        padding-top: 55px;
    }

    .main {
        padding-top: 38px;
    }

    .sidebar {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 35px;
    }

    .content {
        margin: 0 0 45px;
        padding: 0;
    }

    .search {
        width: 100%;
    }

    .side-city,
    .side-author {
        padding: 32px 24px 36px;
    }

    .news-list.news-list-two-column .news-item,
    .news-list.news-list-two-column .news-item:nth-child(2n + 1),
    .news-list.news-list-two-column .news-item:nth-child(3n + 1),
    .news-list .news-item,
    .news-list .news-item:nth-child(3n + 1) {
        float: none;
        clear: both;
        width: 100%;
        margin: 0 0 38px;
    }

    .news-list.news-list-two-column .news-img img,
    .news-img img {
        height: auto;
        min-height: 210px;
    }

    .article,
    .comment-block {
        padding: 34px 24px;
    }

    .article h1 {
        font-size: 30px;
    }

    .article-lead {
        font-size: 18px;
    }

    .detail_text_container {
        font-size: 17px;
    }

    .feed-heading-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .news-list-card {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .news-list-card__image-wrap,
    .news-list-card__image {
        min-height: 220px;
    }

    .news-list-card__content {
        padding: 18px 18px 20px;
    }

    .news-list-card__title {
        font-size: 20px;
    }

    .search-hero h1 {
        font-size: 36px;
    }

    .search-hero__form {
        display: block;
    }

    .search-hero__form input {
        width: 100%;
    }

    .search-hero__form button {
        width: 100%;
    }

    .menu-nav {
        display: block;
    }

    .menu-nav-list {
        margin-bottom: 20px;
    }
}

@media (max-width: 560px) {
    .header-logo__mos {
        font-size: 34px;
    }

    .header-logo__news {
        font-size: 28px;
    }

    .header-text span {
        display: block;
        margin: 5px 0 0;
    }

    .news-block .news-item,
    .news-block .news-item:nth-child(3n + 1) {
        flex-basis: 260px;
    }

    .news-content {
        padding: 38px 24px 26px;
    }

    .article,
    .comment-block {
        padding: 28px 18px;
    }

    .button-holder {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .footer {
        margin-top: 45px;
    }

    .footer-logo__mos {
        font-size: 34px;
    }

    .footer-logo__news {
        font-size: 28px;
    }
}
.mos-header {
    width: 100%;
    height: 112px;
    background: #050505;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mos-header__inner {
    position: relative;
    width: min(1180px, calc(100% - 40px));
    height: 112px;
    margin: 0 auto;
}

.mos-header__date {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.mos-header__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
}

.mos-header__logo img {
    display: block;
    width: auto;
    max-height: 54px;
}

.mos-header__logo-green,
.mos-header__logo-white {
    display: inline-block;
    font-size: 56px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.055em;
}

.mos-header__logo-green {
    color: #39d2b0;
}

.mos-header__logo-white {
    color: #ffffff;
}

.mos-header__rates {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    white-space: nowrap;
}

.mos-header__rates span {
    display: inline-block;
}

@media (max-width: 900px) {
    .mos-header {
        height: 118px;
    }

    .mos-header__inner {
        width: calc(100% - 32px);
        height: 118px;
    }

    .mos-header__logo-green,
    .mos-header__logo-white {
        font-size: 40px;
    }

    .mos-header__date {
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 12px;
    }

    .mos-header__rates {
        top: auto;
        right: 50%;
        bottom: 18px;
        transform: translateX(50%);
        gap: 12px;
        font-size: 12px;
    }
}

@media (max-width: 520px) {
    .mos-header__logo-green,
    .mos-header__logo-white {
        font-size: 34px;
    }
}

.mos-main {
    margin: 0;
    padding: 54px 0 72px;
    background:
        radial-gradient(circle at 50% 0, rgba(57, 210, 176, 0.14), transparent 34%),
        linear-gradient(180deg, #07100e 0%, #050505 100%);
    color: #fff;
}

.mos-feed {
    padding: 64px 0 84px;
    background: #f3f3f3;
    color: #111;
}

.mos-main__inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.mos-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin: 0 0 34px;
}

.mos-section-head h1,
.mos-section-head h2 {
    margin: 0;
    color: #111;
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: -0.035em;
}

.mos-section-head--dark h1,
.mos-section-head--dark h2 {
    color: #fff;
}

.mos-section-label {
    display: block;
    margin: 0 0 11px;
    color: #39d2b0;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.mos-section-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 18px;
    color: #111;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.mos-section-link:hover {
    color: #fff;
    background: #111;
    border-color: #111;
}

.mos-section-link--dark {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
}

.mos-section-link--dark:hover {
    color: #050505;
    background: #39d2b0;
    border-color: #39d2b0;
}

.mos-news-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.mos-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dedede;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.mos-card:hover {
    transform: translateY(-4px);
    border-color: rgba(57, 210, 176, 0.45);
    box-shadow: 0 24px 46px rgba(0, 0, 0, 0.12);
}

.mos-card--important {
    background: rgba(255, 255, 255, 0.97);
    border-color: rgba(255, 255, 255, 0.12);
}

.mos-card__image {
    position: relative;
    display: block;
    width: 100%;
    height: 178px;
    overflow: hidden;
    background: #1b1b1b;
}

.mos-card__image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.18) 100%);
    pointer-events: none;
}

.mos-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease, filter 0.35s ease;
}

.mos-card:hover .mos-card__image img {
    transform: scale(1.045);
    filter: saturate(1.05) contrast(1.03);
}

.mos-card__content {
    padding: 20px 22px 24px;
}

.mos-card__date {
    display: block;
    min-height: 18px;
    margin: 0 0 10px;
    color: #8b8b8b;
    font-size: 13px;
    line-height: 1.3;
}

.mos-card__title {
    margin: 0 0 12px;
    color: #111;
    font-size: 20px;
    line-height: 1.22;
    font-weight: 800;
    text-align: left;
    text-transform: none;
    letter-spacing: -0.02em;
}

.mos-card__title a {
    color: #111;
    transition: color 0.18s ease;
}

.mos-card__title a:hover {
    color: #0780cf;
}

.mos-card__text {
    display: -webkit-box;
    overflow: hidden;
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.48;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.mos-empty {
    grid-column: 1 / -1;
    color: #777;
    font-size: 18px;
    line-height: 1.4;
}

.mos-empty--dark {
    color: rgba(255, 255, 255, 0.72);
}

.mos-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 44px 0 0;
    color: #777;
    font-size: 15px;
}

.mos-pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 18px;
    color: #111;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 999px;
    font-weight: 700;
    transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.mos-pagination a:hover {
    color: #fff;
    background: #111;
    border-color: #111;
}

@media (max-width: 1100px) {
    .mos-news-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .mos-main {
        padding: 42px 0 52px;
    }

    .mos-feed {
        padding: 46px 0 58px;
    }

    .mos-main__inner {
        width: calc(100% - 32px);
    }

    .mos-section-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 26px;
    }

    .mos-section-head h1,
    .mos-section-head h2 {
        font-size: 32px;
    }

    .mos-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .mos-card__image {
        height: 170px;
    }

    .mos-card__content {
        padding: 18px 18px 22px;
    }

    .mos-card__title {
        font-size: 18px;
    }
}

@media (max-width: 560px) {
    .mos-news-grid {
        grid-template-columns: 1fr;
    }

    .mos-card__image {
        height: 210px;
    }
}

.mos-pagination,
.pagination {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: fit-content !important;
    margin: 52px auto 0 !important;
    padding: 6px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 999px !important;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08) !important;
    backdrop-filter: blur(12px) !important;
}

.mos-pagination a,
.pagination a {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 112px !important;
    height: 42px !important;
    padding: 0 20px !important;
    color: #111111 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 999px !important;
    font-size: 15px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 0.01em !important;
    text-decoration: none !important;
    transition: color 0.18s ease, background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease !important;
}

.mos-pagination a:first-child::before,
.pagination a:first-child::before {
    content: "←" !important;
    display: inline-block !important;
    margin-right: 8px !important;
    color: #39d2b0 !important;
    font-size: 17px !important;
    line-height: 1 !important;
    transition: color 0.18s ease, transform 0.18s ease !important;
}

.mos-pagination a:last-child::after,
.pagination a:last-child::after {
    content: "→" !important;
    display: inline-block !important;
    margin-left: 8px !important;
    color: #39d2b0 !important;
    font-size: 17px !important;
    line-height: 1 !important;
    transition: color 0.18s ease, transform 0.18s ease !important;
}

.mos-pagination a:hover,
.pagination a:hover {
    color: #ffffff !important;
    background: #050505 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16) !important;
}

.mos-pagination a:hover::before,
.pagination a:hover::before,
.mos-pagination a:hover::after,
.pagination a:hover::after {
    color: #39d2b0 !important;
}

.mos-pagination a:first-child:hover::before,
.pagination a:first-child:hover::before {
    transform: translateX(-2px) !important;
}

.mos-pagination a:last-child:hover::after,
.pagination a:last-child:hover::after {
    transform: translateX(2px) !important;
}

.mos-pagination span,
.pagination span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 64px !important;
    height: 42px !important;
    padding: 0 16px !important;
    color: #050505 !important;
    background: rgba(57, 210, 176, 0.14) !important;
    border: 1px solid rgba(57, 210, 176, 0.28) !important;
    border-radius: 999px !important;
    font-size: 15px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: 0.02em !important;
}

@media (max-width: 560px) {
    .mos-pagination,
    .pagination {
        width: 100% !important;
        max-width: 340px !important;
        gap: 6px !important;
        margin-top: 36px !important;
    }

    .mos-pagination a,
    .pagination a {
        min-width: 0 !important;
        flex: 1 !important;
        height: 40px !important;
        padding: 0 12px !important;
        font-size: 14px !important;
    }

    .mos-pagination span,
    .pagination span {
        min-width: 58px !important;
        height: 40px !important;
        padding: 0 12px !important;
        font-size: 14px !important;
    }
}

.footer {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #050505 !important;
}

.footer .holder,
.footer-inner,
.footer-wrap {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.footer-wrap,
.footer-inner {
    padding-top: 56px !important;
    padding-bottom: 32px !important;
}

.footer-logo,
.footer-text,
.footer-nav,
.footer-bottom {
    max-width: none !important;
}

@media (max-width: 900px) {
    .footer .holder,
    .footer-inner,
    .footer-wrap {
        width: calc(100% - 32px) !important;
    }
}

.footer-logo__mos,
.footer-logo__news,
.footer-logo .footer-logo__mos,
.footer-logo .footer-logo__news {
    display: inline-block !important;
    font-size: 42px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: -0.055em !important;
}

.footer-logo__mos {
    color: #39d2b0 !important;
}

.footer-logo__news {
    color: #ffffff !important;
}

.footer-logo,
.footer-logo a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0 !important;
    line-height: 1 !important;
}

@media (max-width: 520px) {
    .footer-logo__mos,
    .footer-logo__news,
    .footer-logo .footer-logo__mos,
    .footer-logo .footer-logo__news {
        font-size: 34px !important;
    }
}

.mos-article-page {
    padding: 62px 0 76px;
    background: #f3f3f3;
}

.mos-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 780px) 320px;
    gap: 48px;
    align-items: start;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.mos-article {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dedede;
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.08);
}

.mos-article__header {
    padding: 46px 54px 34px;
}

.mos-article__date {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin: 0 0 22px;
    padding: 0 12px;
    color: #050505;
    background: rgba(57, 210, 176, 0.16);
    border: 1px solid rgba(57, 210, 176, 0.32);
    border-radius: 999px;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
}

.mos-article h1 {
    margin: 0 0 22px;
    color: #111111;
    font-size: 44px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.045em;
    text-align: left;
}

.mos-article__lead {
    max-width: 680px;
    margin: 0;
    color: #555555;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 500;
}

.mos-article__image {
    margin: 0;
    background: #111111;
}

.mos-article__image img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

.mos-article__image figcaption {
    padding: 12px 54px 0;
    color: #777777;
    background: #ffffff;
    font-size: 14px;
    line-height: 1.45;
}

.mos-article__body {
    padding: 42px 54px 56px;
    color: #1f1f1f;
    font-size: 19px;
    line-height: 1.72;
}

.mos-article__body p {
    margin: 0 0 26px;
}

.mos-article__body p:last-child {
    margin-bottom: 0;
}

.mos-article__body h2 {
    margin: 44px 0 18px;
    color: #111111;
    font-size: 30px;
    line-height: 1.18;
    font-weight: 900;
    text-align: left;
    text-transform: none;
    letter-spacing: -0.03em;
}

.mos-article__body h3 {
    margin: 34px 0 16px;
    color: #111111;
    font-size: 24px;
    line-height: 1.22;
    font-weight: 900;
}

.mos-article__body a {
    color: #0780cf;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.mos-article__body blockquote {
    margin: 34px 0;
    padding: 28px 32px;
    color: #111111;
    background: linear-gradient(135deg, rgba(57, 210, 176, 0.16), rgba(57, 210, 176, 0.05));
    border-left: 4px solid #39d2b0;
    font-size: 21px;
    line-height: 1.55;
    font-weight: 700;
}

.mos-article__body img {
    max-width: 100%;
    height: auto;
    margin: 28px auto;
}

.mos-article-sidebar {
    position: sticky;
    top: 24px;
}

.mos-article-sidebar__box {
    padding: 32px 28px 34px;
    background:
        radial-gradient(circle at 50% 0, rgba(57, 210, 176, 0.18), transparent 42%),
        #050505;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.mos-article-sidebar__box h2 {
    margin: 0 0 26px;
    color: #ffffff;
    font-size: 26px;
    line-height: 1;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.mos-article-sidebar__box h2::before {
    content: "- ";
    color: #39d2b0;
}

.mos-article-sidebar__box h2::after {
    content: " -";
    color: #39d2b0;
}

.mos-article-sidebar__list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.mos-article-sidebar__item {
    display: block;
    padding: 18px 0;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    text-decoration: none;
}

.mos-article-sidebar__item:first-child {
    border-top: 0;
    padding-top: 0;
}

.mos-article-sidebar__item:hover .mos-article-sidebar__title {
    color: #39d2b0;
}

.mos-article-sidebar__title {
    display: block;
    margin: 0 0 9px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.32;
    font-weight: 800;
    transition: color 0.18s ease;
}

.mos-article-sidebar__item time {
    display: block;
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

.mos-related {
    padding: 0 0 84px;
    background: #f3f3f3;
}

.mos-related__inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.title-block,
.back,
.sidebar,
.content,
.article,
.comment-block {
    all: unset;
}

@media (max-width: 1000px) {
    .mos-article-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .mos-article-sidebar {
        position: static;
    }
}

@media (max-width: 760px) {
    .mos-article-page {
        padding: 38px 0 52px;
    }

    .mos-article-layout,
    .mos-related__inner {
        width: calc(100% - 32px);
    }

    .mos-article__header {
        padding: 32px 24px 28px;
    }

    .mos-article h1 {
        font-size: 32px;
    }

    .mos-article__lead {
        font-size: 18px;
    }

    .mos-article__image figcaption {
        padding: 10px 24px 0;
    }

    .mos-article__body {
        padding: 30px 24px 38px;
        font-size: 17px;
        line-height: 1.68;
    }

    .mos-article-sidebar__box {
        padding: 28px 24px;
    }
}

.mos-error-page {
    min-height: calc(100vh - 112px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    background:
        radial-gradient(circle at 50% 0, rgba(57, 210, 176, 0.16), transparent 32%),
        linear-gradient(180deg, #07100e 0%, #050505 100%);
}

.mos-error {
    width: min(680px, 100%);
    padding: 58px 52px 56px;
    background: rgba(255, 255, 255, 0.965);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
    text-align: center;
}

.mos-error__code {
    margin: 0 0 18px;
    color: #39d2b0;
    font-size: 96px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.075em;
}

.mos-error h1 {
    margin: 0 0 18px;
    color: #111111;
    font-size: 38px;
    line-height: 1.12;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.04em;
}

.mos-error p {
    max-width: 480px;
    margin: 0 auto 30px;
    color: #555555;
    font-size: 18px;
    line-height: 1.55;
}

.mos-error__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 24px;
    color: #ffffff;
    background: #050505;
    border: 1px solid #050505;
    border-radius: 999px;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none;
    transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.mos-error__button:hover {
    color: #050505;
    background: #39d2b0;
    border-color: #39d2b0;
    transform: translateY(-2px);
}

@media (max-width: 640px) {
    .mos-error {
        padding: 42px 24px 44px;
    }

    .mos-error__code {
        font-size: 72px;
    }

    .mos-error h1 {
        font-size: 30px;
    }

    .mos-error p {
        font-size: 16px;
    }
}