ul {
    padding: 0;
    margin: 0;
}
body.single-product.postid-6972 {
    background-color: white;
}
p:empty {
    margin: 0;
}
.ai-course-rating {
    background-image: url("../images/star.svg");
    background-position: top left;
    width: 125px;
    height: 25px;
}
.ai-reasons-list {
    display: flex;
    width: 100%;
    padding: 0;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.ai-reasons-list li {
    list-style-type: none;
    position: relative;
    width: calc(100% / 3 - 24px);
    margin-right: 24px;
    color: white;
    display: flex;
    margin-bottom: 50px;
}
.ai-reasons-list li:nth-of-type(3n) {
    margin-right:0;
}
.ai-reasons-list li p {
    color: white;
}
.ai-reasons-list li  .span {
    position: relative;
    background-repeat: no-repeat;
    background-position: top left;
    display: inline-block;
    vertical-align: top;
    height: 104px;
    width: 104px;
    font-size: 0;
    margin: 0 15px 0 0;
}
.ai-speaker .content-columns{
    display: inline-flex;
    margin:0 20%;
    width:60%;
    align-items: center;
}
.ai-reasons-list li:nth-of-type(1) .span {
    background-image: url("../images/sight.svg");
}
.ai-reasons-list li:nth-of-type(2) .span{
    background-image: url("../images/question.svg");
}
.ai-reasons-list li:nth-of-type(3) .span{
    background-image: url("../images/sand-clock.svg");
}
.ai-reasons-list li:nth-of-type(4) .span{
    background-image: url("../images/practice-1.svg");
}
.ai-reasons-list li:nth-of-type(5) .span{
    background-image: url("../images/el-bulb.svg");
}
.ai-reasons-list li:nth-of-type(6) .span{
    background-image: url("../images/skill-1.svg");
}
.ai-section-1,
.ai-section-5 {
    background-color: black;
    padding: 50px 0;
}

.ai-course-product .ai-section-content{
   /* max-width: 1440px;*/
    max-width: 1240px;
    padding: 0 10px;
    position: relative;
    margin: 0 auto;
}
.ai-course-price .regular-price {
    text-decoration: line-through;
    color: #7D7D7D;
    font-size: 32px;
    font-weight: 400;
    margin: 0 5px 0 0;
}
.ai-course-price .regular-price,
.ai-course-price .current-price {
    display: inline-block;
    vertical-align: baseline;
}

.ai-course-price .regular-price i {
    font-style: normal;
    font-size: 32px;
}
.content-columns {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
    align-items: center;
}
.content-group-3  {
    width: 30%;
    text-align: center;
}
.content-group-7  {
    width: 70%;
}
.ai-course-price .current-price {
    color:#161616;
    font-size: 50px;
    font-weight: 900;
}
.ai-course-price .current-price i {
    font-style: normal;
    font-size: 30px;
}
.ai-videos h3 {
    color: #FF4BD2;
    font-size: 24px;
    font-weight: 800;
}
.ai-section-price-block .accent {
    font-size: 18px;
    color:#161616 ;
    text-transform: uppercase;
    font-weight: 700;
}
.ai-section-price-block .accent span {
    background-image: url(../images/accent-smm.svg);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 20px 70px;
    background-position: center center;
}

.ai-section-0 .ai-section-price-block .h3 {
    color: #FF4BD2;
}
.ai-section-1 .ai-course-price .current-price {
    color: #fff;
}
.ai-section-0 .ai-section-price-block .h3 {
    text-align: left;
}
.ai-section-price-block .h3 {
    text-align: center;
    color: #161616;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.ai-section-0 .ai-section-price-block .ai-course-price {
    text-align: left;
}
.ai-course-price {
    text-align: center;
    margin: 0;
    padding: 0;
}
.ai-section-1 .ai-section-price-block .h3 {
    color: #fff;
}
.ai-section-price-block {
    margin: 50px auto 0;
    position: relative;
    text-align: center;
}
.ai-section-0 .ai-section-price-block {
    text-align: left;
    margin-top: 30px;
}
.ai-goals-list {
    position: relative;
    max-width: 80%;
}
.ai-goals-list li {
    list-style-type: none;
    position: relative;
    color:#161616;
    font-size: 20px;
    margin:  20px 0;
    color: white;
    padding-left: 100px;
}

.ai-goals-list li p {
    margin: 0;
}
.figmasmm-goals-list.ai-goals-list li{
    color: #161616;
}
.ai-course .content-columns {
    align-items: flex-end;
}
.ai-goals-list li:before {
    background-image: url(../images/long-arrow.svg);
    content: '';
    height: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 92px;
    display: inline-block;
    margin: 0 16px 0 0;
    position: absolute;
    left: 0;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
}

.ai-goals {
    position: relative;
    width: 100%;
}
.ai-section-price-block .product-add-to-cart:hover {
    background-color: #161616;
    color:#EFEFEF;
}
.ai-section-1 .ai-section-price-block .product-add-to-cart:hover {
    background-color: #FFADEB;
    color:#161616;;
}
.ai-section-price-block .product-add-to-cart{
    display: inline-block;
    background: #FF4BD2;
    color:#161616;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    width: 392px;
    padding: 23px 20px !important;
    max-width: 90%;
    text-align: center;
    border-radius: 8px;
}
.ai-section-0 .ai-section-price-block .product-add-to-cart {
    max-width: none;
}
.ai-feedback {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    width: 100%;
}
.ai-section-1 .h2 {
    color: white;
}
.ai-videos .h3 {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}
.ai-section-price-block {
    color: #FF4BD2;
}
.ai-section-content .h2 {
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
}
.ai-video-slider ,
.ai-reviews-list {
    /*display: flex;*/
    /*  max-width: calc(100% - 120px);*/
    margin: 0 auto;
}

.bx-slider-content .bx-wrapper {
    box-shadow: none;
}
.ai-details {
    padding-right: 10px;
}
.ai-details details summary {
    font-size: 24px;
    line-height: 1;
    position: relative;
    font-weight: 700;
    text-transform: none;
    padding: 10px 0 ;
}
.ai-details details {
    border-bottom: 1px solid #FE99B9;
    position: relative;
    padding:20px 15px 10px 15px;
    margin-top: 16px;
}
.ai-details details summary:after {
    content: '';
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color:#FFE0F7;
    display: inline-block;
    position: absolute;
    left: auto;
    right: 0;
    top: 2px;
}
.ai-details details:after,
.ai-details details:before {
    content: '';
    height: 2px;
    width: 20px;
    background-color: #161616;
    display: inline-block;
    position: absolute;
    left: auto;
    right: 25px;
    top: 41px;
    z-index: 2;
}
.ai-details details:before {
    transform: rotate(90deg);
}
.ai-details details[open]:before {
    opacity: 0;
}
.ai-details details p {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 16px;
    font-weight: 400;
}
ul.ai-features-list {
    position: relative;
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding-left: 20px;
    flex-wrap: wrap;
}
.ai-features-list li{
    list-style-type: none;
    width: calc(100%/3 - 24px);
    margin-right: 24px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.ai-features-list li:nth-of-type(3n) {
    margin-right: 0;
}
.fire-note {
    position: relative;
    top:0;
    left: 0;
    right: auto;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.15%;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 1100px;
    background-color: #FFE0F7;
    margin: 0 0 7px 0;
    padding: 8px 15px;
    display: inline-block;
}
.ai-features-list li:before {
    position: relative;
    content: '';
    height: 104px;
    width: 104px;
    display: block;
    margin: 0 16px 0 0;
    background-position: center center;
    background-size: cover;
   background-size:  100% 100%;
    background-repeat: no-repeat;
      background-size: 59% auto;;
}
.ai-features-list li p {
    font-size: 20px;
    width: calc(100% - 104px);
}
.ai-features-list li:nth-of-type(1):before  {
    background-image: url("../images/1.svg");
}
.ai-features-list li:nth-of-type(2):before  {
    background-image: url("../images/2.svg");
}
.ai-features-list li:nth-of-type(3):before  {
    background-image: url("../images/3.svg");
}
.ai-features-list li:nth-of-type(4):before  {
    background-image: url("../images/4.svg");
}
.ai-features-list li:nth-of-type(5):before  {
    background-image: url("../images/5.svg");
}
.ai-features-list li:nth-of-type(6):before  {
    background-image: url("../images/6.svg");
}
.ai-section-5 {
    color: white;
}
.ai-course .ai-goals-list li p {
    color:#fff ;
}
.ai-course p {
    font-size: 20px;
    font-weight: 400;
}
.ai-course .h4 {
    font-size: 25px;
    font-weight: 400;
    color: #FF4BD2;
    text-transform: uppercase;
}

.ai-reviews-list .avatar{`
    height: 42px;
    width: 42px;
    border-radius: 50%;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    margin: 0 16px 0 0;
}
.ai-reviews-list .avatar,
.ai-reviews-list .name {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.ai-reviews-list .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
}
.ai-reviews-list .item {
    border: 2px solid #FCCFDE;
    border-radius: 8px;
    position: relative;
    padding: 16px;
}
.ai-reviews-list  .author {
    width: 100%;
    position: relative;
    margin-bottom: 16px;
}
.ai-video-slider .video-wrapper {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 5;
}

.ai-videos .ai-section-price-block .h3 {
    color: #161616;
}
.wp-block-video [poster] {
    object-fit: cover;
}
.ai-videos  .bx-wrapper {
    max-width: 100% !important;
    border: none;
    background: transparent;
}
.ai-videos .bx-wrapper .bx-viewport {
    height: 100% !important;
}
.bx-controls-direction {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    right: 0;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #FFE0F7;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    background-image: url("../images/ai-slider-arrow.svg");
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:focus {
    background-position: center center;
}
.bx-controls-direction a.bx-next {
    background-color: #FFE0F7;
    transform: rotate(180deg);
    position: absolute;
    right: -56px;
    left: auto;
}
.content-columns.flex-bottom {
    align-items: flex-end;
}
.bx-controls-direction a.bx-prev {
    right: auto;
    left: -56px;
}
.ai-section-0 ul {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    width: 54%;
    align-items: center;
    justify-content: flex-start;
}
.ai-course-product .ai-section-content.ai-section-0 {
    padding-bottom: 100px;
}
.ai-section-0 h1 {
    font-size: 80px;
    font-weight: 900;
}
.ai-section-0 h1 strong {
    color: #FF4BD2;
    font-weight: 900;
}
.ai-section-0 h1 + p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}
.ai-section-0 ul li p {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.ai-section-0 ul li{
    list-style-type: none;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    width: calc(50% - 24px);
    margin-right: 24px;
    margin-bottom: 24px;
}
.ai-section-0 ul li:nth-of-type(2n) {
    margin-right: 0;
}
.ai-section-0 ul li:before {
    position: relative;
    width: 25px;
    content: '';
    display: inline-block;
    background-image: url(../images/smm-small-arrow.svg);
    height: 25px;
    vertical-align: top;
    background-position: center center;
}
.ai-feedback p {
    margin-right: 16px;
}
.ai-section-1 .ai-section-price-block {
    margin: 0 auto;
}
.ai-details.ai-faq-details details{
    border: none;
    border: 1px solid #919191;
    border-radius: 4px;
}
.ai-videos .h3 {
    color: #FF4BD2;
    position: relative;
}
.ai-section-price-block .ai-videos .h3 {
    color: #161616;
    position: relative;
}
body {
    background: white;
}
.ai-speaker .h4 {
    font-weight: 700;
    font-size: 24px;
    color:#FF4BD2;
}
.ai-speaker p {
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.bx-pager-item a{
    font-size: 0;
    background-color: #BABABA;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: block;
    margin-top: 0 10px 0 0;
}
.bx-pager-item a.active {
    background-color: #161616;
}
.bx-pager.bx-default-pager {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-only {
    display: none;
}
.ai-features-list li p b {
    text-transform: uppercase;
    font-size: 20px;
}
.ai-section-0 .content-group-3 img {
    position: relative;
   
}
.ai-reviews-list {
    display: flex;
    align-items: stretch;
    justify-content: center;
}
@media all and (max-width: 550px) {
    .ai-features-list li,
    .ai-reasons-list li{
        width: 100%;
        margin: 0 0 20px 0;
    }
   
    .ai-section-price-block .product-add-to-cart {
        width: 100%;
        max-width: 100%;
    }
}
@media all and (min-width: 551px) and  (max-width: 768px) {
    .ai-features-list li ,
    .ai-reasons-list li {
        width: calc(100%/2 - 24px);
        margin-right: 24px;
        margin-bottom: 24px;
    }
    .ai-features-list li:nth-of-type(3n) {
        margin-right: 24px;
    }
    .ai-features-list li:nth-of-type(2n) {
        margin-right: 0;
    }
}
@media all and  (max-width: 768px) {
    .ai-details {
        padding-right: 0;
    }
    .ai-videos .bx-wrapper img {
        height: 400px;
        object-fit: cover;
       /* width: 250px;*/
        width: 100%;
    }
    .ai-section-0 .ai-section-price-block {
        text-align: left;
        margin-top: 5px;
    }
   
    .ai-section-5 {
        margin-top: 60px;
        margin-bottom: 60px;
        padding-bottom: 0;
    }
    .ai-section-price-block .accent {
        font-size: 16px;
    }
    .ai-modules .ai-section-price-block .accent {
        margin-bottom: 26px;
    }
    .ai-modules .ai-section-price-block .ai-course-price {
        margin-bottom: 5px;
    }
    .ai-modules .ai-section-price-block{
        margin-top: 28px;
    }
    .ai-videos .ai-section-price-block {
        padding: 0 20px;
        margin-top: 100px;
    }
    .ai-videos .ai-section-price-block .ai-course-price + p {
        margin: 20px auto;
    }
    .figmasmm-goals-list.ai-goals-list li {
        font-size: 16px;
        margin: 0 0 24px 0;
    }
    .ai-section-1 .ai-section-price-block {
        margin-top: 15px;
    }
    .ai-section-1 .ai-section-price-block .ai-course-price + p {
       margin-top: 22px;
    }
    .ai-reasons-list li{
        margin: 0 0 25px 0
    }
    .ai-section-0 h1 {
        clear: both;
    }
    .fire-note {
        font-size: 12px;
        top: -11px;
        padding: 5px;
        clear: both;
        float: left;
        text-align: left;
    }
    .ai-reasons-list li p {
        max-width: calc(100% - 100px);
    }
    .ai-video-slider .video-wrapper video {
        height: 440px;
        object-fit: cover;
        position: relative;
        width: 100%;
    }
    .ai-reasons-list li .span {
        height: 72px;
        width: 72px;
        margin: 0 15px 0 0;
        background-size: contain;
        display: inline-block;
        background-position: center center;
    }
    .ai-reasons-list li:nth-of-type(4) .span {
        background-size:  50% auto;
    }
    .ai-reasons-list {
        padding: 0;
    }
    .ai-section-1 {
        padding: 10px 0 40px 0;
    }
    .ai-course-price .regular-price {
        font-size: 24px;
    }
    .ai-course-price .current-price {
        font-size: 40px;
    }
    .ai-section-0 ul li{
        width: 100%;
        margin: 0 0 12px 0;
        white-space: nowrap;
    }
    .ai-section-0 .ai-section-price-block {
        padding-top: 30px;
    }
   
    .ai-section-0 ul {
        max-width: calc(100% - 160px);
        width: calc(100% - 160px);
        margin-top: 30px;
        width: auto;
        /* background: red; */
        display: inline-block;
        /* margin-right: 20px; */
        width: auto;
        position: relative;
    }
    .ai-section-0 ul:after {
        position: relative;
        left: auto;
        right: 0;
        display: block;
        content: '';
        background-image: url(https://maya.study/wp-content/uploads/2025/09/Illustration456465.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        width: 160px;
        height: 100%;
        left: calc(100% + 160px);
        right: auto;
        top:calc(-100% + -6px);
    }
    .ai-course-product .ai-section-content.ai-section-0 {
        padding-bottom: 60px;
    }
    .desktop-only {
        display: none;
    }
    .ai-section-0 h1 + p ,
    .ai-section-0 ul li{
        font-size: 16px;
        text-align: left;
    }
    .ai-section-0 ul li:nth-of-type(2n) {
        order: 2;
    }
    .ai-feedback p {
        font-size: 12px;
    }
    .ai-course-product .ai-section-content {
        padding: 0 10px;
    }
    .mobile-only {
        display: block;
    }
    .ai-videos >.h3 {
        padding-right: 120px;
        font-size: 18px;
        margin-bottom: 50px;
        margin-left: 20px;
        margin-top: 28px;
        width: calc(100% - 40px);
    }
    .bx-wrapper .bx-pager.bx-default-pager a {
        height: 8px;
        width: 8px;
        margin: 0 8px;
    }
    .ai-videos > .h3:after {
        position: absolute;
        display: block;
        width: 100px;
        height: 100px;
        content: '';
        background-image: url(https://pt8tkyavvpgw-u5779.pressidiumcdn.com/wp-content/uploads/2024/01/Maya_illustration2-300x300.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        left: auto;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .ai-goals-list {
        max-width: 100%;
        margin-left: -20px;
    }
    .ai-goals-list li :before {
        background-image: url(../images/ai-arrow.svg);
        content: '';
        height: 10px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 92px;
        display: inline-block;
        margin: 0 16px 0 0;
        position: absolute;
        left: 0;
        top: 50%;
    }
    .ai-goals-list li p{
        padding-left:105px;
    }
    .ai-reasons-list,
    .ai-features-list {
        flex-wrap: wrap;
    }
    .ai-feedback {
        justify-content: center;
        padding-top: 20px;
    }
    .content-columns {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .ai-speaker .content-columns{
        display: inline-flex;
        margin: 0  auto;
        width: 100%;
    }
    .ai-speaker .content-columns .content-group-6 {
        width: 100%;
        padding: 0 0 0 20px;
    }
    .ai-speaker .content-columns .content-group-6 ul {
       padding:  0 0 0 20px;
    }
    .content-group-3,
    .content-group-7{
        width: 100%;
    }
    .ai-section-0 .content-group-7 {
        width: 100%;
        text-align: center;
    }
    .ai-section-0 .content-group-7 > div {
        display: inline-flex;
        width: auto;
        /* background: green; */
        margin: 0 auto;
        /* margin-left: -50%; */
        transform: translateX(-50%);
    }
    .ai-goals-list li:before {
        position: absolute;
        top: 50%;
        margin-top: -2px;
    }
    .ai-section-6 {
        margin-top: 60px;
        padding: 0 10px;
    }
    .ai-section-6,
    .ai-section-7,
    .ai-section-2{
        margin-top: 80px;
    }
    .ai-section-8 {
        padding-bottom: 50px;
    }
    .ai-faq .ai-section-price-block {
        margin-top: 80px;
    }
    .ai-features-list li:before {
        height: 72px;
        width: 72px;
        background-size: 44px auto;
    }
    .ai-features-list li:nth-of-type(1):before {
        background-size: contain;
    }
    .ai-features-list li p {
        font-size: 16px;
    }
    .ai-features-list li p b {
        font-size: 18px;
    }
    .ai-goals-list li {
        font-size: 16px;
    }
    .ai-course .content-group-7 img{
        height: auto;
        max-width: 100%;
        max-height: 200px;
        margin: 40px auto;
    }
    .ai-course p ,
    .ai-speaker p{
        font-size: 16px;
    }
    .ai-speaker p{
       margin-bottom: 5px;
    }
    .ai-course .h4 {
        margin: 40px 0 0 0;
        font-size: 18px;
    }
    .ai-course p {
        margin: 0 0 20px 0;
    }
    .ai-speaker .h4 {
        font-size: 18px;
        margin-top: 40px;
    }
    .ai-section-0 .ai-section-price-block,
    .ai-section-0 .ai-section-price-block .h3,
    .ai-section-0 .ai-section-price-block .ai-course-price{
        text-align: center;
    }
    .bx-controls-direction {
        bottom: -21px;
        top: auto;
    }
    .bx-controls {
        position: relative;
        margin-top: 10px;

    }
    .ai-videos .bx-slider-content .bx-controls {
        left: 50px;
    }
    .bx-slider-content {
        max-width: 100%;
    }
    .ai-videos .bx-slider-content {
        position: relative;
    }
    .ai-videos .bx-slider-content:after {
        height: 100%;
        width: 20px;
        background: white;
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
    }
    .bx-wrapper .bx-controls-direction a {
        height: 40px;
        width: 40px;
    }
    .bx-controls-direction a.bx-next {
        right: 20px;
    }
    .bx-controls-direction a.bx-prev {
        left: 20px;
    }
    .ai-videos .bx-slider-conten {
        overflow: hidden;
    }
    .ai-videos .bx-slider-content .bx-wrapper{
        left: -50px;
        position: relative;
    }
    .ai-videos .bx-slider-content .bx-viewport  {
        width: calc(100% + 50px) !important;
    }
    .ai-course-product .ai-section-content.ai-videos {
        padding: 0;
    }
}
@media all and  (max-width: 800px) {
    .ai-section-price-block .h3 {
        font-size: 18px;
    }
    .ai-section-6 .ai-section-price-block {
        margin-top: 20px;
    }
    .ai-section-6   ul.ai-features-list {
        padding-left: 0;
    }
    .ai-modules .ai-section-content .h2 {
        margin:80px 0 40px 0;
    }
    .ai-section-6 .ai-section-content .h2,
    .ai-section-7 .ai-section-content .h2{
        margin-bottom: 20px;
    }
    .ai-section-1 .ai-section-content .h2 {
        margin-top: 45px;
    }
    .ai-section-0.ai-section-content .h2 {
        margin-top: 50px;
    }
    .ai-section-content .h2 {
        font-size: 30px;
        margin:0 0 40px 0;
    }
    .ai-faq.ai-section-content .h2 {
      margin-bottom: 25px;
    }
    .ai-details.ai-modules-list {
        margin-top: 30px;
    }
    .ai-modules.ai-section-content .h2 {
        font-size: 30px;
        margin: 80px 0 0 0;
    }
    .ai-section-0 h1 {
        margin-top:-14px;
        font-size: 40px;
    }
    .ai-details details summary span {
        border-radius: 50%;
        background-color: #FCCFDE;
        position: absolute;
        left: auto;
        display: block;
        width: 32px;
        height: 32px;
        right: 0;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }
    .ai-details details summary span:after,
    .ai-details details summary span:before{
        content: '';
        height: 2px;
        width: 20px;
        background-color: #161616;
        display: inline-block;
        position: absolute;
        left: auto;
        right: 5px;
        top: 14px;
        z-index: 2;
    }
    .ai-details details summary span:after {
        transform: rotate(90deg);
    }
    .ai-details details summary:after ,
    .ai-details details summary:before,
    .ai-details details:before,
    .ai-details details:after{
        content: none;
    }
    .ai-details details summary {
        font-size: 18px;
        padding:0px 10px 0 0;
        margin-bottom: 0;
        line-height: 1.2;
    }
    .ai-details details:after, .ai-details details:before {
        height: 2px;
        width: 16px;
        right: 24px;
        top: 50%;
        margin-top: 4px;
    }
    .ai-details details {
        padding:35px 16px 23px 16px;
        margin-top: 0;
    }
    .ai-details.ai-faq-details  details{
        margin-top: 16px;
        padding: 13px 16px;
        margin-bottom: 21px;
    }
    .ai-details.ai-faq-details  details summary {
        padding: 5px 100px 5px 0;
    }
    .ai-faq .content-group-3 img {
        max-width: 220px;
    }
}
@media all and (min-width: 769px) {
    .ai-section-0 h1 br {
        display: none;
    }
    .ai-videos .bx-wrapper img {
        height: 600px;
        object-fit: cover;
        width: 400px;
    }
    .bx-wrapper .bx-controls-direction a {
        width: 40px;
        height: 40px;
    }
    .ai-features-list li:nth-of-type(1):before {
        background-size: 49% auto;
    }
    .ai-features-list li:nth-of-type(2):before {
        background-size: 63% auto;
    }
    .ai-section-content.ai-speaker {
        padding-bottom: 50px;
    }
    .ai-section-benefits .ai-section-content p.h2  {
        margin-bottom: 20px;
    }
    .ai-faq .ai-section-price-block {
        margin-top: 110px;
    }
    .ai-section-content.ai-faq p.h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .ai-faq .content-group-7{
        width: 65%;
    }
    .ai-section-benefits  .ai-section-price-block {
        margin-top: 20px;
    }
    .ai-section-content p.h2 {
        margin-bottom: 50px;
    }
    .ai-speaker .content-group-6 {
        padding-top: 0;
        position: relative;
        top: -15px;
        padding-left: 65px;
    }
    .ai-course .ai-goals-list {
     margin-top: 55px;
    }
    .ai-section-price-block .accent {
        margin: 10px 0 30px 0;
    }
    .ai-modules-list .ai-details details summary {
        margin-top: 19px;
    }
    .ai-modules-list .ai-details details  {
        padding: 10px 0 0 0;
    }
    .ai-modules .ai-section-content .h2 {
        margin-bottom: 50px;
    }
    .bx-wrapper .bx-pager.bx-default-pager a {
        width: 8px;
        height: 8px;
        margin: 0 8px;
    }
    .ai-videos .bx-wrapper .bx-pager, .ai-videos.bx-wrapper .bx-controls-auto  {
        position: relative;
        bottom: auto;
        padding-top: 30px;
    }
    .ai-videos .bx-slider-content {
        margin-top: 50px;
    }
    .ai-goals .ai-section-content .h2 {
        margin: 50px 0 20px 0;
    }
    .ai-section-0 .content-group-3 img {
        position: relative;
        top: 94px;
        left: 15px;
    }
     .ai-goals  .ai-section-content p.h2 {
         margin-bottom: 25px;
     }
    .ai-section-1 .ai-section-content .h2{
        margin: 0 0 50px 0;
    }
    .ai-feedback {
        padding-left: 40px;
    }
    .ai-video-slider .video-wrapper video {
        height: 605px;
        object-fit: cover;
        position: relative;
        width: 100%;
    }
    .ai-section-0 ul {
        padding-top: 30px;
    }
    .ai-reasons-list li p {
        width: calc(100% - 110px);
        padding-right: 50px;
    }
    .ai-section-4 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .ai-course-product {
        padding-bottom: 80px;
    }
    .ai-section-2 {
        padding-top: 50px;
    }
    .bx-slider-content {
        max-width: calc(100% - 120px);
        margin: 0 auto;
    }
}