

/* Start:/bitrix/templates/universe_s1/css/hygge-info-pages.css?178934182013903*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,500&display=swap");

/*
 * Только для /help/delivery-payment/ и /help/returns/.
 * Файл подключается через SetAdditionalCSS на этих страницах, не через custom.css.
 */

html,
body.public,
.intec-template,
.intec-template-layout {
    height: auto !important;
}

.intec-template-layout-header {
    background: #ffffff;
}

.intec-template-breadcrumb,
.intec-template-title,
.intec-template-layout-page {
    display: none !important;
}

.hygge-info {
    background: #ffffff;
    color: #252321;
    font-family: Montserrat, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.hygge-info *,
.hygge-info *::before,
.hygge-info *::after {
    box-sizing: border-box;
}

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

.hygge-info__inner {
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
    padding: 0 24px;
}

.hygge-info__hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 560px;
    height: 68vh;
    max-height: 800px;
    overflow: hidden;
    color: #5a3314;
}

.hygge-info__hero-media {
    position: absolute;
    inset: 0;
}

.hygge-info__hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

.hygge-info__hero-body {
    position: relative;
    z-index: 1;
    width: min(560px, 50%);
    margin: 0 5% 0 0;
    padding: 48px 24px 48px 32px;
}

.hygge-info__hero-body::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -12%;
    right: -18%;
    width: 150%;
    height: 130%;
    background: radial-gradient(ellipse at 55% 48%, rgba(255, 249, 243, 0.72) 0%, rgba(255, 249, 243, 0.2) 48%, rgba(255, 249, 243, 0) 72%);
    pointer-events: none;
}

.hygge-info__crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
    padding: 18px 24px 14px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: rgba(90, 51, 20, 0.72);
}

.hygge-info__crumbs a:hover {
    color: #5a3314;
}

.hygge-info__kicker,
.hygge-info__title,
.hygge-info__subtitle {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #5a3314;
}

.hygge-info__kicker {
    font-size: clamp(28px, 3.2vw, 45px);
    line-height: 1.1;
}

.hygge-info__title {
    font-size: clamp(40px, 4.8vw, 70px);
    line-height: 1.05;
}

.hygge-info__subtitle {
    font-size: clamp(28px, 3.2vw, 45px);
    line-height: 1.1;
}

.hygge-info__lead {
    margin: 18px 0 0;
    max-width: 460px;
    font-size: clamp(16px, 1.6vw, 22px);
    font-weight: 500;
    font-style: italic;
    line-height: 1.45;
    text-transform: uppercase;
    color: #252321;
}

.hygge-info a.hygge-info__btn,
.hygge-info__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 10px 36px;
    border: 1px solid transparent;
    border-radius: 16px;
    background: #71543d;
    color: #ffffff;
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.hygge-info a.hygge-info__btn:hover,
.hygge-info a.hygge-info__btn:focus,
.hygge-info__btn:hover,
.hygge-info__btn:focus {
    background: #5d4432;
    color: #ffffff;
}

.hygge-info a.hygge-info__btn--soft,
.hygge-info__btn--soft {
    background: #e7dcd3;
    color: #71543d;
}

.hygge-info a.hygge-info__btn--soft:hover,
.hygge-info a.hygge-info__btn--soft:focus,
.hygge-info__btn--soft:hover,
.hygge-info__btn--soft:focus {
    background: #ddd0c5;
    color: #5d4432;
}

.hygge-info a.hygge-info__btn--ghost,
.hygge-info__btn--ghost {
    background: transparent;
    border-color: #2a1605;
    color: #2a1605;
}

.hygge-info a.hygge-info__btn--ghost:hover,
.hygge-info a.hygge-info__btn--ghost:focus,
.hygge-info__btn--ghost:hover,
.hygge-info__btn--ghost:focus {
    background: #71543d;
    border-color: #71543d;
    color: #ffffff;
}

.hygge-info__hero a.hygge-info__btn {
    margin-top: 28px;
    min-height: 74px;
    padding: 13px 55px;
    border-radius: 19px;
    font-size: clamp(22px, 2.5vw, 36px);
}

.hygge-info__facts {
    background: #ffffff;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 20px;
    padding: 36px 0 28px;
}

.hygge-info__fact {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #252321;
}

.hygge-info__fact > span:not(.hygge-info__icon) {
    min-width: 0;
}

.hygge-info__icon {
    display: block;
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    overflow: hidden;
}

.hygge-info__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hygge-info__section {
    padding: 56px 0 64px;
}

.hygge-info__section--cream {
    background: #fff9f3;
}

.hygge-info__heading {
    margin: 0 0 36px;
    font-size: clamp(28px, 3.6vw, 48px);
    font-weight: 600;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
    color: #252321;
}

.hygge-info__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 20px;
}

.hygge-info__steps--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hygge-info__step {
    text-align: center;
}

.hygge-info__num {
    display: block;
    max-width: 180px;
    height: 86px;
    margin: 0 auto 12px;
    overflow: hidden;
    border-bottom: 1.5px solid #ad927b;
    font-size: 118px;
    font-weight: 700;
    line-height: 0.86;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(90deg, #ad927b 0%, #c1aa98 49%, #c5ae9b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hygge-info__step-title {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
}

.hygge-info__step-text {
    margin: 0 auto;
    max-width: 300px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.hygge-info__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 56px;
    padding: 56px 24px;
    position: relative;
}

.hygge-info__columns:not(.hygge-info__columns--rules)::before {
    content: "";
    position: absolute;
    top: 64px;
    bottom: 64px;
    left: 50%;
    width: 1px;
    background: #e5ddd6;
}

.hygge-info__columns--rules {
    position: relative;
    gap: 0;
    padding: 48px 24px 56px;
}

.hygge-info__columns--rules::before {
    content: "";
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: 50%;
    width: 1px;
    background: #d8cfc6;
}

.hygge-info__columns--rules::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #d8cfc6;
}

.hygge-info__col {
    min-width: 0;
}

.hygge-info__columns--rules .hygge-info__col {
    padding: 28px 40px;
}

.hygge-info__col-title {
    margin: 0 0 18px;
    font-size: clamp(22px, 2.2vw, 32px);
    font-weight: 600;
    line-height: 1.25;
}

.hygge-info--delivery .hygge-info__col-title {
    text-transform: uppercase;
}

.hygge-info__columns--rules .hygge-info__col-title {
    font-size: clamp(20px, 2.14vw, 31px);
    font-weight: 500;
}

.hygge-info__columns--rules .hygge-info__item-text {
    margin-top: 10px;
    font-size: clamp(16px, 1.7vw, 24px);
}

.hygge-info__item {
    margin: 0 0 16px;
}

.hygge-info__item:last-child {
    margin-bottom: 0;
}

.hygge-info__item-title {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}

.hygge-info__item-text {
    margin: 4px 0 0;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.35;
}

.hygge-info__banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 506px;
    overflow: hidden;
    border-radius: 15px;
}

.hygge-info__banner-media {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 68.5%;
    min-height: 320px;
}

.hygge-info__banner-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hygge-info__banner-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 53.2%;
    min-height: 506px;
    padding: 56px 56px 56px 88px;
    background: transparent;
    text-align: right;
}

.hygge-info__banner-body::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: #fff9f3;
    clip-path: polygon(37.93% 0, 100% 0, 100% 100%, 0 100%);
    pointer-events: none;
}

.hygge-info__banner-body > * {
    position: relative;
    z-index: 1;
}

.hygge-info__banner-title {
    margin: 0 0 16px;
    font-size: clamp(32px, 3.6vw, 48px);
    font-weight: 600;
    line-height: 1.15;
    text-transform: uppercase;
}

.hygge-info__banner-text {
    margin: 0 0 28px;
    max-width: 390px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.35;
}

.hygge-info__cta {
    padding: 56px 24px 72px;
    text-align: center;
    background: #fff9f3;
}

.hygge-info__cta--white {
    background: #ffffff;
}

.hygge-info__cta-title {
    margin: 0;
    font-size: clamp(28px, 3.2vw, 42px);
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.hygge-info__cta-text {
    margin: 10px 0 0;
    font-size: clamp(20px, 2.4vw, 34px);
    font-weight: 500;
    line-height: 1.25;
}

.hygge-info__cta-text strong {
    font-weight: 700;
}

.hygge-info--returns .hygge-info__hero-body {
    width: min(640px, 54%);
}

.hygge-info--returns .hygge-info__title {
    font-size: clamp(28px, 3.66vw, 53px);
    white-space: nowrap;
}

.hygge-info--returns .hygge-info__subtitle {
    font-size: clamp(20px, 2.58vw, 37px);
    white-space: nowrap;
}

.hygge-info--returns .hygge-info__lead {
    max-width: 494px;
    font-size: clamp(16px, 1.74vw, 25px);
}

.hygge-info--returns .hygge-info__cta-title {
    font-size: clamp(22px, 2.5vw, 36px);
}

.hygge-info--returns .hygge-info__cta-text {
    font-size: clamp(16px, 2vw, 26px);
    white-space: nowrap;
}

.hygge-info__cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 28px;
}

@media (max-width: 1024px) {
    .hygge-info__hero {
        height: auto;
        max-height: none;
        min-height: 0;
        display: block;
    }

    .hygge-info__hero-media {
        position: relative;
        height: 320px;
    }

    .hygge-info__hero-body {
        width: 100%;
        margin: 0;
        padding: 28px 20px 8px;
        text-align: center;
    }

    .hygge-info--returns .hygge-info__hero-body {
        width: 100%;
    }

    .hygge-info__hero-body::before {
        display: none;
    }

    .hygge-info__lead {
        margin-left: auto;
        margin-right: auto;
    }

    .hygge-info__crumbs {
        display: none;
    }

    .hygge-info__facts {
        grid-template-columns: 1fr 1fr;
        padding: 12px 0 8px;
    }

    .hygge-info__steps,
    .hygge-info__steps--3 {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
    }

    .hygge-info__banner {
        display: block;
        min-height: 0;
    }

    .hygge-info__banner-media {
        position: relative;
        width: 100%;
        height: 280px;
    }

    .hygge-info__banner-body {
        width: 100%;
        min-height: 0;
        align-items: center;
        padding: 32px 24px 8px;
        background: #ffffff;
        text-align: center;
    }

    .hygge-info__banner-body::before {
        display: none;
    }

    .hygge-info--returns .hygge-info__title,
    .hygge-info--returns .hygge-info__subtitle,
    .hygge-info--returns .hygge-info__cta-text {
        white-space: normal;
    }

    .hygge-info__hero a.hygge-info__btn,
    .hygge-info__hero .hygge-info__btn {
        min-height: 52px;
        padding: 10px 36px;
        border-radius: 16px;
        font-size: 18px;
    }

    .hygge-info__banner-text {
        max-width: none;
    }

    .hygge-info__columns,
    .hygge-info__columns--rules {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .hygge-info__columns:not(.hygge-info__columns--rules)::before {
        display: none;
    }

    .hygge-info__columns--rules::before,
    .hygge-info__columns--rules::after {
        display: none;
    }

    .hygge-info__columns--rules .hygge-info__col {
        padding: 0;
        border-bottom: 1px solid #d8cfc6;
        padding-bottom: 24px;
    }

    .hygge-info__columns--rules .hygge-info__col:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 640px) {
    .hygge-info__columns:not(.hygge-info__columns--rules) {
        padding-left: 36px;
        padding-right: 24px;
    }

    .hygge-info__hero-media {
        height: 240px;
    }

    .hygge-info__facts {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .hygge-info__btn {
        width: 100%;
        max-width: 360px;
        min-height: 48px;
        font-size: 16px;
    }

    .hygge-info__cta-actions {
        flex-direction: column;
        align-items: center;
    }

    .hygge-info__section {
        padding: 40px 0 48px;
    }

    .hygge-info__num {
        height: 72px;
        font-size: 96px;
    }

    .hygge-info__item-title {
        font-size: 18px;
    }

    .hygge-info__item-text {
        font-size: 15px;
    }
}

/* End */
/* /bitrix/templates/universe_s1/css/hygge-info-pages.css?178934182013903 */
