@media only screen and (max-width: 856px) {
    
	.dol-panel {
    display: none;
}
	.gora-panel1 {
    width: 95%;
    margin: auto auto;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.logo {
    display: block;
    width: 100%;
    text-align: center;
	    padding-top: 5px;

}
	.right-ppp {
    display: none;
	}
	.content-box {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
	
	.content-forum {
    width: 100%;
}
	.dzial-1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 20px;
    flex-wrap: wrap;
}
	.ikona-dzial {
    display: none;
}
	.nazwa-opis {
    width: 100%;
}
	.ostatnia-odpowiedz {
    width: 100%;
    text-align: left;
}
	.ostatniioooo {
    display: inline-grid;
    background: var(--third-bg);
    padding: 15px 10px;
    border-radius: 7px;
    color: #fff;
    text-align: cemter;
    width: 100%;
}
	.content-sidebox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
	.statsy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.box-statsy1, .box-statsy2, .box-statsy3, .box-statsy4 {
        width: calc(25% - 20px); 
}

	.box-statsy1 {
	margin-bottom: 10px;
    background: rgb(25 36 46 / 50%);
    padding: 10px 20px;
    border-radius: 7px;
    margin-bottom: 10px;
    border: 2px solid rgb(25 36 46 / 100%);
}
	.box-statsy2 {
    background: rgb(46 38 25 / 50%);
    padding: 10px 20px;
    border-radius: 7px;
    border: 2px solid rgb(46 38 25 / 100%);
}
	.box-statsy3 {
    background: rgb(46 25 25 / 50%);
    padding: 10px 20px;
    border-radius: 7px;
    margin-bottom: 10px;
    border: 2px solid rgb(46 25 25 / 100%);
}
	.box-statsy4 {
    background: rgb(25 46 38 / 50%);
    padding: 10px 20px;
    border-radius: 7px;
    margin-bottom: 10px;
    border: 2px solid rgb(25 46 38 / 100%);
}
span.login {
    padding: 10px 9px;
    margin-right: 20px;
    border-radius: 7px;
    color: #ccc;
    font-weight: 600;
    text-transform: none;
    font-size: 15px;
    background: none;
    box-shadow: none;
    text-shadow: none;
    cursor: pointer;
}

span#login-button1 a:hover {
    background: var(--blue);
    color: #fff;
    transition: 0.2s;
}

	a.register12 {
    box-shadow: none;
    display: inline-block;
    padding: 10px 5px;
    font-size: 14px;
    border-radius: 6px;
    text-align: center;
    color: #ccc;
    text-transform: none;
    width: auto;
    background: var(--third-bg);
}
.gora-panel {
    background: var(--main-bg);
    height: 115px;
    display: block;
    position: relative;
}
	.watek {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: var(--second-bg);
    margin-bottom: 20px;
    border-radius: 7px;
    align-items: flex-start;
    border: 2px solid #000;
    flex-wrap: wrap;
}
	.lewa-watek-autor {
    width: 100%;
    margin-bottom: 15px;
}
	

.prawa-watek-bs {
    width: 100%;
}
.member-user {
    width: 100%;
    padding: 20px;
    background: var(--second-bg);
    border-radius: 7px;
    text-align: center;
    border: 2px solid var(--third-bg);
    min-width: 230px;
    margin-bottom: 10px;
}	
	.menu-bottom-przypiete-telefon {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: var(--second-bg);
    padding: 0px 0px;
    z-index: 999999999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}
.menu-telefon {
 display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    width: 95%;
    margin: auto auto;
}
	i#iconkiii-tv {
    display: block;
    font-size: 17px;
    margin-bottom: 5px;
}
	a.menu-element12 {
    width: 25%;
    padding: 20px 0px;
}
}
	

[aria-label][tooltip-position] {
  position: relative;
  letter-spacing: 0.1rem;
}

[aria-label][tooltip-position]::before,
[aria-label][tooltip-position]::after {
  --scale: 0;
  position: absolute;
  font-size: 1rem;
  transition: transform 100ms;
  transition-timing-function: linear;
}

[aria-label][tooltip-position]:hover::before,
[aria-label][tooltip-position]:hover::after {
  --scale: 1;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.45, 1.93);
}

[aria-label][tooltip-position]::before {
  content: attr(aria-label);
  background-color: var(--tooltip-color);
  padding: 0.5em;
  border-radius: 0.3em;
  width: max-content;
  max-width: 100%;
  text-align: center;
  transform: scale(0);
}

[aria-label][tooltip-position]::after {
  content: "";
  border: var(--arrow-size) solid transparent;
}

[aria-label][tooltip-position]::before,
[aria-label][tooltip-position]::after {
  --tooltip-color: orange;
  --arrow-size: 0.5rem;
  --scale: 0;

  z-index: 1;
  font-size: 1rem;
  transform: translate(var(--translate-x), var(--translate-y))
    scale(var(--scale));
}

/** Right  */

[aria-label][tooltip-position="right"]::before {
  --translate-x: calc(100% + var(--arrow-size));
  --translate-y: -50%;
  right: 0px;
  top: 50%;
  transform-origin: left center;
}

[aria-label][tooltip-position="right"]::after {
  --translate-x: calc(var(--arrow-size));
  --translate-y: -50%;
  right: 0px;
  top: 50%;
  border-right-color: var(--tooltip-color);
  transform-origin: left center;
}

/** Bottom  */

[aria-label][tooltip-position="bottom"]::before {
  --translate-x: -50%;
  --translate-y: calc(100% + var(--arrow-size));
  bottom: 0px;
  left: 50%;
  transform-origin: top center;
}

[aria-label][tooltip-position="bottom"]::after {
  --translate-x: -50%;
  --translate-y: calc(var(--arrow-size));
  left: 50%;
  bottom: 0px;
  border-bottom-color: var(--tooltip-color);
  transform-origin: top center;
}

/** Top */

[aria-label][tooltip-position="top"]::before {
  position: absolute;
  --translate-x: -50%;
  --translate-y: calc(-100% - var(--arrow-size));
  top: 0px;
  left: 50%;
  transform-origin: bottom center;
}

[aria-label][tooltip-position="top"]::after {
  --translate-x: -50%;
  --translate-y: calc(-1 * var(--arrow-size));
  top: 0px;
  left: 50%;
  border-top-color: var(--tooltip-color);
  transform-origin: bottom center;
}

/** Left */

[aria-label][tooltip-position="left"]::before {
  --translate-x: calc(-100% - var(--arrow-size));
  --translate-y: -50%;
  left: 0px;
  top: 50%;
  transform-origin: right center;
}

[aria-label][tooltip-position="left"]::after {
  --translate-x: calc(-1 * var(--arrow-size));
  --translate-y: -50%;
  left: 0px;
  top: 50%;
  border-left-color: var(--tooltip-color);
  transform-origin: right center;
}

/** Top */

[aria-label][tooltip-position="top"]::before {
  position: absolute;
  --translate-x: -50%;
  --translate-y: calc(-100% - var(--arrow-size));
  top: 0px;
  left: 50%;
  transform-origin: bottom center;
}

[aria-label][tooltip-position="top"]::after {
  --translate-x: -50%;
  --translate-y: calc(-1 * var(--arrow-size));
  top: 0px;
  left: 50%;
  border-top-color: var(--tooltip-color);
  transform-origin: bottom center;
}

/** Left */

[aria-label][tooltip-position="left"]::before {
  --translate-x: calc(-100% - var(--arrow-size));
  --translate-y: -50%;
  left: 0px;
  top: 50%;
  transform-origin: right center;
}

[aria-label][tooltip-position="left"]::after {
  --translate-x: calc(-1 * var(--arrow-size));
  --translate-y: -50%;
  left: 0px;
  top: 50%;
  border-left-color: var(--tooltip-color);
  transform-origin: right center;
}


.tcat {
    background: var(--third-bg);
    color: #fff;
    padding: 15px;
    font-size: 12px;
    border-radius: 0px;
    box-sizing: content-box;
    margin-right: 10px;
    margin-left: 10px;
    width: auto;
    margin: 0;
}
		