@media screen and (min-width: 992px) {
  body {
    margin: 0px;
    background: #e8e8e8;
  }
  .podzial {
    height: 100vh;
    display: flex;
  }
  .prawa {
    align-self: center;
    flex-grow: 1;
  }
  .lewa {
    height: 100vh;
    flex-grow: 7;
    display: flex;
    flex-direction: column;
  }
  img {
  }
  .logo img {
    margin-top: 2%;
    text-align: center;
    width: 10%;
  }
  .logo {
    text-align: center;
    flex-grow: 1;
  }

  .panel {
    justify-content: center;
    text-align: center;
    display: flex;
    flex-grow: 5;
  }
  .panel img {
    width: 90%;
  }
  .panel img {
    align-self: flex-end;
    bottom: 0px;
    left: 6px;
  }

  a.koszalin img {
    margin-top: 17px;
  }
  .prawa a img {
    width: 92%;
    margin-bottom: 30px;
  }
  .s {
    text-align: center;
  }
  .prawa {
    text-align: center !important;
  }
  .prawa {
    margin-right: 83px;
  }
  .prawa {
    margin-top: 50px;
  }
  .logo img {
    width: 19% !important;
  }
  .logo img {
    margin-top: 8%;
    margin-bottom: 1%;
    text-align: center;
    width: 19%;
    margin-right: 45px;
  }
}
@media screen and (max-width: 992px) {
  .panel {
    display: none;
  }
  body {
    background: #e8e8e8;
    text-align: center;
  }
  img {
    width: 90vw;
  }
  .logo img {
    width: 40vw;
  }
}

/* rozdzelczość 1600 */
@media (max-width: 1366px) and (min-width: 1280px) {
  body {
    margin: 0px;
  }
  .logo img {
    margin-top: 8%;
    margin-bottom: 1%;
    text-align: center;
    width: 19%;
    margin-right: 28px;
  }
  .logo img {
    width: 17% !important;
  }
  .prawa a img {
    width: 78%;
    margin-bottom: 30px;
  }
  .logo img {
    width: 19% !important;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .prawa a img {
    width: 79%;
    margin-bottom: 2px;
  }
  a.koszalin img {
    margin-top: -30px;
  }
  .s img {
    width: 99%;
    margin-bottom: 20px;
  }
  .prawa {
    margin-top: 19px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 900px) {
  .panel img {
    width: 110%;
    height: 504px;
  }
  .prawa a img {
    width: 92%;
    margin-bottom: 22px;
  }
  .prawa {
    margin-right: 36px;
  }
}
