body {
    cursor: default;
}
.action-list__item {
    padding-top: 12px;
}
.action-list__cards {
    justify-content: center;
    margin-bottom: 32px;
}
.action-list-card {
    background: #fff;
    box-sizing: border-box;
    padding: 16px 8px;
    border-radius: 8px;
}
.dz {
    background: #090d28;
    font-weight: 400;
    font-size: 16px;
    font-family: SamsungOne, sans-serif;
    padding-top: 40px;
}
.dz img,
.dz video {
    display: block;
    user-select: none;
    transition: all 0.2s ease;
}
.dz video {
    width: 100%;
}
.dz sup {
    font-size: 70%;
}
.dz-h1, .dz-h2, .dz-h3, .dz-h4 {
    transition: all 0.2s ease;
}
.dz-h1, .dz-h2, .dz-h3, .dz-h4 {
    font-family: SamsungSharpSans, sans-serif;
}
.dz-h1, .dz-h2, .dz-h3, .dz-h4 {
    font-weight: 700;
}
.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: 64px;
    line-height: 80px;
    margin-bottom: 8px;
}
.dz-h3 {
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    margin: auto auto 40px;
}
.dz-h3 sup {
    font-size: 60%;
    top: -0.6em;
}
.dz-h3.dz-left {
    margin-bottom: 16px;
}
.dz-h4 {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
}
.dz-h4:not(:last-child) {
    margin-bottom: 40px;
}
.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 16px;
}
.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: 18px;
}
.dz-text-footer {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    margin-top: 30px;
    padding-bottom: 24px;
}
.dz-text-footer a {
    color: #0077c8;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    cursor: pointer;
    transition: all 0.2s ease;
}
.dz-text-footer a:hover {
    color: #1eb4e1;
}
.dz-text-footer p:not(:last-child) {
    margin-bottom: 10px;
}
.dz-mob {
    display: none !important;
}
.dz-block {
    padding-bottom: 80px;
}
.dz-block-dark {
    color: #fff;
}
.dz-block-keyFeatures {
    margin-bottom: 80px;
}
.dz-block-main {
    position: relative;
}
.dz-block-main__title {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0 40px;
    box-sizing: border-box;
}
.dz-block-main__img {
    width: 80px;
    margin: -12px 4px 0;
}
.dz-video-main {
    position: relative;
}
.dz-video-main:before,
.dz-video-main:after {
    content: '';
    height: 34.375vw;
    position: absolute;
    left: 0;
    right: 0;
}
.dz-video-main:before {
    background: linear-gradient(180deg, #090d28, #090d28 22%, #090d2800);
    top: 0;
}
.dz-video-main:after {
    background: linear-gradient(180deg, #090d2800, #090d28);
    bottom: 0;
}
.dz-stardust {
    color: #fff;
    position: relative;
}
.dz-stardust video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.dz-stardust__info {
    max-width: 920px;
    font: 700 32px/38px SamsungSharpSans, sans-serif;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 280px 40px 0;
}
.dz-stardust__img {
    width: 208px;
    margin: auto auto 40px;
}
.dz-keyFeatures {
    max-width: 1360px;
    display: flex;
    gap: 20px;
    margin: auto;
}
.dz-keyFeatures__item {
    background: linear-gradient(0, #073374, #70a1e3);
    width: calc(33.33% - 10px);
    font-size: 20px;
    line-height: 24px;
    border-radius: 16px;
    padding: 40px 48px;
    box-sizing: border-box;
    transition: all 0.2s ease;
}
.dz-keyFeatures__imgWrapper {
    margin-bottom: 24px;
}
.dz-keyFeatures__img,
.dz-keyFeatures video {
    max-height: 192px;
    margin: auto;
}
.dz-keyFeatures__img {
    max-width: 100%;
    border-radius: 8px;
}
.dz-keyFeatures__title {
    font: 700 32px/38px SamsungSharpSans, sans-serif;
    display: block;
    margin-bottom: 8px;
    transition: all 0.2s ease;
}
.dz-block-support {
    max-width: 1360px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: auto;
}
.dz-block-support__col {
    width: calc(50% - 10px);
    box-sizing: border-box;
}
.dz-block-support__col:first-child {
    padding-bottom: 3%;
}
.dz-block-support .dz-h3 {
    text-align: left;
    margin-bottom: 16px;
}
.dz-block-support__descr {
    font-size: 26px;
    line-height: 30px;
}
.dz-block-support img {
    width: 100%;
}
.dz-block-moment {
    background: linear-gradient(0deg, #def, #090d28);
    position: relative;
    padding: 80px 0;
}
.dz-block-moment:before {
    content: '';
    background: linear-gradient(180deg, #090d28, #090d28 22%, #090d2800);
    height: 34.375vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.dz-block-moment .dz-h3 {
    margin-bottom: 16px;
}
.dz-block-moment video {
    border-radius: 16px;
    margin-bottom: 48px;
}
.dz-text-descr {
    color: #000;
    font-size: 20px;
    line-height: 24px;
    transition: all 0.2s ease;
}
.dz-text-descr__p {
    letter-spacing: 2px;
    text-transform: uppercase;
}
.dz-lightblue {
    background: #def;
    position: relative;
}
.dz-lightblue:after {
    background: linear-gradient(0, #f5f1ff, #def);
    content: '';
    height: 15vw;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.dz-smartThings {
    display: flex;
    flex-wrap: wrap;
    gap: 96px 60px;
    padding-bottom: 80px;
}
.dz-smartThings__col {
    box-sizing: border-box;
}
.dz-smartThings img {
    width: 100%;
    border-radius: 16px;
}
.dz-smartThings img:not(:last-child),
.dz-smartThings .dz-text-descr:not(:last-child) {
    margin-bottom: 40px;
}
.dz-smartThings__col:nth-child(1),
.dz-smartThings__col:nth-child(4) {
    width: calc(40% - 30px);
}
.dz-smartThings__col:nth-child(4) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.dz-smartThings__col:nth-child(2),
.dz-smartThings__col:nth-child(3) {
    width: calc(60% - 30px);
}
.dz-left {
    text-align: left;
}
.dz-violet {
    background: #f5f1ff;
    padding-top: 0;
}
.dz-violet__head {
    text-align: center;
}
.dz-violet__head .dz-text-descr {
    margin-bottom: 16px;
}
.dz-violet .dz-text-descr:last-child {
    max-width: 920px;
    text-align: center;
    margin: auto;
    padding-top: 16px;
}
.dz-h2-outro {
    padding-top: 40px;
}
.dz-footer {
    background: none;
    padding-bottom: 32px;
}
@media screen and (max-width: 1160px) {
    .dz-h2 {
        font-size: 48px;
        line-height: 54px;
    }
    .dz-h3 {
        font-size: 40px;
        line-height: 44px;
    }
    .dz-h4 {
        font-size: 30px;
        line-height: 34px;
    }
    .dz-block-main__img {
        width: 60px;
    }
    .dz-stardust__info {
        font-size: 28px;
        line-height: 32px;
    }
    .dz-stardust__img {
        width: 160px;
    }
    .dz-keyFeatures__item {
        font-size: 16px;
        line-height: 20px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .dz-keyFeatures__title {
        font-size: 24px;
        line-height: 28px;
    }
}
@media screen and (max-width: 1040px) {
    .dz-block-support .dz-h3 br {
        display: none;
    }
}
@media screen and (max-width: 960px) {
    .dz-block-support {
        text-align: center;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 40px;
        padding: 0;
    }
    .dz-block-support__item {
        width: 100%;
    }
    .dz-block-support__col {
        width: 100%;
    }
    .dz-block-support__col:first-child {
        padding: 0;
    }
    .dz-block-support .dz-h3,
    .dz-block-support__descr {
        text-align: center;
    }
    .dz-block-support img {
        max-width: 480px;
        margin: auto;
    }
    .dz-text-descr {
        font-size: 16px;
        line-height: 20px;
    }
}
@media screen and (max-width: 900px) {
    .dz-h2 {
        font-size: 40px;
        line-height: 44px;
    }
    .dz-h3 {
        font-size: 32px;
        line-height: 36px;
    }
    .dz-h4 {
        font-size: 26px;
        line-height: 30px;
    }
    .dz-h3 br,
    .dz-h4 br {
        display: none;
    }
    .dz-block-main__img {
        width: 48px;
    }
    .dz-stardust__info {
        font-size: 24px;
        line-height: 28px;
    }
}
@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;
    }
    .g-content,
    .dz-block-main__title,
    .dz-stardust__info {
        padding-left: 16px;
        padding-right: 16px;
    }
    .dz-desktop {
        display: none !important;
    }
    .dz-mob {
        display: block !important;
    }
    .dz,
    .dz-h2-outro {
        padding-top: 0;
    }
    .dz-footer {
        padding-bottom: 0;
    }
    .dz-block {
        padding-bottom: 60px;
    }
    .dz-keyFeatures {
        flex-direction: column;
    }
    .dz-keyFeatures__item {
        width: 100%;
    }
    .dz-left {
        text-align: center !important;
    }
    .dz-smartThings {
        gap: 32px;
        padding-bottom: 40px;
    }
    .dz-smartThings__col {
        width: 100% !important;
    }
    .dz-smartThings img:not(:last-child),
    .dz-smartThings .dz-text-descr:not(:last-child) {
        margin-bottom: 16px;
    }
    .dz-keyFeatures__item,
    .dz-block-moment video,
    .dz-smartThings img {
        border-radius: 8px;
    }
}
@media screen and (max-width: 680px) {
    .dz-h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .dz-h3 {
        font-size: 24px;
        line-height: 28px;
    }
    .dz-h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .dz-stardust__info {
        font-size: 18px;
        line-height: 22px;
    }
}
@media screen and (max-width: 580px) {
    .dz-block-main__title {
        font-size: 24px;
        line-height: 28px;
        top: 24px;
    }
    .dz-block-main__img {
        width: 40px;
        margin-top: -6px;
    }
    .dz-h3 {
        margin-bottom: 16px;
    }
    .dz-block-keyFeatures {
        padding: 0;
    }
    .dz-block-moment {
        padding-top: 0;
    }
    .dz-block-moment video {
        margin-bottom: 24px;
    }
    .dz-h4:not(:last-child) {
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 440px) {
    .dz-block-main__title {
        font-size: 20px;
        line-height: 24px;
    }
    .dz-stardust__info {
        font-size: 16px;
        line-height: 20px;
    }
    .dz-block-main__title {
        top: 16px;
    }
}
@media screen and (max-width: 430px) {
    .dz-h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .dz-h4 {
        font-size: 18px;
        line-height: 22px;
    }
}
@media screen and (max-width: 370px) {
    .dz-block-main__title {
        font-size: 16px;
        line-height: 20px;
    }
}
@media screen and (max-width: 340px) {
    .g-content,
    .dz-block-main__title,
    .dz-stardust__info {
        padding-left: 8px;
        padding-right: 8px;
    }
}