.mytitle {
	font-size: 100%;
	color: #32a2a6;
	padding-left: 10px;
}
.mytitle span {
	display: inline;
	background-color: rgba(227, 215, 215, 0.5);
	box-shadow: -10px 0 0 rgba(228, 216, 216, 0.5), 10px 0 0 rgba(221, 214, 214, 0.5);
	padding: 0 10px 0 0;
	color: #070606;
	line-height: 14px;
	font-size: 15px;
}

.mycard-body {
	
	height: 100%;
	
}

.myelement {
	opacity: .7;
}
.myelement_menu {
	opacity: 1;
}
.mycol-md-4{
	position: relative;
	min-height: 1px;
	
  }

.mywidth {
	width: 1px;
	white-space: nowrap;
}  

.mypagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}

/* Меню боковой панели */
.mysidenav {
	/*height: 100%;  Полная высота: удалите это, если вы хотите "авто" высота */
	/*width: 160px;  Установите ширину боковой панели */
	position: fixed; /* Фиксированная боковая панель (оставайтесь на месте при прокрутке) */
	z-index: 1; /* Оставайтесь с верху */
	top: 0; /* Оставайтесь на вершине */
	/*left: 0; с какой стороны */
	/* background-color: #111; Черный */
	overflow-x: hidden; /* Отключить горизонтальную прокрутку */
	padding-top: 20px;
  }

.mycol-md-4 {
    flex: 0 0 auto;
    width: 23%;
  }

.card-body1 {
	flex: 1 1 auto;
	
	color: var(--bs-card-color);
  }
/*-----------ST. Nicolas--Шрифты церковный стиль----------*/  
@font-face{
	font-family: 'CyrillicOld';
	src: url('../fonts/CyrillicOld/cyrillicold.eot');
	src: url('../fonts/CyrillicOld/cyrillicold.eot?iefix') format('eot'),
	url('../fonts/CyrillicOld/533583ba5cd639477404cfb2b5b2b223.woff')format("woff"),
	url('../fonts/CyrillicOld/cyrillicold.woff2') format('woff2'),
	url('../fonts/CyrillicOld/cyrillicold.ttf') format('truetype');
	/*src: url('../fonts/cyrillicold.eot'); /* IE 9 Compatibility Mode */
	/*src: url('../fonts/cyrillicold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		/*url('../fonts/cyrillicold.woff2') format('woff2'), /* Super Modern Browsers */
		/*url('../fonts/cyrillicold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		/*url('../fonts/cyrillicold.ttf') format('truetype'), /* Safari, Android, iOS */
		/*url('../fonts/cyrillicold.svg#cyrillicold') format('svg'); /* Chrome < 4, Legacy iOS */
	font-weight: normal;
	font-style: normal;
	}

@font-face{
	font-family: 'BadScript';
	src: url('../fonts/BadScript/BadScript-Regular.ttf') format('truetype');
		
	font-weight: normal;
	font-style: normal;
	}

@font-face{
	font-family: 'TheanoDidot';
		src: url('../fonts/TheanoDidot/ofont.ru_Theano_Didot.ttf') format('truetype');
			
	font-weight: normal;
	font-style: normal;
	}	

@font-face{
	font-family: 'Calibri';
		src: url('../fonts/Calibri/calibri.ttf') format('truetype');
				
	font-weight: normal;
	font-style: normal;
	}		

.textLogoBig {
	font-family: "CyrillicOld";
	color: rgb(35, 115, 170);
	
	line-height: 1.019;
}  

.textLogoBigFamily {
	font-family: "BadScript";
	color: rgb(35, 115, 170);
	
	line-height: 1.019;
}  

.textLogoBigUshealth {
	font-family: "TheanoDidot";
	color: rgb(35, 115, 170);
	
	line-height: 1.019;
}  

.textLogoBigCalibri {
	font-family: "Calibri";
	color: rgb(35, 115, 170);
	
	line-height: 1.019;
}  

.mydropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 8px;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.mydropdown {
    position: relative;
    display: inline-block;
}

.header_blog {
	background-color: var(--bs-card-bg);
	--bs-card-bg: var(--bs-body-bg);
}
/* размещение по вертикали */
.parent {
    display: flex;
    flex-direction: column;
}

.current1 {
    
    cursor: default;
    background: rgb(142 234 208 / 50%);
    
}
