sub {
  vertical-align: sub !important;
}
.black {
    background-color: black;
    color: white;
}
.rodo-info {
    padding-top: 5.5vw;
    padding-bottom: 5.5vw;
    box-sizing: border-box;
    width: 50%;
    text-align: justify;
    position: relative;
    box-sizing: border-box;
    width: 50%;
    margin: 0 auto;
    text-align: justify;
    position: relative;
}

.contacts{
    float: left;
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-right: 5vw;
    padding-left: 10vw;
    width: 100%;
    box-sizing: border-box;
}

.contact-heading {
   
    margin-bottom: 2vw;
    font-size: 1.3vw;
}
.contact-heading::before{
    content: "";
    border-left: 3px solid #3d3d3d;
    height: 100%;
    margin-right: 1vw;
}
.contact{
  box-sizing: border-box;
  padding: 4vw;
  min-height: 18vw;
  font-size: 1vw;
  line-height: 1.3vw;
  width: 33%;
  float: left;
}
@media only screen and (max-width: 992px) {
  .contacts{
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-right: 5vw;
    padding-left: 10vw;
    width: 100%;
    box-sizing: border-box;
}
  .contact-heading {
   
    margin-bottom: 5vw;
    font-size: 6vw;
}
.contact-heading::before{
    content: "";
    border-left: 3px solid #3d3d3d;
    height: 100%;
    margin-right: 1vw;
}
  .contact{
    margin-bottom: 6vw;
  box-sizing: border-box;
  padding: 5vw;
    font-size: 4vw;
    line-height: 4.5vw;
    width: 100%;
   clear: both;
}

  :root {
    --dot: 1vw;
    --margin: 0.6vw;
  }

  .hero-menu {
    display: none;
  }

  #mapka {
    position: absolute;
    top: 20vw;
    right: 18vw;
  }
  .dot,
  .space,
  .red {
    height: var(--dot);
    width: var(--dot);
    margin: 0 var(--margin) var(--margin) 0;
    display: inline-block;
    overflow: visible;
  }
  .red {
    background-color: orange;
    border-radius: 50%;
  }
  .dot {
    filter: opacity(60%);
    background-color: #99a2bd;
    border-radius: 50%;
  }
  @-webkit-keyframes pulsate-fwd {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes pulsate-fwd {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  .space {
    background: none;
  }
  .line {
    display: block;
    margin: 0;
    line-height: 0;
  }
  /* REST OF ELEMENTS */
  .hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-image: url("../img/warszawa.jpg");
    height: 74vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .md-logo {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url("../img/md_logo.jpg");
    height: 20vw;
    width: 20vw;
    left: 9vw;
    top: 0;
  }
  .lead {
    width: 50vw;
    font-size: 10vw;
    color: white;
    position: absolute;
    top: 50vw;
    z-index: 1;
    left: 9vw;
    font-weight: 300;
  }

  .dark-section {
    background-color: white;
    color: black;
    font-size: 4.8vw;
    padding: 15vw 6vw;
    text-align: left;
    font-weight: 300;
  }
  .about-photo {
    box-sizing: border-box;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 75vw;
    width: 100%;
  }
  .about-info {
    position: relative;
    padding: 15vw;
    box-sizing: border-box;
    width: 100%;
    text-align: justify;
  }
  .rodo-info {
    position: relative;
    padding: 15vw;
    box-sizing: border-box;
    width: 100%;
    text-align: justify;
  }
  .nagrody{
    
    display: block;
    width: 60%;
    margin: 6vw auto;
  }
  .about-info h1 {
    margin-top: 3vw;
    font-weight: 300;
    font-size: 7vw;
    margin-bottom: 5vw;
    font-size: 6vw;
  }
  .about-info p {
    font-size: 4.8vw;
    font-weight: 300;
    line-height: 6vw;
    text-align: left;
    margin-bottom: 4vw;
  box-sizing: border-box;
    font-size: 4vw;
    line-height: 4.5vw;
    width: 100%;
   clear: both;
  }
  h1::before {
    content: "";
    border-left: 1px solid #d9d9d9;
    height: 100%;
    margin-right: 1vw;
  }
}

@media only screen and (min-width: 992px) {
  .bit-higher {
    height: 32vw!important;
  }
  :root {
    --dot: 0.63vw;
    --margin: 0.21vw;
  }
  .lead {
    width: 18vw;
  }
  .hero-menu {
    position: absolute;
    top: 2.6vw;
    left: 17vw;
  }
  .hero-menu li {
    margin: 1vw;
    font-size: 1vw;
    color: white;
    font-weight: 300;
    display: inline;
    animation: reveal 2s both 0.5s;
  }
  #mapka {
      z-index: 1;
    position: absolute;
    top: 6vw;
    right: 14vw;
  }
  .dot,
  .space,
  .red {
    height: var(--dot);
    width: var(--dot);
    margin: 0 var(--margin) var(--margin) 0;
    display: inline-block;
    overflow: visible;
  }
  .red {
    background-color: orange;
    border-radius: 50%;
  }
  .dot {
    filter: opacity(70%);
    background-color: #99a2bd;
    border-radius: 50%;
  }
  @-webkit-keyframes pulsate-fwd {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes pulsate-fwd {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  .space {
    background: none;
  }
  .line {
    display: block;
    margin: 0;
    line-height: 0;
  }
  /* REST OF ELEMENTS */
  .hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-image: url("../img/warszawa.jpg");
    height: 34.4vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .md-logo {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url("../img/md_logo.jpg");
    height: 6vw;
    width: 6vw;
    left: 9vw;
    top: 0;
  }
  .lead {
    font-size: 3.6vw;
    color: white;
    position: absolute;
    left: 9vw;
    font-weight: 300;
  }

  .dark-section {
    background-color: #1b1b1b;
    color: white;
    font-size: 1.1vw;
    padding-top: 7.5vw;
    padding-bottom: 7.5vw;
    padding-left: 12vw;
    padding-right: 12vw;
    text-align: center;
    font-weight: 300;
  }
  .about-photo {
    box-sizing: border-box;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 25vw;
    width: 50%;
  }
  .about-info {
    padding-top: 5.5vw;
    box-sizing: border-box;
    width: 50%;
    height: 25vw;
    text-align: justify;
    position: relative;
  }
  .about-info h1 {
    margin-bottom: 5vw;
    font-weight: 300;
    font-size: 1.5vw;
  }
  .about-info p {
    font-size: 1vw;
    font-weight: 300;
  }
  h1::before {
    content: "";
    border-left: 3px solid #3d3d3d;
    height: 100%;
    margin-right: 1vw;
  }
  .left {
    float: left;
    padding-left: 13vw;
    padding-right: 4vw;
  }
  .left h1,
  .left p {
    float: right;
  }
  .right {
    float: right;
    padding-right: 13vw;
    padding-left: 4vw;
  }
  .right h1,
  .right p {
    float: left;
  }

  .black p{
      clear:both;
  }
    .nagrody {
      margin-top: 4vw;
width: 15vw;
  }
  .left.in-view {
    animation: fadeInLeftBig;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-fill-mode: both;
    backface-visibility: hidden;
  }

  .right.in-view {
    animation: fadeInRightBig;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-fill-mode: both;
    backface-visibility: hidden;
  }

  @keyframes fadeInLeftBig {
    from {
      opacity: 0;
      transform: translate3d(-100px, 0, 0);
      filter: grayscale(100%);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }

  @keyframes fadeInRightBig {
    from {
      opacity: 0;
      transform: translate3d(100px, 0, 0);
      filter: grayscale(100%);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  .footr{
      padding: 7vw;
      background-color: #e3e3e3;
      color: #969696;
      font-weight: 300;
      box-sizing: border-box;
      width: 100%;
  }
  .footr .column {
      font-size: 0.8vw;
      text-transform: uppercase;
      width: 33%;
      float: left;
  }
  .footr .column a{
      display: block;
  }
  .footr .column .column-heading {
      font-weight: 600;
      margin-bottom: 1vw;
  } 
  .facebook{
      width: 3vw;
  }
  .block {
      text-transform: none;
      font-size: .7vw;
      text-align: justify;
      padding-top: 2vw;
      display: block;
      clear: both;
  }
}
