:root {
    --df-black: #111111;
    --df-paper: #ffffff;
    --df-orange: #ff9601;
    --df-orange-dark: #e78300;
    --df-ink: #171717;
    --df-muted: #666666;
    --df-line: #dedede;
    --df-serif: Georgia, "Times New Roman", serif;
    --df-sans: "Trebuchet MS", Arial, sans-serif;
}

.df-premium,
.df-premium * {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.df-premium {
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    background: var(--df-paper);
    color: var(--df-ink);
    font-family: var(--df-sans);
    font-size: 14px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.df-premium img {
    max-width: 100%;
}

.df-premium button,
.df-premium input,
.df-premium textarea,
.df-premium select {
    font: inherit;
}

.df-premium a {
    text-underline-offset: 3px;
}

.df-premium :focus-visible {
    outline: 2px solid var(--df-orange);
    outline-offset: 3px;
}

.df-premium .limiter {
    width: min(1380px, calc(100% - 48px));
    max-width: none;
    margin-right: auto;
    margin-left: auto;
}

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

.df-metrika-pixel {
    position: absolute;
    left: -9999px;
}

.df-skip-link {
    position: fixed;
    z-index: 99999;
    top: 12px;
    left: 12px;
    padding: 11px 16px;
    background: var(--df-paper);
    border: 1px solid var(--df-orange);
    color: var(--df-black);
    text-decoration: none;
    transform: translateY(-160%);
    transition: transform .2s ease;
}

.df-skip-link:focus {
    transform: translateY(0);
}

#foundation,
#main {
    min-width: 320px;
    background: var(--df-paper);
}

.df-premium.index #main {
    margin: 0;
    padding: 0;
}

.df-premium.index #main > .limiter {
    width: 100%;
}

.df-premium.index #main .compliter {
    width: 100%;
    display: block;
}

.df-premium.index #left {
    display: none;
}

.df-premium.index #right {
    width: 100%;
    display: block;
    padding: 0;
}

.df-premium.inner #main {
    margin: 0;
    padding: 48px 0 82px;
}

.df-premium.inner #main .compliter {
    gap: 34px;
}

.df-premium.inner #right {
    padding-left: 34px;
}

body.df-premium.catalog-root #main .compliter {
    display: block;
}

body.df-premium.catalog-root #main #left {
    display: none !important;
}

body.df-premium.catalog-root #main #right {
    width: 100%;
    display: block;
    padding-left: 0;
}

body.df-premium.catalog-root #right > h1 {
    margin-bottom: 28px;
    font-family: var(--df-serif);
    font-size: clamp(34px, 3.2vw, 48px);
    line-height: 1.05;
}

body.df-premium.catalog-root #catalogSection {
    margin-top: 28px;
    padding: 0 !important;
    background: #ffffff !important;
}

body.df-premium.catalog-root #catalogSection .sectionItems {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    overflow: visible;
    background: #ffffff;
}

body.df-premium.catalog-root #catalogSection .sectionItems > .item {
    min-width: 0;
    padding: 22px;
    background: #ffffff;
    border: 1px solid var(--df-line);
    border-radius: 0;
}

body.df-premium.catalog-root #catalogSection .itemContainer {
    height: 100%;
    display: flex !important;
    flex-direction: column;
}

body.df-premium.catalog-root #catalogSection .itemContainer > .column {
    width: 100%;
    display: block !important;
}

body.df-premium.catalog-root #catalogSection .itemContainer .bigPicture {
    width: 100% !important;
    height: 190px;
    display: grid !important;
    place-items: center;
    padding: 0 0 16px;
}

body.df-premium.catalog-root #catalogSection .bigPicture img {
    width: auto;
    max-width: 88%;
    max-height: 176px;
    object-fit: contain;
}

body.df-premium.catalog-root #catalogSection .bigTitle {
    margin: 0 0 15px;
    color: var(--df-ink);
    font-family: var(--df-serif);
    font-size: 23px;
    font-weight: 400;
    line-height: 1.15;
    text-transform: none;
}

body.df-premium.catalog-root #catalogSection .bigTitle:hover,
body.df-premium.catalog-root #catalogSection .bigTitle:focus-visible {
    color: var(--df-orange-dark);
}

body.df-premium.catalog-root #catalogSection .sectionList {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

body.df-premium.catalog-root #catalogSection .sectionList .section {
    width: auto !important;
    margin: 0 !important;
    float: none !important;
}

body.df-premium.catalog-root #catalogSection .sectionList .section a {
    margin: 0 !important;
    padding: 6px 9px !important;
    border: 1px solid #e4e4e4 !important;
    color: #444444;
    font-size: 11px !important;
    line-height: 1.35;
}

body.df-premium.catalog-root #catalogSection .sectionList .section a:hover,
body.df-premium.catalog-root #catalogSection .sectionList .section a:focus-visible {
    border-color: var(--df-orange) !important;
    color: var(--df-orange-dark);
}

.df-premium h1,
.df-premium h2,
.df-premium h3 {
    color: var(--df-ink);
    font-family: var(--df-serif);
    font-weight: 400;
}

.df-section-heading {
    min-height: 90px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 36px;
    margin: 0 0 46px;
}

.df-section-heading > div {
    min-width: 0;
}

.df-section-heading h2 {
    margin: 0;
    color: var(--df-ink);
    font-family: var(--df-serif);
    font-size: clamp(42px, 4.2vw, 68px);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.035em;
}

.df-section-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 16px;
    color: var(--df-orange-dark);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.df-section-kicker::before {
    content: "";
    width: 30px;
    height: 1px;
    background: currentColor;
}

.df-section-link {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 24px;
    padding-bottom: 9px;
    border-bottom: 1px solid var(--df-orange);
    color: var(--df-ink);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .13em;
    text-decoration: none;
    text-transform: uppercase;
}

.df-section-link:hover,
.df-section-link:focus-visible {
    color: var(--df-orange-dark);
}

#promoBlock,
#promoBlock > div[id*="bx_"] {
    width: 100%;
    display: block;
    overflow: visible;
}

#promoBlock #sliderBlock {
    width: 100%;
    display: block;
}

#promoBlock #specialBlock {
    position: relative;
    z-index: 5;
    width: min(360px, calc(100% - 48px));
    display: block;
    margin: -132px max(24px, calc((100vw - 1380px) / 2)) 58px auto;
    padding: 0;
    background: var(--df-paper);
    border: 1px solid var(--df-line);
    box-shadow: 0 24px 55px rgba(0, 0, 0, .14);
    overflow: hidden;
}

#promoBlock #specialProduct {
    margin: 0;
}

#promoBlock #specialProduct .specialProductHeading {
    min-height: 48px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 18px;
    background: var(--df-orange);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

#promoBlock #specialProduct .productItem,
#promoBlock #specialProduct .tabloid {
    background: var(--df-paper);
    border: 0;
}

#promoBlock #specialProduct .productItem {
    padding: 18px;
}

.df-home-copy {
    width: min(920px, calc(100% - 48px));
    margin: 0 auto;
    padding: 20px 0 108px;
    color: var(--df-muted);
    font-family: var(--df-serif);
    font-size: 18px;
    line-height: 1.75;
}

.df-home-copy h1,
.df-home-copy h2 {
    margin-top: 0;
    font-size: clamp(36px, 4vw, 58px);
    line-height: 1.05;
}

.df-home-copy a {
    color: var(--df-orange-dark);
}

body.df-premium #footer.df-footer {
    margin: 0;
    padding: 0;
    background: #080808 !important;
    color: rgba(255, 255, 255, .68);
    overflow: hidden;
}

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

.df-footer__grid {
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr 1.45fr;
    gap: 54px;
    padding-top: 80px;
    padding-bottom: 70px;
}

.df-footer__logo {
    width: min(250px, 100%);
    display: block;
}

.df-footer__logo img {
    width: 100%;
    height: auto;
    display: block;
}

.df-footer__brand > p {
    max-width: 300px;
    margin: 24px 0;
    font-family: var(--df-serif);
    font-size: 15px;
    line-height: 1.65;
}

.df-footer__column h2,
.df-footer__subscribe h3 {
    margin: 0 0 23px;
    color: #fff;
    font-family: var(--df-sans);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.df-footer__column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.df-footer__column li + li {
    margin-top: 11px;
}

.df-footer__column li a,
.df-footer__contacts > a {
    font-size: 12px;
    transition: color .2s ease;
}

.df-footer__column li a:hover,
.df-footer__column li a:focus-visible,
.df-footer__contacts > a:hover,
.df-footer__contacts > a:focus-visible {
    color: #fff;
}

.df-footer__contacts > a,
.df-footer__contacts > p {
    display: block;
    margin: 0 0 9px;
}

.df-footer__contacts .df-footer__phone {
    color: #fff;
    font-family: var(--df-serif);
    font-size: 21px;
}

.df-footer__subscribe {
    margin-top: 28px;
}

.df-footer__subscribe h3 {
    margin-bottom: 12px;
}

.df-footer__social .sn,
.df-footer__social ul {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.df-footer__social a {
    width: 34px;
    height: 34px;
    display: block;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    background-size: auto 34px;
}

.df-footer__bottom {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .48);
    font-size: 9px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

#upButton {
    position: fixed;
    z-index: 90;
    right: 22px;
    bottom: 74px;
    width: 44px;
    height: 44px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity .2s ease, transform .2s ease;
}

#upButton.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

#upButton a {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    background: var(--df-paper);
    border: 1px solid var(--df-orange);
    border-radius: 50%;
}

#upButton a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--df-black);
    border-left: 1px solid var(--df-black);
    transform: rotate(45deg) translate(2px, 2px);
}

.df-premium .bx-breadcrumb,
.df-premium #breadcrumbs {
    margin: 0 0 28px;
    color: var(--df-muted);
    font-size: 11px;
}

.df-premium .bx-breadcrumb a,
.df-premium #breadcrumbs a {
    color: var(--df-muted);
}

.df-premium .bx-breadcrumb a:hover,
.df-premium #breadcrumbs a:hover {
    color: var(--df-orange-dark);
}

body.df-menu-open {
    overflow: hidden;
}

@media (max-width: 1050px) {
    .df-premium .limiter {
        width: min(100% - 36px, 1380px);
    }

    .df-section-heading {
        min-height: 0;
        align-items: flex-start;
    }

    #promoBlock #specialBlock {
        width: min(360px, calc(100% - 36px));
        margin-right: 18px;
    }

    .df-footer__grid {
        grid-template-columns: 1.6fr 1fr 1fr;
        gap: 46px 30px;
    }

    .df-footer__contacts {
        grid-column: 2 / 4;
    }

    .df-premium.inner #main .compliter {
        display: block;
    }

    .df-premium.inner #left,
    .df-premium.inner #right {
        width: 100%;
        display: block;
        padding: 0;
    }

    body.df-premium.catalog-root #catalogSection .sectionItems {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .df-premium .limiter {
        width: min(100% - 26px, 1380px);
    }

    .df-section-heading {
        display: block;
        margin-bottom: 32px;
    }

    .df-section-heading h2 {
        font-size: 40px;
    }

    .df-section-link {
        width: fit-content;
        margin-top: 24px;
    }

    #promoBlock #specialBlock {
        width: min(100% - 26px, 360px);
        margin: 18px auto 30px;
    }

    .df-home-copy {
        width: min(100% - 26px, 920px);
        padding-bottom: 68px;
        font-size: 16px;
    }

    .df-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 42px 24px;
        padding-top: 62px;
        padding-bottom: 52px;
    }

    .df-footer__brand,
    .df-footer__contacts {
        grid-column: 1 / 3;
    }

    .df-footer__bottom {
        min-height: 76px;
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .df-footer__bottom span {
        display: block;
    }

    .df-footer__bottom span + span {
        margin-top: 7px;
    }

    #upButton {
        right: 13px;
        bottom: 66px;
    }

    body.df-premium.catalog-root #catalogSection .sectionItems {
        grid-template-columns: 1fr;
    }

    body.df-premium.catalog-root #catalogSection .sectionItems > .item {
        padding: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .df-premium *,
    .df-premium *::before,
    .df-premium *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
