#allrecords ul {
    padding-left: 16px;
    margin: 10px 0;
}

#allrecords  ol {
    margin: 10px 0;
}

@media (max-width: 640px) {
    #allrecords ul {
        padding-left: 18px;
        margin: 5px 0;
    }
    
    #allrecords  ol {
        margin: 5px 0;
    }
}

/* !!! Шапка !!! */

.uc-header__onscroll {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    
/* Анимация отображения хедера */
/*  transition: .3s ease-out;
    transform: translateY(-100%);*/
}

/*.uc-header__onscroll.shown {
    transform: translateY(0);
}*/

/*@media (max-width: 1199px) {
    .uc-header__onscroll {
        transform: translateY(0);
    }
}*/

/* !!! Анимация пунктов меню !!! */

.menu__item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #262626;
    transition: transform 0.2s ease-out;
    transform: scaleX(0);
    transform-origin: bottom right;
}

.menu__item:hover::after{
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* !!! Мобильное меню !!! */

.t450__list_item a {
    margin-bottom: 20px;
}

.t450 {
    border-radius: 20px 0 0 20px;
}

.t450__container {
    padding: 50px;
}

.t450__rightside {
    left: 50px;
    bottom: auto;
}

.t-sociallinks__item svg {
    width: 40px;
    height: 40px;
}

.t450 .t-sociallinks__item {
    margin-right: 10px;
    margin-top: 0;
}

.t450__right_social_links {
    margin-top: 50px;
}

.t450__close_icon span {
    background-color: #366AF3 !important;
}

@media (max-width: 640px) {
    .t450__container {
        padding: 50px 30px;
    }
    
    .t450__rightside {
        left: 30px;
    }
}

/* !!! Главный экран !!! */

.hero__img div {
    border-radius: 0 0 20px 0;
}

.benefits__img div, .old-hero__img div {
    border-radius: 0 20px 20px 0;
}

/* !!! Отзывы!!! */

.t728__bgimg {
    border-radius: 20px !important;
}
.t728__wrapper {
    border-radius: 20px;
}


/* !!! Спикеры !!! */

/* скругление фото */
.t923__bgimg {
    border-radius: 10px;
}
/* отступ текстового фрейма */
.t923__textwrapper {
    padding: 20px 0 0 0;
}
/* обнуление отступа должности */
.t923__descr {
    margin-top: 0px;
}
/* перенос относительности */
.t923 .t-slds__main {
    position: relative;
}
/* корректировка стрелок слайдера */
.t-slds__arrow {
    cursor: pointer;
}

@media screen and (min-width: 1200px) {  
    .t923 .t-slds__arrow-left {
        left: 40px;
    }
    
    .t923 .t-slds__arrowr-right {
        right: 40px;
    }
}

@media screen and (min-width: 1300px) {  
    .t923 .t-slds__arrow_wrapper-left {
        left: -60px;
    }
    
    .t923 .t-slds__arrow-left {
        left: 0;
    }
    
    .t923 .t-slds__arrow_wrapper-right {
        right: -60px;
    }
    
    .t923 .t-slds__arrow-right {
        right: 0;
    }
}

@media screen and (max-width: 960px) {
    .t-slds__arrow-left {
        left: 40px;
    }
    
    .t-slds__arrow-right {
        right: 40px;
    }
    /* уменьшение шрифтов */
    .t923__title {
       font-size: 18px !important;
   }
   
   .t923__descr {
       font-size: 12px; !important
   }
}

@media screen and (max-width: 640px) {
    .t-slds__arrow-left {
        left: 0;
    }
    
    .t-slds__arrow-right {
        right: 0;
    }
    
    .t923 .t-slds__arrow_wrapper-left {
        left: 20px;
    }
    
    .t923 .t-slds__arrow_wrapper-right {
        right: 20px;
    }
    /* корретировка ширины слайда */
    .t923 .t923__slds-wrapper .t-col {
        width: 320px !important;
        padding: 0 0 !important;
    }
    /* корректировка размера стрелки */
    .t-slds__arrow-withbg {
        width: 40px!important;
        height: 40px!important;
    }
    
    .t-slds__arrow-withbg .t-slds__arrow_body {
        width: 10px!important;
    }
    
    .t923__title {
        text-align: center;
    }
    
    .t923__descr {
        text-align: center;
    }
}

/* !!! T585 - Программа и вопросы !!! */

.uc-program__name {
    padding-bottom: 40px !important;
}

.t585__icon {
    width: 18px;
    height: 18px;
    padding: 11px;
}

.t585__lines svg {
    width: 18px !important;
    height: 18px !important;
    
}

.t585__header {
    padding: 22px 0px 22px 0;
}

.t585__text li {
    margin-bottom: 5px;
}

.t585__title span {
    display: block;
    font-size: 16px !important;
    font-weight: 300 !important;
}

.t585__title span:first-child {
    margin-top: 0px;
    margin-bottom: 10px;
}

.t585__title span:last-child {
    margin-top: 10px;
    margin-bottom: 0px;
}

@media (max-width: 1200px) {
    .t585__header {
        padding-right: 0px;
    }
}

@media screen and (max-width: 640px) {
    .t585__header {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 0px;
    }
    
    .t585__title {
        font-size: 18px !important;
    }
    
    .t585__text {
        font-size: 14px !important;
    }
    
    .t585__title span {
        display: block;
        margin-top: 0px;
        font-size: 14px !important;
    }
    
    .t585__title span:first-child {
        margin-top: 0px;
        margin-bottom: 5px;
    }
    
    .t585__title span:last-child {
        margin-top: 5px;
        margin-bottom: 0px;
    }
    
    .uc-program__day-titl {
        padding-bottom: 25px !important;
    }
}

/* !!! Программа внутри вкладки !!! */

.t516__textwr-bottompadding {
    padding-bottom: 50px;
}

.t516 {
    padding: 23px 0 50px 0px;
}

.t516__leftcol {
    margin-left: 0px;
}

.t516__persdescr li {
    margin-bottom: 5px;
}

.t516__bottommargin {
    margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
    .t585 .t516 .t-col {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 640px) {
    .t516__time {
        font-size: 18px !important;
        margin-bottom: 10px;
    }
    
    .t516__title {
        font-size: 18px !important;
    }
    
    .t516__persdescr {
        font-size: 14px !important;
    }
    
    .t516__textwr-bottompadding {
        padding-bottom: 40px;
    }
    
    .t516 {
        padding: 18px 0 40px 0px;
    }
}

/* !!! О месте - слайдер !!! */

#allrecords .t670 ul {
    padding-left: 0;
}

.t670 .t-slds__bgimg {
    border-radius: 20px;
}

.t670 .t-prefix_2 {
    padding-left: 0;
}

.t670 .t-slds__descr {
    margin-top: 10px;
}

.t-slds__caption_wrapper {
    padding-bottom: 0;
}

@media (max-width: 960px) {
    .t670 .t-prefix_2 {
        padding-left: 20px;
    }
}

@media (max-width: 640px) {
    .t670 .t-slds__bgimg {
        border-radius: 0;
    }
    
    .t670 .t-slds__arrow-left {
        left: 20px;
    }
    
    .t670 .t-slds__arrow-right {
        right: 20px;
    }
}

@media (max-width: 480px) {
    .t670 .t-slds__title {
        font-size: 18px !important;
    }
    
    .t670 .t-slds__descr {
        font-size: 14px !important;
    }
}

/* !!! Галерея Как это было !!! */

.t979__image {
    border-radius: 10px;
}

@media screen and (max-width: 960px) {
    .t979 .t-container {
        max-width: 620px;
    }
}

/* !!! Партнеры !!!*/

.partners__bg {
    border-radius: 10px;
    transition: .2s ease;
}

.partners__bg:hover {
    background: #eef5ff;
}

/* !!! Новости !!! */

.t897__container {
    margin-left: auto !important;
    margin-right: auto !important;
}
.uc-news_main {
    padding-bottom: 40px !important;
}

.uc-news {
    padding-bottom: 70px !important;
}

.uc-news__all-button {
    padding-bottom: 70px !important;
}

.t-feed__post-bgimg {
    border-radius: 20px;
}

.t-feed__post-descr {
    margin-top: 10px;
}

.t-feed__post-parts-date-row_afterdescr {
    margin-top: 20px;
}

.t-feed__post-popup__close-text  {
    opacity: 1;
    font-weight: 500;
}

.t-feed__post-popup__img {
    border-radius: 20px;
}

.t-feed__post-popup__relevants-bgimg {
    border-radius: 8px;
}

.t-feed__post-popup__date {
    font-size: 14px;
    font-weight: 300;
}

.t-feed__post-popup__close-text {
    font-size: 14px;
    font-weight: 400;
}

.t-feed__post-popup__relevants-title {
    margin: 100px 0 30px 0;
    font-size: 40px;
    font-weight: 400;
}

.t-feed__post-popup__relevants-item-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px !important;
}

.t-feed__post-popup__relevants-item-descr {
    font-size: 14px;
}

.t-feed__post-popup__relevants-imgwrapper {
    height: 75px !important;
    margin-right: 20px;
}

.t-feed__post-popup__relevants-item_row {
    margin-bottom: 30px;
}

.t-feed__grid-separator {
    margin-bottom: 40px;
}

.t-feed__buttons-wrapper {
    margin-top: 40px;
}

.t-feed__showmore-btn {
    margin-right: 0;
}

.t-btn_md {
    height: 45px;
    font-size: 16px;
    padding-left: 24px;
    padding-right: 24px;
}

.t-feed__post-popup__text img {
    border-radius: 20px;
}

@media screen and (max-width: 960px) {
    .t897 .t-feed__grid-col {
        margin-bottom: 40px;
    }
    
    .t897 .t-feed__grid-col:last-child {
        margin-bottom: 0;
    }
    
    .t-feed__buttons-wrapper {
        margin-top: 25px;
    }
}

@media screen and (max-width: 640px) {
    .t-feed__post-popup__date {
        font-size: 12px;
    }
    
    .t-feed__post-popup__relevants-title {
        margin: 60px 0 20px 0;
        font-size: 28px;
    }
    
    .t-feed__post-popup__relevants-item-title {
        font-size: 18px;
    }
    
    .t-feed__post-popup__relevants-item-descr {
        font-size: 12px;
    }
    
    .t-feed__post-popup__relevants-imgwrapper {
        height: 40px !important;
        margin-right: 20px;
        margin-top: 3px;
    }
    
    .t-feed__post-popup__relevants-item_row {
        margin-bottom: 50px;
    }
    
}

@media screen and (max-width: 480px) {
    .t897 .t-feed__post-title {
        font-size: 18px !important;
    }
    
    .t897 .t-feed__post-descr {
        font-size: 14px !important;
    }
    
    .t897 .t-feed__post-date {
        font-size: 12px !important;
    }
    
    .t-feed__post-parts-date-row_afterdescr {
        margin-top: 15px;
    }
    
    .t897 .t-feed__grid-col {
        margin-bottom: 35px;
    }
    
    .t-feed__buttons-wrapper {
        margin-top: 15px;
    }
    
    .t-feed__post-imgwrapper {
        margin-bottom: 15px !important;
    }
    
    .uc-news_main {
        padding-bottom: 30px !important;
    }
    
    .uc-news {
        padding-bottom: 60px !important;
    }
    
    .uc-news__all-button {
        padding-bottom: 60px !important;
    }
}

/* !!! Форма подписки !!! */

.t-form__bottom-text.t-text {
        font-size: 12px !important;
    }

/* !!! Подвал !!! */

.t-popup__container {
    border-radius: 20px;
}

.t702 .t702__wrapper {
    padding: 60px;
}

.t702 .t-input-group {
    margin-bottom: 12px;
}

.t702 .t-input-group:last-child {
    margin-bottom: 0;
}

.t702 .t-form__submit {
    margin-top: 40px;
}

.t702 .t-input {
    height: 50px;
    font-size: 14px;
}

.t702 .t-form__successbox {
    border-radius: 10px;
}

@media (max-width: 1200px) {
    .t702 .t702__wrapper {
        padding: 45px;
    }
}

@media screen and (max-width: 640px) {
    .t702 .t702__wrapper {
        padding: 20px;
    }
}

@media screen and (max-width: 560px) {
    .t702 .t-popup__close {
        width: 100%;
        height: 50px;
        background: rgb(255,255,255,0);
    }
    
    .t702__close-button g {
        fill: #366AF3;
    }
    
    .t702__close .t-popup__close-icon {
        height: 20px;
    }
    
    .t702 .t-popup__close-icon {
        width: 20px;
    }
    
    .t702 .t-popup__container {
        border-radius: 0;
    }
}
