body {
    background: #003E47;
    font-family: 'TT Bluescreens';
    font-weight: bold;
    font-style: normal;
}

.gradient-lilac {
    background: #003E47
}

.base-body {
    width: 100vw;
    height: auto;
    min-height: 100vh;
}

.base-container {
    padding-top: 80px;
}

h1.title {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-weight: 800;
    font-size: 96px;
    line-height: 120%;
    margin-bottom: 24px;
}

h2.title {

    font-weight: 800;
    font-size: 21px;
    line-height: 28.64px;
    display: block;
    margin-right: 24px;
    margin-left: 24px;
    color: white;
    margin-bottom: 24px !important;
}


.logo-container {
    margin-bottom: 40px;
}

.badge-link {
    display: block;
    font-size: 0px;
    background-repeat: no-repeat;
    height: 61px;
    border-radius: 12px;
    background-color: white;
    background-position: center;

}

.badge-link.google-play {
    background-image: url('../images/svg/google.svg');
    width: 205px;

}

.badge-link.huawei {

    background-image: url('../images/svg/huawei.svg');
    width: 205px;
    background-size: auto 61px;
}



.badge-link.app-store {
    background-image: url('../images/svg/apple.svg');
    width: 183px;
}

.badge-link.ru-store {
    background-image: url('../images/svg/rustore.svg');
    width: 183px;
}

.badge-link.apk {
    width: 183px;
    font-size: 20px;
    height: 61px;
    line-height: 61px;
    vertical-align: middle;
    font-weight: 600;
    color: white;
    text-align: center;
}

.badges-container {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.cover-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 53px;

}

.copyrights {
    font-family: sans-serif;

    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF66;
    margin-top: 24px;
    padding-bottom: 44px;
}

.description-list {
    color: white;
    opacity: 80%;
    margin: 0 24px 16px 24px;
    font-size: 16px;
    line-height: 19.5px;
    font-weight: 700;
}

.description-list li {
    padding-bottom: 24px;
}

.expandable-qr-panel {
    display: none;
}

.expandable-qr-panel img {
    width: 100%;
}

.badges-container a:hover .expandable-qr-panel {
    display: block;
    width: 100%;

    margin-top: 76px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    z-index: 12000;
}



/* mobile */
@media (max-width: 500px) {
    .badges-container a:hover .expandable-qr-panel {
        display: none
    }

    .badges-container {
        flex-direction: column;
        align-items: center;
    }

    .badge-link {
        width: calc(100vw - 48px) !important;
        height: 48px !important;
        background-size: auto 38px;
        background-color: white;
        background-position: center;
        border-radius: 12px;
    }

    .base-container {
        padding-top: 40px;
    }

    .logo-container {

        margin-bottom: 32px;
        height: 29px;
    }

    .logo-container img {

        height: 29px !important;
    }


    .badge-link.google-play {
        background-size: auto 63%;
    }

    .badge-link.app-store {
        background-size: auto 63%;
    }

    .badge-link.ru-store {
        background-size: auto 90%;
    }

    .badge-link.huawei {
        background-size: auto 48px;
    }

    .badge-link.apk {
        height: 48px;
        line-height: 48px;
    }

    h1.title {

        font-weight: 800;
        font-size: 40px;
        line-height: 40px;
        display: block;
        margin-right: 32px;
        margin-left: 32px;
        margin-bottom: 32px !important;
    }


    .cover-wrapper {
        position: relative;
    }

    .cover-wrapper img {
        width: 100vw;
    }

    .copyrights {
        margin-top: 80px;
        padding-bottom: 40px;
    }
}

@media (max-width: 900px) and (min-width:501px) {
    .badges-container {
        display: grid;
        grid-template-columns: 206px 206px;


    }

}