main > .container, main > .container-fluid
{
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container, .footer > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.navbar form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .navbar form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.navbar form > button.logout:focus,
.navbar form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.navbar form > button.logout:focus {
    outline: none;
}

/* style breadcrumb widget as in previous bootstrap versions */
.breadcrumb {
    background-color: var(--bs-gray-200);
    border-radius: .25rem;
    padding: .75rem 1rem;
}

.breadcrumb-item > a
{
    text-decoration: none;
}

.block__page {
    min-height: 100%;
    margin: 0;
    overflow-x: hidden;
    background: #fff;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
}

.block__page a {
    color: inherit;
    text-decoration: none;
}

.block__page img {
    max-width: 100%;
}

.block__header {
    position: sticky;
    top: 0;
    z-index: 30;
    box-sizing: border-box;
    max-width: 100vw;
    overflow-x: hidden;
    border-bottom: 1px solid #e4e1dc;
    background: #fff;
}

.block__top-menu {
    box-sizing: border-box;
    height: 42px;
    border-bottom: 0;
}

.b_top-menu--wrapper {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    min-height: 0;
    padding: 0;
}

.b_top-menu--link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    height: 100%;
    min-height: 0;
    padding: 0 18px;
    border: 0;
    background: transparent;
    color: #222;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
}

.b_top-menu--link:last-child {
    padding-right: 0;
}

.b_top-menu--link:hover,
.b_top-menu--link:focus {
    color: #8a1f1f;
}

.b_top-menu--ico {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 1;
}

.b_top-menu--code {
    font-weight: 600;
}

.b_top-menu--hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.b_header--wrapper {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(236px, 296px);
    grid-template-rows: 42px 65px;
    column-gap: 34px;
    row-gap: 0;
    align-items: center;
    max-width: 100vw;
    height: 107px;
    min-height: 107px;
    padding: 0 48px;
}

.b_header--link {
    color: #222;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    white-space: nowrap;
}

.b_header--link:hover,
.b_header--button:hover,
.b_header--submit:hover,
.b_footer--link:hover {
    color: #8a1f1f;
}

.b_header--link.__logo {
    display: block;
    grid-row: 2;
    line-height: 0;
}

.b_header--logo {
    display: block;
    width: 164px;
    height: auto;
}

.b_header--nav {
    display: flex;
    grid-row: 2;
    flex-wrap: nowrap;
    gap: 30px;
    align-items: center;
    min-width: 0;
}

.b_header--wrapper > .block__top-menu {
    grid-column: 3;
    grid-row: 1;
}

.b_header--actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.b_header--form {
    margin: 0;
}

.b_header--button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #222;
    font-size: 11px;
    line-height: 1.2;
    text-transform: uppercase;
}

.b_header--search {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
    grid-column: 3;
    grid-row: 2;
    width: 236px;
    height: 37px;
    min-width: 0;
    transition: width .22s ease;
}

.b_header--search:focus-within {
    width: 380px;
}

.b_header--label {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    height: 37px;
    padding-left: 5px;
    border-bottom: 1px solid #222;
}

.b_header--label-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.b_header--input {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    height: 37px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #222;
    font-size: 15px;
    line-height: 37px;
    outline: 0;
}

.b_header--input:focus {
    outline: 0;
}

.b_header--submit {
    display: inline-flex;
    flex: 0 0 37px;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #222;
    cursor: pointer;
}

.b_header--search-ico {
    font-size: 15px;
    line-height: 1;
}

.block__content {
    min-height: 0;
}

.b_content--alerts {
    max-width: 1680px;
    margin: 16px auto;
    padding: 0 84px;
}

.block__welcome {
    overflow-x: hidden;
    background: #fff;
}

.b_welcome--hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.block__hero {
    background: #fff;
}

.b_hero--slider {
    position: relative;
    height: 750px;
    overflow: hidden;
}

.b_hero--slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 34.5% 65.5%;
    height: 735px;
    min-height: 735px;
    opacity: 0;
    pointer-events: none;
    transform: translateX(3%);
    transition: opacity .45s ease, transform .45s ease;
}

.b_hero--slide.__active {
    position: relative;
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

.b_hero--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 82px 64px 78px 92px;
    background: #efe8d8;
}

.b_hero--label,
.b_teaser--label,
.b_auction--date,
.b_auction--meta,
.b_trend--category,
.b_trend--label,
.b_story--meta {
    display: block;
    color: #595959;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    text-transform: uppercase;
}
.b_hero--label {
    font-size: 14px;
    font-weight: 300;
}

.b_hero--title,
.b_auction--title,
.b_trend--title,
.b_promo--title,
.b_subscribe--title,
.b_story--title,
.b_finance--title,
.b_more--title,
.b_empty--title {
    margin: 0;
    color: #2d2a27;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    letter-spacing: 0;
}

.b_hero--title {
    max-width: 560px;
    margin-top: 22px;
    font-size: 64px;
    line-height: 1.02;
    overflow-wrap: break-word;
}

.b_hero--text {
    max-width: 520px;
    margin: 18px 0 0;
    color: #333;
    font-size: 17px;
    line-height: 25px;
}

.b_hero--details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.b_hero--detail {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
}

.b_hero--detail-ico {
    width: 18px;
    font-size: 18px;
    flex: 0 0 18px;
    color: #222;
    line-height: 1;
    text-align: center;
}

.b_hero--detail-text {
    min-width: 0;
}

.b_hero--button,
.b_promo--button,
.b_subscribe--button,
.b_finance--button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 118px;
    min-height: 32px;
    margin-top: 24px;
    padding: 7px 18px;
    border: 1px solid #222;
    background: #222;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.b_hero--button:hover,
.b_promo--button:hover,
.b_subscribe--button:hover,
.b_finance--button:hover {
    background: #8a1f1f;
    border-color: #8a1f1f;
    color: #fff;
}

.b_hero--media,
.b_promo--media,
.b_finance--media {
    min-width: 0;
    background: #f2f2f2;
}

.b_hero--media {
    position: relative;
    height: 735px;
    min-height: 735px;
    margin: 0;
    background: #b30000;
    overflow: hidden;
}

.b_hero--img,
.b_promo--img,
.b_finance--img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.b_hero--img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    max-width: none;
    height: 100%;
    object-fit: initial;
    transform: translateX(-50%);
}

.b_hero--media.__empty,
.b_teaser--media.__empty,
.b_auction--media.__empty,
.b_trend--media.__empty,
.b_promo--media.__empty,
.b_story--media.__empty,
.b_finance--media.__empty,
.b_more--media.__empty {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f0ea;
}

.b_hero--mark,
.b_promo--mark,
.b_finance--mark,
.b_subscribe--brand {
    color: #d8231f;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 168px;
    line-height: 1;
}

.b_hero--controls {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 34px;
}

.b_hero--dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.b_hero--dot {
    --hero-progress: 0%;
    position: relative;
    width: 15px;
    height: 15px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.b_hero--dot::before,
.b_hero--dot::after {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    content: '';
    transform: translate(-50%, -50%);
}

.b_hero--dot::before {
    width: 5px;
    height: 5px;
    background: #1f1f1f;
}

.b_hero--dot.__active {
    background:
        conic-gradient(#4aa3a6 var(--hero-progress), rgba(74, 163, 166, .18) 0);
}

.b_hero--dot.__active::before {
    width: 13px;
    height: 13px;
    background: #efe8d8;
}

.b_hero--dot.__active::after {
    width: 5px;
    height: 5px;
    background: #4aa3a6;
}

.b_hero--counter {
    color: #595959;
    font-size: 11px;
    line-height: 1.2;
    text-transform: uppercase;
}

.b_hero--arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 40px;
    padding: 0;
    color: #333;
    border: none;
    border-radius: 50%;
    background: none;
    box-shadow: none;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%);
    transition: opacity .2s ease, background .2s ease, border-color .2s ease;
}

.b_hero--arrow.__prev {
    left: 24px;
}

.b_hero--arrow.__next {
    right: 24px;
}

.b_hero--arrow.__next .b_hero--arrow-ico {
    transform: rotate(180deg);
}

.b_hero--arrow-ico {
    display: block;
    width: 16px;
    height: 16px;
}

.b_hero--slider:hover .b_hero--arrow,
.b_hero--slider:focus-within .b_hero--arrow {
    opacity: 1;
    pointer-events: auto;
}

.b_hero--arrow:hover,
.b_hero--arrow:focus {
    color: #000;
}

.block__teaser,
.block__auction,
.block__story,
.block__more,
.block__empty {
    padding: 80px 55px;
}

.block__teaser {
    --teaser-gap: 26px;
    --teaser-card-width: 600px;
    padding-top: 46px;
    padding-bottom: 64px;
    overflow: hidden;
}

.b_teaser--viewport {
    max-width: none;
    overflow: visible;
    touch-action: pan-y;
}

.b_teaser--rail {
    display: flex;
    gap: var(--teaser-gap);
    width: max-content;
    margin: 0 auto;
    will-change: transform;
    transition: transform .32s ease;
}

.b_teaser--item,
.b_story--item,
.b_more--item {
    min-width: 0;
}

.b_teaser--link,
.b_story--link,
.b_more--link {
    display: block;
    height: 100%;
}

.b_teaser--link {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: inherit;
}

.b_teaser--media {
    flex: 0 0 auto;
    height: auto;
    max-height: none;
    aspect-ratio: 8 / 5;
    overflow: hidden;
    background: #f2f2f2;
}

.b_teaser--img,
.b_auction--img,
.b_story--img,
.b_more--img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.b_teaser--mark,
.b_auction--mark,
.b_trend--mark,
.b_story--mark,
.b_more--mark {
    color: #d8231f;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 74px;
    line-height: 1;
}

.b_teaser--title,
.b_trend--name,
.b_story--name,
.b_more--name {
    margin: 6px 0 0;
    color: #2d2a27;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.18;
    overflow-wrap: break-word;
}

.b_teaser--title {
    margin: 0;
    font-size: 30px;
    line-height: 1.12;
}

.b_teaser--text {
    margin: 8px 0 0;
    color: #555;
    font-size: 16px;
    line-height: 1.35;
}

.b_teaser--item {
    flex: 0 0 var(--teaser-card-width);
    width: var(--teaser-card-width);
    min-height: 536px;
    max-width: 600px;
}

.b_teaser--content {
    width: 100%;
    flex: 1 1 auto;
    min-height: 160px;
    padding: 26px 24px 22px;
}

.b_teaser--content.__filled {
    background: #f7f6f3;
}

.b_teaser--content.__clear {
    background: transparent;
}

.b_teaser--label {
    min-height: 16px;
    margin-bottom: 10px;
    color: #555;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
}

.b_teaser--control {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: none;
    margin: 0 auto;
    padding-top: 50px;
}

.b_teaser--control {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 16px;
}

.b_teaser--scroll {
    display: flex;
    align-items: center;
    min-width: 0;
    height: 44px;
    cursor: pointer;
}

.b_teaser--line {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}

.b_teaser--thumb {
    position: absolute;
    top: 0;
    left: var(--teaser-thumb-left, 0);
    display: block;
    width: var(--teaser-thumb-width, 20%);
    height: 1px;
    background: #2f2f2f;
    transition: left .32s ease, width .32s ease;
}

.b_teaser--button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    color: #333;
    font-size: 20px;
}

.b_teaser--button:disabled {
    color: #b7b7b7;
    cursor: default;
}

.block__auction {
    --auction-gap: 68px;
    --auction-card-width: 100%;
    padding-top: 0;
    padding-bottom: 92px;
    overflow: hidden;
}

.b_auction--wrapper,
.b_story--wrapper,
.b_more--wrapper,
.b_empty--wrapper {
    max-width: 1940px;
    margin: 0 auto;
}

.b_auction--head,
.b_story--head {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 42px;
}

.b_auction--title,
.b_story--title,
.b_more--title,
.b_empty--title {
    font-size: 40px;
    line-height: 1.1;
}

.b_auction--actions {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
}

.b_auction--filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: flex-end;
}

.b_auction--filter,
.b_auction--more,
.b_story--more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 6px 10px;
    border: 1px solid #e5e5e5;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.b_auction--filter {
    background: #fff;
    cursor: pointer;
}

.b_auction--filter:focus-visible {
    outline: 2px solid #8a1f1f;
    outline-offset: 2px;
}

.b_auction--item[hidden] {
    display: none;
}

.b_auction--more {
    position: relative;
    gap: 20px;
    min-height: 46px;
    padding-right: 0;
    padding-left: 30px;
    border-left: 1px solid #e1e1e1;
    border-color: transparent;
    font-size: 14px;
    font-weight: 600;
}

.b_auction--more:hover,
.b_auction--more:focus {
    color: #8a1f1f;
}

.b_auction--more-ico {
    font-size: 20px;
    line-height: 1;
}

.b_auction--filter.__active,
.b_story--more {
    border-color: #222;
    background: #222;
    color: #fff;
}

.b_auction--viewport {
    margin: 0 auto;
    overflow: visible;
    touch-action: pan-y;
}

.b_auction--grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px var(--auction-gap);
    will-change: transform;
    transition: transform .32s ease;
}

.b_auction--item {
    min-width: 0;
}

.b_auction--link {
    display: grid;
    grid-template-columns: 265px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    height: 100%;
}

.b_auction--media {
    width: 265px;
    max-width: 100%;
    height: 165px;
    overflow: hidden;
    background: #f2f2f2;
}

.b_auction--content {
    min-width: 0;
    padding-top: 0;
}

.b_auction--row {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    align-items: baseline;
}

.b_auction--date,
.b_auction--meta {
    display: inline-block;
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.b_auction--meta {
    border-left: 1px solid #dcdcdc;
    padding-left: 11px;
}

.b_auction--name {
    margin: 10px 0 24px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 29px;
    font-weight: 400;
    line-height: 1.15;
    overflow-wrap: break-word;
}

.b_auction--place {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    color: #555;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
}

.b_auction--place-item {
    display: inline-flex;
    gap: 6px;
    align-items: center;
}

.b_auction--place-ico {
    flex: 0 0 auto;
    width: 18px;
    color: #555;
    font-size: 15px;
    line-height: 1;
    text-align: center;
}

.b_auction--control {
    display: none;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 16px;
    align-items: center;
    padding-top: 40px;
}

.b_auction--scroll {
    display: flex;
    align-items: center;
    min-width: 0;
    height: 44px;
    cursor: pointer;
}

.b_auction--line {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}

.b_auction--thumb {
    position: absolute;
    top: 0;
    left: var(--auction-thumb-left, 0);
    display: block;
    width: var(--auction-thumb-width, 100%);
    height: 1px;
    background: #2f2f2f;
    transition: left .32s ease, width .32s ease;
}

.b_auction--button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    color: #333;
    font-size: 20px;
}

.b_auction--button:disabled {
    color: #b7b7b7;
    cursor: default;
}

.block__trend {
    --trend-card-width: 395px;
    --trend-gap: 74px;
    --trend-thumb-left: 0;
    --trend-thumb-width: 100%;
    padding: 0 0 88px 54px;
    overflow: hidden;
}

.b_trend--wrapper {
    max-width: none;
    margin: 0;
}

.b_trend--head {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-right: 74px;
}

.b_trend--title {
    font-size: 40px;
    line-height: 1.12;
}

.b_trend--actions {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
}

.b_trend--filter,
.b_trend--more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    color: #222;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.b_trend--filter {
    min-width: 47px;
    border: 1px solid #222;
    background: #222;
    color: #fff;
}

.b_trend--more {
    gap: 14px;
    border: 0;
    padding: 0;
}

.b_trend--more:hover,
.b_trend--more:focus {
    color: #8a1f1f;
}

.b_trend--more-ico {
    font-size: 17px;
    line-height: 1;
}

.b_trend--viewport {
    overflow: visible;
    touch-action: pan-y;
}

.b_trend--rail {
    display: flex;
    gap: var(--trend-gap);
    width: max-content;
    will-change: transform;
    transition: transform .32s ease;
}

.b_trend--item {
    position: relative;
    display: flex;
    flex: 0 0 var(--trend-card-width);
    width: var(--trend-card-width);
    min-width: 0;
    height: 714px;
    flex-direction: column;
}

.b_trend--item::after {
    content: '';
    position: absolute;
    top: 0;
    right: calc(var(--trend-gap) / -2);
    width: 1px;
    height: 714px;
    background: #e6e3dd;
}

.b_trend--link {
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
    color: inherit;
}

.b_trend--media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--trend-card-width);
    height: 451px;
    margin-bottom: 23px;
    overflow: hidden;
    background: #fff;
}

.b_trend--img {
    display: block;
    width: calc(100% - 32px);
    height: calc(100% - 24px);
    object-fit: contain;
}

.b_trend--name {
    display: -webkit-box;
    min-height: 48px;
    margin: 0;
    overflow: hidden;
    color: #2d2a27;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.12;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.b_trend--category,
.b_trend--label,
.b_trend--estimate {
    margin: 0;
}

.b_trend--category {
    min-height: 20px;
    margin-top: 14px;
    overflow: hidden;
    color: #595959;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
}

.b_trend--label {
    margin-top: 34px;
    color: #777;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
}

.b_trend--estimate {
    margin-top: 11px;
    color: #555;
    font-size: 14px;
    line-height: 1.35;
}

.b_trend--button {
    width: 100%;
    height: 38px;
    margin-top: 41px;
    border: 1px solid #e1ded8;
    border-radius: 0;
    background: #fff;
    color: #222;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.b_trend--button:hover {
    border-color: #222;
}

.b_trend--control {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    gap: 16px;
    align-items: center;
    padding-top: 59px;
    padding-right: 74px;
}

.b_trend--scroll {
    display: flex;
    align-items: center;
    min-width: 0;
    height: 30px;
    cursor: pointer;
}

.b_trend--line {
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
    background: #e5e5e5;
}

.b_trend--thumb {
    position: absolute;
    top: 0;
    left: var(--trend-thumb-left, 0);
    display: block;
    width: var(--trend-thumb-width, 100%);
    height: 3px;
    background: #2f2f2f;
    transition: left .32s ease, width .32s ease;
}

.b_trend--nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 0;
    background: transparent;
    color: #333;
    font-size: 16px;
}

.b_trend--nav:disabled {
    color: #b7b7b7;
    cursor: default;
}

.block__promo,
.block__subscribe,
.block__finance {
    padding: 0 84px 48px;
}

.b_promo--wrapper,
.b_subscribe--wrapper,
.b_finance--wrapper {
    display: grid;
    max-width: 1680px;
    margin: 0 auto;
    background: #f5f5f5;
}

.b_promo--wrapper {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .92fr);
}

.b_promo--media,
.b_finance--media {
    min-height: 340px;
}

.b_promo--content,
.b_finance--content,
.b_subscribe--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 54px 64px;
}

.b_promo--title,
.b_finance--title,
.b_subscribe--title {
    font-size: 34px;
    line-height: 1.12;
}

.b_promo--text,
.b_finance--text,
.b_subscribe--text {
    max-width: 540px;
    margin: 14px 0 0;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.55;
}

.b_subscribe--wrapper {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
    margin-bottom: 48px;
}

.b_subscribe--content {
    background: #fff;
}

.b_subscribe--brand {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 245px;
    background: #efe5d2;
    font-size: 190px;
}

.block__story {
    padding-bottom: 58px;
}

.b_story--grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
    gap: 26px 34px;
}

.b_story--item.__large {
    grid-row: span 2;
}

.b_story--item:not(.__large) .b_story--link {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.b_story--media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f2f2f2;
}

.b_story--item.__large .b_story--media {
    aspect-ratio: 16 / 9;
}

.b_story--content {
    min-width: 0;
    padding-top: 10px;
}

.b_story--name {
    font-size: 21px;
}

.b_story--item.__large .b_story--name {
    font-size: 26px;
}

.b_story--text {
    margin: 10px 0 0;
    color: #555;
    font-size: 13px;
    line-height: 1.45;
}

.b_finance--wrapper {
    grid-template-columns: minmax(320px, .82fr) minmax(0, 1fr);
}

.b_finance--button,
.b_promo--button,
.b_subscribe--button {
    background: transparent;
    color: #222;
}

.block__more {
    padding-top: 54px;
    padding-bottom: 72px;
    background: #191919;
}

.b_more--title {
    margin-bottom: 30px;
    color: #fff;
}

.b_more--grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.b_more--item {
    background: #f6f6f6;
}

.b_more--media {
    aspect-ratio: 16 / 8;
    overflow: hidden;
    background: #f2f2f2;
}

.b_more--content {
    padding: 24px;
}

.b_more--name {
    font-size: 20px;
}

.b_more--text {
    margin: 10px 0 0;
    color: #555;
    font-size: 13px;
    line-height: 1.45;
}

.block__empty {
    padding-top: 96px;
    padding-bottom: 120px;
}

.b_empty--wrapper {
    border-top: 1px solid #e6e3dd;
    padding-top: 38px;
}

.b_empty--text {
    max-width: 560px;
    margin: 12px 0 0;
    color: #555;
    font-size: 15px;
    line-height: 1.5;
}

.block__footer {
    background: #050505;
    color: #d8d1c7;
}

.b_footer--wrapper {
    max-width: none;
    margin: 0 auto;
    padding: 54px 48px 0;
}

.b_footer--columns {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 48px;
}

.b_footer--title {
    margin: 0 0 20px;
    color: #d8d1c7;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase;
}

.b_footer--link {
    display: block;
    max-width: 330px;
    margin-top: 13px;
    color: #9f998f;
    font-size: 12px;
    line-height: 1.35;
}

.b_footer--bottom {
    display: flex;
    align-items: center;
    min-height: 58px;
    gap: 32px;
    justify-content: space-between;
    margin-top: 48px;
    border-top: 1px solid #272727;
    color: #d8d1c7;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.b_footer--social {
    display: flex;
    align-items: center;
    gap: 20px;
}

.b_footer--social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: #d8d1c7;
    font-size: 11px;
    line-height: 1;
}

.b_footer--social-link:hover {
    color: #8a1f1f;
}

@media (max-width: 1300px) {
    .block__teaser,
    .block__auction,
    .block__trend,
    .block__story,
    .block__more,
    .block__empty,
    .block__promo,
    .block__subscribe,
    .block__finance {
        padding-right: 48px;
        padding-left: 48px;
    }

    .b_content--alerts,
    .b_footer--wrapper {
        padding-right: 48px;
        padding-left: 48px;
    }

    .b_header--nav {
        gap: 22px;
    }

    .b_hero--content {
        padding-left: 56px;
    }

    .b_auction--grid {
        column-gap: 28px;
    }
}

@media (max-width: 991px) {
    .b_header--wrapper {
        grid-template-columns: auto minmax(120px, 1fr) auto;
        grid-template-rows: 42px 34px;
        gap: 0 20px;
        height: 76px;
        min-height: 76px;
    }

    .b_header--nav {
        grid-column: 1 / 4;
        grid-row: 2;
        justify-content: flex-start;
        overflow-x: auto;
    }

    .b_header--link.__logo {
        grid-row: 1;
    }

    .b_header--search {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        width: min(100%, 240px);
    }

    .b_header--search:focus-within {
        width: min(100%, 240px);
    }

    .b_header--wrapper > .block__top-menu {
        grid-column: 3;
        grid-row: 1;
    }

    .b_hero--slide,
    .b_promo--wrapper,
    .b_subscribe--wrapper,
    .b_finance--wrapper {
        grid-template-columns: 1fr;
    }

    .b_hero--slider,
    .b_hero--slide {
        height: auto;
        min-height: 0;
    }

    .b_hero--content {
        min-height: 360px;
        padding: 58px 48px;
    }

    .b_hero--media {
        height: 420px;
        min-height: 420px;
    }

    .b_teaser--rail,
    .b_trend--rail,
    .b_more--grid,
    .b_footer--columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .b_auction--grid {
        column-gap: 28px;
    }

    .b_story--grid {
        grid-template-columns: 1fr;
    }

    .b_story--item:not(.__large) .b_story--link {
        grid-template-columns: 220px minmax(0, 1fr);
    }
}

@media (max-width: 767px) {
    main > .container,
    main > .container-fluid {
        padding-right: 12px;
        padding-left: 12px;
    }

    .block__teaser,
    .block__auction,
    .block__trend,
    .block__story,
    .block__more,
    .block__empty,
    .block__promo,
    .block__subscribe,
    .block__finance {
        padding-right: 24px;
        padding-left: 24px;
    }

    .b_header--wrapper,
    .b_content--alerts,
    .b_footer--wrapper {
        padding-right: 24px;
        padding-left: 24px;
    }

    .block__top-menu {
        position: absolute;
        top: 0;
        right: 24px;
        z-index: 2;
        width: 152px;
        height: 70px;
        border-bottom: 0;
    }

    .b_top-menu--wrapper {
        justify-content: flex-end;
        gap: 20px;
        height: 100%;
        padding: 0;
        overflow: visible;
    }

    .b_top-menu--link {
        width: 22px;
        height: 70px;
        padding: 0;
        border: 0;
        font-size: 0;
        line-height: 0;
    }

    .b_top-menu--link:last-child {
        border-right: 0;
    }

    .b_top-menu--text,
    .b_top-menu--code {
        display: none;
    }

    .b_header--wrapper {
        position: relative;
        display: flex;
        align-items: center;
        height: 70px;
        min-height: 70px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .b_header--logo {
        width: 164px;
    }

    .b_header--nav {
        display: none;
    }

    .b_header--link,
    .b_header--button,
    .b_header--submit {
        font-size: 10px;
    }

    .b_header--search {
        position: absolute;
        top: 0;
        right: 196px;
        display: flex;
        width: 34px;
        height: 70px;
        justify-content: center;
    }

    .b_header--search:focus-within {
        width: 34px;
    }

    .b_header--input {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
    }

    .b_header--submit {
        display: inline-flex;
        flex-basis: 34px;
        width: 34px;
        height: 34px;
        transform: none;
    }

    .b_header--search-ico {
        font-size: 18px;
    }

    .b_hero--content,
    .b_promo--content,
    .b_finance--content,
    .b_subscribe--content {
        padding: 42px 28px;
    }

    .b_hero--slide {
        display: flex;
        flex-direction: column;
    }

    .b_hero--media {
        order: 1;
        height: min(80vw, 613px);
        min-height: 420px;
    }

    .b_hero--content {
        order: 2;
        min-height: 0;
        padding: 20px 16px 24px;
    }

    .b_hero--title {
        max-width: none;
        margin-top: 12px;
        font-size: 52px;
        line-height: 1.02;
    }

    .b_hero--text {
        max-width: none;
        margin-top: 24px;
        font-size: 18px;
        line-height: 1.35;
    }

    .b_hero--details {
        gap: 12px;
        margin-top: 28px;
    }

    .b_hero--detail {
        font-size: 14px;
    }

    .b_hero--button {
        width: 100%;
        min-height: 48px;
        margin-top: 34px;
    }

    .b_hero--controls {
        margin-top: 24px;
    }

    .b_auction--title,
    .b_trend--title,
    .b_story--title,
    .b_more--title,
    .b_empty--title,
    .b_promo--title,
    .b_finance--title,
    .b_subscribe--title {
        font-size: 30px;
    }

    .b_teaser--rail,
    .b_trend--rail {
        display: flex;
        gap: 22px;
        overflow-x: auto;
        scroll-snap-type: x proximity;
    }

    .b_teaser--item,
    .b_trend--item {
        flex: 0 0 78%;
        scroll-snap-align: start;
    }

    .b_auction--head,
    .b_trend--head,
    .b_story--head {
        display: block;
    }

    .b_auction--filters {
        justify-content: flex-start;
        margin-top: 16px;
    }

    .b_auction--grid,
    .b_more--grid,
    .b_footer--columns {
        grid-template-columns: 1fr;
    }

    .b_story--item:not(.__large) .b_story--link {
        grid-template-columns: 1fr;
    }

    .b_footer--bottom {
        display: block;
        min-height: 0;
        padding: 22px 0;
    }

    .b_footer--social {
        flex-wrap: wrap;
        gap: 22px;
        margin-top: 14px;
    }
}

@media (max-width: 430px) {
    .block__teaser,
    .block__auction,
    .block__trend,
    .block__story,
    .block__more,
    .block__empty,
    .block__promo,
    .block__subscribe,
    .block__finance {
        padding-right: 16px;
        padding-left: 16px;
    }

    .b_header--wrapper,
    .b_content--alerts,
    .b_footer--wrapper {
        padding-right: 16px;
        padding-left: 16px;
    }

    .b_footer--social {
        gap: 18px;
    }

    .b_hero--content,
    .b_promo--content,
    .b_finance--content,
    .b_subscribe--content,
    .b_more--content {
        padding-right: 20px;
        padding-left: 20px;
    }

    .b_hero--title {
        font-size: 32px;
    }

    .b_teaser--item,
    .b_trend--item {
        flex-basis: 86%;
    }
}

/* CMS typography overrides for landing blocks. */
.block__hero.__title-font .b_hero--title,
.block__teaser.__title-font .b_teaser--title,
.block__promo.__title-font .b_promo--title,
.block__subscribe.__title-font .b_subscribe--title,
.block__story.__title-font .b_story--title,
.block__story.__title-font .b_story--name,
.block__auction.__title-font .b_auction--title,
.block__auction.__title-font .b_auction--name,
.block__trend.__title-font .b_trend--title,
.block__trend.__title-font .b_trend--name,
.block__finance.__title-font .b_finance--title,
.block__more.__title-font .b_more--title,
.block__more.__title-font .b_more--name {
    font-family: var(--home-title-font-family);
}

.block__subscribe.__section-title-size .b_subscribe--title,
.block__story.__section-title-size .b_story--title,
.block__auction.__section-title-size .b_auction--title,
.block__trend.__section-title-size .b_trend--title,
.block__more.__section-title-size .b_more--title {
    font-size: var(--home-section-title-size);
}

.block__hero.__card-title-size .b_hero--title,
.block__teaser.__card-title-size .b_teaser--title,
.block__promo.__card-title-size .b_promo--title,
.block__story.__card-title-size .b_story--name,
.block__auction.__card-title-size .b_auction--name,
.block__trend.__card-title-size .b_trend--name,
.block__finance.__card-title-size .b_finance--title,
.block__more.__card-title-size .b_more--name {
    font-size: var(--home-card-title-size);
}

@media (max-width: 760px) {
    .block__subscribe.__section-title-size .b_subscribe--title,
    .block__story.__section-title-size .b_story--title,
    .block__auction.__section-title-size .b_auction--title,
    .block__trend.__section-title-size .b_trend--title,
    .block__more.__section-title-size .b_more--title {
        font-size: var(--home-section-title-size-mobile);
    }

    .block__hero.__card-title-size .b_hero--title,
    .block__teaser.__card-title-size .b_teaser--title,
    .block__promo.__card-title-size .b_promo--title,
    .block__story.__card-title-size .b_story--name,
    .block__auction.__card-title-size .b_auction--name,
    .block__trend.__card-title-size .b_trend--name,
    .block__finance.__card-title-size .b_finance--title,
    .block__more.__card-title-size .b_more--name {
        font-size: var(--home-card-title-size-mobile);
    }
}

@media (max-width: 1219px) {
    .block__teaser {
        --teaser-card-width: min(540px, calc((100vw - 118px) / 2));
    }

    .block__auction {
        --auction-card-width: min(720px, calc((100vw - 118px) / 2));
    }

    .b_auction--viewport {
        overflow: visible;
    }

    .b_auction--grid {
        display: flex;
        gap: var(--auction-gap);
        width: max-content;
        grid-template-columns: none;
    }

    .b_auction--item {
        flex: 0 0 var(--auction-card-width);
        width: var(--auction-card-width);
    }

    .b_auction--control {
        display: grid;
    }
}

@media (max-width: 579px) {
    .block__teaser {
        --teaser-card-width: calc(100vw - 96px);
    }

    .block__auction {
        --auction-card-width: calc(100vw - 96px);
    }

    .b_teaser--media {
        height: auto;
        max-height: none;
    }

    .b_teaser--item {
        min-height: 0;
    }

    .b_teaser--content {
        min-height: 138px;
        padding: 20px 18px;
    }

    .b_teaser--title {
        font-size: 24px;
    }

    .b_teaser--text {
        font-size: 14px;
    }

    .b_auction--link {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .b_auction--media {
        justify-self: center;
    }

    .b_auction--date,
    .b_auction--meta,
    .b_auction--place {
        font-size: 18px;
    }

    .b_auction--name {
        font-size: 22px;
    }
}

.b_teaser--rail {
    display: flex;
    grid-template-columns: none;
    overflow: visible;
    scroll-snap-type: none;
}

.b_teaser--item {
    flex: 0 0 var(--teaser-card-width);
    flex-basis: var(--teaser-card-width);
    scroll-snap-align: none;
}

@media (max-width: 1300px) {
    .b_trend--head,
    .b_trend--control {
        padding-right: 0;
    }
}

@media (max-width: 1219px) {
    .block__trend {
        --trend-card-width: min(395px, calc((100vw - 150px) / 2));
        --trend-gap: 54px;
    }
}

@media (max-width: 767px) {
    .block__trend {
        --trend-card-width: calc(100vw - 48px);
        --trend-gap: 22px;
    }

    .b_trend--head {
        display: flex;
        align-items: flex-start;
        margin-bottom: 24px;
    }

    .b_trend--actions {
        gap: 14px;
    }

    .b_trend--rail {
        display: flex;
        gap: var(--trend-gap);
        width: max-content;
        overflow: visible;
        scroll-snap-type: none;
    }

    .b_trend--item {
        flex: 0 0 var(--trend-card-width);
        width: var(--trend-card-width);
        height: auto;
        min-height: 640px;
        scroll-snap-align: none;
    }

    .b_trend--media {
        width: var(--trend-card-width);
        height: min(451px, 88vw);
    }

    .b_trend--control {
        padding-top: 34px;
    }
}

@media (max-width: 430px) {
    .block__trend {
        --trend-card-width: calc(100vw - 32px);
    }

    .b_trend--head {
        display: block;
    }

    .b_trend--actions {
        justify-content: flex-start;
        margin-top: 16px;
    }
}
