@import url("https://fonts.googleapis.com/css?family=Titillium+Web|Roboto&display=swap");

body {
  background: #090e17;
  margin: 0;
  font-family: Titillium Web;
  overflow-x: hidden;
}

.menu-mobile {
  display: none;
}

.mobileelements {
  display: none;
}

.menumm {
  display: none;
}

.onlineButton {
  outline: none;
  padding: 5px 12px;
  margin: 5px;
  margin-top: 15px;
  border-radius: 50px;
  font-size: 18px;
  color: #eeedff;
  background: transparent;
  border: 2px solid #2d6ac5;
  font-family: Titillium Web;
  cursor: pointer;
  transition: 0.3s;
}

.onlineButton:hover {
  background: #2d6ac5;
}

.onlineButton i {
  color: #2d6ac5;
}

.voucherbox,
.wlbox {
  top: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 999;
  justify-content: center;
  display: none;
}

.voucher {
  margin-top: 5%;
  position: absolute;
  background: #0d1421;
  padding: 15px;
  border-radius: 5px;
}

.close,
.close2 {
  margin-left: auto;
  cursor: pointer;
  color: white;
  transition: 0.3s;
}

.close:hover,
.close2:hover {
  color: #e85a5a;
}

.voucher h4 {
  margin: 0;
  display: flex;
  align-items: center;
  font-family: Roboto;
  padding-bottom: 5px;
  color: #b2bcbf;
  font-weight: normal;
  font-size: 22px;
  border-bottom: 1px solid #161f2f;
}

.voucher p {
  margin-top: 8px;
  margin-bottom: 25px;
  font-family: Roboto;
  color: #f0f8fb;
  font-size: 17px;
}

.voucher a {
  margin-bottom: 15px;
  padding: 10px 15px;
  background: #0b1019;
  border-radius: 3px;
  color: #888888;
  cursor: pointer;
  width: 40%;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.voucher a:first-child {
  margin-right: 5%;
}

.voucher a i {
  color: #4575bd;
  margin-left: auto;
}

.voucher input {
  margin-bottom: 15px;
  padding: 10px 15px;
  background: #0b1019;
  border-radius: 3px;
  color: #888888;
  width: calc(100% - 30px);
  border: none;
  outline: none;
}

.voucher input:first-child {
  margin-top: 15px;
}

.voucher button {
  background: #1b78b9;
  color: white;
  text-transform: uppercase;
  width: 100%;
  border: none;
  border-radius: 3px;
  letter-spacing: 1px;
  padding: 10px 0;
  outline: none;
  cursor: pointer;
}

.waves {
  width: 100%;
  height: 120px;
}

.wave {
  position: absolute;
  width: 100%;
  height: 120px;
  background: url(../images/wave3.png);
  background-size: 1000px 120px;
}

.wave.v1 {
  animation: waves 15s linear infinite;
  opacity: 1;
}

.wave.v2 {
  animation: waves 11s linear infinite;
  opacity: 0.7;
}

.wave.v3 {
  animation: waves 8s linear infinite;
  opacity: 0.7;
}

@keyframes waves {
  from {
    background-position-x: 0;
  }

  to {
    background-position-x: 1000px;
  }
}

@keyframes pulsing {
  0% {
    transform: scale(1.3);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.3);
  }
}

.avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.avatar.szarzujacyjednorozec {
  background-image: url(../images/szarzujacyjednorozec.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.avatar.virtuozpg {
  background-image: url(../images/virtuozpg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.avatar.banulak2{
  background-image: url(../images/banulak.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.avatar.jacekpan {
  background-image: url(../images/jacekpan.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.avatar.radioactive {
  background-image: url(../images/radioactivemint.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.avatar.arezien {
  background-image: url(../images/bytake.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header {
  background-image: url(../images/background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.actived {
  color: #368de6 !important;
}

.wlist {
  padding: 5px 6px;
  background: #1b78b9;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: flex;
  text-transform: uppercase;
  align-items: center;
  transition: 0.3s;
  margin-left: 40px !important;
}

.description {
  width: 760px;
  margin: 120px 0;
  text-align: center;
}

.description h1,
p {
  font-weight: normal;
  color: white;
  font-family: Roboto;
  margin: 0;
  padding: 0;
}

.description h1 {
  margin: 0;
  font-size: 25px;
}

.description p {
  color: #dce0e1;
}

.wlist:hover {
  background: #1e6698;
}

.wlist p {
  color: white !important;
  font-size: 13px;
}

.wlist i {
  color: white;
  font-size: 13px;
  margin-left: 5px;
}

.wlist:after,
.menu-icon:after,
.menu a:first-child:after {
  content: none !important;
}

.menu a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  height: 2px;
  right: 0;
  position: absolute;
  background: #3a9ee4;
  transition: 0.3s;
  width: 0;
}

.menu a:hover:after {
  width: 100%;
  left: 0;
  line-height: 0;
}

.menu {
  display: flex;
  align-items: center;
  padding: 15px;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  z-index: 5;
  background: rgba(13, 20, 33, 0.82);
}

.menu a {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0 10px;
  position: relative;
  cursor: pointer;
}

.menu-icon i {
  margin: 0 !important;
  color: white !important;
}

.menu a:first-child,
.menumm a:first-child {
  margin-right: 40px;
  background-image: url(../images/favicon.ico);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 35px;
  height: 35px;
}

.menu p {
  margin: 0;
  color: #dce0e1;
}

.menu a i:first-child {
  color: #FFF;
  margin-right: 5px;
}

.shadow {
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
}

.box {
  width: calc(98% - 30px);
  margin-left: 1%;
  border-radius: 3px;
  background: #0d1421;
  padding: 15px;
}

.box:nth-child(3) {
  margin: 50px 1%;
}

.footer {
  margin-top: 40px;
  display: flex;
  width: 96%;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 2%;
  background: #0d1421;
}

.boxies {
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  width: 25%;
  border-right: 1px solid #090e17;
  height: auto;
  padding: 20px;
  word-wrap: break-word;
}

.boxies:nth-child(2) {
  border-right: none;
  justify-content: center;
  align-items: center;
}

.boxies h2 {
  margin: 0;
  font-size: 24px;
  font-family: Titillium Web;
  color: white;
  font-weight: normal;
}

.boxies span {
  margin: 5px 0;
  display: block;
  margin: 0;
  font-size: 13px;
  font-family: Titillium Web;
  color: #919aa1;
  width: 100%;
}

.boxies:first-child span:last-child {
  margin-top: 15px;
}

.boxies a {
  width: 100%;
  margin-bottom: 2px;
  text-decoration: none;
}

.boxies:last-child {
  border-left: 1px solid #090e17;
  border-right: none;
}

.boxies:nth-child(2) img {
  margin: 8px 15px;
}

.map {
  margin-top: 15px;
  width: 100%;
  height: 600px;
  border: none;
  margin: 0;
  margin-top: 15px;
  padding: 0;
  overflow: hidden;
}

.box h2 {
  font-weight: normal;
  color: #b2bcbf;
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #090e17;
}

.advantage {
  width: calc(33% - 30px);
  padding: 15px;
}

.advantage h3 {
  color: #31a0c5;
  margin: 0;
  font-size: 20px;
  font-family: Roboto;
  font-weight: normal;
}

.advantage i {
  animation: pulsing 1s infinite;
  margin-right: 5px;
}

.advantage p {
  margin-top: 5px;
  color: #dcdcdc;
}

.advantages {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mater {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mate {
  margin-top: 10px;
  width: calc(49.5% - 30px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  background: #090e17;
  border-radius: 3px;
}

.mate:nth-child(even) {
  justify-content: flex-end;
}

.mate h3 {
  font-weight: normal;
  font-size: 25px;
  color: #d64949;
  margin: 0;
}

.skin {
  height: 100px;
  width: 80px;
}

.skin.XANT3R {
  background: url(../images/xant3r.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.skin.roberto {
  background: url(../images/roberto.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.skin.VirtuozPG {
  background: url(../images/virtu2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.skin.sonia {
  background: url(../images/sonia.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.skin.mineon {
  background: url(../images/Mineon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.skin.paplyk {
  background: url(../images/paplyk.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.skin.PewienAnonimowy {
  background: url(../images/PewienAnonimowy.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.skin.kuty {
  background: url(../images/kuty.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.skin.tosia {
  background: url(../images/tosia.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.desc {
  max-width: 60%;
  text-align: right;
}

.desc:nth-child(even) {
  text-align: left;
}

.slides {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.streamer {
  padding: 5px;
  border: 2px solid #235094;
  margin: 15px;
  border-radius: 3px;
  display: none;
  border-bottom-left-radius: 0;
}

.streamer.jednorozec {
  display: block;
}

.bot {
  float: right;
  z-index: 555555;
  position: relative;
  margin-top: -46px;
  display: block;
  padding: 0;
  border-radius: 3px;
  border-bottom-left-radius: 0;
}

.bot a {
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #a615e2;
  color: white;
  font-size: 15px;
  padding: 2px 8px;
  border-radius: 3px;
  cursor: pointer;
}

.bot a:last-child {
  margin-right: 10px;
}

.bot a.yt {
  margin-left: 15px;
  color: white;
  background: red;
}

.chooser {
  margin: 0 15px;
  padding-bottom: 4px;
  margin-top: -20px !important;
  padding-top: -5px;
  width: calc(800px - 30px);
  max-width: 100%;
  overflow-x: scroll;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.chooser::-webkit-scrollbar
{
    height: 8px;
}


.chooser::-webkit-scrollbar-track
{
    background: black;
	display:none
}

.chooser::-webkit-scrollbar-thumb 
{
    background: #07509a;
}

.chooser button {
  width: auto;
  white-space: nowrap;
  border: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-right: 5px;
  padding: 5px 8px;
  font-family: Roboto;
  background: #235094;
  color: white;
  outline: none;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mapy {
  border: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-right: 5px;
  padding: 5px 8px;
  font-family: Roboto;
  background: #235094;
  color: white;
  outline: none;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  display: inline-flex;
}
a{
    text-decoration: none;
}
.mapy_box3 {
  padding: 5px;
  border: 2px solid #235094;
  margin: 15px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
}
.mapy_box2 {
  background: #090e17;
  border-radius: 3px;
  display: none;
  width: 100%;
  max-width: 100%;
  display: block;
}
.mapy_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mapy_box4 {
  width: calc(98% - 30px);
  margin-left: 1%;
  border-radius: 3px;
  background: #0d1421;
  padding: 15px;
}
.mapy_box4 h2 {
  font-weight: normal;
  color: #b2bcbf;
  margin: 0;
  padding-bottom: 15px;
}
.mapy_tab {
margin-top: -10px;
margin-left: 15px;
display: inline-flex;
align-items: center;
justify-content: flex-start;
position: absolute;
}

.chooser button .avatar {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.slide {
  background: #090e17;
  border-radius: 3px;
  display: none;
  width: 800px;
  max-width: 100%;
  display: block;
  margin: 50px;
}

.streamer iframe {
  max-width: 100%;
}

.top {
  margin: 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
}

.breaker {
  flex-basis: 100%;
  height: 0;
}

@media only screen and (max-width: 767px) {
  .advantage,
  .mate {
    width: 100%;
  }

  .desc {
    max-width: calc(100% - 100px);
  }

  .slide {
    width: 100%;
    min-width: 0;
    transform: scale(1);
    margin: 15px 0;
  }

  .menu i {
    width: 20px;
    text-align: left;
  }

  .menu-mobile {
    color: white;
    outline: none;
    background: transparent;
    border: 1px solid transparent;
    padding: 3px 4px;
    cursor: pointer;
    border-radius: 2px;
    flex-wrap: wrap;
    transition: 0.3s;
    margin-left: auto;
    transform: scale(0.8);
    display: block;
  }

  .menu-mobile:hover {
    background: #0c68b3;
  }

  .menu-mobile hr {
    width: 30px;
    border: 1px solid white;
    margin: 6px;
  }

  .menu-mobile.closer {
    display: none;
  }

  .description {
    max-width: 80%;
    margin: 60px 0;
  }

  .menu a:after {
    content: none !important;
  }

  .menu {
    display: none;
  }

  .menumm {
    display: flex;
    top: 0;
    left: 0;
    padding: 0 30px;
    width: 100%;
    z-index: 5;
	background: rgb(13 20 33 / 82%);
	padding-top: 5px;
	padding-bottom: 5px;
  }

  .mobileelements {
    width: 100%;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 5;
	background: rgb(0 0 0 / 78%);
  }

  .mobileelements a {
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    width: 50px;
    height: 50px;
    align-items: center;
    margin: 5px 0;
    font-size: 12px;
    text-transform: uppercase;
    justify-content: center;
    padding: 0 20px;
  }

  .mobileelements i {
    color: #3a9ee4;
    width: 100%;
    text-align: center;
  }

  .voucherbox,
  .wlbox {
    background: #0d1421;
  }

  .chooser {
    width: calc(100% - 30px);
  }

  .chooser button p {
    display: none;
  }

  .chooser button .avatar {
    margin-right: 0;
  }

  .bot {
    width: auto;
  }

  .boxies {
    width: 100%;
  }

  .boxies:first-child {
    border-right: none;
    border-bottom: 1px solid #090e17;
  }

  .boxies:last-child {
    border-left: none;
    border-top: 1px solid #090e17;
  }
}
