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

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

#sg_product_card {
    width: 100%;
    max-width: 1000px;
    background: #1A1C1E;
    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 img,
#sg_product_card video {
    max-width: 100%;
    height: auto;
}

#sg_product_card video {
    width: 100%;
}

#sg_product_card .sg_hero {
    position: relative;
}

#sg_product_card .sg_hero .sg_hero_content {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}

#sg_product_card .sg_subtitle {
    display: block;
    margin-top: 12px;
    font-size: 15px;
    line-height: 22px;
}

#sg_product_card p {
    margin: 0;
}

#sg_product_card .sg_accent {
    color: #FD1E72;
}

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

#sg_product_card .sg_logo {
    position: absolute;
    top: 40px;
    left: 40px;
}

#sg_product_card .sg_section {
    padding-block: 32px;
}

#sg_product_card h1.sg_title {
    font-size: 32px;
    font-weight: 500;
    line-height: 44px;
    margin: 0;
}

#sg_product_card .sg_content {
    padding: 64px 40px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

#sg_product_card .sg_main_advantages {
    border-radius: 16px;
    border: 1px solid #6C716E;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    margin-top: 48px;
}

#sg_product_card .sg_main_advantages_item--main {
    background: #6C716E;
}

#sg_product_card .sg_main_advantages_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 190px;
    text-align: center;
}

#sg_product_card .sg_advantages {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 32px;
}

#sg_product_card .sg_advantages_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 12px;
    text-align: center;
    padding-block: 24px;
}

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

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

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

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

#sg_product_card .sg_chess_item:nth-child(even) .sg_chess_item_content {
    grid-column: 2;
    grid-row: 1;
}

#sg_product_card .sg_chess_item:nth-child(even) .sg_chess_item_img {
    grid-column: 1;
    grid-row: 1;
}

#sg_product_card .sg_chess_item_title {
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 20px;
    line-height: 30px;
}

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

#sg_product_card .sg_annotation {
    font-size: 12px;
    line-height: 18px;
}

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

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

#sg_product_card .sg_chess_item_icon {
    display: flex;
    gap: 16px;
    align-items: start;
}

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

#sg_product_card .sg_5_advantages {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

#sg_product_card .sg_5_advantages_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 12px;
    text-align: center;
    padding-block: 24px;
    border-radius: 16px;
    background: #E30B5C;
}

#sg_product_card .sg_box_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

#sg_product_card .sg_box_content_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 16px;
    text-align: center;
    border-radius: 16px;
    border: 1px solid #6C716E;
    padding: 24px 16px;
}

#sg_product_card .sg_spec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    border-radius: 32px;
    border: 1px solid #6C716E;
    overflow: hidden;
}

#sg_product_card .sg_spec_img {
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sg_product_card .sg_spec_content {
    padding-block: 48px;
    padding-right: 32px;
}

#sg_product_card .sg_spec_title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
}

#sg_product_card .sg_spec_items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
}

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

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

#sg_product_card .sg_spec_item strong {
    font-weight: 500;
}

#sg_product_card .sg_footer {
    padding: 0 40px;
    font-size: 32px;
    font-weight: 500;
    line-height: 44px;
}

#sg_product_card .sg_footer_content {
    padding: 64px 0;
    border-top: 1px solid #6C716E;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

#sg_product_card .sg_footer_logo {
    width: 240px;
    height: auto;
}

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

    #sg_product_card .sg_hero .sg_hero_img {
        width: 100%;
        height: 448px;
        object-fit: cover;
    }

    #sg_product_card .sg_hero .sg_hero_content {
        font-size: 20px;
        line-height: 30px;
        left: 16px;
        max-width: calc(100% - 100px);
    }

    #sg_product_card .sg_logo {
        left: 16px;
    }

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

    #sg_product_card .sg_main_advantages {
        margin-top: 32px;
        grid-template-columns: repeat(2, 1fr);
    }

    #sg_product_card .sg_main_advantages_item {
        height: auto;
        padding: 24px;
    }

    #sg_product_card .sg_main_advantages_item--main {
        grid-column: span 2;
        flex-direction: row;
        padding: 24px;
    }

    #sg_product_card .sg_main_advantages_item:last-of-type {
        grid-column: span 2;
        padding-top: 0;
    }

    #sg_product_card .sg_advantages {
        margin-top: 16px;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    #sg_product_card .sg_advantages_item {
        padding: 16px 8px;
    }

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

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

    #sg_product_card .sg_chess_item_title {
        font-size: 15px;
        line-height: 22px;
    }

    #sg_product_card .sg_chess_item_content {
        gap: 24px;
    }

    #sg_product_card .sg_chess {
        gap: 32px;
    }

    #sg_product_card .sg_section_title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 32px;
    }

    #sg_product_card .sg_5_advantages {
        grid-template-columns: repeat(4, 1fr);
    }

    #sg_product_card .sg_5_advantages_item {
        grid-column: span 2;
    }

    #sg_product_card .sg_5_advantages_item:last-of-type {
        grid-column: 2 / span 2;
    }

    #sg_product_card .sg_box_content {
        grid-template-columns: repeat(2, 1fr);
    }

    #sg_product_card .sg_spec_content {
        padding-block: 32px;
        padding-right: 16px;
    }

    #sg_product_card .sg_footer {
        padding: 0 16px;
        font-size: 24px;
        line-height: 36px;
    }
}

@media (max-width: 575px) {
    #sg_product_card .sg_chess_item_icons {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 32px;
    }

    #sg_product_card .sg_chess_item_icon {
        align-items: center;
    }

    #sg_product_card .sg_spec {
        grid-template-columns: repeat(1, 1fr);
    }

    #sg_product_card .sg_spec_img {
        padding-block: 88px;
    }

    #sg_product_card .sg_spec_content {
        padding: 16px;
    }

    #sg_product_card .sg_spec_title {
        margin-bottom: 16px;
    }
}