

/* Start:/local/templates/medseo_new/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17606512516549*/
.cart-news__img img {
    transition: .3s;
    transform: scale(1);
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}
.cart-news {
	background: #FFFFFF;
	border: 1px solid #C5C5C5;
	border-radius: 20px;
	padding: 40px;
	box-sizing: border-box;
}
.cart-news__img {
	display: flex;
	overflow: hidden;
	border-radius: 15px;
	margin-bottom: 20px;
}
.cart-news__img img {
	transition: .3s;
	transform: scale(1);
}
.cart-news:hover .cart-news__img img {
	transform: scale(1.1);
}
.cart-news__data {
	font-family: "ManSemibold";
	margin-bottom: 20px;
}
.cart-news__title {
	font-family: "ManBold";
	font-size: 28px;
	line-height: 130%;
	margin-bottom: 20px;
}
.cart-news__desc {
	margin-bottom: 20px;
	font-family: "ManSemibold";
	max-height: 100px;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(black 50%, transparent);
}

.row .cart-news {
	height: 100%;
}

@media screen and (max-width: 1199px) {

	.cart-news {
		padding: 20px;
	}
	.cart-news__title {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.cart-news__desc {
		font-family: "ManMedium";
		font-size: 16px;
		line-height: 140%;
	}
}

@media screen and (max-width: 767px) {
	.cart-news__data {
		margin-bottom: 10px;
	}
	.cart-news__title {
		margin-bottom: 10px;
	}
	.cart-news__desc {
		margin-bottom: 10px;
	}
}.gall {
	display: flex!important;
	justify-content: center;
}
.gall-item__img {
	display: flex;
	justify-content: center;
	margin: 0 4px;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
}
.gall-item__img:before {
	content: "";
	background: #1e1e1e;
	z-index: 1;
	opacity: .15;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.gall-item__img:after {
	content: "";
	background-image: url(/local/templates/medseo_new/img/zooming.svg);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: center;
	position: absolute;
	left: calc(50% - 20px);
	top: calc(50% - 20px);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	display: block;
	padding: 20px;
	z-index: 1;
}
.gall-item__img:hover:after  {
	opacity: 1;
}
.gall-item__img:hover:before  {
	opacity: 0.4;
}
.gall-item__img img {
	max-height: 312px;
	width: 100%;
}

.gall.slick-slider .arrow_prev {
  left: 30px;
}
.gall.slick-slider .arrow_next {
  right: 30px;
}

@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
	.wr-gall {
		padding-bottom: 65px;
	}
	.gall.slick-slider .arrow {
	  top: unset;
	  bottom: -73px;
	}
	.gall.slick-slider .arrow_prev {
	  left: calc(50% - 66px);
	}
	.gall.slick-slider .arrow_next {
	  right: calc(50% - 66px);
	}
}.banner-doctor {
	margin: 64px auto;
	position: relative;
}
.banner-doctor:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 40px);
	background-color: #FFF0ED;
	background-image: url(/local/templates/medseo_new/img/bn-doc-bg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	z-index: 0;
}
.banner-doctor .container {
	display: flex;
	align-items: flex-end;
	position: relative;
	z-index: 1;
}
.banner-doctor__left {
	width: 980px;
	padding: 100px 0 64px 0;
}
.banner-doctor__text {
	font-family: "ManBold";
	font-size: 22px;
	line-height: 130%;
	position: relative;
}
.banner-doctor__text:before {
	content: '';
	position: absolute;
	width: 42px;
	height: 42px;
	left: -77px;
	top: -4px;
	background-image: url(/local/templates/medseo_new/img/quote.svg);
	background-position: center;
	background-repeat: no-repeat;
}
.banner-doctor__text p {
	margin-bottom: 30px;
}
.banner-doctor__img {
	display: flex;
}
.banner-doctor__capt {
	display: flex;
	margin-top: 80px;
}
.banner-doctor__name {
	margin-right: 30px;
	width: 420px;
	font-size: 16px;
}
.banner-doctor__name div {
	font-family: "ManBold";
	line-height: 130%;
	font-size: 28px;
	margin-bottom: 10px;
	max-width: 210px;
}
.banner-doctor__price {
	margin-right: 80px;
	font-size: 16px;
}
.banner-doctor__price div {
	font-family: "ManBold";
	line-height: 130%;
	font-size: 22px;
	margin-top: 4px;
}
.banner-doctor__stag {
	font-size: 16px;
	width: 190px;
}
.banner-doctor__stag div {
	font-family: "ManSemibold";
	line-height: 100%;
	font-size: 56px;
	margin-top: 4px;
}
@media screen and (max-width: 1700px) {
	.banner-doctor__text {
		padding-left: 76px;
		box-sizing: border-box;
	}
	.banner-doctor__text:before {
		left: 0;
	}
}
@media screen and (max-width: 1619px) {
	.banner-doctor__left {
		width: 810px;
		padding: 100px 0 40px 0;
	}
	.banner-doctor__capt {
		margin-top: 40px;
	}
}
@media screen and (max-width: 1399px) {
	.banner-doctor__left {
		width: 660px;
	}
	.banner-doctor__text {
		font-size: 18px;
	}
	.banner-doctor__name div {
		font-size: 26px;
	}
	.banner-doctor__stag div {
		font-size: 46px;
	}
}
@media screen and (max-width: 1199px) {
	.banner-doctor__text {
		padding: 0;
	}
	.banner-doctor__text:before {
		display: none;
	}
	.banner-doctor__left {
		width: 430px;
	}
	.banner-doctor__capt {
		flex-direction: column;
		gap: 20px;
	}
	.banner-doctor__name {
		margin-right: 0;
	}
}
@media screen and (max-width: 991px) {
	.banner-doctor:before {
		height: 100%;
	}
	.banner-doctor .container {
		flex-direction: column;
	}
	.banner-doctor__left {
		width: 100%;
		padding: 50px 0 0 0;
		margin-bottom: -280px;
	}
	.banner-doctor__capt {
		margin-left: 25px;
	}
	.banner-doctor__price {
		display: flex;
		margin: 0;
		align-items: anchor-center;
		gap: 16px;
	}
	.banner-doctor__price div {
		margin-top: 0;
		font-size: 24px;
	}
	.banner-doctor__img {
		position: relative;
		height: 400px;
		width: 400px;
		overflow: hidden;
	}
	.banner-doctor__img img {
		position: absolute;
		top: 0;
	}
}
@media screen and (max-width: 767px) {
	.banner-doctor {
		margin: 30px auto;
	}
	.banner-doctor__left {
		margin-bottom: -95px;
	}
	.doctor__name {
		width: 290px;
	}
	.banner-doctor__price {
		align-items: flex-end;
	}
	.banner-doctor__price span {
		width: 120px;
	}
	.banner-doctor__img {
		height: 330px;
	}
}
@media screen and (max-width: 575px) {	
	.banner-doctor__left {
		margin-bottom: -100px;
		padding: 30px 0 0 0;
	}
	.banner-doctor__capt {
		margin-top: 24px;
		gap: 7px;
	}
	.banner-doctor__stag div {
		font-family: "ManBold";
		font-size: 40px;
	}
	.banner-doctor__name {
		width: 100%;
		margin-bottom: 10px;
	}
	.banner-doctor__stag span {
		width: 70px;
		display: block;
	}
	.banner-doctor__img {
		height: 310px;
		width: 340px;
	}
}
/* End */
/* /local/templates/medseo_new/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17606512516549 */
