header {
    display: block;
    position: relative;
    height: 120px
}

#welcomemsg {
    display: none
}

.logo-box img {
    width: 80px
}

#menuToggle {
    display: none
}

#smart-menu {
    display: none
}

.logo-footer {
    display: flex;
    justify-content: center
}

#none.menu i {
    display: none
}

.social-media {
    display: flex;
    justify-content: center;
    align-content: center
}

.top-nav-st {
    display: block;
    background: #13151d59;
    padding: 5px 0
}

.left-flex {
    display: flex;
    align-items: center
}

.logo-box {
    display: flex;
    font-family: 'Asap'
}

.logo-box .first,.logo-box .second {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -2px;
    z-index: 9999;
    position: relative;
    left: -42px;
    top: 16px;
    font-style: italic
}

.logo-box .first {
    color: var(--color2);
    font-size: 24px;
    top: 21px
}

.logo-box .second {
    color: var(--dc-color)
}

.logo-box a {
    display: flex;
    width: 110px
}

input.text-search {
    padding: 0 18px;
    background: var(--secondary-color);
    border: 0;
    border-radius: 10px;
    padding-right: 38px;
    width: 75%;
    outline: 0;
    color: #68778f;
    font-size: 16px;
    font-family: 'Montserrat';
    position: relative;
    transition: .2s;
    height: 60px
}

input.text-search:hover {
    filter: brightness(var(--filter-bright))
}

input.text-search:focus {
    filter: brightness(var(--filter-bright))
}

input.text-search::placeholder {
    color: var(--color3);
    background: interhit
}

input.text-search:focus::placeholder {
    color: transparent;
    background: interhit
}

input.text-search:hover::placeholder {
    background: interhit
}

div#search {
    position: relative;
    display: flex;
    align-items: center
}

button.button-sarch {
    border: none;
    background: none;
    font-size: 20px;
    position: absolute;
    right: 10px;
    color: var(--dc-color);
    padding: 9px
}

button.button-sarch:hover {
    filter: brightness(0.9)
}

.bottom-nav-bg {
    background: var(--head-color);
    width: 100%;
    backdrop-filter: blur(10px);
    margin-bottom: 50px;
    position: absolute;
    z-index: 99999;
    box-shadow: 0px 10px 10px -4px rgb(0 0 0 / 8%)
}

.bottom-nav-st {
    display: flex;
    margin: 0 auto;
    max-width: 90%;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap
}

.allread {
    display: flex;
    justify-content: flex-end
}

.numUnreads {
    margin-left: 10px;
    background: #fe4d4d;
    padding: 2px 5px;
    border-radius: 7px;
    color: #fff
}

.allread div {
    background: var(--third-color);
    padding: 10px;
    border-radius: 10px;
    display: flex;
    margin-left: 10px;
    justify-content: center;
    transition: .2s;
    font-size: 13px;
    font-weight: 500
}

.allread div:hover {
    filter: brightness(var(--filter-bright))
}

a.small {
    font-weight: 500;
    font-size: 13px;
    color: var(--link-color);
    transition: .3s
}

a.small i {
    color: var(--dc-color);
    font-weight: 900;
    font-size: 14px;
    transition: .2s;
    padding: 0 5px 0 0
}

a.small:hover {
    text-decoration: none;
    filter: brightness(1.2)
}

a.small:hover i {
}

.nav-bg-content {
    background: #23242a;
    border-bottom: 1px solid #141414ab
}

.nav-top-content {
    display: grid;
    height: 120px;
    max-width: 80%;
    grid-template-columns: 140px 52% 36%;
    margin: auto;
    align-items: center
}

.nav-top-content>.right-flex,.nav-top-content>.swichContent {
    grid-row-start: 1;
    grid-column-start: 3
}

.menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 20px 0;
    align-items: center;
    justify-content: flex-start
}

ul.menu li a {
    padding: 10px;
    font-size: 16px;
    color: var(--color2);
    position: relative;
    font-weight: 500
}

ul.menu li.liForumteam {
    display: none
}

ul.menu li a::after {
    content: '';
    width: 0%;
    height: 4px;
    top: 76px;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translate(-50%,0px);
    background: var(--dc-color);
    border-radius: 3px;
    box-shadow: 0 10px 20px var(--hover-color);
    transition: all 0.2s linear
}

ul.menu li a:hover,ul.menu li a:hover::after {
    width: 50%;
    opacity: 1;
    color: var(--dc-color)
}

img.avatar-user {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    padding: 3px;
    border: 2px solid var(--dc-color);
    object-fit: cover
}

ul.menu-user-panel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 0
}

.action {
    position: relative;
    z-index: 999
}

.headerOn:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3DF945;
    display: block;
    position: absolute;
    top: 10px;
    left: 40px;
    z-index: 99999
}

.action .profile {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 50px;
    color: var(--link-color);
    font-weight: 600;
    padding: 5px;
    gap: 5px
}

.newtopicDown ul li {
    padding: 0 0 10px
}

.action .userMenu {
    position: absolute;
    top: 120px;
    right: 10px;
    padding: 10px 20px;
    background: var(--five-color);
    width: 180px;
    box-shadow: 0 5px 25px rgb(0 0 0 / 13%);
    border-radius: 15px;
    transition: .5s;
    visibility: hidden;
    opacity: 0
}

.action .userMenu.active {
    top: 60px;
    visibility: visible;
    opacity: 1
}

.action .userMenu::before {
    content: "";
    position: absolute;
    top: -5px;
    right: 18px;
    width: 20px;
    height: 20px;
    background: var(--five-color);
    transform: rotate(45deg)
}

.action .userMenu h3 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: var(--color2);
    line-height: 1.5em
}

.action .userMenu h3 span {
    font-size: 14px;
    color: #cecece;
    font-weight: 300
}

.action .userMenu ul {
    padding: 0
}

.action .userMenu ul li {
    list-style: none;
    padding: 10px;
    border-top: 1px solid rgba(0,0,0,0.05);
    display: flex;
    align-items: center
}

.action .userMenu ul li i {
    max-width: 20px;
    margin-right: 10px;
    color: var(--dc-color);
    opacity: .5;
    transition: .5s
}

.action .userMenu ul li:hover i {
    opacity: 1
}

.action .userMenu ul li a {
    display: inline-block;
    text-decoration: none;
    color: var(--color3);
    font-weight: 500;
    transition: .5s
}

.action .userMenu ul li:hover a {
    color: hsl(355deg 91% 58%)
}

.show {
    display: block
}

.user-panel {
    display: flex;
    position: relative;
    align-content: center;
    align-items: center;
    flex-wrap: wrap
}

i {
    line-height: 0
}

.user-panel div {
    margin: 0 0 0 5px
}

.user-panel a {
    display: block
}

.menuBell,.menuMess,.menuAdd {
    font-size: 24px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center
}

@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255,82,82,0.7)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255,82,82,0)
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255,82,82,0)
    }
}

.content-bg {
    margin: 50px auto 0;
    max-width: 80%;
    position: relative
}

.box-index {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative
}

#sidefixed {
    position: sticky;
    z-index: 99;
    top: 170px
}

.sidebar-box {
    margin-left: 50px;
    min-width: 25%;
    max-width: 25%
}

.sidebar-boxR {
    margin-right: 50px;
    min-width: 25%;
    max-width: 25%
}

.forums-box {
    width: Calc(100% - 300px);
    flex: 1
}

.sidebar-panel-button {
    margin-bottom: 50px
}

.sidebar-panel-nr2 {
    background: var(--secondary-color);
    margin-bottom: 50px;
    border-radius: 10px;
    padding-top: 0;
    border: 1px solid var(--six-color)
}

.sidebar-thead {
    padding: 29px 0;
    font-size: 14px;
    color: #4b515b;
    font-weight: 500;
    letter-spacing: .5px
}

span.postep-panel {
    display: block;
    text-align: center;
    color: #6d515b;
    background: #f5f7fb;
    border-radius: 7px;
    padding: 15px 20px;
    font-weight: 500
}

span.postep-procent {
    display: block;
    text-align: center;
    color: #6d515b;
    text-transform: uppercase;
    background: #f5f7fb;
    border-radius: 7px;
    padding: 15px 20px;
    font-weight: 500;
    margin-top: 10px;
    position: relative
}

span.postep-procent:after {
    content: '';
    width: 20%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #f48c17;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px
}

a.button-czytaj {
    margin: auto;
    padding: 15px 10px;
    display: inline-block;
    width: 130px;
    text-align: center;
    background: hsl(209deg 84% 58%);
    color: #fff;
    border-radius: 7px;
    margin-top: 10px;
    margin-left: Calc(50% - 81px);
    letter-spacing: .3px
}

a.button-czytaj:hover {
    opacity: .5
}

.sidebar-content {
    font-size: 14px;
    letter-spacing: -.5px;
    box-shadow: 0px 10px 10px -4px rgb(0 0 0 / 8%);
    border-radius: 10px
}

.sidebar-content a {
    font-size: 14px;
    color: var(--link-color);
    transition: .2s
}

.sidebar-content a:hover {
    color: #f53342
}

.sidebar-content img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid var(--dc-color);
    padding: 3px;
    object-fit: cover
}

.sidebar-panel-nr1 {
    padding: 0 20px 10px;
    background: var(--secondary-color);
    margin-bottom: 50px;
    border-radius: 10px
}

.sidebar-panelR {
    padding: 20px;
    background: var(--secondary-color);
    margin-bottom: 35px;
    border-radius: 10px;
    padding-top: 0;
    border: 1px solid var(--six-color)
}

.sidebarAdd {
    padding: 20px;
    background: var(--secondary-color);
    border-radius: 10px;
    padding-top: 0;
    border: 1px solid var(--six-color)
}

.sidebar-content1>div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px
}

.sidebar-thead1 {
    padding: 20px 0 10px;
    font-size: 16px!important;
    font-weight: 700;
    letter-spacing: -.5px;
    position: relative;
    color: var(--link-color)
}

.sidebar-thead1 a {
    font-size: 16px
}

.forums-cat {
    display: block;
    background: var(--third-color);
    border-radius: 10px;
    margin: 0 0 15px;
    transition: .2s
}

.forums-cat:hover {
    filter: brightness(var(--filter-bright))
}

.questmess {
    padding: 20px;
    font-size: 14px
}

.questmess a {
    padding: 5px 15px;
    background: var(--dc-color);
    border-radius: 10px;
    margin: 0 10px;
    color: #fff
}

.questmess a:hover {
    box-shadow: 0 0 0 4px var(--sh-color);
    color: #fff
}

.questmess p {
    font-size: 14px;
    color: var(--link-color)
}

.footerMess {
    display: flex;
    justify-content: space-between
}

.forumm-box {
    box-shadow: 0px 10px 10px -4px rgb(0 0 0 / 8%);
    background: var(--secondary-color);
    margin-bottom: 50px;
    border-radius: 10px
}

.forumm-box-otoday {
    background: var(--third-color);
    border-radius: 10px
}

.forumm-box-quest {
    background: var(--secondary-color);
    margin-bottom: 50px;
    border-radius: 10px;
    box-shadow: 0px 10px 10px -4px rgb(0 0 0 / 8%);
    border: 1px solid var(--baloon-color)
}

.legend-box {
    padding: 20px 25px;
    font-size: 14px;
    display: flex;
    justify-content: space-around
}

.legend-box>.smalltext {
    font-size: 14px
}

.wielkoscccccccc {
    display: flex;
    flex-direction: row
}

.thead_collapsed {
    opacity: .4
}

.thead_collapsed.tcat_collapse_collapsed {
    opacity: 1
}

.tcat_collapse_collapsed {
    opacity: .4
}

.thead-forums {
    padding: 20px 15px;
    display: flex;
    min-height: 40px;
    border-radius: 10px;
    margin-bottom: -2px;
    position: relative;
    align-items: center;
    justify-content: space-between
}

.thead-forumsStats {
    padding: 20px 25px;
    display: flex;
    min-height: 40px;
    border-radius: 10px;
    margin-bottom: -2px;
    position: relative;
    align-items: center;
    justify-content: space-between
}

.thead-forumsQuest {
    padding: 20px 25px;
    display: flex;
    min-height: 40px;
    border-radius: 10px;
    margin-bottom: -2px;
    position: relative;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid var(--dc-color)
}

.theadColor_1 {
    border-top-color: #3f7ce1
}

.theadColor_2 {
    border-top-color: #f53342
}

.theadColor_3 {
    border-top-color: #30cf26
}

.theadColor_4 {
    border-top-color: #f0f533
}

.theadColor_28 {
    border-top-color: #07d7bc
}

.theadColor_35 {
    border-top-color: #f5c033
}

.theadColor_6 {
    border-top-color: #c733f5
}

.catName {
    display: flex;
    align-items: center
}

.catSquare {
    font-family: "Font Awesome 6 Pro";
    min-width: 40px;
    display: flex;
    height: 40px;
    border-radius: 10px;
    border: 2px solid;
    border-color: var(--fourth-color);
    background: var(--primary-color);
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 18px
}

.catSquare.catSquare_35:before {
    content: '\f2eb';
    font-weight: 800;
    color: #f5c033
}

.catSquare.catSquare_35 i {
    display: none
}

.catSquare.catSquare_28 i {
    color: #07d7bc
}

.catSquare.catSquare_1:before {
    content: '\f618';
    font-weight: 800;
    color: #3f7ce1
}

.catSquare.catSquare_1 i {
    display: none
}

.catSquare.catSquare_3:before {
    content: '\f1b3';
    font-weight: 500;
    color: #30cf26
}

.catSquare.catSquare_3 i {
    display: none
}

.catInfo {
    display: flex;
    flex-direction: column
}

.catInfo h2 {
    color: var(--color2);
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: 600;
    margin: 0
}

.content-forums-box {
    z-index: 1;
    position: relative;
    padding: 15px 15px 1px
}

.messSort {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 25px
}

.messSortBy {
    display: flex
}

.messSortBy a {
    padding: 10px;
    background: var(--primary-color);
    margin-left: 10px;
    border-radius: 10px
}

.messSortBy span a {
    padding: 0;
    margin: 0;
    background: none
}

.messSortBy span {
    background: var(--primary-color);
    padding: 12px;
    margin-left: -10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff
}

.icon-forum {
    position: relative;
    margin: 0 20px
}

.nameanddescription {
    flex: 1;
    width: Calc(100% - 70px);
    margin: auto
}

.nameDescription {
    display: flex;
    padding: 20px 0;
    align-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap
}

.description {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -.5px;
    color: var(--color3);
    margin-left: 5px
}

a.cat-name {
    font-size: 18px;
    color: var(--color2);
    letter-spacing: -.5px;
    font-weight: 600;
    transition: .3s;
    cursor: pointer
}

a.cat-name:hover {
    color: var(--dc-color)
}

a.forum-name,.forum-name {
    color: var(--color2);
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: 600
}

a.forum-name:hover {
    color: #1792f4
}

.description-forums {
    font-size: 14px;
    letter-spacing: -.3px;
    font-weight: 400
}

.mycode_mention {
    background: var(--five-color);
    padding: 0px 5px 2px;
    border-radius: 10px;
    position: relative;
    top: 1px;
    border: 1px solid var(--six-color)
}

#private-bit .boxInfo {
    grid-column-start: 1;
    grid-column-end: 3
}

#private-bit .nameDescription {
    padding: 5px 0
}

#private-bit .lastposter {
    padding: 0 5px
}

.box-forummmm {
    display: grid;
    width: 100%;
    grid-template-columns: 62% 38%;
    padding: 10px 0;
    box-sizing: border-box;
    margin: auto;
    align-items: center
}

#forum_offlink .last-post-forum {
    display: none
}

.boxInfo {
    display: flex;
    align-items: center;
    width: 100%
}

.boxOnlineUser {
    padding: 0 25px 20px;
    font-size: 14px
}

div.namee-forums {
    color: hsl(217deg 9% 41%);
    display: block;
    font-weight: 100
}

div.namee-forums a {
    display: block;
    transition: .3s;
    color: hsl(0deg 0% 74%);
    display: block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.5px;
    font-weight: 300
}

div.namee-forums a:hover {
    color: #fff
}

i.fa-corner {
    transform: rotate(180deg);
    margin: -3px 0 0 10px;
    font-size: 18px;
    color: #68778f
}

span.descriptionnn-forum {
    color: #95a2b7;
    font-weight: 300;
    font-size: 13px;
    display: block
}

.subView {
    display: flex
}

.pointerr-forums {
    margin: auto 20px;
    width: 20%
}

.numeye {
    font-size: 16px;
    color: var(--color3);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row
}

.numeye:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f06e";
    margin-right: 5px
}

.numReply {
    font-size: 16px;
    color: var(--color3);
    font-weight: 500
}

.numReply:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f4b6";
    margin-right: 5px
}

.liczb-sss {
    font-weight: 500;
    display: flex;
    padding: 5px;
    align-items: center;
    background: var(--bg4);
    border-radius: 30px
}

.numBody {
    font-size: 16px;
    background: var(--dc-color);
    min-width: 60px;
    height: 100%;
    color: #fff;
    margin-right: 5px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.8px;
    font-weight: 500
}

.numBody span {
    display: flex;
    flex-direction: column;
    align-items: center
}

#cat_hover .topics {
    display: none
}

#cat_hover:hover .topics {
    display: flex
}

.topics {
    padding: 3px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    justify-content: center
}

.last-post-forum {
    display: flex;
    align-items: center
}

.lastposte {
    display: flex;
    margin-right: 5px;
    padding: 5px;
    flex-direction: row
}

.subIcon {
    margin-right: 5px
}

.subCat {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%
}

.subCat span {
    display: flex;
    align-items: center
}

@media screen and (max-width: 1600px) {
    .subCat {
        grid-template-columns:50% 50%
    }
}

@media screen and (max-width: 1340px) {
    .subCat {
        grid-template-columns:100%
    }
}

.lastposter {
    display: flex;
    align-items: center;
    min-height: 30px;
    padding: 10px;
    font-size: 13px;
    border-radius: 10px
}

.lastposter img.avatarep_img {
    width: 25px;
    height: 25px;
    border-radius: 7px;
    margin: 0 5px 0 0
}

.lastposter img.avatarep_bg {
    width: 25px;
    height: 25px;
    border-radius: 7px;
    margin: 0 5px 0 0
}

.modlist {
    padding-left: 10px;
    float: left;
    display: flex;
    height: 50px;
    margin: 0
}

a.ls-psss {
    font-size: 14px;
    color: var(--link-color);
    font-weight: 500
}

a.ls-psss:hover {
    color: #f53342
}

span.wielkoscccccccc {
    margin-top: 4px
}

.forum_status {
    display: flex;
    font-size: 20px;
    font-weight: 600;
    margin: 0 10px;
    align-items: center;
    justify-content: center
}

.forum_triagle {
    width: 50px;
    height: 50px;
    background: var(--secondary-color);
    border-radius: 15px;
    transform: rotate(45deg);
    display: flex;
    margin: 0 -30px;
    border: 1px solid var(--six-color)
}

.forum_on {
    color: var(--dc-color);
    filter: brightness(var(--filter-bright))
}

.forum_on:after,.forum_off:after {
    font-family: 'flaticon';
    content: '\f3ec';
    font-size: 36px;
    transform: rotateY(180deg)
}

.forum_off {
    font-weight: 300;
    opacity: .4
}

.forum_offclose {
    font-family: "Font Awesome 6 Pro";
    opacity: .4
}

.forum_offclose:after {
    content: "\f30d"
}

.forum_offlink {
    font-family: 'flaticon-ts';
    opacity: .4;
    font-size: 32px
}

.forum_offlink:after {
    content: "\f7c7"
}

.fast-stats {
    height: 150px;
    display: block;
    position: relative
}

.flex-box-stats {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    background: var(--secondary-color);
    height: 150px;
    justify-content: space-evenly;
    border-radius: 10px;
    box-shadow: 0px 10px 10px -4px rgb(0 0 0 / 8%)
}

.mobileNewest {
    display: flex;
    justify-content: center;
    padding: 30px 0 0
}

.box-stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--third-color);
    border-radius: 10px;
    padding: 0 20px 0 0
}

.icon-stats {
    font-size: 34px;
    min-width: 50px;
    min-height: 50px;
    display: flex;
    margin-right: 20px;
    background: var(--third-color);
    font-style: normal;
    filter: brightness(var(--filter-bright));
    padding: 20px;
    border-radius: 10px;
    justify-content: center;
    align-items: center
}

.icon-stats i {
    color: var(--dc-color);
    display: flex
}

span.title-stats {
    display: block;
    font-weight: 800;
    color: var(--color2);
    font-size: 20px
}

span.text-stats {
    color: #68778f;
    font-size: 15px;
    font-weight: 500
}

img.avatar-nowy-user {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid var(--secondary-color);
    outline: 2px solid var(--dc-color)
}

span.text-stats12 {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: #68778f;
    margin-top: 2px
}

.footer-bottom {
    background: #1b1c22;
    position: relative;
    display: block
}

.flex-footer {
    max-width: 1720px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 180px
}

.box-footer-stats h3 {
    float: left;
    font-size: 18px;
    font-weight: 700;
    margin: 0
}

.box-footer-stats h4 {
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin: 0
}

.box-footer-stats {
    display: flex;
    padding: 20px;
    color: #cacaca;
    float: left;
    align-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start
}

a.fb_icon_footer {
    background: hsl(220deg 51% 39%);
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: 10px 22px;
    border-radius: 7px;
    box-shadow: 0 0 5px #315396;
    margin-right: 10px;
    margin-left: 42px;
    position: relative;
    transform: rotate(-7deg)
}

a.tw_icon_footer {
    background: hsl(195deg 100% 48%);
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: 8px 17px;
    border-radius: 7px;
    box-shadow: 0 0 5px #00b8f5;
    margin-right: 10px;
    margin-left: 6px;
    position: relative;
    transform: rotate(13deg);
    margin-top: 10px
}

a.yt_icon_footer {
    background: hsl(220deg 34% 86%);
    color: #ff3c3c;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: 10px 22px;
    border-radius: 7px;
    box-shadow: 0 0 5px hsl(220deg 34% 86%);
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    transform: rotate(-7deg)
}

a.ins_icon_footer {
    background: hsl(353deg 100% 62%);
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: 10px 22px;
    border-radius: 7px;
    box-shadow: 0 0 5px hsl(353deg 100% 62%);
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    transform: rotate(4deg)
}

a.fb_icon_footer:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #310000;
    bottom: -9px;
    position: absolute;
    left: 18px
}

a.tw_icon_footer:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    bottom: -9px;
    position: absolute;
    left: 15px
}

a.yt_icon_footer:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #d00000;
    bottom: -9px;
    position: absolute;
    left: 23px
}

a.ins_icon_footer:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    bottom: -9px;
    position: absolute;
    left: 15px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid red;
    bottom: -10px;
    position: absolute;
    left: 21px
}

a.fb_icon_footer:hover {
    opacity: .5
}

a.tw_icon_footer:hover {
    opacity: .5
}

a.yt_icon_footer:hover {
    opacity: .5
}

a.ins_icon_footer:hover {
    opacity: .5
}

h1.text-fst-footer {
    color: hsl(228deg 7% 57%);
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    font-size: 20px
}

ul.menu-fotter {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 0;
    margin-top: 10px
}

ul.menu-fotter a {
    padding: 7px 0;
    display: inline-block;
    font-size: 14px;
    letter-spacing: .3px
}

.bottom-footer-author {
    width: 100%;
    position: absolute;
    background: var(--footer-color);
    margin-top: 50px
}

.groups-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

.groups-box>div {
    background: var(--third-color);
    border-radius: 20px;
    padding: 25px;
    display: flex;
    align-items: center;
    margin: 10px
}

.groups-box>div .groupAvat {
    padding: 20px 0 20px 20px
}

.groups-box>div .groupAvat img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.groups-box>div ul {
    list-style: none
}

.footerLinks {
    display: flex;
    align-items: center
}

.footerLinks .language form,.footerLinks .theme form {
    display: flex
}

.footerLinks span {
    margin-left: 3px
}

.footerLinks span:nth-child(1) {
    margin-left: 0
}

.footerLinks .language {
    margin-right: 5px
}

.footerLinks .language select,.footerLinks .theme select {
    padding: 5px 2px;
    max-width: 80px;
    background: none;
    font-size: 11px;
    border: none;
    transition: .2s
}

.footerLinks .language select:hover,.footerLinks .theme select:hover {
    color: var(--dc-color);
    cursor: pointer
}

.footerLinks .language select optgroup,.footerLinks .theme select optgroup {
    background: var(--third-color);
    color: var(--color3);
    font-size: 12px;
    border: 2px solid var(--five-color) !important;
    border-radius: 10px;
    padding: 5px
}

.footerLinks .language .button,.footerLinks .theme .button {
    padding: 4px 8px
}

.right-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.center-footer {
    display: flex;
    justify-content: center;
    align-items: center
}

a.socialLink {
    font-size: 20px;
    width: 32px;
    color: var(--color2);
    height: 32px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

a.socialLink i {
    margin: 0 1px 0 0
}

a.socialLink:hover {
    color: var(--dc-color)
}

#menu-footer {
    margin: 20px
}

#menu-footer .menu {
    display: grid;
    margin: 0 auto;
    justify-content: center;
    padding: 10px 0
}

#menu-footer #menu-bottom ul.menu li a::before {
    font-family: "Font Awesome 6 Pro";
    content: '\f324';
    position: relative;
    left: -15px;
    color: var(--dc-color);
    font-size: 10px;
    font-weight: 900;
    transition: all .2s linear
}

#menu-footer #menu-bottom ul.menu li a:hover::before {
    left: -7px
}

#menu-footer .menu li.liForumteam {
    display: block
}

#menu-footer ul.menu li a {
    font-size: 12px !important;
    color: var(--color3)
}

#menu-footer .menu li a:hover {
    color: var(--dc-color)
}

#menu-footer .menu li a:hover::after {
    display: none
}

.footer-title {
    color: var(--color2);
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin: 5% 0 0
}

#indexPage .bottom-short {
    max-width: 80%;
    margin: auto;
    max-height: 210px;
    padding: 24px 0;
    display: grid;
    grid-template-columns: 50% 25% 25%;
    grid-template-rows: 20% 80%;
    justify-items: center;
    position: relative
}

#indexPage .bottom-short div p {
    margin-left: 20px
}

.bottom-short {
    display: none
}

#indexPage .bottom-footer {
    object-position: bottom
}

.box-0bottom {
    display: grid;
    max-width: 80%;
    margin: 0 auto;
    grid-template-columns: repeat(3,33%);
    align-items: center;
    align-content: center;
    padding: 20px;
    min-height: 80px
}

#indexPage .bottom-short:after {
    content: '';
    position: absolute;
    width: 110%;
    height: 1px;
    box-sizing: border-box;
    bottom: 0;
    background: linear-gradient(90deg,rgba(2,0,36,0) 0%,var(--dc-color) 50%,rgba(0,212,255,0) 100%)
}

span.author-pl {
    display: block
}

.content-ts-box {
    display: block;
    background: var(--secondary-color);
    border-radius: 10px;
    font-size: 15px;
    margin-bottom: 50px;
    border: 1px solid var(--six-color)
}

.top-content-ts {
    padding: 15px 0;
    font-size: 22px;
    font-weight: 500;
    color: var(--link-color);
    width: Calc(100% - 50px);
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.bottom-content-ts {
    padding: 15px 0;
    font-size: 12px;
    font-weight: 500;
    color: #9cb2c0;
    width: Calc(100% - 50px);
    margin: auto;
    display: flex;
    justify-content: space-between;
    border-top: 2px solid var(--primary-color)
}

a.button-follow {
    padding: 10px;
    color: var(--link-color);
    border-radius: 7px;
    background: var(--primary-color);
    transition: .2s;
    border: 1px solid var(--six-color)
}

a.button-follow:hover {
    opacity: .5
}

.right-r1 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: 20px
}

.flex-r1 {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px;
    align-items: center;
    background: var(--secondary-color);
    padding: 20px;
    border-radius: 10px
}

.content-threadlist {
    background: var(--secondary-color);
    border-radius: 10px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--six-color);
    max-width: 1500px;
    margin: 0 auto
}

.table-panel {
    padding: 0 10px 10px;
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.theaderNone {
    display: grid;
    grid-column-start: 2;
    grid-column-end: 4;
    align-content: center;
    justify-items: center;
    padding: 50px
}

a.button-readmark {
    padding: 5px 10px;
    background: var(--primary-color);
    border-radius: 7px;
    margin-right: 10px;
    border: 1px solid var(--six-color)
}

.temat-lista {
    width: 30%;
    background: #191b26;
    padding: 0 20px;
    border-radius: 10px;
    margin: 10px 20px
}

.tableThead {
    padding: 0 15px;
    display: flex;
    flex-direction: column
}

.tableThead a.button-readmark {
    float: right;
    margin: 25px 0 10px
}

@media screen and (max-width: 1600px) {
    .tableThead {
        grid-template-columns:repeat(3,33%)
    }

    .theaderNone {
        grid-column-start: 1
    }
}

@media screen and (max-width: 1340px) {
    .tableThead {
        grid-template-columns:repeat(2,50%)
    }
}

.theadInfo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px
}

.theadReply {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 10px
}

span.temat-lss {
    display: block;
    padding: 5px 0;
    font-size: 14px;
    color: #504e4e;
    font-weight: 500
}

.box-nr3-lista {
    min-width: 200px;
    display: flex;
    flex-direction: row;
    align-content: center
}

.box-nr1-lista {
    width: 80%
}

.box-nr2-lista {
    width: 20%
}

span.asksadkak {
    display: block;
    min-width: 140px
}

span.asasada {
    display: block;
    min-width: 140px
}

.box-nr11 {
    width: 40px
}

.catRules {
    background: var(--third-color);
    width: 100%;
    border: 1px solid var(--five-color);
    padding: 1px;
    border-radius: 10px;
    margin: 20px 0 0
}

.catRulesTitle {
    font-size: 22px;
    padding: 10px 20px;
    color: var(--link-color);
    display: flex;
    align-items: center
}

.catRulesTitle:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f06a";
    font-weight: 900;
    font-size: 28px;
    padding: 10px;
    color: #475b6b
}

.catRulesSep {
    width: 98%;
    border: 2px solid var(--primary-color);
    margin: auto
}

.catRulesInfo {
    font-size: 13px;
    padding: 15px 30px
}

.dateIndex {
    text-transform: lowercase
}

.naviBar {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9991;
    transition: none
}

.portalAvatar {
    width: 30px;
    height: 30px;
    border-radius: 7px
}

.portalMessage {
    padding: 20px
}

#noneDont {
    display: none
}

.slider-view {
    width: 100%;
    position: relative
}

.slider_top {
    position: relative;
    height: 280px;
    width: 90%;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    margin: 50px auto;
    padding: 0 5px
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiperContent {
    width: 100%;
    height: 280px;
    background: var(--third-color);
    border-radius: 10px;
    border-left: 4px solid;
    border-color: var(--dc-color)
}

.swiperHeader {
    border-radius: 7px 10px 10px 7px;
    overflow: hidden;
    height: 280px
}

.swiperHeadBg:before {
    content: "";
    position: absolute;
    display: block;
    background: radial-gradient(circle,rgb(14 17 22 / 27%) 0%,rgb(14 17 22) 100%,rgb(0 212 255 / 0%) 100%);
    width: 100%;
    height: 280px;
    transition: .2s ease;
    opacity: 1;
    border-radius: 7px 10px 10px 7px
}

.swiperHeadBg:hover::before {
    content: "";
    background: radial-gradient(circle,rgb(14 17 22 / 27%) 0%,rgb(14 17 22 / 56%) 100%,rgb(0 212 255 / 0%) 100%);
    ;transition: .2s;
    opacity: .5
}

.swiperHeadBg {
    width: 100%;
    height: 100%;
    transition: .2s;
    position: relative;
    border-radius: 7px 10px 10px 7px;
    overflow: hidden
}

.swiperHeadBg:hover {
    transform: scale(1.1);
    transition: .2s
}

.swiperFooter {
    display: flex;
    padding: 10px 40px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 180px;
    background: linear-gradient(45deg,#000e3,transparent)
}

.swiperLink a {
    font-family: "Font Awesome 6 Pro"
}

.swiperLink a:hover {
    filter: brightness(1.3)
}

.swiperLink a:after {
    content: "czytaj dalej...";
    font-size: 12px;
    font-family: 'Montserrat','Rubik',sans-serif;
    font-weight: 900;
    padding: 10px;
    background: var(--dc-color);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff
}

.swiper-slide .title {
    font-size: 20px;
    font-weight: 700;
    color: var(--link-color);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    top: 0
}

.swiper-slide .text {
    font-size: 16px;
    color: #68778f;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 500;
    overflow: hidden
}

.swiper-slide .text a {
    float: right
}

.swiperTitleDsc a {
    float: right
}

.swiper-slide {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.tresc-slider {
    text-align: left
}

h1.title_slider {
    margin: 0;
    padding: 0;
    font-size: 40px;
    color: #ffff
}

p.text_slider {
    margin: 0;
    padding: 0;
    font-size: 23px;
    color: #ffff;
    font-weight: 300
}

[aria-label] {
    position: relative
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0,1,1,0)
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 .6s infinite
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 .6s infinite
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0,0)
    }

    100% {
        transform: translate(24px,0)
    }
}

.reveal {
    position: relative;
    transform: translateX(-150px);
    opacity: 0;
    transition: .5s all ease
}

.reveal.active {
    transform: translateX(0);
    opacity: 1
}

.reveal_7 {
    transform: translateX(0);
    opacity: 1
}

		