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

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

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

#sg_product_card p {
    margin: 0;
}

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

#sg_product_card .sg_hero {
    position: relative;
}

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

#sg_product_card .sg_hero img {
    width: 100%;
}

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

#sg_product_card .sg_section {
    padding: 24px 32px;
}

#sg_product_card .sg_section--1 {
    background: url('/media/cache/resolve/filemanager_original/images/descriptions/images/80/8071789/storage_app_opisy2_hisense_2092702_img/bg_1.jpg') no-repeat center center;
    background-size: cover;
}

#sg_product_card .sg_title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

#sg_product_card .sg_info {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}

#sg_product_card .sg_main_features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
    margin-block: 16px;
    text-align: center;
    align-items: end;
}

#sg_product_card .sg_main_features_image {
    text-align: right;
}

#sg_product_card .sg_main_features_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: start;
    height: auto;
    align-self: start;
}

#sg_product_card .sg_main_features_item {
    height: auto;
    align-self: start;
    padding-bottom: 8px;
    border-bottom: 1px solid #00AAA6;
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
}

#sg_product_card .sg_main_features_item_title {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

#sg_product_card .sg_main_features_item_desc {
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
}

#sg_product_card .sg_rounded_img {
    border-radius: 48px;
}

#sg_product_card .sg_main_title {
    color: #00AAA6;
    font-size: 32px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
}

#sg_product_card .sg_main_subtitle {
    text-align: center;
    margin-top: 8px;
}

#sg_product_card .sg_text_block {
    text-align: center;
    margin-top: 24px;
}

#sg_product_card .sg_text_block--no-margin {
    margin-top: 0;
}

#sg_product_card .sg_text_block + .sg_info {
    margin-top: 24px;
}

#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: #1B1C1E;
    padding: 12px 24px;
}

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

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

#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: 24px;
    font-weight: 500;
    line-height: 36px;
}

#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_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_content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    grid-area: text;
}

#sg_product_card .sg_hifresh {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    text-align: center;
}

#sg_product_card .sg_hifresh_item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#sg_product_card .sg_design {
    position: relative;
}

#sg_product_card .sg_design_content {
    position: absolute;
    right: 60px;
    top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#sg_product_card .sg_design_title {
    border-radius: 13px;
    border: 1px solid #00AAA6;
    padding: 6px 26px;
    color: #00AAA6;
    font-weight: 500;
    margin-bottom: 24px;
}

#sg_product_card .sg_design_table {
    width: 360px;
    font-size: 13px;
    line-height: normal;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 100%;
}

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

#sg_product_card .sg_design_table_value {
    text-align: right;
}

#sg_product_card .sg_design_table_row {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
}

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

#sg_product_card .sg_chess_image img {
    width: 100%;
}

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

    #sg_product_card .sg_design_content {
        position: relative;
        right: auto;
        top: auto;
    }

    #sg_product_card .sg_chess_item {
        gap: 24px;
    }
}

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

    #sg_product_card .sg_main_features {
        grid-template-columns: 1fr;
        gap: 32px;
        align-items: unset;
        margin-block: 32px;
    }

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

    #sg_product_card .sg_main_features_item {
        align-self: stretch;
    }

    #sg_product_card .sg_rounded_img {
        border-radius: 32px;
    }
    #sg_product_card .sg_hero img.sg_hero_hisense {
        top: 40px;
        left: 16px;
        width: 167px;
        height: auto;
    }

    #sg_product_card .sg_main_title {
        font-size: 24px;
        line-height: 36px;
    }

    #sg_product_card .sg_chess {
        gap: 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_item:nth-of-type(2n) {
        grid-template-areas:
            "image"
            "text";
    }
    #sg_product_card .sg_hifresh {
        grid-template-columns: 1fr;
        gap:24px;
    }

    .sg_hisense img {
        width: 232px;
        height: auto;
    }

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


@media (max-width: 450px) {

    #sg_product_card .sg_headline_title {
        transform: translate(-50%, -24px);
    }
}