.app-links-block {
    display:flex;
    width: 100%;
    height: 480px;
    margin-top:64px;
    background: #F6F7F8;
    border-radius: 8px;
}
.app-links-block__item {
    position: relative;
}
.app-links-block__item-image {
    display: block;
    height:480px;
}
.app-links-block__item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding:0;
    margin-top: 40px;
    margin-left: 48px;
    gap: 30px;
    width: 418px;
    height: 412px;
}
.app-links-block__item-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 64px;
    width: 100%;
}
.app-links-block__item-logos {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    width: 256px;
    height: 120px;
}
.app-links-block__item-icon {
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 24px;
}
.app-links-block__item-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 12px;
    width: 384px;
    height: 140px;
}
.app-links-block__item-title {
    width: 384px;
    height: 80px;
    font-family: 'Tinkoff Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    font-feature-settings: 'liga' off;
    color: #333333;
}
.app-links-block__item-subtitle {
    width: 384px;
    height: 48px;
    font-family: 'Neue Haas Unica W1G';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #333333;
}
.app-links-block__item-buttons {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 12px;
    width: 418px;
    height: 44px;
}
.app-links-block__item-button {
    height: 44px;
}
.app-links-block__mobile-link {
    display: none;
}
@media only screen and (max-width: 768px) {
    .app-links-block {
        display:flex;
        justify-content: center;
        width: 100%;
        height: auto;
        background: #F6F7F8;
    }
    .app-links-block__item-content {
        margin:0;
        width: 100%;
        height: 320px;
        display: flex;
        justify-content:start;
        align-items: center;
    }
    .app-links-block__item-text {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 30px;
    }
    .app-links-block__item-logos {
        display: none;
    }
    .app-links-block__item-buttons {
        display: none;
    }
    .app-links-block__item-title {
        width: 60%;
        padding-top: 32px;
        font-family: 'Helvetica';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        font-feature-settings: 'liga' off;
        color: #333333;
    }
    .app-links-block__item-subtitle {
        width: 70%;
        height: auto;
        font-family: 'Helvetica';
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 28px;
        align-items: center;
        text-align: center;
        font-feature-settings: 'liga' off;
        color: #333333;
    }
    .app-links-block__mobile-link {
        display:flex;
        text-decoration: none;
        justify-content: center;
        width: 100%;
        height: 24px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        color: #333333;
    }
    .app-links-block__item-image {
        display: none;
    }
    .app-links-block__item-button-mobile {
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 189px;
        height: 44px;
        background: #FFDD2D;
        border-radius: 4px;
    }
}
