@layer components-entities {
    .mobile-app-entities {
        display: flex;
        overflow: hidden;
        justify-content: space-between;
        min-height: 588px;
        padding-left: 80px;
        border-radius: var(--br4);
        background-color: var(--blue)
    }

    @media screen and (max-width: 1599px) {
        .mobile-app-entities {
            min-height: 504px
        }
    }@media screen and (max-width: 1279px) {
    .mobile-app-entities {
        min-height: 370px;
        padding-left: 0
    }
}@media screen and (max-width: 1023px) {
    .mobile-app-entities {
        min-height: 334px
    }
}@media screen and (max-width: 767px) {
    .mobile-app-entities {
        flex-direction: column;
        justify-content: center;
        min-height: 520px
    }
}.mobile-app-entities__text {
     width: 50%;
     padding: 98.5px 0
 }

    @media screen and (max-width: 1599px) {
        .mobile-app-entities__text {
            padding: 81.5px 0
        }
    }@media screen and (max-width: 1279px) {
    .mobile-app-entities__text {
        padding: 24px
    }
}@media screen and (max-width: 767px) {
    .mobile-app-entities__text {
        width: 100%;
        padding: 16px
    }
}.mobile-app-entities__button-more {
     align-self: end
 }

    .mobile-app-entities__qr {
        width: 203px;
        aspect-ratio: 1/1
    }

    .mobile-app-entities__qr_small {
        width: 119px
    }

    @media screen and (max-width: 1279px) {
        .mobile-app-entities__qr {
            display: none
        }
    }.mobile-app-entities__image-left-bottom {
         width: unset;
         max-width: 228px
     }

    .mobile-app-entities__image {
        display: flex;
        overflow: hidden;
        align-items: end;
        justify-content: center;
        width: 50%
    }

    @media screen and (max-width: 1023px) {
        .mobile-app-entities__image_end-sm {
            justify-content: end
        }
    }@media screen and (max-width: 767px) {
    .mobile-app-entities__image_end-sm {
        justify-content: center
    }
}.mobile-app-entities__image_end {
     justify-content: end
 }

    @media screen and (max-width: 767px) {
        .mobile-app-entities__image {
            width: 100%;
            padding-top: 25px
        }
    }.mobile-app-entities__phone {
         width: auto;
         -o-object-fit: cover;
         object-fit: cover;
         max-width: 100%
     }

    .mobile-app-entities__phone_cover {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%
    }

    .mobile-app-entities__buttons {
        display: none;
        max-width: 240px
    }

    @media screen and (max-width: 1279px) {
        .mobile-app-entities__buttons {
            display: flex
        }
    }@media screen and (max-width: 767px) {
    .mobile-app-entities__buttons {
        margin: auto
    }
}.mobile-app-entities__icons-wrapper {
     display: flex;
     gap: 4px
 }

    .mobile-app-entities__icon-link {
        padding: 10px;
        border: 1px solid;
        border-radius: 4px
    }

    .mobile-app-entities__icon {
        display: block;
        width: 22px;
        height: 22px
    }

    .mobile-app-entities_dark {
        background-color: var(--premium-dark)
    }

    .mobile-app-entities_grey {
        background-color: var(--grey)
    }

    .mobile-app-entities_gray {
        background-color: var(--gray)
    }

    .mobile-app-entities_purple {
        background-color: var(--purple)
    }

    .mobile-app-entities_green {
        background-color: var(--green)
    }

    .mobile-app-entities_secondary-green {
        background-color: var(--secondary-green)
    }

    .mobile-app-entities_default-green {
        background-color: var(--default-green)
    }

    .mobile-app-entities_blue {
        background-color: var(--blue)
    }

    @media screen and (max-width: 1023px) {
        .mobile-app-entities_image-under-md {
            flex-direction: column
        }

        .mobile-app-entities_image-under-md .mobile-app-entities__text {
            width: 100%;
            min-height: 364px
        }

        .mobile-app-entities_image-under-md .mobile-app-entities__image {
            width: 100%;
            padding: 0
        }

        .mobile-app-entities_image-under-md .mobile-app-entities__phone {
            width: 100%;
            max-height: 364px
        }
    }.mobile-app-entities_without-image {
         min-height: 488px
     }

    .mobile-app-entities_without-image .mobile-app-entities__text {
        width: 100%
    }

    @media screen and (max-width: 1279px) {
        .mobile-app-entities_without-image {
            min-height: 362px
        }
    }@media screen and (max-width: 767px) {
    .mobile-app-entities_without-image {
        min-height: 320px
    }
}.mobile-app-entities_auto-height {
     min-height: auto
 }
}
