body,
html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #777;
}

img {
    margin: 0;
    padding: 0;
    outline: none;
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

a {
  color: #31294e;
  text-decoration: none;
  outline: 0;
}

a:hover {
  color: #31294e;
  text-decoration: none;
  outline: 0;
}

a:visited {
  color: #31294e;
  text-decoration: none;
  outline: 0;
}

h1 {
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-size: 44px;
  line-height: 44px;
  color: #31294e;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}

h2 {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  color: #31294e;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
}

h3 {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 34px;
  color: #31294e;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
}

.icon {
  font-size: 60px;
  color: #31294e;
  text-align: center;
}

.header {
  height: 120px;
  padding-top: 25px;
  font-size: 30px;
  line-height: 30px;
}

.lead {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}

.lead span {
  font-weight: 300;
}

.social {
  color: #31294e;
}

.pink-line {
  margin-bottom: 15px;
}

.baner {
  height: 500px;
  background-image: url('../img/coverUzytkownik.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  /*border-top: 1px solid #31294e;
  border-bottom: 1px solid #31294e;*/
  position: relative;
}

.baner2 {
  height: 500px;
  background-image: url('../img/coverMasazysta.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  /*border-top: 1px solid #31294e;
  border-bottom: 1px solid #31294e;*/
  position: relative;
}

.baner-button {
  width: 270px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -81px;
  background-color: #31294e;
  color: #fff !important;
  padding: 30px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  text-align: right;
}

.baner-button:visited {
  color: #fff;
}

.content-img {
    min-height: 500px;
    background-position: center center;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    /*background-color: #f6f6f6;*/
    background-color: #fff;
}

.content {
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
  color: #777;
  padding-top: 100px;
}

.content2 {
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  padding-top: 100px;
}

a.fillForm {
  border: 2px solid #fff;
  padding: 15px 40px 15px 40px;
  color: #fff;
}

.footer {
  border-top: 2px solid #f9edef;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
}

.copyrights {
  font-size: 11px;
  padding-top: 5px;
}

@media (max-width: 992px) {
}

@media (max-width: 1200px) {
}
