.th-collapse-content {
    position: relative;
    width: 100%;
  }
  
.th-collapse-content__text {
    overflow: hidden;
    transition: max-height .4s ease;
    position: relative;
}
  
.th-collapse-content__text::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 95%);
    pointer-events: none;
    transition: opacity .3s ease;
}
.th-collapse-content__text.is-vis::after {
    display: none !important;
}
  
.th-collapse-content.is-open .th-collapse-content__text {
    max-height: none;
}

.th-collapse-content.is-open .th-collapse-content__text::after {
    opacity: 0;
}

.th-btn-read-more {
    cursor: pointer;
    border: none;
    text-align: center;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
    background: transparent;
    font-weight: bold;
    font-size: 16px;
    color: #222;
    transition: .25s ease all;
    margin-top: 5px;
}

.th-collapse-content__text ul {
    padding-left: 29px;
}

.th-teaching .th-collapse-content__text::after {
    background: linear-gradient(to bottom, rgba(247, 249, 252, 0), #f7f9fc 95%);
}


.th-advantage .th-advantage-img-wrap img {
    height: auto !important;
}

.th-teaching .th-teaching__img-wrap img {
    height: auto;
}

.th-we-offter>.container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}


    .th-section-open-day {
        overflow: hidden;
    }

@media (max-width:992px) {
    .th-we-offter {
        padding-top: 30px;
    }

    .th-advantage .th-advantage-img-wrap img {
        max-height: 300px;
    }
}

.th-first-banner-text ul li span {
    background-color: #fff;   
    display: inline-block;
    padding: 4px 4px 4px 0;
}


@media (max-width: 768px) {
    .th-teaching .th-teaching__text-wrap {
        padding-right: 10px;
        padding-top: 35px;
        padding-bottom: 50px;
    }
    .th-teaching .th-teaching__text-wrap ul li {
        font-size: 12px;
        margin: 8px 0;
    }
    .th-teaching .th-teaching__text-wrap ul {
        padding-left: 15px;
    }
    .th-teaching .th-teaching__text-wrap ul li::before {
        width: 8px;
        height: 1px;
        left: -14px;
        top: 8px;
    }
    .th-teaching .th-teaching__text-wrap p {
        font-size: 13px;
    }
    .th-teaching .th-teaching__text-wrap h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .th-btn-read-more {
        font-size: 14px;
        font-weight: normal;
    }

    .th-teaching .th-teaching__text-wrap .th-button {
        text-align: center;
    }



    .th-advantage-2 .th-advantage-sticer {
        width: 100px;
        height: 100px;
        margin-top: -30px;
        margin-right: -20px;
    }
}

@media screen and (max-width: 767.98px){
    
    .th-first-banner-text ul li span {
        background-color: transparent;   
    }  
}

/*.th-rewievs-slider-item-inner {
    background-color: #f7f9fc;
}
*/

@media (max-width: 576px) {
    .th-collapse-content__text ul {
        padding-left: 21px;
    }
}




.th-pages-typograrhy a {
    color: #ff8400 !important;
}


.b-control {
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  border-radius: 9px;
  background-color: #b4a5a2;
  background-color: rgba(255,255,255,0.5);
  margin: -5px 0 0 22px;
}
.b-control a { 
  display: block; 
  float: left; 
  width: 19px; 
  height: 19px; 
  margin-left: 3px; 
  border-radius: 8px; 
  background: url(../img/control.png) 0 0 no-repeat; 
}
.b-control a:first-child { 
	margin-left:0; 
}
.b-control a:hover { 
	background-color:#efefef;
 }
.b-control .m-add { 
	background-position:0 0;
 }
.b-control .m-edit { 
	background-position:0 -19px;
 }
.b-control .m-del { 
	background-position:0 -38px; 
}

.th-hamburger {
    top:  7px !important;
}

@media (max-width: 480px){
    .th-hamburger {
        top: 3px !important;
    }
}



.th-cookie-modal {
    box-sizing: border-box;
    position: fixed;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .35);


    width: 100%;
    max-width: 420px;

    padding: 16px 19px 20px;

    bottom: 20px;
    left: 50%;

    border-radius: 8px;

    transform: translate(-50%, 110vh);
 
    z-index: 9999;

    transition: all 0.6s;
}

.th-cookie-modal_active {
    transform: translate(-50%, 0);
}

.th-cookie-modal_light {
    background-color: #fff; 
    color: #000;
}

.th-cookie-modal_dark {
    background-color: #000; 
    color: #fff;
}

.th-cookie-modal__txt {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.th-cookie-modal__btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.th-cookie-modal__btns button {
    box-sizing: border-box;
    border: 1px solid transparent;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 20px;
    font-size: 14px;

    background-color: #ff8400;
    color: #fff !important;
}

.th-cookie-modal__btns a {
    color: #ff8400;
    font-size: 14px;
}



/* легкое поступление */
.th-easy-college-admission {
    font-family: Inter;
    color: #fff;
    padding-bottom: 60px;
}

.th-easy-college-admission  * {
    box-sizing: border-box;
}

.th-easy-college-admission-inner {
    background-image: url('../img/bg-banner-easy-college-admission.webp');
    background-repeat: no-repeat;
    background-position: right top;
    width: 100%;
    max-width: 1172px;
    min-height: 447px;
    padding: 102px 60px 60px 60px;
    box-sizing: border-box;
}

.th-easy-college-admission__title {
    font-weight: 600;
    font-size: 42px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.th-easy-college-admission__list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.th-easy-college-admission__list li {
    font-family: Inter;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.1;
    vertical-align: middle;
    position: relative;

    padding-left: 30px;
    margin-bottom: 10px;
}

.th-easy-college-admission__list li:before {
    content: "";
    display: block;


    background-image:  url('../img/ico-star-white.svg');
    background-color: transparent;

    width: 18px;
    height: 18px;

    position:absolute;
    top: 4px;
    left: 0;
}

.th-easy-college-admission__sticker {
    background-image: url('../img/img-substrate-white.png');
    background-repeat: no-repeat;
    font-weight: 500;
    font-size: 17px;

    width: 100%;
    max-width: 392px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.th-easy-college-admission__btns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.th-easy-college-admission__btns a,
.th-easy-college-admission__btns button {
    padding: 25px 45px;
    border-radius: 100px;
    transition: all 0.3s ease;
}

.th-easy-college-admission__btns a {
    background-color: rgba(183, 98, 223, 1);
    box-shadow: 0px 16px 28px -16px rgba(183, 98, 223, 1);
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
}

.th-easy-college-admission__btns button { 
    background-color: rgba(55, 38, 89, 1);
    border: none;
    outline: none;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.th-easy-college-admission__btns a:hover {
    background-color: #a248cd;
}

.th-easy-college-admission__btns button:hover {
    background-color: #2b1b4a;;
}

@media screen and (max-width: 1172px){

    .th-easy-college-admission-inner {
        background-position: right -50px top 0;
        background-size: cover;
    }


}

@media screen and (max-width: 699.98px){

    .th-easy-college-admission-inner {
        padding: 102px 30px 30px 30px;
   }

   .th-easy-college-admission__title {
        font-size: 32px;
   }

   .th-easy-college-admission__list li {
        font-size: 16px;
   }

   .th-easy-college-admission__list li:before {
        top: -1px;
   }

   .th-easy-college-admission__sticker {
        font-size: 14px;
   }

    .th-easy-college-admission__btns a,
    .th-easy-college-admission__btns button {
        font-size: 16px;
    }

}


@media screen and (max-width: 499.98px){ 
    .th-easy-college-admission-inner {
        padding: 30px 16px;
        background-image: url('../img/bg-banner-easy-college-admission-mobile.jpg') !important;
        background-position: center center;
        min-height: 1px;
   }

   .th-easy-college-admission__btns {
        display: block;
   }

    .th-easy-college-admission__btns a {
        margin-bottom: 10px;
        display: block;
    }

    .th-easy-college-admission__btns a,
    .th-easy-college-admission__btns button {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }

    .th-easy-college-admission__sticker {
        text-align: center;
    }

    .th-easy-college-admission {
        padding-bottom: 40px;
    }


}

    


.th-section-callback-banner {
    padding: 0;
} 



.th-section-callback-banner._mt-m150 {
    margin-top: -80px;
    position: relative;
    z-index: 3;
}

.th-callback-banner {
    padding: 40px 50px;
    box-sizing: border-box;
   
/*    display: flex;
    justify-content: space-between;
    align-items: center;*/

    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

 .th-button,
 button {
    cursor: pointer;
 }

.th-callback-banner .th-button {
    position: relative;
    z-index: 99;
    border: none;
    outline: none;
    padding: 16px 36px;
    font-weight: 400;
    font-size: 16px;
} 

.th-callback-banner_bg-fill {
    /*background-color: #33324e;*/
    background-color: rgba(55, 38, 89, 1);

    /*background: linear-gradient(127.04deg, #000000 28.49%, #666666 78.62%);*/
    border-radius: 16px;
}

.th-callback-banner_bg-fill:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 100%;
    background-size: 12px 12px;
    background-position: center;
    transform: translate(-50%,-50%);
    background-image: radial-gradient(rgba(102, 114, 169, 0.5) 14%,transparent 14%);
    mask-image: radial-gradient(rgba(0,0,0,1),rgba(0,0,0,0) 75%);
    z-index: 0;
}

.th-callback-banner__btn,
.th-callback-banner__desc {
    position: relative;
    z-index: 2;
}

.th-callback-banner__desc {
    padding-right: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}

.th-callback-banner__sup-title {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-weight: 300;
}

.th-callback-banner_fill-white .th-callback-banner__sup-title {
    color: #000;
}

.th-callback-banner__title {
    font-size: 28px; 
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

.th-callback-banner_fill-white .th-callback-banner__title {
    color: #000;
}

.th-callback-banner__title a {
    color: #fff;
    text-decoration: none;
}

.th-callback-banner_fill-white .th-callback-banner__title a {
    color: #000;
}

.th-callback-banner_fill-white {
    background-color: #f6f6ff;
    border: 1px solid #ebe9e9;
}


.th-callback-banner_bg-image {
    background-size: cover;
    background-position: center center;
    background-image: url('../img/stock-photo-two-women-analyzing-documents-while-sitting-on-a-table-in-office-woman-executives-at-work-in-1233205321.jpg');
    background-repeat: no-repeat;
}

.th-callback-banner_bg-image:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: rgba(0,0,0,0.7);
    z-index: 0;
}

.th-callback-banner_bg-image .th-callback-banner__sup-title,
.th-callback-banner_bg-image .th-callback-banner__title {
    color: #fff;
}

.th-callback-banner_bg-image .th-callback-banner__title a {
    color: #adb6e1;
}

.th-content .th-callback-banner {
    margin-bottom: 25px; 
}

.th-content .th-callback-banner:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767.98px){

    .th-callback-banner {
        padding: 25px 20px;
        flex-wrap: wrap;
    }

    .th-callback-banner__desc {
        width: 100%;
        margin-bottom: 25px;
        padding-right: 0;
    }

    .th-callback-banner__sup-title {
        font-size: 17px;
    }

    .th-callback-banner .th-btn_size-md {
        padding: 15px 10px 17px 10px;
        width: 100%;
        text-align: center;
    }

}

.th-visual-imit-link {
    background-color: transparent;
    border: none;
    padding: 0;
    display: inline;
    text-decoration: none;
    font-weight: 300;
    border-bottom: 1px dotted #373e54;
    color: #ff8400 !important;
}