﻿.download-app {
    overflow: hidden;
}

    .download-app .img-wrapper {
        position: relative;
        height: 540px;
    }
        .download-app .img-wrapper img,
        .download-app .img-wrapper video {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

    .download-app .product-wrapper .product-image img {
        margin: 0;
        width: 100%;
        object-fit: cover;
        max-height: 540px;
    }

    .download-app .product-img-title {
        position: absolute;
        bottom: 20px;
    }

        .download-app .product-img-title .title {
            font-size: 36px;
            line-height: 42px;
            font-weight: bold;
            color: white;
            padding: 20px 0 0 14px;
            position: relative;
            left: initial;
            display: block;
            bottom: auto;
        }

    .download-app .title {
        left: min(calc(571 / 1366 * 100vw), 650px);
        position: absolute;
        bottom: 15px;
        font-size: 46px;
        line-height: 54px;
        font-weight: bold;
        color: white;
        display: none;
    }

    .download-app .product-wrapper {
        display: flex;
        flex-direction: column;
    }


    .download-app .product-info-wrapper {
        padding: 30px 15px 24px;
        position: relative;
    }

    .download-app .product-info-wrapper p{
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 30px;
    }
        .download-app .product-info-wrapper .download-buttons {
            display: flex;
            gap: 10px;
        }
            .download-app .product-info-wrapper .download-buttons a {
                height: 50px;
            }
                .download-app .product-info-wrapper .download-buttons a svg{
                   height: 50px;
                }


@media(min-width: 992px) {
    .download-app .img-wrapper {
        max-height: 640px;
    }

        .download-app .img-wrapper img {
            max-height: 640px;
            width: 100%;
            object-fit: cover;
        }

    .download-app .product-wrapper {
        flex-direction: row;
        align-items: center;
    }
        .download-app .product-wrapper .product-image img {
            width: calc(536 / 1366 * 100vw);
            margin-top: max(calc(-273/ 1366 * 100vw), -330px);
            max-width: 605px;
        }

    .download-app .product-info-wrapper {
        padding-left: 40px;
        align-self: flex-start;
        max-width: 522px;
    }
        .download-app .product-info-wrapper p {
            line-height: 34px;
        }

        .download-app .product-info-wrapper .download-buttons {
            gap: 22px;
        }

            .download-app .product-info-wrapper .download-buttons a {
                height: 55px;
            }

                .download-app .product-info-wrapper .download-buttons a svg {
                    height: 55px;
                }

    .download-app .product-img-title {
        position: absolute;
        bottom: 0;
        top: auto;
    }



        .download-app .product-img-title img {
            margin: 0;
            width: auto;
            max-width: 536px;
            margin-top: 0px;
            top: min( calc(410 / 1366 * 100vw), 410px);
            width: calc(536 / 1366 * 100vw);
        }

    .download-app .product-img-title .title {
        display: none;
    }

    .download-app .title {
        display: block;
    }

}
