#product-product {
    padding-top: 140px;
    padding-bottom: 70px;
}

.mobile #product-product {
    padding-top: 90px;
    padding-bottom: 20px;
}


#product-product .section_info {
    padding-top: 45px;
    height: 570px;
    margin-bottom: 140px;
    background-size: cover;
    background-position: center;
}

.mobile #product-product .section_info {
    padding: 20px 40px 45px;
    height: auto;
    margin-bottom: 20px;
}

#product-product .section_info .section_wrapp {
    display: flex;
    justify-content: center;
}

.mobile #product-product .section_info .section_wrapp {
    flex-direction: column-reverse;
}


#product-product .section_info .section_wrapp .info_wrapp {
    margin-right: 200px;

}

.mobile #product-product .section_info .section_wrapp .info_wrapp {
    margin-right: 0;
}

#product-product .section_info .section_wrapp .info_wrapp .product_name {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 48px;
    line-height: 83%;
    letter-spacing: -0.01em;
    color: #fff;
    margin: 30px 0 40px;
}

.mobile #product-product .section_info .section_wrapp .info_wrapp .product_name {
    margin-top: 0;
    text-align: center;
}

#product-product .section_info .section_wrapp .info_wrapp .mini_card_wrapp {
    display: flex;
    gap: 15px;
    margin-bottom: 60px;
}

.mobile #product-product .section_info .section_wrapp .info_wrapp .mini_card_wrapp {}

#product-product .section_info .section_wrapp .info_wrapp .mini_card_wrapp .mini_card {
    padding: 10px 15px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

#product-product .section_info .section_wrapp .info_wrapp .mini_card_wrapp .mini_card .name {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}

#product-product .section_info .section_wrapp .info_wrapp .mini_card_wrapp .mini_card .text {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
}

#product-product .section_info .section_wrapp .info_wrapp .product_nav {
    margin-bottom: 30px;
}

#product-product .section_info .section_wrapp .info_wrapp .product_nav li {
    padding: 25px 0 15px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#product-product .section_info .section_wrapp .info_wrapp .product_nav li .title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

#product-product .section_info .section_wrapp .info_wrapp .product_nav li .text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    text-align: right;
    color: #fff;
}

#product-product .section_info .section_wrapp .info_wrapp .btn_link {
    width: 100%;
    justify-content: center;
    background: #034aa3;
}

#product-product .section_info .section_wrapp .info_wrapp .btn_play {
    margin-bottom: 15px;
}

#product-product .section_info img {
    padding: 0px 40px;
    margin-bottom: 20px;
}

#product-product .section_description .section_wrapp {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.mobile #product-product .section_description .section_wrapp {
    flex-direction: column;
}

#product-product .section_description .section_wrapp .image_wrapp {
    margin-right: 120px;
    margin-left: 50px;
}

.mobile #product-product .section_description .section_wrapp .image_wrapp {
    margin: 0 0 20px;
    width: 100%;
}

#product-product .section_description .section_wrapp .image_wrapp img {
    border-radius: 20px;
    width: 100%;
}

.mobile #product-product .section_description .section_wrapp .image_wrapp img {
    width: 100%;
}


#product-product .section_description .section_wrapp .description_wrapp {
    padding-bottom: 35px;
    max-width: 562px;
}

#product-product .section_description .section_wrapp .description_wrapp .section_title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 44px;
    line-height: 123%;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 30px;
}

#product-product .section_description .section_wrapp .description_wrapp .section_description {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #969eb2;
    margin-bottom: 20px;
}

#product-product .section_description .section_wrapp .description_wrapp .files_wrapp a {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 15px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #034aa3;
}

@media (max-width: 767px) {
    #product-product {
        padding-top: 90px;
        padding-bottom: 20px;
    }

    #product-product .section_info {
        padding: 20px 40px 45px;
        height: auto;
        margin-bottom: 20px;
    }

    #product-product .section_info .section_wrapp {
        flex-direction: column-reverse;
    }

    #product-product .section_info .section_wrapp .info_wrapp {
        margin-right: 0;
    }


    #product-product .section_info .section_wrapp .info_wrapp .product_name {
        margin-top: 0;
        text-align: center;
    }

    #product-product .section_description .section_wrapp {
        flex-direction: column;
    }

    #product-product .section_description .section_wrapp .image_wrapp {
        margin: 0 0 20px;
        width: 100%;
    }

    #product-product .section_description .section_wrapp .image_wrapp img {
        width: 100%;
    }

    
    #product-product .section_description .section_wrapp .description_wrapp .section_title {
        font-size: 30px;
    }
}