.columns .column {
    width: auto;
    max-width: calc(100% - 300px);
}

#container {
    max-width: 1432px;
}

.columns {
    margin: 0 24px 0 0;
}

#profile-box-data, #profile-box-members, #profile-box-additional {
    display: block;
}

#profile-box-data {
    overflow: visible;
}

#content-tabs, #profile-columns {
    margin-left: auto;
    margin-right: auto;
    color: #333;
}

#profile-container {
    max-width: 696px;
    margin: auto;
    position: relative;
}

#spolecznosci-30, #spolecznosci-31 {
    width: 100%;
    max-width: 808px;
    text-align: center;
}

.mobileData {
    display: flex;
    flex-flow: column;
    margin-bottom: 120px;
    position: relative;
}

.ico-fotka-team, .ico-fotka-przyjaciel {
    display: inline-block;
    vertical-align: middle;
}

#profile-left-column a:not(.not_log a):hover {
    color: #0085c2;
}

#profile-left-column {
    background-color: white;
    padding: 24px 0 24px 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 4px;
}

#profile-right-column {
    position: relative;
    width: 100%;
}

#content {
    max-height: 100%;
    padding: 0px 56px 56px 56px;
}

#profile-left-column {
    position: relative;
}

#container #content-header {
    max-width: 808px;
    overflow: hidden;
}

@media only screen and (max-width: 1285px) {
    #profile-left-column {
        width: 100%;
    }
}

@media only screen and (max-width: 1250px) {
    #profile-box-data, #profile-box-members, #profile-box-additional {
        display: block;
    }
}

@media only screen and (max-width: 1408px) {
    body {
        overflow-y: scroll;
    }

    #profile-right-column {
        padding-left: 0;
    }

    #profile-right-column {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1366px) {
    .columns {
        margin: 0 0 0 0;
    }
}

@media screen and (max-width: 1408px) {
    #container #content-header {
        max-width: calc(100vw - 639px);
        min-width: calc(100vw - 639px);
        margin-left: 6px;
    }
}

@media screen and (max-width: 1366px) {
    #container #content-header {
        max-width: calc(100vw - 615px);
        min-width: calc(100vw - 615px);
        margin-left: 8px;
    }
}

@media screen and (max-width: 1087px) {
    #container #content-header {
        max-width: calc(100vw - 300px);
        min-width: calc(100vw - 300px);
    }

    #profile-container {
        margin: 0;
    }
}

@media screen and (max-width: 1087px) {
    #profile-box-data {
        padding-bottom: 10px;
        border-radius: 28px 28px 0 0 !important;
        transition: transform 0.1s;
    }

    #profile-container {
        position: relative;
    }

    #content, #container-column {
        background: white;
    }

    #container #content {
        padding: 0;
        max-height: 0;
        max-width: 0;
    }

    #content {
        margin: 0;
        padding: 0;
    }

    #profile-photos-columns {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-y: scroll;
        overflow-x: hidden;
        z-index: 5;
    }

    #profile-photos-columns.hide-data-box {
        overflow: hidden;
        max-height: 100vh;
    }

    #profile-photos-columns.full-photo {
        overflow: hidden;
    }
    .column {
        padding: unset;
    }

    #profile-photos-columns.hide-data-box #profile-box-data {
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
    }

    .spolecznoscinet {
        margin: 0 auto 20px auto;
        text-align: center;
    }
}