@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap&subset=latin-ext");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wrapper_intro {
  max-width: 1860px;
  margin: 30px auto 10px auto;
  font-family: "Lato", sans-serif;
  min-height: 100vh;
  overflow: hidden;
}
.wrapper_intro header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
}
@media all and (max-width: 500px) {
  .wrapper_intro header {
    height: 150px;
  }
}
.wrapper_intro header .header_text {
  margin: 0 10vw;
}
@media all and (max-width: 950px) {
  .wrapper_intro header .header_text {
    display: none;
  }
}
.wrapper_intro header .header_logo {
  align-self: flex-start;
  margin-top: 10px;
  position: relative;
}
.wrapper_intro header .header_logo::after {
  content: "";
  position: absolute;
  top: calc(180px - 30px);
  left: -1000px;
  width: 2500px;
  height: 20px;
  background: url(../img/dotted-red-bg.png) repeat-x 20px;
}
@media all and (max-width: 500px) {
  .wrapper_intro header .header_logo::after {
    top: 120px;
  }
}
.wrapper_intro main {
  display: flex;
}
@media all and (max-width: 950px) {
  .wrapper_intro main {
    flex-direction: column;
  }
}
.wrapper_intro main .first {
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.wrapper_intro main .first::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 1000px;
  background: url(../img/czerwona-kropka-duza.png) repeat;
}
.wrapper_intro main .first::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 1000px;
  background: url(../img/biala-kropka.png) repeat;
  display: none;
  z-index: 1;
}
.wrapper_intro main .first:hover img {
  filter: brightness(40%);
}
.wrapper_intro main .first:hover::after {
  display: none;
}
.wrapper_intro main .first:hover::before {
  display: block;
}
.wrapper_intro main .first img {
  max-width: 100%;
  height: auto;
  filter: brightness(100%);
  transition: 0.2s;
}
.wrapper_intro main .first div {
  text-align: right;
  position: absolute;
  top: 10%;
  right: 10%;
  font-size: 35px;
}
@media all and (max-width: 1500px) {
  .wrapper_intro main .first div {
    font-size: 25px;
  }
}
@media all and (max-width: 950px) {
  .wrapper_intro main .first div {
    font-size: 35px;
  }
}
@media all and (max-width: 500px) {
  .wrapper_intro main .first div {
    font-size: 25px;
  }
}
.wrapper_intro main .first div p {
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}
.wrapper_intro main .first a {
  font-size: 25px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: red;
  position: absolute;
  top: 80%;
  right: 10%;
}
.wrapper_intro main .first a:first-of-type {
  margin-right: 200px;
}
@media all and (max-width: 1500px) {
  .wrapper_intro main .first a:first-of-type {
    margin-right: 170px;
  }
}
@media all and (max-width: 500px) {
  .wrapper_intro main .first a:first-of-type {
    margin-right: 100px;
  }
}
@media all and (max-width: 1500px) {
  .wrapper_intro main .first a {
    font-size: 22px;
    width: 130px;
    height: 45px;
    line-height: 45px;
  }
}
@media all and (max-width: 950px) {
  .wrapper_intro main .first a {
    font-size: 20px;
  }
}
@media all and (max-width: 500px) {
  .wrapper_intro main .first a {
    font-size: 14px;
    width: 80px;
    height: 35px;
    line-height: 35px;
  }
}
.wrapper_intro main .second {
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.wrapper_intro main .second::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 1000px;
  background: url(../img/szara-kropka-duza.png) repeat;
}
.wrapper_intro main .second::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 1000px;
  background: url(../img/biala-kropka.png) repeat;
  display: none;
  z-index: 1;
}
.wrapper_intro main .second:hover img {
  filter: brightness(40%);
}
.wrapper_intro main .second:hover::after {
  display: none;
}
.wrapper_intro main .second:hover::before {
  display: block;
}
.wrapper_intro main .second img {
  max-width: 100%;
  height: auto;
  filter: brightness(100%);
  transition: 0.2s;
}
.wrapper_intro main .second div {
  text-align: left;
  position: absolute;
  font-size: 35px;
  top: 10%;
  left: 10%;
}
@media all and (max-width: 1500px) {
  .wrapper_intro main .second div {
    font-size: 25px;
  }
}
@media all and (max-width: 950px) {
  .wrapper_intro main .second div {
    font-size: 35px;
  }
}
@media all and (max-width: 500px) {
  .wrapper_intro main .second div {
    font-size: 25px;
  }
}
.wrapper_intro main .second div p {
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}
.wrapper_intro main .second a {
  font-size: 25px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: red;
  position: absolute;
  top: 80%;
  left: 10%;
}
.wrapper_intro main .second a:last-of-type {
  margin-left: 200px;
}
@media all and (max-width: 1500px) {
  .wrapper_intro main .second a:last-of-type {
    margin-left: 170px;
  }
}
@media all and (max-width: 500px) {
  .wrapper_intro main .second a:last-of-type {
    margin-left: 100px;
  }
}
@media all and (max-width: 1500px) {
  .wrapper_intro main .second a {
    font-size: 22px;
    width: 130px;
    height: 45px;
    line-height: 45px;
  }
}
@media all and (max-width: 950px) {
  .wrapper_intro main .second a {
    font-size: 20px;
  }
}
@media all and (max-width: 500px) {
  .wrapper_intro main .second a {
    font-size: 14px;
    width: 80px;
    height: 35px;
    line-height: 35px;
  }
}

/*# sourceMappingURL=style.css.map */
