.js_body:after {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    background-color: hsla(0, 0%, 0%, 0.79);
    content: '';
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-out;
}

.js_bodyActive {
    overflow: hidden;
}
.js_bodyActive:after {
    opacity: 1;
    pointer-events: auto;
}
.body_background_wrap {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.body_background {
    width: 2060px;
    position: absolute;
    color: rgba(255, 255, 255, 0.02);
    font-size: 312px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    line-height: 291px;
    transform: rotate(45deg);
}

/*header start*/
.header {
    padding-top: 60px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
    background: rgb(30,31,31);
    background: linear-gradient(180deg, rgba(30,31,31,1) 0%, rgba(30,31,31,1) 19%, rgba(30,31,31,0.6811099439775911) 46%, rgba(30,31,31,0.4206057422969187) 59%, rgba(30,31,31,0) 100%);
    pointer-events: none;
    transition: all .3s ease-out;
}
.nav {

}
.nav-logo {
    max-width: 197px;
    max-height: 79px;
    pointer-events: all;
    transition: all .3s ease-out;
}


/*header end*/





/*schools start*/


.school {
    height: 100vh;
    min-height: 688px;
}
.school__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.school__tab {
    width: calc(100% / 24 * 6);
    padding: 169px 0 132px;
}
.school__tabLink {
    text-align: left;
    background-color: transparent;
    border: none;
    color: #7C8787;
    margin: 20px 0;
    max-width: 356px;
    width: 100%;
    padding: 0 30px 0 0;
    position: relative;
    font-weight: 700;
    font-family: museo-sans-rounded, sans-serif;
}




.js_schoolWrapClass .school__tabLink {
    color: #fff;
}
.school__tabLinkSpan {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    content: '';
    width: 26px;
    height: 26px;
    border: 2px solid #7C8787;
    border-radius: 100%;
    transition: all .3s ease-out;
}
.js_schoolWrapClass .school__tabLinkSpan {
    border: 2px solid #fff;
}



.school__tabLinkSpan:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 12px;
    height: 2px;
    background-color: #7C8787;
    transition: all .3s ease-out;
}
.school__tabLinkSpan:before {
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    content: '';
    width: 7px;
    height: 7px;
    border: 2px solid #7C8787;
    border-left: none;
    border-bottom: none;
    transition: all .3s ease-out;
}
.js_schoolWrapClass .school__tabLink:after{
    border: 1px solid #fff;
}
.js_schoolWrapClass .school__tabLinkSpan:before {
    border: 2px solid #fff;
    border-left: 2px solid transparent;
    border-bottom:  2px solid transparent;
}
.js_schoolWrapClass .school__tabLinkSpan:after {
    background-color: #fff;
}




.school__tabWrap {
    width: calc(100% / 24 * 12);
    padding: 169px 0 132px;
    transition: all .3s ease-out;
    position: relative;
}


.school__tabWrap_close {
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    border: 2px solid #fff;
    border-radius: 100%;
    right: 79px;
    top: 187px;
    cursor: pointer;
}
.js_schoolWrapClass .school__tabWrap_close {
    display: none;
}
.school__tabWrap_close:after,
.school__tabWrap_close:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #fff;
    border-radius: 10px;
}
.school__tabWrap_close:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}


.school__tabContent_mobile_wrap {
    position: fixed;
    right: 50%;
    top: 50%;
    transform: translate(91%, -50%);
    transition: all .3s ease-out;
    z-index: 150;
    opacity: 0;
    pointer-events: none;
}
.school__tabContent {
    max-width: 640px;
    margin: 0 auto;
    padding: 100px 120px;
    background-color: #272828;
    color: #fff;
    min-height: 558px;
    display: flex;
}
.school__tabContentLogo {
    display: none;
}



.duoSchool .school__duoSchoolInfo {
    display: flex;
    justify-content: center;
}
/*.school__duoSchoolInfo .school__tabLink {*/
/*    display: none;*/
/*}*/


.school__duoSchoolInfo .school__tabLink {
    display: block;
    padding: 0;
    padding-right: 29px;
    max-width: 300px;
    margin: 20px auto 0;
    color: #fff;
}
.school__duoSchoolInfo .school__tabLinkSpan {
    border: 2px solid #fff;
}
.school__duoSchoolInfo .school__tabLinkSpan:before{
    border: 2px solid #fff;
    border-left: none;
    border-bottom: none;
}
.school__duoSchoolInfo .school__tabLinkSpan:after {
    background-color: #fff;
}
.school__duoSchoolInfo .school__tabLink:after {
    display: none;
}

.school__tabContent_titleBlock {
    min-height: auto;
    background-color: transparent;
    padding: 100px 70px;
    display: none;
}
.js_schoolWrapClass .school__tabContent_titleBlock {
    display: flex;
}
.school__tabContentTitle {
    text-align: center;
    font-size: 38px;
    margin-bottom: 55px;
    background: linear-gradient(to right, #F6F1DD, #66DCB4, #B9E2EC, #6FD1E4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.school__tabContentSpan {
    position: relative;
    height: 78px;
    width: 78px;
    margin: 0 auto;
    cursor: pointer;
    transition: all .3s ease-out;
}
.school__tabContentSpan:hover {
    transform: rotate(180deg) scale(1.3);
}
.school__tabContentSpan:after, .school__tabContentSpan:before {
    position: absolute;
    content: '';
    height: 5px;
    width: 100%;
    background: linear-gradient(to right, #F6F1DD, #66DCB4, #B9E2EC, #6FD1E4);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    transition: all .3s ease-out;
}
.school__tabContentSpan:after {
    transform: translate(-50%, -50%) rotate(90deg);
    background: linear-gradient(to top, #F6F1DD, #66DCB4, #B9E2EC, #6FD1E4);
}
.school__tabContentSpan:hover:before,
.school__tabContentSpan:hover:after {
    background-color: #aeaeae;
}

.school__tabContent img,
.school__tabContent svg {
    margin-bottom:  50px;
    max-height: 61px;
    width: fit-content;
    max-width: 283px;
    object-fit: contain;
}


.school__tabContent-1 img{
    max-width: 263px;
}
.school__tabContent-2 img{
    margin-bottom: 20px;
    max-width: 180px;
}
.school__tabContent-3 img{
    margin-bottom: 30px;
    max-height: 81px;
    max-width: 221px;
}
.school__tabContent-4 {
    padding-top: 50px;
}
.school__tabContent-4 img{
    margin-bottom: 20px;
    max-height: none;
    width: 81px;
    max-width: none;
}
.school__tabContent-5 img{
    max-height: 121px;
    max-width: 183px;
    margin-bottom: 20px;
}
.school__tabContent-6 {
    padding-top: 50px;
}
.school__tabContent-6 img{
    margin-bottom: 20px;
    max-height: none;
    width: 81px;
    max-width: none;
}
.school__tabContent-7 {
    padding-top: 50px;
}
.school__tabContent-7 img{
    margin-bottom: 20px;
    max-height: none;
    width: 81px;
    max-width: none;
}



.school__tabContent h2 {
    margin-bottom: 22px;
    font-size: 22px;
    padding-right: 15px;
}
.school__tabContent p {
    font-size: 15px;
    font-weight: 300;
}
.school__tabContent a {
    margin-top: auto;
    padding: 20px 0 0 50px;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
}
.school__tabContent a:after {
    position: absolute;
    content: '';
    width: 35px;
    height: 3px;
    bottom: 12px;
    left: 0;
    background: linear-gradient(to right, #F6F1DD, #66DCB4, #B9E2EC, #6FD1E4);
}

.school__stylesWrap1 {
    width: calc(100% / 24 * 6);
    height: 100vh;
}
.school__stylesWrap {
    width:  calc(50% - 382px);
    overflow: scroll;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
}
.school__stylesWrap::-webkit-scrollbar {
    display:none!important;
    width: 0!important;
    height: 0!important;
    background: transparent!important;
}
.school__stylesWrap::-webkit-scrollbar {
    display:none!important;
    width: 0!important;
    height: 0!important;
    background: transparent!important;
} /* Safari */
.school__stylesWrap::-moz-scrollbars {
    display:none!important;
    width: 0!important;
    height: 0!important;
    background: transparent!important;
}
.school__stylesWrap, html, body {
    scrollbar-width: none;
}
.school__stylesWrap::-o-scrollbar {
    display:none!important;
    width: 0!important;
    height: 0!important;
    background: transparent!important;
} /* opera */
.school__stylesWrap::-google-ms-scrollbar {
    display:none!important;
    width: 0!important;
    height: 0!important;
    background: transparent!important;
}
.school__stylesWrap::-khtml-scrollbar {
    display:none!important;
    width: 0!important;
    height: 0!important;
    background: transparent!important;
}
.school__styles {
    margin: 130px 0;
    display: flex;
    flex-direction: column;
    padding-right: 10px;
    width: max-content;
}
.school__stylePoint {
    padding-left: 65px;
    margin: 30px 0;
    min-height: 48px;
}
.school__styleTitleWrap {
    position: relative;
    cursor: pointer;
    width: max-content;
}
.school__stylePoint h3 {
    font-size: 18px;
    margin-top: 13px;
}
.school__spanWrap {
    position: absolute;
    left: -65px;
    top: 50%;
    transform: translate(0, -50%);
    height: 48px;
    width: 48px;
}
.school__span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}
.school__span:after, .school__span:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 3px;
    width: 10px;
    border-radius: 3px;
    transition: all 0.3s ease-out;
}
.school__span:before {
    transform: translate(-50%, -50%) rotate(90deg);
    width: 0;
}

.school__pointList {
    margin-top: 30px;
}

.school__point {
    padding: 6px 0 6px 21px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    position: relative;
    width: max-content;
}
.nameToInfo {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    width: 1px;
    height: 1px;
}
.school__pointSpanWrap {
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translate(0, -50%);
    height: 15px;
    width: 15px;
}
.school__pointSpan {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}
.school__pointSpan:after,
.school__pointSpan:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 8px;
    transition: all 0.3s ease-out;
    border-radius: 10px;
}
.school__pointSpan:before {
    transform: translate(-50%, -50%) rotate(90deg);
}


/*Tabs / School name and info start*/

.jsTabSchool {

}
/*.jsTabSchoolActive {
    color: #fff;
}*/
.jsSchoolInfo {
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}


/*Tabs / School name and info end*/














/*schools end*/












/*footer start*/

.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding-bottom: 60px;
    z-index: 1;
    background: rgb(30,31,31);
    background: linear-gradient(0deg, rgba(30,31,31,1) 0%, rgba(30,31,31,1) 19%, rgba(30,31,31,0.6811099439775911) 46%, rgba(30,31,31,0.4206057422969187) 59%, rgba(30,31,31,0) 100%);
    pointer-events: none;
    transition: all .3s ease-out;
}
.footer__feedback {
    max-width: 42px;
    height: 42px;
    width: 100%;
    pointer-events: all;
}
.footer__feedback_first {
    margin-right: 30px;
}
.footer__icon {
    font-size: 40px;
    width: 43px;
    height: 42px;
    transition: all .3s ease-out;
    background: linear-gradient(to right, #F6F1DD, #66DCB4, #B9E2EC, #6FD1E4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.icon-envelope-open:before {

}
.footer__text {
    text-transform: uppercase;
    font-size: 14px;
    transition: all .3s ease-out;
}
.footer__text:not(:last-child) {
    margin-bottom: 10px;
}

/*footer end*/



@media screen and (max-width: 1640px) {
    .school__styleTitleWrap, .school__point {
        max-width: 330px;
        width: 100%;
    }
}

@media screen and (max-width: 1568px) {
    .school__tabLink {
        font-size: 15px;
    }
    .school__tabContent h1 {
        font-size: 28px;
    }
    .school__tabContentSpan {
        height: 58px;
        width: 58px;
    }
    .school__tabContent_titleBlock {
        padding: 50px 60px;
    }
    .school__stylePoint {
        padding-left: 45px;
    }
    .school__span {
        height: 38px;
        width: 38px;
        left: 40px;
    }
    .school__pointList {
        margin-top: 10px;
    }
    .school__point {
        padding: 6px 0 6px 11px;
    }
    .school__pointSpanWrap {
        left: -3px;
    }
    .school__tabContentLogo {
        max-width: 480px;
        padding: 40px 40px;
        min-height: 428px;
    }
    .school__tabWrap_close {
        right: 79px;
    }
    .school__stylesWrap {
        width: calc(50% - 276px);
    }

}
@media screen and (min-width: 1569px) {
    @media screen and (max-width: 1569px) {
        .school__tabWrap_close {
            right: 159px;
        }
    }
}

@media screen and (max-width: 1365px) {
    .school__styles  {
        max-width: 320px;
        width: 100%;
    }

}
/* ________992px-1200px .col-lg-________ */
@media screen and (max-width: 1199px) {
    .school__tabLink {
        padding-right: 30px;
    }
    .school__tabWrap {
        width: calc(100% / 24 * 11);
    }
    .school__stylesWrap {
        width: calc(100% / 24 * 7);
    }
    .school__stylesWrap:after, .school__stylesWrap:before {
        width: 380px;
    }
    .school__point {
        font-size: 14px;
    }
    .school__tabContentLogo {
        max-width: 380px;
    }
    .school__tabWrap_close {
        right: 39px;
    }
}

@media screen and (max-width: 991px)  {
    .school__stylesWrap1 {
        display: none;
    }
    .school__stylesWrap {
        position: relative;
    }

}

@media screen and (min-width: 991px)  {
    @media screen and (max-height: 875px) {
        .school__tabLink {
            margin: 10px 0;
        }
        .header {
            padding-top: 10px;
        }
        .footer {
            padding-bottom: 10px;
        }
        .school__tab {
            padding: 129px 0 132px;
        }
        .school__tabWrap {
            padding: 0;
            align-self: center;
        }
        .school__tabWrap_close {
            top: 20px;
        }
    }

}

@media screen and (max-height: 791px) {

}

@media screen and (max-height: 700px) {

    .school__tabContent p {
        font-size: 13px;
    }
}



/* ________768px-992px .col-md-________ */
@media screen and (max-width: 991px), screen and (max-height: 600px) {
    .header, .footer {
        padding: 15px 0;
        background-color: #1e2020;
    }
    .nav-logo {
        max-width: 141px;
        max-height: 56px;
    }
    .school {
        height: auto;
    }
    .school__tabWrap {
        padding: 169px 0 42px;
    }
    .school__tab {
        padding: 89px 0 42px;
    }

    .school__tabWrap {
        width: calc(100% / 24 * 15);
        max-height: 200px;
    }
    .school__tab {
        width: calc(100% / 24 * 9);
    }

    .school__tabContent_titleBlock {
        padding: 30px 0 30px 60px;
    }
    .school__tabContent h1 {
        font-size: 27px;
    }
    .school__tabContent {
        margin: 0 0 0 auto;
    }
    .school__stylesWrap1 {
        display: none;
    }
    .school__stylesWrap {
        width: calc(100% / 24 * 12);
        overflow: inherit;
        height: auto;
        position: relative;
    }
    .school__stylesWrap:after, .school__stylesWrap:before {
        display: none;
    }
    .school__styles {
        margin: 20px 0 120px;
        position: relative;
    }
    .school__styles:after {
        content: '';
        position: absolute;
        height: 5px;
        max-width: 300px;
        width: 100%;
        background-color: #707070;
        left: 0;
        top: -15px;
        border-radius: 10px;
    }
    .school__point {
        font-size: 12px;
    }
    .school__stylePoint {
        margin: 15px 0;
        max-width: 270px;
    }

    .js_activeScroll .header, .js_activeScroll .footer {
        padding: 5px 0;
    }
    .js_activeScroll .nav-logo {
        max-width: 81px;
        max-height: 33px;
    }
    .js_activeScroll .footer__text {
        font-size: 11px;
    }
    .js_activeScroll .footer__text:not(:last-child) {
        margin-bottom: 0;
    }
    .js_activeScroll .footer__feedback:after {
        font-size: 30px;
        width: 33px;
        height: 32px;
        left: 11px;
    }
    .js_scrollHideBlock .header {
        transform: translate(0, -49px);
    }
    .js_scrollHideBlock .footer {
        transform: translate(0, 59px);
    }


    /*shool tab mobile start*/

    .school__tabContent_mobile_wrap {
        opacity: 1;
        pointer-events: auto;
    }
    .school__closeButton {
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        border: 1px solid #fff;
        border-radius: 100%;
        right: 7%;
        top: 7px;
        cursor: pointer;
    }
    .js_schoolWrapClass .school__closeButton {
        display: none;
    }
    .school__closeButton:after,
    .school__closeButton:before {
        content: '';
        position: absolute;
        width: 10px;
        height: 1px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        background-color: #fff;
    }
    .school__closeButton:before {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .school__tabWrap {
        opacity: 0;
        pointer-events: none;
    }




    /*shool tab mobile end*/

}

/* ________576px-768px .col-sm-________ */
@media screen and (max-width: 767px) {



    .school__tabContent h1 {
        font-size: 23px;
        margin-bottom: 25px;
    }
    .school__tabContentSpan {
        height: 38px;
        width: 38px;
    }
    .school__tabContentSpan:after, .school__tabContentSpan:before {
        position: absolute;
        height: 3px;
    }
    .school__tabWrap {
        width: calc(100% / 24 * 13);
    }
    .school__tab {
        width: calc(100% / 24 * 10);
    }
    .school__stylesWrap {
        width: calc(100% / 24 * 15);
    }
    .school__tabContent_titleBlock {
        padding: 30px 0 30px 23px;
    }
    .school__tabWrap {
        padding: 169px 0 13px;
    }
    .school__styles {
        margin: 0 0 120px;
    }
    .school__styles:after {
        top: -5px;
        max-width: 247px;
        height: 3px;
    }



    .school__tabContent_mobile_wrap {
        transform: translate(95%, -50%);
    }
    .school__tabContent {
        max-width: 270px;
        padding: 15px 15px;
    }
    .school__stylesWrap {
        width: calc(100% / 24 * 11);
    }

    .school__tabContent-1 img {
        max-width: 213px;
    }
    .school__tabContent img {
        max-width: 193px;
    }

}

@media screen and (max-height: 700px) {
    .footer__feedback {
        max-width: 200px;
    }
    .footer__text{
        font-size: 9px;
    }
    .footer__text:not(:last-child){
        margin-bottom: 0;
    }
}
@media screen and (max-height: 500px) {
    .header, .footer {
        padding: 5px 0;
    }
    .nav-logo {
        max-width: 81px;
        max-height: 33px;
    }
    .footer__text {
        font-size: 11px;
    }
    .footer__text:not(:last-child) {
        margin-bottom: 0;
    }
    .school__tabContent_mobile_wrap {
        right: 0;
        top: 0;
        transform: translate(0, 0);
        max-width: 54%;
        width: 100%;
        height: 100vh;
        display: flex;
    }
    .school__tabContent {
        min-height: auto;
        height: 100%;
        max-width: none;
        width: 100%;
        overflow: scroll;
    }
    .school__tabContent::-webkit-scrollbar { /* chrome based */
        width: 0;  /* ширина scrollbar'a */
        background: transparent;  /* опционально */
        height: 0;
    }
    .school__tabContent_titleBlock {
        padding: 0;
        margin: auto 0;
        height: auto;
    }
    .school__tabContentTitle {
        width: 100%;
        max-width: 355px;
        margin: 0 auto 20px;
    }
}








/* ________320px-576px .col________ */
@media screen and (max-width: 575px){
    .school__tab, .school__stylesWrap {
        width: 100%;
    }
    .school__tab {
        padding: 109px 0 13px;
    }
    .school__styles {
        margin: 0 auto 40px;
        max-width: 356px;
    }
    .school__styles:after {
        max-width: none;
    }
    .header, .footer {
        padding: 8px 0;
    }
    .nav-logo {
        max-width: 105px;
        max-height: 42px;
    }
    .school__tab {
        padding: 69px 0 33px;
    }
    .school__tabLink {
        margin: 10px 0;
    }
    /*.school__duoSchoolInfo .school__tabLink {
        display: block;
        padding: 0;
        max-width: 300px;
        margin: 20px auto 0;
        color: #fff;
    }
    .school__duoSchoolInfo .school__tabLinkSpan {
        border: 2px solid #fff;
    }
    .school__duoSchoolInfo .school__tabLinkSpan:before{
        border: 2px solid #fff;
        border-left: none;
        border-bottom: none;
    }
    .school__duoSchoolInfo .school__tabLinkSpan:after {
        background-color: #fff;
    }
    .school__duoSchoolInfo .school__tabLink:after {
        display: none;
    }*/
    .footer__text {
        font-size: 11px;
    }
    .footer__text:not(:last-child) {
        margin-bottom: 0;
    }
    .footer__feedback:after {
        left: 0;
        width: 20px;
        height: 20px;
    }
    .footer__feedback:after {
        font-size: 20px;
        top: 42%;
    }
    .js_activeScroll .footer__feedback:after {
        font-size: 20px;
        width: 20px;
        left: 0;
    }


    .school__tabContent_mobile_wrap {
        max-width: 100%;
        right: 50%;
        top: 50%;
    }
    .js_schoolWrapClass .school__tabContent_mobile_wrap {
        display: none;
    }
    .school__tabContent_mobile_wrap {
        transform: translate(50%, -50%);
        width: 100%;
        padding: 0 5%;
    }
    .displayNon .school__tabContent_mobile_wrap {
        display: none;
    }

    .school__tabContent {
        max-width: none;
        width: 100%;
        padding: 15px 7%;
    }
    .js_schoolWrapClass .school__tabContent_titleBlock,
    .school__tabContent_titleBlock{
        display: none;
    }

}
@media screen and (max-width: 575px), screen and (max-height: 600px) {

}