#idx_top_menu{
    display: none;
}

body{
    font-family: 'Montserrat';
}

/* ---- Landing Exit ---- */
.orgv2_landing_exit:hover{
    background-color: #9A0328!important;
}

/* ---- TopSection ---- */
#orgv2_topsection{
    position: relative;
    background-color: #650019;
    padding: 20px 0px;
}
#orgv2_topsection_cnt{
    height: 550px;
    background-image: url(../../img/orgasmv2/top.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    background-position-y: bottom;
    position: relative;
}
#orgv2_topsection_title1{
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 100px;
}
#orgv2_topsection_title2{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #A5A5A5;
    margin-top: 80px;
}
#orgv2_topsection_title3{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-top: 80px;
}
#orgv2_topsection_blure{
    position: absolute;
    width: 433px;
    height: 416px;
    left: 778px;
    top: 92px;

    background: radial-gradient(347.34% 376.59% at 203.7% -42.31%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 0, 0, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    background-blend-mode: lighten;
    filter: blur(50px);
}
.orgv2_topsection_timetable_row{
    width: 100%;
    position: absolute;
    bottom: -50px;
    z-index: 1000;
}
#orgv2_topsection_timetable{
    background: #FFFFFF;
    border: 3px solid #650019;
    min-height: 100px;

}
.orgv2_topsection_timetable_text{
    text-align: center;
    padding: 15px 20px 10px 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
}


/* -------- Numeric List ---------- */
.orgv2_num_list .wu_numeric_list_num{
    color: #9A0328;
}
.orgv2_num_list #wu_numeric_list_title{
    margin-top: 50px;
}


/* ----- wdelim ------ */
#orgv2_wdelim {
    position: relative;
    background-color: #ffffff;
    display: block;
    padding: 50px 0px 80px 0px;
}
#orgv2_wdelim_text{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #9A0328;
    text-align: center;
}


/* ----- Spoiler List ------ */
.orgv2_spoiler_list #wu_spoiler_list_title{
    display: none;
}
.orgv2_spoiler_list{
    background-color: #650019!important;
    padding-top: 20px!important;
    padding-bottom: 80px!important;
}
.orgv2_spoiler_list .wu_spoiler_list_item{
    background-color: #ffffff!important;
}
.orgv2_spoiler_list .wu_spoiler_list_item_text{
    background-color: #D9D9D9;
    border-color: #ffffff;
    border-radius: unset!important;
}
.orgv2_spoiler_list .wu_spoiler_list_item svg path{
    stroke: #650019!important;
}
.orgv2_spoiler_list .wu_spoiler_list_item_text__title{
    font-weight: bold;
}

/* ------ WReviews ------- */
.orgv2_reviews #wu_reviews_title{
    color: #9A0328;
}
.orgv2_reviews #wu_reviews_button{
    background-color: #9A0328;
}
.orgv2_reviews #wu_reviews_button:hover{
    background-color: #650019;
}




/* ----- WTrainer ----- */
.orgv2_trainer{
    padding-bottom: 50px;
}
.orgv2_trainer #widget_trainer_v2_rcnt{
    background-color: #650019!important;
}
.orgv2_trainer #widget_trainer_v2_text1, .orgv2_trainer #widget_trainer_v2_text2, .orgv2_trainer #widget_trainer_v2_text3{
    color: #ffffff!important;
}

/* ---- Be Expert ----- */
#orgv2_beexpert_section{
    position: relative;
    background-color: #ffffff;
    padding: 80px 0px;
}
#orgv2_beexpert_title{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #650019;
}
#orgv2_beexpert_block{
    background: #EBE6E3;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    height: 185px;
    margin-top: 80px;
}
#orgv2_beexpert_img img{
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: -20px;
}
#orgv2_beexpert_text{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
#orgv2_beexpert_text1{
    margin-top: 20px;
}
#orgv2_beexpert_text2{
    margin-top: 20px;
}

/* -------- Pricing ------- */
.orgv2_pricing{
    background-color: #650019!important;
}
.orgv2_pricing #wu_pricing_title{
    color: #ffffff;
}
.orgv2_pricing #wu_pricing_text1{
    color: #ffffff;
}

/* ----- paid Access ------- */
.orgv2_paidaccess{
    position: relative;
    background-color: #ffffff;
}
.orgv2_paidaccess .paidac_button:active{
    color: #ffffff!important;
}
.orgv2_paidaccess .paidac_button:focus{
    color: #ffffff!important;
}
.orgv2_paidaccess .btn-primary{
    background-color: #650019!important;
    padding: 10px 15px;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.15), 1px 4px 4px #D4C6E0;
    border-radius: 15px;
    width: 100%;
    display: block;
    font-family: 'Montserrat';
    line-height: 29px;
    font-size: 24px!important;
    text-align: center;
    margin-top: 30px;
    text-transform: lowercase;
}
.orgv2_paidaccess .btn-primary:hover{
    background-color: #650019!important;
    text-decoration: underline;
}
.orgv2_paidaccess label input:checked ~ .checkmark{
    background-color: #650019!important;
}
.orgv2_paidaccess label:hover input ~ .checkmark {
    background-color:#650019!important;
}
.orgv2_paidaccess #paidac_text1{
    border-color: #650019!important;
}
.orgv2_paidaccess #paidaccess_form input{
    border-color: #650019!important;
}



.orgv2_paidaccess .paidac_button{
    background: #F8F5FF;
    padding: 10px 15px;
    border-radius: 15px;
    width: 100%;
    display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    text-align: center;
    margin-top: 30px;
    text-transform: lowercase;
}
.orgv2_paidaccess .paidac_button:hover {
    background: #F8F5FF;
    color: #000000;
    text-decoration: underline;
}
.orgv2_paidaccess .paidac_b_row{
    margin-top: -240px;
    margin-left: 41.66666667%;
}

/* ----- Spoiler Questions List ------ */
.orgv2_spoiler_q_list #wu_spoiler_list_title{
}
.orgv2_spoiler_q_list{
}
.orgv2_spoiler_q_list .wu_spoiler_list_item{
    background-color: #650019!important;
    color: #ffffff;
}
.orgv2_spoiler_q_list .wu_spoiler_list_item_text{
    border-color: #650019;
}
.orgv2_spoiler_q_list .wu_spoiler_list_item svg path{
    stroke: #ffffff!important;
}
.orgv2_spoiler_q_list .wu_spoiler_list_item{
    height: 80px;
}


/* ----- Contacts ----- */
.orgv2_contacts #wcont_container{
    background-color: #650019!important;
}
.orgv2_contacts #wcont_phone{
    color: #ffffff;
}
.orgv2_contacts .wcont_channel svg path{
    fill: #aaaaaa;
}
.orgv2_contacts .wcont_channel_text{
    color: #000000;
}



/* ---- Footer ----- */
#idx_footer{
    background-color: #650019!important;
}
#idx_footer_copyright{
    color: #ffffff!important;
}
.idx_footer_privacy a:hover, .idx_footer_privacy2 a:hover{
    color: #aaaaaa!important;
}
#idx_footer a:hover{
    color: #aaaaaa!important;
}