.home__firstrow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  overflow-x: hidden;
}

@media (min-width: 992px) {
  .home__firstrow-images {
    position: relative;
    margin: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media (min-width: 1600px) {
  .home__firstrow-images {
    height: inherit;
  }
}

@media (max-width: 992px) {
  .home__firstrow-images {
    width: 100%;
  }
}

.home__firstrow-loggo {
  position: absolute;
  width: 20%;
  top: 2%;
}

@media (min-width: 1600px) {
  .home__firstrow-loggo {
    width: 200px;
  }
}

.home__firstrow-icon {
  position: absolute;
  top: 65%;
  left: 50%;
}

@media (min-width: 1600px) {
  .home__firstrow-icon {
    top: 65%;
    left: 50%;
    width: 200px;
  }
}

@media (max-width: 992px) {
  .home__firstrow-icon {
    width: 30%;
  }
}

.home__firstrow-text {
  position: absolute;
  font-weight: bold;
  color: white;
  top: 90%;
  font-size: 1.2vw;
}

@media (max-width: 992px) {
  .home__firstrow-text {
    font-size: 3.7vw;
  }
}

.home__firstrow__button-text {
  padding: 5px 10px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #277772), to(#28aba4));
  background: linear-gradient(to right, #277772 40%, #28aba4 100%);
  color: white;
  font-weight: normal;
}

.home__firstrow__button-text:hover {
  text-decoration: none;
  color: black;
}

.home__secondrow {
  position: relative;
}

@media (max-width: 992px) {
  .home__secondrow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home__secondrow-image {
  display: block;
  vertical-align: middle;
  width: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  height: 500px;
}

.home__secondrow-text {
  position: absolute;
  font-family: "Dancing Script", cursive;
  font-size: 80px;
  color: white;
}

@media (min-width: 992px) {
  .home__secondrow-text {
    left: 5%;
    top: 10%;
  }
}

@media (max-width: 992px) {
  .home__secondrow-text {
    font-size: 60px;
    text-align: center;
  }
}

.home__secondrow-button {
  position: absolute;
  padding: 10px 30px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #e27f3e), to(#ca3900));
  background: linear-gradient(to right, #e27f3e 10%, #ca3900 100%);
  color: white;
  font-weight: bold;
}

@media (min-width: 992px) {
  .home__secondrow-button {
    left: 70%;
    top: 40%;
  }
}

@media (max-width: 992px) {
  .home__secondrow-button {
    top: 80%;
  }
}

.home__secondrow-button:hover {
  text-decoration: none;
  color: black;
}

.home__productrow {
  position: relative;
}

@media (min-width: 992px) {
  .home__productrow-loggo {
    position: absolute;
    left: 45%;
    top: 5%;
  }
}

@media (max-width: 992px) {
  .home__productrow-loggo {
    display: none;
  }
}

.home__productrow-content {
  position: absolute;
  color: white;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (min-width: 1600px) {
  .home__productrow-content {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .home__productrow-content {
    width: 100%;
    font-size: 4vw;
  }
}

.home__productrow-sign {
  font-size: 40px;
}

.home__productrow-poligon {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(0 0%, 38% 0, 75% 100%, 0% 100%);
          clip-path: polygon(0 0%, 38% 0, 75% 100%, 0% 100%);
}

@media (max-width: 992px) {
  .home__productrow-poligon {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

@media (max-width: 992px) {
  .home__productrow-icons {
    width: 100px;
  }
}

@media (max-width: 480px) {
  .home__productrow-icons {
    width: 70px;
  }
}

@media (min-width: 992px) {
  #row1_image1 {
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
  }
}

@media (min-width: 992px) {
  #row1_image2 {
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
            clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
    margin-left: -11%;
  }
}

@media (min-width: 992px) {
  #row1_image3 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    margin-left: -24%;
    -ms-flex-preferred-size: 125%;
        flex-basis: 125%;
  }
}

#fa_loggo {
  width: 15%;
  left: 63%;
}

@media (max-width: 500px) {
  #fa_loggo {
    width: 90px;
  }
}

@media (min-width: 1600px) {
  #fa_loggo {
    width: 150px;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  #fa_loggo {
    left: 53%;
  }
}

@media (max-width: 250px) {
  #fa_loggo {
    width: 60px;
  }
}

#schwarzkopf_loggo {
  left: 40%;
}

@media (max-width: 991px) {
  #schwarzkopf_loggo {
    left: 60%;
  }
}

@media (max-width: 500px) {
  #schwarzkopf_loggo {
    width: 100px;
  }
}

@media (max-width: 250px) {
  #schwarzkopf_loggo {
    width: 60px;
  }
}

#syoss_loggo {
  left: 60%;
}

@media (max-width: 500px) {
  #syoss_loggo {
    width: 100px;
  }
}

@media (max-width: 250px) {
  #syoss_loggo {
    width: 60px;
  }
}

#icon_fa {
  top: 70%;
}

@media (max-width: 1250px) and (min-width: 992px) {
  #icon_fa {
    left: 45%;
  }
}

@media (max-width: 1600px) and (min-width: 992px) {
  #icon_schwarzkopf {
    left: 43%;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  #icon_syoss {
    left: 54%;
  }
}

#text_fa {
  left: 20%;
}

@media (min-width: 992px) and (max-width: 993px) {
  #text_fa {
    font-size: 1.2vw;
  }
}

@media (max-width: 992px) {
  #text_schwarzkopf {
    left: 5%;
    font-size: 3.5vw;
  }
}

@media (min-width: 992px) and (max-width: 993px) {
  #text_schwarzkopf {
    font-size: 1.2vw;
    left: 0%;
  }
}

#text_syoss {
  top: 90%;
}

@media (max-width: 992px) {
  #text_syoss {
    left: 5%;
    font-size: 3.4vw;
  }
}

@media (min-width: 992px) and (max-width: 993px) {
  #text_syoss {
    font-size: 1.2vw;
    left: 0%;
  }
}

#schwarzkopf_button {
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #8f214b), to(#ad245d));
  background: linear-gradient(to right, #8f214b 40%, #ad245d 100%);
}

#syoss_button {
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #5a2d80), to(#53116d));
  background: linear-gradient(to right, #5a2d80 40%, #53116d 100%);
}

@media (min-width: 993px) and (max-width: 1150px) {
  #first_textline_product {
    font-size: 1rem;
  }
}

@media (max-width: 1420px) and (min-width: 993px) {
  #first_textline_product {
    width: 350px;
  }
}

#fa_poligon_color {
  background-color: rgba(21, 69, 81, 0.8);
}

#schwarzkopf_poligon_color {
  background-color: rgba(102, 15, 34, 0.8);
}

#syoss_poligon_color {
  background-color: rgba(15, 0, 36, 0.8);
}

@media (max-width: 992px) and (min-width: 550px) {
  #productrow_image {
    height: 800px;
  }
}

@media (max-width: 549px) and (min-width: 450px) {
  #productrow_image {
    height: 650px;
  }
}

#button_color_schwarzkopf {
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #9c1734), to(#9e092a));
  background: linear-gradient(to right, #9c1734 40%, #9e092a 100%);
}

#button_color_syoss {
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #250b4b), to(#250258));
  background: linear-gradient(to right, #250b4b 40%, #250258 100%);
}

@media (max-width: 1200px) and (min-width: 993px) {
  .wrap_text_product {
    width: 430px;
  }
}

@media (min-width: 1200px) {
  .wrap_text_product {
    width: 500px;
  }
}

@media (max-width: 993px) and (min-width: 500px) {
  .h6-exception {
    font-size: 3vw;
  }
}

@media (max-width: 993px) and (min-width: 500px) {
  .h4-exception {
    font-size: 5vw;
  }
}

.weight-light-row {
  font-weight: lighter;
}

@media (max-width: 993px) and (min-width: 500px) {
  .weight-light-row {
    font-size: 3vw;
  }
}

@media (min-width: 992px) {
  .weight-light-row {
    width: 65%;
  }
}
/*# sourceMappingURL=home.css.map */