*, :before, :after {
    box-sizing: border-box
}

html, body {
    margin: 0;
    padding: 0
}

body {
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
    line-height: 1.5
}

img, picture, video, canvas, svg {
    max-width: 100%;
    display: block
}

input, button, textarea, select {
    font: inherit
}

p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
    margin: 0
}

a {
    color: inherit;
    text-decoration: none
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}

body {
    color: #000;
    background: #fff;
    font-family: IBM Plex Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif
}

.mobile {
    display: none
}

@media (width<=739px

) {
    .mobile {
        display: block
    }
}

.header {
    color: #434343;
    font-family: IBM Plex Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif
}

.header__container {
    max-width: 960px;
    margin: 0 auto
}

.header__divider {
    border: 0;
    border-top: 1px solid #d9d9d9;
    margin: 10px 0
}

.header__main {
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    display: flex
}

.header__right {
    align-items: center;
    gap: 15px;
    display: flex
}

.header__divider-v {
    background: #d9d9d9;
    align-self: stretch;
    width: 1px;
    min-height: 60px
}

.header__menu-btn, .header__search-btn {
    display: none
}

.topbar {
    align-items: center;
    gap: 20px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 500;
    display: flex
}

.topbar__date {
    color: #434343;
    white-space: nowrap
}

.topbar__rates {
    align-items: center;
    gap: 30px;
    display: flex
}

.topbar__meta {
    align-items: center;
    gap: 10px;
    margin-left: auto;
    display: flex
}

.topbar__search {
    width: 16px;
    height: 16px;
    display: inline-flex
}

.topbar__search img {
    width: 100%;
    height: 100%
}

.topbar__age {
    color: #b3b3b3;
    font-size: 16px;
    font-weight: 500
}

.rate {
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    display: flex
}

.rate__tag {
    color: #434343;
    background: #cdcdcd;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    height: 20px;
    padding: 0 6px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    display: inline-flex
}

.rate__value {
    color: #fe752f;
    white-space: nowrap
}

.rate__currency {
    color: #757575
}

.rate__currency--soft {
    color: #b3b3b3
}

.rate__num--up {
    color: #fe752f
}

.rate__num--positive {
    color: #009951
}

.brand {
    flex-direction: column;
    gap: 0;
    width: 260px;
    display: flex
}

.brand__logo {
    line-height: 0;
    display: block
}

.brand__logo img {
    width: 100%;
    height: auto
}

.brand__live {
    display: none
}

.brand__city {
    color: #5a5a5a;
    cursor: pointer;
    text-align: left;
    appearance: none;
    background-color: #f5f5f5;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cpath d='M1 3l3 3 3-3' stroke='%235a5a5a' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: right 6px center;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 0;
    width: 100%;
    height: 20px;
    margin-top: 8px;
    padding: 0 22px 0 4px;
    font-family: inherit;
    font-size: 12px;
    line-height: 20px
}

.socials {
    align-items: center;
    gap: 20px;
    display: flex
}

.socials__item {
    list-style: none
}

.social {
    grid-template-rows: auto auto;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 2px 8px;
    text-decoration: none;
    display: grid
}

.social__icon {
    border-radius: 4px;
    grid-row: 1/span 2;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    display: inline-flex
}

.social__icon img {
    display: block
}

.social__icon--mic {
    background: #434343
}

.social__icon--bare img {
    width: 36px;
    height: 36px
}

.social__label {
    color: #fe752f;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2
}

.social__sub {
    color: #b3b3b3;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2
}

.speak {
    align-items: center;
    gap: 10px;
    width: 233px;
    height: 60px;
    text-decoration: none;
    display: flex
}

.speak__icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    position: relative
}

.speak__bg, .speak__glyph {
    display: block;
    position: absolute
}

.speak__bg {
    width: 50px;
    height: 50px;
    inset: 0
}

.speak__glyph {
    width: 30px;
    height: 30px;
    top: 10px;
    left: 10px
}

.speak__body {
    flex-direction: column;
    gap: 2px;
    display: flex
}

.speak__title {
    color: #434343;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2
}

.speak__sub {
    color: #757575;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2
}

.nav-overlay {
    display: none
}

body.nav-open, body.search-open {
    overflow: hidden
}

.search-modal {
    z-index: 200;
    background: #00000080;
    justify-content: center;
    align-items: center;
    padding: 16px;
    display: flex;
    position: fixed;
    inset: 0
}

.search-modal[hidden] {
    display: none
}

.search-modal__close {
    color: #fff;
    cursor: pointer;
    background: 0 0;
    border: 0;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-flex;
    position: absolute;
    top: 16px;
    right: 16px
}

.search-modal__box {
    background: #fff;
    border-radius: 4px;
    width: 100%;
    max-width: 600px;
    display: flex;
    overflow: hidden
}

.search-modal__input {
    color: #434343;
    border: 0;
    outline: none;
    flex: 1;
    min-width: 0;
    height: 52px;
    padding: 0 16px;
    font-family: inherit;
    font-size: 16px
}

.search-modal__submit {
    color: #fff;
    cursor: pointer;
    background: #434343;
    border: 0;
    flex-shrink: 0;
    padding: 0 24px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600
}

.nav {
    background: #434343;
    border-bottom: 4px solid #fe752f;
    margin-top: 10px
}

.nav__list {
    justify-content: space-between;
    align-items: center;
    height: 40px;
    margin: 0;
    padding: 0 20px;
    list-style: none;
    display: flex
}

.nav__dot {
    background: #fe752f;
    border-radius: 50%;
    flex-shrink: 0;
    width: 3px;
    height: 3px
}

.nav__item {
    align-items: center;
    height: 100%;
    display: flex;
    position: relative
}

.nav__item--active:after {
    content: "";
    background: #fff;
    height: 4px;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0
}

.nav__link {
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: color .15s
}

.nav__link:hover {
    color: #fe752f
}

@media (width<=959px

) {
    .nav__list {
        padding: 0 10px
    }

    .nav__link {
        font-size: 11px
    }

    .nav__dot:first-child {
        display: none
    }

    .header {
        max-width: 700px;
        margin: 0 auto
    }

    .header__container {
        padding: 20px 0 0
    }

    .header__divider, .topbar, .speak, .header__divider-v {
        display: none
    }
}

@media (width<=739px

) {
    .header__main {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding-bottom: 16px
    }

    .header__right {
        flex-wrap: nowrap;
        gap: 10px;
        padding: 0 5px
    }

    .header__divider-v {
        display: none
    }

    .header__menu-btn {
        color: #fff;
        cursor: pointer;
        background: #434343;
        border: 0;
        border-radius: 2px;
        align-items: center;
        gap: 10px;
        height: 36px;
        padding: 0 16px;
        font-family: inherit;
        font-size: 14px;
        font-weight: 600;
        display: inline-flex
    }

    .header__search-btn {
        cursor: pointer;
        background: #f5f5f5;
        border: 0;
        border-radius: 2px;
        justify-content: center;
        align-items: center;
        width: 36px;
        height: 36px;
        display: inline-flex
    }

    .topbar__date, .topbar__search {
        display: none
    }

    .topbar__rates {
        scrollbar-width: none;
        flex-wrap: nowrap;
        min-width: 0;
        overflow-x: auto
    }

    .topbar__rates::-webkit-scrollbar {
        display: none
    }

    .topbar__meta {
        flex-shrink: 0
    }

    .brand {
        align-items: stretch;
        width: 100%
    }

    .brand__head {
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        width: 100%;
        padding: 0 5px;
        display: flex
    }

    .brand__logo {
        flex: 0 auto;
        width: auto;
        height: 32px
    }

    .brand__logo img {
        width: auto;
        height: 100%
    }

    .brand__live {
        background: #434343;
        border-radius: 2px;
        flex-shrink: 0;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 32px;
        display: inline-flex
    }

    .brand__city {
        width: calc(100% - 10px);
        max-width: none;
        height: 32px;
        margin: 10px 5px 0;
        padding: 0 28px 0 12px;
        font-size: 14px;
        line-height: 32px
    }

    .socials {
        gap: 10px;
        margin-left: auto
    }

    .socials__item:first-child {
        display: none
    }

    .socials__item:nth-child(3) .social, .socials__item:nth-child(2) .social {
        grid-template-columns: auto
    }

    .socials__item:nth-child(3) .social__label, .socials__item:nth-child(3) .social__sub, .socials__item:nth-child(2) .social__label, .socials__item:nth-child(2) .social__sub {
        display: none
    }

    .speak {
        width: 50px;
        height: 50px
    }

    .speak__body, .speak__bg {
        display: none
    }

    .speak__icon {
        background: #434343;
        border-radius: 2px;
        width: 50px;
        height: 50px
    }

    .speak__glyph {
        filter: brightness(0) invert();
        top: 10px;
        left: 10px
    }

    .nav-overlay {
        z-index: 90;
        background: #00000080;
        position: fixed;
        inset: 0
    }

    .nav-overlay.is-open {
        display: block
    }

    .nav {
        z-index: 100;
        -webkit-overflow-scrolling: touch;
        border-bottom: 0;
        width: 50%;
        margin-top: 0;
        transition: transform .25s;
        position: fixed;
        inset: 0 auto 0 0;
        overflow-y: auto;
        transform: translate(-100%)
    }

    .nav.is-open {
        transform: translate(0)
    }

    .nav__list {
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 2px;
        height: auto;
        padding: 12px 20px
    }

    .nav__dot {
        display: none
    }

    .nav__item {
        height: auto
    }

    .nav__item--active:after {
        display: none
    }

    .nav__item--active .nav__link {
        color: #fe752f
    }

    .nav__link {
        width: 100%;
        padding: 10px 0;
        display: block
    }
}

.page {
    gap: 20px;
    max-width: 960px;
    margin: 0 auto;
    padding: 30px 0 60px;
    display: flex
}

.page__main {
    flex-direction: column;
    flex-shrink: 0;
    gap: 20px;
    width: 700px;
    min-width: 0;
    display: flex
}

@media (width<=959px

) {
    .page {
        justify-content: center;
        padding-left: 5px;
        padding-right: 5px
    }

    .page__main {
        flex-shrink: 1;
        width: 100%;
        max-width: 700px
    }
}

@media (width<=739px

) {
    .page {
        padding-top: 0
    }
}

.row {
    align-items: flex-start;
    gap: 20px;
    display: flex
}

.row--hero > .hero-news {
    flex: 0 0 460px
}

.row--hero > .news-feed {
    flex: 0 0 220px
}

.row--mixed > .card--lg, .row--mixed > .row__stack {
    flex: 0 0 340px
}

.row--2col > .card--lg {
    flex: 340px
}

.row--4col > .card--sm {
    flex: 0 0 160px
}

.row__stack {
    flex-direction: column;
    gap: 20px;
    display: flex
}

.row__pair {
    gap: 20px;
    display: flex
}

.row__pair > .card--sm {
    flex: 0 0 160px
}

@media (width<=739px

) {
    .row {
        flex-wrap: wrap
    }

    .row--hero > .hero-news, .row--hero > .news-feed, .row--mixed > .card--lg, .row--mixed > .row__stack, .row--2col > .card--lg, .row--4col > .card--sm {
        flex: 100%
    }

    .row__stack {
        gap: 14px;
        width: 100%
    }

    .row__pair {
        flex-direction: column;
        gap: 14px
    }

    .row__pair > .card--sm {
        flex: 100%
    }
}

.divider {
    background: #cdcdcd;
    border: 0;
    width: 100%;
    height: 1px;
    margin: 0
}

@media (width<=739px

) {
    .divider__desktop {
        display: none
    }
}

.grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    display: grid
}

.grid[data-gap=sm] {
    gap: 10px
}

.grid[data-gap=lg] {
    gap: 30px
}

.grid > *, .grid > [data-col="1"] {
    grid-column: span 1
}

.grid > [data-col-start="1"] {
    grid-column-start: 1
}

.grid > [data-col="2"] {
    grid-column: span 2
}

.grid > [data-col-start="2"] {
    grid-column-start: 2
}

.grid > [data-col="3"] {
    grid-column: span 3
}

.grid > [data-col-start="3"] {
    grid-column-start: 3
}

.grid > [data-col="4"] {
    grid-column: span 4
}

.grid > [data-col-start="4"] {
    grid-column-start: 4
}

.grid > [data-col="5"] {
    grid-column: span 5
}

.grid > [data-col-start="5"] {
    grid-column-start: 5
}

.grid > [data-col="6"] {
    grid-column: span 6
}

.grid > [data-col-start="6"] {
    grid-column-start: 6
}

.grid > [data-col="7"] {
    grid-column: span 7
}

.grid > [data-col-start="7"] {
    grid-column-start: 7
}

.grid > [data-col="8"] {
    grid-column: span 8
}

.grid > [data-col-start="8"] {
    grid-column-start: 8
}

.grid > [data-col="9"] {
    grid-column: span 9
}

.grid > [data-col-start="9"] {
    grid-column-start: 9
}

.grid > [data-col="10"] {
    grid-column: span 10
}

.grid > [data-col-start="10"] {
    grid-column-start: 10
}

.grid > [data-col="11"] {
    grid-column: span 11
}

.grid > [data-col-start="11"] {
    grid-column-start: 11
}

.grid > [data-col="12"] {
    grid-column: span 12
}

.grid > [data-col-start="12"] {
    grid-column-start: 12
}

.news-feed {
    flex-direction: column;
    width: 220px;
    height: 410px;
    display: flex;
    position: relative;
    overflow: hidden
}

.news-feed__triangle {
    display: none
}

.news-feed__list {
    scrollbar-width: thin;
    scrollbar-color: #fe752f #cdcdcd;
    flex-direction: column;
    flex: 1;
    gap: 6px;
    margin: 10px 0 0;
    padding: 0 10px 0 0;
    list-style: none;
    display: flex;
    overflow-y: scroll
}

.news-feed__list::-webkit-scrollbar {
    width: 2px
}

.news-feed__list::-webkit-scrollbar-track {
    background: #cdcdcd
}

.news-feed__list::-webkit-scrollbar-thumb {
    background: #fe752f
}

.news-feed__item {
    color: #434343;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 6px;
    font-size: 13px;
    line-height: 1.3
}

.news-feed__item:last-child {
    border-bottom: 0
}

.news-feed__more {
    display: none
}

.news-feed__time {
    color: #b3b3b3;
    margin-right: 4px
}

.news-feed__text {
    color: #434343
}

@media (width<=739px

) {
    .news-feed {
        width: 100%;
        height: auto;
        max-height: none
    }

    .news-feed__list {
        padding-right: 0;
        overflow: visible
    }

    .news-feed__item {
        padding-left: 18px;
        font-size: 14px;
        position: relative
    }

    .news-feed__item:nth-child(n+6) {
        display: none
    }

    .news-feed__item:nth-child(5) {
        border-bottom: 0
    }

    .news-feed__more {
        color: #fff;
        background: #434343;
        border: 0;
        border-bottom: 2px solid #fe752f;
        border-radius: 0;
        justify-content: center;
        align-items: center;
        margin-top: 12px;
        padding: 12px;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        display: flex
    }

    .news-feed__time {
        display: none
    }

    .news-feed__triangle {
        display: inline-block;
        position: absolute;
        top: 6px;
        left: 4px
    }

    .news-feed__header {
        display: none
    }

    .news-feed__text {
        font-size: 16px
    }
}

.hero-news {
    background: #1e1e1e;
    width: 460px;
    height: 410px;
    position: relative;
    overflow: hidden
}

.hero-news__media {
    height: 300px;
    position: absolute;
    inset: 0 0 auto
}

.hero-news__media img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.hero-news__media:after {
    content: "";
    background: linear-gradient(#0000, #1e1e1e 60%);
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.hero-news__body {
    position: absolute;
    top: 212px;
    left: 30px;
    right: 20px
}

.hero-news__title {
    color: #fff;
    border-left: 2px solid #fe752f;
    margin: 0;
    padding: 0 0 0 8px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25
}

.hero-news__lede {
    color: #fff;
    margin: 16px 0 0;
    font-size: 13px;
    line-height: 1.4
}

@media (width<=739px

) {
    .hero-news {
        flex-direction: column;
        width: 100%;
        height: auto;
        margin: 0 -5px;
        display: flex
    }

    .hero-news__media {
        aspect-ratio: 460/300;
        height: auto;
        position: relative
    }

    .hero-news__body {
        padding: 10px 5px;
        inset: auto 0 0
    }

    .hero-news__title {
        border: none;
        padding-left: 0;
        font-size: 18px
    }

    .hero-news__lede {
        display: none
    }
}

.block-head {
    color: #fff;
    background: #434343;
    flex-shrink: 0;
    align-items: center;
    gap: 7px;
    height: 34px;
    padding: 0 6px 0 10px;
    display: flex;
    position: relative
}

.block-head:after {
    content: "";
    background: #fe752f;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.block-head__title {
    font-size: 16px;
    font-weight: 600
}

.card {
    font-family: Inter, IBM Plex Sans, -apple-system, BlinkMacSystemFont, sans-serif
}

.card__link {
    color: inherit;
    flex-direction: column;
    gap: 10px;
    text-decoration: none;
    display: flex
}

.card__link:hover .card__title, .card__link:hover .card__lede, .card__link:hover .card__caption, .card__link:hover .card__tag {
    color: #000
}

.card__media {
    line-height: 0;
    display: block
}

.card__media img {
    object-fit: cover;
    width: 100%
}

.card__title {
    color: #434343;
    margin: 0;
    font-family: Inter, IBM Plex Sans, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    transition: color .15s
}

.card__title--sm {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 3.75em;
    font-size: 13px;
    line-height: 1.25;
    display: -webkit-box;
    overflow: hidden
}

.card__lede {
    color: #434343;
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    transition: color .15s
}

.card__tag {
    color: #434343;
    font-size: 10px;
    line-height: 1;
    transition: color .15s
}

.card__caption {
    color: #434343;
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
    transition: color .15s
}

.card--lg {
    width: 340px
}

.card--lg .card__media {
    width: 340px;
    height: 220px
}

.card--sm {
    width: 160px
}

.card--sm .card__media {
    width: 160px;
    height: 104px
}

.card--gallery .card__link {
    gap: 4px
}

.card--gallery .card__tag {
    margin-top: 6px
}

.card--gallery .card__caption {
    margin-top: 4px
}

@media (width<=739px

) {
    .card__link {
        gap: 6px
    }

    .card--lg {
        width: 100%
    }

    .card--lg .card__media {
        aspect-ratio: 340/220;
        width: calc(100% + 10px);
        height: auto;
        margin: 0 -5px
    }

    .card__title {
        font-size: 18px
    }

    .card__title--sm {
        font-size: 14px
    }

    .card__lede {
        font-size: 16px
    }

    .card--sm {
        width: 100%
    }

    .card--sm .card__link {
        flex-direction: row;
        gap: 16px
    }

    .card--sm .card__media {
        aspect-ratio: 160/104;
        flex: 0 0 30%;
        width: 30%;
        height: auto
    }

    .card--sm .card__title--sm {
        -webkit-line-clamp: unset;
        line-clamp: unset;
        flex: 1;
        height: auto;
        font-size: 16px;
        line-height: 1.25;
        display: block;
        overflow: visible
    }
}

.section-head {
    color: #b3b3b3;
    align-items: center;
    gap: 4px;
    transition: all .2s;
    display: flex
}

.section-head__arrow {
    color: currentColor;
    flex-shrink: 0;
    padding: 3px 0 0;
    display: flex
}

.section-head:hover {
    color: #434343
}

.section-head:hover .section-head__arrow {
    color: #fe752f
}

.section-head__title {
    margin: 0;
    font-size: 30px;
    font-weight: 600
}

.section-head__title--lg {
    font-family: Inter, IBM Plex Sans, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 30px;
    line-height: 1
}

.section-head__nav {
    align-items: center;
    gap: 6px;
    display: flex
}

.section-head__btn {
    color: #b3b3b3;
    cursor: pointer;
    background: 0 0;
    border: 0;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    padding: 0;
    transition: color .15s;
    display: flex
}

.section-head__btn:hover {
    color: #fe752f
}

.section-head--inline {
    margin-bottom: 0
}

.photo-card {
    width: 160px;
    font-family: Inter, IBM Plex Sans, -apple-system, BlinkMacSystemFont, sans-serif
}

.photo-card__link {
    color: inherit;
    flex-direction: column;
    gap: 4px;
    text-decoration: none;
    display: flex
}

.photo-card__link:hover .photo-card__title, .photo-card__link:hover .photo-card__caption, .photo-card__link:hover .photo-card__tag {
    color: #000
}

.photo-card__media {
    width: 160px;
    height: 104px;
    line-height: 0;
    display: block
}

.photo-card__media img {
    object-fit: cover;
    width: 100%
}

.photo-card__tag {
    color: #434343;
    margin-top: 6px;
    font-size: 10px;
    line-height: 1;
    transition: color .15s
}

.photo-card__title {
    color: #434343;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 3.75em;
    margin: 0;
    font-size: 13px;
    line-height: 1.25;
    transition: color .15s;
    display: -webkit-box;
    overflow: hidden
}

.photo-card__caption {
    color: #434343;
    margin: 4px 0 0;
    font-size: 13px;
    line-height: 1.3;
    transition: color .15s
}

@media (width<=739px

) {
    .photo-card__title {
        font-size: 16px
    }
}

.feature {
    flex-direction: column;
    width: 340px;
    display: flex
}

.feature__head {
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    display: flex
}

.feature__track {
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    gap: 10px;
    display: flex;
    overflow-x: auto
}

.feature__track::-webkit-scrollbar {
    display: none
}

.feature__link {
    scroll-snap-align: start;
    color: inherit;
    flex-direction: column;
    flex: 0 0 100%;
    gap: 10px;
    text-decoration: none;
    display: flex
}

.feature__link:hover .feature__title {
    color: #000
}

.feature__media {
    width: 340px;
    height: 120px;
    line-height: 0;
    display: block
}

.feature__media img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.feature__title {
    color: #434343;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2.3em;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.15;
    transition: color .15s;
    display: -webkit-box;
    overflow: hidden
}

@media (width<=739px

) {
    .feature {
        width: 100%
    }

    .feature__media {
        width: 100%;
        height: auto
    }

    .feature__media img {
        aspect-ratio: 340/120;
        height: auto
    }

    .feature__title {
        font-size: 15px
    }

    .feature__link {
        flex: 0 0 80vw
    }

    .feature .section-head__nav {
        display: none
    }
}

.photo-day {
    flex-direction: column;
    gap: 10px;
    font-family: Inter, IBM Plex Sans, -apple-system, BlinkMacSystemFont, sans-serif;
    display: flex
}

.photo-day__head {
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    display: flex
}

.photo-day__track {
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    gap: 20px;
    display: flex;
    overflow-x: auto
}

.photo-day__track::-webkit-scrollbar {
    display: none
}

.photo-day__slide {
    scroll-snap-align: start;
    flex-direction: column;
    flex: 0 0 100%;
    gap: 10px;
    display: flex
}

.photo-day__main {
    width: 700px;
    height: 455px;
    position: relative;
    overflow: hidden
}

.photo-day__image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block
}

.photo-day__caption {
    color: #434343;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2
}

.photo-day__credit {
    color: #b3b3b3;
    margin: 0;
    font-size: 13px;
    line-height: 1.2
}

@media (width<=739px

) {
    .photo-day__slide {
        flex: 0 0 80vw
    }

    .photo-day__main {
        aspect-ratio: 700/455;
        width: 100%;
        height: auto
    }

    .photo-day__caption {
        font-size: 15px
    }

    .photo-day .section-head__nav {
        display: none
    }
}

.photo-stories {
    flex-direction: column;
    gap: 10px;
    display: flex
}

.photo-stories__head {
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    display: flex
}

.photo-stories__track {
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    gap: 20px;
    display: flex;
    overflow-x: auto
}

.photo-stories__track::-webkit-scrollbar {
    display: none
}

.photo-stories__track > .photo-card {
    scroll-snap-align: start;
    flex: none;
    width: 160px
}

.photo-stories__track > .photo-card .photo-card__media {
    aspect-ratio: auto;
    width: 160px;
    height: 104px
}

@media (width<=739px

) {
    .photo-stories .section-head__nav {
        display: none
    }
}

.page__aside {
    flex-direction: column;
    flex: 0 0 240px;
    gap: 20px;
    width: 240px;
    display: flex
}

@media (width<=959px

) {
    .page__aside {
        display: none
    }
}

.aside__sticky {
    position: sticky;
    top: -3px
}

.aside-block {
    flex-direction: column;
    gap: 10px;
    display: flex
}

.quote-card, .quote-card__slide {
    flex-direction: column;
    gap: 5px;
    display: flex
}

.quote-card__slide[hidden] {
    display: none
}

.quote-card__rule {
    background: #cdcdcd;
    border: 0;
    width: 100%;
    height: 1px;
    margin: 0 0 5px
}

.quote-card__text {
    color: #434343;
    width: 220px;
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25
}

.quote-card__divider {
    width: 240px;
    height: auto;
    margin-top: 5px;
    display: block
}

.quote-card__person {
    grid-template-columns: 60px 1fr;
    align-items: start;
    column-gap: 8px;
    padding-top: 11px;
    display: grid
}

.quote-card__photo {
    object-fit: cover;
    border-radius: 50%;
    grid-row: 1/span 2;
    width: 60px;
    height: 60px
}

.quote-card__meta {
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    display: flex
}

.quote-card__name {
    color: #757575;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2
}

.quote-card__role {
    color: #b3b3b3;
    margin: 0;
    font-size: 12px;
    line-height: 1.2
}

.dot-nav {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    justify-content: space-between;
    align-items: center;
    height: 26px;
    padding: 0;
    display: flex
}

.dot-nav__arrow {
    color: #b3b3b3;
    cursor: pointer;
    background: 0 0;
    border: 0;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    padding: 0;
    transition: color .15s;
    display: flex
}

.dot-nav__arrow:hover {
    color: #fe752f
}

.dot-nav__dots {
    gap: 4px;
    display: flex
}

.dot-nav__dot {
    background: #cdcdcd;
    border-radius: 2px;
    width: 8px;
    height: 8px
}

.dot-nav__dot--active {
    background: #fe752f
}

.popular {
    --popular-num-color: #b3b3b3
}

.popular__list {
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

.popular__item {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px
}

.popular__item:last-child {
    border-bottom: 0
}

.popular__link {
    color: inherit;
    min-height: 60px;
    padding-left: 29px;
    text-decoration: none;
    display: block;
    position: relative
}

.popular__link:hover {
    --popular-num-color: #fe752f
}

.popular__link:hover .popular__text {
    color: #000
}

.popular__num {
    text-align: center;
    width: 14px;
    color: var(--popular-num-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: -2px;
    left: 0
}

.popular__trend {
    width: 10px;
    height: 10px;
    color: var(--popular-num-color);
    display: flex;
    position: absolute;
    top: 4px;
    left: 15px
}

.popular__text {
    color: #434343;
    font-size: 13px;
    line-height: 1.25;
    transition: color .15s;
    display: block
}

@media (width<=739px

) {
    .popular__list {
        gap: 0
    }

    .popular__item {
        padding-top: 10px
    }

    .popular__link {
        min-height: auto
    }

    .popular__text {
        font-size: 16px
    }
}

.author-project {
    flex-direction: column;
    gap: 10px;
    display: flex
}

.author-project__slide[hidden] {
    display: none
}

.author-project__link {
    color: inherit;
    flex-direction: column;
    gap: 10px;
    text-decoration: none;
    display: flex
}

.author-project__link:hover .author-project__title {
    color: #000
}

.author-project__title {
    color: #434343;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    transition: color .15s
}

.author-project__media {
    width: 240px;
    height: 155px;
    line-height: 0;
    display: block
}

.author-project__media img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.interview-list {
    flex-direction: column;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

.interview-list__item {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 6px
}

.interview-list__item:last-child {
    border-bottom: 0
}

.interview__link {
    color: inherit;
    flex-direction: column;
    gap: 5px;
    text-decoration: none;
    display: flex
}

.interview__link:hover .interview__title, .interview__link:hover .interview__desc {
    color: #000
}

.interview__head {
    grid-template-columns: 60px 1fr;
    align-items: start;
    column-gap: 10px;
    display: grid
}

.interview__avatar {
    object-fit: cover;
    border-radius: 50%;
    width: 60px;
    height: 60px
}

.interview__title {
    color: #434343;
    margin: 2px 0 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    transition: color .15s
}

.interview__desc {
    color: #434343;
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
    transition: color .15s
}

.latest-news__list {
    flex-direction: column;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

.latest-news__item {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 6px
}

.latest-news__item:last-child {
    border-bottom: 0
}

.latest-news__link {
    color: inherit;
    font-size: 13px;
    line-height: 1.3;
    text-decoration: none;
    display: block
}

.latest-news__link:hover .latest-news__text {
    color: #000
}

.latest-news__time {
    color: #b3b3b3;
    margin-right: 4px
}

.latest-news__text {
    color: #434343;
    transition: color .15s
}

.footer {
    color: #fff;
    background: #434343;
    border-top: 2px solid #fe752f;
    font-family: Inter, IBM Plex Sans, -apple-system, BlinkMacSystemFont, sans-serif
}

.footer__inner {
    flex-direction: column;
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
    padding: 28px 20px;
    display: flex
}

.footer__top {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    display: flex
}

.footer__copy {
    text-transform: uppercase;
    letter-spacing: .02em;
    margin: 0;
    font-size: 13px;
    font-weight: 600
}

.footer__nav {
    flex-wrap: wrap;
    gap: 24px;
    display: flex
}

.footer__link {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .02em;
    font-size: 13px;
    font-weight: 600;
    transition: color .15s
}

.footer__link:hover {
    color: #fe752f
}

.footer__description {
    color: #b3b3b3;
    margin: 0;
    font-size: 13px;
    line-height: 1.5
}

.footer__bottom {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    display: flex
}

.footer__counters {
    align-items: center;
    gap: 10px;
    display: flex
}

.footer__counter {
    color: #ffffffb3;
    border: 1px solid #fff6;
    align-items: center;
    padding: 6px 10px;
    font-family: Inter, IBM Plex Sans, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 11px;
    line-height: 1;
    display: inline-flex
}

.footer__regulatory {
    color: #b3b3b3;
    text-align: right;
    margin: 0;
    font-size: 13px;
    line-height: 1.4
}

@media (width<=739px

) {
    .footer__top, .footer__bottom {
        flex-direction: column;
        align-items: flex-start
    }

    .footer__nav {
        gap: 16px
    }

    .footer__regulatory {
        text-align: left
    }
}
