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

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

#sg_product_card {
    width: 100%;
    max-width: 1000px;
    background: #010101;
    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 p {
    margin: 0;
}

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

#sg_product_card .sg_content {
    display: flex;
    flex-direction: column;
}

#sg_product_card .sg_icons {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 48px 40px;
}

#sg_product_card .sg_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    width: 139px;
    font-weight: 500;
}

#sg_product_card .sg_icon--wide {
    width: auto;
    flex: 1;
    max-width: 172px;
}

#sg_product_card .sg_video {
    padding: 64px 40px;
}

#sg_product_card .sg_video_title {
    text-align: center;
    font-size:32px;
    font-weight: 500;
    line-height: 44px;
    margin: 0 0 48px;
}

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

#sg_product_card .sg_chess_item {
    padding: 64px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
}

#sg_product_card .sg_chess_item:nth-of-type(2n) :first-child {
    order: 2;
}

#sg_product_card .sg_chess_item img {
    border-radius: 32px;
}

#sg_product_card .sg_chess_item--violet {
    background: linear-gradient(90deg, #725EBD 0.05%, #44368B 100.05%);
}

#sg_product_card .sg_chess_item--gray {
    background: #1B1C1E;
}

#sg_product_card .sg_chess_item--light {
    background: #F6F6F6;
    color: #333;
}

#sg_product_card .sg_chess_item_title {
    font-size:32px;
    font-weight: 500;
    line-height: 44px;
}

#sg_product_card .sg_chess_item_subtitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 12px;
    margin-bottom: 24px;
}

#sg_product_card .sg_chess_item_text p + p {
    margin-top: 16px;
}

@media (max-width: 991px) {
    #sg_product_card .sg_icons {
        display: flex;
        flex-wrap: wrap;
        gap: 32px 16px;
        justify-content: center;
        padding: 48px 16px;
    }

    #sg_product_card .sg_icon--wide {
        flex: unset;
    }

    #sg_product_card .sg_icon--wide,
    #sg_product_card .sg_icon {
        width: calc(33.333% - 16px);
        max-width: unset;
    }

    #sg_product_card .sg_icon img {
        margin-top: auto;
    }

    #sg_product_card .sg_chess_item {
        padding: 32px 16px;
    }

    #sg_product_card .sg_video {
        padding-top: 32px;
        padding-inline: 16px;
    }

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

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

    #sg_product_card .sg_chess_item_subtitle {
        font-size: 20px;
        line-height: 30px;
    }
}


@media (max-width: 767px) {
    #sg_product_card .sg_icon--wide,
    #sg_product_card .sg_icon {
        width: calc(50% - 16px);
        max-width: unset;
    }

    #sg_product_card .sg_chess_item {
        display: flex;
        flex-direction: column;
    }

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

    #sg_product_card .sg_chess_item :first-child {
        width: 100%;
    }

    #sg_product_card .sg_chess_item:nth-of-type(2n) :first-child {
        order: unset;
    }
}