

/* Start:/education/style.css?178091011775306*/
    /********************** 00_base **********************/
    /* @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&display=swap');*/

    html {
        scroll-behavior: smooth;
    }

    section .cols {
        display: flex;
        align-content: center;
        justify-content: space-around;
        align-items: center;
    }
    section .cols .col-half {
        flex: 1 1 0;
        width: 50%;
        max-width: 600px;
            
        display: flex;
        flex-flow: wrap;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
    section .cols .col-30 {
        flex: 1 1 0;
        width: 30%;
        max-width: 30%;			
    }
    section .cols .col-40 {
        flex: 1 1 0;
        width: 40%;
        max-width: 40%;			
    }
    section .cols .col-60 {
        flex: 1 1 0;
        width: 60%;
        max-width: 60%;			
    }
    section .cols .col-70 {
        flex: 1 1 0;
        width: 70%;
        max-width: 70%;			
    }


    section .sec-body.grid {
        position: relative;
        display: flex;
        width: 100%;
        flex-flow: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
    section .sec-body.grid > div {
        position: relative;
        display: flex;
        width: 50%;
    }


    .container .row .maxwidth-theme-important {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: calc(var(--theme-page-width) + calc(2 * var(--theme-page-width-padding)));
        padding-inline: var(--theme-page-width-padding, 32px);
        width: 100%;

    }





    .sec-row {
        color:var(--course-txt-color);
        /*background: var(--course-bg-color);*/
        font-family: 'Manrope';
        line-height: 1.25;
        padding-bottom: 60px;

        position: relative;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    } 
    .sec-row * {
        /*color:var(--course-txt-color);*/
        font-family: 'Manrope';
        line-height: 1.25;
    } 
    .theme-light .sec-row ,
    .theme-light .sec-row p ,
    .theme-light .sec-row h2 ,
    .theme-light .sec-row h3 ,
    .theme-light .sec-row h4 {
        color: var(--basic_text_black);
    }
   .theme-light .sec-hero .hl-text,
    .theme-light .sec-body-row ,    
    .theme-light .road-map .row-item {
        background: #f2f5f5;
        background: var(--darkerblack_bg_black);
    } .theme-light .sec-hero section ,
    .theme-light .sec-row .form .inner-wrp ,
    .theme-light .prices .grid-item
     {
        background-color: #ececf5;
    }

    .sec-row .sec-color-inherit .sec-body * {
        color: inherit
    }
    /*.sec-row *:not(.form) {
        color:var(--course-txt-color);
    } */
    .sec-row > div > section ,
    .sec-row > section {
        position: relative;
        padding-top: 60px;
        padding-bottom: 60px;
    } 
    .sec-row h3 {
        color:var(--course-txt-color);
        font-weight:800;
        font-size:52px;
        font-family: 'Manrope';
        /*text-transform: uppercase;*/
        margin-bottom:30px;
    }
    .sec-row h4 {
        color:var(--course-txt-color);
        font-weight:500;
        font-size:52px;
        font-family: 'Manrope';
        text-transform: uppercase;
        padding: 0;
        margin: 0;
    }
    .sec-row p {
        color:var(--course-txt-color);
        font-weight: 400;
        font-size: 21px;
        font-family: 'Manrope'; 
        line-height: 1.25;
    }
    .sec-row .sec-big-img {
        border-radius: 30px;
        max-width: 630px;
        max-height: 315px;
        box-shadow: 35px -25px var(--course-txt-color);
    }
    .sec-row .text-center {
        text-align:center;
    }






    .sec-body.rows {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .sec-body-row {
        display: flex;
        flex-direction: column;
        border-radius: 10px;
        background: var(--course-txt-color);
    }

    .sec-body-row.active .sec-body-row--question::after {
        display0: none;
        rotate: 225deg; 
    }
    .sec-body-row.active .sec-body-row--question::before {
        rotate: 135deg; 
    }

    .sec-body-row--question {
        font-size: 28px;
        font-weight: 800;
        position: relative;
        padding: 20px 20px 20px 25px;
        padding-right: 69px;
        cursor: pointer;
        color: var(--course-bg-color);
        user-select: none;
        min-height: 75px;
    }

    .sec-body-row--question::before {
        content: "";
        position: absolute;
        top: 36px;
        right: 20px;
        width: 46px;
        height: 3px;
        background-color: var(--course-bg-color);
        border-radius: 2px;
        transition: ease all .3s;
    }

    .sec-body-row--question::after {
        content: "";
        position: absolute;
        top: 36px;
        right: 20px;
        width: 46px;
        height: 3px;
        background-color: var(--course-bg-color);
        border-radius: 2px;
        rotate: 0deg;
        display: block;
        rotate: 90deg;
        transition: ease all .3s;
    }
    .sec-body-row--answer {
        display: none;
        padding: 0 40px 20px 40px;
        color: var(--course-bg-color);
    }
    .sec-body-row--answer p {
        color: var(--course-bg-color);
        font-size:21px;
    }
    .sec-row .sec-body-row--answer ul {
        padding-left: 15px;
    }
    .sec-row .sec-body-row--answer ul li {
        list-style: disc;
        color: var(--course-bg-color);
        font-size: 21px;
    }

    @media (max-width: 1550px) {
    }

    @media (max-width: 1190px) {
    }

    @media (max-width: 720px) {
    }



    .sec-bg-prlx {
        background-size: cover !important;     
        background-position: center !important;  
        background-attachment: fixed !important;  
    }
    .sec-bg-static {
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: cover !important;
    }

    .title-align-center .sec-title {
        text-align: center;
    }
    .title-align-right .sec-title {
        text-align: right;
    }

    .sec-row .sec-color-inherit h3 {
        color: inherit;
    }

    .stop-line {
        position: absolute;
        display: block;
        margin-top: -80px;
    }



    .sec-hero a ,
    .sec-hero button ,
    .sec-row a ,
    .sec-row button {
        transition: all ease .3s;
    }

    a.btns-color-var-1, button.btns-color-var-1 {
        box-shadow: inset 0px 0px 0px 2px var(--course-base-color, #0011ff) !important;			
        background-color: var(--course-base-color, #0011ff) !important;
        color: var(--course-txt-color, #d8d8d8) !important;	
    }
    a.btns-color-var-1:hover, button.btns-color-var-1:hover {
        box-shadow: inset 0px 0px 0px 2px var(--course-base-color-hover, #000cad) !important;			
        background-color: var(--course-base-color-hover, #000cad) !important;
        color: var(--course-txt-color-hover, #ffffff) !important;	
    }

    a.btns-color-var-2, button.btns-color-var-2 {
        box-shadow: inset 0px 0px 0px 2px var(--course-base-second-color, #00ff0d) !important;			
        background-color: var(--course-base-second-color, #00ff0d) !important;
        color: var(--course-txt-color, #d8d8d8) !important;	
    }
    a.btns-color-var-2:hover, button.btns-color-var-2:hover {
        box-shadow: inset 0px 0px 0px 2px var(--course-base-second-color-hover, #00ac09) !important;			
        background-color: var(--course-base-second-color-hover, #00ac09) !important;
        color: var(--course-txt-color-hover, #ffffff) !important;	
    }

    a.btns-color-var-3, button.btns-color-var-3 {
        box-shadow: inset 0px 0px 0px 2px var(--course-base-third-color, #ff0000) !important;			
        background-color: var(--course-base-third-color, #ff0000) !important;
        color: var(--course-txt-color, #d8d8d8) !important;	
    }
    a.btns-color-var-3:hover, button.btns-color-var-3:hover {
        box-shadow: inset 0px 0px 0px 2px var(--course-base-third-color-hover, #a00000) !important;			
        background-color: var(--course-base-third-color-hover, #a00000) !important;
        color: var(--course-txt-color-hover, #ffffff) !important;	
    }

    a.btns-color-var-4, button.btns-color-var-4 {
        box-shadow: inset 0px 0px 0px 2px var(--course-txt-color, #ffffff) !important;			
        background-color: var(--course-txt-color, #ffffff) !important;
        color: var(--course-bg-color, #000000) !important;	
    }
    a.btns-color-var-4:hover, button.btns-color-var-4:hover {
        box-shadow: inset 0px 0px 0px 2px var(--course-txt-color-hover, #ffffff) !important;			
        background-color: var(--course-txt-color-hover, #ffffff) !important;
        color: var(--course-bg-color-hover, #222222) !important;	
    }

    a.btns-color-var-5, button.btns-color-var-5 {
        box-shadow: inset 0px 0px 0px 2px var(--course-txt-color, #ffffff) !important;			
        background-color: var(--course-bg-color, #000000) !important;
        color: var(--course-txt-color, #ffffff) !important;	
    }
    a.btns-color-var-5:hover, button.btns-color-var-5:hover {
        box-shadow: inset 0px 0px 0px 2px var(--course-txt-color-hover, #ffffff) !important;			
        background-color: var(--course-bg-color-hover, #222222) !important;
        color: var(--course-txt-color-hover, #ffffff) !important;	
    }

    a.btns-color-var-6, button.btns-color-var-6 {
        box-shadow: inset 0px 0px 0px 2px var(--course-bg-color, #000000) !important;			
        background-color: var(--course-bg-color, #000000) !important;
        color: var(--course-txt-color, #ffffff) !important;	
    }
    a.btns-color-var-6:hover, button.btns-color-var-6:hover {
        box-shadow: inset 0px 0px 0px 2px var(--course-bg-color-hover, #222222) !important;			
        background-color: var(--course-bg-color-hover, #222222) !important;
        color: var(--course-txt-color-hover, #ffffff) !important;	
    }

    a.btns-color-var-7, button.btns-color-var-7 {
        box-shadow: inset 0px 0px 0px 2px var(--course-base-color, #0011ff) !important;			
        background-color: var(--course-base-color, #0011ff) !important;
        color: var(--course-bg-color, #000000) !important;	
    }
    a.btns-color-var-7:hover, button.btns-color-var-7:hover {
        box-shadow: inset 0px 0px 0px 2px var(--course-base-color-hover, #000cad) !important;			
        background-color: var(--course-base-color-hover, #000cad) !important;
        color: var(--course-bg-color-hover, #222222) !important;	
    }

    a.btns-color-var-8, button.btns-color-var-8 {
        box-shadow: inset 0px 0px 0px 2px var(--course-base-second-color, #00ff0d) !important;			
        background-color: var(--course-base-second-color, #00ff0d) !important;
        color: var(--course-bg-color, #000000) !important;	
    }
    a.btns-color-var-8:hover, button.btns-color-var-8:hover {
        box-shadow: inset 0px 0px 0px 2px var(--course-base-second-color-hover, #00ac09) !important;			
        background-color: var(--course-base-second-color-hover, #00ac09) !important;
        color: var(--course-bg-color-hover, #222222) !important;	
    }

    a.btns-color-var-9, button.btns-color-var-9 {
        box-shadow: inset 0px 0px 0px 2px var(--course-base-third-color, #ff0000) !important;			
        background-color: var(--course-base-third-color, #ff0000) !important;
        color: var(--course-bg-color, #000000) !important;	
    }
    a.btns-color-var-9:hover, button.btns-color-var-9:hover {
        box-shadow: inset 0px 0px 0px 2px var(--course-base-third-color-hover, #a00000) !important;			
        background-color: var(--course-base-third-color-hover, #a00000) !important;
        color: var(--course-bg-color-hover, #222222) !important;	
    }

    a.btns-color-var-10, button.btns-color-var-10 {
        box-shadow: inset 0px 0px 0px 2px var(--course-base-color, #0011ff) !important;			
        background-color: transparent !important;
        color: var(--course-txt-color, #d8d8d8) !important;	
    }
    a.btns-color-var-10:hover, button.btns-color-var-10:hover {
        box-shadow: inset 0px 0px 0px 2px var(--course-base-color-hover, #000cad) !important;			
        background-color: transparent !important;
        color: var(--course-txt-color-hover, #ffffff) !important;	
    }

    a.btns-color-var-11, button.btns-color-var-11 {
        box-shadow: inset 0px 0px 0px 2px var(--course-base-second-color, #00ff0d) !important;			
        background-color: transparent !important;
        color: var(--course-txt-color, #d8d8d8) !important;	
    }
    a.btns-color-var-11:hover, button.btns-color-var-11:hover {
        box-shadow: inset 0px 0px 0px 2px var(--course-base-second-color-hover, #00ac09) !important;			
        background-color: transparent !important;
        color: var(--course-txt-color-hover, #ffffff) !important;	
    }

    a.btns-color-var-12, button.btns-color-var-12 {
        box-shadow: inset 0px 0px 0px 2px var(--course-base-third-color, #ff0000) !important;			
        background-color: transparent !important;
        color: var(--course-txt-color, #d8d8d8) !important;	
    }
    a.btns-color-var-12:hover, button.btns-color-var-12:hover {
        box-shadow: inset 0px 0px 0px 2px var(--course-base-third-color-hover, #a00000) !important;			
        background-color: transparent !important;
        color: var(--course-txt-color-hover, #ffffff) !important;	
    }

    a.btns-color-var-13, button.btns-color-var-13 {
        box-shadow: inset 0px 0px 0px 2px var(--course-base-color, #0011ff) !important;			
        background-color: transparent !important;
        color: var(--course-bg-color, #000000) !important;	
    }
    a.btns-color-var-13:hover, button.btns-color-var-13:hover {
        box-shadow: inset 0px 0px 0px 2px var(--course-base-color-hover, #000cad) !important;			
        background-color: transparent !important;
        color: var(--course-bg-color-hover, #222222) !important;	
    }

    a.btns-color-var-14, button.btns-color-var-14 {
        box-shadow: inset 0px 0px 0px 2px var(--course-base-second-color, #00ff0d) !important;			
        background-color: transparent !important;
        color: var(--course-bg-color, #000000) !important;	
    }
    a.btns-color-var-14:hover, button.btns-color-var-14:hover {
        box-shadow: inset 0px 0px 0px 2px var(--course-base-second-color-hover, #00ac09) !important;			
        background-color: transparent !important;
        color: var(--course-bg-color-hover, #222222) !important;	
    }

    a.btns-color-var-15, button.btns-color-var-15 {
        box-shadow: inset 0px 0px 0px 2px var(--course-base-third-color, #ff0000) !important;			
        background-color: transparent !important;
        color: var(--course-bg-color, #000000) !important;	
    }
    a.btns-color-var-15:hover, button.btns-color-var-15:hover {
        box-shadow: inset 0px 0px 0px 2px var(--course-base-third-color-hover, #a00000) !important;			
        background-color: transparent !important;
        color: var(--course-bg-color-hover, #222222) !important;	
    }










    /********************** 01_hero_section **********************/


    .sec-hero {
    width: 100%;
    position: relative;
    height: auto;
    display: block;
    background: linear-gradient(0deg, var(--course-bg-color), transparent);
    padding: 30px 5px 30px;
    margin: 30px 0 0;
    }
    .sec-hero section.page-top { 
    padding-top: 50px; 
    padding-bottom: 50px; 
    }
    .no-bg-wrp {
    background-color: var(--course-bg-color);
    }
    .sec-hero section .hs-subtitle {
    padding: 0;
    margin: 0;
    }
    .sec-hero section .cols .col-half:first-child {
    justify-content: flex-start;
    position: relative;
    }
    .sec-hero section .cols .col-half:last-child {
    justify-content: flex-end;
    position: relative;
    }






    .sec-hero .sec-timeline { 
    display: flex; 
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    gap: 15px 50px; 
    padding: 20px 0 10px;
    flex-wrap: wrap;
    align-items: stretch;
    }
    .sec-hero .sec-timeline > div { 
    background-color: transparent;
    color: var(--course-bg-color);
    display: inline-block;
    border-radius: 0px;
        border: none;
        font-size: 21px;
        position: relative;
        font-weight: 500;

        padding: 15px 1px;
    }
    .sec-hero.no-bg-wrp .sec-timeline > div { 
    color: var(--course-txt-color);
    }
    .sec-hero .sec-timeline > div:after {
    background-color: var(--course-base-color);
    content:'';
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    border-radius: 6px;
    bottom: 0;
    }
    .sec-hero.no-bg-wrp .sec-timeline > div:after {
    background-color: var(--course-base-color);
    }

    .sec-hero .sec-timeline > div:nth-child(2):after, .sec-hero .sec-timeline > div:nth-child(6):after{
    background-color: var(--course-bg-color);
    }
    .sec-hero.no-bg-wrp .sec-timeline > div:nth-child(2):after, .sec-hero.no-bg-wrp .sec-timeline > div:nth-child(6):after{
    background-color: var(--course-txt-color);
    }
    .sec-hero .sec-timeline > div:nth-child(3):after, .sec-hero .sec-timeline > div:nth-child(7):after {
    background-color: var(--course-base-second-color);
    }
    .sec-hero .sec-timeline > div:nth-child(4):after, .sec-hero .sec-timeline > div:nth-child(8):after {
    background-color: var(--course-subdase-color);
    }






    .sec-hero .sec-cta { 
    display: flex; 
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    gap: 15px 30px;
    padding: 38px 0 0;
    flex-wrap: wrap;
    align-items: stretch;
    }
    .sec-hero .sec-cta a ,
    .sec-hero .sec-cta button {
    background-color: var(--course-base-color); 
    color: var(--course-txt-color);
    display: inline-block;
    padding: 18px 32px;
    border-radius: 10px;
        border: none;
        font-size: 21px;
        position: relative;
        font-weight: 500;
        text-decoration: none !important;
        opacity: 1;
        transition: all ease .2s;
    }
    .sec-hero .sec-cta a:hover ,
    .sec-hero .sec-cta button:hover {
    opacity: .85;
    }
    .sec-hero .sec-cta a:nth-child(2) , .sec-hero .sec-cta a:nth-child(7) ,
    .sec-hero .sec-cta button:nth-child(2), .sec-hero .sec-cta button:nth-child(7)  {
    background-color: var(--course-bg-color); 
    color: var(--course-txt-color);
    }
    .sec-hero.no-bg-wrp .sec-cta a:nth-child(2) , .sec-hero.no-bg-wrp .sec-cta a:nth-child(7) ,
    .sec-hero.no-bg-wrp .sec-cta button:nth-child(2), .sec-hero.no-bg-wrp .sec-cta button:nth-child(7)  {
    color: var(--course-bg-color); 
    background-color: var(--course-txt-color);
    }
    .sec-hero .sec-cta a:nth-child(3) , .sec-hero .sec-cta a:nth-child(8) ,
    .sec-hero .sec-cta button:nth-child(3), .sec-hero .sec-cta button:nth-child(8)  {
    color: var(--course-bg-color); 
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 2px var(--course-base-color);
    }
    .sec-hero.no-bg-wrp .sec-cta a:nth-child(3) , .sec-hero.no-bg-wrp .sec-cta a:nth-child(8) ,
    .sec-hero.no-bg-wrp .sec-cta button:nth-child(3), .sec-hero.no-bg-wrp .sec-cta button:nth-child(8)  {
    color: var(--course-txt-color);
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 2px var(--course-base-color);
    }
    .sec-hero .sec-cta a:nth-child(4) , .sec-hero .sec-cta a:nth-child(9) ,
    .sec-hero .sec-cta button:nth-child(4), .sec-hero .sec-cta button:nth-child(9)  {
    color: var(--course-bg-color); 
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 2px var(--course-base-second-color);
    }
    .sec-hero.no-bg-wrp .sec-cta a:nth-child(4) , .sec-hero.no-bg-wrp .sec-cta a:nth-child(9) ,
    .sec-hero.no-bg-wrp .sec-cta button:nth-child(4), .sec-hero.no-bg-wrp .sec-cta button:nth-child(9)  {
    color: var(--course-txt-color);
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 2px var(--course-base-second-color);
    }
    .sec-hero .sec-cta a:nth-child(5) , .sec-hero .sec-cta a:nth-child(10) ,
    .sec-hero .sec-cta button:nth-child(5), .sec-hero .sec-cta button:nth-child(10)  {
    background-color: var(--course-base-second-color);
    }
    .sec-hero.no-bg-wrp .sec-cta a:nth-child(5) , .sec-hero.no-bg-wrp .sec-cta a:nth-child(10) ,
    .sec-hero.no-bg-wrp .sec-cta button:nth-child(5), .sec-hero.no-bg-wrp .sec-cta button:nth-child(10)  {
    background-color: var(--course-base-second-color);
    }






    .sec-hero section {
    background: var(--course-txt-color);
    border-radius: 30px;
    display: flex;
    position: relative;
    }
    .sec-hero .main-title {
    color: var(--course-base-color);
    font-weight:800;
    font-size: 52px;
    font-family: 'Manrope';
    text-transform: uppercase;
    line-height: 1.1;
    width: 100%;
    padding: 30px 0 15px;
    margin: 0;
    }
    .sec-hero.no-bg-wrp .main-title {
    color: var(--course-txt-color);
    }
    .sec-hero .hs-subtitle h2 {
    color:var(--course-bg-color);
    font-weight:500;
    font-size: 38px;
    font-family: 'Manrope';
    width: 100%;
    text-transform: uppercase;
    padding: 20px 0 0;
    margin: 0;
    line-height: 1.1;
    }
    .sec-hero .hl-text {
    background-color:var(--course-bg-color);
    border-radius: 20px;
    padding: 25px;
    color: var(--course-txt-color);
    font-weight:400;
    font-size: 21px;
    font-family: 'Manrope'; 
    margin: 28px 0 0;
    line-height: 1.25;
    }
    .sec-hero.no-bg-wrp .hl-text {
    background-color: var(--course-txt-color);
    color:var(--course-bg-color);
    }
    .sec-hero section .img-hero {
    /*width: 100%;*/
    max-width: 600px;
    max-height: 600px;
    position: relative;
    display: block;
    }


    .sec-hero .sec-btns {
    display: flex;
    position: relative;
    /* align-items: center; */
    align-items: stretch;
    justify-content: space-between;
        padding: 50px 0;
        /*padding-inline: 0 !important;*/
        gap: 15px;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .sec-hero .sec-btns a {
    display: inline-block;
    position: relative;
    background: var(--course-txt-color);
    color: var(--course-bg-color);
    min-height: 60px;
    line-height: 1.2;
    padding: 18px 30px; 
    border-radius: 10px;
    text-decoration:none;
    font-size: 21px;
    font-weight: 500;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 160px;
    width: fit-content;
    }



    .sec-hero .sec-logo-wrp {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    width: 100%;
    }
    .sec-hero .sec-logo {
    display: flex;
    justify-content: flex-start;

        align-items: center;
        flex-wrap: wrap;
        border-radius: var(--theme-button-border-radius);
        overflow: hidden;
    }
    .sec-hero .sec-logo img {
        max-height: 54px;
        margin: 0 0;
    }
    .sec-hero .sec-label-wrp {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    }
    .sec-hero .sec-label {
    border: 2px solid var(--course-base-color);
    border-radius:10px;
    padding: 0px 0px;
    margin-top: 20px;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    display: flex;		
    min-height: 54px;
    min-width: 54px;
    }
    .sec-hero .sec-label img {
        max-height: 50px;
        margin: 0 -15px 0 0;
    }
    .sec-hero .sec-label .sec-label-text {
    color: var(--course-base-color);
    color: var(--course-base-second-color);
    color: var(--course-subdase-color);
    padding: 10px 15px 10px 15px;
    font-weight: 500;
    font-size: 21px;
    }


    /**/
    .sec-hero section .cols .col-half:last-child:before {
    content: '';
    position: absolute;
    top: 50px;
    right: 50px;
    width: 200px;
    height: 200px;		
    background: var(--course-base-second-color);

    filter: blur(100px);
    z-index: 1;
    }
    .sec-hero section .cols .col-half:last-child:after {
    content: '';
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 200px;
    height: 200px;
    background: var(--course-base-second-color);
    filter: blur(100px);
    z-index: 1;
    }
    .sec-hero section .cols .col-half:last-child svg ,
    .sec-hero section .cols .col-half:last-child img {
    position: relative;
    z-index: 2;
    }




    .sec-hero.no-bg-wrp section {
    background: unset;
    }
    .sec-hero.no-bg-wrp section .cols {
    justify-content: space-between;
    }	
    .sec-hero.no-bg-wrp section .cols .col-half:first-child {
    max-width: 800px;
    }
    .sec-hero.no-bg-wrp h2 {
    color: var(--course-subdase-color);
    }
    .sec-hero.no-bg-wrp h3 {
    color: var(--course-txt-color);
    }
    .sec-hero.no-bg-wrp .sec-timeline .sec-duration,
    .sec-hero.no-bg-wrp .sec-timeline .sec-date-start {
    color: var(--course-txt-color);
    }
    .sec-hero.no-bg-wrp .sec-timeline .sec-duration:after {
    background-color: var(--course-txt-color);
    }
    .sec-hero.no-bg-wrp .sec-btns {
    border-top: 2px solid #494949;
    }
    .sec-hero.no-bg-wrp .sec-btns a {
    background: transparent;
    color: var(--course-txt-color);
    box-shadow: inset 0px 0px 0px 2px var(--course-txt-color);
    }





    /********************** 02_about **********************/





    /********************** 03_for_whom **********************/
    .for-whom {}
    .for-whom .sec-icon-wrp {
        width: 300px;
        min-width: 300px;
        height: 300px;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
    }
    .for-whom .sec-icon-wrp svg ,
    .for-whom .sec-icon-wrp img {
        max-width: 200px;
        max-height: 200px; 
    }
    .for-whom .col-half.text {
        display: flex;
        flex-flow: wrap;
        align-content: center;
        align-items: flex-start;
    }
    .for-whom .title {
        font-size: 36px;
        font-weight: 800; 
        line-height: 1.15;
        padding: 0 0 21px;
        width: 100%;
    }
    .for-whom .desc {
        font-size: 21px;
        font-weight: 400; 
        width: 100%;
    }


    /********************** 04_for_whom_2 **********************/
    .for-whom-2 {}
    section.for-whom-2 .sec-body.grid {
        justify-content: center;
        gap: 30px;
    }
    section.for-whom-2 .sec-body.grid > div {
        width: calc(25% - 25px);
        flex-wrap: wrap;
        padding: 0 15px;
        gap: 30px;
    }
    .for-whom-2 .sec-icon-wrp {
        width: 100%;
        min-width: 100px; 
        max-height: 250px;
        padding: 0 0 0px;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
    }
    .for-whom-2 .sec-icon-wrp img {
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
        object-fit: contain;
    }
    .for-whom-2 .col-half.text {
        display: flex;
        flex-flow: wrap;
        align-content: center;
        align-items: flex-start;
    }
    .for-whom-2 .title {
        font-size: 25px;
        font-weight: 800; 
        line-height: 1.15;
        padding: 0 0 21px;
        text-align: center;
    }
    .for-whom-2 .desc {
        font-size: 21px;
        font-weight: 400; 
        text-align: center;
    }


    /********************** 05_get_consultation **********************/
    .get-consultation {
        /* background: var(--course-txt-color); */
        /* border-radius: 30px; */
        color: var(--course-bg-color);
        /* padding: 30px 32px; */
        /* min-height: 200px; */
        margin-top: 50px;
        margin-bottom: 50px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .get-consultation .sec-body {
        background: var(--course-txt-color);
        border-radius: 30px;
        color: var(--course-bg-color);
        padding: 30px 32px;
        min-height: 200px;
        /* margin-top: 50px; */
        /* margin-bottom: 50px; */
    }
    .get-consultation .top-line ,
    .get-consultation .bottom-line {
        color: var(--course-bg-color);
        font-weight: 400;
        font-size: 36px;
        margin: 10px 0 10px;
        line-height: 1.25;
        display: block;
        text-align: left;
    }
    .get-consultation .bottom-line {
        font-weight: 800;
    }
    .get-consultation .cols .col-half:first-child {
        width: 70%;
        max-width: 800px;
        justify-content: flex-start;
    }
    .get-consultation .cols .col-half:last-child {
        width: 30%;
        max-width: 400px;
        justify-content: flex-end;
    }
    .get-consultation a,
    .get-consultation button {
        font-weight: 800;
        display: inline-block;
        position: relative;
        background: var(--course-base-color);
        color:var(--course-txt-color);
        border: none;
        min-height: 60px;
        line-height: 1.1;
        padding: 18px 30px;
        border-radius: 10px;
        text-decoration: none !important;
        font-size: 32px;
        letter-spacing: .5px;
        box-shadow: 15px -15px 0px var(--course-subdase-color);
            min-width: 390px;
            text-align: center;
            transition: all ease .3s;
    }
    .get-consultation a:hover, .get-consultation a:active, .get-consultation a:focus,
    .get-consultation button:hover, .get-consultation button:active, .get-consultation button:focus {
        background: var(--course-base-color-hover);
        color: var(--course-txt-color-hover);
        box-shadow: 15px -15px 0px var(--course-subdase-color-hover);
    } 	
    .get-consultation a:after ,
    .get-consultation button:after {
        content: '';
        position: absolute;
        display: block;
        width: 26px;
        height: 36px;
        background: var(--course-bg-color);
        right: 10px;
        bottom: -20px;
        background:url(/education/_page_/assets/s-for-whom-5.svg) no-repeat center;
            transform: translate(0px, 0px);    
            opacity: 1;
            transition: all ease .3s;
            pointer-events: none;
    }
    .get-consultation a:hover:after ,
    .get-consultation button:hover:after {
            transform: translate(30px, 55px);
            opacity: 0;
    }










    /********************** 06_counters **********************/
    .counters {}
    section.counters .sec-body.grid {
        justify-content: center;
        gap: 30px;
    }
    section.counters .sec-body.grid > div {
        width: calc(25% - 25px);
        flex-wrap: wrap;
        padding: 0 15px;
        gap: 30px;

        width: calc(33.33% - 20px);
        flex-wrap: wrap;
        padding: 30px 30px;
        gap: 15px;
        border-radius: 15px;
        box-shadow: inset 0px 0px 0px 2px var(--course-base-color);
        text-align: center;
        justify-content: center;
        align-content: space-between;
    }
    .counters .sec-num {
        width: 100%;
        min-width: 100px; 
        max-height: 250px;
        padding: 0 0 0px;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;

        font-size: 36px;
        font-weight: 800;
        line-height: 1.15; 
    }
    .counters .sec-num p {
        font-size: 52px;
        font-weight: 700;
        line-height: 1.15; 
        padding: 0;
        margin: 0;
    }
    .counters .text {
        display: flex;
        flex-flow: wrap;
        align-content: center;
        align-items: flex-start;

        font-size: 25px;
        font-weight: 400; 
        text-align: center;	
        line-height: 1.15;	
        padding: 0 0 1px;
    }


    /********************** 07_speakers **********************/
    .speakers {}
    section.speakers .sec-body.grid {
        justify-content: center;
        gap: 30px;
    }
    section.speakers .sec-body.grid > div {
        width: calc(25% - 25px);
        flex-wrap: wrap;
        padding: 0 15px;
        gap: 30px;

        width: calc(33.33% - 20px);
        flex-wrap: wrap;
        padding: 30px 30px;
        gap: 15px;
        border-radius: 15px;
        box-shadow: inset 0px 0px 0px 2px var(--course-base-color);
        text-align: center;
        justify-content: center;
        align-content: space-between;

    }
    section.speakers .cols {
        justify-content: space-evenly;
        background: var(--course-subbg-color);
        border-radius: 30px;
        padding-left: 60px;
        padding-right: 60px;
    }
    section.speakers .cols .col-half.photo {
        width: 30%;
        max-width: 500px;
    }
    section.speakers .cols .col-half.about {
        width: 70%; 
        max-width: unset;
        align-items: center;
        justify-content: flex-start;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .speakers .photo img {
        max-width: 100%;
    }
    .speakers .name { 
        width: 100%;
        padding: 0 0px 30px 0px;
        margin: 0;
        font-size: 52px;
        font-weight: 700;
        line-height: 1.15;
        max-width: 100%;
    }
    .speakers .name.knxsert { 
        padding-right: 250px;
        /*max-width: calc(100% - 250px);*/
        background: url(/education/_page_/assets/knx-cert-200.png) no-repeat;
        background-size: 200px auto;
        background-position: top right;
    }
    .speakers .spec {
        width: 100%;
        font-size: 36px;
        font-weight: 500;
        line-height: 1.15; 
        padding: 0 0 30px;
        margin: 0;
        max-width: 850px;
    }
    .speakers .desc {
        width: 100%;
        background: var(--course-txt-color);
        color: var(--course-bg-color);
        display: block; 
        font-size: 21px;
        font-weight: 400;
        text-align: left;
        line-height: 1.25;
        padding: 30px 30px 30px;
        margin: 20px 0;
        border-radius: 15px;
        max-width: 850px;
    }
    .speakers .desc p {
        background: var(--course-txt-color);
        color: var(--course-bg-color);
    }


    /********************** 08_study_themes **********************/
    .study-themes .grid{
        display: grid !important;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto;
        gap: 30px;
    }
    /* .study-themes .sec-body.grid {
        width: calc(100% + var(--theme-page-width-padding, 32px)); 
        margin-left: calc(var(--theme-page-width-padding, 32px) * -1);
    }	 */
    .study-themes .grid-item { 
        width: 100% !important;
        background: var(--course-txt-color);
        height: 100%;
        display: flex !important;
        border-radius: 30px;
        padding: 30px;
        color: var(--course-bg-color);
        text-align: center;
        align-items: center;
        justify-content: center;
        font-size: 21px;
    }


    /********************** 09_will_learn **********************/
    .will-learn .grid{
        display: grid !important;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto;
        gap: 30px;
    }
    /* .will-learn .sec-body.grid {
        width: calc(100% + var(--theme-page-width-padding, 32px)); 
        margin-left: calc(var(--theme-page-width-padding, 32px) * -1);
    } */
    .will-learn .grid-item { 
        width: 100% !important;
        background: var(--course-txt-color);
        height: 100%;
        display: flex !important;
        border-radius: 30px;
        padding: 15px;
        color: var(--course-bg-color);
        text-align: center;
        align-items: center;
        justify-content: flex-start;
        font-size: 21px;
    }
    .will-learn .sec-img-mini-wrp { 
        width: 160px !important;
        min-width: 160px !important;
        max-width: 160px !important;
        background: #e0e0e0;
        height: 160px;
        min-height: 160px;
        max-height: 160px;
        display: block;
        border-radius: 18px;
        padding: 0px;
        overflow: hidden;
        box-shadow: 15px -15px 0px var(--course-base-color);
        margin-top: 15px;
    }
    .will-learn .sec-img-mini-wrp img{ 
        object-fit: cover;
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
    }
    .will-learn .desc { 
        color: var(--course-bg-color);
        text-align: left;
        align-items: left;
        justify-content: flex-start;
        font-size: 21px;
        padding: 0 10px 0 30px;
    }
    .will-learn .desc .inner-title { 
        font-weight: 700;
        padding-bottom: 15px;
    }


    /********************** 10_reasons_to_start **********************/
    .reasons-to-start .grid{
        display: flex !important; 
        /*flex-flow: nowrap !important;*/
        gap: 30px;
        justify-content: space-evenly;
    }
    /* .reasons-to-start .sec-body.grid {
        width: calc(100% + var(--theme-page-width-padding, 32px)); 
        margin-left: calc(var(--theme-page-width-padding, 32px) * -1);
    } */
    .reasons-to-start .sec-desc {
        padding: 0;
        margin: 0;
    }
    .reasons-to-start .grid-item { 
        width: 100% !important;
        max-width: calc(33% - 20px) !important;
        height: 100%;
        display: flex !important; 
        padding: 60px 0 0px;
        text-align: left;
        align-items: flex-start;
        justify-content: center; 
        gap: 30px;
    }
    .reasons-to-start .sec-img-mini-wrp { 
        width: 80px !important;
        min-width: 80px !important;
        max-width: 80px !important;
        height: 80px;
        min-height: 80px;
        max-height: 80px;
        display: block;
        padding: 0px;
        overflow: hidden;
    }
    .reasons-to-start .sec-img-mini-wrp svg , 
    .reasons-to-start .sec-img-mini-wrp img { 
        object-fit: cover;
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
    }
    .reasons-to-start .title { 
        font-size: 30px;
        font-weight: 800;
        line-height: 1.15;
        padding: 0 0 21px;
        text-align: left;
    }
    .reasons-to-start .desc { 
        font-size: 21px;
        font-weight: 400;
        text-align: left;
    }







    /********************** 11_programm **********************/
    .programm .intro {
        padding: 60px 380px 60px 0;
        /*background: url(/education/./programm.png) no-repeat top right;*/
        background-repeat: no-repeat;
        background-position: top right;
        background-size: auto 300px;
        min-height: 200px;
        margin-top: -60px;
        display: flex;
        align-items: center;
        position: relative;
    }

    .programm .intro p .intro-title {
    display: block;
    padding-bottom: 15px;
    font-weight: 700;
    }
    .programm .intro p {
        padding: 30px 0px 30px 0;
        font-size: 30px;
        margin:0;
        max-width: 930px;
    display: block;
    }
    .programm .intro.full-width {
    padding-right: 0;
    }
    .programm .intro.full-width p {
    max-width: unset;
    }
    .programm img.sec-img-mini {
        float: left;
        margin: 0 15px 10px 0;
    min-width: 100px;
    max-width: 100px;
    width: 100px;
    }



    /********************** 12_study_plan **********************/
    .study-plan {}
    .study-plan .sec-icon-wrp {
        width: 400px;
        min-width: 400px;
        height: 400px;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
    }
    .study-plan .sec-icon-wrp svg ,
    .study-plan .sec-icon-wrp img {
        max-width: 350px;
        max-height: 350px; 
    }
    .study-plan .col-half.text {
        display: flex;
        flex-flow: wrap;
        align-content: center;
        align-items: flex-start;
        padding: 60px 120px 60px 120px;
    }

    .study-plan .title {
        font-size: 36px;
        font-weight: 800; 
        line-height: 1.15;
        padding: 0 0 21px;
    }	
    .study-plan .title:before {
        content: '01';
        display: block;
        position: absolute;
        margin: -42px 0 0 -120px;
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 70px;
        text-align: right;
        font-weight: 500;
        color: var(--course-subdase-color);
    }
    .study-plan .grid .grid-item:nth-child(2) .title:before { content: '02'; }
    .study-plan .grid .grid-item:nth-child(3) .title:before { content: '03'; }
    .study-plan .grid .grid-item:nth-child(4) .title:before { content: '04'; }
    .study-plan .grid .grid-item:nth-child(5) .title:before { content: '05'; }
    .study-plan .grid .grid-item:nth-child(6) .title:before { content: '06'; }

    .study-plan .desc {
        font-size: 21px;
        font-weight: 400; 
    }
    .study-plan .sec-body.grid > div {
        width: 100%;
        margin: -55px 0;
        position: relative;
    }
    .study-plan .sec-body.grid > div:nth-child(odd){
        flex-direction: row-reverse;
    }


    /********************** 13_get_to **********************/
    .get-to {}
    section.get-to .sec-body.grid {
        justify-content: center;
        gap: 60px;		
        align-items: stretch;
    }
    section.get-to .sec-body.grid > div {
        width: calc(25% - 25px);
        flex-wrap: wrap;
        padding: 0 15px;  

        position: relative;

        width: calc(33.33% - 40px);
        min-height: 135px;
        flex-wrap: wrap;
        padding: 0px;
        gap: 1px;
        border-radius: 15px; 
        text-align: center;
        justify-content: flex-start;
        align-content: flex-start;

        /*background:  no-repeat;*/
        background: var(--course-next-arrow-svg, url(/education/_page_/assets/get-to-next.svg)) no-repeat;
        background-size: 100px auto;
        background-position: top 30px right;
    }
    section.get-to .sec-body.grid > div:last-child {
        background: transparent; 
    }
    .get-to .sec-img-mini-wrp { 
        width: 100%;
        min-width: 100% !important;
        max-width: 100px !important;
        height: 100px;
        min-height: 80px;
        max-height: 100px;
        display: block;
        padding: 0px;
        position: relative;
        left: 0;
        top: 0;
        float: left;
    }
    .get-to .sec-img-mini-wrp img { 
        object-fit: contain;
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
            object-position: left;
    }

    .get-to .title {
        font-size: 25px;
        font-weight: 800;
        line-height: 1.15; 
        padding: 30px 0px 30px 0px;
        margin: 0;
        text-align: left;
    } 
    .get-to .desc {
        font-size: 21px;
        font-weight: 500;
        line-height: 1.15; 
        padding: 0 0px 30px 0px;
        margin: 0;
        text-align: left;
    }  
    .get-to .add-to { 
        background-color: var(--course-base-color);
        color: var(--course-txt-color);
        display: inline-block;
        padding: 18px 32px;
        border-radius: 10px;
        border: none;
        font-size: 21px;
        position: relative;
        font-weight: 500;
        
            margin: 15px auto;
            position: relative;
            width: max-content;
            text-align: center;
            display: block;
            text-decoration: none;

            transition: all ease .3s;
    }
    .get-to .add-to:hover { 
        background-color: var(--course-base-color-hover);
        color: var(--course-txt-color-hover);
    }
    .get-to .sec-about p {  
        padding: 0; 
        font-size: 16px;
        position: relative;
        font-weight: 400;

            margin: auto;
            position: relative; 
            text-align: center;
            display: block; 
    }



    /********************** 14_stud_reviews **********************/
    .sec-row .stud-reviews .sec-body * { 
            color: var(--course-bg-color) !important;
    } 










    /********************** 15_prices **********************/
    .prices {
        position: relative;
        display: block;
    }
    .prices .sec-body.grid {
        /*display: flex;
        gap: 30px;
        width: 100%;
        justify-content: center;*/

        position: relative;			
        padding: 16px 0 60px;

        width: 100%;
        /*display: grid; 
        grid-template-columns: repeat(auto-fit, minmax(calc(33.3% - 20px), 1fr));
        gap: 30px;	*/
        
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .prices .grid-item {
        color: var(--course-txt-color);
        border-radius: 30px; 
        padding: 30px;
        width: 100% !important;
        font-size: 21px;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-height: 120px;
        width: 100%;	
        
            width: 100%;
            display: grid !important; 
            grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
            grid-template-columns: repeat(auto-fit, minmax(calc(50% - 15px), 1fr));
            gap: 30px;	
                background: var(--course-subbg-color)

    }
    /*.prices .grid-item:last-child:nth-child(2n+1) {
        grid-column: 1 / -1;
        justify-self: center; 
        width: 100% !important; 
    }*/
    .prices .grid-item .pic {
        background: var(--course-subbg2-color);
        border-radius: 15px;
        padding: 0px;
        width: 100% !important; 
        align-items: center;
        justify-content: center;
        text-align: center;
        max-height: 800px; 	
        height: 100%;
        overflow: hidden;
    }

    .prices .grid-item .pic img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
    }
    .prices .grid-item .about {
        background: var(--course-txt-color); 
        color: var(--course-bg-color);
        border-radius: 15px;
        min-height: 115px;
        /*padding: 0px;*/
            padding: 30px;
        width: 100% !important; 
        align-items: center;
        justify-content: center;
        text-align: center;
        min-height: 120px; 	
        height: 100%;
            overflow: hidden;

            display: flex;
            flex-wrap: wrap;
    }
    .prices .grid-item .about .title {
        color: var(--course-bg-color);
        color: var(--course-base-color);
        font-weight: 800;
        font-size: 36px;
        padding: 0px 0px 30px;
    }
    .prices .grid-item .about .desc {
        color: var(--course-bg-color);
        font-size: 21px;
        font-weight: 400;
        padding: 0px 15px 30px;
        text-align: left;
    }

    /* Два варианта, в зависимости от описания */
    .prices .grid-item .about .shedule {
        background: #88888822;
        box-shadow: 15px -15px 0px #e7e7e7;
        border-radius: 15px;
        padding: 15px 30px;
        margin: 30px 15px 15px;
        display: flex;
        align-content: flex-start;
        align-items: flex-start;
        justify-content: space-between;
        gap: 30px;
        width: 100%;
    }
    .prices .grid-item .about .shedule-title {
        width: 35%;
        text-align: right;
        font-weight:500;
        font-size: 21px;
    }
    .prices .grid-item .about .shedule-date {
        width: 65%;
        text-align: left;
        font-weight:800;
        font-size: 25px;
    }
    /*.prices .grid-item .about .shedule ,
    .prices .grid-item .about .shedule span ,
    .prices .grid-item .about .shedule div {
        color: var(--course-bg-color);
    }*/
    .prices .grid-item > .shedule {
        background: #88888822; /* проверить на белом фоне */
        border-radius: 15px;
        padding: 15px 30px;
        display: flex;
        align-content: center;
        align-items: center;
        /*justify-content: flex-start;*/
            justify-content: space-between;
        gap: 30px;
            width: 100%;
            overflow: hidden;
            position: relative;
    }
    .prices .grid-item > .shedule.btns-only {
        padding: 0px;
        background: transparent;
        border-radius: 0;
    }
    .prices .grid-item > .shedule span {
        font-weight:800;	
        color: var(--course-subdase-color);
        font-size: 25px;	
        text-align: left;
    }
    .prices .grid-item > .shedule div {
        text-align: left;
        font-weight: 500;
        font-size: 25px;
    }
    .prices .grid-item > .shedule .dates {
        min-width: 200px;
    }
    .prices .grid-item > .shedule {
        grid-column: span 2; /* Последний элемент займет 2 колонки */
    }
    .prices .grid-item.no-pic > .shedule {
        grid-column: span 1;
        height: 100%;
        flex-wrap: wrap;
        align-content: space-evenly;
        padding: 30px;
    }
    .prices .grid-item.no-pic .shedule .btns {
        flex-wrap: wrap;
    }
    .prices .grid-item.no-pic > .shedule span {
        font-size: 30px;
        width: 100%;
    }
    .prices .grid-item.no-pic > .shedule div {
        font-size: 30px;
    }

    .prices .grid-item .prices {
        background: var(--course-base-color);
        border-radius: 15px;
        box-shadow: 15px -15px 0px var(--course-subdase-color);
        padding: 15px 30px;
        margin: 15px;
        display: flex;
        align-content: flex-start;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: row;
        gap: 30px;
        color: var(--course-txt-color);
        width: 100%;
    }
    .prices .grid-item .prices .prices-title {
        font-weight:800;
        width: 35%;
        text-align: right;
        font-size: 25px;
    }
    .prices .grid-item .prices .prices-list {
        width: 65%;
        text-align: left;
    }
    .prices .grid-item .prices .prices-list .price-line-first ,
    .prices .grid-item .prices .prices-list .price-line-second ,
    .prices .grid-item .prices .prices-list .price-line-last {
        font-size: 15px;
        font-weight: 500;
    }
    .prices .grid-item .prices .prices-list .price-line-second {
        color: var(--course-subdase-color);
    }
    .prices .grid-item .prices .prices-list .price-line-last {
        color: var(--course-subdase-color);
        font-size: 13px;
        font-weight: 400;
    }
    .prices .grid-item .prices .prices-list .price {
        font-size: 30px;
        font-weight: 800;
    }
    .prices .grid-item .prices .prices-list .old-price {
        font-size: 21px;
        font-weight: 500;
        padding: 1px 0 5px;
    }
    .prices .grid-item .prices .prices-list .old-price b ,
    .prices .grid-item .prices .prices-list .old-price strong {
        font-size: 25px;
        font-weight: 800;
    }


    .prices .grid-item .shedule .btns {
        display: flex;
        gap: 30px;
        width: 100%;
        justify-content: space-between;		
    }
    .prices .grid-item .btns a {
        background-color: var(--course-base-color);
        color: var(--course-txt-color);
        font-weight: 500;
        display: inline-block;
        padding: 18px 30px;
        border-radius: 10px;
        border: none;
        font-size: 21px;
        position: relative;
        text-decoration: none;
        margin: 0px 0px 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%;
            text-align: center;
    }
    .prices .grid-item .btns a.blue {		
        background-color: var(--course-base-color);
        color: var(--course-txt-color);
    }
    .prices .grid-item .btns a.white {
        background-color: var(--course-txt-color);
        color: var(--course-bg-color);
    }
    .prices .grid-item .btns a.black-border {
        background-color: var(--course-bg-color);
        color: var(--course-txt-color); 
        box-shadow: inset 0px 0px 0px 2px var(--course-txt-color);
    }
    .prices .grid-item .btns a.blue-border {
        background-color: var(--course-txt-color);
        color: var(--course-base-color);
        box-shadow: inset 0px 0px 0px 2px var(--course-base-color);
    }



    /* колонки по 50% */
    .prices .grid-item.col-50 {
        max-width: calc(50% - 15px);
        display: flex !important;
        flex-wrap: wrap;
        padding: 15px;
        gap: 15px;	
    }
    .prices .grid-item.col-50 .pic {
        max-height: 500px;
        border-radius: 15px 15px 0 0;
        margin-bottom: -30px;
    }
    .prices .grid-item.col-50 .about .title {
        font-size: 30px;
        padding: 0px 0px 20px;
    }
    .prices .grid-item.col-50 .about .title ,
    .prices .grid-item.col-50 .about .desc {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }
    .prices .grid-item.col-50 .prices ,
    .prices .grid-item.col-50 .shedule.in-desc {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        width: 100%;
        flex-wrap: wrap;
        gap: 15px;
    }
    .prices .grid-item.col-50 .prices .prices-title ,
    .prices .grid-item.col-50 .prices .prices-list ,
    .prices .grid-item.col-50 .shedule.in-desc .shedule-title ,
    .prices .grid-item.col-50 .shedule.in-desc .shedule-date {
        width: 100%; 
        text-align: left;
    }	
    .prices .grid-item.col-50 .shedule.in-desc .shedule-title {
        color: var(--course-base-color);
        font-weight: 800;
    }
    .prices .grid-item.col-50 > .shedule {
        gap: 15px;
        flex-wrap: wrap;
    }

    .prices .grid-item.col-50 .shedule .btns {
        flex-wrap: wrap;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .prices .grid-item.col-50 .shedule.btns-only .btns {
        padding-top: 0px;
        padding-bottom: 0px;
        gap: 15px;
    }


    .prices ul {
        padding-left: 20px;
    }
    .prices ul li {
        list-style: disc;
        color: var(--course-bg-color);
        /*font-size: 21px;*/
    }



    /* колонки по 33% */
    .prices .grid-item.col-33 {
        max-width: calc(33.3% - 20px);
        display: flex !important;
        flex-wrap: wrap;
        padding: 15px;
        gap: 15px;	
    }
    .prices .grid-item.col-33 .pic {
        max-height: 500px;
        border-radius: 15px 15px 0 0;
        margin-bottom: -30px;
    }
    .prices .grid-item.col-33 .about .title {
        font-size: 30px;
        padding: 0px 0px 20px;
    }
    .prices .grid-item.col-33 .about .title ,
    .prices .grid-item.col-33 .about .desc {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }
    .prices .grid-item.col-33 .prices ,
    .prices .grid-item.col-33 .shedule.in-desc {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        width: 100%;
        flex-wrap: wrap;
        gap: 15px;
    }
    .prices .grid-item.col-33 .prices .prices-title ,
    .prices .grid-item.col-33 .prices .prices-list ,
    .prices .grid-item.col-33 .shedule.in-desc .shedule-title ,
    .prices .grid-item.col-33 .shedule.in-desc .shedule-date {
        width: 100%; 
        text-align: left;
    }	
    .prices .grid-item.col-33 .shedule.in-desc .shedule-title {
        color: var(--course-base-color);
        font-weight: 800;
    }
    .prices .grid-item.col-33 > .shedule {
        gap: 15px;
        flex-wrap: wrap;
    }

    .prices .grid-item.col-33 .shedule .btns {
        flex-wrap: wrap;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .prices .grid-item.col-33 .shedule.btns-only .btns {
        padding-top: 0px;
        padding-bottom: 0px;
        gap: 15px;
    }





    /********************** 16_road_map **********************/
    .road-map {}
    .road-map .row-items { 
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        width: 100%;
        position: relative;
    }	
    .road-map .row-item { 
        display: block;
        background: var(--course-txt-color);
        width: 100%;
        position: relative;
        color: var(--course-bg-color);
        border-radius: 30px;
        margin: 0 0 0 135px;
        min-height: 120px;
        padding: 30px;
        box-sizing: border-box;
    }	
    .road-map .title {
        font-size: 36px;
        font-weight: 800; 
        line-height: 1.15;
        padding: 0 0 21px;
        color: var(--course-bg-color);
        margin-top:-5px;
    }
    .road-map .row-item:before {
        content: '01';
        display: block;
        position: absolute;
        margin: 0px 0 0 -135px;
        width: 110px;
        height: 110px;
        line-height: 110px;
        font-size: 70px;
        text-align: center;
        font-weight: 500;
        color: var(--course-txt-color);
        background: var(--course-base-color);
        border-radius: 15px;
        top: 0;
        left: 0;
    }
    .road-map .row-item:nth-child(2)::before { content: '02'; }
    .road-map .row-item:nth-child(3)::before { content: '03'; }
    .road-map .row-item:nth-child(4)::before { content: '04'; }
    .road-map .row-item:nth-child(5)::before { content: '05'; }
    .road-map .row-item:nth-child(6)::before { content: '06'; }
    .road-map .row-item:nth-child(7)::before { content: '07'; }
    .road-map .row-item:nth-child(8)::before { content: '08'; }
    .road-map .row-item:nth-child(9)::before { content: '09'; }
    .road-map .row-item:nth-child(10)::before { content: '10'; }

    .road-map .desc {
        font-size: 21px;
        font-weight: 400; 
        color: var(--course-bg-color);
    }


    /********************** 17_practice **********************/

    .practice {
        position: relative;
        display: block;
    }
    .practice .sec-body.grid {
        /*display: flex;
        gap: 30px;
        width: 100%;
        justify-content: center;*/

        position: relative;			
        padding: 16px 0 60px;

        width: 100%;
        display: grid; 
        grid-template-columns: repeat(auto-fit, minmax(calc(50% - 15px), 1fr));
        gap: 30px;			
    }
    .practice .grid-item {
        background: var(--course-base-color);
        color: var(--course-txt-color);
        border-radius: 30px;
        min-height: 115px;
        padding: 30px;
        width: 100% !important;
        font-size: 21px;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-height: 120px;
        width: 100%;			
    }
    .practice .grid-item:last-child:nth-child(2n+1) {
        grid-column: 1 / -1;
        justify-self: center; 
        width: 50% !important; 
    }

    .practice .video-wrp {
        margin:0 auto; 
        width:1000px;
        height:563px;
        border-radius:30px;
        overflow: hidden;
        border: 2px solid var(--course-subbg-color);
        background: var(--course-subbg-color);
    }
    .practice .video-wrp iframe {
        margin:0 auto; 
        width:1000px !important;
        height:563px !important;
    }




    /********************** 18_projects **********************/
    .projects {}
    section.projects .sec-body.grid {
        justify-content: center;
        gap: 30px;		
        align-items: stretch;
    }
    section.projects .sec-body.grid > div {
        width: calc(25% - 25px);
        flex-wrap: wrap;
        padding: 0 15px;
        gap: 30px;

        background:var(--course-txt-color);
        color:var(--course-bg-color);

        position: relative;

        width: calc(33.33% - 20px);
        min-height: 135px;
        flex-wrap: wrap;
        padding: 0px;
        gap: 15px;
        border-radius: 15px; 
        text-align: center;
        justify-content: flex-start;
        align-content: space-between;

        cursor: pointer;

    }
    .projects .sec-img-mini-wrp { 
        width: 135px;
        min-width: 90px !important;
        max-width: 135px !important;
        height: 135px;
        min-height: 90px;
        max-height: 135px;
        display: block;
        padding: 25px;
        background: var(--course-base-color);
        border-radius: 15px; 
            position: absolute;
            right: 0;
            bottom: 0;
            float: right;
    }
    .projects .sec-img-mini-wrp img { 
        object-fit: contain;
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
    }

    .projects .link-src {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
    }
    .projects .title {
        font-size: 25px;
        font-weight: 800;
        line-height: 1.15; 
        padding: 30px 135px 15px 30px;
        margin: 0;
        text-align: left;
    } 
    .projects .desc ,
    .projects .link-anchor {
        font-size: 21px;
        font-weight: 500;
        line-height: 1.15; 
        padding: 0 135px 30px 30px;
        margin: 0;
        text-align: left;
    } 
    .projects .sec-about {
        font-size: 21px;
        font-weight: 500;
        line-height: 1.15; 
        padding: 30px 0px 0px 0px;
        margin: 0;
    } 




    /********************** 19_stories (MODAL, SLIDER) **********************/

    .modal-overlay .slider-container-wrp ,
    .stories .slider-container-wrp {
        position: relative;
        display: block;
    }
    .modal-overlay .slider-container ,
    .stories .slider-container {
        display: block;
        position: relative;
        max-width: 1200px;
        margin: auto;
        overflow: hidden;
        border-radius: 30px;
        border-radius: 23px;
        /* height: 800px;*/
        height: auto; 
        background: var(--course-subbg-color);
    }

    /* Линия со слайдами */
    .modal-overlay .slides ,
    .stories .slides {
        display: flex;
        position: relative;
        height: 100%;
        transition: transform 0.5s ease-in-out; /* Плавная анимация */
    }

    /* Стили каждого слайда */
    .modal-overlay .slide ,
    .stories .slide {
        height: 100%;
        min-width: 100%; /* Каждый слайд занимает всю ширину контейнера */
    }

    .modal-overlay .slide img ,
    .stories .slide img {
        width: 100%;
        display: block; /* Убираем лишние отступы снизу */
        /*height: 100%;*/
        height: 680px;
        object-fit:cover;
    }

    /* Кнопки управления */
    .modal-overlay .slidebtn ,
    .stories .slidebtn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: var(--course-txt-color);
        border: none;
        padding: 0px;
        cursor: pointer;
        z-index: 10;
        height: 60px;
        width: 60px;
        background: var(--course-base-color);
        border-radius: 50px;
        font-size: 25px;
        opacity: .5;
        transition: opacity 0.2s;
    }

    .modal-overlay .prev ,.stories .prev { left: 30px; }
    .modal-overlay .next ,.stories .next { right: 30px; }

    .modal-overlay .close-btn {   
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(25%, -25%);
        color: var(--course-bg-color);
        border: none;
        padding: 0px;
        cursor: pointer;
        z-index: 10;
        height: 60px;
        width: 60px;
        background: var(--course-txt-color);
        border-radius: 50px;
        font-size: 25px;
        text-align: center;
        opacity: 1;
        font-weight: 500;
        opacity: .5;
    }
    .modal-overlay .close-btn:hover { opacity: 1; }

    .modal-overlay .slidebtn:hover ,.stories .slidebtn:hover { /*background: var(--course-subdase-color);*/ opacity: 1; }



    /* --- РАЗМЫТЫЕ ПЯТНА НА ФОНЕ --- */
    .bg-blobs {
        position: fixed;
        top: 0; left: 0; width: 100%; height: 100%;
        z-index: -1;
        opacity: .5;
            pointer-events: none;
    }
    .modal-overlay.active .bg-blobs {
        opacity: 1;
    }
    /**/
    .blob {
        position: absolute;
        width: 500px;
        height: 500px;
        border-radius: 50%;
        filter: blur(120px);
        opacity: 0.25;
        animation: float 20s infinite alternate ease-in-out;
    }

    .blob-1 { background: var(--course-base-color); top: 10%; left: 10%; }
    .blob-2 { background: var(--course-base-second-color); bottom: 15%; right: 15%; animation-delay: -5s; }
    .blob-3 { background: var(--course-subdase-color); top: 40%; left: 30%; animation-duration: 25s; }

    @keyframes float {
        0% { transform: translate(0, 0) scale(1); }
        100% { transform: translate(100px, 50px) scale(1.1); }
    }

    /* --- МОДАЛЬНОЕ ОКНО --- */
    .modal-overlay {
        position: fixed;
        top: 0; left: 0; width: 100%; height: 100%;
        background: rgba(0, 0, 0, 0.4);
        display: none;
        justify-content: center;
        align-items: center;
        opacity: 0;
        pointer-events: none;
        transition: all 0.4s ease;
        z-index: 100;
        /* ЭФФЕКТ РАЗМЫТИЯ ФОНА */
        backdrop-filter: blur(0px);
    }

    .modal-overlay.active {
        display: flex;
        opacity: 1;
        pointer-events: all;
        backdrop-filter: blur(10px);
    }

    .modal {
        background: var(--modal-bg);
        backdrop-filter: blur(12px); /* Стекло внутри окна */
        /* border: 1px solid rgba(255, 255, 255, 0.2); */
        padding: 15px;
        border-radius: 35px;
        width: 90%;
        max-width: 90%;
        text-align: center;
        transform: scale(0.8) translateY(20px);
        transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
        color: var(--course-txt-color);
    }

    .modal-overlay.active .modal {
        transform: scale(1) translateY(0);
    }

    .modal h2 { margin-bottom: 15px; font-size: 28px; }
    .modal p { margin-bottom: 25px; line-height: 1.6; opacity: 0.9; }

    .close-btn {
        background: var(--course-txt-color);
        color: var(--course-subbg-color);
        border: none;
        cursor: pointer;
        transition: opacity 0.2s;
    }

    .close-btn:hover { opacity: 0.9; }

    /* Крестик в углу */
    .modal-x {
        position: absolute;
        top: 15px; right: 20px;
        background: none; border: none;
        color: var(--course-txt-color); font-size: 24px;
        cursor: pointer; opacity: 0.5;
    }





    /********************** 20_abit_faq **********************/
    .sec-row .abit-faq .sec-body-row--question {
        /*font-size: 28px;*/
        font-weight: 500;
    }
    .sec-row .abit-faq .sec-desc p {
        font-size: 28px;
        font-weight: 500;
        position: relative;
        padding: 20px 0px 20px 0px;
        color: var(--course-txt-color);
    }
    .sec-row .abit-faq ul {
        padding-left: 15px;
    }
    .sec-row .abit-faq ul li {
        list-style: disc;
        color: var(--course-bg-color);
        font-size: 21px;
    }



    /********************** 21_form **********************/
    .sec-row .form .inner-wrp {
        background: var(--course-txt-color);
        border-radius: 30px;
        color: var(--course-bg-color);
        position: relative;
        display: flex;
        justify-content: space-between;
        justify-content: space-evenly;
        width: 100%;
    }
    .sec-row .form .inner-wrp.cols > div {
        padding: var(--theme-page-width-padding, 32px);
    }
    .sec-row section.form .cols .col-half {
        max-width: 600px;
        justify-content: flex-start;
    }
    .sec-row .form .title {
        font-size: 36px;
        font-weight: 800; 
        line-height: 1.15;
        padding: 0 0px 21px;
        color: var(--course-bg-color);
        margin-top:-5px;
    }
    .sec-row .form .desc {
        font-size: 21px;
        font-weight: 400; 
        padding: 0 0px 21px;
        color: var(--course-bg-color);
    }
    .sec-row .form .form-wrp { 
        padding: 30px 30px 30px;
        background: var(--course-base-color);
        border-radius: 30px;
        min-height: 250px;
        width: 100%;
    }

    .sec-row .form .b24-form-header {
        border: none !important;
    }
    .sec-row .form .b24-form-header p ,
    .sec-row .form .b24-form-sign {
        display: none !important;
    }
    .sec-row .form .b24-form-wrapper.b24-form-border-bottom {
        border:none !important;
    }


    /********************** 22_get_data **********************/
    .get-data {}
    .get-data .sec-body {
        background: var(--course-txt-color);
        border-radius: 30px;
        color: var(--course-bg-color);
        padding: 30px 32px;
        min-height: 200px;
    }
    .get-data .bottom-line {
        font-weight: 800;
    }
    .get-data .cols .col-half:first-child  {
        width: 70%;
        max-width: 800px;
        justify-content: flex-start;
        color: var(--course-bg-color);
        font-weight: 800;
        font-size: 36px;
        margin: 5px 0 10px;
        line-height: 1.25;
        display: block;
        text-align: left;
    }
    .get-data .cols .col-half:first-child div {
        color: var(--course-bg-color);
        font-weight: 800;
        font-size: 36px;
        line-height: 1.25;
        text-align: left;
        padding: 5px 0;
    }
    .get-data .cols .col-half:first-child div.line-2 {
        font-size: 30px;
    }
    .get-data .cols .col-half:first-child div.line-3 {
        font-size: 21px;
        font-weight: 500;		
    }
    .get-data .cols .col-half:last-child {
        width: 30%;
        max-width: 400px;
        justify-content: flex-end;
    }
    .get-data a,
    .get-data button {
        font-weight: 800;
        display: inline-block;
        position: relative;
        background: var(--course-base-color);
        color:var(--course-txt-color);
        border: none;
        min-height: 60px;
        line-height: 1.1;
        padding: 18px 30px;
        border-radius: 10px;
        text-decoration: none !important;
        font-size: 32px;
        letter-spacing: .5px;
        box-shadow: 15px -15px 0px var(--course-subdase-color);
            min-width: 390px;
            text-align: center;
        transition: all ease .3s;
    }
    .get-data a:hover, .get-data a:active, .get-data a:focus,
    .get-data button:hover, .get-data button:active, .get-data button:focus {
        background: var(--course-base-color-hover);
        color: var(--course-txt-color-hover);
        box-shadow: 15px -15px 0px var(--course-subdase-color-hover);
    }
    .get-data a:after ,
    .get-data button:after {
        content: '';
        position: absolute;
        display: block;
        width: 26px;
        height: 36px;
        right: 10px;
        bottom: -20px;
        background:url(/education/_page_/assets/s-for-whom-5.svg) no-repeat center;
            transform: translate(0px, 0px);    
            opacity: 1;
            transition: all ease .3s;
            pointer-events: none;
    }
    .get-data a:hover:after ,
    .get-data button:hover:after {
            transform: translate(30px, 55px);
            opacity: 0;
    }

    .get-data.dark .sec-body {
        background: var(--course-subbg2-color);
        color: var(--course-txt-color);
    }
    .get-data.dark .cols .col-half:first-child ,
    .get-data.dark .cols .col-half:first-child div {
        color: var(--course-txt-color);
    }
    .get-data.dark a, .get-data.dark button {
        color: var(--course-txt-color);
        box-shadow: 15px -15px 0px #88888822;
    }
    .get-data.dark a:after ,
    .get-data.dark button:after {
        background:url(/education/_page_/assets/s-for-whom-5-white.svg) no-repeat center;
    }


    .get-data.transparent .sec-body {
        background: transparent !important;  
    }




    /* CUSTOM */
    .sec-hero { 
        background: transparent; 
    }
    .sec-hero section.page-top {
        padding-top: 5px; 
    }
    .sec-hero .hl-text {
        background-color: #e0e0e0;
        color: #000000;
    }
    .sec-hero section .cols .col-half:last-child:before {
        display: none;
    }
    .sec-hero section .cols .col-half:last-child:after {
        display: none;
    }
    .sec-hero section .img-hero { 
        max-width: 900px;
        max-height: 900px; 
        margin-top: -50px;
        margin-bottom: -76px;
    }


    .about section .cols { 
        justify-content: space-between; 
    }
    .sec-row .about .sec-big-img { 
        max-width: 820px;
        max-height: 712px;
        box-shadow: none;
    }
    .about section .cols .col-half {
        flex: unset;
        width: 47%; 
            max-width: unset;
        align-items: flex-start; 
        gap: 64px;
            justify-content: flex-start;
    }
    .about section .cols .col-half p ,
    .about section .cols .col-half ul li {
        font-size:24px;
            padding-bottom: 16px;
            padding-top: 16px;
    }
    .about section .cols .col-half ul {
        padding-left:30px;
    }
    .about section .cols .col-half ul li {
        list-style: disc;
    }

    .prices .sec-body.grid { 
        padding-bottom:0px; 
    }

    .sec-09 .sec-title p {
        font-size:24px;
        padding-bottom: 20px;
    }
    .sec-09 .desc-after {
        display: flex;
        gap: 64px;
        justify-content: space-between;
        padding: 32px 0;
    }
    .sec-09 .desc-after .left-col {
        width:75%;
    }
    .sec-09 .desc-after .right-col {
        width:25%;
        min-width: 330px;
        border-top: solid 6px var(--course-base-color) ;
        padding: 32px 0;
    }
    .sec-09 .desc-after p ,
    .sec-09 .desc-after ul li {
        font-size: 24px;
    }
    .will-learn .grid-item { 
        background: #3B3B45; 
        font-size: 24px;
    }
    .will-learn .desc {
        color: #ffffff; 
        font-size: 24px;         
        display: flex;
        height: 100%;
        flex-wrap: wrap;
        align-content: stretch;
    }
    .will-learn .inner-title {
        color: #FFFFFF;  
        display: flex;
        align-items: center;
    }
    .will-learn .inner-art ,
    .will-learn .inner-art a {
        color: #BDBDBD;  
        display: flex;
        align-items: center;
    }
    .will-learn .sec-img-mini-wrp {
        width: 300px !important;
        min-width: 300px !important;
        max-width: 360px !important;
        background: transparent;
        height: auto;
        min-height: 300px;
        max-height: 360px;   
            box-shadow: none;
            margin-top: 0;
    }

    .form .b24-form-control-label, 
    .form .b24-form-control-select-label { 
        color: #000; 
    }

    .theme-dark ul>li::before {
        display:none !important;
    }


/* End */


/* Start:/education/media.css?178091011715802*/
@media (max-width: 1550px) {

    .sec-hero .main-title { 
        font-size: 48px; 
        padding-top: 25px; 
    }
    .sec-hero .sec-timeline > div { 
        font-size: 19px; 
    }
    .sec-hero .hl-text { 
        font-size: 19px;
    }
    .sec-hero section .cols .col-half:first-child { 
        max-width: 470px;
    }
    .sec-hero section .img-hero {
        max-width: 800px;
        max-height: 800px;
        margin-top: -50px;
        margin-bottom: -71px;
        margin-right: -50px;
    }

    .sec-row h3 { 
        font-size: 45px; 
    }

    .for-whom .title {
        font-size: 29px; 
    }
    .road-map .desc,
    .for-whom .desc {
        font-size: 19px; 
    }
    .for-whom .sec-icon-wrp {
        width: 250px;
        min-width: 250px;
        height: 250px;
    }
    .for-whom .sec-icon-wrp svg, .for-whom .sec-icon-wrp img {
        max-width: 150px;
        max-height: 150px;
    }


    .road-map .row-item { 
        min-height: 110px;
    }



    .programm .intro p { 
        font-size: 27px;
    }
    .programm .intro {
        background-size: auto 250px; 
    }

    .sec-body-row--question {
        font-size: 26px; 
    }



    .sec-row .abit-faq .sec-desc p {
        font-size: 26px;
        padding: 0px 3px 0px 3px;
    }


    .sec-row .about h3 {
        font-size: 38px;
    }

}








@media (max-width: 1350px) {


    .sec-hero section .cols .col-half:first-child {
        max-width: 430px;
    }
    .sec-hero .main-title {
        font-size: 45px;
    }
    .sec-hero .hl-text {
        font-size: 17px;
    }
    .sec-hero section .img-hero {
        max-width: 700px;
        max-height: 700px;
        margin-top: -50px;
        margin-bottom: -130px;
        margin-right: -5px;
    }


    .sec-row h3 {
        font-size: 42px;
    }

    .sec-row > div { width:100%; }
    .container .row .maxwidth-theme-important { 
        width: 100%;
        max-width: 100%;
    }

    .for-whom .sec-icon-wrp {
        width: 200px;
        min-width: 200px;
        height: 200px;
    }
    .for-whom .sec-icon-wrp svg, .for-whom .sec-icon-wrp img {
        max-width: 130px;
        max-height: 130px;
    }
    .for-whom .title {
        font-size: 27px;
    }
    .road-map .desc,
    .for-whom .desc {
        font-size: 18px;
    }



    .programm .intro p {
        font-size: 24px;
    }



    .sec-body-row--question {
        font-size: 24px; 
    }



    .sec-row .prices .grid-item.col-33 .about .title {
        font-size: 27px;
        padding: 0px 0px 15px;
    }
    .sec-row .prices .grid-item.col-33 {
        max-width: calc(33.3% - 10px); 
    }
    .sec-row .prices ul li {
        font-size: 18px;
    }
    .sec-row .prices .sec-body.grid { 
        gap: 5px;
    }
    .sec-row .prices .grid-item .about { 
        padding: 20px; 
    }
    .sec-row .prices .grid-item.no-pic > .shedule {
        padding: 0px;
    }





    .will-learn .grid-item {
        flex-wrap: wrap;
        align-items: center;
        align-items: center;
        align-content: stretch;
        justify-content: center;
    }
    .will-learn .desc { 
        height: auto; 
        padding: 5px;
    }



    .sec-row .about h3 {
        font-size: 33px;
    }
    .about section .cols .col-half:first-child {
        min-width: 550px;
        gap: 25px;
    }
    .about section .cols .col-half p, 
    .about section .cols .col-half ul li {
        font-size: 21px; 
    }

}









@media (max-width: 1190px) {

    .sec-hero .main-title {
        font-size: 35px;
    }
    .sec-hero section .cols .col-half:first-child {
        max-width: 375px;
    }
    .sec-hero .hl-text {
        font-size: 15px;
        margin-top: 15px;
        padding: 20px;
    }
    .sec-hero .sec-timeline { 
        padding-top: 10px; 
    }
    .sec-hero .sec-timeline > div {
        font-size: 17px;
    }
    .sec-hero .sec-cta a, .sec-hero .sec-cta button { 
        padding: 16px 28px; 
        font-size: 19px; 
    }
    .sec-hero section .img-hero {
        max-width: 600px;
        max-height: 600px;
        margin-top: -50px;
        margin-bottom: -129px;
        margin-right: -5px;
    }


    .sec-row h3 {
        font-size: 36px;
    }

    .for-whom .sec-icon-wrp {
        width: 130px;
        min-width: 130px;
        height: 180px;
    }
    .for-whom .sec-icon-wrp svg, .for-whom .sec-icon-wrp img {
        max-width: 100px;
        max-height: 100px;
    }
    .for-whom .title {
        font-size: 23px;
        padding-bottom: 12px;
    }
    .for-whom .desc {
        font-size: 16px;
    }



    .programm .intro p {
        font-size: 19px;
    }
    .programm .intro {
        padding-right: 270px;  
        background-size: auto 200px; 
        margin-top: -90px;
    }


    .sec-body-row--question {
        font-size: 23px; 
    }

    
    .sec-09 .desc-after p, 
    .sec-09 .desc-after ul li {
        font-size: 21px;
    }


    .sec-row .about .sec-big-img {
        max-width: 600px;
        max-height: 600px; 
    }



}









@media (max-width: 991px) {

    .sec-hero section .cols {
        flex-wrap: wrap;
    }
    .sec-hero section .cols .col-half:first-child,
    .sec-hero section .cols .col-half:last-child  {
        max-width: unset;
        width: 100%;
        min-width: 100%;
    }
    .sec-hero section .cols .col-half:last-child {
        justify-content: center;
            /*justify-content: flex-end; */
            min-height: 370px;
    }
    .sec-hero .hl-text {
        font-size: 17px;
        margin-top: 15px;
        padding: 20px;
        max-width: 520px;
    }
    .sec-hero section .img-hero {
        max-width: 550px;
        max-height: 550px;
        margin-top: 0px;
        margin-bottom: -50px;
        margin-right: -5px;
    }


    section .sec-body.grid > div { 
        width: 100%;
    }

    .sec-row h3 {
        font-size: 32px;
    }
    
    .for-whom .sec-icon-wrp {
        width: 200px;
        min-width: 200px;
        height: 200px;
    }
    .for-whom .sec-icon-wrp svg, .for-whom .sec-icon-wrp img {
        max-width: 150px;
        max-height: 150px;
    }

    .sec-row .form .title {
        font-size: 32px;
    }
    .sec-row section.form .cols .col-half:first-child {
        width: 40%;
        flex: none;
    }
    .sec-row section.form .cols .col-half:last-child {
        width: 60%;
        flex: none;
    }


    .programm .intro {
        padding-right: 270px;
        background-size: auto 190px;
        margin-top: -40px;
        padding: 10px 250px 10px 0;
    }

    .sec-body-row--question {
        font-size: 21px;  
        min-height: 66px;
    }
    .sec-row .sec-body-row--answer ul li,
    .sec-body-row--answer p , 
    .sec-body-row--answer ul li { 
        font-size: 19px;
    }
    .sec-body-row--question::after {
        top: 31px;
        width: 36px;
    }
    .sec-body-row--question::before {
        top: 31px;
        width: 36px;
    }


    .sec-row .abit-faq .sec-desc p {
        font-size: 21px;
    }


    .sec-row .prices .grid-item.col-33 {
        max-width: calc(100% - 0px); 
    }
    .sec-row .prices ul li {
        font-size: 21px;
    }




    section .sec-body.grid {
        gap: 25px;
        display: flex !important;
    }
    .sec-09 .desc-after { 
        gap: 30px;  
        flex-wrap: wrap;
    }
    .sec-09 .desc-after .right-col, 
    .sec-09 .desc-after .left-col {
        width: 100%;
    }



    .about section .cols { 
        flex-wrap: wrap;
    }
    .about section .cols .col-half { 
        width: 100%; 
        gap: 30px; 
    }
    .about section .cols .col-half p, 
    .about section .cols .col-half ul li {
        font-size: 19px;
    }

}







@media (max-width: 720px) {    
    .sec-hero {
        margin-top: 0px;
    }

    .sec-hero section .img-hero {
        max-width: 500px;
        max-height: 500px;
        margin-top: 0px;
        margin-bottom: -88px;
        margin-right: -5px;
    }

    section .sec-body.grid {
        gap: 32px;
    }
    section .sec-body.grid > div {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .for-whom .desc {
        padding-bottom: 32px;
    }

    .road-map .row-item { 
        margin-left: 0;
        padding-left: 115px;
    }
    .road-map .row-item:before { 
        margin-left: 0px;
        color: var(--course-base-color);
        background: transparent;
        border-radius: 28px; 
    }

    .sec-row .form .inner-wrp { 
        flex-wrap: wrap;
    }
    .sec-row section.form .cols .col-half:first-child {
        width: 100%;
    }
    .sec-row section.form .cols .col-half:last-child {
        width: 100%;
    }
    .sec-row .form .title { 
        text-align: center;
        width: 100%;
        padding-top: 32px;
    }
    .sec-row .form .desc { 
        text-align: center;
        width: 100%;
    }




    .programm .intro {
        background: transparent !important;
        margin-top: 0px;
        padding: 0px 0px 40px 0;
        min-height: unset;
    }
    .programm .intro p {
        padding: 0px 0px 0px 0;
    }

    .about section .cols .col-half:first-child {
        min-width: unset; 
    }
    .sec-row .about .sec-big-img {
        max-width: 100%;
        max-height: unset;
        margin-top: 30px;
    }


}







@media (max-width: 600px) {
    .sec-hero .main-title {
        font-size: 32px;
    }
    .sec-hero .hl-text {
        font-size: 15px; 
    }
    .sec-hero section .cols .col-half:last-child {
        min-height: 280px;
    }
    .sec-hero section .img-hero {
        max-width: 400px;
        max-height: 400px;
        margin-top: 0px;
        margin-bottom: -75px;
        margin-right: 0px;
    }


    .sec-row h3 {
        font-size: 28px;
    }
    .road-map .desc {
        font-size: 16px;
    }
    .road-map .row-item {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 110px;
    }
    .road-map .row-item:before {
        height: 95px;
        line-height: 95px;
    }

    .sec-row .form .form-wrp {
        background: transparent;
        padding: 0;
        border-radius: 0;
    }


    .sec-body-row--question {
        font-size: 19px; 
    }
    .sec-row .sec-body-row--answer ul li,
    .sec-body-row--answer p , 
    .sec-body-row--answer ul li { 
        font-size: 17px;
    }


    .sec-row .abit-faq .sec-desc p {
        font-size: 19px;
        padding: 0px 2px 0px 2px;
    }


    .sec-row .prices ul li { 
        font-size: 18px;
    }
    .sec-row .prices .grid-item .about { 
        padding: 16px; 
    }
    .sec-row .prices .grid-item .prices {
        padding: 15px 15px;
        transform: translate(-5px, 5px);
    }
    .sec-row .prices .grid-item .about .desc { 
        padding-bottom: 15px; 
    }
    .sec-row .prices .grid-item.col-33 .prices, 
    .sec-row .prices .grid-item.col-33 .shedule.in-desc { 
        gap: 10px;
    }
    .sec-row .prices .grid-item.no-pic > .shedule {
        padding: 0px;
    }
    .sec-row .prices .grid-item .btns a {
        padding: 18px 20px;
        border-radius: 15px; 
    }



    .will-learn .desc { 
        font-size: 19px; 
    }

    .sec-09 .desc-after p, 
    .sec-09 .desc-after ul li {
        font-size: 19px;
    }
    .sec-09 .sec-title p {
        font-size: 19px;
        padding-bottom: 0px;
    }
    .about section .cols .col-half p, 
    .about section .cols .col-half ul li {
        font-size: 17px;
        padding: 0;
    }
}







@media (max-width: 450px) {

    .sec-row > div > section, 
    .sec-row > section {
        position: relative;
        padding-top: 40px;
        padding-bottom: 40px;
    }


    .sec-hero {
        padding: 20px 0px 20px;
    }
    .container .row .sec-hero .maxwidth-theme-important {
        padding-inline: 15px;
    }
    .sec-hero .sec-timeline > div {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .sec-hero .main-title {
        font-size: 29px;
        padding-top: 15px;
    }
    .sec-hero .hl-text {
        margin-top: 10px;
        font-size: 14px;
        padding: 15px;
    }
    .sec-hero .sec-cta { 
        padding-top: 28px; 
    }
    .sec-hero section .cols .col-half:last-child {
        min-height: 200px;
    }
    .sec-hero section .img-hero {
        max-width: 300px;
        max-height: 300px;
        margin-top: 0px;
        margin-bottom: -72px;
        margin-right: 25px;
    }
    .sec-hero .sec-cta a, 
    .sec-hero .sec-cta button {
        padding: 16px 28px;
        font-size: 17px;
        width: 100%;
        text-align: center;
    }


    .container .row .maxwidth-theme-important { 
        padding-inline: 0; 
    }

    .sec-row h3 {
        font-size: 25px;
    }


    .road-map .desc {
        font-size: 17px;
    }
    .road-map .row-items { 
        gap: 22px;
    }
    .road-map .row-item:before {
        height: 90px;
        line-height: 90px;
        font-size: 64px;
    }
    .road-map .row-item {
        padding-top: 90px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }


    .sec-row .form .title {
        font-size: 25px;
    }
    .sec-row .form .desc {
        font-size: 16px; 
        padding: 0 0px 1px;
    }
    .sec-row section.form .cols .col-half:first-child {
        padding-bottom: 0;
    }
    .sec-row .form .b24-form-padding-side {
        padding-left: 1px;
        padding-right: 1px;
        padding-bottom: 0;
    }



    .programm .intro {
        padding: 0px 0px 5px 0;
    }
    .programm .intro p {
        font-size: 17px;
    }


    .sec-body-row--question {
        font-size: 17px; 
        padding: 15px 59px 16px 15px;
    }
    .sec-body-row--answer { 
        padding: 0 20px 5px 20px; 
    }
    .sec-row .sec-body-row--answer ul li,
    .sec-body-row--answer p , 
    .sec-body-row--answer ul li { 
        font-size: 15px;
    }
    .sec-body-row--question::before ,
    .sec-body-row--question::after {
        right: 15px;
    }


    .sec-row .abit-faq .sec-desc p {
        font-size: 17px;
    }

    .sec-row .prices ul li {
        font-size: 16px;
    }
    .sec-row .prices .grid-item .prices .prices-title { 
        font-size: 21px;
    }
    .sec-row .prices .grid-item .prices .prices-list .price {
        font-size: 27px; 
    }
    .sec-row .prices .grid-item.col-33 { 
        padding: 10px;
        gap: 10px;
        border-radius: 25px;
    }



    .will-learn .sec-img-mini-wrp {
        width: 200px !important;
        min-width: 200px !important;
        max-width: 260px !important; 
        min-height: 200px;
        max-height: 260px; 
    }


    .sec-09 .desc-after p, 
    .sec-09 .desc-after ul li {
        font-size: 17px;
    }
    .sec-09 .sec-title p {
        font-size: 17px; 
    }
    .sec-09 .desc-after { 
        padding: 5px 0;
    }
    section .sec-body.grid {
        gap: 20px;
    }
}





@media (max-width: 350px) {

}
/* End */
/* /education/style.css?178091011775306 */
/* /education/media.css?178091011715802 */
