@charset "UTF-8";

/*** Стилизация модулей Joomla - начало ***/

/** Модуль списка категорий в правой и левой колонках **/
#sp-left .sp-module ul>li, #sp-right .sp-module ul>li {
    display: list-item; /*Отображение элементов списка*/
    list-style: circle; /*Тип маркера*/
    color: #999;
    text-align: left;
    padding: 0;
    margin: 0 0 0 15px;
}

#sp-left .sp-module, #sp-right .sp-module {
    border: 1px solid #cfcfcf; /*Граница*/
    border-radius: 40px; 
	background-color: #e0e0e0; /*Фон*/
    padding: 20px 30px;
}

/** Модуль Умный поиск - странца "Статьи" - начало **/

div#sppb-addon-wrapper-2b4faa00-c187-427c-868a-066069ac2a82 {
    border-width: 1px;
    border-color: #CFCFCF;
    border-style: solid;
	border-radius: 40px;
	background: rgba(224, 224, 224, 1);
	box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.15) inset;
	box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.5) inset;
	box-shadow: 10px 10px 40px 0px rgba(247, 242, 223, 1);
}

/** Модуль Умный поиск - странца "Статьи" - конец **/

/** Модуль навигации "breadcrumbs" - начало **/
.modul_breadcrumbs {
    /* border: 1px solid red; */
	.breadcrumb {
		background-color: rgba(0, 0, 0, 0);
	}
}

.modul_breadcrumbs_header {
	/* text-align: center; */
	/* background: #e0e0e0; */
	/* background-image: linear-gradient(90deg, #fcd403, #fff); */
    /* margin: 0; */
	/* padding: 10px; */
}

/** Модуль навигации "breadcrumbs" - конец **/

/** Модуль вывод "Аватарки" в Хедере - начало **/
.modul_header_avatar {
	width: 75px;
	border: 2px solid #fcd403;
	border-radius: 50%;
    box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.25);
	}

/** Модуль вывод "Аватарки" в Хедере - конец **/

/** Модуль кнопки "Вход" в Хедере - начало **/
/* .modul_header_login-menu { */
	/* a:hover { */
		/* text-decoration: underline; */
		/* background: #fff; */
	/* } */
/* } */

/** Модуль кнопки "Вход" в Хедере - конец **/

/** Модуль "Умный поиск - по статьям-Mob" - начало **/
.gc_mod_smart-search {
	height:60px;
	border-width: 1px;
    border-color: #CFCFCF;
    border-style: solid;
    border-radius: 40px;
	padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 12px;
    padding-left: 10px;
	margin-bottom: 15px;
    background: rgba(224, 224, 224, 1);
    box-shadow: 10px 10px 40px 0px rgba(247, 242, 223, 1);
	div.sp-module-content > form.mod-finder.js-finder-searchform.form-search > div.awesomplete {
		width: 100%;
		background: rgba(224, 224, 224, 1);
		border-width: 0px;
	}
	.form-control {
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		color: #212529;
		background-color: rgba(224, 224, 224, 0);
		background-clip: padding-box;
		border: 0px solid #ced4da;
	}
}

/** Модуль "Умный поиск - по статьям-Mob" - конец **/

/** Модуль "Меню-Статьи по категориям-Mob" - начало **/
.gc_mod_article-cat-list {
	div#accordionExample > div.accordion-item {
		border: 1px solid #CFCFCF;
		border-radius: 40px;
		background-color: #E0E0E0;
	}
	div#accordionExample > div.accordion-item > h2.accordion-header > button.accordion-button:not(.collapsed) {
		height: 60px;
		color: #212529;
		border-width: 1px;
		border-color: #CFCFCF;
		border-style: solid;
		border-radius: 40px;
		background-color: #E0E0E0;
	}
	div#accordionExample > div.accordion-item > h2.accordion-header > button.accordion-button.collapsed {
		height: 60px;
		color: #212529;		
		border-width: 1px;
		border-color: #CFCFCF;
		border-style: solid;
		border-radius: 40px;
		background-color: #E0E0E0;
	}
	div#accordionExample > div.accordion-item > h2.accordion-header > button.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
	}
	div#collapseOne > div.accordion-body > ul.mod-menu.mod-list.menu >li {
		list-style-type: circle;
	}
}
/** Модуль "Меню-Статьи по категориям-Mob" - конец **/


/*** Стилизация модулей Joomla - конец ***/

/*** Стилизация Сторонних модулей Joomla - начало ***/

/** Модуль Community Builder Login module - начало **/
.gc_modul_login-form {
	#login-form-112 {
        text-align: center;		
		border-radius: 40px;
		border-width: 1px;
		padding: 25px 15px;
		margin: auto;
		background: linear-gradient(141.55deg, rgba(255, 255, 255, 0.4) 3.71%, rgba(255, 255, 255, 0) 99.21%);
		border: 1px solid;
		box-shadow: 0 0 10px rgba(0,0,0,0.5);
		backdrop-filter: blur(50px)
	}
	.form-group {
		margin: 0 0 15px 0;
	}
	#modlgn-username-112 {
		border-radius: 20px 0 0 20px;
	}
	span.input-group-text {
		border-radius: 0 20px 20px 0;		
	}
	#modlgn-passwd-112 {
		border-radius: 20px 0 0 20px;
	}
	.btn.btn-secondary.input-password-toggle {
		border-radius: 0 20px 20px 0;		
	}
}

/** Модуль Community Builder Login module - конец **/

/** Модуль Rapid Contact - начало **/
/* - Блок Captcha */
#checkbox {
    border-radius: 20px; /*не работает!*/
}
.smart-captcha {
	margin: 0 0 8px 0; /*Нижний отступ*/
    width: 100%;
}
.mod_pg_contacts {
	.form-control {
		width: 100%;
		color: #212529;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #ced4da;
		border-radius: 20px;
		}
}

/** Модуль Rapid Contact - конец **/

/** Модуль календаря iCagenda - начало **/
div#icagenda_calendar_content {
	/* height: 100%; */
	/* border: 0px solid; */
	/* border-radius: 40px; */
	padding: 15px;
	/* background: linear-gradient(141.55deg, rgba(255, 255, 255, 0.4) 3.71%, rgba(255, 255, 255, 0) 99.21%); */
	/* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);		 */
}	

#icagenda_calendar_content > div > div.ic-calendar-nav > div > div.ic-calendar-nav-month > select {
    display: block;
    width: 100%;
    padding: .5rem .5rem !important;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: rgba(127, 127, 127, 0);
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 19px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#icagenda_calendar_content > div > div.ic-calendar-nav > div > div.ic-calendar-nav-year > input{
    display: block;
    width: 100%;
    padding: .5rem .5rem !important;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: rgba(127, 127, 127, 0);
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 19px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#ic-dialog-list > li > div > div.ic-dialog-info > div.ic-dialog-desc {
	text-align: left;
}

.ic_rounded.iccalendar .ic-table td div {
    text-align: center;
    font-size: 14px;
    border: 1px solid #cfcfcf;	
    border-radius: 3px;
    line-height: 55px;
    border: none;
    width: auto;
}

.ic_rounded.iccalendar .ic-table thead {
    font-size: 12px;
    font-weight: 500;
}

.ic_rounded .icnav .titleic {
    font-size: 14px;
    text-align: center;
    width: auto;
}

.default.iccalendar .ic-table td div {
    text-align: center;
    font-size: 14px;
    border: 1px solid #cfcfcf;	
    border-radius: 3px;
    line-height: 55px;
    border: none;
    width: auto;
}

.default.iccalendar .ic-table thead {
    font-size: 12px;
    font-weight: 500;
}

dialog.ic-calendar-dialog {
    position: absolute;
    width: 100%;
    min-height: 100%;
    margin-top: -2px;
    padding: 0;
    border: 1px solid rgba(127, 127, 127, .1);
    border-radius: 20px;
    box-shadow: 0 0 5px 5px rgba(127, 127, 127, .05);
    z-index: 1001;
}

button#dialog-close {
    border-radius: 15px;	
}

/* Календарь iCagenda событие - ссылка "Назад" */
.ic-back {
    display: block;
    width: auto;
    text-align: left;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1px;
}

/* - Календарь iCagenda событие - убираем надпись "Работает на iCagenda" - не сработало! */
/*???*/

/** Модуль календаря iCagenda - конец **/

/** Модуль вывода статей добавленных в "Избранное" - начало **/
div.item_favorite {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 20px;
    padding: 5px 35px 5px 10px;
	/* background: #f0f0f0; */
    /* border: 1px solid #f5f5f5; */
    border-radius: 5px;
    position: relative;
    margin-bottom: 10px;	
}

div.item_favorite_100 {
    grid-template-columns: 1fr;
}

div.favorite_title {
    font-weight: normal;
    font-size: 1.2rem;
	text-align: left;
    margin-bottom: 0px;
}

div.delete_item {
    position: absolute;
    color: #83899f;
    width: 20px;
    height: 20px;
    top: 0;
    right: 10px;
    cursor: pointer;
}

/** Модуль вывода статей добавленных в "Избранное" - конец **/

/** Модуль карты на странице "Врачи" - начало **/
.modul_mup_dr {
    /* border: 5px solid red; */
}

.modul_mup_header {
	text-align: center;
	background: #e0e0e0;
	/* background-image: linear-gradient(90deg, #fcd403, #fff); */
    margin: 0;
	padding: 10px;
}

/** Модуль карты на странице "Врачи" - конец **/


/** Модуль CB-Content "Информер на главной" - начало **/
.gc_mod_infobloc-home {
	h2.gc_home-h2 {
		font-family: 'Manrope', sans-serif;
		font-size: 1.7rem; font-weight: bold;
		text-decoration: none;
		text-align: center;
	}
	p.gc_home-p {
		margin-bottom: 0;
		line-height: 2em;
	}
	div.btnbloc {
		margin-top: 35px;
		margin-right: 0px;
		margin-bottom: 35px;
		margin-left: 0px;
	}
	a.gc_home-btn {
		border-color: #fcd403;
		background-color: #fcd403;
		padding: 20px 25px;
		font-size: 22px;
		line-height: 1.6;
		border-radius: 38px;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	}
	p.gc_home-p-sm {
		margin-bottom: 0;
		font-size: 1rem;
		line-height: 2em;
	}

}

/** Модуль CB-Content "Информер на главной" - конец **/

/*** Стилизация Сторонних модулей Joomla - конец ***/

.mod-wjs-home-news {
	div.slick-list.draggable {
		/* min-height: 475px; */
		border-radius: 40px;
		background: linear-gradient(141.55deg, rgba(255, 255, 255, 0.4) 3.71%, rgba(255, 255, 255, 0) 99.21%);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	}
	div > div > div > div.slide.slick-slide.slick-current.slick-active > div {
		padding: 0;
	}
	div > div.slick-list.draggable {
		margin: 0 !important;
	}
	div>a>img {
        object-fit: cover;
        width: 100%;
        height: 100%;
	}
}
