/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/styles/blocks/price.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
.price {
  position: relative;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}
@media (max-width: 991px) {
  .price {
    padding: 32px 0;
  }
}
.price__wrap {
  display: flex;
  justify-content: space-between;
  z-index: 2;
  position: relative;
  align-items: center;
}
@media (max-width: 991px) {
  .price__wrap {
    flex-direction: column;
  }
}
.price__left {
  width: 50%;
}
.price__left img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .price__left {
    width: 100%;
    margin-bottom: 24px;
  }
}
.price__title {
  font-size: 56px;
  letter-spacing: -3px;
  padding-right: 0;
  margin-bottom: 24px;
}
@media (max-width: 568px) {
  .price__title {
    font-size: 56px;
    letter-spacing: -1.3px;
  }
}
.price__desc {
  color: #09090B;
  font-family: "Space Grotesk";
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.96px;
  margin-bottom: 24px;
}
.price__content {
  margin-bottom: 24px;
}
.price__content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.price__content ul li {
  color: #71717B;
  font-family: "Rethink Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 12px;
  position: relative;
  padding-left: 32px;
}
.price__content ul li:last-child {
  margin-bottom: 0;
}
.price__content ul li:before {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: -2px;
  content: "";
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="24" height="24" fill="%2318181B"/><path d="M18 8L9.75 16L6 12.3636" stroke="white" stroke-width="1.66667"/></svg>');
}
.price .btn {
  width: 100%;
}
.price__right {
  width: 50%;
  padding: 72px 0 72px 72px;
  position: relative;
}
@media (max-width: 991px) {
  .price__right {
    width: 100%;
    padding: 0;
  }
}
.price__label {
  position: absolute;
  right: 0;
  top: 72px;
  background: #E8E7FF;
  color: #3F35FF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
  text-transform: uppercase;
  padding: 6px 16px;
}
@media (max-width: 991px) {
  .price__label {
    top: 0;
  }
}
.price .half-section {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #D8D8D8;
  z-index: 1;
  background: #FAFAFA;
}
@media (max-width: 991px) {
  .price .half-section {
    display: none;
  }
}
