/*===*/
.slider__inner {position: relative;z-index: 1;}
.item__slider img {width: 100%;}
.info_sl__tt {text-align: center;}
.title-page {margin-bottom:5px;display: flex;flex-direction: column;color: #fff;}
.title-page span {font-size: 35px;line-height: 50px;text-align: center;font-family: 'Ephesis', cursive;}
.title-page b {font-size: 28px;text-align: center;letter-spacing: 2px;font-weight: 700;text-transform: uppercase;}
.breadCrumbs__sl .breadcrumb {margin-bottom: 0px;background: transparent;text-align: center;display: flex;
    justify-content: center;padding: 0px;color: #fff;}
.breadCrumbs__sl .breadcrumb a {color: #fff;font-size: 16px;}
.breadCrumbs__sl .breadcrumb-item+.breadcrumb-item::before {color: #fff;}
.info_sl__tt {position: absolute;left: 0px;right: 0px;padding: 0px 10px;bottom: 20px;width: 100%;z-index: 1;}


@media(max-width:440px){
    .title-page{margin-bottom: 0px;}
    .title-page b{font-size: 18px;}
    .info_sl__tt{bottom: 5px;}
}