.product__wrapper {
  display: flex;
}
@media (max-width: 575.98px) {
  .product__wrapper {
    flex-direction: column-reverse;
  }
}
.product__wrapper > div:first-child {
  flex: 1;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product__wrapper > div:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -100%;
  background: #0F78EE;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .product__wrapper > div:first-child::before {
    right: -100%;
  }
}
.product__wrapper > div:first-child .content {
  max-width: 400px;
}
@media (max-width: 575.98px) {
  .product__wrapper > div:first-child .content {
    max-width: none;
  }
}
.product__wrapper > div:first-child .content > div {
  margin-bottom: 77px;
}
@media (max-width: 991.98px) {
  .product__wrapper > div:first-child .content > div {
    margin-bottom: 40px;
  }
}
.product__wrapper > div:first-child .content h1 {
  margin-bottom: 20px;
  font: 400 48px/1 "Montserrat-Regular";
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .product__wrapper > div:first-child .content h1 {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .product__wrapper > div:first-child .content h1 {
    font-size: 24px;
  }
}
.product__wrapper > div:first-child .content p:has(+ ol),
.product__wrapper > div:first-child .content p:has(+ ul) {
  color: #ffffff;
  margin-bottom: 10px;
}
.product__wrapper > div:first-child .content ol {
  margin-left: 14px;
  list-style: decimal;
}
.product__wrapper > div:first-child .content ol:not(:last-of-type) {
  margin-bottom: 24px;
}
.product__wrapper > div:first-child .content ul {
  margin-left: 24px;
}
.product__wrapper > div:first-child .content ul li {
  position: relative;
}
.product__wrapper > div:first-child .content ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 2px;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 5px;
}
.product__wrapper > div:first-child .content ul:not(:last-of-type) {
  margin-bottom: 24px;
}
.product__wrapper > div:first-child .content li {
  color: #ffffff;
}
.product__wrapper > div:first-child .content li:not(:last-of-type) {
  margin-bottom: 10px;
}
.product__wrapper > div:first-child .content .product-price {
  font: 400 32px/1 "Montserrat-Regular";
  color: #ffffff;
}
.product__wrapper > div:first-child .content .product-price span:last-of-type {
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .product__wrapper > div:first-child .content .product-price {
    font-size: 24px;
  }
}
.product__wrapper > div:first-child .content button {
  padding: 7px 40px;
  border: 2px solid transparent;
  border-radius: 10px;
  font: 400 18px/1 "Montserrat-Regular";
  text-align: center;
  cursor: pointer;
  background: #ffffff;
  border-color: #ffffff;
  color: #0F78EE;
  width: 100%;
  max-width: 343px;
}
@media (max-width: 767.98px) {
  .product__wrapper > div:first-child .content button {
    font-size: 14px;
  }
}
.product__wrapper > div:first-child .content button:hover {
  opacity: 0.9;
}
.product__wrapper .product-image {
  flex-basis: 56%;
}
.product__wrapper .product-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .product__wrapper .product-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
  }
}
@media (max-width: 575.98px) {
  .product__wrapper .product-image img {
    width: 315px;
  }
}
@media (max-width: 991.98px) {
  .product__wrapper .product-image {
    flex-basis: 50%;
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .product__wrapper .product-image {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media (max-width: 575.98px) {
  .product__wrapper .product-image {
    background: #0F78EE;
    justify-content: center;
  }
}
.product-about {
  background: url(../assets/img/product-about.png) center/cover no-repeat;
  padding: 0 20px;
}
.product-about .about__wrapper {
  max-width: 1103px;
  margin: 0 auto;
  padding: 40px 0;
}
.product-about .about__wrapper .content {
  padding: 30px 10px;
  background: rgba(255, 255, 255, 0.8);
  border: 3px solid #0F78EE;
  border-radius: 16px;
  box-shadow: 0px 4px 13.8px 0px rgba(0, 0, 0, 0.2509803922);
}
.product-about .about__wrapper .content span {
  display: block;
  margin-bottom: 26px;
  font: 400 30px/1 "Montserrat-Regular";
  text-align: center;
}
@media (max-width: 575.98px) {
  .product-about .about__wrapper .content span {
    font-size: 24px;
  }
}
.product-about .about__wrapper .content p {
  text-align: center;
}
.product-benefits {
  background: #0F78EE;
}
.product-benefits .benefits__wrapper {
  max-width: 964px;
  margin: 0 auto;
  padding: 33px 20px 47px;
}
.product-benefits .benefits__wrapper span {
  display: block;
  color: #ffffff;
  margin-bottom: 21px;
}
.product-benefits .benefits__wrapper ul {
  color: #ffffff;
  margin-left: 24px;
}
.product-benefits .benefits__wrapper ul li {
  position: relative;
}
.product-benefits .benefits__wrapper ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 2px;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 5px;
}
.product-benefits .benefits__wrapper ul li:not(:last-of-type) {
  margin-bottom: 18px;
}/*# sourceMappingURL=product.css.map */