.buy-courseBTN {
    width:  75%;
     margin:  0 auto;
     display:  block;
     background: #44cc79;
    text-align:center;
    border-radius:  15px;
    margin-top:10px;
    padding:  10px 0;
}
.max-width100 {
    max-width: 100% !important;
}
.table-block-mobile{
    display:none;
}
.tablepress thead th{
    background:rgba(178, 162, 225, 1) !important;
        border-bottom: 1px solid rgba(178, 162, 225, 1) !important;
        text-align:center;
}
.tablepress tbody tr td{
    text-align:center;
}
.tablepress tbody tr td:nth-child(1){
    text-align:left;
    border-bottom: 1px solid #ddd;
}
.marafonPriceBlock{
    width:60%;
    margin:0 auto;
    text-align:center;
    margin-top:25px;
}
.marafonPriceBlock h1 b,.marafonPriceBlock h1{
    text-transform:uppercase;
    color:rgba(178, 162, 225, 1);
    letter-spacing:5px;
    font-family:Futura Demi !important;
    margin-bottom:20px;
    margin-top:25px;
}
.marafonH{
    width:70% !important;
}
#personal1,#personal2{
    cursor:pointer;
}
.marafonPriceBlock>.buy-courseBTN{
    width:50%;
}
.marafonPriceBlock>.buy-courseBTN a{
    color:white;
    padding:15px 25px;
    font-size:35px;
    text-decoration:none;
}

.arrow-top{
    width:10% !important;
}
.sale-item {
    position:  relative;
    left:  53%;
    height:  55px;
    background:  #7d6ea9;
    width:  23%;
    text-align:  center;
    color:  white;
    font-size: 25px;
    border-top-left-radius: 30px;
    border-top-right-radius:  30px;
    display:  flex;
    justify-content:  center;
    align-items:  center;
    font-family:  Futura Demi;
}
.line2 {
    transform: rotate(90deg);
}
.priceCourse{
    font-weight:500;
    font-size:25px;
    color:black;
    font-family:Futura Demi !important;
}
.popup-block{
        position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    display: none;
    align-items: center;
    justify-content: center;
}
.popup-block>div h2{
    font-family:Futura Demi;
    color:#9688bd;
    width:100%;
    text-align:center;
}
.popup-block>div{
    width: 70%;
    background: white;
    font-size: 25px;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.popup-block>div ul{
        width: 80%;
    margin: 0 auto;
    text-align: left;
}
.popup-block>div ul li{
        list-style-type:circle !important;
        font-weight:700;
}
.popup-block>div figure{

    align-self:flex-end;
    position:relative;
    bottom:50px;
    cursor:pointer;
    transition:.5s all;
}
.popup-block>div figure img{
    transition:.5s all;
}
.popup-block>div figure:hover img{
    transform:rotate(360deg);
}
.program-item-big p {
    font-size: 25px;
        width:  90%;
    
    margin:  15px auto;
    
    text-align:  center;
}
.border-bottom-radius15 {
    border-bottom-right-radius: 15px;
}
.program-item-small-left span {
    transition:  .5s all;
    width:  15px;
    height:  3px;
    background:  white;
    position:  absolute;
}
.rotate130 {
    transform: rotate(130deg);
}
.rotate230 {
    transform: rotate(230deg);
}
.about-author-h h3{
    text-align:center;
    text-transform:uppercase;
}
.program-item-big {
    border-top: 1px solid #9688bd;
    display: none;
    background: white;
    text-align: center;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 73%;
    margin-left: 27%;
}
.flex-row-block {
    display: flex;
}
.flex-row-block p {
    align-self: center;
}
.flex-row-block img {
    width: 70%;
}
.flex-row-block figure{
    max-width:100px;
}
.table-block-tmp {
    position: relative;
    top: -50px;
    left: 500px;
    width: 100px;
    height: 50px;
    background: blue;
}
header {
    background: url(../images/courses-header.png)!important;
    background-size: cover!important;
}

.header-content {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
    justify-content: space-around;
    height: 80%}
.header-btn-group {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.header-content-mobile{
    display:none;
}
.tablepress tfoot th{
    background:transparent !important;
}
.header-btn, .header-btn a {
    padding: 10px 25px;
    border-radius: 10px;
    color: #fff;
    transition: .5s all;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 25px;
    cursor: pointer;
    font-family: Futura Demi;
    text-decoration:none;
}
.btn-group {
    padding:0 !important;
}
.btn-programm {
    background: #897ab5;
    border: 1px solid #897ab5;
    color: white;
}
.btn-programm:hover {
    background: white;
    color: #897ab5;
}
.btn-group {
    background: #44cc79;
    border: 1px solid #44cc79;
    color: #fff;
}
.btn-group:hover , .btn-group a:hover {
    background: #fff;
    color: #44cc79;
}
.header-content h1 {
    color: #fff;
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    font-family: Futura Demi;
}
.header-content h3 {
    font-family: Futura Light;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 100;
}
.header-content p {
    font-family: Futura Light;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 100;
}

thead {
    background: #b2a2e1;
    font-size: 25px;
    font-weight: 700;
}
thead tr {
    height: 100px;
}
table {
    width: 100%;
    display: block;
    overflow: auto;
    border: none;
}
.after-pay h2 {
    width: 80%!important;
}
tr>td {
    text-align: center;
    width: 20%;
    font-weight: 500!important;
}
.perple {
    color: #7d6ea9;
    font-style: italic;
    cursor:pointer;
}
.column-1 {
    width: 40%;
    border-right: 1px solid #b2a2e1;
    font-weight: 700;
    color: #000;
    font-size: 25px;
}
tr>td img {
    width: 50px;
    height: 50px;
}
tbody {
    background: transparent;
    color: #000;
}
td {
    padding: 15px;
    border-right: 1px solid #897ab5;
    border-bottom: 1px solid #897ab5;
}
.row-13 th {
    border: none;
    
}
.tablepress tbody tr.row-12 td.column-1 {
font-weight:700 !important;
font-size:35px;
}
.row-13 th a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 15px 75px;
    font-size: 29px;
     width: 90%;
     margin: 0 auto;
}
.row-13 th:nth-child(1) {
    border: none;
    background: #f1eefa;
    color: #fff;
}
thead th {
    color: #fff!important;
    text-transform: uppercase;
    font-family: Futura Demi;
}
body, html {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
.page {
    width: 80%;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
}
.course-H {
    width: 70%;
    text-align: center;
    text-transform:uppercase;
}
.course-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    margin: 30px auto;
}
.course-info-left, .course-info-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40%}
.course-info-item {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    margin: 15px 0;
}
.course-item-text {
    width: 60%;
    align-self: center;
    text-align: left;
    color: #000;
    font-size: 25px;
}
.page-course h2, .page-course h3 {
    text-align: center;
    text-transform: uppercase;
}
.page-course h2 {
    margin: 25px auto;
    color: #9688bd;
    font-weight: 300;
    font-size: 40px;
    width: 40%;
    font-family: Futura Demi;
}
h2.table-H {
    width: 30%;
    margin-top: 75px;
    margin-bottom: 50px;
}
.pay-item-head h3 {
    color: #9688bd;
    font-weight: 700;
    font-size: 30px;
    font-family: Futura Demi;
}
.after-pay-item {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.pay-after-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #9688bd;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    transition: .5s all;
    border: 1px solid #9688bd;
    padding: 10px 15px;
    cursor: pointer;
}
.table-block {
    margin-top: 25px;
    width: 100%;
    background: #f1eefa;
    padding-bottom: 100px;
}
.pay-after-footer:hover {
    color: #9688bd;
    background: #fff;
}
.links-course {
    width: 20%;
    margin: 0 auto;
    text-align: center;
}
.after-pay-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 15px 0;
}
.after-pay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 80%;
    margin: 25px auto;
}
.after-pay-item img {
    width: 30%;
    margin:15px auto;
}
.pay-item-head {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items:center;
}
.pay-after-body {
    width: 70%;
    text-align: center;
    margin: 15px 0;
}
.after-pay p {
    font-size: 25px;
    text-align: center;
}
.course-program {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background: url(../images/bg.png);
    background-size: cover;
}
.program-body {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.program-body-left, .program-body-right {
    display: flex;
    flex-direction: column;
    width: 45%}
.program-item {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}
.program-H h2 {
    color: #fff;
}
.program-item-small {
    transition: .5s all;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    align-items: center;
}
.program-item-small-left {
    background: #9688bd;
    border-radius: 13px;
    padding: 40px 0;
    width: 30%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    font-size: 30px;
    font-weight: 700;
}
.program-item-small-right {
    width: 65%;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 700;
}
.about-author {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #9688bd;
    border-radius: 200px;
    color: #fff;
    box-shadow: 0 0 17px 50px #9688bd;
    height: 60vh;
    margin-top: 100px;
    margin-bottom: 70px;
}
.about-author-body {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 100%}
.about-author-image {
    width: 30%}
.about-author-text {
    width: 60%;
    font-size: 25px;
}
.about-author-text p {
    margin: 10px;
}
.about-author-h {
    font-size: 40px;
}
@media (max-width:1100px) {
    .header-content-mobile{
        display:flex;
        flex-direction:column;
    }  
    .header-content{
        display:none;
    } 
    .header-content-mobile h1{
        text-align: center;
        text-transform: uppercase;
        font-size: 25px;
        margin-top: 15px;
        color: white;
    } 
    .header-content-mobile h3{
        text-align: center;
        font-size: 25px;
        margin-top: 20px;
        color: white;
    } 
    .header-btn-group{
        flex-direction:column;
    }
    .header-btn {
        font-size:20px;
        width:80%;
        margin:10px auto;
    }
    .header-list{
        width:56%;
        margin: 20px auto;
    }
    .header-list li{
        list-style-type:disc;
        margin:15px auto;
        color:white;
    }
    header{
        min-height: 700px !important;
        background:url(../images-min/bg-courses-mobile.png) no-repeat !important;
        background-size:cover !important;
    }
    .page-course h2 {
        font-size: 25px;
     width: 90%;
    }
    .course-info {
        flex-direction: column;
        justify-content: space-between;
        width:90%;
    }
    .course-info-left, .course-info-right {
        flex-direction: column;
        width:100%;
    }
    .course-info-item {
        width: 100%;
    }
    .course-item-icon{
        width:30%;
    }
    .course-item-text {
        font-size:20px;
    }
    .table-block {
    
        display:none;
    }
    .after-pay p 
    {
        font-size:20px;
        
    }
    #tablepress-2{
        display:none;
    }
    .table-block-mobile{
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .table-block-mobile-item{
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        margin:15px 0;
    }
    .table-item-small{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 5px 0;
        background: #b2a2e1;
        text-transform:uppercase;
        color: white;
        font-size:25px;
        transition:1s background;
        font-family:Futura Light;
    }
    .table-item-small h2{
        color:white;
    }
    .table-item-active>.table-item-small{
        background:#44cc79;
    }
     .table-item-active>.table-item-big{
       display:block;
    }
     .table-item-active>.table-item-small>.arrow-line1{
         transform: rotate(406deg);
     }
     .table-item-active>.table-item-small>.arrow-line2{
             transform: rotate(310deg);
     }
    .table-item-small>.arrow-line1{
        width: 15px;
        height: 2px;
        background: white;
        position: absolute;
        right: 25px;
        transition: .5s all;
        transform: rotate(135deg);
    }
    .table-item-small>.arrow-line2{
        width: 15px;
        height: 2px;
        background: white;
        position: absolute;
        right: 35px;
        transition: .5s all;
        transform: rotate(45deg);
    }
     .table-item-big-body{
        display: flex;
        flex-direction:row;
        width: 80%;
        margin:20px auto;
        align-items: center;
        flex-wrap:wrap;
       
    }
    .table-item-big{
        display: none;
        width: 100%;
        justify-content: space-around;
        align-items: center;
        flex-direction:column;
         background:#ddf6e7;
    }
    .table-item-big-img{
        width:30%;
    }
    .table-item-big-text{
        width:70%;
        font-size:20px;
    }
    .table-item-big-img img{
        width:65%;
    }
    .after-pay h2 {
        width: 100%!important;
    }
    .flex-row-block img{
        display:none;
    }
    .after-pay p {
        margin:10px auto;
    }
    .after-pay-body {
        flex-direction: column;
    }
    .after-pay-item {
        width: 100%;
        margin:25px auto;
    }
    .program-body {
    flex-direction: column;
    }
    .program-body-left, .program-body-right {
        width:100%;
    }
    .program-item-small-right {
        font-size:15px;
    }
    .about-author{
        height: 90vh;
    }
    .about-author-body {
        flex-direction: column;
    }
    .about-author-text {
        font-size: 25px;
        text-align:center;
        width:90%;
        margin:0 auto;
    }
    .program-item-big p {
        font-size:20px;   
    }
    .buy-courseBTN{
        width: 75%;
        margin: 25px auto;
        display: block;
        background: white;
        border-radius: 20px;
        padding: 10px 0;
        display: flex;
        box-shadow: 0 0 20px 0px #9688bd;
    }
    .buy-courseBTN a{
        text-align: center;
        width: 100%;
        text-decoration: none;
        font-weight: bold;
        text-transform: uppercase;
        color: #9688bd;
        font-family: "Futura Demi";
    }
    .sale-item-mobile{
         width:75%;
         margin:0 auto;
         padding:10px 0;
    background: #7d6ea9;
   
    text-align: center;
    color: white;
    font-size: 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Futura Demi;
    }
    .popup-block>div{
            width: 90%;
    background: rgba(255,255,255,.9);
    font-size: 25px;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    overflow-y:scroll;
    height: 95%;
    }
     .popup-block>div p{
    font-size: 20px;
    margin-top:15px;
    text-align:center;
    }
     .popup-block>div p b{
      position:relative;
      top:10px;
     }
     .popup-block>div h2{
    font-size: 25px;
    text-align:center;
    }
    .popup-block>div ul li{
    font-size: 19px;
    margin:10px auto;
    }
    .popup-block>div ul {
    font-size: 95%;
    margin:15px auto;
    }
    .popup-block>div figure{
        bottom:45px;
    }
}



















