
.personal__wrap h2{
    margin:0;
    display: block;
    font-family: 'Museo Sans Cyrl 900';
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}
.personal__wrap h3{
    display: block;
    font-family: 'Museo Sans Cyrl 900';
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}
.personal__wrap strong{
    display: block;
    font-family: 'Museo Sans Cyrl 900';
    font-weight: 700;
}
.lite__content strong{
    color: #BA65DC;
}

.faq__item p{
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 25px;
}

.custom-checkbox + label::before{
    transition:none;
}

.video__wrap a{
    display:block;
}
.video__wrap:after {
    display:none;
}
.video__wrap a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.fancybox__content{
    padding:0;
}

.lic__info strong,.bird__content strong{
    color: rgb(186, 101, 220);
}

/*.why .swiper1 .swiper-slide:nth-child(4n + 2) {
    background: #EEE0F7;
}
.why .swiper1 .swiper-slide:nth-child(4n + 3) {
    background: #B8E9E1;
}
.why .swiper1 .swiper-slide:nth-child(4n + 4) {
    background: #F7EDAE;
}*/

@media screen and (max-width: 1620px) {
    .faq__item p{
        font-size: 23px;
    }
}



.nav-service-row img{
    max-width:86px;
}
.lite__content strong{
    color: #BA65DC;
}
.prize__content strong{
    margin-bottom:20px;
    display:block;
}

.panel__text p{
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 25px;
}

.header-business .header__btns a{
    margin-top:0!important;
}

.docs-list{
    display:flex;
    flex-direction:column;
    gap:20px;
}
.docs-list a{
    display:block;
    padding: 30px 50px;
    background: #eee0f7;
    border-radius:50px;
    color: #020101;
    font-size: 25px;
    font-weight: 400;
    border: 1px solid #eee0f7;
    transition:0.2s;
}
.docs-list a:hover{
    border: 1px solid #BA65DC;
}

.age-programm-item{
    display:none!important;
}
.age-programm-item.active{
    display:flex!important;
}

.library__top img{
    max-width:82px;
}

.library__row{
    gap:5px;
    flex-wrap:wrap;
    justify-content:flex-start;
}
.library__row a{
    width:calc((100% - 25px) / 6);
}
.library__item{
    height:auto;
}
.library__top a{
    color: black;
    font-family: 'Museo Sans Cyrl 700';
    font-size: 30px;
    font-weight: 600;
    line-height: 44px;
    display:block;
    transition:0.2s;
}
.library__top a:hover{
    color:#BA65DC;
}

.blog__box_subject .library__top,.blog__box_classes .library__top{
    margin:0;
}

.blog__box_subject .library__top img {
    max-width: 42px;
}
.blog__box_subject .library__top a {
    font-size: 24px;
}
.blog__box_subject .library__item, .blog__box_classes .library__item{
    padding:15px 30px;
    
}
.blog__box_subject  .library__top, .blog__box_classes  .library__top{
    justify-content:flex-start;
    color: black;
    font-family: 'Museo Sans Cyrl 700';
    font-size: 24px;
    font-weight: 600;
    line-height:30px;
    transition:0.2s;
    gap:20px;
}
.blog__box_subject .library__item:hover .library__top{
    color: #BA65DC;
}

.tabs__pane_library.active{
    display: block;
}

.library__subject{
    display:flex;
    margin-right: 20px;
    margin-bottom: 20px;
    padding:15px  30px;
    border-radius: 50px;
    background: rgb(211, 228, 255);
    font-size:24px;
    align-items:center;
    gap:20px;
}
.library__subject img{
    max-width:42px;
}
.library__subject a{
    color:black;
}
.blog__box_classes .library__item.hidden{
    display:none;
}
.blog__box_classes .library__item:hover .library__top{
    color:#BA65DC;
}
.blog__box_classes{
    gap:20px;
}
.blog__box_classes .library__item{
    margin:0;
    width:calc((100% - 40px)/3);
}
.library__subjects{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    margin-top:20px;
}
.library__subjects .library__subject{
    color:black;
    margin:0;
}
.library__subjects .library__subject:hover{
    color:#BA65DC;
}
.classes-back{
    display:none;
}
.classes-back.active{
    display:flex;
    font-size:24px;
    color:black;
    padding:15px 30px;
    background: #eee0f7;
    border-radius: 50px;
    line-height:30px;
    height:60px;
    margin-right:10px;
    transition:0.2s;
}
.classes-back:hover{
    background:rgb(211, 228, 255);
}
.library__subjects.hidden{
    display:none;
}

.carousel__button.is-close{
    display:none;
}

.header__content{
    position:relative;
    z-index:5;
}

.direction__item_empty{
    background:none;
}

.add__row{
    flex-wrap:wrap;
    gap:20px;
    justify-content:flex-start;
}
.add__row .add__item{
    width:calc((100% - 40px) / 3);
}

.partners__item{
    display:flex!important;
    flex-direction:column;
    gap:10px;
    align-items:center;
}
.partners__item__text{
    font-size:20px;
}

.partners__item__logo{
    height:110px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.partners__item__logo img{
    max-height:100%;
}

.partners__text{
    color: black;
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
    opacity: 0.7;
}
.base__text{
    color: black;
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
    opacity: 0.7;
    margin-top:30px;
    display:flex;
    flex-direction:column;
    gap:20px;
}
.base__text_white{
    color:#fff;
    opacity:1;
}

.block-dop-text{
    margin-top:40px;
}
.block-dop-text_right{
    text-align:right;
}
.block-dop-text p{
    color: black;
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
    opacity: 0.7;
}

.btn-wrapper{
    margin-top:20px;
}

.theme__wrap h2{
    position:relative;
    z-index:2;
}
.btn-wrapper .btn{
    width:auto;
    padding:0 20px;
    display:inline-flex;
}
.lessons-price{
    display:none;
}
.lessons-price.active{
    display:block;
}
.lessons-price__top{
    margin-bottom: 74px;
}
.lessons-price__top h3 strong{
    color:#BA65DC;
}


.membership__item .lessons-price__top{
    margin-bottom: 74px;
}
.membership__item .lessons-price__top h3{
    margin-bottom: 0;
    color:#05203E;
}
.membership__item .lessons-price__top .lessons-price__top__descr{
    font-size:26px;
    margin-top:70px;
    min-height:60px;
}
.membership__item .lessons-price__top .lessons-price__top__descr ul{
    list-style:circle;
    display:flex;
    flex-direction:column;
    list-style: inside;
    list-style-type: disc;
    gap:15px;
    color:#05203E;
}
.membership__item .lessons-price__top .lessons-price__top__descr ul strong{
    color:#BA65DC;
}

.membership__item__price-block{
    display:flex;
    align-items:center;
    gap:20px;
    line-height:26px;
    flex-wrap:wrap;
    width:100%;
    justify-content:space-between;
    color:#05203E;
}
.membership__item__price-block > div:first-child{
    font-size:26px;
    font-weight:400;
}
.membership__item__price-block > div:first-child strong{
    font-size:63px;
    font-weight:700;
}
.membership__item__price-block > div:last-child{
    font-size:26px;
    font-weight:400;
}
.membership__item__price-block > div:last-child strong{
    font-size:45px;
    font-weight:700;
}

.price-common-text{
    margin-bottom:20px;
    font-size:24px;
    line-height:28px;
}

.theme-neuro__item{
    height:auto;
}

.lite__content a.btn{
    width:auto;
    padding:0 30px;
    display:inline-flex;
}

.arg__content h2 {
    font-size: 90px;
    line-height: 100px;
}
.arg__info div {
    font-size: 20px;
    line-height: 26px;
    padding: 10px 36px;
    width:auto;
    height:auto;
}
.arg__info{
    position:relative;
    z-index:10;
}

.partners {
    padding:0 0 50px 0;
    margin:0;
}

.partners__text_top{
    margin-top:30px;
}
.partners .swiper6{
    margin:40px 0;
}

.direction__row{
    gap:20px;
}
.direction__item{
    width:calc((100% - 40px ) / 3);
    margin:0!important;
}

@media screen and (max-width: 1250px) {
    .direction__item_empty{
        display:none;
    }
    .add__row{
        flex-direction:row;
    }
    .add__row .add__item{
        width:calc((100% - 20px) / 2);
        margin:0;
    }
    .direction__item{
        width:calc((100% - 20px) / 2);
        margin:0!important;
    }

}

.prices-wrap .row__item p{
    color:#fff;
    max-width:70%;
    margin-bottom:20px;
}

.text__content .text__name {
    line-height: 46px;
}
.panel__text ul {
    padding:0;
}
.panel__text ul li{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 9px;
    display:flex;
    align-items:flex-start;
}
.panel__text ul li:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    flex: 1 0 auto;
    background: #05203e;
    margin-right: 10px;
    width: 6px;
    height: 6px;
    max-width: 6px;
    position:relative;
    top:11px;
}

@media screen and (max-width: 992px) {
    .add__row .add__item{
        width:100%;
    }
     .direction__item{
        width:100%;
    }
    .membership__item .lessons-price__top{
        margin-bottom: 20px;
    }
    .membership__item .lessons-price__top p{
        font-size:16px;
        margin-top:10px;
    }
    .price-common-text{
        font-size:16px;
        line-height:20px;
    }
    .arg__content h2 {
        font-size: 68px;
        line-height: 110%;
    }
    .arg__info div {
        font-size: 16px;
        line-height: 20px;
        padding:15px;
    }
    
    
    .membership__item .lessons-price__top{
        margin-bottom: 20px;
    }

    .membership__item .lessons-price__top .lessons-price__top__descr{
        font-size:16px;
        margin-top:20px;
    }
    .membership__item .lessons-price__top .lessons-price__top__descr ul{
        gap:10px;
    }
    .membership__item__price-block > div:first-child{
        font-size:16px;
    }
    .membership__item__price-block > div:first-child strong{
        font-size:24px;
    }
    .membership__item__price-block > div:last-child{
        font-size:16px;
    }
    .membership__item__price-block > div:last-child strong{
        font-size:20px;
    }
}

.rev__top .tabs__nav{
    width:auto;
    gap:10px;
}

@media screen and (max-width: 768px) {
    .arg__content h2 {
        font-size: 36px;
        letter-spacing:0;
    }
    .rev__top .tabs__nav{
        width:100%;
    }

}

@media screen and (max-width: 576px) {
    .partners .swiper6 .swiper-slide {
        height: auto;
        padding:10px;
        box-sizing:border-box;
    }
    .partners .swiper6 .swiper-slide img {
        max-width: 100%;
    }
    .partners__text{
        margin-top:20px;
        font-size:18px;
        line-height:22px;
    }
    .base__text{
        margin-top:20px;
        font-size:18px;
        line-height:22px;
    }
    .block-dop-text p{
        font-size:18px;
        line-height:22px;
    }
    .arg__content h2 {
        font-size: 20px;
    }
    .partners {
        padding:50px 0;
    }
}

.whom__box{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}
.whom__item{
    width:calc((100% - 20px) / 2);
    margin:0;
}
.whom__item.wide{
    width:calc(((100% - 20px) / 5) * 3);
}
.whom__item.simple{
    width:calc(((100% - 20px) / 5) * 2);
}
.whom__item.max{
    width:100%;
}

.theme-neuro2__row div {
    height: auto;
}

.prog__item__age{
    margin-top:24px;
    display:flex;
    gap:10px;
    width:194px;
    flex-wrap:wrap;
}

.prog__item__age div{
    color:#fff;
    background:rgba(174, 86, 209, 1);
    display:flex;
    align-items:center;
    justify-content:center;
    width:92px;
    height:43px;
    border-radius:92px;
    font-size:16px;
}

.prog__item {
    height:auto;
}
.cost__box{
    position:relative;
    z-index:10;
}

.pay__item{
    height:auto;
}

.modul-num{
    font-style:normal;
}
.how__box_filter .how__item{
    display:none;
}
.how__box_filter .how__item.active{
    display:flex;
}

.membership__item .lessons-price__top .lessons-price__top__descr{
    line-height:30px;
}

.opt__item {
    height:auto;
}
.opt__content{
    padding-bottom:20px;
}

.tabs__texts{
    margin-bottom:20px;
}
.tabs__texts > div{
    display:none;
}
.tabs__texts > div.active{
    display:block;
}


.tabs__texts p{
    color: #05203e;
    font-size: 24px;
    line-height:28px;
}

.header__btns2{
    display:flex;
    gap:20px;
}

.love__row{
    flex-wrap:wrap;
    gap:20px 0;
}
.cost__row{
    flex-wrap:wrap;
    gap:120px 0;
}
.prices-wrap{
    flex-wrap:wrap;
    gap:20px 0;
}
@media screen and (max-width: 1250px) {
    .cost__row{
        flex-wrap:wrap;
        gap:40px 0;
    }
}
@media screen and (max-width: 768px) {
    .tabs__texts p{
        font-size:16px;
        line-height:20px;
    }
    .header__btns2{
        gap:10px;
    }
    .header__btns2 a{
        font-size:12px!important;
    }
    .cost__row{
        flex-wrap:wrap;
        gap:0;
    }
}

.thank-text{
    margin-bottom:0;
}

.add__item {
    height:auto;
}
.add__item a{
    margin-top:30px;
}

.row-teachers .row__text{
    z-index:3;
    position:relative;
}

.love__item h3,.love__item p,.love__item a{
    position:relative;
    z-index:3;
}

.cost-lite .cost__row .pay__item p, .cost-lite .cost__row .pay__item small {
    position:relative;
    z-index:3;
}
.theme__wrap h2, .pay__item p,.pay__item h3,.pay__item small,.pay__item a, .how__wrap h2, .how__item p, .theme__area h3, .theme__area p, .theme__area a{
    position:relative;
    z-index:3;
}

.groups-about .theme-neuro2__row div:nth-child(2n) {
    background: rgb(238, 224, 247);
}
.groups-about .theme-neuro2__row div:nth-child(2n) span {
    color: rgb(174, 86, 209);
}

.see {
  padding: 170px 0 0px;
}
.see__row {
  margin-top: 50px;
  justify-content: space-between;
}
.see__right {
  width: 100%;
  max-width: 32%;
  border-radius: 50px;
  background: rgb(238, 224, 247);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.see__right p {
  color: rgb(5, 32, 62);
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -0.02rem;
  line-height: 38px;
}
.see__left {
  padding: 50px;
  overflow: hidden;
  width: 100%;
  max-width: 66.7%;
  border-radius: 50px;
  background: rgb(238, 224, 247);
}
.see__left p {
  color: rgb(5, 32, 62);
  font-size: 23.81px;
  font-weight: 400;
  line-height: 28.8px;
  margin-bottom: 28px;
  letter-spacing: -0.18px;
}
.see__left p span {
  font-weight: 700;
}
.see__left p:last-child {
  margin-bottom: 0;
}

.love-about__sub {
    margin: 40px 0 0;
    color: rgb(5, 32, 62);
    font-size: 23.81px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: -0.48px;
}
.love-about .love__row {
    margin-top: 42px;
}

.header__pic{
    max-width:720px;
}


.about-block {
    padding: 100px 0;
    border-radius: 50px;
    background: #eee0f7;
    max-width: 1820px;
    width: calc(100% - 100px);
    margin:0 auto 100px auto;
    position:relative;
}
.about-block h2{
    position:relative;
    z-index:2;
}
.about-block__text{
    display:flex;
    flex-wrap:wrap;
    gap:30px 85px;
    margin-top:40px;
    z-index:2;
    position:relative;
}
.about-block__text p{
    width:calc((100% - 85px) / 2);
    color: #05203e;
    font-size: 23.81px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: -0.48px;
}
.about-block__btn {
    width: 790px;
    height: 74px;
    position: absolute;
    z-index: 5;
    bottom:-37px;
    border-radius: 500px;
    color: white;
    font-size: 21.83px;
    font-weight: 600;
    font-family: 'Museo Sans Cyrl 700';
    line-height: 26.4px;
    letter-spacing: -0.32px;
    background: initial;
    overflow: hidden;
    left:50%;
    transform: translate(-50%, 0);
}
.about-block__img{
    margin-bottom:40px;
    position:relative;
}
.about-block__img img{
    max-width:100%;
}

.about-block__star1{
    position:absolute;
    top:-190px;
    left:0;
}
.about-block__star2{
    position:absolute;
    bottom:-155px;
    right:100px;
}

.footer__content{
    gap:20px 0;
}

.why__row div span {
    font-size: 56px;
    line-height: 62px;
}

@media screen and (max-width: 992px) {
    .about-block__text{
        margin-top:20px;
    }
    .about-block__text p{
        width:100%;
        font-size: 20px;
        margin-top:0;
        line-height:normal;
    }
    .about-block__img {
        margin-bottom: 20px;
    }
    .about-block__star1,.about-block__star2{
        display:none;
    }
    .about-block {
        padding:30px 0;
        border-radius: 16px;
    }
    .about-block__btn {
        width:260px;
        height: 60px;
        position: static;
        z-index: 5;
        border-radius: 500px;
        color: white;
        font-size: 18px;
        font-weight: 600;
        line-height: 26.4px;
        transform: translate(0, 0);
        margin:20px auto 0 auto;
    }
}

@media screen and (max-width: 1620px) {
    .see__left p, .love-about__sub {
        font-size: 21px;
    }
    .why__row div span {
        font-size: 40px;
        line-height: normal;
    }
}

@media screen and (max-width: 1350px) {
      .see {
        padding-top: 100px;
      }
      .see__row {
        flex-direction: column;
      }
      .see__row div {
        border-radius: 32px;
        width: 100%;
        max-width: 100%;
        padding: 20px;
      }
      .see__right p {
        font-size: 26px;
      }
      .see__left {
        margin-bottom: 20px;
      }
      .love-about {
        padding-top: 100px;
      }
      .love-about__sub br {
        display: none;
      }
      
    .about-block {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 767px) {
    .see__right p {
        letter-spacing: 0;
        font-size: 21px;
    }
    .why__row div span {
        font-size: 24px;
        line-height: normal;
    }
    .why__row div:last-child {
        display: flex;
    }
}
@media screen and (max-width: 576px) {
    .see__right p {
        font-size: 17px;
        line-height:21px;
    }
}
@media screen and (max-width: 576px) {
    .see__left p, .love-about__sub {
        font-size: 14px;
        line-height: 25px;
    }
    .see {
        padding-top: 50px;
    }
    .love-about__sub {
        font-size: 14px;
        line-height: 25px;
    }
    .see__row {
        margin-top: 25px;
    }
}

.header__content .bread br{ 
    display:none;
}


@media screen and (min-width:1250px) {
    .header_46 .header__pic{
        bottom:-33px;
        top:auto;
        right:-50px;
    }
    .header_112 .header__pic{
        bottom:-33px;
        top:auto;
        right:-50px;
    }
    .header_107 .header__pic{
        bottom:-33px;
        top:auto;
        right:-50px;
    }
    .header_53 .header__pic{
        bottom:-73px;
        top:auto;
        right:-50px;
    }
}

@media screen and (max-width:1250px) {
    .header_46 .header__pic,.header_112 .header__pic,.header_107 .header__pic,.header_53 .header__pic{
        position:absolute;
        bottom:0;
        top:auto;
        margin:0;
        right:0;
    }
}


