/*скроллбар*/
body::-webkit-scrollbar {
    width: 8px; /*Ширина скроллбара*/
}
body::-webkit-scrollbar-track {
    background: #F5F6F8; /*Цвет фона полосы прокрутки*/
}
body::-webkit-scrollbar-thumb {
    background-color: #AFC1ED; /*Цвет ползунка*/
    border-radius: 4px;
}

/*Заголовки*/
.js-feed-post-title.t-feed__post-popup__title {
    font-size: 80px !important;
    line-height: 1 !important;
}
@media (max-width: 960px) {
.t050__title, .t996__title, .t998__title, h2, h2 div, .t799__title, .t728 .t-section__title div,
.js-feed-post-title.t-feed__post-popup__title {
    font-size: 40px !important;
    line-height: 1 !important;
}
.t995__title, .t856__title {
    font-size: 36px !important;
}
.t728__text {
    font-size: 12px !important;
}
.t995__descr {
    font-size: 24px !important;
    line-height: 14px !important;
}
.t996__inner-wrapper {
    padding-bottom: 0px !important;
}
.uc-block-2 .t995__descr, .t218__textfield, .t203__text, .t998__descr, .t998__item-text, .t859__wrap .t-name {
    font-size: 14px !important;
    line-height: 1.6 !important;
}
}

/*Фон блоков*/
.t-cover {
    background-color: #fff !important;
    -webkit-mask-image: -webkit-radial-gradient(white,white) !important;
}
.t-cover__filter {
    -webkit-mask-image: -webkit-radial-gradient(white,white) !important;
}

/*Скругления*/
.t218__blocktable, .t218__blockimg, .t218__blockimgmobile, .t218__imgmobile,
.t203__textwrapper, .t856__bg, .t799 .t-slds__container, .t728__wrapper, .js-feed-post-image {
    border-radius: 30px;
}

/*3 блок*/
@media (max-width: 480px) {
.t995__wrapper .t-cover, .t995__wrapper .t-cover__carrier {
    height: 760px !important;
}
}
@media (max-width: 380px) {
.t995__wrapper .t-cover, .t995__wrapper .t-cover__carrier {
    height: 720px !important;
}
}
@media (max-width: 340px) {
.t995__wrapper .t-cover, .t995__wrapper .t-cover__carrier {
    height: 820px !important;
}
}

/*Блок из карточек на весь экран*/
.t218 {
    padding: 0 20px 20px;
}
@media (min-width: 1200px) {
.t218 {
    padding: 0 40px 40px;
}
.t218__textfield {
    max-width: 540px;
}
}
@media (max-width: 960px) {
.t218__blockimgmobile {
    margin-bottom: 20px;
}
}

/*Плашки с услугами*/
.t859__inner-col {
    transition: all 0.5s;
}
@media (max-width: 960px) {
.t859__wrap {
    display: flex;
    padding: 20px;
}
.t859__wrap_left {
    width: fit-content;
}
.t859__bgimg {
    margin-bottom: 0px;
    margin-right: 20px;
    width: 50px !important;
    height: 50px !important;
}
.t859__separator {
    display: none;
}
}

/*Стоимость*/
@media (max-width: 960px) {
.t998__title {
    margin-bottom: 10px;
    text-align: center;
}
.t998__descr {
    text-align: center;
}
.t998__item-text {
    padding-top: 0px;
}
.t998__itemswrapper {
    padding-left: 20px !important;
}
.t998__item {
    width: 150px;
    height: 150px;
    margin: 0;
}
}

/*Образование*/
@media (max-width: 960px) {
.t1000__background-image {
    margin-top: 30px;
    margin-bottom: 0;
    height: 400px;
}
}

/*Блоки плитки*/
.uc-tile-block {
    margin: 0 40px 40px !important;
    border-radius: 30px !important;
}
.uc-tile-block .t-cover {
    border-radius: 30px !important;
}
@media (max-width: 960px) {
.uc-tile-block {
    margin: 0 20px 20px !important;
}
}

/*Статьи*/
.js-feed-post-author-name {
    font-family: 'Manrope',Arial,sans-serif;
}

/*Подвал*/
.t463__maincontainer {
    padding: 0 !important;
}















