main .parent div.label-wrapper {
  position: absolute;
  top: 165px;
  left: 0;
  height: 120px;
  width: 70%;
  border-radius: 7px;
  box-shadow: 5px 5px 8px 0 rgba(95, 78, 254, 0.25);
  background-image: linear-gradient(272deg, #5748fe, #7760ff);
}

main .parent div.label-content {
  max-width: 630px;
  padding: 10px 0;
}

main .parent div.label-content .label {
  font-family: "Manrope-Semibold", sans-serif;
  font-size: 32px;
  color: #ffffff;
}

main .parent div.label-content .description {
  color: #ffffff;
  font-size: 14px;
}

main .parent .label-content .arrow-big {
  background: rgba(255, 255, 255, 0.09) url(../images/arrow-right-big.png) center center no-repeat;
  width: 48px;
  height: 48px;
  float: right;
  margin-top: 10px;
  border-radius: 24px;
}

main .parent h1 {
  font-family: "Manrope-Semibold", sans-serif;
  font-size: 32px;
  display: block;
  letter-spacing: 0.2px;
  color: #18205f;
  line-height: 44px;
  padding-top: 55px;
  margin-bottom: 30px;
  margin-top: 135px;
}

main .parent .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

main .parent .products .product {
  width: 355px;
  height: 275px;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(209, 209, 209, 0.5);
  background-color: #ffffff;
  margin-bottom: 65px;
}

main .parent .products .product:hover {
  border-radius: 4px;
  box-shadow: 0 25px 34px 0 rgba(118, 104, 255, 0.14);
  background-color: #ffffff;
}

main .parent .products .product .image-wrapper {
  width: 355px;
  height: 120px;
  border-radius: 4px;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(209, 209, 209, 0.5)
}

main .parent .products .product .info {
  padding: 10px 25px;
}

main .parent .products .product .info h2 {
  width: 260px;
  height: 48px;
  font-size: 16px;
  font-family: "Manrope-Semibold", sans-serif;
  color: #18205f;
  margin-bottom: 11px;
  line-height: 48px;
}

main .parent .products .product:hover .info h2 {
  box-shadow: 5px 5px 8px 0 rgba(95, 78, 254, 0.25);
  background-image: linear-gradient(272deg, #5748fe, #7760ff);
  margin-left: -30px;
  padding-left: 30px;
  border-radius: 6px 30px 30px 6px;
  color: #ffffff;
}

main .parent .products .product .arrow {
  display: none;
  background: url(../images/arrow-right.png) center center no-repeat;
  width: 14px;
  height: 10px;
  float: right;
  margin-top: 20px;
  margin-right: 25px;
}

main .parent .products .product:hover .arrow {
  display: inline;
}


main .parent .products .product .info .description {
  font-size: 13px;
  line-height: 18px;
}

body.sticky header {
  position: fixed;
  top: 0;
  width: 100%
}

body.sticky main .parent .label-content .arrow-big {
  margin-top: 15px;
}

body.sticky main .parent .label-wrapper .label-content {
  width: 1180px;
}

body.sticky main .parent .label-wrapper {
  position: fixed;
  top: 93px;
  width: 100%;
  height: 94px;
  box-shadow: 5px 5px 8px 0 rgba(95, 78, 254, 0.25), 0 10px 20px 0 rgba(88, 73, 254, 0.32);
  background-image: linear-gradient(271deg, #5748fe, #7760ff);
}

body.sticky main .parent .label-wrapper .label {
  font-size: 22px;
}

body.sticky main .parent h1 {
  padding-top: 245px;
}

@media only screen and (max-width: 1199px) {
  main .parent div.label-content .label {
    font-size: 27px;
  }

  main .parent .label-content .arrow-big {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 991px) {
  main .parent div.label-content .label {
    font-size: 21px;
  }

  main .parent div.label-content .description {
    font-size: 14px;
  }

  main .parent .products .product {
    width: 300px;
  }

  main .parent .products .product .image-wrapper {
    width: 300px;
  }

  main .parent .products .product .image-wrapper img {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {

  body.sticky main .parent .label-wrapper {
    top: 80px;
  }

  body.sticky main .parent div.label-content .label {
    padding-top: 20px;
  }

  body.sticky header {
    position: fixed;
    top: 0;
    display: block !important;
  }

  main .parent.product-list {
    padding-top: 30px;
  }

  main .parent .label-content .arrow-big {
    position: relative;
    top: -28px;
    left: 105px;
  }

  body.sticky main .parent .label-content .arrow-big {
    margin-top: 5px;
  }

  main .parent div.label-content .label {
    font-size: 22px;
    width: 100%;
    line-height: 30px;
    height: 120px;
    padding-top: 30px;
  }

  main .parent div.label-content .description {
    display: none;
  }

  main .parent div.label-content {
    max-width: 280px;
    min-width: 280px;
    padding: 0;
  }

  main .parent .products .product {
    width: 280px;
    height: 250px;
  }

  main .parent .products .product .image-wrapper {
    width: 280px;
  }

  main .parent .products .product .info .description {
    font-size: 12px;
  }

  main .parent .products .product .info {
    padding: 0 25px;
  }

  main .parent .products .product .info h2 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  body.sticky main .parent div.label-content .label {
    padding-top: 15px;
  }

  main .parent .products a {
    margin: 0 auto;
  }

  main .parent .products .product {
    margin-bottom: 25px;
  }
}
