@charset "UTF-8";
@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gilroy-Bold/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold/Gilroy-Bold.ttf") format("truetype"), url("../fonts/Gilroy-Bold/Gilroy-Bold.svg#Gilroy") format("svg"); }

@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gilroy-Medium/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium/Gilroy-Medium.ttf") format("truetype"), url("../fonts/Gilroy-Medium/Gilroy-Medium.svg#Gilroy") format("svg"); }

@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gilroy-Regular/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular/Gilroy-Regular.ttf") format("truetype"), url("../fonts/Gilroy-Regular/Gilroy-Regular.svg#Gilroy") format("svg"); }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, video {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: Gilroy, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  min-width: 340px;
  color: #333333;
  position: relative;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.03em; }

*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none; }

h1 {
  font-weight: bold;
  font-size: 42px;
  line-height: 150%;
  text-align: center;
  width: 100%; }
  h1.page-title {
    margin-top: 32px;
    margin-bottom: 32px; }

h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 140%; }


h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 140%; }

.hidden {
  display: none; }

.wrapper {
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

a {
  color: #333333;
  text-decoration: none; }

.iti-flag {
  background-image: url(../img/flags.png); }

section {
  position: relative; }

form input.error {
  box-shadow: inset 0px 0px 20px 1px rgba(255, 0, 0, 0.3);
  border: 2px solid red !important; }

form input.not_error {
  box-shadow: inset 0px 0px 20px 1px rgba(100, 255, 100, 0.3);
  border: 2px solid #99FF99 !important; }

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.container {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 10px;
  width: 100%;
  position: relative; }

.countdownHolder {
  margin: 0 auto;
  font: 30px/1 Roboto, sans-serif;
  text-align: center;
  letter-spacing: -3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  /*Параметры цифр */
  /*Параметры подложки для секций */
  /*Параметры секций разделения (:)*/
  /*Параметры вспомогательного текста (дни, часы, минуты, секунды)*/ }
  .countdownHolder .position {
    display: inline-block;
    height: 1em;
    overflow: hidden;
    position: relative;
    width: 0.5em; }
  .countdownHolder .digit {
    position: absolute;
    display: block;
    border-radius: 0.2em;
    text-align: center;
    color: #000;
    letter-spacing: -1px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .countdownHolder .countDays,
  .countdownHolder .countHours,
  .countdownHolder .countMinutes,
  .countdownHolder .countSeconds {
    background: #fff;
    border-radius: 5px;
    padding: 10px; }
  .countdownHolder .countDiv {
    display: none;
    width: 10px;
    height: 1em;
    position: relative; }
    .countdownHolder .countDiv:before, .countdownHolder .countDiv:after {
      position: absolute;
      width: 5px;
      height: 5px;
      background-color: #444;
      border-radius: 50%;
      left: 50%;
      margin-left: -3px;
      top: 0.2em;
      box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
      content: ''; }
    .countdownHolder .countDiv:after {
      top: 0.6em; }
  .countdownHolder .textdigit {
    font-size: 15px;
    letter-spacing: 0px; }

.heartlines {
  max-width: 1240px;
  width: 100%;
  background-color: #EF358C;
  height: 1px;
  margin: 0 auto;
  position: relative; }
  .heartlines:before {
    content: '';
    width: 74px;
    height: 14px;
    position: absolute;
    background: #fff url(../img/heart.svg) 50% no-repeat;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.fsb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.form {
  max-width: 460px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center; }
  .form label {
    display: block;
    text-align: left; }
    .form label span {
      font-weight: 400;
      font-size: 12px;
      line-height: 160%;
      display: block;
      color: #333333;
      opacity: 0.5; }
  .form input,
  .form select {
    width: 100%;
    max-width: 275px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #FF93C5;
    border-radius: 5px;
    padding-left: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 50px;
    display: block;
    margin-bottom: 16px; }
  .form select {
    width: 275px; }
  .form:before {
    content: "";
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.7) url(../img/loading.svg) 50% no-repeat;
    z-index: 10; }
  .form.loading:before {
    display: block; }
  .form .intl-tel-input {
    width: 275px; }
  .form .subm {
    background: #EF358C;
    border-radius: 30px;
    width: 275px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    margin-top: 10px; }
  .form .checkbox-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px; }
    .form .checkbox-wrap input {
      display: none; }
    .form .checkbox-wrap span {
      font-size: 12px;
      line-height: 160%;
      display: inline-block;
      position: relative;
      padding-left: 26px; }
      .form .checkbox-wrap span:before {
        width: 18px;
        height: 18px;
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #FF93C5;
        border-radius: 3px; }
    .form .checkbox-wrap a {
      color: #EF358C;
      text-decoration: underline; }

.personal-form {
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }
  .personal-form input,
  .personal-form label {
    width: 275px; }
  .personal-form .subm {
    margin: 0; }
  .personal-form .change-password {
    color: #EF358C;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center; }
    .personal-form .change-password span {
      margin-right: 15px; }

.btn {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  margin: 0 auto;
  background: #EF358C;
  border-radius: 30px;
  width: 275px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  display: block; }

.subm {
  cursor: pointer;
  border: none;
  display: block;
  margin: 0 auto; }

.header {
  background: #fff4f9;
  padding-top: 13px;
  overflow: visible;
  padding-bottom: 13px; }
  .header__container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
  .header__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center; }
    .header__logo_text {
      margin-left: 15px;
      font-size: 12px;
      line-height: 14px; }
      .header__logo_text b {
        font-weight: bold;
        font-size: 22px;
        line-height: 144%;
        display: block; }
        .header__logo_text b span {
          color: #EF358C; }
  .header__search {
    display: none!important;
    position: relative; }
    .header__search input {
      padding-left: 60px;
      border: none;
      background-color: transparent;
      border-left: 1px solid rgba(255, 147, 197, 0.3);
      line-height: 38px;
      height: 38px;
      color: #EF358C;
      width: 300px;
      transition: 0.3s ease; }
      .header__search input:hover, .header__search input:focus {
        border: 1px solid rgba(255, 147, 197, 0.3); }
    .header__search input:-ms-input-placeholder {
      color: #FF93C5; }
    .header__search input::placeholder {
      color: #FF93C5; }
    .header__search_btn {
      height: 100%;
      width: 50px;
      position: absolute;
      left: 0;
      top: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      background: transparent;
      border: none;
      cursor: pointer; }
      .header__search_btn path {
        transition: 0.3s ease; }
      .header__search_btn:hover path {
        stroke: #EF358C; }
  .header__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center; }
  .header__register {
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #EF358C;
    margin-right: 25px; }
  .header__login,
  .btn__login,
  .header__account,
  .btn__register {
    font-weight: bold;
    font-size: 16px;
    line-height: 36px;
    color: #EF358C;
    background: #FFFFFF;
    border: 1px solid #EF358C;
    box-sizing: border-box;
    border-radius: 41px;
    height: 40px;
    width: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: 0.3s ease; }
    .btn__login:hover,
    .btn__register:hover,
    .header__account:hover,
    .header__login:hover {
      background: #EF358C;
      color: #fff; }

    .header__account {
    	width: 150px;
    }
.section-categories {
  padding-bottom: 80px;
  background: url(../img/triangles.svg) no-repeat 50px 300px, url(../img/halfcircles.svg) no-repeat 100% 300px; }
  .section-categories .categories {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; }
  .section-categories .category {
    max-width: 400px;
    text-align: center;
    margin: 0 10px;
    margin-top: 115px;
    background: #FFFFFF;
    box-shadow: 0px 10px 35px rgba(51, 51, 51, 0.1);
    border-radius: 10px;

    position: relative;
    padding: 0 15px;
    padding-bottom: 30px;
    padding-top: 90px; }
    .section-categories .category__icon {
      position: absolute;
      width: 100px;
      height: 100px;
      background-position: 50%;
      background-repeat: no-repeat;
      left: 50%;
      top: 0;
      border-radius: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .section-categories .category__name {
      font-weight: bold;
      font-size: 24px;
      line-height: 140%;
      text-transform: uppercase;
      margin-bottom: 16px; }
    .section-categories .category__text {
      font-size: 14px;
      line-height: 140%;
      min-height: 100px; }
    .section-categories .category__btn {
      font-weight: bold;
      font-size: 12px;
      line-height: 160%;
      background: #EF358C;
      border-radius: 23.5px;
      width: 163px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      color: #fff;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 auto; }
    .section-categories .categorybig{
      width: 100%;
      position: relative;
      background: #FFEAEF;
      border-radius: 10px;
      padding: 22px 50px;
      margin-top: 100px;
      display: inline-block;
      min-height: 271px;
    }
    .section-categories .categorybig__title{
      font-family: Gilroy;
      font-weight: bold;
      font-size: 48px;
      line-height: 140%;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: #000000;
    }
    .section-categories .categorybig__desc{
      font-family: Gilroy;
      font-weight: 500;
      font-size: 35px;
      line-height: 140%;
      letter-spacing: 0.03em;
      color: #EC0F93;
      max-width: 560px;
    }
    .section-categories .categorybig .category__btn{
      margin-left: 0;
      margin-top: 45px;
    }
    .section-categories .categorybig__image{
      position: absolute;
      width: 367px;
      height: 435px;
      bottom:0px;
      right:30px;
      background-size: contain;
      background-position: bottom;
      background-repeat: no-repeat;
      z-index: 2;
    }
    .section-categories .categorybig__image.v2{
      width: 763px;
      height: 320px;
      right:0;
    }
    .section-categories .categorybig__image1 {
      position: absolute;
      width: 301px;
      height: 151px;
      bottom:0px;
      right:245px;
      background-size: contain;
      background-position: bottom;
      background-repeat: no-repeat;
      z-index: 3;
    }
    .section-categories .categorybig__image2 {
      position: absolute;
      width: 134px;
      height: 134px;
      top: -66px;
      right:329px;
      background-size: contain;
      background-position: bottom;
      background-repeat: no-repeat;
      z-index: 1;
    }

    .categorybig_slider {
      width: 100%;
    }
    .categorybig_slider .slick-arrow {
      top: calc(50% + 50px);
    }
    .categorybig_slider .slick-arrow:before {
      color: #EF358C;
    }
  .categorybig__wraplabel {
    position: absolute;
    right: 365px;
    top: 40px;
    transform: rotate(-6.24deg);
    z-index: 4;
    text-align: center;
  }
  .categorybig__wraplabel.v2 {
    right: 460px;
    top: 90px;
  }
  .categorybig__wraplabel-area {
    background: #EF358C;
    border-radius: 5px;
    padding: 10px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .categorybig__wraplabel-title {
    font-size: 18px;
    line-height: 135%;
    font-weight: 600;
    color: #000000;
    margin-bottom: 5px;
  }
  .categorybig__wraplabel-big {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 135%;
    color: #FFFFFF;
  }
  .categorybig__wraplabel-smal {
    font-weight: 500;
    font-size: 10px;
    line-height: 135%;
    color: #FFFFFF;
  }
  .categorybig__wraplabel-gold {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 25px;
    border-right: 1px solid #FFFFFF;
  }
  .categorybig__wraplabel-vip {
    padding-left: 25px;
  }
.section-telegram {
  padding-bottom: 180px;
  background: url(../img/circles.svg) no-repeat 95% calc(100% + 50px); }
  .section-telegram .block {
    background: #F8F8F8;
    border: 1px solid #FF93C5;
    border-radius: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
    position: relative; }
    .section-telegram .block__image {
      width: 280px;
      height: 100%;
      position: relative; }
      .section-telegram .block__image img {
        position: absolute;
        bottom: 0;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    .section-telegram .block__text {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center;
      align-items: center; }
      .section-telegram .block__text span {
        margin-left: 33px;
        font-weight: bold;
        font-size: 24px;
        line-height: 140%;
        text-transform: uppercase; }
    .section-telegram .block__btn {
      width: 163px;
      height: 45px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      background: #EF358C;
      border-radius: 23.5px;
      font-weight: bold;
      font-size: 12px;
      line-height: 160%;
      color: #FFFFFF; }

.section-breadcrumbs {
  padding: 20px 0; }

.section-heading {
  padding: 35px 0; }

.courses-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }

.filter {
  position: absolute;
  right: 0;
  top: -75px; }
  .filter__item {
    margin-left: 24px;
    border: 1px solid #333333;
    border-radius: 24px;
    height: 48px;
    line-height: 48px;
    width: 170px;
    padding-left: 15px; }

#sidebar {
  width: 100%;
  max-width: 295px; }

#main {
  width: 100%;
  max-width: 895px; }

.sidebar .block {
  background: rgba(255, 147, 197, 0.1);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 24px;
  display: block; }
  .sidebar .block__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 17px; }

.section-courses {
  padding-bottom: 150px; }
  .section-courses .main {
    max-width: 895px;
    width: 100%;
    position: relative; }

.posts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .posts .post {
    width: 285px;
    /* height: 380px; */
    background: #FFFFFF;
    box-shadow: 0px 8px 35px rgba(51, 51, 51, 0.1);
    border-radius: 10px;
    position: relative;
    /*border: 1px solid #FF93C5;*/
    border-radius: 10px;
    overflow: hidden;
    margin: 0 10px;
    margin-bottom: 30px; }
    .posts .post__version {
      position: absolute;
      right: 10px;
      bottom: 10px;
      text-align: center; }
      .posts .post__version_icon {
        width: 35px;
        height: 35px;
        background: #AB0E35;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 3.16636px;
        margin: 0 auto;
        margin-bottom: 7px; }
      .posts .post__version_name {
        font-weight: bold;
        color: #AB0E35;
        text-transform: uppercase; }
    .posts .post__category {
      position: absolute;
      top: 12px;
      right: 12px;
      background: #fff;
      box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
      border-radius: 5px;
      padding: 6px 20px; }
    .posts .post__image {
      background-size: cover;
      height: 240px;
      border-bottom: 1px solid #f3f3f3;
      position: relative; }
    .posts .post__content {
      padding: 20px; }
    .posts .post__title {
      font-size: 16px;
      line-height: 150%;
      /*text-transform: uppercase;*/
      font-weight: 700;
      min-height: 74px; }
    .posts .post__btn {
      display: inline-block;
      padding: 5px 10px;
      color: #ffffff;
      background: #EF358C;
      width: auto;
      border-radius: 15px;
    }
      .posts .post__btn span {
        margin-right: 8px; }


.section-single-post {
  padding-bottom: 150px; }
  .section-single-post h2 {
    margin-bottom: 24px; }
h2.big {
 font-size: 32px; }
.block-categories .categories {
  margin-left: -4px;
  margin-right: -4px; }

.block-categories .category {
  border: 1px solid #FF93C5;
  border-radius: 5px;
  padding: 7px 10px;
  margin: 0 4px;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  line-height: 160%; }

  .block-categories .category.active {
    background-color: #FF93C5;
    color: #fff;
  }

.block-useful-posts .item {
  padding: 24px 0;
  border-bottom: 1px solid #FF93C5;
  display: block; }
  .block-useful-posts .item:first-child {
    padding-top: 0; }
  .block-useful-posts .item:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  .block-useful-posts .item__category {
    font-size: 12px;
    line-height: 160%;
    color: #EF358C;
    padding-left: 18px;
    background: url(../img/heart.svg) no-repeat 0 50%;
    margin-bottom: 4px; }

.block-pinned-post .block__image {
  position: relative;
  overflow: hidden; }
  .block-pinned-post .block__image img {
    width: 100%; }

.block-pinned-post .block__category {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #FF93C5;
  border-radius: 5px;
  z-index: 10;
  padding: 6px 20px; }

.block-lessons .lesson {
  margin-bottom: 24px;
  display: block; }
  .block-lessons .lesson.current {
    color: #EF358C;
    padding-left: 15px;
    background: url(../img/current.svg) no-repeat 0 7px; }
  .block-lessons .lesson b {
    font-weight: 700; }
  .block-lessons .lesson:last-child {
    margin-bottom: 0; }

.section-landing-form {
  padding-bottom: 80px; }
  .section-landing-form .video-block {
    width: 100%;
    max-width: 715px; }
  .section-landing-form .form-block {
    background: rgba(255, 147, 197, 0.1);
    border-radius: 10px;
    padding: 20px 10px;
    text-align: center; }
  .section-landing-form .form__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 32px; }

.section-landing-info {
  padding: 50px 0; }
  .section-landing-info .info__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 50px; }
  .section-landing-info .info__list {
    columns: 2;
    max-width: 1030px;
    margin: 0 auto; }
    .section-landing-info .info__list li {
      font-size: 18px;
      line-height: 160%;
      max-width: 480px;
      padding-left: 34px;
      position: relative;
      background: url(../img/dot.svg) no-repeat 0 5px;
      margin-bottom: 24px; }

.section-speaker {
  padding: 50px 0; }
  .section-speaker .speaker__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .section-speaker .speaker__photo {
    width: 100%;
    max-width: 370px;
    border-radius: 10px;
    overflow: hidden; }
  .section-speaker .speaker__info {
    width: 100%;
    max-width: 820px;
    background: rgba(255, 147, 197, 0.1);
    border-radius: 10px;
    padding: 40px; }
  .section-speaker .speaker__title {
    color: #EF358C; }
  .section-speaker .speaker__name {
    font-weight: bold;
    font-size: 36px;
    line-height: 150%; }
  .section-speaker .speaker__prof {
    font-weight: bold;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 40px; }
  .section-speaker .speaker__list {
    list-style-type: disc;
    padding-left: 20px; }
    .section-speaker .speaker__list li {
      font-size: 18px;
      line-height: 160%;
      margin-bottom: 24px; }
      .section-speaker .speaker__list li:last-child {
        margin-bottom: 0; }

.section-landing-about {
  padding: 50px 0; }
  .section-landing-about .about__title {
    text-align: center;
    margin-bottom: 70px; }
    .section-landing-about .about__title b {
      text-transform: uppercase;
      display: block; }
  .section-landing-about .items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .section-landing-about .item {
    background: rgba(255, 147, 197, 0.1);
    border-radius: 10px;
    position: relative;
    width: 100%;
    max-width: 560px;
    padding: 30px;
    padding-left: 60px;
    margin-bottom: 30px; }
    .section-landing-about .item__icon {
      position: absolute;
      width: 70px;
      height: 70px;
      background: #EF358C;
      border-radius: 50%;
      top: 14px;
      left: 0;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-repeat: no-repeat;
      background-position: 50%; }
    .section-landing-about .item__title {
      font-weight: bold;
      font-size: 24px;
      line-height: 140%;
      text-transform: uppercase;
      margin-bottom: 16px; }

.section-community {
  padding: 50px 0; }
  .section-community .block {
    max-width: 1155px;
    margin-left: auto;
    padding: 60px 0;
    padding-left: 170px;
    width: 100%;
    background: rgba(255, 147, 197, 0.1);
    border-radius: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .section-community .block__image {
      width: 180px;
      height: 180px;
      position: absolute;
      top: 50%;
      left: 0;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-size: cover;
      border: 2px solid #EF358C;
      border-radius: 50%; }
    .section-community .block__text {
      max-width: 875px;
      font-size: 18px;
      line-height: 160%; }
      .section-community .block__text b {
        font-weight: bold;
        font-size: 24px;
        line-height: 140%;
        display: block; }
      .section-community .block__text span {
        color: #EF358C; }

.section-chat {
  padding: 100px 0; }
  .section-chat .block {
    background: #F8F8F8;
    border: 1px solid #FF93C5;
    border-radius: 10px;
    padding: 40px;
    position: relative;
    margin-bottom: 55px; }
    .section-chat .block__content {
      max-width: 640px; }
    .section-chat .block__image {
      position: absolute;
      bottom: 0;
      right: 20px; }
    .section-chat .block__title {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 27px; }
      .section-chat .block__title span {
        max-width: 540px;
        margin-left: 30px;
        font-weight: bold;
        font-size: 18px;
        line-height: 160%; }
    .section-chat .block__text {
      font-size: 18px;
      line-height: 160%; }

.section-success {
  padding: 30px 0;
  padding-bottom: 150px;
  text-align: center; }
  .section-success .block {
    max-width: 715px;
    margin: 0 auto; }
    .section-success .block__video {
      height: 430px;
      margin-bottom: 30px; }
    .section-success .block__title {
      font-weight: bold;
      font-size: 36px;
      line-height: 150%;
      text-transform: uppercase;
      background: rgba(255, 147, 197, 0.3);
      border-radius: 10px;
      padding: 25px 0;
      margin-bottom: 50px; }
    .section-success .block__text {
      margin-top: 50px; }
      .section-success .block__text b {
        font-weight: 700; }

.section-cabinet {
  padding: 50px 0;
  padding-bottom: 100px; }
  .section-cabinet .cabinet__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start; }
  .section-cabinet .cabinet__sidebar {
    max-width: 300px; }
    .section-cabinet .cabinet__sidebar .item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center;
      align-items: center; }
      .section-cabinet .cabinet__sidebar .item__icon {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 37px;
        height: 37px;
        border-radius: 50%;
        margin-right: 20px;
        background: rgba(255, 147, 197, 0.1); }
      .section-cabinet .cabinet__sidebar .item__title {
        font-weight: bold;
        font-size: 18px;
        line-height: 160%;
        color: #EF358C; }
  .section-cabinet .cabinet__body {
    background: rgba(255, 147, 197, 0.1);
    padding: 40px 100px;
    width: 100%;
    max-width: 820px; }
  .section-cabinet .personal-info .photo {
    width: 128px;
    height: 128px;
    border: 2px solid #EF358C;
    border-radius: 50%;
    overflow: hidden; }

.sec-packages {
  padding: 50px 0;
  padding-top: 0;
  position: relative; }
  .sec-packages .bg {
    position: absolute;
    height: 660px;
    width: 100%;
    top: 0px;
    left: 0px;
    background: #FFFEE7; }
  .sec-packages .container {
    position: relative;
    z-index: 2;
    padding-top: 50px; }
  .sec-packages .text {
    font-family: Gilroy;
    font-weight: bold;
    font-size: 24px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000;
    background: #FFCF5D;
    border-radius: 5px;
    padding: 22px; }
    .sec-packages .text span {
      color: #D92B7C; }
  .sec-packages .text1 {
    font-family: Gilroy;
    font-weight: bold;
    font-size: 60px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #000000;
    margin-top: 30px; }
  .sec-packages .text2 {
    font-family: Gilroy;
    font-weight: bold;
    font-size: 28px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000;
    margin-top: 10px; }
    .sec-packages .text2 span {
      color: #D92B7C; }
  .sec-packages .packages {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 100px;
    -ms-flex-align: start;
    align-items: flex-start; }
  .sec-packages .package {
    background: #FFFFFF;
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    position: relative;
    width: 400px;
    border: 1px solid #FF93C5; }
  .sec-packages .package.package_disable {
    border: 1px solid #444;
  }
  .sec-packages .package.package_disable .filter_o {
    opacity: 0.4
  }
  .sec-packages .package.package_disable .filter_g{
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
      -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .package_curlable {
    display: none;
  }
  .sec-packages .package.package_active .package_curlable {
    display: block;
    z-index: 12;
    background: #D92B7C;
    padding: 8px 10px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    transform: rotate(-20deg);
    position: absolute;
    top: 10px;
    left: -10px;
  }
  .sec-packages .package.package_disable:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
  .sec-packages .title {
    border-radius: 10px 10px 0px 0px;
    height: 169px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .sec-packages .text3 {
    font-weight: bold;
    font-size: 72px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000; }
  .sec-packages .text4 {
    margin-top: 14px;
    font-size: 18px;
    line-height: 124%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000; }
  .sec-packages .bullits {
    padding: 20px 27px;
    padding-bottom: 47px; }
  .sec-packages .text5 {
    font-weight: bold;
    font-size: 15px;
    line-height: 150%;
    color: #000000; }
  .sec-packages .bullit {
    font-size: 14px;
    line-height: 150%;
    color: #000000;
    margin-top: 13px;
    padding-left: 18px;
    position: relative; }
    .sec-packages .bullit a {
      font-size: 12px;
      line-height: 150%;
      color: #000000;
      opacity: 0.6;
      display: block;
      margin-top: 4px; }
    .sec-packages .bullit:before {
      position: absolute;
      content: '';
      background: #000000;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      top: 7px;
      left: 0px; }
  .sec-packages .prices {
    background: rgba(255, 147, 197, 0.1);
    border-radius: 0px 0px 10px 10px;
    padding-top: 1px;
    padding-bottom: 20px; }
  .sec-packages .text6 {
    font-size: 21px;
    line-height: 160%;
    text-align: center;
    color: #000000;
    padding: 6px;
    width: 80%;
    margin: 0 auto;
    margin-top: -26px;
    background: #FF93C5;
    border-radius: 5px; }
    .sec-packages .text6 span {
      color: #D92B7C; }
  .sec-packages .text7 {
    font-weight: bold;
    font-size: 21px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
    margin-top: 30px; }
    .sec-packages .text7 span {
      color: #D92B7C; }
  .sec-packages .text8 {
    font-weight: bold;
    font-size: 95px;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #D92B7C;
    text-align: center; }
    .sec-packages .text8 span {
      font-size: 45px;
      display: inline-block;
      vertical-align: bottom;
      margin-bottom: -15px; }
  .sec-packages .btn {
    margin: 0 auto;
    margin-top: -10px;
    font-size: 22px; }
  .sec-packages .text9 {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #000000;
    opacity: 0.3;
    margin-top: 20px;
    text-align: center; }
    .sec-packages .other_currency {
      font-weight: bold;
      font-size: 21px;
      line-height: 1;
      color: #D92B7C;
      text-align: center;
      margin-bottom: 35px;
      margin-top: -5px;
    }
  .sec-packages .sale {
    position: absolute;
    width: 156px;
    height: 40px;
    top: -18px;
    right: 10px;
    background: #EF358C;
    border-radius: 4px;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF; }
  .sec-packages .lines {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 1px; }
  .sec-packages .line {
    width: 159px;
    height: 2px;
    background: #D92B7C; }
  .sec-packages .star {
    width: 25px;
    height: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .sec-packages .text10 {
    font-weight: bold;
    font-size: 21px;
    line-height: 160%;
    color: #D92B7C;
    margin-bottom: 28px; }
  .sec-packages .text11 {
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    padding-left: 25px;
    position: relative;
    margin-bottom: 20px; }
    .sec-packages .text11 span {
      color: #D92B7C; }
    .sec-packages .text11:before {
      position: absolute;
      content: '';
      width: 14px;
      height: 14px;
      top: 5px;
      left: 0px;
      background: transparent url("../img/point.svg") center/contain no-repeat; }
      .sec-packages .text11 a {
        text-decoration: underline;
      }
      .sec-packages .text11 a:hover {
        color: #D92B7C;
        opacity: 0.8;
      }
  .sec-packages .additional {
    padding: 25px 35px; }
    .sec-packages .package3 .text3 {
      color: #fff; }
    .sec-packages .package3 .text4 {
      color: #fff; }
.section-404 {
  text-align: center;
  padding-bottom: 100px; }
  .section-404 .subtitle {
    font-weight: bold;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 40px; }
  .section-404 .image-404 {
    max-width: 100%; }

.section-lessons {
  padding: 50px 0;
  min-height: 250px; }
  .section-lessons .lesson {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px; }
    .section-lessons .lesson__link {
      color: #EF358C; }

.footer {
  background: #EF358C;
  padding-top: 35px;
  color: #fff; }
  .footer a {
    color: #fff; }
  .footer__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .footer__info {
    max-width: 310px; }
    .footer__info_text {
      font-size: 14px;
      line-height: 160%; }
  .footer__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 36px; }
    .footer__logo_text {
      margin-left: 15px;
      font-size: 12px;
      line-height: 14px;
      color: #FF93C5; }
      .footer__logo_text b {
        font-weight: bold;
        font-size: 22px;
        line-height: 144%;
        display: block; }
        .footer__logo_text b span {
          color: #fff; }
  .footer__menu li {
    margin-bottom: 12px;
    padding-left: 28px;
    background: url(../img/check-pink.svg) 0 50% no-repeat; }
  .footer__menu a {
    transition: 0.3s ease; }
    .footer__menu a:hover {
      text-decoration: underline; }
  .footer__contacts_phone {
    display: block;
    margin-bottom: 12px; }
  .footer__social {
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    margin-bottom: 20px; }
    .footer__social_link {
      width: 45px;
      height: 45px;
      background: #FFFFFF;
      border-radius: 3px;
      margin-right: 16px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
  .footer__copy {
    margin-top: 36px;
    border-top: 1px solid #FFFFFF;
    width: 100%;
    text-align: center;
    padding: 20px 0; }
    .footer__copy a {
      color: #FFE816; }

.modal-overlay {
  display: none;
  padding-top: 1px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  overflow: auto;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 60px; }
  .modal-overlay .close-button {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: -40px;
    cursor: pointer;
    transition: 0.2s linear; }
    .modal-overlay .close-button:before {
      content: '';
      height: 15px;
      width: 2px;
      display: block;
      background-color: #fff;
      -ms-transform: translateX(10px) rotate(-45deg);
      transform: translateX(10px) rotate(-45deg); }
    .modal-overlay .close-button:after {
      content: '';
      margin-top: -15px;
      height: 15px;
      width: 2px;
      display: block;
      background-color: #fff;
      -ms-transform: translateX(10px) rotate(45deg);
      transform: translateX(10px) rotate(45deg);
      transition: 0.2s linear; }

#modal-video .modal-content {
  height: auto;
  width: 100%; }

#modal-video .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  #modal-video .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modal-content {
  width: 100%;
  max-width: 800px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 40px;
  position: relative;
  text-align: center; }
  .modal-content h2 {
    text-transform: uppercase; }

.modal__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px; }

.modal__form label {
  width: 100%;
  max-width: 320px; }

.modal__form input {
  width: 100%;
  max-width: 320px; }

.modal__form .subm {
  margin-top: 30px; }

.modal__text {
  margin-bottom: 30px; }

.modal__bottom {
  margin-top: 20px; }
  .modal__bottom a {
    color: #EF358C;
    text-decoration: underline; }

.page-content {
  padding: 50px 10px;
  max-width: 1260px;
  margin: 0 auto;
  min-height: calc(100vh - 390px)
}

#pmpro_billing_address_fields {width: 100%;}

#pmpro_billing_address_fields .pmpro_checkout-field {display: none; }
#pmpro_billing_address_fields .pmpro_checkout-field-bfirstname,
#pmpro_billing_address_fields .pmpro_checkout-field-bphone,
#pmpro_billing_address_fields .pmpro_checkout-field-bconfirmemail,
#pmpro_billing_address_fields .pmpro_checkout-field-bemail {display: block; }
#pmpro_billing_address_fields hr,
#pmpro_billing_address_fields h3 {display: none;}

#pmpro_user_fields .pmpro_asterisk,
#pmpro_billing_address_fields .pmpro_asterisk {display: none;}

/* .pmpro_form {
  background: rgba(255, 147, 197, 0.1);
  border-radius: 10px;
  padding: 20px 10px;
  text-align: center;
  max-width: 460px;
  margin: 0 auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center; }
  .pmpro_form label {
    display: block;
    text-align: left; }
    .pmpro_form label span {
      font-weight: 400;
      font-size: 12px;
      line-height: 160%;
      display: block;
      color: #333333;
      opacity: 0.5; }
  form.pmpro_form input,
  form.pmpro_form select {
    width: 100% !important;
    max-width: 100% !important;
    height: 50px;
    background-color: #fff;
    border: 1px solid #FF93C5;
    border-radius: 5px;
    padding-left: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 50px;
    display: block;
    margin-bottom: 16px; }
  .pmpro_form select {
    width: 275px; }
  .pmpro_form .pmpro_btn  {
    background: #EF358C;
    border-radius: 30px;
    width: 275px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    -webkit-appearance: none!important;
    margin-top: 10px; }

.pmpro_submit hr {display: none;}

.search-results .section-posts{
  padding: 50px 0;
}

.search-results .posts {
  margin-top: 50px;
}

.pmpro-login .page-content {
  padding: 100px 0;
  min-height: 600px;
}

.pmpro-login .pmpro_message {
  max-width: 560px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}


#loginform .input,
#lostpasswordform .input {
  width: 100%;
  max-width: 100% !important;
  height: 50px;
  background-color: #fff;
  border: 1px solid #FF93C5;
  border-radius: 5px;
  padding-left: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  display: block;
  margin-bottom: 16px;
}

#loginform .button,
#lostpasswordform .button {
  background: #EF358C;
  border-radius: 30px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  border: none;
  cursor: pointer;
  -webkit-appearance: none!important;
} */

.lock .post__image:before {
  content:'';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/lock.png) no-repeat 50%;
}


#modal-lock .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

#modal-lock .btn__login,
#modal-lock .btn__register {
  width: 130px;
  margin: 0 5px;
}

.post.filtered {
  display: none;
}

.post.filtered.show {
  display: block;
}

#pmpro_levels_table{
  width: 100%;
}
#pmpro_levels_table tr{
  border-radius: 5px;
  border:3px solid #EF358C;
  margin-top: 5px;
  margin-bottom: 5px;
}

.video-container{
  width:100%;
  height:500px;
  overflow:hidden;
  position:relative;
}
.video-container iframe,{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container iframe, {
  pointer-events: none;
}
.video-container iframe{
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
}
.video-foreground{
  pointer-events:none;
}
.pmpro-checkout .pmpro_checkout-field-password{
  display: none;
}

#pmpro_account .pmpro_box{
	border: none;
}
.page-template-default h3,
.page-template-default h2,
#pmpro_account .pmpro_box h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 160%;
	text-transform: uppercase;
	margin-bottom: 12px;
}

#pmpro_account .pmpro_table,
.pmpro_affiliate_report {
	border: 1px solid #FF93C5;
}

#pmpro_account .pmpro_table thead,
.pmpro_affiliate_report thead {
	background: #FFDFEE;
}

#pmpro_account .pmpro_table td,
.pmpro_affiliate_report td {
	padding: 20px 35px;
}

#pmpro_account .pmpro_table th,
.pmpro_affiliate_report th {
	padding: 20px 35px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #EF358B;
}

#pmpro_account-profile.pmpro_box {
	border: 1px solid #FF93C5;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 35px;
	padding-top: 0;
	margin-top: 50px;
}

#pmpro_account-profile h3,
#pmpro_account-profile .pmpro_actionlinks {
	width: 100%;
}

#pmpro_account-profile.pmpro_box h3 {
	transform: translate(-35px, -125%);
}

#pmpro_account-profile p {
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	text-transform: uppercase;
	color: #EF358B;
	width: 33%;
	margin-top: 0 !important;
}

#pmpro_account-profile ul {
	width: 66%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#pmpro_account-profile ul li {
	width: 50%;
}

#pmpro_account-profile ul li strong {
	font-weight: 700;
}

#pmpro_account-profile .pmpro_actionlinks {
	border-top: 1px solid #FF93C5;
	margin-top: 35px !important;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 35px;
	color: #fff;
}

#pmpro_actionlink-profile,
.pmpro-account .button-primary {
	width: 239px;
	height: 66px;
	background: #FFDEEE;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 160%;
  color: #333333;
  border: 0;
}

#pmpro_actionlink-change-password {
	margin-left: 40px;
	color: #333333;
	opacity: 0.6;
	text-decoration: underline;
}

#pmpro_actionlink-logout {
	margin-left: auto;
	color: #333333;
  opacity: 0.6;
  padding-right: 140px;
}

#pmpro_actionlink-levels,
#pmpro_actionlink-invoices {
	display: none;
}

#pmpro_cancel p {
	font-size: 24px;
	line-height: 140%;
	text-transform: uppercase;
	color: #EB5757;
	margin-bottom: 30px;
	position: absolute;
	top:100px;
}
#pmpro_cancel .pmpro_yeslink  {
	background: #FFDEEE;
	border-radius: 5px;
	border:none;
}

.pmpro-cancel .page-content {
	position: relative;
	padding-top: 150px;
}

.pmpro-cancel .page-content ul,
.pmpro_content_message ul {
	padding-left: 20px;
}

.pmpro-cancel .page-content ul li,
.pmpro_content_message ul li {
	font-size: 16px;
	line-height: 160%;
	color: #333333;
	margin-bottom: 16px;
	list-style-type: disc;
}
.pmpro-cancel .page-content p,
.pmpro_content_message p{
	font-size: 16px;
	line-height: 160%;
	color: #333333;
	margin-bottom: 16px;
	list-style-type: disc;
}
.pmpro_content_message input {
  font-size: 16px;
	line-height: 160%;
  color: #333333;
  padding: 5px;
  border: 1px solid #FF93C5;
}
#nav-below {
  display: none;
}
.pmpro_affiliate_report_scrol {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 40px;
}
/* .pmpro_lost_password-instructions{
  font-weight: 400;
  font-size: 18px;
  text-align: center;

  max-width: 560px;
  margin: 0 auto;
  margin-bottom: 30px;
} */

.pmpro_form + hr{
  display: none;
}

/* .pmpro_actions_nav a{
  display: block;
  margin-top: 20px;
  font-weight: 700;
  text-decoration: underline;
  color:#EF358C;
  text-align: center;
} */

/* .pmpro_checkout h3 span.pmpro_checkout-h3-msg a{
  color:#EF358C;
  text-decoration: underline;
}
#pmpro_form .pmpro_checkout h3 span.pmpro_checkout-h3-name {
  display: block;
} */
/* .pmpro_pricing_fields-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 130%;
} */
/* #pmpro_form .pmpro_checkout h3 span{
  display: block;
}
#pmpro_form .pmpro_checkout h3 span.hiden{
  display: none;
}
.pmpro_checkout-field{
  max-width: 265px;
  margin: 0 auto!important;
} */
/* #other_discount_code_p{
  font-size: 16px;
}
#other_discount_code_p a{
  color:#EF358C;
  font-weight: 700;
  text-decoration: underline;
  display: block;
  text-align: center;
} */
/* .pmpro_checkout h3 span.pmpro_checkout-h3-name{
  margin-right: 0;
}
#pmpro_pricing_fields h3 span.pmpro_checkout-h3-msg{
  display: none;
}
input[type="button"]#other_discount_code_button, input[type="button"]#other_discount_code_button:hover{
  color:#EF358C;
  font-weight: 700;
  text-decoration: underline;
}
.pmpro_asterisk{
  display: none;
}
.pmpro_confirmation_wrap > p{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
} */
.courses-filter{
  display: none!important;
}

.pmpro-confirmation .footer {
  display: none;
}

/* #pmpro_billing_address_fields .pmpro_checkout-fields {
  transform: translateY(-100%);
}

#pmpro_user_fields .pmpro_checkout-fields {
  transform: translateY(100%);
}

#pmpro_user_fields .pmpro_checkout-field-bemail {
  transform: translateY(-100%);
}

#pmpro_user_fields .pmpro_checkout-field-password {
  transform: translateY(125%);
} */

/* #pmpro_billing_address_fields .pmpro_checkout-field-bphone {
  transform: translateY(100%);
} */

.pmpro_checkout-field-username {
  display: none;
}
.logged-in #pmpro_billing_address_fields .pmpro_checkout-fields,
.logged-in #pmpro_user_fields .pmpro_checkout-fields,
.logged-in #pmpro_user_fields .pmpro_checkout-field-bemail,
.logged-in #pmpro_user_fields .pmpro_checkout-field-password,
.logged-in #pmpro_billing_address_fields .pmpro_checkout-field-bphone {
  transform: none;
}



#pmpro_account {
  display: flex;
  flex-wrap: wrap;
  max-width: 780px;
  margin: 0 auto;
}

#pmpro_account-membership,
#pmpro_account-profile,
#pmpro_account-invoices {
  width: 100%;
}

#pmpro_account-profile {
  order: 1;
}

#pmpro_account-membership {
  order: 2;
}

#pmpro_account-invoices {
  order: 3;
}
.single-page-sec{
  padding: 50px 0px;
}
.single-page-sec strong{
  font-weight: 700
}
.single-page-sec p{
  padding-top: 20px;
}
.single-page-sec h2{
  margin-top: 50px;
}
.single-page-sec a{
  color: #EF358C;
  text-decoration: underline;
}
.pdf_but .wp-block-file__button {
  background-color: #EF358C;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 45px 10px 15px;
  display: inline-block;
  position: relative;
}
.pdf_but .wp-block-file__button:after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 12px;
  right: 12px;
  background: url('../img/pdf-file.svg') no-repeat;
  background-repeat: 100% 100%;
}
.level_label {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.level_label li {
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 4px 12px;
  background: #EF358C;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.level_label li:last-child {
  margin-right: 0;
}
.level_label li.color_num1 {
  background: #847f76;
}
.level_label li.color_num2 {
  background: #F3B737;
}
.level_label li.color_num3 {
  background: #72157D;
}
.single-course-link {
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #EF358C;
  margin-top: 15px;
}
.single-course-link:hover {
  text-decoration: underline;
}
.pmpro_confirmation_wrap {
  max-width: 780px;
  margin: 0 auto;
}


/* Help page style */
.section-help-page {
  letter-spacing: 0.03em;
  margin-top: 160px;
}
.help-page_content {
  width: calc(100% - 600px);
}
.help-page_img {
  width: 455px;
}
.help-page_img img {
  width: 100%;
  margin-top: -140px;
}
.help-page_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #EF358C;
  margin-bottom: 8px;
}
.help-page_subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #333333;
  margin-bottom: 35px;
}
.help-page_subtitle span {
  font-weight: 700;
  color: #000;
}
.help-page_emaildes {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #333333;
  max-width: 385px;
  margin-bottom: 20px;
}
.help-page_emaildes a {
  color: #EF358C;
  font-weight: 700;
}
.help-page_emaildes a:hover {
  text-decoration: underline;
}
.help-page_social {
  display: flex;
  margin-bottom: 50px;
}
.help-page_social a {
  padding: 15px 10px;
  height: 100%;
  border: 1px solid #FF93C5;
  background: rgba(255, 147, 197, 0.1);
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #333333;
  min-width: 145px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.4s, color 0.4s;
}
.help-page_social a path {
  transition: fill 0.4s;
}
.help-page_social a:hover path {
  fill: #ffffff;
}
.help-page_social a:hover {
  background: rgba(255, 147, 197, 1);
  color: #ffffff;
}
.help-page_social li:last-child a {
  margin-right: 0;
}
.help-page_social span {
  display: inline-block;
  margin-left: 15px;
}
.help-page_text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #333333;
  margin-bottom: 20px;
}
.help-page_phone {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #333333;
  display: flex;
  align-items: center;
  transition: color 0.4s;
  margin-bottom: 16px
}
.help-page_phone span {
  margin-left: 15px;
}
.help-page_phone path {
  transition: fill 0.4s
}
.help-page_phone:hover {
  color: #EF358C;
}
.help-page_phone:hover path{
  fill: #EF358C;
}
.help-page_hart {
  margin-top: 40px;
  background: rgba(255, 147, 197, 0.1);
  border-radius: 5px;
  padding: 20px 40px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  color: #333333;
}
.help-page_hart svg {
  margin-top: 2px;
  margin-left: 35px;
}

#pmpro_tos_fields h3,
#pmpro_tos_fields #pmpro_license {
  display: none;
}

#pmpro_tos_fields .pmpro_checkout-fields {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#pmpro_tos_fields #tos {
  height: 22px;
  width: 22px !important;
  margin: 0;
  margin-right: 10px;
}

.pmpro-checkout .flag-container {
  margin: 0 !important;
}


/* Мобильное меню */
.mob_menu-conatainer {
  display: flex;
  align-items: center;
}
.mob_menu-conatainer .footer__social,
.mob_menu-conatainer .footer__contacts_phone {
  display: none;
}
.mob_menu {
  display: flex;
  align-items: center;
}
.header__menu {
  display: flex;
}
.header__menu a {
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #EF358C;
  margin-right: 25px;
}
.menu_but {
  width: 40px;
  height: 40px;
  /*border: 2px solid #EF358C;*/
  position: relative;
  cursor: pointer;
  display: none;
}
.menu_but span {
  position: absolute;
  left: 3px;
  right: 3px;
  top: 7px;
  background-color: #EF358C;
  height: 2px;
  transition: transform 0.4s;
}
.menu_but span:nth-child(2) {
  top: 17px;
}
.menu_but span:nth-child(3) {
  top: 27px;
}
.menu_but.active span:nth-child(2) {
  display: none;
}
.menu_but.active span:nth-child(1) {
  transform: rotate(-45deg);
  top: 17px;
}
.menu_but.active span:nth-child(3) {
  transform: rotate(45deg);
  top: 17px;
}
.about__image-img {
  width: 701px;
  height: 456px;
  background-size: 100% 100%;
}

/* Блок цитаты Ольги Керхер */
.sec-olgacoment {
  background: #FFCF5D;
  padding: 0;
}
.olgacoment_area {
  display: flex;
  padding: 35px 0;
  font-family: Gilroy;
  letter-spacing: 0.03em;

}
.olgacoment__image {
  width: 350px;
}
.olgacoment__image-img {
  width: 372px;
  height: 328px;
  background-size: 100% 100%;
}
.olgacoment__content {
  width: calc(100% - 420px);
  background-size: 100% 100%;
  padding: 130px 30px 0 80px;
  margin-top: -28px;
}
.cinema_ticket {
  width: 29px;
  height: 29px;
  background-size: 100% 100%;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: -8px;
}
.olgacoment__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 30px;
}
.olgacoment__text span {
  font-weight: 700;
}
.olgacoment__about {
  margin-top: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  color: #000000;
}
.olgacoment__about span {
  font-weight: 700;
}
.wp-block-embed-soundcloud iframe {
  max-width: 100%;
  width: 100%;
  height: 180px;
}
.wpua-edit {
  max-width: 780px;
  margin: 0 auto;
  background-color: #FFDFEE;
  border: 1px solid #EF358C;
  padding: 35px;
}
.pmpro-account .error {
  max-width: 780px;
  margin: 0 auto;
  font-size: 15px;
  color: #ff0000;
}
.pmpro-account .updated {
  max-width: 780px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 18px;
  line-height: 160%;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #EF358C;
}

.wpua-edit .wpua-edit-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.wpua-edit #wpua-preview-existing {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #EF358C;
  overflow: hidden;
  display: inline-block;
}
.wpua-edit #wpua-preview-existing img {
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.wpua-edit #wpua-images-existing {
  text-align: center;
  display: flex;
  align-items: center;
}
.wpua-edit #wpua-thumbnail-existing,
#wpua-upload-button-existing {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.wpua-edit h3,
.wpua-edit #wpua-thumbnail-existing,
.wpua-edit #wpua-upload-messages-existing,
.wpua-edit .submit,
.wpua-edit #wpua-remove-existing,
.wpua-edit #wpua-file-existing {
  display: none;
}
.wpua-edit .prof_name {
  font-weight: bold;
  font-size: 21px;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #333333;
  margin-left: 30px;
}
.wpua-edit #wpua-upload-existing,
.wpua-edit .fl_upld{
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.03em;
  text-decoration-line: underline;
  color: rgba(0, 0, 0, 0.5);
  border: 0;
  outline: 0;
  background: none;
  cursor: pointer;
  transition: color 0.4s;
  display: inline-block;
}
.wpua-edit .fl_upld label {
  display: flex;
  align-items: center;
}
.wpua-edit #wpua-file-existing:hover,
.wpua-edit #wpua-upload-existing:hover,
.wpua-edit .fl_upld:hover {
  color: #EF358C;
}
.wpua-edit .fl_upld svg {
  margin-right: 10px;
}
.wpua-edit .fl_upld svg path {
  transition: fill 0.4s;
}
.wpua-edit .fl_upld:hover svg path {
  fill: #EF358C;
}

.expert_page {
  background: #FFF4F9;
  border-radius: 10px;
  padding: 20px 30px 20px;
  font-family: Gilroy;
  line-height: 140%;
  letter-spacing: 0.03em;
  margin-top: 50px;
  margin-bottom: 100px;
}
.expert_page-first {
  display: flex;
  justify-content: space-between;
}
.expert_page-img {
  width: 170px;
  position: relative;
}
.expert_page-des {
  width: calc(100% - 170px);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 10px;
  padding-bottom: 15px;
}
.expert_page-imgex {
  width: 130px;
  height: 130px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: -50px;
  background-size: 100% 100%;
}
.section-single-post .expert_page-name {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 5px;
}
.expert_page-work {
  font-weight: 400;
  font-size: 18px;
  color: #EF358C;
}
.expert_page-btn .off,
.expert_page-btn.active .on {
  display: none;
}
.expert_page-btn.active .off {
  display: block;
}
.expert_page-btn {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  transition: color 0.4s;
  cursor: pointer;
}
.expert_page-btn span {
  padding-right: 15px;
  position: relative;
}
.expert_page-btn svg {
  position: absolute;
  right: 0;
  top: 7px;
}
.expert_page-btn .on svg {
  top: 9px;
}
.expert_page-btn path {
  transition: stroke 0.4s;
}
.expert_page-btn:hover {
  color: #EF358C;
}
.expert_page-btn:hover path{
  stroke: #EF358C;
}
.expert_page-second {
  padding-top: 80px;
  display: none;
}
.expert_page-second.active {
  display: block;
}
.expert_page-second .bullit {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
}
.expert_page-second .bullit:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #EF358C;
  position: absolute;
  left: 0;
  top: 8px;
}
.expert_page-second  .minibullits .bullit {
  padding-left: 40px;
}
.expert_page-second  .minibullits .bullit:before {
  width: 5px;
  height: 2px;
  left: 20px;
  top: 10px;
  border-radius: 0;
}
.about_expert-title {
  font-family: Gilroy;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #333333;
  margin-top: 40px;
}

.facebook_popup-main {
  position: fixed;
  left: 0;
  right: 30px;
  bottom: 0;
  z-index: 999;
}
.facebook_popup {
  position: absolute;
  max-width: 395px;
  width: 100%;
  right: 0;
  bottom: 30px;
  transition: transform 0.8s;
  transform: translateY(150%);
}
.facebook_popup.active {
  transform: translateY(0);
}
.facebook_popup-header {
  background-color: #34599E;
  padding: 15px 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #FFFFFF;
}
.facebook_popup-content {
  background-color: #34599E;
  padding: 20px 15px 25px;
  position: relative;
}
.facebook_popup-figure {
  position: absolute;
  bottom: -22px;
  left: 40px;
  overflow: hidden;
  width: 22px;
  height: 22px;
}
.facebook_popup-figure:after {
  content: '';
  background-color: #34599E;
  width: 30px;
  height: 30px;
  position: absolute;
  transform: rotate(45deg);
  top: -15px;
  right: -20px;
}
.facebook_popup-footer {
  background-color: #DEDEDE;
  padding: 10px;
  text-align: center;
}
.facebook_popup-link {
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0.03em;
  text-decoration-line: underline;
  color: #333333;
  transition: color 0.4s;
}
.facebook_popup-close {
  cursor: pointer;
}
.facebook_popup-close path {
  transition: stroke 0.4s;
}
.facebook_popup-close:hover path {
  stroke: #EF358C;
}
.facebook_popup-link:hover {
  color: #EF358C;
}
.facebook_popup-action {
  padding: 30px 30px 40px 40px;
  background-color: #ffffff;
}
.facebook_popup-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
.facebook_popup-action iframe {
  width: 100% !important;
}
.facebook_popup .fb_iframe_widget span{
  width: 300px!important
}
.block-facebook-widget .fb_iframe_widget span{
  width: 255px !important;
}
@media print {
  .header__buttons,
  .pmpro_confirmation_wrap .pmpro_actions_nav,
  .pmpro_confirmation_wrap .pmpro_invoice-billing-address {
    display: none;
  }
 }

 /* .pmpro_checkout_gateway-fondy #pmpro_level_cost,
 .pmpro_checkout_gateway-fondy #pmpro_message {
   display: none;
 } */


/* Block Like Post */
.block-likepost {
  background: linear-gradient(106.5deg, #FFADD3 -2.9%, #A2A1FF 106.68%);
  border-radius: 10px;
  padding: 40px 40px 30px 20px;
  font-family: Gilroy;
  font-style: normal;
  letter-spacing: 0.03em;
  color: #333333;
  line-height: 160%;
  max-width: 735px;
}
.block-likepost_area {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 45px 25px 45px 125px;
}
.block-likepost_title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
}
.block-likepost_subtitle {
  font-size: 19px;
  line-height: 170%;
}
.block-likepost_subtitle span {
  font-weight: 700;
}
.block-likepost-des {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-left: 40px;
  position: relative;
}
.block-likepost_arow {
  position: absolute;
  width: 65px;
  height: 22px;
  bottom: -10px;
  right: 240px;
}
.block-likepost_arow svg {
  width: 100%;
  height: 100%;
}
.block-likepost .section-categories {
  padding-bottom: 0;
  background: none;
}
.block-likepost-text {
  font-weight: 400;
  font-size: 19px;
}
.block-likepost-text {
  font-size: 19px;
}
.block-likepost-text.bold {
  font-weight: 700;
  margin-top: 5px;
}
/* Custom Style */
body .custom-style {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #333333;
}
body .custom-style p {
  margin-bottom: 30px;
}
body .custom-style strong,
body .custom-style b {
  font-weight: 700;
}
body .custom-style h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: left;
}
body .custom-style h2 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
}
body .custom-style .data_pub {
  font-size: 14px;
  opacity: 0.3;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
body .custom-style .data_pub svg {
  margin-right: 10px;
}
body .custom-style .wp-block-image img {
  border-radius: 10px;
  display: block;
  max-width: 100%;
  height: auto;
}
body .custom-style .wp-block-image figcaption {
  opacity: 0.3;
  text-align: center;
}
body .custom-style .wp-block-quote {
  padding: 40px 50px 40px 100px;
  background-color: #FFF5FA;
  margin-bottom: 30px;
  position: relative;
}
body .custom-style .wp-block-quote:after {
  content: '';
  width: 29px;
  height: 21px;
  position: absolute;
  top: 42px;
  left: 40px;
  background: url(../img/union.png);
  background-size: cover;
}
body .custom-style .wp-block-quote p {
  margin-bottom: 0;
}
body .custom-style ul {
  margin-bottom: 30px;
}
body .custom-style ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
body .custom-style ul li:last-child {
  margin-bottom: 0;
}
body .custom-style ul li:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 20px;
  background-color: #EF358C;
}

/* fullaccess */
.fullaccess {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  background: rgba(255, 175, 212, 0.1);
  border: 1px solid #CA3A3A;
  border-radius: 5px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.fullaccess-content {
  display: flex;
  align-items: center;
}
.fullaccess-text {
  font-size: 18px;
  line-height: 160%;
  color: #000000;
}
.fullaccess-text span {
  font-weight: 700;
}
.fullaccess-img {
  margin-right: 40px;
  display: block;
  width: 35px;
  height: 35px;
  background-size: 100% 100%;
}
.fullaccess-link {
  padding: 15px 25px;
  background: #FFDC27;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  border-radius: 5px;
  opacity: 1;
  transition: background 0.4s, color 0.4s;
}
.fullaccess-link:hover {
  background: #EF358C;
  color: #fff;
}

/* Autorize style */
.pmpro_login_wrap, 
.pmpro_lost_password_wrap,
.pmpro_reset_password_wrap,
.pmpro_checkout_gateway-fondy,
.pmpro_change_password_wrap {
  background: #FFFFFF;
  box-shadow: 0px 10px 25px rgba(51, 51, 51, 0.1);
  border-radius: 10px;
  border: 1px solid #FF93C5;
  max-width: 500px;
  margin: 0 auto;
  padding: 35px 25px 30px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 160%;
}
.pmpro_login_wrap, 
.pmpro_lost_password_wrap,
.pmpro_reset_password_wrap{
  padding: 35px 25px 30px;
}
.pmpro_checkout_gateway-fondy {
  padding: 0;
}
.pmpro_checkout_gateway-fondy  .pmpro_form {
  max-width: 100%;
}
.pmpro_checkout_gateway-fondy .pmpro_pricing_fields-title,
.pmpro_checkout_gateway-fondy #pmpro_level_cost {
  background-color: #FFF4F9;
  margin: 0;
}
.pmpro_checkout_gateway-fondy .pmpro_pricing_fields-title {
  padding: 15px 20px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.pmpro_checkout_gateway-fondy #pmpro_level_cost {
  padding: 0 20px 10px;
}
#other_discount_code_p {
  font-size: 12px;
  padding: 7px;
  border-bottom: 1px solid #FF93C5;
}
#other_discount_code_a {
  color: #EF358C;
}
#other_discount_code_a:hover
.pmpro_checkout-h3-msg a:hover {
  text-decoration: underline;
}
.pmpro_checkout_gateway-fondy .pmpro_checkout h3 span.pmpro_checkout-h3-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 35px 0 5px;
}
.pmpro_checkout_gateway-fondy .pmpro_checkout h3 span.pmpro_checkout-h3-msg {
  font-size: 14px;
  text-align: center;
  text-transform: none;
  display: block;
}
.pmpro_checkout_gateway-fondy .pmpro_checkout h3 span.pmpro_checkout-h3-msg a {
  color: #EF358C;
}
.formhead {
  text-align: center;
  color: #333333;
  font-weight: normal;
  margin-bottom: 20px;
}
.formhead_title {
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 5px;
}
.formhead_subtitle {
  font-size: 14px;
  line-height: 160%;
}
.formhead_subtitle a {
  color: #EF358C;
}
.formhead_subtitle a:hover {
  text-decoration: underline;
}
.pmpro_checkout-fields p {
  text-align: center;
}
.pmpro_checkout-fields .pmpro_pricing_fields-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
}

.pmpro_login_wrap hr,
.pmpro_change_password_wrap hr,
.pmpro_change_password_wrap .pmpro_asterisk,
.pmpro_change_password_wrap .lite,
.pmpro_change_password_wrap .pmpro_btn-cancel,
.pmpro_change_password_wrap form.pmpro_form .pmpro_change_password-fields #pass-strength-result {
  display: none;
}
.pmpro_checkout_gateway-fondy #pmpro_message {
  visibility: hidden;
  height: 0;
  height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}
#loginform .login-remember {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px 0;
}
#loginform .login-remember label {
  display: flex;
  align-items: center;
}
.pmpro_login_wrap #rememberme {
  height: 18px;
  width: 18px;
  margin: 0;
  margin-right: 5px;
}
#loginform p,
.pmpro_checkout_gateway-fondy form.pmpro_form .pmpro_checkout-fields div {
  margin: 0;
}

.pmpro_lost_password-instructions {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.pmpro_lost_password-instructions span {
  font-weight: 700;
}
.pmpro_lost_password_wrap form.pmpro_form label,
.pmpro_login_wrap #loginform label,
.pmpro_checkout_gateway-fondy form.pmpro_form label,
.pmpro_change_password_wrap form.pmpro_form label {
  font-weight: 400;
  font-size: 13px;
}
#pmpro_billing_address_fields,
#pmpro_user_fields,
.pmpro_checkout_gateway-fondy .pmpro_submit {
  padding: 0 20px;
}
.pmpro_form,
#loginform,
#pmpro_billing_address_fields .pmpro_checkout-fields,
#pmpro_user_fields .pmpro_checkout-fields,
.pmpro_checkout_gateway-fondy .pmpro_checkout-field,
.pmpro_checkout_gateway-fondy .pmpro_submit > *,
.pmpro_checkout_gateway-fondy #pmpro_tos_fields {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}
#pmpro_tos_fields .pmpro_label-inline {
  font-size: 12px;
}
.pmpro_actions_nav a {
  font-size: 13px;
  transition: color 0.4s;
}
.pmpro_lost_password_wrap .pmpro_actions_nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.pmpro_lost_password_wrap .pmpro_actions_nav path {
  transition: fill 0.4s;
}
.pmpro_lost_password_wrap .pmpro_actions_nav svg {
  margin-right: 5px;
}
.pmpro_lost_password_wrap .pmpro_actions_nav a:hover path {
  fill: #EF358C;
}
.pmpro_actions_nav a:hover {
  color: #EF358C;
}
form.pmpro_form .pmpro_lost_password-fields div,
#loginform .login-username,
.pmpro_checkout_gateway-fondy .pmpro_checkout-field {
  margin-bottom: 0;
  padding-bottom: 15px;
}
.pmpro_checkout-field .selected-flag {
  display: flex !important;
  align-items: center;
}
.pmpro_checkout-field .intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 4px;
  font-size: 16px;
}
.pmpro_checkout-field .intl-tel-input .selected-flag .iti-flag {
  position: relative;
  padding-right: 10px;
}
form.pmpro_form .input,
.pmpro_login_wrap #loginform .input{
  border: 1px solid #EF358C;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  width: 100%;
  max-width: 100%;
}
form.pmpro_form .pmpro_submit {
  margin-top: 25px;
}
#pmpro_fondy_checkout {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.pmpro_checkout_gateway-fondy .pmpro_btn.pmpro_btn-submit-checkout {
  width: 100%;
}
.pmpro_checkout_gateway-fondy #pmpro_message_bottom {
  margin-top: 0;
  margin-bottom: 10px;
}
.pmpro_checkout_gateway-fondy #pmpro_message {
  display: none;
}
form.pmpro_form .pmpro_btn-submit,
.pmpro_login_wrap #loginform #wp-submit,
.pmpro_btn-submit-checkout,
input[type="button"]#other_discount_code_button {
  background: #EF358C;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  width: 100%;
  padding: 26px 10px;
  text-align: center;
  border: 0;
  transition: opacity 0.4s;
}

input[type="button"]#other_discount_code_button {
  margin: 0;
  width: 45%;
  height: 56px;
  padding: 0 10px;
}
form.pmpro_form .pmpro_btn-submit:hover,
.pmpro_login_wrap #loginform #wp-submit:hover,
.pmpro_btn-submit-checkout:hover,
input[type="button"]#other_discount_code_button:hover {
  opacity: 0.8;
  background: #EF358C;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
}
form.pmpro_form #other_discount_code.input {
  max-width: 100%;
  width: calc(55% - 20px);
}
#other_discount_code_tr {
  max-width: 360px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#other_discount_code_tr label {
  width: 100%;
}

/* newyeare */
.newyeare {
  position: relative;
  overflow: hidden;
  padding: 190px 20px 100px;
}
.newyeare .pmpro_checkout_gateway-fondy {
  position: relative;
  z-index: 2;
}
.newyeare-bg {
  background: linear-gradient(267.83deg, #D00C19 29.47%, #680001 100%);
  height: 500px;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  padding: 0 10px;
}
.newyeare-1 {
  width: 270px;
  height: 187px;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.newyeare-2 {
  width: 333px;
  height: 245px;
  background-size: 100% 100%;
  position: absolute;
  top: -50px;
  right: -95px;
}
.newyeare-3 {
  width: 440px;
  height: 307px;
  background-size: 100% 100%;
  position: absolute;
  bottom: -130px;
  left: calc(50% + 30px);
}
.newyeare-content {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #FFFFFF;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px 15px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.newyeare-content svg {
  position: absolute;
  width: 66px;
  height: 66px;
  bottom: -33px;
  left: calc(50% - 33px);
}
.newyeare-content p {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
.newyeare-content span {
  font-weight: 700;
}

/* cansel_ysub */
.cansel_ysub {
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgb(51, 51, 51, 0.7);
  font-family: Gilroy;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.cansel_ysub-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.cansel_ysub-area {
  background: #FFFFFF;
  border: 1px solid #FF93C5;
  border-radius: 10px;
  max-width: 500px;
  position: relative;
  padding-bottom: 30px;
}
.cansel_ysub-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  top: -45px;
  left: calc(50% - 45px);
  background-color: #EB5757;
  border: 15px solid #ffffff;
}
.cansel_ysub-title {
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  padding: 58px 35px 25px;
}
.cansel_ysub-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #333333;
  padding: 14px 10px;
  background-color: #FFF4F9;
  margin-bottom: 25px
}
.cansel_ysub-link {
  max-width: 320px;
  width: 100%;
  line-height: 70px;
  background: #EF358C;
  border-radius: 5px;
  margin: 0 auto;
  cursor: pointer;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 10px;
  color: #FFFFFF;
  text-align: center;
  transition: opacity 0.4s;
}
.cansel_ysub-link:hover {
  opacity: 0.7;
}
.cansel_ysub-close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -56px;
  cursor:pointer;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255, 0.4);
}
.cansel_ysub-close path {
  transition: stroke 0.4s;
}
.cansel_ysub-close:hover path {
  stroke:#333333;
}
#pmpro_account-membership #pmpro_actionlink-renew {
  display: none;
}

.add-text-for-checkaut{
  font-family: Gilroy;
  font-weight: bold;
  font-size: 40px;
  line-height: 135%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #333333;
  margin-top: 45px;
}
.add-text-for-checkaut span{
  color:#EF358C;
}
.add-block-steps{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 80px;
}
.add-block-steps .add-step{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  width: 92px;
  height: 34px;
  background: #D3D3D3;
  border-radius: 25px;
  position: relative;
}
.add-block-steps .add-step.active{
  background: #FF93C5;
}
.add-block-steps .add-step.active .add-circle{
  background:rgba(255,255,255,0.2) url(../img/white-bird.svg) 50% 50% no-repeat;
}
.add-block-steps .add-step .add-circle{
  width: 25px;
  height: 25px;
  background-color: rgba(255,255,255,0.2);
  border-radius: 50%;
}
.add-block-steps .line{
  height: 5px;
  width: 316px; 
  background: #D3D3D3;
}
.add-block-steps .line .active-part{
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, #FF93C5 0%, #EF358C 100%);;
}
.add-desc-step-text{
  position: absolute;
  width: 180px;
  font-family: Gilroy;
  font-size: 16px;
  line-height: 135%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #333333;
  bottom:-25px;
  left:calc(50% - 90px);
}
.add-block-steps .add-step .add-step-text{
  font-family: Gilroy;
  font-weight: bold;
  font-size: 16px;
  line-height: 135%;
  text-align: center;
  color: #FFFFFF;
  padding-right: 8px;
}
.add-block-info {
  background: rgba(255, 147, 197, 0.1);
  border-radius: 5px;
  width: 100%;
  padding: 25px 65px;
  margin-top: 100px;
}
.add-block-info .add-info-text{
  font-family: Gilroy;
  font-weight: bold;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #333333;
}
.add-block-info .add-info-text2{
  font-family: Gilroy;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000000;
  margin-top: 15px;
}
.pmpro_btn-submit-checkout{
  -webkit-appearance: none!important;
}
.mkbg {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D92B7C;
}
.loader {
  width: 150px;
  height: 150px;
  border: 2px solid #eae4ea;
  box-shadow: 0 -2px 2px rgba(0,0,0,.2);
  border-bottom: 2px solid #6ddfca;
  border-radius: 50%;
  animation: loader 3s linear infinite;
}

.loader:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  border: 2px solid #eae4ea;
  box-shadow: 0 -2px 2px rgba(0,0,0,.2);
  border-bottom: 2px solid #d355be;
  border-radius: 50%;
  animation: loader 2s linear infinite;
}

.loader:after {
  content: '';
  position: absolute;
  top: 22px;
  left: 22px;
  bottom: 22px;
  right: 22px;
  border: 2px solid #eae4ea;
  box-shadow: 0 -2px 2px rgba(0,0,0,.2);
  border-bottom: 2px solid #8c23ec;
  border-radius: 50%;
  animation: loader 1s linear infinite;
}

@keyframes loader
{
  0%
  {
    transform: rotate(0deg);
  }
  100%
  {
    transform: rotate(360deg);
  }
  
}


.sec-demo {
  padding-bottom: 100px ;
  padding-top: 0;
}

.sec-demo .demo {
  background: #fff4f9;
  padding: 25px 65px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 75px;
}

.sec-demo .demo__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.sec-demo .demo__text {
  font-size: 16px;
  line-height: 150%;
}

.secure {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.secure__image {
  width: 100%;
  max-width: 400px;
  height: 310px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.secure__content {
  width: 100%;
  max-width: 820px;
}

.secure__title {
  font-weight: bold;
  font-size: 28px;
  line-height: 150%;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 30px;
}

.secure__info {
  list-style-type: disc;
  padding-left: 20px;
}

.secure__info li {
  margin-bottom: 20px;
}

.secure__info li:last-child {
  margin-bottom: 0;
}

.secure__info li b {
  font-weight: 700;
}

.secure__icons {
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  height: 110px;
  width: 100%;
  max-width: 400px;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-top: 40px;
}

.secure__stripe {
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  max-width: 820px;
  min-height: 110px;
  margin-top: 40px;
}
.secure__stripe_text {
  font-size: 14px;
  margin-bottom: 5px;
}

.secure__stripe_text b{
  font-weight: 700;
}

.secure__stripe_logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/* Pay Page */
/* Delete start*/
.paypage #pmpro_payment_information_fields h3,
.paypage .pmpro_payment-discount-code {
  display: none;
}
.paypage {
  margin-top: 50px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-size: 18px;
  line-height: 140%;
  max-width: 100%;
  background: #FFF4F9;
  border-radius: 10px;
  padding: 44px 44px 44px 24px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 85px;
}
.paypage-contentarea {
  width: calc(100% - 625px);
}
.paypage-inputarea {
  width: 415px;
}
.paypage .paypage-title {
  padding-top: 0;
  font-weight: 700;
  font-size: 24px;
  color: #EF358C;
  padding-left: 36px;
  position: relative;
  margin-top: 8px;
  margin-bottom: 15px;
}
.paypage .paypage-title.hidden {
  display: none;
}
.paypage .paypage-title:after {
  content: '';
  width: 19px;
  height: 19px;
  border: 1.5px solid #EF358C;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
}
.paypage .paypage-title:before {
  content: '';
  width: 9px;
  height: 9px;
  background: #EF358C;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 8px;
}
.paypage .paypage-part2.disable .paypage-title {
  color: #C4C4C4;
}
.paypage .paypage-part2.disable .paypage-title:after  {
  border: 1.5px solid #C4C4C4;
}
.paypage .paypage-part2.disable .paypage-title:before {
  background: transparent;
}
.paypage .paypage-text {
  padding-top: 0;
  font-size: 14px;
  line-height: 160%;
  color: #333333;
  padding-left: 36px;
  margin-bottom: 28px;
  
}
.paypage .paypage-part2 .paypage-text{
	display: none;
}
.paypage .pmpro_checkout-field {
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  color: #333333;
}
.paypage #pmpro_user_fields,
.paypage #pmpro_billing_address_fields {
  padding: 0;
}
.paypage #pmpro_user_fields .pmpro_checkout-fields,
.paypage #pmpro_billing_address_fields .pmpro_checkout-fields,
form.pmpro_form.paypage .pmpro_checkout-fields > div {
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.paypage .pmpro_checkout-field {
  padding-left: 36px;
  padding-bottom: 14px;
}
.paypage-orderinfo {
  background: #FFFFFF;
  border-radius: 5px;
  padding: 20px 25px;
  margin-bottom: 27px;
}
.paypage-orderinfo_title {
  font-weight: 700;
  font-size: 24px;
  color: #333333;
  display: block;
  padding-bottom: 15px;
  padding-top: 18px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(164, 164, 164, 0.2);
}
.paypage-orderinfo_content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(164, 164, 164, 0.2);
}
.paypage-orderinfo_part1 {
  width: 290px;
  display: flex;
  justify-content: space-between;
}
.paypage-orderinfo_part2 {
  width: calc(100% - 310px);
}
.paypage-orderinfo_part1_img {
  width: 72px;
}
.paypage-orderinfo_part1_img svg {
  width: 100%;
}
.paypage-orderinfo_part1_text {
  width: calc(100% - 90px);
}
.paypage-orderinfo_firsttext {
  font-weight: 700;
  line-height: 150%;
  color: #333333;
  padding-bottom: 5px;
}
.paypage-orderinfo_part2 .paypage-orderinfo_firsttext, .paypage-orderinfo_part2 .paypage-orderinfo_secondtext{
	text-align: right;
}
.paypage-orderinfo_firsttext.upper {
  text-transform: uppercase;
}
.paypage-orderinfo_secondtext {
  line-height: 132%;
  color: #333333;
  font-size: 12px;
}
.paypage-orderinfo #other_discount_code_p {
  border-bottom: 1px solid rgba(164, 164, 164, 0.2);
  padding-bottom: 15px;
  padding-top: 0;
  margin-bottom: 18px;
}
.paypage-orderinfo #other_discount_code_tr {
  max-width: 100%;
  padding: 0;
  margin-bottom: 18px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(164, 164, 164, 0.2);
  padding-bottom: 15px;
}
.paypage-orderinfo_total {
  font-weight: 700;
  font-size: 27px;
  line-height: 150%;
  color: #333333;
  text-align: right;
}
.paypage-part1.hidden {
  display: none;
}
.paypage-part1 {
  padding-bottom: 50px;
}
.paypage .paypage-part1 .pmpro_checkout-field {
  position: relative;
}
.paypage .paypage-part1 .pmpro_checkout-field:after {
  content: 'i';
    width: 19px;
    height: 19px;
    line-height: 17px;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    color: #EF358C;
    border: 1.5px solid #EF358C;
    border-radius: 50%;
    position: absolute;
    right: -30px;
    top: 37px;
    display: none;
}
.paypage .pmpro_captcha {
  display: none;
}
.paypage #pmpro_tos_fields .pmpro_label-inline{
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #333333;
  text-transform: lowercase;
}
.paypage #pmpro_tos_fields #tos {
  height: 18px;
  width: 18px !important;
  margin-right: 10px;
}
.paypage #pmpro_btn-submit {
  width: 100%;
  max-width: 100%;
}
.paypage-paymetod {
  display: flex;
  align-items: content;
  justify-content: center;
}
.paypage-paymetod-img {
  width: 180px;
  height: 30px;
  background-size: 100% 100%;
}
.paypage-paymetod-text {
  padding: 0;
  margin-right: 15px;
  color: #A4A4A4;
  font-size: 14px;
}
.paypage .pmpro_payment_information_fields h3 {
  display: none;
}
.paypage .paypage-cardtxt {
  padding-left: 36px;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #333333;
  margin-bottom: 23px;
}
.paypage .paypage-cardarea {
  margin-top: 30px;
  padding-top: 45px;
  width: 510px;
  height: 290px;
  position: relative;
  margin-left: 36px;
}
.paypage-user {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 520px;
  margin-left: 36px;
  margin-bottom: 15px;
}
.disable .paypage-user {
  display: flex;
}
.paypage-user span {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #333333;
}
.paypage-user a {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #333333;
  text-decoration: none;
  display: flex;
  align-items: center;
  border-bottom: 1px solid  #333333;
}
.paypage-user a svg {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.paypage-user a:hover {
  color: #FF93C5;
  border-bottom: 1px solid  #FF93C5;
}
.paypage .selected-dial-code {
  margin: 0 15px 0 0px !important;
}
.paypage .intl-tel-input {
  width: 100% !important;
}
.paypage-user a:hover span {
  color: #FF93C5;
}
.paypage-user a:hover path {
  fill: #FF93C5;
}
form.pmpro_form.paypage label {
  font-weight: 400;
}
.paypage .StripeElement {
  border: 1px solid #FF93C5 !important;
  box-sizing: border-box;
  border-radius: 5px !important;
  padding: 16px !important;
}
form.pmpro_form.paypage .pmpro_checkout-field.pmpro_payment-account-number {
  max-width: 380px;
  padding-left: 20px;
  padding-bottom: 45px;
}
form.pmpro_form.paypage .pmpro_checkout-field.pmpro_payment-expiration {
  max-width: 170px;
  padding-left: 20px;
}
form.pmpro_form.paypage .pmpro_checkout-field.pmpro_payment-expiration #Expiry {
  width: 85px;
}
form.pmpro_form.paypage .pmpro_checkout-field.pmpro_payment-cvv {
  position: absolute;
  bottom: 85px;
  right: 20px;
  padding: 0;
  width: 65px;
}
form.pmpro_form.paypage .pmpro_checkout-field.pmpro_payment-cvv label {
  display: none !important;
} 
form.pmpro_form.paypage .pmpro_checkout-field.pmpro_payment-cvv #CVV{
  width: 65px;
}
.paypage-firstpart-butarea {
  display: flex;
  justify-content: flex-end;
  order:3;
  margin-top: 15px;
}
.paypage .paypage-firstpart-but {
  border-radius: 5px;
  margin: 0;
  max-width: 165px;
  height: 55px;
  line-height: 55px;
}
.paypage .paypage-firstpart-but:hover {
  opacity: 0.8;
}
.paypage .paypage-tab {
  display: none;
}
.paypage .active .paypage-tab {
  display: flex;
  flex-direction:column;
}
#pmpro_user_fields{
	order:2;
}
form.pmpro_form .pmpro_checkout-fields div.intl-tel-input{
	margin-bottom: 0;
}
.pmpro_payment-credit-card{
	display: none;
}
.paypage .pmpro_checkout-field-payment-request-button{
	margin-top: -140px;
	margin-bottom: 40px;
	padding-left: 0;
	display: none;
}
.paypage .pmpro_checkout-field-payment-request-button #payment-request-button{
	padding: 0!important;
	border:none!important;
}
.paypage-tab .pmpro_alert{
	margin-left: 36px;
}
.disabled_btn{
	pointer-events: none;
	background: #dadada;
}
.disabled_btn_without_oferta_agreement{
	pointer-events: none;
	background: #dadada;
}
.deley_yes {
  display: none;
}
.sale_yes {
  display: none;
}
.deley_yes.active {
  display: block;
}
.sale_yes.active {
  display: block;
}

.deley_no.disable {
  display: none;
}
.sale_no.disable {
  display: none;
}
/* .paypage-orderinfo_secondtext{
  display: block!important;
} */
.page-template-pmpro-checkout{
  padding-top: 0;
}
.page-template-pmpro-checkout header.header{
  display: none;
}

/* already_used */
.already_used {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.already_used-area {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.already_used-window {
  display: none;
  position: relative;
  max-width: 500px;
  padding: 60px 80px 20px;
  border: 1px solid #FF93C5;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
  z-index: 2;
}
.already_used-text {
  font-weight: 400;
  font-size: 21px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #333333;
}
.already_used-close {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #333333;
  position: relative;
}
.already_used-close:hover {
  opacity: 0.8;
}
.already_used-close:after {
  content: '';
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  position: absolute;
  background-color: #333333;
  border: 1px solid #FF93C5;
}
.already_used-text.big {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 10px;
}
.already_used-logo {
  width: 92px;
  height: 92px;
  position: absolute;
  background: #EF358C;
  border: 20px solid #ffffff;
  border-radius: 50%;
  left: calc(50% - 46px);
  top: -46px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.already_used-logo svg {
  width: 100%;
}
.already_used-window .btn__login {
  width: 100%;
  max-width: 320px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
  padding: 27px 20px;
  margin-top: 60px;
  height: auto;
  margin-bottom: 15px;
}
.already_used-bg {
  display: none;
  background-color: #000;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* cookies_popup */
.cookies_popup {
  background: #FAF3EB;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  overflow: hidden;
  display: none;
}
.cookies_popup.active {
  display: block;
}
.cookies_popup .container {
  position: relative;
  height: 100%;
  
}
.cookies_popup-bg1 {
  width: 430px;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100px;
}
.cookies_popup-bg2 {
  width: 89px;
  height: 62px;
  background-size: 100% 100%;
  position: absolute;
  bottom: -15px;
  right: 25px;
}
.cookies_popup-content {
  margin-left: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cookies_popup-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 10px;
  margin-top: 20px;
}
.cookies_popup-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #333333;
  margin-bottom: 15px;
}
.cookies_popup-text.mb {
   margin-bottom: 30px;
}
.cookies_popup-text a {
  text-decoration: underline;
  transition: color 0.4s;
}
.cookies_popup-text a:hover {
  color: #EF358C;
}
.cookies_popup-link {
  padding-left: 135px;
}
.cookies_popup-btn,
.btn__login  {
  background: #EF358C;
  transition: opacity 0.4s;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  padding: 20px 40px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
}
.cookies_popup-btn:hover,
.btn__login:hover {
  opacity: 0.8
}

/* disable_content */

.disable_content a {
  pointer-events: none;
  background: #dadada;
  border: 1px solid #dadada;
  box-shadow: none;
}

.disable_content-form {
  border: 1px solid #FF93C5;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 70px;
  background-color: #ffffff;
  box-shadow: 0px 15px 35px rgb(0,0,0,0.15);
}

.disable_content-inputarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.intl-tel-input,
.disable_content-col {
  width: calc(25% - 15px);
}
.intl-tel-input .disable_content-input {
  width: 100%;
}
.disable_content-input {
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #FF93C5;
  height: 56px;
  padding: 10px;
  border-radius: 6px;
  background-color: #ffffff;
}
.disable_content-input[type="submit"] {
  font-weight: 700;
  text-transform: uppercase;
  background-color: #EF358C;
  border: 1px solid #EF358C;
  color: #fff;
  transition: all 0.4s;
  cursor: pointer;
}
.disable_content-input[type="submit"]:hover {
  border: 1px solid #FF93C5;
  background-color: #FF93C5;
}
.disable_content-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 140%;
  margin-bottom: 20px;
  text-align: center;
}
.disable_content-subtitle {
  font-weight: 400;
  font-size: 18px;
  max-width: 500px;
  margin: 0 auto;
  line-height: 140%;
  margin-bottom: 30px;
  text-align: center;
}

.section-single-post .content > p{
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 20px;
}

.section-single-post .content > p strong{
  font-weight: 700
}

.section-single-post .content > ul{
  padding-bottom: 20px;
  padding-left: 10px;
}
.section-single-post .content > ul li{
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}
.section-single-post .content > ul li:before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #EF358C;
    position: absolute;
    left: 0;
    top: 9px;
}
.section-single-post.fixpb {
  padding-bottom: 0;
  padding-top: 60px;
}
.pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.page-numbers {
  color: #ffffff;
  background: #EF358C;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #EF358C;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  transition: all 0.4s;
  margin: 5px;
}
.page-numbers.current,
a.page-numbers:hover {
  color: #EF358C;
  background: #ffffff;
}
.page-numbers.prev,
.page-numbers.next {
  background: none;
  border: 1px solid #fff;
  font-size: 26px;
  color: #EF358C;
}
.page-numbers.prev:hover,
.page-numbers.next:hover {
  border: 1px solid #EF358C;
}
.article-author{
  display: flex;
  align-items: center;
}
.article-author__photo{
  width: 100px;
  height: 100px;
  background: center /cover no-repeat;
  margin-right: 50px;
}
.article-author__name{
  font-family: Gilroy;
  font-weight: 600;
  font-size: 19px;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 10px!important;
}
.article-author__desc{
  font-family: Gilroy;
  font-size: 19px;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 0px!important;
}
.article-quote{
  margin-top: 60px;
  margin-bottom: 60px;
  border-radius: 10px;
  padding: 40px;
  padding-left: 105px;
  background: #FFF5FA 40px 50px no-repeat;
}
.article-quote__text1, .article-quote__text2{
  font-family: Gilroy;
  font-weight: 500;
  font-size: 23px;
  line-height: 200%;
  letter-spacing: 0.03em;
  font-style: italic;
}
