h2, h1 {
    letter-spacing: -0.02em;
}

.th-section-title, .th-section-title h2 {
    line-height: 1.2;
}

.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 {
    padding-top: 30px;
}
.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-if-student>.container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .th-section-specialty-catalog {
        padding-top: 20px;
    }
}

.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-section-new .th-section-title h2 {
        font-size: 26px;
    }
}



.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: 110px 60px 60px 60px;
    box-sizing: border-box;
}

.th-easy-college-admission__title {
    font-weight: 600;
    font-size: 42px;
    line-height: 1.2;
    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: 50px 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;
}


.th-rewievs-slider-item-inner {
    height: auto;
}



.th-section-specialty-catalog {
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
}
.th-section-specialty-catalog .th-button {
    margin-top: 26px;
}
.th-specialty-catalog {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.th-specialty-catalog-item {
    display: flex;
    border: 1px solid rgba(38, 50, 56, 0.05);
    border-radius: 12px;
    align-items: center;
    box-shadow: 0px 6px 10px 0px rgba(38, 50, 56, 0.03);
    color: rgba(38, 50, 56, 1);
}
.th-specialty-catalog-item__img-wrap {
    padding: 5px;
    flex: 0 0 280px;
    display: block;
}
.th-specialty-catalog-item-content {
    width: 100%;
    display: block;
    text-decoration: none;
    padding: 22px 22px 22px 17px;
}
.th-specialty-catalog-item-btns {
    flex: 0 0 max-content;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 22px 50px 22px 0;
}

.th-specialty-catalog-item__img-wrap img {
    display: block;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
}
.th-specialty-catalog-item-content__date {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 8px;
    color: rgba(55, 62, 84, 0.4);
    line-height: 1.5;
    letter-spacing: -0.02em;
}
.th-specialty-catalog-item-content__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: rgba(38, 50, 56, 1);
}
.th-specialty-catalog-item-content__descr {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: rgba(38, 50, 56, 1);
}
.th-specialty-catalog-item-btns a {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    padding: 0 20px 2px;
    font-size: 14px;
    letter-spacing: -0.01em;
    border-radius: 10px;
    font-weight: 600;
    border-radius: 10px;
}
.th-btn-white {
    border: 1px solid rgba(38, 50, 56, 0.05);
    background: #fff;
    color: rgba(55, 62, 84, 1);
    box-shadow: 0px 6px 10px 0px rgba(38, 50, 56, 0.03);
}
.th-btn-dark {
    background: rgba(16, 20, 38, 1);
    color: #fff;
}

@media (max-width:1199.98px) {
    .th-specialty-catalog-item-content__title {
        font-size: 20px;
    }
    .th-specialty-catalog-item-content__descr {
        font-size: 14px;
    }

    .th-specialty-catalog-item-btns {
        padding-right: 30px;
    }

    .th-specialty-catalog {
        gap: 12px;
    }

    .th-specialty-catalog-item-content {
        padding: 16px 16px 16px 11px;
    }

    .th-specialty-catalog-item-btns {
        padding: 16px 20px 16px 4px;
    }

    .th-specialty-catalog-item__img-wrap {
        padding: 5px;
        flex: 0 0 230px;
    }
    .th-specialty-catalog-item__img-wrap img {
        height: 140px;
    }

    .th-specialty-catalog-item-content__title {
        font-size: 18px;
    }
    .th-specialty-catalog-item-content__descr {
        display: none;
    }

    .th-section-specialty-catalog {
        padding-bottom: 60px;
    }

    .th-specialty-catalog-item {
        flex-wrap: wrap;
    }
    .th-specialty-catalog-item__img-wrap {
        flex: 0 0 210px;
    }
    .th-specialty-catalog-item__img-wrap img {
        height: 130px;
    }
    .th-specialty-catalog-item-content {
        width: calc(100% - 210px);
    }
    .th-specialty-catalog-item-btns {
        width: 100%;
    }

    .th-specialty-catalog-item-btns {
        display: none;
    }

    .th-specialty-catalog-item-content__date {
        margin-top: -5px;
        margin-bottom: 5px;
        font-size: 12px;
    }
}

@media (max-width:575.98px) {
    .th-specialty-catalog-item__img-wrap {
        flex: 0 0 170px;
    }
    .th-specialty-catalog-item__img-wrap img {
        height: 120px;
    }
    .th-specialty-catalog-item-content__title {
        font-size: 16px;
    }
    .th-specialty-catalog-item-content {
        width: calc(100% - 170px);
    }
}

@media (max-width:413.98px) {
    .th-specialty-catalog-item__img-wrap {
        flex: inherit;
        width: 100%;
    }
    .th-specialty-catalog-item__img-wrap img {
        width: 100%;
        height: auto;
    }
    .th-specialty-catalog-item-content {
        width: auto;
    }
    .th-specialty-catalog-item-content {
        padding: 15px 18px 15px;
    }
    .th-specialty-catalog-item-btns {
        display: flex;
        padding: 0 18px 20px;
    }
    .th-specialty-catalog-item-content__title {
        font-size: 18px;
    }
    .th-specialty-catalog-item-content__descr {
        display: block;
    }
    .th-specialty-catalog-item-btns a {
        font-size: 13px;
        height: 44px;
        padding: 0 18px 1px;
    }
}


.th-section-who-is-college {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 90px;
}
.th-section-who-is-college .th-section-head p span {
    background: #FF8400;
    padding: 0 4px;
    color: #fff;
}
.th-section-who-is-college .th-section-head, .th-who-is-college {
    position: relative;
    z-index: 2;
}
.th-who-is-college {
    display: flex;
    gap: 36px;
}
.th-who-is-college span {
    font-size: 17px;
    letter-spacing: -0.01em;
}
.th-who-is-college b {
    font-weight: 600;
}
.th-who-is-college__col-1 {
    width: 46%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.th-who-is-college__col-2 {
    width: 54%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.th-who-is-college__img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.th-who-is-college__img-wrap img {
    display: block;
    width: 600px;
    margin-right: -60px;
}
@media (max-width:1199.98px) {
    .th-section-new p {
        font-size: 20px;
    }
    .th-who-is-college__img-wrap img {
        width: 450px;
    }
    .th-who-is-college {
        gap: 30px;
    }
    .th-who-is-college span {
        font-size: 16px;
    }
    .th-who-is-college__col-1, .th-who-is-college__col-2 {
        gap: 20px;
    }

    .th-section-who-is-college {
        margin-top: -80px;
        padding-top: 0;
    }
    .th-section-who-is-college {
        gap: 30px;
    }
    .th-section-who-is-college .col-xl-8 {
        order: 2;
    }
    .th-who-is-college__img-wrap {
        justify-content: flex-end;
        margin-bottom: -150px;
    }
    .th-who-is-college__img-wrap img {
        width: 330px;
        margin-right: 0;
    }
    .th-section-who-is-college {
        padding-bottom: 70px;
    }
}
@media (max-width:959.98px) {
    .th-who-is-college__img-wrap img {
        width: 280px;
    }
    .th-who-is-college {
        padding-top: 10px;
    }
}
@media (max-width:767.98px) {
    .th-section-new p {
        font-size: 18px;
    }

    .th-section-who-is-college {
        margin-top: 0;
        padding-top: 0;
    }
    .th-who-is-college__img-wrap {
        justify-self: start;
        margin-bottom: 0;
    }
    .th-who-is-college__img-wrap img {
        width: 300px;
        margin-right: -60px;
    }
}
@media (max-width:575.98px) {
    .th-who-is-college {
        flex-direction: column;
        gap: 16px;
    }
    .th-who-is-college__col-1, .th-who-is-college__col-2 {
        gap: 16px;
        width: 100%;
    }

    .th-section-new p {
        font-size: 16px;
    }
}


.th-blog-section-columns {
    padding-bottom: 100px;
}
.th-blog-section-columns .th-section-body {
    position: relative;
}
.th-blog-columns {
    display: flex;
    gap: 16px;
}
.th-blog-columns.is-active:after {
    display: none;
}
.th-blog-columns.is-active {
    height: auto;
}
.th-blog-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.th-blog-col:first-of-type > *:first-of-type {
    background: rgba(59, 186, 103,0.1);
}
.th-blog-col:first-of-type > *:first-of-type .th-blog-date {
    background: rgba(59, 186, 103,1);
}

.th-blog-col:first-of-type > *:nth-of-type(2) {
    background: rgba(255, 61, 7, 0.1);
}
.th-blog-col:first-of-type > *:nth-of-type(2) .th-blog-date {
    background: #FF3D07;
}

.th-blog-col:nth-of-type(2) > *:nth-of-type(2) {
    background: rgba(10, 179, 255,0.1);
}
.th-blog-col:nth-of-type(2) > *:nth-of-type(2) .th-blog-date {
    background: #0AB3FF;
}

.th-blog-item-wrap {
    border-radius: 15px;
    padding: 5px;
    background: rgba(183, 98, 223, 0.1);
}
.th-blog-item-wrap .th-blog-item {
    display: block;
}
.th-blog-item:hover .th-blog-name {
color: #FF3D07 !important;
}
.th-blog-item-wrap .th-blog-date {
    position: absolute;
    left: 20px;
    top: -15px;
    background: #B762DF;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
    transform: rotate(-4deg);
    color: #fff;
    height: 30px;
}
.th-blog-item-text {
    padding: 30px 20px;
    position: relative;
}
.th-blog-item-wrap .th-blog-name, .th-blog-item-wrap .th-blog-discr {
    padding-right: 0;
}
.th-blog-item-wrap img {
    display: block;
    width: 100%;
    border-radius: 10px;
}
.th-blog-columns {
    height: 1000px;
    overflow: hidden;
    position: relative;
}
.th-blog-columns::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.th-btn-blog-more {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 12px 25px -10px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    text-align: center;
    min-height: 77px;
    padding: 0 25px;
    width: 775px;
    max-width: calc(100% - 30px);
    font-weight: 500;
    font-size: 18px;
    color: #101426;
    transition: .25s ease all;
    position: absolute;
    cursor: pointer;
    bottom: 8px;
    left: 50%;
    border-radius: 12px;
    transform: translateX(-50%);
}
.th-btn-blog-more.is-hidden {
    display: none;
}
.th-btn-blog-more:hover {
    box-shadow: 0px 12px 25px -10px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #ff8400;
}
@media (max-width:991.98px) {
    .th-blog-section-columns {
        padding-bottom: 60px;
    }
    .th-btn-blog-more {
        min-height: 66px;
        font-size: 16px;
    }
    .th-blog-columns {
        gap: 12px;
    }
    .th-blog-item-text {
        padding: 25px 16px;
    }
    .th-blog-item-text .th-blog-name {
        font-size: 16px;
    }
    .th-blog-item-text .th-blog-discr {
        font-size: 13px;
    }
}



.th-section-new-no-bg {
               padding: 70px 0;
               overflow: hidden;
            }
            .th-section-new-with-bg {
               position: relative;
               padding: 100px 0;
            }
            .th-section-new-with-logo .th-button {
               margin-top: 38px;
            }
            .th-section-new-with-logo .th-button {
               max-width: max-content;
            }
            .th-section-new-with-bg:after {
               background-color: #F7F9FC;
               content: '';
               position: absolute;
               width: calc(100% - 100px);
               border-radius: 40px 0 0 40px;
               min-width: 1300px;
               right: 0;
               top: 0;
               height: 100%;
            }
            .th-section-new-with-bg .container {
               position: relative;
               z-index: 2;
            }
            .th-section-new-with-logo-row {
               row-gap: 30px;
            }
            .th-logo-new-item img {
               display: block;
               max-height: 100%;
               max-width: 100%;
               object-fit: contain;
            }
            .th-logo-new-item div {
               margin-bottom: 18px;
               display: flex;
               align-items: start;
               justify-content: center;
               flex-direction: column;
               height: 44px;
            }
            .th-logo-new-item span {
               font-size: 17px;
               line-height: 1.4;
               color: #101426;
               display: block;
               opacity: .5;
            }
            .th-section-new-with-logo .col-xl-8 {
               position: relative;
               z-index: 2;
               display: flex;
               flex-direction: column;
               justify-content: center;
            }
            .th-new-no-bg-img-wrap {
               display: flex;
               justify-content: center;
               align-items: center;
            }
            .th-new-no-bg-img-wrap img {
               display: block;
               width: 577px;
            }
            .th-section-new-no-bg p {
               margin-bottom: 0;
            }
            @media (max-width:1199.98px) {
               .th-section-new-no-bg {
                  padding-top: 0;
               }
               .th-section-new-no-bg .col-xl-8 {
                  order: 2;
               }
               .th-new-no-bg-img-wrap {
                  justify-content: flex-end;
                  margin-bottom: -190px;
               }
               .th-new-no-bg-img-wrap img {
                  width: 280px;
                  margin-right: -40px;
               }
            }
            @media (max-width:991.98px) {
               .th-section-new-with-bg {
                  padding: 70px 0;
               }
               .th-section-new-no-bg {
                  padding-top: 55px;
               }
               .th-logo-new-item div {
                  margin-bottom: 10px;
               }
               .th-section-new-with-logo-row {
                  row-gap: 22px;
               }
               .th-section-new-with-bg .th-section-new-with-logo-row {
                  margin-top: 30px;
               }
               .th-section-new-no-bg .th-section-new-with-logo-row {
                  margin-top: 10px;
               }
               .th-new-no-bg-img-wrap {
                  justify-content: start;
                  margin-bottom: -30px;
               }
               .th-new-no-bg-img-wrap img {
                  width: 280px;
                  margin-right: 0;
               }
               .th-section-new-with-logo .th-button {
                  margin-top: 30px;
               }
            }
            @media (max-width:479.98px) {
               .th-logo-new-item span {
                  font-size: 15px;
               }
               .th-logo-new-item img {
                  max-width: 110px;
               }
               .th-logo-new-item div {
                  height: 34px;
               }
            }
            @media (max-width:401.98px) {
               .th-logo-new-item span {
                  font-size: 12px;
               }
            }