@font-face {
    font-family: 'Poppins';
    src: url('/files/descriptions/font/81/8158007/storage_app_opisy2_hisense_2096723__fonts/poppins_regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/files/descriptions/font/81/8158007/storage_app_opisy2_hisense_2096723__fonts/poppins_medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/files/descriptions/font/81/8158007/storage_app_opisy2_hisense_2096723__fonts/poppins_semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/files/descriptions/font/81/8158007/storage_app_opisy2_hisense_2096723__fonts/poppins_bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

#sg_product_card {
    width: 100%;
    max-width: 1000px;
    background: #000;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 22px;
}

#sg_product_card * {
    box-sizing: border-box;
}

#sg_product_card p {
    margin: 0;
}

#sg_product_card video,
#sg_product_card img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

#sg_product_card video {
    width: 100%;
}

#sg_product_card .sg_hero {
    position: relative;
}

#sg_product_card .sg_hero:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 70%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 5;
    position: absolute;
}

#sg_product_card .sg_hero img.sg_hero_hisense {
    position: absolute;
    top: 48px;
    left: 48px;
    width: auto;
    z-index: 10;
}

#sg_product_card .sg_card_content {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding-top: 36px;
    padding-inline: 40px;
}

#sg_product_card .sg_hisense {
    text-align: center;
    padding: 88px 0;
}

#sg_product_card .sg_strong {
    font-weight: 700;
}

#sg_product_card .sg_medium {
    font-weight: 500;
}

#sg_product_card .sg_hero_content {
    position: absolute;
    left: 48px;
    bottom: 80px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.40);
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    z-index: 10;
}

#sg_product_card .sg_main_section {
    padding-block: 32px;
    border-radius: 48px;
    border: 1px solid #4A4A4A;
    background: linear-gradient(180deg, #1F1F1F 0%, #000 100%);
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
}

#sg_product_card .sg_main_section_bg {
    border-radius: 100%;
    width: 224px;
    height: 141px;
    background: #00AAA6;
    filter: blur(47px);
    position: absolute;
    right: 15%;
    bottom: 105px;
}

#sg_product_card .sg_title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    position: relative;
    z-index: 1;
}

#sg_product_card .sg_main_section_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    position: relative;
    z-index: 1;
    padding: 0 88px;
}

#sg_product_card .sg_main_section_icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

#sg_product_card .sg_main_section_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-align: center;
}

#sg_product_card .sg_main_section_icon_desc {
    font-size: 10px;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 2px;
}

#sg_product_card .sg_tag {
    color: #00AAA6;
    font-size: 8px;
    font-weight: 400;
    line-height: normal;
    border-radius: 13px;
    border: 1px solid #00AAA6;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
    padding: 4px 6px 3px;
}

#sg_product_card .sg_secondary_section {
    border-radius: 132px;
    background: linear-gradient(180deg, #000 0%, #002726 100%);
    padding: 64px 60px;
    display: grid;
    gap: 64px;
    text-align: center;
    grid-template-columns: repeat(3, 1fr);
}

#sg_product_card .sg_secondary_section_item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    padding: 0 16px;
}

#sg_product_card .sg_secondary_section_item_desc {
    font-size: 12px;
    line-height: normal;
    margin-top: 6px;
}

#sg_product_card .sg_inline_icon {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-inline: auto;
}

#sg_product_card .sg_inline_icon_title {
    color: #00AAA6;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}

#sg_product_card .sg_inline_icon_desc {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

#sg_product_card .sg_headline {
    position: relative;
    text-align: center;
}

#sg_product_card .sg_headline_title {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -18px);
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    background: #000;
    padding: 12px 24px;
}

#sg_product_card .sg_headline_title span {
    color: #00AAA6;
}

#sg_product_card .sg_video_with_desc {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 12px;
    line-height: 18px;
}

#sg_product_card .sg_chess_header {
    display: flex;
    align-items: center;
    gap: 10px;
}

#sg_product_card .sg_chess_header img {
    flex-shrink: 0;
}

#sg_product_card .sg_chess_header_title {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#sg_product_card .sg_chess_title {
    color: #00AAA6;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

#sg_product_card .sg_chess {
    gap: 36px;
    display: flex;
    flex-direction: column;
}

#sg_product_card .sg_chess_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    grid-template-areas: "image text";
}

#sg_product_card .sg_chess--reversed .sg_chess_item {
    grid-template-areas: "text image";
}

#sg_product_card .sg_chess_image {
    grid-area: image;
}

#sg_product_card .sg_chess_image video {
    border-radius: 32px;
    max-width: 100%;
    height: auto;
}

#sg_product_card .sg_chess_item:nth-of-type(2n) {
    grid-template-areas: "text image";
}

#sg_product_card .sg_chess--reversed .sg_chess_item:nth-of-type(2n) {
    grid-template-areas: "image text";
}

#sg_product_card .sg_chess_content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    grid-area: text;
}

#sg_product_card .sg_chess_text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#sg_product_card .sg_chess_info {
    font-size: 14px;
    line-height: 22px;
}

#sg_product_card .sg_chess_image img {
    width: 100%;
    border-radius: 20px;
    font-size: 0;
    line-height: 0;
}

#sg_product_card .sg_center {
    text-align: center;
}

#sg_product_card .sg_spec {
    padding-inline: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-top: 88px;
}

#sg_product_card .sg_spec img {
    width: 265px;
}

#sg_product_card .sg_spec_title {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #00AAA6;
}

#sg_product_card .sg_spec_table {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 360px;
}

#sg_product_card .sg_semibold {
    font-weight: 600;
}

#sg_product_card .sg_spec_table_row {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    width: 100%;
}

#sg_product_card .sg_patented {
    padding: 40px;
    border-radius: 48px;
    border: 1px solid #4A4A4A;
    position: relative;
}

#sg_product_card .sg_patented img {
    position: absolute;
    top: -24px;
    right: 16px;
}

@media (max-width: 991px) {
    #sg_product_card .sg_chess_item {
        gap: 24px;
    }

    #sg_product_card .sg_main_section_grid {
        padding: 0 80px;
    }

    #sg_product_card .sg_main_section_icons {
        gap: 16px;
    }

    #sg_product_card .sg_main_section_bg {
        right: 15%;
    }

    #sg_product_card .sg_secondary_section_item {
        padding: 0;
    }

    #sg_product_card .sg_patented {
        padding: 20px;
    }

    #sg_product_card .sg_spec {
        padding-inline: 40px;
    }
}

@media (max-width: 767px) {
    #sg_product_card .sg_card_content {
        gap: 32px;
        padding-top: 32px;
        padding-inline: 16px;
    }

    #sg_product_card .sg_hisense {
        padding: 64px 0;
    }

    #sg_product_card .sg_chess {
        gap: 32px;
    }

    #sg_product_card .sg_hero {
        padding-top: 40px;
    }

    #sg_product_card .sg_hero_content {
        padding-bottom: 32px;
        padding-left: 16px;
    }

    #sg_product_card .sg_hero img.sg_hero_hisense {
        margin-left: 16px;
        margin-bottom: 32px;
    }

    #sg_product_card .sg_hero img.sg_hero_hisense,
    #sg_product_card .sg_hero_content {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
    }

    #sg_product_card .sg_main_section_grid {
        padding: 0;
        grid-template-columns: 1fr;
    }

    #sg_product_card .sg_main_section_icons {
        order: 2;
        gap: 24px;
        padding: 0 16px;
    }

    #sg_product_card .sg_main_section_grid img {
        display: block;
        margin: 0 auto;
    }

    #sg_product_card .sg_main_section_bg {
        right: 30%;
        bottom: auto;
        top: 120px;
        width: 213px;
        height: 158px;
        flex-shrink: 0;
    }

    #sg_product_card .sg_spec {
        padding-inline: 16px;
    }

    #sg_product_card .sg_spec > div {
        width: 100%;
    }

    #sg_product_card .sg_spec_table {
        width: 100%;
    }

    #sg_product_card .sg_secondary_section {
        padding: 48px 16px;
        gap: 36px;
        border-radius: 32px;
    }
}

@media (max-width: 649px) {
    #sg_product_card .sg_chess_item {
        grid-template-columns: 1fr;
        grid-template-areas:
            "image"
            "text";
        gap: 20px;
    }

    #sg_product_card .sg_chess--reversed .sg_chess_item {
        grid-template-areas:
            "image"
            "text";
    }

    #sg_product_card .sg_chess_item:nth-of-type(2n) {
        grid-template-areas:
            "image"
            "text";
    }

    #sg_product_card .sg_chess--reversed .sg_chess_item:nth-of-type(2n) {
        grid-template-areas:
            "image"
            "text";
    }

    #sg_product_card .sg_chess_image img {
        border-radius: 24px;
    }

    #sg_product_card .sg_spec {
        flex-direction: column-reverse;
    }

    #sg_product_card .sg_secondary_section {
        grid-template-columns: 1fr;
    }

    #sg_product_card .sg_patented img {
        width: 62px;
        height: auto;
        right: 0;
    }
}


@media (max-width: 450px) {
    #sg_product_card .sg_headline_title {
        transform: translate(-50%, -24px);
    }

    #sg_product_card .sg_main_section_grid {
        padding: 0 4px;
    }
}