

/* Start:/bitrix/templates/fertimed_2021/components/bitrix/news.list/services_main/style.css?1762007723301*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.link-services__main {
	color: #FF9800;
	padding-top: 10px;
}
.h1-block-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* End */


/* Start:/bitrix/templates/fertimed_2021/components/bitrix/news.list/doctors_new/style.css?1762356484844*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.staff__slide {
	border: 1px solid #ccc; /* Светло-серый цвет */
	border-radius: 15px;
	background-color: #f0f2ff;
	transition: box-shadow 0.3s ease; /* Плавный переход */
}

.staff__slide:hover {
	-webkit-box-shadow: 2px 0px 11px 6px rgba(37, 132, 174, 0.22);
	-moz-box-shadow: 2px 0px 11px 6px rgba(37, 132, 174, 0.22);
	box-shadow: 2px 0px 11px 6px rgba(37, 132, 174, 0.22);
}
.staff__slide img {
	border-radius: 15px;
}
.staff__button {
	margin: 10px;
}
.staff__figcaption p {
	margin: 0px 0 10px;

}
.metro {
	font-size: 12px;
	padding: 5px;
	margin: 5px 10px;
	background-color:white;
	border-radius: 10px;
	color: #0069C5;
}
.block-metro {
	display: flex;

}
/* End */


/* Start:/bitrix/templates/fertimed_2021/components/bitrix/news.list/services-block-main/style.css?17625257371649*/
.consultation-title {
	font-size: 24px;
	margin-bottom: 20px;
}

.consultation-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.consultation-card {
	display: flex;
	width: calc(25% - 15px);
	border: 2px solid #D1D5EF;
	border-radius: 8px;
	text-decoration: none;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	background-color: #fff;
	position: relative; /* нужно для абсолютного позиционирования картинки */
	overflow: hidden;   /* обрезаем всё, что выходит за блок */
}

.consultation-card:hover {
	background-color: #F4F6FE;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.consultation-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 20px;
	flex-direction: column;
}

.consultation-text {
	flex: 1;
	padding-right: 10px;
}

.bottom-block {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	padding-top: 45px;
}

.consultation-button {
	display: inline-block;
	/*padding: 8px 16px;*/
	color: #FF9800;
	font-weight: bold;
}
.subtitle-services {
	font-size: 18px;
}
.consultation-image {
	position: absolute;
	right: 20px;
	bottom: -25px; /* смещение вниз */
	width: 100px;
	height: 100px;
}

.consultation-image img {
	width: 100%;
	height: auto;
	display: block;
}
.consultation-image img {
	width: 100%;
	height: auto;
	display: block;
	filter: brightness(0) saturate(100%) invert(90%) sepia(5%) saturate(200%) hue-rotate(190deg);
}
@media (max-width: 768px) {
	.consultation-grid {
		flex-direction: column;
	}

	.consultation-card {
		width: 100%;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/form.result.new/template1/style.css?1738140311924*/
.new {
	display: flex;
	flex-direction: column;
}
.captcha_input{
	width: 100%;
	height: 42px;
	padding-left: 10px;
	border: 1px solid #dadef6;
	border-radius: 15px;
}

@media screen and (max-width: 768px){
	.new {

		margin-top: 0px;
	}
}
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/bitrix/templates/.default/components/bitrix/form.result.new/template1/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/.default/components/bitrix/form.result.new/template1/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/templates/fertimed_2021/components/bitrix/news.list/services_program/style.css?1762960263839*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.programs-bottom {
	display: flex;
	justify-content: space-between;
}
.vector {
      /* чтобы работали top/left */
	width: 12px;
	height: 6px;
	top: 303px;
	left: 327px;
	border: 2px solid #000;   /* можно указать цвет */
	transform: rotate(90deg); /* поворот */
	opacity: 1;
}
.arrow-icon {
	width: 24px;
	height: 24px;
	display: inline-block;
}

.arrow-icon__svg {
	width: 100%;
	height: 100%;
	transition: transform 0.2s ease;
}

.arrow-icon:hover .arrow-icon__svg {
	transform: translateX(2px);
}
.programs-price {
	color: #FF9800;
	font-size: 20px;
}
.programs__slide-head a {
	display: flex;
}
.programs__slide a:hover {
	text-decoration: none;
}
/* End */


/* Start:/bitrix/templates/fertimed_2021/components/bitrix/news.list/faq-block/style.css?1738140310150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/fertimed_2021/components/bitrix/news.list/video_slider/style.css?1739179065228*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.blog__slide iframe {
	height: 200px;
	width: 100%;
	border-radius: 15px;
}
}
/* End */


/* Start:/bitrix/templates/fertimed_2021/components/bitrix/news.list/chastliv-stori/style.css?17629982133316*/
.review-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	padding: 20px;
	margin: 15px;
	/*max-width: 400px;*/
	font-family: 'Arial', sans-serif;
	position: relative;
}

.review-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.review-name {
	display: flex;
	gap: 15px;
	font-weight: bold;
	font-size: 18px;
	color: #0070C0;
	align-items: center;
}

.review-date {
	font-size: 12px;
	color: #888;
}

.review-stars {
	font-size: 16px;
	color: #f5a623;
	/*flex-basis: 100%;*/
	margin-top: 5px;
}

.review-text {
	font-size: 15px;
	color: #444;
	margin: 10px 0;
	line-height: 1.5;
}

.review-link {
	display: inline-block;
	margin-top: 10px;
	color: #007bff;
	font-weight: bold;
	text-decoration: none;
}

.review-link:hover {
	text-decoration: underline;
}

.review-doctor {
	margin-top: 15px;
	font-size: 14px;
	color: #555;
}

.review-doctor-title {
	font-size: 13px;
	color: #999;
}

.review-link-accent {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 12px;
	font-size: 15px;
	font-weight: 600;
	color: #FF9800;
	text-decoration: none;
	transition: color 0.3s ease;
}

.review-link-accent:hover {
	color: #FF9800;
}

.arrow-icon {
	display: flex;
	align-items: center;
	transition: transform 0.3s ease;
}

.review-link-accent:hover .arrow-icon {
	transform: translateX(4px);
}

.arrow-icon__svg {
	width: 18px;
	height: 18px;
}
@media (max-width: 480px) {
	.review-name {
		flex-direction: column;
	}
}
.doctor-block {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 15px;
	font-family: 'Arial', sans-serif;
}

.doctor-photo img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.doctor-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.doctor-name {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	color: #333;
}

.doctor-title {
	margin: 0;
	font-size: 13px;
	color: #3B6FB4;
}

/* 📱 Мобильная адаптация */
@media (max-width: 480px) {
	.doctor-block {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.doctor-photo img {
		width: 70px;
		height: 70px;
	}

	.doctor-name {
		font-size: 13px;
	}

	.doctor-title {
		font-size: 14px;
	}
}


.owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	pointer-events: none; /* чтобы не мешать клику вне кнопок */
	z-index: 10;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
	pointer-events: auto;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.08);
	border: 2px solid #0070C0;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease, transform 0.3s ease;
	cursor: pointer;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
	background-color: #0070C0;
	transform: scale(1.05);
}

.owl-nav button.owl-prev span,
.owl-nav button.owl-next span {
	font-size: 20px;
	color: #0070C0;
	font-weight: bold;
	line-height: 1;
	transition: color 0.3s ease;
}

.owl-nav button.owl-prev:hover span,
.owl-nav button.owl-next:hover span {
	color: #FF9800;
}

/* End */


/* Start:/bitrix/templates/fertimed_2021/components/bitrix/news.list/blog-main/style.css?17630031242004*/


/*.articles-section__title {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
	color: #333;
}*/

.articles-slider__wrapper {
	display: flex;
}

.article-card {
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	transition: transform 0.3s ease;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 2px solid #D1D5EF

}

.article-card:hover {
	transform: translateY(-5px);
}

.article-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
}

.article-card__image-wrapper {
	width: 100%;
	overflow: hidden;
}

.article-card__image {
	width: 100%;
	height: auto;
	display: block;
}

.article-card__content {
	padding: 15px;
}

.article-card__date {
	font-size: 13px;
	color: #999;
	margin-bottom: 8px;
}

.article-card__title {
	min-height: 45px;
	font-size: 16px;
	font-weight: 600;
	color: #444;
	line-height: 1.4;
}

.article-card__footer {
	display: flex;
	align-items: center;
	padding: 15px;

}

.article-card__read-more {
	font-size: 14px;
	font-weight: 600;
	color: #FF9800;
	text-transform: uppercase;
}

.article-card__arrow {
	width: 15px;
	height: 15px;
	stroke: #FF9800;
	transition: transform 0.3s ease;
}

.article-card:hover .article-card__arrow {
	transform: translateX(4px);
}

.article-card__footer {
	display: flex;
	align-items: center; /* чтобы стрелка и текст были по центру */
	padding: 15px;
}

.article-card__arrow {
	width: 15px;
	height: 15px;
	stroke: #FF9800;
	transition: transform 0.2s ease;
}

.article-card__footer:hover .article-card__arrow {
	transform: translateX(2px);
}
.article-card__image-wrapper {
	position: relative;
}

.article-card__date-overlay {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #fff;
	color: #486DAA;
	font-size: 13px;
	font-weight: 600;
	padding: 4px 8px;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	z-index: 2;
}






/* End */


/* Start:/bitrix/templates/fertimed_2021/components/bitrix/news.detail/detail_vrach/style.css?1738885784155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/fertimed_2021/components/bitrix/news.list/contacts_footer/style.css?1738140310595*/
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.3s;
}

.modal.active {
	visibility: visible;
	opacity: 1;
}

.modal__content {
	background: white;
	padding: 20px;
	border-radius: 8px;
	position: relative;
	width: 300px;
	text-align: center;
}

.modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 18px;
	cursor: pointer;
	color: #999;
}

.modal__close:hover {
	color: black;
}

/* End */
/* /bitrix/templates/fertimed_2021/components/bitrix/news.list/services_main/style.css?1762007723301 */
/* /bitrix/templates/fertimed_2021/components/bitrix/news.list/doctors_new/style.css?1762356484844 */
/* /bitrix/templates/fertimed_2021/components/bitrix/news.list/services-block-main/style.css?17625257371649 */
/* /bitrix/templates/.default/components/bitrix/form.result.new/template1/style.css?1738140311924 */
/* /bitrix/templates/fertimed_2021/components/bitrix/news.list/services_program/style.css?1762960263839 */
/* /bitrix/templates/fertimed_2021/components/bitrix/news.list/faq-block/style.css?1738140310150 */
/* /bitrix/templates/fertimed_2021/components/bitrix/news.list/video_slider/style.css?1739179065228 */
/* /bitrix/templates/fertimed_2021/components/bitrix/news.list/chastliv-stori/style.css?17629982133316 */
/* /bitrix/templates/fertimed_2021/components/bitrix/news.list/blog-main/style.css?17630031242004 */
/* /bitrix/templates/fertimed_2021/components/bitrix/news.detail/detail_vrach/style.css?1738885784155 */
/* /bitrix/templates/fertimed_2021/components/bitrix/news.list/contacts_footer/style.css?1738140310595 */
