
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    margin: 0;
    background-color: #ffffff;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

a {
    background-color: transparent;
}

b,
strong {
    font-weight: bolder;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

button,
input {
    /* 1 */
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

[hidden] {
    display: none;
}

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

body * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

body {
    font-family: "Montserrat", "Arial", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

section {
    background-color: #ffffff;
    position: relative;
}


/* ---- Paid Access ---- */
#paidac_section{
    padding-bottom: 200px!important;
}
.consv2_paidaccess{
    padding-top: 20px;
    position: relative;
    background-color: #ffffff;
}


.consv2_paidaccess .paidac_button{
    background-color:#AACAB7;
    display: inline-block;
    width: 100%;
    padding: 25px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #ffffff;
    border-radius: 20px;
    font-weight: normal;
    text-transform: none;
}
.consv2_paidaccess .paidac_button:hover{
    background-color: #78b791
}

.consv2_paidaccess .btn-primary{
    background-color: #AACAB7!important;
}

.consv2_paidaccess .btn-primary:hover{
    background-color:#78b791!important;
}
.consv2_paidaccess label input:checked ~ .checkmark{
    background-color: #78b791!important;
}
.consv2_paidaccess label:hover input ~ .checkmark {
    background-color: #AACAB7!important;
}
.consv2_paidaccess #paidac_text1{
    border-color: #AACAB7!important;
}
.consv2_paidaccess #paidaccess_form input {
    border-color: #AACAB7!important;
}
.consv2_paidaccess .help-block-error{
    color: #a94442;
    font-size: 14px;
}
.consv2_paidaccess #paidac_text1 span{
    font-size: 12pt;
}
/* ---- Price ---- */
.cons_price .price_usd{
    font-size: 16pt;
    margin-bottom: 20px;
}

/* ---- WContacts ---- */
.w_contacts_social_text{
    font-size: 12pt;
}

/* ---- Contacts ---- */
.consv2_contacts{

}
.consv2_contacts .btn-primary{
    background-color: #AACAB7!important;
    color: #ffffff!important;
    font-size: 12pt;
}
.consv2_contacts .btn-primary:hover{
    background-color: #78b791!important;
}


/* ---- Head ---- */
#idx_top_menu{
    display: none;
}
.consv2_landing_exit{
    background-color: #AACAB7!important;
    color: #ffffff!important;
}
.consv2_landing_exit:hover{
    background-color: #78b791!important;
    color: #ffffff!important;
}

.consv2_main a {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.consv2_main a:hover, .consv2_main a:focus {
    text-decoration: none;
}

.consv2_main ul {
    list-style: none;
}

.consv2_btn {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    font-family: "Montserrat", "Arial", sans-serif;
}

.consv2_main input,
.consv2_main textarea {
    -webkit-appearance: none;
}

.consv2_main input::-webkit-input-placeholder {
    opacity: 1;
}

.consv2_main input::-moz-placeholder {
    opacity: 1;
}

.consv2_main input:-ms-input-placeholder {
    opacity: 1;
}

.consv2_main input::-ms-input-placeholder {
    opacity: 1;
}

.consv2_main input::placeholder {
    opacity: 1;
}

.consv2_main h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
}

.consv2_main img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.consv2_main ::-moz-selection {
    background-color: #78B791;
    color: #ffffff;
}

.consv2_main ::selection {
    background-color: #78B791;
    color: #ffffff;
}

.consv2_main {
    display: block;
}

.container {
    max-width: 1148px;
}
@media (max-width: 767.9px) {
    .container {
        max-width: 100%;
    }
}

.consv2_btn {
    display: inline-block;
    width: 100%;
    padding: 35px;
    /*font-weight: 700;*/
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #ffffff;
    background-color: #AACAB7;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.consv2_btn span {
    border-bottom: 1px solid #ffffff;
}
.consv2_btn:hover, .consv2_btn:focus {
    outline: 0;
    color: #ffffff;
    background: #78b791;
}

.consv2_title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
}

.consv2_promo {
    padding-top: 40px;
    padding-botto4: 100px;
    overflow: hidden;
    z-index: -10;
}
.consv2_promo__note {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 60px;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
}
.consv2_promo__note::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 25px;
    height: 25px;
    background-color: #AACAB7;
    border-radius: 15px 0px;
    box-shadow: 1px 1px 1px #aaaaaa;
}
.consv2_promo__title {
    margin: 0;
    margin-bottom: 20px;

}
.consv2_promo__img {
    display: block;
    width: 100%;
    border-radius: 222.5px 0 222px;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.consv2_promo__desc {
    margin: 0;
    margin-bottom: 60px;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
}
.consv2_promo__btn {
    padding: 20px;
    margin-top: 85px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.consv2_promo__btn--mobile {
    display: none;
}

.consv2_about {
    padding-top: 100px;
    padding-bottom: 60px;
}
.consv2_about__list {
    margin: 80px 0;
    padding: 0;
}
.consv2_about__item-img {
    margin-bottom: 30px;
    background-image: url("../../img/consv2/leaf-back.png");
    background-repeat: no-repeat;
    background-position: center;
}
.consv2_about__item-img img {
    display: block;
    margin: 0 auto;
}
.consv2_about__item-desc {
    text-align: center;
}

.consv2_features {
    padding-bottom: 75px;
    overflow: hidden;
}
.consv2_features__top {
    padding-top: 55px;
    padding-bottom: 40px;
    color: #ffffff;
    background-color: #AACAB7;
}
.consv2_features__img img {
    border-radius: 250px 0;
}
.consv2_features__img--top {
    margin-top: -215px;
}
.consv2_features__img--bottom {
    margin-top: 60px;
}
.consv2_features__title {
    text-align: left;
}
.consv2_features__list {
    counter-reset: items;
    padding: 0;
    margin: 50px 0;
}
.consv2_features__list--bottom {
    margin-top: 80px;
}
.consv2_features__item {
    counter-increment: item;
    position: relative;
    min-height: 110px;
    margin-bottom: 60px;
    margin-left: 30px;
    padding: 10px 25px;
    padding-left: 70px;
    border: 1px solid #AACAB7;
    border-radius: 30px;
    font-size: 20px;
    line-height: 24px;
}
.consv2_features__item::before {
    content: counter(item);
    position: absolute;
    top: 50%;
    left: -30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 32.5px 0;
    background-color: #AACAB7;
    color: #ffffff;
    text-align: center;
}
.consv2_features__item--bottom:first-of-type::before {
    content: "4";
}
.consv2_features__item--bottom:nth-of-type(2)::before {
    content: "5";
}
.consv2_features__item--bottom:nth-of-type(3)::before {
    content: "6";
}
.consv2_features__btn {
    display: block;
    width: 85%;
    margin-top: 110px;
}
.consv2_features__text {
    margin-top: 155px;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}

.consv2_reviews {
    padding-top: 75px;
    background: #F5F5F5;
}
.consv2_reviews__slider {
    position: relative;
    margin-top: 90px;
    margin-bottom: 85px;
}
.consv2_reviews__slider-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 95px;
}
.consv2_reviews__slider-item {
    width: 48%;
    max-width: 350px;
    min-height: 250px;
}
.consv2_reviews__slider-item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.consv2_reviews__slider-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../../img/consv2/icons/arrow.png");
    background-repeat: no-repeat;
    font-size: 0;
    width: 34px;
    height: 57px;
}
.consv2_reviews__slider-arrow--prev {
    left: 0;
}
.consv2_reviews__slider-arrow--next {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    right: 0;
}
.consv2_reviews__btn {
    position: relative;
    top: 45px;
}

.consv2_benefits {
    padding-top: 180px;
    padding-bottom: 80px;
    overflow: hidden;
    z-index: -10;
}
.consv2_benefits__list {
    counter-reset: benefit;
    padding: 0;
    margin-top: 55px;
}
.consv2_benefits__list li:nth-child(2n) .consv2_benefits__desc::after {
    display: block;
}
.consv2_benefits__item {
    counter-increment: benefit;
    position: relative;
    margin-bottom: 95px;
    padding-top: 100px;
}
.consv2_benefits__item::before {
    content: "0" counter(benefit);
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #157145;
}
.consv2_benefits__title {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
}
.consv2_benefits__desc {
    position: relative;
    text-align: center;
}
.consv2_benefits__desc::after {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 255px;
    height: 216px;
    background: #E0EFE5;
    border-radius: 156px 0px;
    z-index: -1;
}

.consv2_certificate {
    overflow: hidden;
    min-height: 845px;
    padding: 143px 0;
    background-image: url("../../img/consv2/certificate-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.consv2_certificate__img {
    margin: 0 auto;
}
.consv2_certificate__img2 {
    margin: 10px 0px 0px 0px;
    width: 50%;
    display: block;
}
.consv2_certificate__content {
    padding-left: 40px;
}
.consv2_certificate__text {
    display: block;
    margin-bottom: 25px;
}
.consv2_certificate__text a {
    display: inline;
    color: #000;
    border-bottom: 1px solid #000;
}

.consv2_programm {
    margin-top: -95px;
    overflow: hidden;
}
.consv2_programm__wrap {
    max-width: 1110px;
    padding-top: 50px;
    padding-bottom: 60px;
    border: 2px solid #AACAB7;
    -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 49px;
    background-color: #ffffff;
}
.consv2_programm__main {
    margin-top: 55px;
}
.consv2_programm__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 80px;
    border: none;
}
.consv2_programm .consv2_programm__tab-link {
    border: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.consv2_programm .consv2_programm__tab-link:hover, .consv2_programm .consv2_programm__tab-link:focus {
    color: #ffffff;
    background-color: #AACAB7;
}
.consv2_programm .consv2_programm__tab-link.active {
    color: #ffffff;
    background-color: #AACAB7!important;
    font-weight: 700;
}
.consv2_programm .consv2_programm__tab {
    margin-bottom: 33px;
}
.consv2_programm__tab {
    max-width: 160px;
    width: 47%;
    margin-right: 30px;
}
.consv2_programm__tab:nth-child(2n) {
    margin-right: 0;
}
.consv2_programm__tab-link {
    padding: 16px 20px;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    background: #E0EFE5!important;
    color: #000;
    border-radius: 15px;

}
.consv2_programm__content b {
    display: block;
}
.consv2_programm__content ol {
    margin-bottom: 25px;
    padding-left: 33px;
}
.consv2_programm__content ol:first-of-type {
    margin-top: 20px;
}
.consv2_programm__content p {
    margin-top: 20px;
}
.consv2_programm__content p:last-of-type {
    margin-bottom: 0;
}
.consv2_programm__content ul {
    list-style-type: disc;
}
.consv2_programm__content ul li::marker {
    font-size: 10px;
}

.consv2_sexology {
    padding-top: 130px;
    padding-bottom: 140px;
    overflow: hidden;
}
.consv2_sexology__title {
    margin-bottom: 85px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    font-weight: 700;
}
.consv2_sexology__text {
    margin-bottom: 25px;
}
.consv2_sexology__btn {
    margin-top: 65px;
    padding: 30px;
}
.consv2_sexology__img {
    border-radius: 250px 0;
}

.consv2_expert {
    padding-bottom: 130px;
    overflow: hidden;
}
.consv2_expert__title {
    margin-bottom: 100px;
}
.consv2_expert__name{
    font-weight: 700;
}
.consv2_expert__text {
    margin-bottom: 24px;
}
.consv2_expert__img {
    border-radius: 250px 0;
}
.consv2_expert__linkab{
    color: #9AC1A8;
}
.consv2_expert__linkab:hover{
    color: #78B791;
    text-decoration: none;
}
.consv2_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0;
    padding: 0;
}
.consv2_social__link {
    display: block;
    font-size: 0;
    width: 100px;
    height: 60px;
    border: 3px solid #157145;
    border-radius: 90px 0;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.consv2_social__link--fb {
    background-image: url("../../img/consv2/icons/fb.svg");
    background-position: 60% 0px;
    background-size: 35%;
}
.consv2_social__link--inst {
    background-image: url("../../img/consv2/icons/inst.svg");
    background-size: 35%;
}
.consv2_social__link--ytb {
    background-image: url("../../img/consv2/icons/youtube.svg");
    background-size: 45%;
}
.consv2_social__link:hover, .consv2_social__link:focus {
    opacity: 1;
}

.consv2_reputation {
    background-image: url("../../img/consv2/reputation-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 900px;
    background-position: 50% 50px;
    overflow: hidden;
}
.consv2_reputation__wrap {
    min-height: 355px;
    padding-top: 45px;
    background: #FFFFFF;
    border: 3px solid #9AC1A8;
    border-radius: 23px;
}
.consv2_reputation__text {
    max-width: 545px;
    margin: 0 auto;
    margin-bottom: 25px;
    text-align: center;
}

.consv2_steps {
    padding-top: 110px;
    overflow: hidden;
}
.consv2_steps__text {
    margin-top: 40px;
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    text-align: center;
}
.consv2_steps__list {
    margin: 80px 0;
    padding: 0;
    justify-content: center;
}
.consv2_steps__item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.consv2_steps__img {
    margin: 0 auto;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 45px;
    border-radius: 150px 0;
}
.consv2_steps__desc {
    width: 97%;
    margin: 0 auto;
    margin-top: auto;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.consv2_price {
    padding-top: 65px;
    padding-bottom: 0px;
    overflow: hidden;
}
.consv2_price__title {
    color: #9AC1A8;
}
.consv2_price__main {
    margin: 0;
    margin-top: 70px;
    margin-bottom: 50px;
}
.consv2_price__col:first-of-type {
    max-width: 540px;
    padding: 0;
}
.consv2_price__col:last-of-type {
    max-width: 570px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
}
.consv2_price__content {
    height: 100%;
    padding-top: 93px;
    padding-left: 54px;
    padding-right: 28px;
    padding-bottom: 18px;
    background: #E0EFE5;
    border-radius: 204px 0 0 0;
}
.consv2_price__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}
.consv2_price__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0px 0px 203.5px 0px;
}

.consv2_faq {
    padding-bottom: 50px;
    overflow: hidden;
}
.consv2_faq__title {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}

.consv2_accordeon {
    padding: 0;
}

.consv2_accordeon__outside {
    padding-top: 20px;
}

.consv2_accordeon__item {
    margin: 20px 0;
}

.consv2_accordeon__inside {
    padding: 14px 18px;
    background: #F8F8F8;
    border-radius: 20px;
}

.consv2_accordeon__item--active .consv2_accordeon__title:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.consv2_accordeon__title {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 80px;
    padding: 25px 30px;
    padding-right: 100px;
    padding-bottom: 30px;
    color: #000;
    background: #E0EFE5;
    border-radius: 20px;
    text-align: left;
    margin-right: 5px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
}
.consv2_accordeon__title:hover, .consv2_accordeon__title:focus {
    outline: 0;
}

.consv2_accordeon__leaf {
    position: absolute;
    width: 74px;
    height: 53px;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #FFFFFF;
    border-radius: 40px 0px;
}
.consv2_accordeon__leaf::before {
    content: "";
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 25px;
    height: 31px;
    background-image: url("../../img/consv2/icons/arrow-bottom.svg");
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.consv2_accordeon__title.collapsed .consv2_accordeon__leaf::before{
    background-image: url("../../img/consv2/icons/arrow-bottom.svg");
}
.consv2_accordeon__title .consv2_accordeon__leaf::before{
    background-image: url("../../img/consv2/icons/arrow-bottom_up.svg");
}

.consv2_accordeon__leaf::before
.consv2_accordeon__desc {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}
.consv2_accordeon__desc:last-child {
    margin-bottom: 0;
}
.consv2_accordeon__desc a {
    color: #000;
    border-bottom: 1px solid #000;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 1199.9px) {
    .animated {
        /*CSS transitions*/
        -webkit-transition-property: none;
        -o-transition-property: none;
        transition-property: none;
        /*CSS transforms*/
        /*CSS animations*/
        -webkit-animation: none !important;
        animation: none !important;
    }
}