@media screen and (max-width:768px){
    #menu-desktop{
        display: none;
    }
    #menu-mobile{
        display: block;
    }
    .wrap-trigers{
        grid-template-columns: 1fr;
        row-gap: 30px;
        width: 70%;
        padding: 10%;
    }
    .feedback-wrap h1 {
        width: 90%;
        font-size: 25px;
    }
    .form-wrap {
        width: 90%;
        margin: auto;
         padding-top: 0px; 
         padding-bottom: 0px; 
         background: none;
    }
    .form-line-one{
        grid-template-columns: 1fr;
    }
    .form input {
        width: calc(100% - 10px);
    padding: 0;
    padding-left: 10px;
    }
    .form {
        width: 80%;
    }
    .form textarea {
        width: 95%;
    }
    .form-line-three {
        grid-template-columns: 1fr;
    }
    .form-line-three button {
        margin: auto;
        display: block;
    }
    .wrap-footer {
        grid-template-columns: 1fr;
        padding-top: 0px; 
     margin-top: 0px;
     text-align: center;
    }
    .f-menu ul {
        display: block;
        text-align: center;
    }
    .f-menu ul li+li {
        margin-left: 0px;
    }
    .f-col-two{
        margin-top: 50px;
        display: none;
    }
    .f-col-two-new{
        margin: auto;
        margin-top: 50px;
        width: 90%;
    }
    .f-icons{
        width: max-content;
        margin: auto;
    }
    .logo{
        margin-left: 10px;
        width: 100px;
        display: flex;
        align-items: center;
        height: 100%;;
    }
    .phone{
        height: 100%;
    margin-left: 10px;
    justify-content: center;
    }
    .phone > a {
        text-decoration: none;
        font-size: 12px;
        color: black;
        font-weight: 900;
    }
   .menu-mobile{
        background:url(img/slider.jpg) no-repeat;
        background-size: cover;   
    }
    .about-info-pic-one {
        border-radius: 3%;
    }
    .about-info-pic-two {
        width: 130px;
        height: 130px;
        right: -10px;
    }
    .mobile-our-wrap{
        width: 100%;
        overflow: hidden;
        background: url(img/wall.png);
        color: #fff;
    }
    .mobile-our{
        width: 90%;
        margin: auto;
    }
    .mobile-our-wrap-black{
        overflow: hidden;
        background: #000000e6;
    }
    .mobile-our-text{
        width: 95%;
        margin: auto;
        text-align: center;
    }
    .mobile-line{
        border-right: solid 1px #ffc600;
        border-bottom: solid 1px #ffc600;
        padding: 2.5%;
    }
    .innerText{
        text-align: center;
        box-shadow: inset 0 0px 16px 0px #ffc600;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .3s;
    }
    
    .mobile-line h2{
        text-align: center;
    }
    .mobile-our-wrap{
        display: block;
    }
    .menu-mobile{
        display: block;
    }
    .f-col-two-new{
        display: block;
    }a
    .header-lines{
        overflow: hidden;
        width: 100%;
       height: auto;
        text-align: center;
        color: #fff;
        background: none;
        background-size: 100%;
        background-position: center;
        background-position-y: 140px;
        display: grid;
        align-items: center;
        justify-content: center;
        grid-auto-columns: 1fr;
        row-gap: 30px;
    }
    .header-lines h1{
        font-size: 30px;
        margin-top: 115px;
    }
    .test {
        margin-top: 40px;
    }
    .header-lines h3 {
        font-size: 22px;
    }
    .pod{
        height: 0;
        overflow: hidden;
        transition: all .0s;
        
    }
    .od{
        transition: all 1s;
        animation-name: open;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-direction: normal;
        animation-timing-function: linear;
    }
    @keyframes open {
        from{
            height: 0;
        }
        99%{
            height: 300px;
        }
       
        to{
            height: 100%;
        }
    }
    .pod img{
        width: 150px;
        margin: auto;
        display: block;
    }
    .header-lines h3+h3 {
        margin-top: 0px;
    }
    .feedback-wrap {
        width: 100%;
        overflow: hidden;
        padding-bottom: 50px;
    }
    .f-copirate {
        text-align: center;
        margin-top: 40px;
    }
    .smartphone-ico {
        margin-left: 5px;
    }
    .phone {
        height: 100%;
        width: 200px;
        margin-left: 10px;
        justify-content: center;
    }
    .banner-content h1{
        font-size: 28px!important;
        width: 300px;
    }
    .f-col-one, .f-col-three {
        text-align: center;
        margin-top: 20px;
    }
    .form{
        box-shadow: none;
    }
    .form label {
        margin-top: 20px;
        margin-left: 20px;
    }
    .feedback-wrap h1, .title-two,  .title,  .bonus-block-title{
        font-size: 22px!important;
    }
    .description-of-cost-three, .description-of-cost-two, .form label, .number-of-element-of-slide, .number-of-element-of-slide-mobile, .bonus-block-title-one , .bonus-block-title-two{
        font-size: 20px!important;
    }
    .description-of-cost-one, .cost-title-block, .cost-price, .form-line-three button, .main-banner-description-text{
        font-size: 16px!important;
    }
    .bonus-line-block {
        width: 100%;
        height: max-content;
        margin-top: 45px;
    }
    .bonus-blocks{
        width: 70%!important;
        text-align: center!important;
        margin-top: 45px!important;
    }
    .bonus-block-title, .bonus-block-title-one, .bonus-block-title-two{
        text-align: center!important;
        padding: 0px;
    }
    #left-arrow-mobile-two, #right-arrow-mobile-two {
        cursor: pointer;
        width: 50px;
        margin-top: 104px;
        height: 42px;
    }
    .bonus-blocks button{
        width: 60%;
        margin-left: 20%;
        margin-top: 25px;
    }
    .bonus-blocks {
        grid-template-columns: 1fr;
        grid-template-rows: 0.6fr 1fr 1fr;
    }
    .the-benefits-of-our-course{
        display: block;
    }

    .the-benefits-blocks-mobile{
        display: block;
        width: 70%;
        height: max-content;
        margin: auto;
    }

    .theme-of-program, .theme-of-program-mobile{
        font-size: 16px!important;
        color: white;
    }
    .title{
        padding-top: 45px!important;
    }
    .the-benefits-block {
        background-color: white;
        border-radius: 26px;
        position: relative;
        width: 100%;
        height: 180px;
    }
    .text-the-benefits{
        margin-top: 20px;
    }
    .the-benfits-container-block{
        width: 100%;
        height: max-content;
    }
    .the-benefits-of-our-course{
        height: 1010px;
    }
    .title-the-benefits{
        font-size: 20px;
    }
    .for-who-this-course{
        display: none;
    }
    .for-who-blocks-mobile{
        display: block;
        width: 70%;
        height: max-content;
        margin: auto;
        margin-top: 35px;
        padding-bottom: 45px;
    }
    .comments h1 {
        margin-top: 60px;
    }
    .circle-for-who-block-white, .circle-for-who-block{
        margin-top: 35px;
    }
    .for-who-this-coursse-mobile{
        display: block;
    }
    .pc-for-who-link{
        display: none;
    }
    .mobile-for-who-link{
        display: block;
    }
    #scroll-down-btn{
        display: none;
    }
    #scroll-down-btn-mob{
        display: block;
        margin: auto;
        margin-top: 90px;
    }
#left-arrow-mobile, #right-arrow-mobile {
    cursor: pointer;
    width: 50px;
    margin-top: 22.75px;
    height: 42px;
}

article img {
    width: 90%;
     margin-left: 0px;
}


#active label {
    border-radius: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: solid 3px black;
    margin-top: 0%;
    margin-left: 9px;
}

.third-comment{
    margin-top: 20px;
}

.second-comment{
    margin-left: 20px!important;
}
.second-comment {
    margin-left: 0!important;
    margin-top: 20px; 
}
.banner-button {
    height: 45px;
    border-radius: 25px;
    border: 0px;
    background: linear-gradient(
81deg, #ae2cf1, #7776ff);
    margin-top: 45px;
    font-size: 28px;
    color: white;
    font-family: "Montserrat-Regular";
    padding-left: 45px;
    padding-right: 45px;
    cursor: pointer;
    transition: all .3s;
}
.banner{
    height: calc(100vh - 60px);
}
.form input {
    width: calc(100% - 10px);
    padding: 0;
    padding-left: 10px;
    
}


#innerResult{
    width: 70%;
    margin-left: 10px;
}
.capcha{
    padding-top: 15px;
}


.the-benefits-blocks{
    width: 80%;
    height: max-content;
    margin: auto;
    display: grid;
    grid-template-columns:1fr;
    grid-column-gap: 2%;
    margin-top: 15px;
}

.triger-blocks {
    grid-template-columns: 1fr;
}
.examples-blocks {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    height: 1350px;
}
.who-conducts-blocks span{
    margin-top: 15px;
    font-size: 16px;
}
.who-conducts-classes {
    width: 65%;
}
.the-benefits-blocks {
    width: 70%!important;
    height: 605px!important;
    grid-template-columns: 1fr!important;
}
.where-used-animation-main-left {
    background-position-y: 98px;
    height: 310px;
}
.where-used-3 {
    bottom: 20px;
    right: 0;
}
.where-used-1 {
    display: none;
}
.where-used-animaiton-block {
    padding-bottom: 0px;
}
.where-used-animaiton-block h1 {
    font-size: 25px;
}
.all-information-blocks {
    width: 85%;
    height: max-content;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 1.5%;
    padding-bottom: 50px;
    grid-row-gap: 6%;
}
.about-us-main-text {
    font-size: 25px;
    font-family: "Montserrat-Regular";
    margin-top: 35px;
}
.about-us-text-1 {
    font-size: 50px;
    margin-top: 75px;
}
.about-us-text-description {
    font-size: 15px;
    font-family: "Montserrat-Regular";
}
.about-us-large-text {
    font-size: 100px;
}
.about-us-text-main-description {
    font-size: 26px;
    font-family: "Montserrat-Regular";
}
.label-cost-of-animate-course p {
    line-height: 60px;
}
.label-cost-of-animate-course {
    width: 65%;
    height: 60px;
    background: white;
    border-radius: 25px;
    margin: auto;
}
.second-info-about-us-block {
    width: 100%;
    background-color: white;
    border-radius: 25px;
    padding-top: 10%;
    padding-bottom: 20%;
}
.bonus-block-about-course h1 {
    font-size: 22px;
    font-family: "Montserrat-Regular";
    color: white;
    margin-top: 25px;
}
.triger-in span{
    display: none;
}
.triger-in p{
    display: block;
}
.circle-teacher {
    width: 215px;
    height: 215px;
}
.where-used-animation-main-list {
    width: 230px;
    height: 303px;
}
.where-used-animation-main-list p {
    font-size: 21px;
}
.where-used-3{
    display: none;
}
.where-used-animation-main-inner {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
}
.where-used-animaiton-block {
    width: 80%;
}
.block-info-stairs {
    width: 100%;
    background-size: 115%;
    height: 450px;
    margin-bottom: 35px;
    margin-top: 35px;
}
.components {
    width: 85%;
    height: max-content;
    margin: auto;
    margin-bottom: 35px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 1.6em;
}
.teachers {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 5%;
    padding-bottom: 65px;
}
.gridBlock {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 25px;
    width: 100%;
    height: max-content;
    grid-column-gap: 1.6em;
    margin: auto;
}
.feedback-wrap h1 {
    text-align: center;
    width: 80%;
    margin: auto;
    padding: 30px 0;
    margin-top: 60px;
}
.pod-title-examples span {
    display: block;
    float: left;
    font-size: 18px;
    font-family: "Montserrat-Regular";
    cursor: pointer;
}
.first-info-about-us-block-two {
    height: 495px;
}
.all-information-blocks {
    width: 85%;
    height: max-content;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 1.5%;
    padding-bottom: 50px;
    grid-row-gap: 6%;
}
#first-block-card {
    height: 400px;
    width: 281px;
}
.first-info-about-us-block-three {
    height: 400px;
    width: 310px;
}
.all-information-blocks{
    display: none;
}
.mobile-cards-courses{
    display: block;
    width: 85%;
    margin: auto;
    height: 420px;
    padding-bottom: 25px;
    position: relative;
    overflow: hidden;
}
.first-info-about-us-block-one-mobile{
    transform: skew(0deg, 0deg);
    background: linear-gradient(173deg, #5de894, #32e5e7 78%);
    border-radius: 25px;
    position: absolute;
    left: 0;
    top: 35px;
    width: 100%!important;
}
.card-arrow {
    width: 26px;
    height: 160px;
    background: url(img/card-arrow.png);
    position: absolute;
    right: 0;
    bottom: 130px;
    cursor: pointer;
    background-repeat: no-repeat;
}
#title-another {
    padding-bottom: 15px;
}
#second-card-arrow-mobile{
    display: none;
}
#third-card-arrow-mobile{
    display: none;
}
#first-block-card-mobile{
    height: 400px;
    width: 281px;
}
.sp-line-two {
    margin-left: 25px;
}
.line-at {
    margin-left: 25px;
}
.component-description {
    font-size: 18px;
}
.component-title {
    font-size: 32px;
}
.re {
    width: 100%;
}
.arrow {
    width: 50px;
    display:none;
}
.examples-blocks {
    padding-bottom: 50px;
}
.title-two {
    padding-bottom: 40px!important;
}
.who-conducts-blocks {
    grid-row-gap: 15px;
}
}




