/*-------------------page_course_select3----------------------*/
.page_course_select3 {
    /* margin-top: 55px; */
}
.page_course_select3 .wrap_indiv_pay {
    padding: 100px 40px 0;
}
.page_course_select3 .wrap_indiv_pay p {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #F9F9F9;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.page_course_select3 .wrap {
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    overflow: hidden;
}
.page_course_select3 .wrap figure {
    max-width: 424px;
    border-radius: 10px;
    overflow: hidden;
    background: #192239;
    /* box-shadow: 0px 4px 140px rgba(0, 0, 0, 0.4); */
}
.page_course_select3 .wrap figure:hover {
    background: #283658;
}
.page_course_select3 .wrap figure .img .box_select3 {
    width: 100%;
}
.page_course_select3 .wrap figure .img .box_select3>div {
    position:relative;
    width:100%;
    padding-bottom:42.45%;
}
.page_course_select3 .wrap figure .img .box_select3>div::after {
    position:absolute;
    content: "";
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background: -moz-linear-gradient(top,  rgba(40,54,88,0) 0%, rgba(25,34,57,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(40,54,88,0) 0%,rgba(25,34,57,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(40,54,88,0) 0%,rgba(25,34,57,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00283658', endColorstr='#192239',GradientType=0 ); /* IE6-9 */
}
.page_course_select3 .wrap figure:hover .img .box_select3>div::after {
    position:absolute;
    content: "";
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background: -moz-linear-gradient(top,  rgba(40,54,88,0) 0%, rgba(40,54,88,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(40,54,88,0) 0%,rgba(40,54,88,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(40,54,88,0) 0%,rgba(40,54,88,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00283658', endColorstr='#283658',GradientType=0 ); /* IE6-9 */
}
.page_course_select3 .wrap figure .img .box_select3>div.sun {
    background: url(/wp-content/themes/astrologia/assets/img/course/img_sun_2x.jpg) no-repeat top center;
    background-size: cover;
}
.page_course_select3 .wrap figure .img .box_select3>div.moon {
    background: url(/wp-content/themes/astrologia/assets/img/course/img_moon_2x.jpg) no-repeat top center;
    background-size: cover;
}
.page_course_select3 .wrap figure .img .box_select3>div.neptun {
    background: url(/wp-content/themes/astrologia/assets/img/course/img_neptun_2x.jpg) no-repeat top center;
    background-size: cover;
}

.page_course_select3 .wrap figure .txt {
    padding: 0 20px 20px;
}
.page_course_select3 .wrap figure .txt .top .caption {
    text-align: center;
}
.page_course_select3 .wrap figure .txt .top .desc {
    padding: 20px 0;
}
.page_course_select3 .wrap figure .txt .top .desc ul li.hide {
    opacity: 0.2;
}
.page_course_select3 .wrap figure .txt .top .desc ul.bonus li {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #F9F9F9;
    text-align: center;
    margin-top: 42px;
    padding-bottom: 15px;
    position: relative;
}
.page_course_select3 .wrap figure .txt .top .desc ul.bonus li:last-child {
    padding-bottom: 0;
}
.page_course_select3 .wrap figure .txt .top .desc ul.bonus li::before {
    position: absolute;
    content: "БОНУС";
    padding: 8px 15px;
    top: -40px;
    left: calc(50% - 35px);
    background: #F2D113;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #192239;
}
.page_course_select3 .wrap figure .txt .top .desc ul.list {
    padding: 0 0 0 22px;
}
.page_course_select3 .wrap figure .txt .top .desc ul.list li {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #F9F9F9;
    position: relative;
    padding-bottom: 15px;
}
.page_course_select3 .wrap figure .txt .top .desc ul.list li:last-child {
    padding-bottom: 0;
}
.page_course_select3 .wrap figure .txt .top .desc ul.list li::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 6px;
    left: -22px;
    background: #00EABD;
}
.page_course_select3 .wrap figure .txt .top .desc>p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #F9F9F9;
    text-align: center;
}

.page_course_select3 .wrap figure .txt .bottom {
    padding-bottom: 40px;
}
.page_course_select3 .wrap figure .txt .bottom .middle_txt {
    border-top: 1px solid #6B6E75;
    border-bottom: 1px solid #6B6E75;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
}
.page_course_select3 .wrap figure .txt .bottom .middle_txt p {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #F9F9F9;
    margin-bottom: 5px;
}
.page_course_select3 .wrap figure .txt .bottom .middle_txt p:last-child {
    margin-bottom: 0;
}
/* .page_course_select3 .wrap figure .txt .bottom .middle_txt p span {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
}
.page_course_select3 .wrap figure .txt .bottom .middle_txt p .green {
    color: #00EABD;
} */
.page_course_select3 .wrap figure .txt .bottom .middle_txt p.green {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #00EABD;
    margin-top: 8px;
}
.page_course_select3 .wrap figure .txt .bottom .middle_txt p span {
    color: #F9F9F9;
    margin: 0 5px;
}
.page_course_select3 .wrap figure .txt .bottom .block_price .price_stroke {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    letter-spacing: -0.4px;
    text-decoration-line: line-through;
    color: #F9F9F9;
    padding: 10px 0 8px;
}
.page_course_select3 .wrap figure .txt .bottom .block_price.shift_top .price_stroke {
    padding: 50px 0 8px;
}
.page_course_select3 .wrap figure .txt .bottom .block_price .price_stroke p {
    text-decoration-line: line-through;
}
.page_course_select3 .wrap figure .txt .bottom .block_price .price_txt {
    padding-top: 35px;
    text-align: center;
}
.page_course_select3 .wrap figure .txt .bottom .block_price .price_txt .price {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.4px;
    color: #F2D113;
}
.page_course_select3 .wrap figure .txt .bottom .block_price.shift_top .price_txt {
    padding-top: 0;
}
.page_course_select3 .wrap figure .txt .bottom .price_btn {
    margin-top: 27px;
    text-align: center;
    position: relative;
}
.page_course_select3 .wrap figure .txt .bottom .price_btn a {
    width: 100%;
    max-width: 320px;
}
.page_course_select3 .wrap figure .txt .bottom .price_btn a.show_btn_or_text.show_text {
    display: none;
}
.page_course_select3 .wrap figure .txt .bottom .price_btn div.show_btn_or_text {
    display: none;
}
.page_course_select3 .wrap figure .txt .bottom .price_btn div.show_btn_or_text.show_text {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #F2D113;
    font-weight: 700;
    text-align: center;
}
.page_course_select3 .wrap figure .txt .bottom .price_btn a:not(:first-child) {
    margin-top: 25px;
}
.page_course_select3 .wrap figure .txt .bottom .price_btn a.credit_order {
    /* position: absolute;
    top: 25px;
    left: ; */
    display: block;
}

.page_course_select3 .wrap figure .txt .bottom .price_btn a.credit_order {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #F2D113;
    text-decoration: underline;
    font-weight: 700;
    display: inline-block;
    /* border: 2px solid #00EABD; */
    border-radius: 8px;
    /* padding: 14px 35px 12px; */
    padding: 0;
    transition: 0.2s;
    text-align: center;
    max-width: unset;
}
.page_course_select3 .wrap figure .txt .bottom .price_btn a.credit_order:hover {
    text-decoration: none;
}
@media only screen and (min-width:768px) {
    .page_course_select3 .wrap {
        margin-top: 50px;
        padding: 50px 40px;
        display: flex;
        flex-direction: row;
        gap: 50px;
        overflow-x: auto;
        position: relative;
    }
    /* .page_course_select3 .wrap::after {
        position: absolute;
        content: "";
        width: 92px;
        height: 100%;
        background: linear-gradient(270deg, #0A0E17 0%, rgba(10, 14, 23, 0) 100%);
        right: 0;
        top: 0;
    } */
    .page_course_select3 .wrap figure {
        min-width: 424px;
    }
    .page_course_select3 .wrap figure .txt .top .caption h4 {
        font-size: 36px;
        line-height: 46px;
    }
    .page_course_select3 .wrap figure .txt {
        padding: 10px 50px 0;
    }
    .page_course_select3 .wrap figure .txt .top .desc {
        padding: 25px 0 35px;
    }
    .page_course_select3 .wrap figure .txt .top .desc ul.bonus {
        padding-left: 92px;
    }
    .page_course_select3 .wrap figure .txt .top .desc ul.bonus li {
        text-align: left;
        margin-top: 0;
    }
    .page_course_select3 .wrap figure .txt .top .desc ul.bonus li::before {
        top: 5px;
        left: -92px;
    }
    .page_course_select3 .wrap figure .txt .bottom {
        padding-bottom: 70px;
    }
    .page_course_select3 .wrap figure .txt .bottom .middle_txt {
        padding: 0;
        height: 100px;
    }
    .page_course_select3 .wrap figure .txt .bottom .block_price .price_stroke {
        min-height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .page_course_select3 .wrap figure .txt .bottom .price_btn a {
        /* width: unset; */
        max-width: 200px;
    }
}
@media only screen and (min-width:1280px) {
    .page_course_select3 .wrap {
        gap: 30px;
        justify-content: center;
        padding: 50px 0;
    }
    .page_course_select3 .wrap figure {
        min-width: unset;
        max-width: 424px;
        width: 32%;
    }
    .page_course_select3 .wrap figure .txt {
        padding: 20px 25px 0;
    }
    .page_course_select3 .wrap figure .txt .top .desc {
        padding: 44px 0 50px;
    }
    .page_course_select3 .wrap figure .txt .top .desc ul.bonus li {
        padding-bottom: 23px;
    }
    .page_course_select3 .wrap figure .txt .top .desc ul.list li {
        padding-bottom: 23px;
    }
    .page_course_select3 .wrap figure .txt .bottom .middle_txt {
        height: 105px;
    }
    .page_course_select3 .wrap figure .txt .bottom {
        padding-bottom: 80px;
    }
    .page_course_select3 .wrap figure .txt .bottom .block_price {
        padding-top: 25px;
    }
    .page_course_select3 .wrap figure .txt .bottom .block_price.shift_top .price_stroke {
        padding: 40px 0 8px;
    }
    .page_course_select3 .wrap figure .txt .bottom .block_price .price_txt {
        padding-top: 40px;
    }
}
@media only screen and (min-width:1919px) {
    .page_course_select3 .wrap figure .txt {
        padding: 20px 50px 0;
    }
}

/*-------------------page_course_select3 end-------------------*/
