.typo-page__img a img,
.typo-page__video img {
    -o-object-fit: cover;
    -o-object-position: center;
}
.typo-page blockquote::before,
.typo-page li::before,
.typo-page__video::before {
    content: "";
}
.typo-page .breadcrumbs__item:first-child,
.typo-page ul:not(.default) {
    list-style: none;
}
.typo-page .breadcrumbs__item::before,
.typo-page .slick-dots li::before,
.typo-page__links li::before {
    opacity: 0;
}
.typo-page .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-image: url(img/education/breadcrumbs-mark.png);
    padding-left: 0;
    margin: 0;
}
.typo-page small,
.typo-page strong {
/*    display: inline-block;
    letter-spacing: -0.005em;
*/
}
.typo-page .breadcrumbs__item,
.typo-page .breadcrumbs__link {
    font-size: 14px;
    line-height: 20px;
    color: #307829;
}
.typo-page .breadcrumbs__item {
    margin-right: 23px;
}
.typo-page .breadcrumbs__item:last-child {
    margin-right: 0;
}
.typo-page .sidebar__title {
    margin: 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #212121;
}
.typo-page .sidebar__text {
    font-size: 16px;
    line-height: 140%;
    color: #000;
    margin-bottom: 15px;
}
.typo-page strong {
    font-weight: 600;
    /*font-size:18px;line-height:130%;color:#000;margin-bottom:20px*/
}

.typo-page p, .news_text_dlya_lentaev div {
    margin-bottom: 10px;
}
.typo-page p, .typo-page li, .typo-page div, .news_text_dlya_lentaev div{
/*    font-size: 18px;*/
    line-height: 140%;
    color: #000;	
}

.typo-page blockquote {
    font-style: italic;
    font-size: 16px;
    line-height: 140%;
    color: #212121;
    position: relative;
    padding-left: 20px;
    margin: 0 0 20px;
}
.typo-page blockquote::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #c4c4c4;
}

/*
.typo-page small{margin-top:70px;font-weight:600;font-size:18px;line-height:130%;color:#9E9E9E;text-align:right}
*/

.typo-page ul:not(.default) {
    margin: 15px 0 15px 15px;
}
.typo-page ul:not(.default) li {
    line-height: 140%;
/*
    font-size: 18px;
    letter-spacing: -0.01em;
*/
    position: relative;
    margin-bottom: 5px;
}
.typo-page ul:not(.default) li::before {
    background: url(img/inner-pages/list-mark.png) center no-repeat;
    background-size: cover;
    width: 18px;
    height: 3px;
    position: absolute;
    left: -37px;
    top: 10px;
}
.typo-page ul:not(.default) li + ul {
    margin: 0px 0 0px 15px;
}

.typo-page ul ul {
	margin: 5px 0;
}

.typo-page.li_no_liststyle blockquote::before, .typo-page.li_no_liststyle li::before{
	display: none;
}


.typo-page .page-nav__inner {
    padding-bottom: 0;
}
.typo-page__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 100px;
    position: relative;
}
.typo-page__inner_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.typo-page__content {
    width: 66%;
}
.typo-page__links li {
    padding-bottom: 20px;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 20px;
}
.typo-page__links li:last-child {
    margin-bottom: 0;
}
.typo-page__links li a {
/*    font-size: 18px;*/
    line-height: 140%;
    color: #307829;
}
.typo-page__img p,
.typo-page__slider p,
.typo-page__video p {
    font-size: 18px;
    line-height: 140%;
    color: #9e9e9e;
}
.typo-page__img {
    margin: 60px 0;
}
.typo-page__img a {
    display: block;
    width: 100%;
    height: 600px;
    margin-bottom: 20px;
}
.typo-page__img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.typo-page__video {
    margin: 40px 0 60px;
    position: relative;
}
.typo-page__video:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}
.typo-page__video a {
    display: block;
    width: 100%;
    height: 600px;
}
.typo-page__video img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}
.typo-page__video::before {
    background: url(img/mainPage/pseudo/play-video.png) center no-repeat;
    background-size: cover;
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 77px;
    height: 77px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.typo-page__slide,
.typo-page__slider {
    height: 600px;
    width: 100%;
}
.typo-page__links {
    list-style: none;
    padding-left: 0;
    margin: 60px 0;
}
.typo-page__slider-wrap {
    position: relative;
    margin-bottom: 115px;
}
.typo-page__slider {
    position: relative;
}
.typo-page__slider p {
    position: absolute;
    z-index: 10;
    bottom: -30px;
}
.typo-page__slider .prev {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.typo-page__slider .next {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.typo-page__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.typo-page .slick-dots {
    bottom: 30px;
    margin: 0;
}
@media screen and (max-width: 1500px) {
    .typo-page__inner {
        max-width: 1380px;
    }
}
@media screen and (max-width: 1420px) {
    .typo-page__inner {
        max-width: 1200px;
    }
}
@media screen and (max-width: 1280px) {
    .typo-page__inner {
        max-width: 100%;
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 80px;
    }
    .typo-page__links li {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .typo-page__links li a {
        font-size: 14px;
        line-height: 20px;
    }
    .typo-page .page-nav__inner {
        padding-bottom: 10px;
    }
    .typo-page__content {
        width: 59%;
    }
    .typo-page__img a,
    .typo-page__slide,
    .typo-page__slider,
    .typo-page__video a,
    .typo-page__video img {
        height: 450px;
    }
}
@media screen and (max-width: 1024px) {
    .typo-page__content {
        width: 100%;
    }
    .typo-page__img {
        margin: 40px 0 50px;
    }
    .typo-page__links {
        margin: 30px 0 50px;
    }
    .typo-page ul {
        margin: 50px 0;
    }
    .typo-page__video {
        margin-bottom: 50px;
    }
    .typo-page__slider-wrap {
        margin-bottom: 130px;
    }
    .typo-page .slick-dots {
        bottom: -80px;
    }
    .typo-page .slick-dots li.slick-active button:before {
        background: #307829;
    }
    .typo-page .slick-dots li button::before {
        background: #e0e0e0;
        opacity: 0.6;
    }
    .typo-page small {
        margin-top: 30px;
    }
}
@media screen and (max-width: 600px) {
    .typo-page__img a,
    .typo-page__slide,
    .typo-page__slider,
    .typo-page__video a {
        height: 300px;
    }
    .typo-page__inner {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 40px;
    }
    .typo-page h3 {
        font-size: 32px;
        line-height: 39px;
    }
    .typo-page strong {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 15px;
    }
    .typo-page p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .typo-page__img {
        margin-top: 30px;
    }
    .typo-page__img a {
        margin-bottom: 10px;
    }
    .typo-page__img p {
        font-size: 10px;
        line-height: 140%;
    }
    .typo-page ul {
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .typo-page li {
        font-size: 14px;
        line-height: 20px;
    }
    .typo-page__video {
        margin-top: 30px;
    }
    .typo-page__video img {
        height: 300px;
        margin-bottom: 10px;
    }
    .typo-page__video p {
        font-size: 10px;
        line-height: 140%;
    }
    .typo-page__slider-title {
        font-size: 10px;
        line-height: 140%;
    }
    .typo-page .slick-dots {
        bottom: -70px;
    }
    .typo-page .slick-dots li button:before {
        width: 5px;
        height: 5px;
    }
    .typo-page__slider-wrap {
        margin-bottom: 90px;
    }
    .typo-page blockquote {
        font-size: 14px;
        line-height: 140%;
        margin: 20px 0;
    }
    .typo-page small {
        font-size: 16px;
        line-height: 140%;
    }
}
@media screen and (max-width: 533px) {
    .typo-page__img a,
    .typo-page__slide,
    .typo-page__slider,
    .typo-page__video a,
    .typo-page__video img {
        height: 200px;
    }
}

#schedule small {
    display: inline-block;
}
