#header{
    background: 
      linear-gradient(rgba(32, 32, 32, 0.64), rgba(32, 32, 32, 0.64)),
      url(/images/courses-background.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 565px;
}
#main_block{
    margin:auto ;
    margin-top: 267px;
    width: calc(100% - 163px);
    opacity: 1;
    position: relative;
    border-radius: 80px 80px 0px 0px;
    box-shadow: 4px 4px 40px 23px #00000040;
    background: #FDFDFD;
    min-height: 1700px;
    padding-bottom: 140px;
    z-index: 1;
    padding-left:92px ;
    padding-right:93px ;
}
#main_block .popular-item{
    padding: 16px 16px 24px;
}
.main_block_background-1{
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: 1;
}
#main_block h1{
    font-family: Rubik Black;
    font-weight: 900;
    font-style: Black;
    font-size: 56px;
    leading-trim: NONE;
    padding-top:80px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

}
#main_block .curses {
    max-width: 1108px;
    margin:0px auto;
    margin-top:48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: 359px;
}
#main_block .curses>div:hover{
   -webkit-animation: zoomin 3s 1;

}
@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
    }

}
#main_block .sub-title{
    color: rgba(102, 112, 133, 1);
}
#main_block .curses div{
    width: calc(33.3% - 20px);
    cursor: pointer;
    height: 327px;
    background: var(--background);
    background-size: cover;
    position: relative;
    border-radius: 20px;
    box-shadow: 4px 4px 10.9px 0px rgba(0, 0, 0, 0.25);
}
/*#main_block .content-block{
    margin:0px auto;
    margin-top:48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}*/
#main_block .content-block > div{
    width: 24%;
    padding: 16px;
    height: 439px;
    cursor: pointer;
    opacity: 1;
    border-radius: 8px;
    gap: 24px;
    background: #FFFFFF;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 24px;
    padding-left: 16px;
    box-shadow: 0px 4px 6px -2px #10182808;
    box-shadow: 0px 12px 16px -4px #10182814;

}
#main_block .content-block div.active{
    background: #FFE44E;
}
#main_block .content-block div .img{
    max-width: 100%;
    height: 264px;
}
#main_block .curses div .title {
    width: 236px;
    height: 63px;
    top: 230px;
    left: 60px;
    opacity: 1;
    background: #FFFFFFB2;
    position: absolute;
    border-radius: 12px;
    gap: 10px;
    padding: 15px 18px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: center;

    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 0px);
}
.slider{
    max-width: 1572px;
    margin:0px auto;
    min-height: 300px;
    padding-top: 80px;
    text-align: left;
}
.head-block{
    padding: 0px 20px;
    display: flex;
/*    flex-wrap: wrap;*/
    justify-content: space-between;

}
.buttons{
    display: flex;
}
.buttons i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    margin-left:5px;
    cursor: pointer;
    height: 46px;
    background: #F5F5F5;
    opacity: 1;
    border-radius: 50%;
}
.buttons i.active{
    background: #FFE44E;
}
.curse-name{
    font-family: Inter;
    font-weight: 600;
    display: flex;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    justify-content: space-between;
    margin-top: 24px;
}
.curse-name img{
    width: 24px;
    height: 28px;
    opacity: 1;
    padding-top: 4px;

}
.duration{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color:#667085;
}
.price{
    font-family: Inter;
    font-weight: 700;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color:#000000;

}
.price-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 24px;
}
.pricing{
    z-index: 100;
    background: #F4F4F4;
    text-align: center;
    min-height: 950px;
}
.line{
    height: 8px;
    width: 520px;
    background: #FFE44E;
    width: 35%;
}
.exclusive{
    z-index: 100;
    background: #FFFFFF;
    text-align: center;
    min-height: 800px;
    position: relative;
}
.exclusive h2{
    position: relative;
    font-family: Inter;
    font-weight: 600;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 44px;
    letter-spacing: -2%;
    text-align: center;
    margin-top: 56px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pricing h2{
    font-family: Inter;
    font-weight: 600;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 44px;
    letter-spacing: -2%;
    text-align: center;

    margin-top: 56px;
}
.pricing-block{
    margin:0px auto;
    margin-top:108px;
    max-width: 1560px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.pricing-block > div{
    width: 23%;
    margin: 0.7%;
    height: 573px;
    opacity: 1;
    cursor: pointer;
    border-radius: 8px;
    gap: 24px;
    background: #FFFFFF;
    padding-top: 16px;
    padding-right: 26px;
    padding-bottom: 24px;
    padding-left: 26px;
    border-radius: 26px;
    box-shadow: 0px 12px 34px 0px rgba(0, 0, 0, 0.13);


}

.pricing-block > div.top{
    background: #FFE44E;
    margin-top:-80px;
}
.price_one{
    font-family: Avenir;
    font-weight: 800;
    font-size: 24px;
    text-align: left;
    margin-top: 26px;
    line-height: 46px;
    letter-spacing: 0px;
    color:#231D4F;
}
.price_one small{
    font-family: Avenir;
    font-weight: 500;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color:rgba(132, 129, 153, 1);
}
.most-popular-price{
    background: white;
    padding: 9px 20px;
    border-radius: 13px;
    font-family: Avenir;
    font-weight: 800;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0.83px;
    text-align: center;
    color: black;
    width: max-content;
    margin-top: 20px;
}
.pricing-block > div.top small{
    color: rgba(0, 0, 0, 1);
}

.price_name{
    font-family: Avenir;
    font-weight: 800;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: rgba(35, 29, 79, 1);
    text-align: left;
    margin-top: 32px;
}
.price_content_label{
    font-family: Avenir;
    font-weight: 500;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    margin-top: 10px;
    text-align: left;
}
.price_content_list{
    list-style: none;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 22px;
}
.price_content_list li{
    display: flex;
    gap: 11px;
    font-family: Avenir;
    font-weight: 500;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: black;
    align-items: center;
}
.choose_plan_btn{
    margin: auto;
    margin-top: 28.68px;
    padding: 17px 0;
    width: 247px;
    border:none;
    border-radius: 24px;
    font-family: Avenir;
    font-weight: 800;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    height: 57px;
}

.pricing-block > div.top .choose_plan_btn{
    background: black;
    color: rgba(255, 255, 255, 1);

}
.next_ex{
    display: block;
    position: absolute;
    right: 40px;
    top: 45%;
    z-index: 2;
    transform: rotate(90deg);
    width: 98px;
    height: 98px;
    cursor: pointer;
}
.most-popular-carusel-2 .owl-stage{
    height: 439px;
}
@media only screen and (max-width: 1500px) {
    #main_block{
        width: calc(100% - 120px);
        padding-left: 50px;
        padding-right: 50px;
    }
    #main_block .curses{
        padding: 0;
    }
}
@media only screen and (max-width: 1300px) {
    .next_ex{
        display: none;
    }
    .exclusive{
        overflow: auto;
        min-height: max-content;
    }
    .one-course-section-5{
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 1200px) {
    #main_block .curses {
        height: 250px;;
    }
    .most-popular-carusel-2 .owl-stage {
        height: 379px;
    }
    #main_block h1 {
        font-size: 48px;
    }
    #main_block .curses div{
        height: 227px;
    
    }
    #main_block .curses div .title{
        top: 140px;
        font-family: Poppins;
        font-weight: 700;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 16px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
        height: 32px;
        padding: 8px;
        width: 70%;
        top: auto;
        bottom: 20px;
    }
    .pricing{
        min-height: max-content;

    }
    .pricing-block{
        justify-content: start;
        gap: 37px;

    }
    .pricing-block > div{
        width: 44%;
    }
    .pricing-block > div:nth-child(3){
        order: 2;
    }
    .pricing-block > div:nth-child(2){
        order: 3;
    }
    .pricing-block > div:nth-child(4){
        order: 4;
    }
    .pricing-block > div.top{
        margin-top: 0;
        zoom: 1.1;
        width: 48%;
    }
    .line{
        width: 30%;
    }
}
@media only screen and (max-width: 950px) {

    #main_block .curses {
        height: 176px;
        width: 80%;
    }
    .most-popular-carusel-2 .owl-stage {
        height: 408px;
    }
    #main_block{
        width: calc(100% - 80px);
        padding-left: 23px;
        padding-right: 23px;
        margin-top: 111px;
    }
    #main_block h1 {
        font-family: Rubik;
        font-weight: 900;
        font-style: Black;
        font-size: 32px;
        leading-trim: NONE;
        line-height: 40px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
        padding-top: 50px;

    }
    .most-popular-carusel-2.mt-40{
        margin-top: 48px;
    }
    .pricing-block > div{
        height: auto;
    }
    .pricing h2{
        font-family: Inter;
        font-weight: 600;
        font-size: 24px;
        leading-trim: NONE;
        line-height: 32px;
        letter-spacing: -2%;
        text-align: center;

    }
    .pricing-block{
        margin-top: 60px;
    }
    .pricing-block > div {
        width: 43%;
    }
    .pricing{
        padding-bottom: 60px;
    }
    .exclusive h2{
        font-family: Inter;
        font-weight: 600;
        font-size: 32px;
        leading-trim: NONE;
        line-height: 40px;
        letter-spacing: -2%;
        text-align: center;
        vertical-align: middle;
    }
    #main_block .curses div {
        height: 160px;
    }
    .main_block_background-1{
        width: 117px;
        top: -66px;
    }
    #header{
        min-height: 307px;
    }

}
@media only screen and (max-width: 700px) {
    .pricing-block > div.top{
        width: 100%;
    }
    .pricing-block > div{
        width: 100%;
    }
}
@media only screen and (max-width: 630px) {
    #main_block .curses div .title{
        width: calc(100% - 10px);
        font-family: Poppins;
        font-weight: 500;
        font-style: Medium;
        font-size: 10px;
        leading-trim: NONE;
        line-height: 16px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
        color: rgba(0, 0, 0, 0.8);
    }
    #main_block {
        width: calc(100% - 32px);
        padding-left: 4px;
        padding-right: 4px;
        margin-top: 52px;
        padding-bottom: 60px;
        min-height: min-content;
    }
    #main_block .curses{
        width: 100%;
    }
    .main_block_background-1 {
        width: 54px;
        top: -29px;
    }
    #header {
        min-height: 161px;
    }
    #main_block h1{
        font-size: 24px;
        line-height: 32px;
        padding-top: 24px;
    }
    #main_block .curses{
        margin-top: 20px;
    }
    .buttons i{
        width: 32px;
        height: 32px;
    }
    .head-block h2, span{
        text-align: center;
    }
    .head-block {
        flex-direction: column;
        align-items: end;
        gap: 32px;
        padding: 0;
    }
    .mt-80{
        margin-top: 48px;
    }
    .most-popular-carusel-2 .owl-stage {
        height: 310px;
    }
    .most-popular-carusel-2.mt-40 {
        margin-top: 8px;
    }
    #main_block .sub-title{
        max-width: 275px;
        margin:auto;
    }
    .head-block div{
        margin:auto ;
    }
    .head-block .buttons{
        margin-left:0 ;
        margin-right:0 ;
    }
    .most-popular-carusel-2{
        box-shadow: none;
    }
    #main_block .popular-item{
        padding: 8px;
        margin-top: 0;
    }
    .price{
        font-family: Inter;
        font-weight: 700;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 20px;
        letter-spacing: 0%;
        text-align: right;
        color: rgba(0, 0, 0, 1);
    }
    .duration{
        font-family: Inter;
        font-weight: 600;
        font-style: Semi Bold;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 18px;
        letter-spacing: 0%;

    }
    .pricing h2{
        margin-top: 32px;
        font-family: Inter;
        font-weight: 600;
        font-size: 20px;
        leading-trim: NONE;
        line-height: 32px;
        letter-spacing: 0%;
        text-align: center;

    }
    .pricing-block{
        margin-top: 40px;
    }
    .price_one{
        margin-top: 11px;
    }
    .price_name{
        margin-top: 21px;
    }
    .exclusive h2{
        font-family: Inter;
        font-weight: 600;
        font-size: 20px;
        leading-trim: NONE;
        line-height: 24px;
        letter-spacing: -2%;
        text-align: center;
        vertical-align: middle;
    }
    .line {
        width: 20%;
    }
    .exclusives-block{
        margin-top: 26px;
    }
    .section-image-parent{
        width: 188px;
        margin:auto;
    }
    .one-course-section-5 form label{
        text-align: left;
    }
    .pricing h2 br{
        display: none;
    }
}
@media only screen and (max-width: 500px) {
    .most-popular-carusel-2 .owl-stage {
        height: 250px;
    }
    #main_block .curses div{
        border-radius: 8px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    #main_block{
        border-radius: 48px 48px 0px 0px;
    }
}