/* CLEARFIX */
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
img { display: block; }

/* BASE */
.lp-fullwidth { overflow: hidden; }
.lp-fullwidth--black { background-color: #000; color: #fff; padding-bottom: 32px; margin-bottom: 60px; }
.lp-container { width: 100%; max-width: 1360px; margin: 0 auto; position: relative; padding: 0 20px; box-sizing: border-box; -moz-font-feature-settings: "kern"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
sub, sup { font-size: 40%; top: -1.2em; }
.lp-fullwidth h1, .lp-fullwidth h2, .lp-fullwidth h3 { font-size: initial; line-height: initial;  }
.lp-fullwidth--black .dz-h1, .lp-fullwidth--black .dz-h2, .lp-fullwidth--black .dz-h3, .lp-fullwidth--black .dz-h4, .lp-fullwidth--black .dz-h5 { color: #fff; }
.lp-container img { max-width: 100%; }
.lp-desktop {}
.lp-mobShow { display: none; }
.lp-fullwidth p, .lp-fullwidth li { font: 400 16px/120% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; }
.lp-fullwidth .dz-text-footer p, .lp-fullwidth .dz-text-footer li { font: 400 12px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.3px; }


/* BUTTON */
.lp-btn-group { text-align: center; }
.lp-btn { display: inline-block; font: 500 16px/24px 'Graphik-Medium-Cy', sans-serif; padding: 12px 24px; box-sizing: border-box; color:#fff; text-align: center; cursor: pointer; border-radius: 6px; -webkit-transition: 0.25s; transition: 0.25s; text-decoration: none; }
.lp-btn--blue { background-color: #378BE7; }
.lp-btn--blue:hover { background-color: #327ED1; }
.lp-btn--blue:active { background-color: #2865A7; }
.lp-btn--pink { background-color: #ed5aae; }
.lp-btn--pink:hover { background-color: #ff5bb9; }
.lp-btn--pink:active { background-color: #ff5bb9; }
.lp-btn--white { background-color: #fff; color: #242424; }
.lp-btn--white:hover { background-color: #fff; opacity: .85; }
.lp-btn--white:active { background-color: #fff; }
.lp-btn--black { background-color: #000; }
.lp-btn--black:hover { background-color: #333; }

/* LINK DECOR */
.lp-linkarrow { position: relative; padding-right: 20px; }
.lp-linkarrow:after { display: inline-block; position: absolute; content: ' '; width: 14px; height: 14px; margin: 0 0 0 6px; background: transparent url('https://static.re-store.ru/promo/samsung-galaxy-s26-ultra/images/arrow.svg') top center no-repeat; background-size: 100% auto; right: 0; top: 50%; transform: translate(0,-50%); }
.lp-linkgroup--white .lp-linkarrow:after { display: inline-block; position: absolute; content: ' '; width: 14px; height: 14px; margin: 0 0 0 6px; background: transparent url('https://static.re-store.ru/promo/samsung-galaxy-s26-ultra/images/arrow--white.svg') top center no-repeat; background-size: 100% auto; right: 0; top: 50%; transform: translate(0,-50%); }

/* LINKS */
.lp-linkgroup { position: relative; z-index: 1; }
.lp-link { display: inline-block; cursor: pointer; font: 400 15px/115% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.15px; color: #000; transition: all 0.6s; }
.lp-linkgroup .lp-link { margin-left: 10px; }
.lp-linkgroup .lp-link:first-child { margin-left: 0; }
.lp-linkgroup--white .lp-link { color: #fff; }

/* BILLBOARD */
.lp-billboard { display: block; }

@media (hover: hover) and (pointer: fine) { }

@media only screen and (max-width: 1024px) {
    /* BASE */
    .lp-container { padding: 0 20px; }
}

@media only screen and (max-width: 900px) { }

@media only screen and (max-width: 768px) {
    /* BASE */
    .lp-container { padding: 0 16px; }
    .lp-mobHide { display: none; }
    .lp-mobShow { display: block; }
    .lp-fullwidth h1, .lp-fullwidth h2, .lp-fullwidth h3 { font-size: initial; line-height: initial;  }
    .lp-fullwidth p, .lp-fullwidth li { font: 400 14px/120% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.35px; }
    .lp-fullwidth .dz-text-footer p, .lp-fullwidth .dz-text-footer li { font: 400 12px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.24px; }
}

@media only screen and (max-width: 700px) { }

@media only screen and (max-width: 360px) { }







.dz {
    font-family: SamsungOne, sans-serif;
    font-weight: 400;
}
.dz:last-child {
    padding-bottom: 32px;
}
.dz-black {
    background: #000;
    color: #fff;
    padding-bottom: 32px;
}
.dz-black:not(:last-child) {
    margin-bottom: 60px;
}
.dz img,
.dz video {
    display: block;
    user-select: none;
    transition: all 0.2s ease;
}
.dz video {
    width: 100%;
}
.dz sup {
    font-size: 70%;
    line-height: 1;
}
.dz-h1, .dz-h2, .dz-h3, .dz-h4, .dz-h5 {
    transition: all 0.2s ease;
}
.dz-h1, .dz-h2, .dz-h3, .dz-h4, .dz-h5 {
    font-family: Graphik-Medium-Cy, sans-serif;
    font-weight: 500;
}
.dz-h1 {
    font-size: 28px;
    line-height: 40px;
    border-right: 1px rgba(0, 0, 0, 0.1) solid;
    display: inline-block;
    margin: 0 40px 10px 0;
    padding-right: 40px;
}
.dz-h2 {
    font-size: 40px;
    line-height: 48px;
}
.dz-h3 {
    font-size: 30px!important;
    line-height: 100%!important;
    letter-spacing: -1.05px;
    text-align: center;
    margin: auto auto 18px;
}
.dz-h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
}
.dz-h5 {
    max-width: 780px;
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    margin: auto auto 16px;
}
.dz-text {
    line-height: 150%;
}
.dz-text p:not(:last-child) {
    margin-bottom: 16px;
}
.dz-text ul {
    list-style-type: disc;
    margin: 0;
    padding: 0 0 0 12px;
}
.dz-text ol:not(:last-child) {
    margin-bottom: 10px;
}
.dz-text ol {
    list-style-type: none;
    counter-reset: num;
    margin: 0;
    padding: 0;
}
.dz-text ol li {
    position: relative;
    margin: 0;
    padding: 0 0 0 20px;
}
.dz-text ol li:not(:last-child) {
    margin-bottom: 2px;
}
.dz-text ol > li:before {
    content: counter(num) '. ';
    counter-increment: num;
    position: absolute;
    left: 0;
}
.dz-text-notice {
    color: #999;
    font-size: 12px;
    line-height: 120%;
}
.dz-text-footer {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    margin-top: 30px;
    padding-bottom: 24px;
}
.dz-text-footer a {
    color: #E64C8F;
    text-decoration: underline;
    transition: all 0.2s ease;
}
.dz-text-footer p:not(:last-child) {
    margin-bottom: 10px;
}
.dz-topLine {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 22px;
}
.dz-topLine__shop {
    display: flex;
    margin-bottom: 10px;
}
.dz-topLine__price {
    font-weight: 800;
    font-size: 20px;
    line-height: 40px;
    margin-right: 32px;
}
.dz-button {
    display: flex;
}
.dz-button__link {
    height: 40px;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 0 40px;
    user-select: none;
    transition: all 0.2s ease;
}
.dz-button__link-blue {
    background: #1428a0;
}
.dz-button__link-blue:hover {
    background: #102080;
}
.dz-button__link-blue:active {
    background: #0e1c71;
}
.dz-button__link-lightblue {
    background: #0077c8;
}
.dz-button__link-lightblue:hover {
    background: #0068af;
}
.dz-button__link-lightblue:active {
    background: #005e9d;
}
.dz-block {
    margin-bottom: 60px;
}
.dz-banner {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
    transition: all 0.2s ease;
}
.dz-banner__img {
    width: 100%;
}
.dz-banner__img-mob {
    display: none !important;
}
.dz-chess {
    display: flex!important;
    flex-direction: column;
    gap: 32px;
}
.dz-chess:not(:last-child) {
    margin-bottom: 60px !important;
}
.dz-chess__item {
    display: flex !important;
    align-items: center;
    gap: 32px;
}
.dz-chess__item-reversed {
    display: flex;
    flex-direction: row-reverse;
}
.dz-chess__col {
    width: calc(50% - 16px);
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}
.dz-chess__col-100 {
    width: 100%;
}
.dz-chess__mediaWrapper {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.dz-chess__media {
    width: 100%;
    transition: all 0.2s ease;
}
.dz-chess__textWrapper {
    padding: 0 16%;
    transition: all 0.2s ease;
}
.dz-chess__h3 {
    font-size: 28px;
}
.dz-chess__h3,
.dz-chess__h4 {
    margin-bottom: 18px;
}
.dz-chess__h3 {
    text-align: inherit;
}
.dz-chess__h4 {
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
}
.dz-chess__text:not(:last-child) {
    margin-bottom: 8px;
}
.dz-chess__noticeLink {
    color: #999;
    cursor: pointer;
    position: relative;
    display: inline-block;
    transition: opacity 0.2s ease;
    padding-right: 2px;
}
.dz-chess__noticeLink:after {
    content: '';
    width: 5px;
    height: 5px;
    border: 1px #999 solid;
    border-top: none;
    border-left: none;
    display: inline-block;
    transform: rotate(-45deg);
    margin: 0 0 1px 2px;
}
.dz-chess__noticeLink:hover {
    opacity: 0.6;
}
.dz-chess__notice {
    color: #999;
    font-size: 12px;
    line-height: 110%;
}
.dz-chess__notice ol {
    padding-left: 12px;
}
.dz-chess__notice ol:not(:last-child),
.dz-chess__notice li:not(:last-child),
.dz-chess__notice p:not(:last-child) {
    margin-bottom: 4px;
}
.dz-chess__notice-hidden {
    display: none;
}


.slick-prev, .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before, .slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'в†ђ';
}
[dir='rtl'] .slick-prev:before
{
    content: 'в†’';
}
.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'в†’';
}
[dir='rtl'] .slick-next:before
{
    content: 'в†ђ';
}

.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}
.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'вЂў';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow-y: visible;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-arrow {
    background: #f2f2f2 !important;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}
.slick-prev {
    left: 8px;
}
.slick-next {
    right: 8px;
}
.slick-arrow:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 2px rgb(0, 0, 0) solid;
    border-bottom: none;
    border-right: none;
    position: absolute;
    top: 50%;
}
.slick-prev:before {
    left: 17px;
    transform: translateY(-50%) rotate(-45deg);
}
.slick-next:before {
    right: 17px;
    transform: translateY(-50%) rotate(135deg);
}
.slick-arrow:hover {
    opacity: 0.9;
}
.slick-dots {
    display: flex;
    justify-content: center;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
}
.slick-dots button {
    display: none !important;
}
.slick-dots li {
    background: #ccc;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin: 0 8px;
    transition: all 0.2s ease;
}
.slick-dots li:hover {
    background: #999;
}
.slick-dots .slick-active {
    background: #333;
    cursor: default;
}
.twentytwenty {
    height: auto !important;
}
.twentytwenty img {
    transition: none;
}
.twentytwenty img:first-child {
    position: static;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.twentytwenty-overlay {
    display: none;
}
.twentytwenty-handle,
.twentytwenty-handle:before,
.twentytwenty-handle:after {
    box-shadow: none !important;
}
.twentytwenty-handle {
    background: #fff;
}
.twentytwenty-left-arrow {
    border-right-color: #000 !important;
}
.twentytwenty-right-arrow {
    border-left-color: #000 !important;
}
.dz-security {
    list-style: none !important;
    padding-left: 0 !important;
}
.dz-security__item {
    position: relative;
    padding-left: 56px;
}
.dz-security__item:not(:last-child) {
    margin-bottom: 8px;
}
.dz-security__item:before {
    content: '';
    background: url(https://static.re-store.ru/promo/samsung-galaxy-s26-ultra/images/shield.svg);
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}
.dz-img-mob {
    display: none !important;
}

/* Adaptation */
@media screen and (max-width: 1140px) {
    .dz-chess__textWrapper {
        padding: 0 10%;
    }
}
@media screen and (max-width: 980px) {
    .dz-h3 {
        font-size: 22px!important;
        line-height: 100%!important;
        letter-spacing: -0.55px;
    }
    .dz-h5 {
        font-size: 24px;
    }
}
@media screen and (max-width: 930px) {
    .dz-chess__h4 {
        font-size: 18px;
        line-height: 20px;
    }
}
@media screen and (max-width: 900px) {
    .dz-h3 br,
    .dz-h4 br {
        display: none;
    }
    .dz-chess__textWrapper {
        padding: 0 5%;
    }
}
@media screen and (max-width: 767px) {
    .g-breadcrumbs {
        margin-left: -12px;
    }
    .g-breadcrumbs .gm-swipe {
        align-items: flex-start;
    }
    .g-breadcrumbs__page {
        white-space: wrap;
    }
    .dz:last-child {
        padding-bottom: 8px;
    }
    .dz-h1 {
        line-height: 110%;
        border-right: none;
    }
    .dz-h3 {
        margin-bottom: 12px;
    }
    .dz-topLine {
        flex-direction: column;
    }
    .dz-topLine__shop {
        flex-wrap: wrap;
    }
    .dz-banner {
        border-radius: 8px;
        margin-bottom: 32px;
    }
    .dz-banner-main {
        border-radius: 0;
        margin-left: -20px;
        margin-right: -20px;
    }
    .dz-banner__img-desktop {
        display: none !important;
    }
    .dz-banner__img-mob {
        display: block !important;
    }
    .dz-chess {
        gap: 32px;
    }
    .dz-chess:not(:last-child) {
        margin-bottom: 40px !important;
    }
    .dz-chess__item {
        height: auto;
        flex-direction: column !important;
        gap: 16px;
    }
    .dz-chess__col {
        width: 100%;
    }
    .dz-chess__mediaWrapper {
        border-radius: 8px;
    }
    .dz-chess__h3 {
        margin-bottom: 12px;
    }
    .dz-chess__h4 {
        font-size: 18px;
        line-height: 20px;
    }
    .slick-dots {
        bottom: 16px;
    }
    .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 4px;
    }
    .dz-img-desktop {
        display: none;
    }
    .dz-img-mob {
        display: block !important;
    }
}
@media screen and (max-width: 630px) {
    .dz-chess__h4 {
        font-size: 16px;
        line-height: 18px;
    }
}
@media screen and (max-width: 480px) {
    .dz-security__item {
        padding-left: 40px;
    }
    .dz-security__item:before {
        width: 32px;
        height: 32px;
    }
    .dz-chess__textWrapper {
        padding: 0;
    }
}






.slick-prev { background: transparent url('https://static.re-store.ru/promo/samsung-galaxy-s26-ultra/images/slider-arrow-left.png') 0 0 no-repeat!important; background-size: 100% auto!important; }
.slick-next { background: transparent url('https://static.re-store.ru/promo/samsung-galaxy-s26-ultra/images/slider-arrow-right.png') 0 0 no-repeat!important; background-size: 100% auto!important; }
.slick-prev:before, .slick-next:before { display: none; }











