

/* Start:/local/templates/praktik72/components/bitrix/news.detail/directions/style.css?17721891896028*/
a.nounderline{
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 3;
}
.before-and-after-block, .photos-of-doctors-block {
	text-align: center;
}
.detail-picture__box {
	max-width: 100vw;
	max-height: 100vh;
}
.detail-picture__box img {
	height: auto;
	width: 100%;
}
.swiper-slide img {
	cursor: pointer;
}
.swiper-doctors {
	margin-bottom: 3em;
}
.service__element__price{
	display: flex;
	align-items: center;
	position:absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #f5efd3;
	z-index: 3;
	padding: 5px 20px 10px;
	font-weight: bold;
}
.service__element__price .old-price{
	text-decoration: line-through;
	margin-right: 10px;
	font-size: 0.7rem;
}
.service__element__price .actual-price{
	font-size: 1rem;
}
.avantages__slider{
	position: relative;
	left: 5%;
	bottom: 190px;
	z-index: 99;
}
.avantages__slider ul {
	list-style: none;
	padding-left: 0;
}

.avantages__slider ul li {
	position: relative;
	padding-left: 24px;
	max-width: 90%;
}

.avantages__slider ul li::before {
	content: '';
	position: absolute;
	left: -50px;
	top:-10px;
	width: 60px;
	height: 60px;
	background-position: center;
	background-image: url('/includes/galka.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
}

.avantages__slider li, .avantages__slider li a{
	text-shadow: 0 0 6px black;
	text-decoration: none;
	text-rendering: geometricPrecision;
	font-family: Romul;
	font-size: 20px;
	line-height: 39px;
	color: #f5efd3;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.avantages__slider{
	display: none;
}
@media (max-width: 767px){
	.first__content{
		width: 100%;
	}
	.avantages__slider{
		left:8%;
		bottom: 27rem;
	}
	.avantages__slider li, .avantages__slider li a {
		font-size: 14px;
	}
	.avantages__slider ul li::before{
		left: -40px;
	}
}

@media (max-width: 580px) {

	.header {
		margin-bottom: 20px;
	}

	.container.mb80 .row{
		margin-left: 0;
		margin-right: 0;
	}

	.container.mb60 .row{
		margin-left: 0;
		margin-right: 0;
	}

	.service__tiles.mb60 .row{
		margin-left: 0;
		margin-right: 0;
	}

	.container.mb80 .justify-content-center{
		width: 100%;
	}

	.row--mobile{
		margin-left: 0;
		margin-right: 0;
	}
	.avantages__slider ul li::before{
		width:40px;
		height: 40px;
		left: -34px;
		top: 0px;
	}
	.avantages__slider ul li {
		padding-left: 10px;
		margin-bottom: 5px;
		line-height: 20px;
	}
	.avantages__slider{
		bottom: 29rem;
		left: 10%;
	}
/*
	.first__slide{
		height: 36em;
	}
	.breadcrumbs{
		margin-top:0;
	}
*/
	.priceElement{
		flex-direction: column;
        align-items: center;
        gap: 15px;
        text-align: center;
	}
}
.wrapper-seoi{
	.service__element:before{
		left: 0;
	}
	.s-px-30{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.s-px-15{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.s-ul{
		margin: 15px;
	}
	.s-btn{
		display: inline-block;
		background-color: #cd9f6c;
		border-radius: 48px;
		padding: 14px 34px 14px 57px;
		font-size: 18px;
		line-height: 23px;
		color: #323232;
		background-image: url(/build/images/btn-arrow.svg);
		background-repeat: no-repeat;
		background-position: 34px 18px;
		border: none;
		text-decoration: none;
	}
	.s-btn:hover {
		background-color: rgba(205, 159, 108, .7);
	}
	.s-container-post{
		margin-bottom: 20px;
		margin-top: 10px;
		position: relative;
		width: 100%;
		/*padding-right: 45px;
		padding-left: 45px;*/
		padding-right: 15px;
		padding-left: 15px;
	}
	.s-h2, h2{
	font-family: Romul;
	font-size: 30px;
	line-height: 39px;
	color: #323232;
	text-transform: uppercase;
}
	.s-row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	.s-blockquote, blockquote {
		font-family: BodoniC;
		font-weight: 400;
		font-style: italic;
		font-size: 26px;
		line-height: 40px;
		color: #323232;
		padding-top: 95px;
		padding-left: 25px;
		position: relative;
	}
	blockquote:before{
		top:60px;
	}
	.s-mb60 {
		margin-bottom: 3.75rem; /* 60px */
	}
	.s-mb40 {
		margin-bottom: 2.5rem;  /* 40px */
	}
	.s-mb20 {
		margin-bottom: 1.25rem; /* 20px */
	}
	.s-mb10 {
		margin-bottom: 0.625rem; /* 10px */
	}
	.s-mb5 {
		margin-bottom: 0.3125rem; /* 5px */
	}
	.s-col-12 {
		width: 100%;
		flex: 0 0 100%;
	}
	.s-col-8{
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.s-col-6 {
		flex: 0 0 50%;
		width: 50%;
	}
	.s-col-4 {
		flex: 0 0 33.3333%;
		width: 33.3333%;
	}
	.s-col-2 {
		flex: 0 0 25%;
		width: 25%;
	}
	.s-collumn{
		flex-direction: column;
	}
	.s-gap10 {
		gap: 10px;
	}
	.s-gap5{
		gap:5px;
	}
	@media (min-width: 1200px) {

		.s-col-xl-12 {
			flex: 0 0 100%;
			max-width: 100%;
		}
		.s-col-xl-8 {
			flex: 0 0 66.666667%;
			max-width: 66.666667%;
		}
		.s-col-xl-6 {
			flex: 0 0 50%;
			max-width: 50%;
		}
		.s-col-xl-4 {
			flex: 0 0 33.3333%;
			max-width: 33.3333%;
		}
		.s-col-xl-2 {
			flex: 0 0 25%;
			max-width: 25%;
		}
		.s-collumn-xl{
			flex-direction: column;
		}
	}

	@media (min-width: 992px) {
		.s-col-lg-12 {
			flex: 0 0 100%;
			max-width: 100%;
		}
		.s-col-lg-8 {
			flex: 0 0 66.666667%;
			max-width: 66.666667%;
		}
		.s-col-lg-6 {
			flex: 0 0 50%;
			max-width: 50%;
		}
		.s-col-lg-4 {
			flex: 0 0 33.3333%;
			max-width: 33.3333%;
		}
		.s-col-lg-2 {
			flex: 0 0 25%;
			max-width: 25%;
		}
		.s-collumn-lg{
			flex-direction: column;
		}
	}
	@media (max-width: 480px) {
		.s-px-15-m{
			padding-left: 1rem;
			padding-right: 1rem;
		}
		.s-px-30-m{
			padding-left: 2rem;
			padding-right: 2rem;
		}
		.s-container-post{
			padding-right: 45px;
            padding-left: 45px;
	}

	@media (min-width: 480px) {

		.s-col-sm-12 {
			flex: 0 0 100%;
			max-width: 100%;
		}
		.s-col-sm-8 {
			flex: 0 0 66.666667%;
			max-width: 66.666667%;
		}
		.s-col-sm-6 {
			flex: 0 0 50%;
			max-width: 50%;
		}
		.s-col-sm-4 {
			flex: 0 0 33.3333%;
			max-width: 33.3333%;
		}
		.s-col-sm-2 {
			flex: 0 0 25%;
			max-width: 25%;
		}
		.s-collumn-sm{
			flex-direction: column;
		}
	}
}

/* End */


/* Start:/local/templates/praktik72/components/bitrix/breadcrumb/general/style.min.css?1772189189467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */
/* /local/templates/praktik72/components/bitrix/news.detail/directions/style.css?17721891896028 */
/* /local/templates/praktik72/components/bitrix/breadcrumb/general/style.min.css?1772189189467 */
