@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

* {
  box-sizing: border-box;
  outline: none;
}

select {
    -webkit-appearance: none;
    border: 0;
    background: none;
    background-color: #fff !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: Lato;
  color: #000;
}

a {
  text-decoration: none;
  color: #000;
}

.container {
  max-width: 1213px;
  margin: auto;
}

.header {
  position: relative;
  width: 100%;
  height: 100px;
}

.header .logo {
  position: absolute;
  top: 15px;
  left: 0;
}

.header .menu {
  width: 100%;
  padding-top: 40px;
  text-align: center;
}

.header .menu a {
  margin: 0 30px 0 30px;
  font-weight: 700;
  font-size: 15px;
}

.top img {
  width: 100%;
}

.about_us {
  max-width: 750px;
  margin: auto;
  padding: 120px 0 150px 0;
  text-align: center;
}

.about_us h1 {
  font-weight: 900;
  font-size: 40px;
}

.about_us p {
  color: #96979b;
  font-weight: 300;
  font-size: 17px;
  line-height: 28px;
}

.boxes {
  max-width: 1040px;
  margin: auto;
  padding-bottom: 150px;
}

.boxes .box {
  position: relative;
  display: block;
  width: 473px;
  height: 439px;
  margin-bottom: 65px;
}

.boxes .box .wrap {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 240px;
}

.boxes .box .text {
  position: absolute;
  bottom: -30px;
  left: 5px;
  transform-origin: 0 0;
  transform: rotate(270deg);
  font-weight: 300;
  font-size: 25px;
}

.boxes .box .text b {
  font-weight: 700;
}

.boxes .box-1 {
  background: url('images/box1.png');
  background-size: cover;
  background-position: center center;
}

.boxes .box-2 {
  background: url('images/perfumy2.jpg');
  background-size: cover;
  background-position: center center;
}

.boxes .box-3 {
  background: url('images/kosmetyki.jpg');
  background-size: cover;
  background-position: center center;
}

.boxes .box-4 {
  background: url('images/box2.png');
  background-size: cover;
  background-position: center center;
}

.boxes .box-5 {
  background: url('images/box4.png');
  background-size: cover;
  background-position: center center;
}

.contact {
  width: 100%;
}

.contact .left {
  width: 50%;
  float: left;
  padding-right: 50px;
  padding-top: 50px;
}

.contact .right {
  width: 50%;
  float: left;
}

.contact .right img {
  width: 100%;
}

.contact h2 {
  font-weight: 700;
  font-size: 25px;
}

.contact .form {
  width: 100%;
  padding-top: 30px;
}

.contact .form select,
.contact .form input {
  background-color: #fff !important;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: solid 1px #eee6e6;
  font-family: Lato;
  font-weight: 300;
  font-size: 14px;
  color: #96979b;
}

.contact .form textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  resize: none;
  font-family: Lato;
  font-weight: 300;
  font-size: 14px;
  color: #96979b;
  border: solid 1px #eee6e6;
}

.contact .form button {
  background: #000;
  color: #fff;
  border: solid 1px #000;
  padding: 10px 30px;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
}

.blog {
  width: 100%;
  padding-top: 160px;
  display: flex;
  justify-content: space-between;
}

.blog .post {
}

.blog .post-1 {
}

.blog .post-3 {
}

.blog .post p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  margin-top: 5px;
}

.instagram {
  padding: 100px 0 100px 0;
  text-align: center;
}

.instagram span {
  font-weight: 300;
  font-size: 15px;
}

.instagram .login {
  display: inline-block;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 10px;
}

::placeholder {
  color: #96979b;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #96979b;
}

::-ms-input-placeholder {
  color: #96979b;
}

.clear {
  clear: both;
}

@media only screen and (max-width: 1213px) {
  .header .logo {
    left: 20px;
  }

  .contact .left {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 1040px) {
  .boxes .box {
    float: none;
    margin: 0 auto 60px auto;
  }
  .about_us {
    padding: 80px 20px 80px 20px;
  }
}

@media only screen and (max-width: 970px) {
  .boxes {
      padding-bottom: 30px;
  }

  .contact .left {
    float: none;
    width: 100%;
    padding: 20px;
  }

  .contact .right {
    float: none;
    width: 100%;
    padding-top: 50px;
    text-align: center;
  }

  .contact .right img {
    width: 70%;
    margin: auto;
  }

  .blog {
    display: block;
    text-align: center;
  }

  .blog .post {
    margin: 0 auto 40px auto;
  }

  .instagram {
    padding: 50px 0 50px 0;
  }
}

@media only screen and (max-width: 720px) {
  .header {
    height: auto;
    padding-bottom: 20px;
    text-align: center;
  }

  .header .logo {
    position: relative;
    top: 0;
    left: 0;
    margin: 20px auto 0 auto;
  }

  .boxes .box {
    max-width: 473px;
  }
}

@media only screen and (max-width: 500px) {
  .header .menu {
    padding: 20px 10px 0 10px;
    display: flex;
    justify-content: space-between;
  }

  .header .menu a {
    margin: 0 5px 0 5px;
  }

  .boxes .box {
    width: 100%;
  }
}
