:root{
    --primary-text: rgba(0, 0, 0, 0.9);
    --secondary-text: rgba(0, 0, 0, 0.82);
}
.phone_block {
    display: flex;
    flex-direction: column;
    background-color: #07f;
    align-items: center;
    position: relative;
    width: 100%;
}
.phone_view_ios {
    position: relative;
    width: 210px;
    height: 183px;
    margin-top: 37px;
    background-image: url(/img/ios_background.svg);
}
.phone_view_ios_icon_block {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 14px;
    top: 43px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.phone_view_ios_icon {
    position: relative;
    top: 0;
    left: 0;
    width: 33px;
    height: 33px;
    border-radius: 25%;
    flex-shrink: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .2);
}

.phone_view_ios_icon_foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: 33px;
    height: 33px;
    border-radius: 25%;
    flex-shrink: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.phone_view_ios_app_name {
    margin-top: 2px;
    color: #fff;
    width: 50px;
    text-align: center;
    font-size: 8px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.phone_view_android {
    position: relative;
    width: 208px;
    height: 170px;
    margin-top: 50px;
    background-image: url(/img/android_background.svg);
}
.phone_view_android_icon_block {
    width: 170px;
    height: 20px;
    position: absolute;
    left: 17px;
    top: 118px;
    display: flex;
    flex-direction: row;
    justify-content: right;
}

.phone_view_android_icon {
    width: 18px;
    height: 18px;
    line-height: 16.65px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .2);
    border-radius: 25%;
    background-color: #c4b7e1;
    flex-shrink: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.phone_view_android_names_block {
    overflow: hidden;
    margin-left: 6px;
}

.phone_view_android_app_name {
    color: var(--primary-text);
    font-size: 7px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.phone_view_android_app_downloaded {
    color: var(--secondary-text);
    font-size: 7px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.download_page_text_block{
    margin-top: 32px;
    text-align: center;
    padding: 0px 20px;

}
.download_page_text_title {
    margin: 8px;
    color: var(--primary-text);
    font-size: 21px;
    line-height: 32px;
    font-weight: 600;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;

}
.download_page_text_description {
    color: var(--secondary-text);
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin-top: 32px;
}
.previous_versions_summary {
    cursor: pointer;
    text-decoration-color: #07f;
    color: #07f;
}
.latest_version_label {
    font-size: 16px;
    margin: 21px 0;
    display: block;
}
.app_page_main_icon {
    width: 128px;
    height: 128px;
    border-radius: 25%;
}