.main-head .logo a{
    color: #01112a;
    text-decoration: none;
}
.main-head{
    padding: 24px 0;
}

.main-head .logo a span{
    font-family: 'Gilroy';
    font-weight: 800;
    font-size: 24px;
}
.aie{
    display: flex;
    align-items: center;
    justify-content: end;
}
.ai{
    display: flex;
    align-items: center;
}
.main-head .menu ul{
    display: flex;
    margin: 0;
}
.main-head .menu ul li{
    list-style: none;
}
.main-head .menu ul li a{
    font-family: 'Gilroy';
    text-decoration: none;
    font-weight: 500;
    color: black;
    font-size: 18px;
    padding: 7px 15px;
}
.main-head .menu ul li a.vhid{
        background: #01112a;
    color: white;
    border-radius: 16px;
}

.banner .gradien-banner{
        background: url(https://panoramglass.com/wp-content/themes/bs/img/banner-panoram-2.webp);
    padding: 160px;
    border-radius: 12px;
    background-position: top;

    text-align: center;
}
.banner .gradien-banner p{
        color: white;
    font-size: 24px;
    margin-bottom: 0;
}

.banner .gradien-banner h1{
        color: white;
    font-family: 'Gilroy';
    font-size: 42px;
    margin: 0 0 20px;
}
.banner .gradien-banner h1 span{
        color: #ffffff;
    font-weight: 900;
}
.levels .title-block h2{
        color: #01112a;
    font-family: 'Gilroy';
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.levels .title-block p{
    text-align: center;
    font-family: 'Gilroy';
    margin: 15px 0;
}
.levels .title-block{
    margin-bottom: 40px;
}
.levels  .single-lvl{
        border: 1px solid;
    border-radius: 16px;
    padding: 24px;
}
.contact-home-block {
    padding: 20px 0 60px;
}

.social-block {
    background: #f2f2f9;
    padding: 60px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;

        display: flex;
    align-items: center;
    background: #f4f4f4;
    padding: 32px;
    border-radius: 16px;
}
.social-block .contact-title h3 {
    font-family: 'Gilroy';
    font-size: 24px;
    margin: 0;
}
.social-block .viber {
    background: #7f6bf4;
    padding: 16px 42px 12px 12px;
    border-radius: 30px;
    margin-right: 20px;
    color: #fff;
    text-decoration: none;
    font-family: 'Gilroy';
}
.social-block .viber i {
    background: #fff;
    color: #7f6bf4;
    border-radius: 50%;
    font-size: 22px;
    padding: 3px;
    margin-right: 8px;
}
.social-block .telegram {
    background: #088cce;
    padding: 16px 42px 12px 12px;
    border-radius: 30px;
    margin-right: 20px;
    color: #fff;
    text-decoration: none;
    font-family: 'Gilroy';
}
.social-block .telegram i {
    background: #fff;
    color: #088cce;
    border-radius: 50%;
    font-size: 22px;
    padding: 3px 6px 3px 3px;
    margin-right: 8px;
}
.social-block .whatsap {
    background: #25d366;
    padding: 16px 42px 12px 12px;
    border-radius: 30px;
    margin-right: 20px;
    color: #fff;
    text-decoration: none;
    font-family: 'Gilroy';
}
.social-block .whatsap i {
    background: #fff;
    color: #25d366;
    border-radius: 50%;
    font-size: 22px;
    padding: 3px 6px 3px 6px;
    margin-right: 8px;
}

.levels  .single-lvl span{
      font-family: 'Gilroy';
    font-size: 24px;
    font-weight: 900;
    color: #01112a;

    text-align: center;
    display: block;
}
.levels .all-single-lvl{
    margin-bottom: 24px;
}

.form-block h3{
        font-size: 82px;
    color: #dedede;
    font-family: 'Gilroy';
    font-weight: 900;
}
.tutor-form-row{
        display: flex;
    align-items: center;
}
.tutor-form-col-6{
        width: 50%;
}
.tutor-form-group{
    margin: 10px;
}
.reg-block{
    padding: 40px 0 60px;
}

.bread-section{
    padding: 12px 0 32px;
}
.bread-section p{
        margin-bottom: 0;
    background: #f2f2f9;
    /* padding: 60px 30px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: flex;
    align-items: center;
    background: #f4f4f4;
    padding: 12px 24px;
    border-radius: 16px;
}
.bread-section p a{
    color: black;
    text-decoration: none;
}

.bread-section span{
    font-family: 'Gilroy';
}
.module-video{
    padding: 40px 0 60px;
}

.moduli-text-block .same-text-block{
    align-items: center;
    background: #f4f4f4;
    padding: 32px;
    border-radius: 16px;
}
.moduli-text-block .same-text-block h2{
         color: #01112a;
    font-family: 'Gilroy';
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}
.levels .all-single-lvl .single-lvl{

}
.levels .all-single-lvl a{
    text-decoration: none;
    color: inherit;
}
.levels .all-single-lvl .single-lvl:hover {
    background-color: #01112a;
    color: white;
    transition-duration: 700ms;
}
.levels .all-single-lvl .single-lvl:hover span{
    color: white;
}


.moduli-text-block .same-text-block p{
      font-family: 'Gilroy';
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
    color: black;
}

.module-video-single{
    padding: 60px 0;
}



.pg-video__title{
    margin: 0 0 18px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
}

.pg-video__box{
    border-radius: 18px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

/* сохраняем пропорции 16:9 */
.pg-video__box::before{
    content: "";
    display: block;
    padding-top: 56.25%;
}

.pg-video__media{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.pg-video__box{
    position: relative;
}

@media (max-width: 768px){
    .pg-video{
        padding: 40px 0;
    }
    .pg-video__title{
        font-size: 24px;
        margin-bottom: 14px;
    }
    .pg-video__box{
        border-radius: 14px;
    }
}


.all-modules{
    padding: 40px 0;
}

.all-modules .container{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

.pg-toc__title{
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}

.pg-toc__list{
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #e9edf3;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.pg-toc__item{
    border-bottom: 1px solid #eef2f7;
}
.pg-toc__item:last-child{
    border-bottom: 0;
}

/* clickable row */
.pg-toc__link,
.pg-toc__row{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    color: #111827;
    text-decoration: none;
}

.pg-toc__icon{
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    color: #9aa4b2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pg-toc__text{
    flex: 1 1 auto;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
}

.pg-toc__action{
    flex: 0 0 auto;
    color: #9aa4b2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* hover like in screenshot */
.pg-toc__link:hover{
    background: #f7f9fc;
}
.pg-toc__link:hover .pg-toc__action,
.pg-toc__link:hover .pg-toc__icon{
    color: #6b7280;
}

/* non-link rows still look same */
.pg-toc__row{
    cursor: default;
}

@media (max-width: 768px){
    .pg-toc__title{ font-size: 22px; }
    .pg-toc__link, .pg-toc__row{ padding: 12px 12px; }
    .pg-toc__text{ font-size: 15px; }
}

.levels{
    padding: 60px 0;
}
.banner{
    padding: 40px 0;
}
footer p.copy{
        margin: 0;
    font-family: 'Gilroy';
    font-weight: 600;
    background: #01112a;
    padding: 16px;
    border-radius: 16px;
    color: white;
}
.form-block form input{
        padding: 10px;
    border: 0px;
    border-bottom: 1px solid black;
    border-radius: 0;
    font-family: 'Gilroy';
}
.form-block{
    padding: 0 0 60px;
}

.wpcf7-form-control.wpcf7-submit{
          background: #01112a;
    border-radius: 12px;
    color: white;
    padding: 12px 24px;
    border: 0;
}
.tutor-login-wrap, #tutor-registration-wrap{
        max-width: 600px;
}
.tutor-option-field-row label, .tutor-form-group label{
        font-family: 'Gilroy';
}
.tutor-btn-primary{
       font-family: 'Gilroy';
}
.tutor-wrap.tutor-page-wrap.post-11{
    padding: 60px 0;
}


@keyframes textflow {
    from {background-position: 0% center}
    to {background-position: 200% center}
}


.how-work .single-block{

}
.all-single-lvl p{
        text-align: center;
    font-family: 'Gilroy';
    margin: 15px 0;
    font-size: 14px;
    padding: 0px 10px;
}

.how-work .single-block h2{
        color: #01112a;
    font-family: 'Gilroy';
    font-size: 24px;
    /* text-align: center; */
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}
.how-work .single-block h2 i{
        font-weight: 900;
    color: #01112a;
}
.all-block{
        display: flex;
    align-items: center;
        background: #f4f4f4;
    padding: 32px;
    border-radius: 16px;
}
.single-block{
    width: 50%;
}
.video-block{
    width: 50%;
    padding: 10px 0;
}

.how-work .single-block p{
    font-family: 'Gilroy';
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}
.how-work{
    padding: 40px 0;
}

.tutor-color-black{
    font-weight: 600;
    font-family: 'Gilroy';
    color: black;
}
.tutor-login-wrap, #tutor-registration-wrap{
     font-family: 'Gilroy';
}
#tutor-login-form input.tutor-form-control::placeholder{
     font-family: 'Gilroy';
}

.tutor-dashboard-menu-item.tutor-dashboard-menu-purchase_history{
    display: none;
}

#tutor-login-form input.tutor-form-control {
        width: 100%;
    display: block;
    border: 1px solid #dcdfe5;
    box-shadow: none;
    margin-bottom: 20px;
    border-radius: 4px;
    background: #fff;
    line-height: 48px;
    padding: 0;
    text-indent: 15px;
    -webkit-transition: 300ms;
    transition: 300ms;
    font-size: 16px;
}

.tutor-wrap.tutor-wrap-parent.tutor-courses-wrap{
    padding: 60px 0;
}
.tutor-course-name a{
    font-family: 'Gilroy';
        text-decoration: none;
}
.list-item-button a{
        font-family: 'Gilroy';
            font-weight: 600;
}
.tutor-meta.tutor-mt-auto a{
    color: black;
     font-family: 'Gilroy';
}
.tutor-course-list {
         font-family: 'Gilroy';
}

.tutor-wrap.tutor-full-width-course-top.tutor-course-top-info{
    padding: 20px 0 60px;
}


.tutor-course-content-list-item a{
        font-weight: 600;
    font-family: 'Gilroy';
    color: black;
    text-decoration: none;
    font-size: 18px;
}
.tutor-course-content-list{
    padding: 15px 0;
}
.tutor-tab-item.is-active p{
        font-family: 'Gilroy';
    font-size: 18px;
    font-weight: 400;
}
.tutor-tab-item.is-active  h2{
        font-family: 'Gilroy';
    font-size: 26px;
    font-weight: 400 !important;
    margin-bottom: 20px;
    display: block;
    color: #01112a;
}
.tutor-course-spotlight-wrapper .tutor-course-spotlight-tab{
        padding-top: 40px;
    padding-bottom: 80px;
}


@media (max-width: 800px){
    .all-block{
        display: block;
    }
    .how-work .single-block{
        width: 100%;
    }

}
