.l-inherit.l-underline-none.m-0.c-text-primary.t-title.l-hover-underline-none.sf-title span {
    font-size: 1rem!important;
}


.borderright {
	border-right: 1px solid white;
    border-radius:0;
}

.d-block:last-child .border-0-last-child {
    border: 0;
}

.tall-slider .swiper-wrapper {
    align-items: stretch;
}
.tall-slider .swiper-slide {
    display: flex;
    height: auto;
}
.tall-slider .iblock-list-item-wrap {
    display: flex;
    width: 100%;
}
.tall-slider .iblock-list-item {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.tall-slider .iblock-list-item-image {
    width: 100%;
}
.tall-slider .iblock-list-item-text {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 100%;
}
.tall-slider .iblock-list-item-text .button {
    margin-top: auto;
}

/*SH*/
ul li, ol li {
    margin-bottom: 1rem;
}