@media (max-width: 1190px){
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 991px) {
    .onb {
        max-height: 100vh;
        flex-direction: column;
    }
    .onb__media {
        width: 100%;
        min-height: 280px;
        height: 34vh;
    }
    .onb__content {
        width: 100%;
        min-height: calc(100vh - 280px);
        padding: 50px 20px;
    }
    .onb__box {
        min-height: auto;
        max-width: 560px;
        padding: 0;
        justify-content: space-between;
        gap: 20px;
        height: 100%;
    }
    .onb__title {
        font-size: 30px;
    }
}
@media (max-width: 640px){
    .onb__media {
        height: 28vh;
        min-height: 220px;
    }
    .top-editProfileContent{
        padding-top: 15px;
    }
    .phone-invite button{
        font-size: 14px;
        padding: 10px 45px;
    }
    .logoHeader{
        display: none;
    }
    .flexHeaderLinks{
        justify-content: center;
    }
    header{
        top: auto;
        bottom: 0;
        padding: 8px 0 calc(8px + env(safe-area-inset-bottom));
        border-radius: 8px 8px 0 0;
        border: 1px solid var(--color-border);
        background: #FFF;
        box-shadow: 0 -10px 28px rgba(31, 41, 51, 0.10);
    }
    .textOnMap{
        width: 95%;
        font-size: 14px;
    }
    h1, h2, h3, h4, h5{
        font-family: "Inter", sans-serif !important;
    }
    .sos-fab{
        right: 14px;
        bottom: calc(74px + env(safe-area-inset-bottom));
    }
    .modal-content{
        width: 90%;
    }
    .topInformationPage{
        margin-bottom: 20px;
    }
    .mapContentFlex{
        height: 82vh;
    }
    .flexHeaderLinks a{
        flex-direction: column;
        gap: 4px;
        font-size: 10px;
        min-width: 86px;
        min-height: 48px;
        padding: 6px 8px;
    }
    .sectionLKMain{
        padding-top: 0;
        padding-bottom: calc(84px + env(safe-area-inset-bottom));
    }
    .topInformationPage{
        padding-top: 10px;
    }
    .container{
        padding-left: 14px;
        padding-right: 14px;
    }
    .onb__content {
        padding: 24px 16px 28px;
    }
    .onb__title {
        font-size: 24px;
    }
    .onb__text {
        font-size: 15px;
    }
    .onb__input {
        height: 50px;
        font-size: 15px;
    }
    .onb__sms {
        gap: 8px;
    }
    .onb__sms-input {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    .onb__btn {
        font-size: 14px;
        padding: 10px 35px;
        width: fit-content;
    }
    .textMessagePeople{
        max-width: 250px;
    }
    .text-textMessagePeople-2{
        max-width: 270px;
    }
    .block-messagePeople-2 .textMessagePeople{
        justify-content: right;
        align-items: flex-end;
    }
    .block-messagePeople{
        gap: 10px;
    }
    .topInformationPage{
        padding-bottom: 14px;
    }
    .block-wrapper-flexLentaNews,
    .swipe-item__content,
    .blockProfile,
    .block-flexSupportText{
        padding: 14px;
    }
    .redMassage-flexLentaNews{
        padding: 12px 14px;
    }
    .sos-fab__main{
        width: 52px;
        height: 52px;
    }
    .sos-fab__menu{
        bottom: 64px;
    }
}
@media (max-width: 400px){
    .text-textMessagePeople{
        width: 100%;
        padding-right: 40px;
    }
    .textMessagePeople{
        width: 100%;
    }
    .photo-textMessagePeople{
        height: auto;
        width: 100%;
    }
    .chatAllRooms{
        max-height: 80vh;
    }
}
