/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/single-post-content/single-post-content.scss ***!
  \*************************************************************************************************************************************************************************************************************************************/
.white-popup {
  position: fixed;
  z-index: 150;
  bottom: 24px;
  left: 24px;
  width: 100%;
  max-width: 190px;
  background: #fff;
  border-radius: 15px 15px 15px 2px;
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
  transition: 0.5s opacity, 0.5s visibility;
}
@media screen and (max-width: 440px) {
  .white-popup {
    max-width: unset;
    width: calc(100% - 40px);
    left: 20px;
  }
}
.white-popup.active {
  opacity: 1;
  visibility: visible;
}
.white-popup_close {
  position: absolute;
  top: 5px;
  right: 8px;
  cursor: pointer;
}
.white-popup_close svg {
  width: 10px;
  height: 10px;
  object-fit: cover;
}
.white-popup_close svg path {
  stroke: #26084c;
}
.white-popup_label {
  color: #c996f4;
}
.white-popup_title {
  color: #26084c;
}
.white-popup_subtitle {
  color: #72d1ff;
  text-transform: uppercase;
}

@media screen and (min-width: 1921px) {
  .white-popup {
    bottom: 1.25vw;
    left: 1.25vw;
    max-width: 17.70833vw;
    border-radius: 1.04167vw 1.04167vw 1.04167vw 0.26042vw;
    padding: 0.625vw;
  }
  .white-popup_close {
    top: 0.78125vw;
    right: 0.78125vw;
  }
  .white-popup_close svg {
    width: 0.72917vw;
    height: 0.72917vw;
  }
}
.big-popup {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s opacity, 0.3s visibility;
}
.big-popup.active {
  opacity: 1;
  visibility: visible;
}
.big-popup.active .big-popup_inner {
  transform: none;
}
.big-popup_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.big-popup_inner {
  position: relative;
  background: #3d2273;
  width: 100%;
  max-width: 550px;
  border-radius: 20px;
  transform: translateY(70px);
  transition: 0.3s transform;
}
.big-popup_inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, rgba(201, 150, 244, 0) 0%, #c996f4 100%);
  opacity: 0.2;
  border-radius: 0 0 20px 20px;
}
.big-popup_inner::after {
  content: "";
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(180deg, rgba(114, 209, 255, 0) 0%, #72d1ff 100%);
  opacity: 0.2;
  border-radius: 20px 20px 0 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 600px) {
  .big-popup_inner {
    max-width: unset;
    width: calc(100% - 30px);
  }
}
.big-popup_top {
  padding: 18px 25px;
  background: #72d1ff;
  border-radius: 20px 20px 0 0;
  color: #26084c;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 25px;
}
@media screen and (max-width: 600px) {
  .big-popup_top-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 540px) {
  .big-popup_top br {
    display: none;
  }
}
.big-popup_close {
  cursor: pointer;
}
.big-popup_close svg g {
  opacity: 0.4;
}
.big-popup_close svg path {
  stroke: #26084c;
}
.big-popup_content {
  padding: 25px;
}
@media screen and (max-width: 600px) {
  .big-popup_content {
    padding: 15px;
  }
}
.big-popup_content-title {
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .big-popup_content-title {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.big-popup_content-text {
  color: #e9ceff;
}
.big-popup_content-text p {
  margin-bottom: 15px;
}
.big-popup_content-text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .big-popup_content-text p {
    font-size: 10px;
    line-height: 150%;
    margin-bottom: 10px;
  }
}
.big-popup_content-text a {
  color: #72d1ff;
  text-decoration: underline;
}

.single-post-content {
  background: #fff;
  color: #26084c;
  padding: 200px 0 100px;
}
@media screen and (max-width: 1000px) {
  .single-post-content {
    background: transparent;
    color: #fff;
    padding: 170px 0 80px;
  }
}
@media screen and (max-width: 500px) {
  .single-post-content {
    padding: 145px 0 70px;
  }
}
.single-post-content_main {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  text-align: justify;
}
.single-post-content_main .purple {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 600px) {
  .single-post-content_main .purple {
    text-align: center;
  }
}
.single-post-content_main .purple::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -20px;
  left: -40px;
  width: calc(100% + 80px);
  height: calc(100% + 190px);
  background: #3b337a;
  display: none;
}
@media screen and (max-width: 1000px) {
  .single-post-content_main .purple::before {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .single-post-content_main .purple::before {
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 190px);
  }
}
@media screen and (max-width: 500px) {
  .single-post-content_main .purple::before {
    height: calc(100% + 120px);
  }
}
.single-post-content_main p {
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .single-post-content_main p {
    opacity: 0.8;
  }
}
.single-post-content_main h3 {
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-top: 50px;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .single-post-content_main h3 {
    color: #72d1ff;
  }
}
@media screen and (max-width: 600px) {
  .single-post-content_main h3 {
    font-size: 20px;
  }
}
.single-post-content_main h4 {
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-top: 35px;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .single-post-content_main h4 {
    color: #72d1ff;
  }
}
.single-post-content_main img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 14px;
}
.single-post-content_main ul {
  text-align: left;
  margin-top: 25px;
}
.single-post-content_main ul li {
  position: relative;
  padding-left: 24px;
  line-height: 130%;
  margin-bottom: 14px;
}
@media screen and (max-width: 1000px) {
  .single-post-content_main ul li {
    opacity: 0.8;
  }
}
.single-post-content_main ul li:last-child {
  margin-bottom: 0;
}
.single-post-content_main ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #c996f4;
}

@media screen and (min-width: 1921px) {
  .single-post-content {
    padding: 10.41667vw 0 5.20833vw;
  }
  .single-post-content_main {
    max-width: 51.04167vw;
  }
  .single-post-content_main .purple::before {
    bottom: -1.04167vw;
    left: -2.08333vw;
    width: calc(100% + 4.16667vw);
    height: calc(100% + 9.89583vw);
  }
  .single-post-content_main p {
    margin-top: 1.04167vw;
  }
  .single-post-content_main h3 {
    font-size: 1.25vw;
    margin-top: 2.60417vw;
  }
  .single-post-content_main h4 {
    font-size: 0.9375vw;
    margin-top: 1.82292vw;
  }
  .single-post-content_main img {
    border-radius: 0.72917vw;
  }
  .single-post-content_main ul {
    margin-top: 1.30208vw;
  }
  .single-post-content_main ul li {
    padding-left: 1.25vw;
    margin-bottom: 0.72917vw;
  }
  .single-post-content_main ul li::before {
    width: 0.41667vw;
    height: 0.41667vw;
  }
}
