@media screen and (max-width: 1200px) {
    .app__image_flag {
        width: 180px;
        top: 380px;
        left: 25px;
    }

    .app__image_message {
        width: 60px;
        right: 55px;
    }


    .wrapper.voice__wrapper {
        padding: 0;
    }

    .voice__title,
    .voice__subtitle {
        padding: 0 30px;
    }

    .voice-card {
        left: 30px;
    }

    .voice-card_right {
        left: auto;
        right: 30px;
    }

    .app__image_meeting {
        display: none;
    }

    .app__image_notification {
        display: none;
    }
    
    /* Responsive styles for download button on large screens */
    .download__button {
        margin: 100px auto 0;
        max-width: 320px;
        height: 60px;
        font-size: 30px;
        line-height: 36px;
    }
    
    /* Responsive styles for app-content__title */
    .app-content__title {
        font-size: 56px;
        line-height: 68px;
        max-width: 800px;
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 992px) {
    .voice-card__title {
        margin: 40px 0 24px;
        font-size: 30px;
        line-height: 35px;
    }


    .dialog {
        padding: 135px 0 170px;
    }


    .calendar {
        padding: 135px 0 150px;
    }


    .experience__inner {
        flex-direction: column-reverse;
        justify-content: flex-start;
    }

    .experience-content,
    .experience__image {
        width: 100%;
        margin: 0 auto;
    }

    .experience-content {
        margin-bottom: 89px;
    }

    .experience-content__title::before {
        top: -58px;
    }


    .download__inner {
        padding: 60px 40px;
    }
    
    /* Responsive styles for app-content__image */
    .app-content__image {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
    }
    
    .app-content__image .under_subtitle {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .app-content__image .phone_politic_mess {
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
    }
    
    .app-content__image picture img {
        width: 100%;
        max-width: 380px;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .wrapper {
        padding: 0 30px;
    }


    .app {
        padding-top: 76px;
        padding-bottom: 0;
    }

    .app-content__image {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 25px;
    }
    
    .app-content__image .under_subtitle {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }
    
    .app-content__image .phone_politic_mess {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
    
    /* Responsive styles for picture element */
    .app-content__image picture {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .app-content__image picture img {
        width: 100%;
        max-width: 350px;
        height: auto;
    }
    
    /* Responsive styles for app-content__title */
    .app-content__title {
        font-size: 42px;
        line-height: 50px;
        max-width: 600px;
        letter-spacing: 1.5px;
        margin: 16px auto;
        padding: 0 20px;
    }
    
    .app-content__title_bg {
        padding: 0 8px 4px;
        border-radius: 8px;
    }

    .app__image_flag {
        width: 74px;
        top: 25px;
        left: 72%;
        transform: rotate(34deg) !important;
    }

    .app__image_message {
        top: 195px;
        right: 85%;
        transform: matrix(-1, 0, 0, 1, 0, 0);
    }

    .voice {
        border-radius: 30px 30px 0 0;
        padding: 60px 0 120px;
    }
    
    /* Show mobile button in voice section */
    .download__button-inversion.only-mob {
        display: block;
        margin: 0 auto 30px;
        max-width: 280px;
        height: 52px;
        font-size: 24px;
        line-height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .world__inner {
        display: block;
    }

    .world-content,
    .world__image {
        width: 100%;
        margin: 0 auto;
    }

    .world-content {
        margin-bottom: 65px;
    }


    .dialog__inner {
        flex-direction: column-reverse;
        justify-content: flex-start;
    }

    .dialog-content {
        width: 100%;
        margin: 0 auto 80px;
    }
    
    /* Chaos section responsive */
    .chaos-section .dialog-content__title.chaos {
        font-size: 32px;
        line-height: 38px;
    }
    
    .chaos-section .dialog-content__text {
        font-size: 16px;
        line-height: 22px;
    }

    .structure-content {
        padding: 33px 30px 45px;
        border-radius: 20px;
    }

    .structure-content__title {
        max-width: 284px;
        font-size: 16px;
        line-height: 19px;
    }

    .structure-content__icon {
        margin: 19px auto 29px;
        max-width: 147px;
    }


    .calendar__inner {
        display: block;
    }

    .calendar-content,
    .calendar__image {
        width: 100%;
        margin: 0 auto;
    }

    .calendar-content {
        margin-bottom: 67px;
    }


    .orbit-container {
        width: 290px;
        height: 290px;
    }

    .orbit {
        border-width: 2px;
    }

    .orbit_centered {
        width: 74px;
        height: 74px;
    }

    .orbit_0 {
        width: 112px;
        height: 112px;
    }

    .orbit_1 {
        width: 200px;
        height: 200px;
    }

    .orbit_2 {
        width: 282px;
        height: 282px;
    }

    .orbit-item_1 {
        width: 43px;
        height: 43px;
    }

    .orbit-item_2 {
        width: 40px;
        height: 40px;
    }

    .orbit-item_3 {
        width: 41px;
        height: 41px;
    }

    .orbit-item_4,
    .orbit-item_5,
    .orbit-item_6 {
        width: 24px;
        height: 24px;
    }


    .download {
        padding: 165px 0 100px;
    }

    .download__image {
        display: none;
    }

    .download-content {
        width: 100%;
    }

    .app__image_fire {
        display: none;
    }
    
    /* Footer responsive */
    footer {
        padding: 30px 0;
    }
    
    footer div {
        padding: 0 15px;
    }
    
    footer p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 575px) {

    html,
    body {
        font-size: 14px;
        line-height: 17px;
    }

    .app {
        padding-top: 76px;
        padding-bottom: 0;
    }

    .app-content__icon {
        width: 46px;
    }
    
    /* Responsive styles for app-content__title on small screens */
    .app-content__title {
        font-size: 36px;
        line-height: 42px;
        max-width: 320px;
        letter-spacing: 1px;
        margin: 14px auto;
        padding: 0 15px;
    }
    
    .app-content__title_bg {
        padding: 0 6px 3px;
        border-radius: 6px;
        font-size: 34px;
        line-height: 40px;
    }
    
    /* Responsive styles for picture element on small screens */
    .app-content__image picture {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    .app-content__image picture img {
        width: 100%;
        max-width: 280px;
        height: auto;
    }
    
    .app-content__image .under_subtitle {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .app-content__image .phone_politic_mess {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }

    .app__image_flag {
        width: 74px;
        top: 45px;
        left: 70%;
    }

    .app__image_message {
        width: 41px;
        top: 110px;
        right: 84%;
    }

    .structure-content {
        padding-bottom: 76px;
    }

    .voice {
        padding: 60px 0 80px;
        margin-top: -30px;
    }
    
    /* Mobile button in voice section for small screens */
    .download__button-inversion.only-mob {
        max-width: 250px;
        height: 48px;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .voice__title,
    .voice__subtitle {
        max-width: 360px;
    }

    .voice__title {
        margin: 0 auto;
        font-size: 22px;
        line-height: 27px;
    }

    .voice__subtitle {
        margin: 10px auto 50px;
        font-size: 12px;
        line-height: 15px;
    }

    .voice-card {
        height: 220px;
        padding: 25px;
        border-radius: 30px;
    }

    .voice-card__icon {
        width: 39px;
    }

    .voice-card__title {
        margin: 25px 0 10px;
        font-size: 18px;
        line-height: 22px;
    }

    .voice-card__text {
        font-size: 10px;
        line-height: 12px;
    }
    
    /* Chaos section for small screens */
    .chaos-section {
        padding: 60px 0 80px;
    }
    
    .chaos-section .dialog-content__title.chaos {
        font-size: 24px;
        line-height: 28px;
    }
    
    .chaos-section .dialog-content__text {
        font-size: 14px;
        line-height: 18px;
    }
    
    /* Adjust padding for other sections on small screens */
    .world {
        padding: 60px 0 80px;
    }
    
    .dialog {
        padding: 60px 0 80px;
    }
    
    .structure {
        padding: 60px 0 80px;
    }
    
    .calendar {
        padding: 60px 0 80px;
    }
    
    .experience {
        padding: 40px 0;
    }
    
    .download {
        padding: 60px 0 80px;
    }

    .world-content {
        max-width: 234px;
    }

    .world-content__title {
        max-width: 218px;
        font-size: 22px;
        line-height: 27px;
    }

    .world-content__title::before {
        width: 68px;
        height: 19px;
    }

    .world__image {
        max-width: 286px;
    }

    .dialog-content {
        max-width: 234px;
    }

    .dialog-content__title {
        max-width: 218px;
        font-size: 22px;
        line-height: 27px;
    }

    .dialog-content__title::before {
        width: 113px;
        height: 12px;
        top: -26px;
    }

    .dialog__swiper {
        width: 172px;
        height: 262px;
    }

    .dialog-controls {
        max-width: 172px;
    }

    .dialog-controls__item {
        width: 44px;
        height: 44px;
    }

    .dialog-slide {
        padding: 7px 7px 18px;
        border-radius: 10px;
    }

    .dialog-slide__title {
        margin: 12px 0 3px;
        font-size: 12px;
        line-height: 13px;
    }

    .dialog-slide__text {
        font-size: 8px;
        line-height: 10px;
    }

    .imitate_slider {
        width: 100%;
        max-width: 232px;
        margin: 85px auto 0;
        display: block;
    }

    .calendar-content {
        max-width: 220px;
    }

    .calendar-content__title {
        font-size: 22px;
        line-height: 27px;
    }

    .calendar-content__title::before {
        width: 52px;
        height: 62px;
        top: -16px;
        left: -24px;
    }

    .calendar__image {
        max-width: 281px;
    }

    .experience-content {
        max-width: 234px;
        margin-bottom: 148px;
    }

    .experience-content__title {
        font-size: 22px;
        line-height: 27px;
    }

    .experience-content__title::before {
        width: 99px;
        height: 38px;
        top: -52px;
        left: auto;
        right: 0;
    }

    .experience__image {
        max-width: 289px;
    }

    .experience .wrapper {
        padding-bottom: 20px;
    }

    .download__inner {
        padding: 53px 36px;
    }

    .download-content__title {
        font-size: 26px;
        margin-bottom: 36px;
        line-height: 32px;
    }

    .download-info__title,
    .download-info__text {
        font-size: 20px;
        line-height: 24px;
    }

    .download__button {
        margin: 84px auto 0;
        max-width: 206px;
        font-size: 24px;
        line-height: 29px;
    }

    .download-info__icon {
        width: 24px;
        min-width: 24px;
    }

    .download-info {
        margin-bottom: 26px;
    }

    .review__title {
        margin-bottom: 26px;
        font-size: 26px;
        line-height: 32px;
    }

    .review-form__label {
        font-size: 16px;
        line-height: 18px;
    }

    .review-form__button {
        margin: 35px auto 0;
        max-width: 206px;
        font-size: 24px;
        line-height: 29px;
    }

    .modal-content {
        padding: 15px;
    }
    
    /* Footer for small screens */
    footer {
        padding: 25px 0;
    }
    
    footer div {
        padding: 0 10px;
    }
    
    footer p {
        font-size: 12px;
        line-height: 16px;
    }
    
    /* Contact section for small screens */
    .contact {
        padding: 40px 0;
    }
    
    .contact-content__title {
        font-size: 28px;
        line-height: 34px;
    }
    
    .contact-content__text {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 30px;
    }
    
    .contact-info {
        gap: 15px;
        margin-bottom: 30px;
    }
    
    .contact-info__item {
        padding: 15px;
        gap: 12px;
    }
    
    .contact-info__icon {
        width: 45px;
        height: 45px;
    }
    
    .contact-info__title {
        font-size: 14px;
        line-height: 18px;
    }
    
    .contact-info__link {
        font-size: 14px;
        line-height: 18px;
    }
    
    .contact-founder {
        padding: 20px 15px;
        gap: 15px;
    }
    
    .contact-founder__avatar {
        width: 80px;
        height: 80px;
    }
    
    .contact-founder__name {
        font-size: 20px;
        line-height: 24px;
    }
    
    .contact-founder__bio p {
        font-size: 13px;
        line-height: 18px;
    }
    
    /* Responsive styles for download button on small screens */
    .download__button {
        margin: 40px auto 0;
        max-width: 250px;
        height: 48px;
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 480px) {
    .contact-info {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .contact-info__item {
        padding: 15px;
        gap: 12px;
    }
    
    .contact-info__icon {
        width: 45px;
        height: 45px;
    }
    
    .contact-founder {
        padding: 20px 15px;
    }
    
    .contact-founder__avatar {
        width: 80px;
        height: 80px;
    }
    
    .contact-founder__bio p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .contact-info__link {
        font-size: 15px;
        line-height: 18px;
    }
    
    /* Responsive styles for download button on mobile */
    .download__button {
        margin: 40px auto 0;
        max-width: 250px;
        height: 48px;
        font-size: 20px;
        line-height: 26px;
    }
    
    /* Responsive styles for app-content__title on very small screens */
    .app-content__title {
        font-size: 32px;
        line-height: 38px;
        max-width: 280px;
        letter-spacing: 0.5px;
        margin: 12px auto;
        padding: 0 10px;
    }
    
    .app-content__title_bg {
        padding: 0 5px 2px;
        border-radius: 5px;
        font-size: 30px;
        line-height: 36px;
    }
    
    /* Responsive styles for voice section on very small screens */
    .voice {
        padding: 40px 0 60px;
        margin-top: -20px;
    }
    
    .download__button-inversion.only-mob {
        max-width: 220px;
        height: 44px;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}
