

/* Start:/bitrix/templates/fertimed_2021/components/bitrix/news.detail/template1/style.css?1738140310331*/
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;
}
.step_eko-in h1
{
margin-top: -7px;
}
.undergoing_procedure
{
padding-bottom:0px!important;
}

.section_services p img
{
padding-right:20px;
}
.content h1
{
padding-top:20px;
}
/* End */


/* Start:/bitrix/templates/fertimed_2021/components/bitrix/news.list/doctors_new_service/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/.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/faq/style.css?17381403101519*/
.preview-text img
{
padding-right:10px;
}
 

.accordion .ui-accordion-header {
    font-size: 16px;
    text-decoration: underline;
    line-height: 1.2;
    margin: 0;
    outline: none;
    cursor: pointer;
}
.accordion .ui-accordion-header:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 16px;
    position: relative;
    height: 16px;
    background: url(/bitrix/templates/fertimed_new/images/white-icon-down.png) 0 0 no-repeat;
    position: absolute;
    right: 18px;
    top: 40%;
}
.accordion .ui-state-active:after {
    background-image: url(/bitrix/templates/fertimed_new/images/up-white.png);

}
.accordion .ui-accordion-content {
    font-size: 14px;
    line-height: 1.4;
    color: #444;
}

.faq-in {
    margin: 0px 0px 25px 0px;
    display: inline-block;
    background-size: cover;
    width: 100%;
}

.accordion .ui-accordion-header {
    text-decoration: underline;
    line-height: 20px;
    margin: 0;
    padding: 10px 0;
    outline: none;
    cursor: pointer;
    color: white;
    margin-bottom: 10px;
    padding: 10px 15px 10px 10px;
    position: relative;
    width: 100%;
    background: #0070C0;
    text-decoration: none;
    font-size: 14px;
}

.accordion .ui-accordion-content {
    padding: 0 10px 10px 0px;
    font-size: 14px;
    line-height: 1.4;
    color: #444;

}

.faq-answer {
    margin-left: 15px;
    color: black;
    font-size: 14px;
}

.faq-name {
    display: inline-block;
    padding-right: 20px;
}
/* End */


/* Start:/bitrix/templates/fertimed_2021/components/bitrix/news.detail/check_author/style.css?1750403068805*/
.expert-block {
	background-color: #63a8db;
	padding: 40px 20px;
	border-radius: 16px;
}

.expert-block__container {
	max-width: 1000px;
	margin: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.expert-block__label {
	flex: 1;
	text-align: center;
	font-size: 20px;
	color: #fffbfb;
}

.expert-block__separator {
	display: flex;
	align-items: center;
	gap: 20px;
}

.expert-block__line {
	width: 1px;
	height: 60px;
	background-color: #B8C7E5;
}

.expert-block__photo {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: cover;
}

.expert-block__info {
	flex: 1;
	text-align: left;
	color: #fffbfb;
}

.expert-block__name {
	font-weight: 600;
	font-size: 16px;
	color: #fffbfb;
}

.expert-block__position {
	font-size: 14px;
}

/* 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.detail/template1/style.css?1738140310331 */
/* /bitrix/templates/fertimed_2021/components/bitrix/news.list/doctors_new_service/style.css?1738140310150 */
/* /bitrix/templates/.default/components/bitrix/form.result.new/template1/style.css?1738140311924 */
/* /bitrix/templates/fertimed_2021/components/bitrix/news.list/faq/style.css?17381403101519 */
/* /bitrix/templates/fertimed_2021/components/bitrix/news.detail/check_author/style.css?1750403068805 */
/* /bitrix/templates/fertimed_2021/components/bitrix/news.list/contacts_footer/style.css?1738140310595 */
