body {
	font-family: "TTHoves"!important;
}
@media screen and (min-width: 767px) {
    .swiper-wrapper .doctor {
        max-height: 428px;
        height: 279px;
    }

    .doctor .doctor__text {
        height: 106px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        text-overflow: ellipsis;
    }
    .swiper-wrapper .doctor__title{
        font-size: 22px;
    }
    .swiper-wrapper .doctor__address + .doctor__address{
        margin-top: 0px;
    }
}

.hero-video__video {
	max-height: 675px;
}
