.mobilus__app {
    display: flex;
    flex-direction: column;
    gap: 60px;
    background-color: var(--color-secondary-200);
    padding-bottom: 360px;
}

.app__bar {
    display: flex;
    align-items: center;
    gap: 9px
}

.app__bar > span {
    width: 105px;
    height: 9px;
    background-color: var(--color-primary-300);
}

.app__bar > p {
    font: 18px/24px font-primary;
    text-transform: uppercase;
    color: var(--color-primary-300);
    margin: 0;
}

.app__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.app__phones-section {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.app__phones-section img {
    height: 480px;
    width: auto;
}

.app__text-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 82px;
    padding: 0 37px;
    max-width: 512px;
}

.app__text-section > p {
    color: #E7E7E7;
    font: 11px/18px font-primary;
    letter-spacing: 1.12px;
    text-align: center;
    margin: 0;
}

.app__text-section > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
}

.app__text-section > div > img {
    height: 50px;
    width: auto;
}

.app__text-section > div > p {
    color: var(--color-primary-300);
    font: 14px/22px font-primary;
    letter-spacing: 1.12px;
    text-align: center;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .mobilus__app {
        gap: 75px;
        padding-bottom: 245px;
    }

    .app__bar {
        gap: 12px;
    }

    .app__bar > span {
        width: 116px;
        height: 11px;
    }

    .app__bar > p {
        font: normal normal 600 20px/27px font-primary;
        letter-spacing: 1px;
    }

    .app__content {
        gap: 178px;
    }

    .app__phones-section img {
        height: 493px;
    }

    .app__text-section {
        gap: 60px;
        padding: 0;
        max-width: unset;
        width: 512px;
    }

    .app__text-section > p {
        font: 18px/26px font-primary;
        letter-spacing: 0;
    }
    
    .app__text-section > div {
        gap: 23px;
        width: 370px;
    }
    
    .app__text-section > div > p {
        font: 16px/22px font-primary;
        letter-spacing: 1.28px;
    }
}

@media screen and (min-width: 912px) {
    .mobilus__app {
        padding-bottom: 274px;
    }

    .app__content {
        flex-direction: row;
        gap: 74px;
    }

    .app__phones-section {
        min-width: 0;
    }

    .app__phones-section img {
        height: 565px;
    }

    .app__text-section {
        min-width: 283px;
        margin-right: 81px;
    }

    .app__text-section > p {
        text-align: left;
        font: 16px/30px font-primary;
    }
    
    .app__text-section > div {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .app__text-section > div > img {
        height: 41px;
    }
    
    .app__text-section > div > p {
        font: 14px/22px font-primary;
        letter-spacing: 1.12px;
        text-align: left;
        width: 118px;
    }
}

@media screen and (min-width: 1200px) {
    .mobilus__app {
        gap: 115px;
        padding-bottom: 318px;
    }

    .app__text-section {
        min-width: 383px;
        margin-right: 89px;
    }

    .app__text-section > p {
        font: 18px/30px font-primary;
    }
    
    .app__text-section > div > img {
        height: 50px;
    }
    
    .app__text-section > div > p {
        font: 16px/22px font-primary;
        letter-spacing: 1.28px;
        width: 178px;
    }
}

@media screen and (min-width: 1400px) {
    .mobilus__app {
        gap: 172px;
        padding-bottom: 460px;
    }

    .app__bar {
        gap: 29px;
    }

    .app__bar > span {
        width: 184px;
        height: 17px;
    }

    .app__bar > p {
        font: 26px/35px font-primary;
        letter-spacing: 2.08px;
    }

    .app__content {
        gap: 102px;
    }

    .app__phones-section img {
        height: 826px;
    }

    .app__text-section {
        min-width: 536px;
        margin-right: 140px;
        gap: 92px;
    }

    .app__text-section > p {
        font: 21px/40px font-primary;
    }
    
    .app__text-section > div > img {
        height: 68px;
    }
    
    .app__text-section > div > p {
        font: 18px/30px font-primary;
        letter-spacing: 1.44px;
        width: 260px;
    }
}