

/* Start:/bitrix/templates/hospital4/components/bitrix/menu/bootstrap_v4/style.css?173856164012303*/
.bx-top-nav-container {
	position: relative;
	padding: 0 10px;
	border-radius: 2px;
	background: var(--theme-color-primary);
	color: #fff;
}

/*region 1 lvl*/
.bx-nav-list-1-lvl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bx-nav-1-lvl { position: relative; }

.bx-nav-1-lvl-link {
	display: block;
	padding-top: 6px;
	padding-bottom: 2px;
	border-bottom: none;
	border-radius: 1px;
	text-decoration: none;
	transition: 250ms linear all;
}

.bx-nav-1-lvl-link:hover { text-decoration: none; }

.bx-nav-1-lvl.bx-hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-active > .bx-nav-1-lvl-link,
.bx-nav-1-lvl:hover > .bx-nav-1-lvl-link {
	border-bottom: none;
	background: var(--theme-color-second);
}

.bx-nav-1-lvl-link-text {
	display: flex;
	padding: 10px 14px 14px;
	color: #000;//#fff;
	text-decoration: none;
	text-transform: uppercase;
	font: 13px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
	align-items: center;
}

.bx-nav-angle-bottom {
	position: relative;
	display: block;
	margin-left: 10px;
	width: 10px;
	height: 10px;
}

.bx-nav-angle-bottom:after,
.bx-nav-angle-bottom:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 2px;
	background-color: #000;//#fff;
	content: '';
	transition: 250ms linear all;
}

.bx-nav-angle-bottom:after {
	margin-left: -2px;
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-nav-angle-bottom:before {
	margin-left: 2px;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:after,
.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:before { background-color: var(--theme-color-primary); }

.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	background-color: transparent;
	color: var(--theme-color-primary);
}

.bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link {
	z-index: 250;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13)
}

.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text { background: #fff; }

/**/


.bx-nav-angle-top {
	position: relative;
	display: block;
	margin-left: 10px;
	width: 10px;
	height: 10px;
}

.bx-nav-angle-top:after,
.bx-nav-angle-top:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 2px;
	background-color: #fff;
	content: '';
	transition: 250ms linear all;
}

.bx-nav-angle-top:after {
	margin-left: -2px;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.bx-nav-angle-top:before {
	margin-left: 2px;
	transform: translate(-50%, -50%) rotate(45deg);
}


/**/
.bx-nav-parent-arrow { display: none; }

/*endregion*/

/*region 2 lvl*/
.bx-nav-2-lvl-container,
.bx-nav-2-lvl-container-advanced {
	z-index: 999;
	display: none;
	padding: 0;
	min-width: 100%;
	border-top: none;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13);
	color: #000;
	opacity: 0;
}

.bx-nav-2-lvl-container > ul,
.bx-nav-2-lvl-container > div,
.bx-nav-2-lvl-container-advanced > ul,
.bx-nav-2-lvl-container-advanced > div { flex: 1 }

.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	position: absolute;
	top: calc(100% - 5px);
	z-index: 999;
	display: flex;
	background: #fff;
	opacity: 1;
	align-items: stretch;
}

.bx-nav-list-2-lvl {
	margin: 0;
	padding: 5px 0 12px;
}

.bx-nav-2-lvl {
	display: block;
	padding: 0;
	min-width: 180px;
}

.bx-nav-2-lvl-link {
	display: block;
	padding: 5px 15px 5px;
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-nav-2-lvl-link-text {
	color: var(--theme-color-primary);
	text-decoration: none;
	font-weight: var(--ui-font-weight-bold);
	font-size: 13px;
	line-height: 16px;
}

/*.bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a {
	margin-top: 0;
	border-top: none;
}*/

.bx-nav-2-lvl > .bx-nav-list-2-lvl.bx-active .bx-nav-list-2-lvl-text,
.bx-nav-2-lvl > .bx-nav-list-2-lvl:hover .bx-nav-list-2-lvl-text {
	background: var(--theme-color-light);
	color: var(--theme-color-primary);
}

/*endregion*/

/*region 3 lvl*/

.bx-nav-3-lvl-container-advanced:before,
.bx-nav-3-lvl-container:before {
	position: absolute;
	top: -5px;
	right: 0;
	left: 0;
	display: block;
	height: 5px;
	background: #fff;
	content: " ";
}

.bx-nav-list-3-lvl {
	margin: 0;
	padding: 0 0 14px 0;
}

.bx-nav-3-lvl {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	min-width: 180px;
}

.bx-nav-3-lvl-link {
	display: block;
	padding: 3px 15px 3px 20px;
	border-bottom: none;
	color: #555;
	text-decoration: none;
	font-size: 13px;
	line-height: 14px;
}

.bx-nav-3-lvl-link.bx-active,
.bx-nav-3-lvl-link:hover {
	background: #f0f0f0;
	color: var(--theme-color-primary);
	text-decoration: none;
}

/*endregion*/

/*region col 4 */
.bx-nav-list-4-col { position: static; }

.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
	top: 100%;
	right: 0;
	left: 0;
}

.bx-nav-list-4-col .bx-nav-2-lvl-container,
.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
	right: 0;
	left: 0;
}

/*endregion*/

/*region catinfo*/
.bx-nav-catinfo {
	position: relative;
	z-index: 120;
	padding: 15px 15px 5px;
	min-width: 200px;
	border-left: 1px solid #ecefef;
	background: #f7fafb;
}

.bx-nav-catinfo img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	border: 1px solid #e7e9ea;
}

.bx-nav-catinfo p {
	padding: 20px 5px 0;
	font-size: 13px;
}

/*endregion*/

/*region ASIDE */
.bx-menu-button-mobile {
	position: absolute;
	top: 8px;
	left: 5px;
	z-index: 10;
	width: 40px;
	height: 40px;
}

.bx-aside-nav-control {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1750;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	cursor: pointer;
	transition: left .15s linear;
}


.bx-nav-bars {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2100;
	display: block;
	box-sizing: border-box;
	width: 30px;
	height: 25px;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	vertical-align: middle;
	transform: translate(-50%, -50%);
}

.bx-nav-bars:after {
	position: absolute;
	top: 50%;
	display: block;
	background: #fff;
	width: 100%;
	height: 5px;
	content: '';
	transform: translateY(-50%);
}

.bx-wrapper,
.bx-aside-nav { transition: transform .15s linear; }

/**/
.bx-opened .bx-footer,
.bx-opened .workarea { overflow: hidden; }

/**/
.bx-aside-nav {
	position: fixed;
	top: 50px;
	bottom: 0;
	left: 0;
	z-index: 1600;
	display: none;
	width: 100%;
	background: #4c5c65;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.bx-aside-nav.bx-opened {
	overflow-y: scroll;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.bx-aside-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bx-aside-nav a {
	display: block;
	overflow: hidden;
	padding-left: 15px;
	max-width: 100%;
	height: 48px;
	border-bottom: 1px solid #3d4b53 !important;
	color: #fff;
	vertical-align: middle;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 48px;
}

.bx-aside-nav .bx-nav-list-1-lvl {
	z-index: 1700;
	flex-direction: column;
}

.bx-aside-nav .bx-nav-1-lvl-link {
	padding: 0;
	display: flex;
	align-items: center;
}

.bx-aside-nav .bx-nav-1-lvl-link-text {
	padding: 0 0 0 15px;
}

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link { box-shadow: none !important; }

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	background: transparent;
	color: #fff;
}

.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	position: relative;
	box-shadow: none;
	top: auto;
}

.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container {
	display: block;
	opacity: 1;
}

.bx-nav-1-lvl.bx-opened,
.bx-aside-nav .bx-nav-1-lvl:hover > a,
.bx-aside-nav .bx-nav-1-lvl.bx-hover > a { background: #44535c; }

.bx-aside-nav .bx-nav-2-lvl-link-text,
.bx-aside-nav .bx-nav-3-lvl-link-text,
.bx-aside-nav .bx-nav-4-lvl-link-text {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}

.bx-aside-nav .bx-nav-list-2-lvl { background: #44535c; }

.bx-aside-nav .bx-nav-2-lvl-link { padding: 0 0 0 30px; }

.bx-aside-nav .bx-nav-2-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-3-lvl-link { padding: 0 0 0 45px; }

.bx-aside-nav .bx-nav-3-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-4-lvl-link { padding: 0 0 0 60px; }

.bx-aside-nav .bx-nav-4-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-parent { position: relative; }

.bx-aside-nav .bx-nav-parent-arrow {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
	margin-top: 6px;
	width: 46px;
	height: 34px;
	border-left: 1px solid #5a6971;
	text-align: center;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i { transition: all .15s linear; }

.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent > ul {
	overflow: hidden;
	height: 0;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent.bx-opened > ul { height: auto; }

.bx-aside-nav .bx-nav-catinfo { display: none; }


.bx-aside-nav .bx-nav-angle-top,
.bx-aside-nav .bx-nav-angle-bottom {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	margin: 0;
}

@media (min-width: 1200px) {
	.bx-nav-1-lvl > a { font-size: 15px; }

	.bx-nav-1-lvl > a span { padding: 12px 14px 15px }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bx-nav-1-lvl > a { font-size: 13px; }

	.bx-nav-1-lvl > a span { padding: 9px 11px 12px }
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-nav-1-lvl > a { font-size: 11px; }

	.bx-nav-1-lvl > a span { padding: 5px 6px 9px }
}

@media (min-width: 768px) {
	.bx-aside-nav-control,
	.bx-aside-nav { display: none; }

	.bx-top-nav-container { display: block; }
}

@media (max-width: 767px) {
	.bx-aside-nav-control {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.bx-aside-nav { display: block; }

	/*.bx-top-nav-container { display: none; }*/
	.bx-nav-list-1-lvl {
		display: flex;
		flex-direction:row; 
	}
	a.bx-nav-1-lvl-link:has(~ div.bx-nav-2-lvl-container) {
	  pointer-events: none;
	}
	.bx-aside-nav .bx-nav-parent-arrow { display: block; }

	.bx-aside-nav .bx-nav-1-lvl-link-text .bx-nav-angle-bottom{ display: none; }
}

@media (max-width: 480px) {
	.bx-nav-list-1-lvl {
		flex-direction:column;
	}
	a.bx-nav-1-lvl-link:has(~ div.bx-nav-2-lvl-container) {
	  pointer-events: none;
	}
}
.bx-white {
	--theme-color-primary: #f5f5f5;
	--theme-color-second: #dfdfdf;
}

.bx-white .bx-nav-1-lvl-link-text,
.bx-white .bx-nav-2-lvl-link-text,
.bx-white .bx-nav-3-lvl-link.bx-active,
.bx-white .bx-nav-3-lvl-link:hover,
.bx-white .bx-nav-3-lvl-link.bx-active,
.bx-white .bx-nav-3-lvl-link:hover,
.bx-white .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-white .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text { color: #333; }

/* End */


/* Start:/bitrix/templates/hospital4/components/scody/cookie/vkb4-with-modal/style.css?17412264351715*/
.widget_cookie {
    width: 80%;
    padding: 16px 20px;
    position: fixed;
	left: 50%;
	transform: translate(-50%, 0);
	margin: auto;
    z-index: 9999;
    bottom: 0;
    background: #fff;
    transition: opacity 0.7s;
    flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-around;
    border: 2px solid var(--theme-color-primary, #63aa28);
	border-radius:.5rem;
}

.widget_cookie__style1 {
    border-color: #63aa28;
}

.widget_cookie__style1 .widget_cookie__btn-close-cookie {
    background-color: #63aa28;
}

.widget_cookie__style2 {
    border-color: #f8a91c;
}

.widget_cookie__style2 .widget_cookie__btn-close-cookie {
    background-color: #f8a91c;
}

.widget_cookie__style3 {
    border-color: #e12a2a;
}

.widget_cookie__style3 .widget_cookie__btn-close-cookie {
    background-color: #e12a2a;
}

.widget_cookie__style4 {
    border-color: #0082d1;
}

.widget_cookie__style4 .widget_cookie__btn-close-cookie {
    background-color: #0082d1;
}

.widget_cookie__style5 {
    border-color: #159dba;
}

.widget_cookie__style5 .widget_cookie__btn-close-cookie {
    background-color: #159dba;
}

.widget_cookie__text {
    margin-bottom: 0;
    color: rgba(25, 25, 25, .6);
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
}

.widget_cookie__text a {
	text-decoration: underline;
}



.widget_cookie__btn-close-cookie {
    background-size: 100% 100%;
    width: 111px;
    height: 48px;
    display: inline-block;
    cursor: pointer;
    transition: .3s;
    font-size: 13px;
    line-height: 19px;
}

.widget_cookie .btn-close-cookie:hover {
    opacity: .5;
}

.widget_cookie.cookie__hide {
    opacity: 0 !important;
    transition: opacity 0.7s;
}
/* End */


/* Start:/bitrix/templates/hospital4/styles.css?176344797817235*/
/*@font-face {
    font-family: 'Linux Biolinum Capitals';
    src: url(/bitrix/templates/hospital4/./fonts/LinBiolinum_aS.ttf);
}
@font-face {
    font-family: 'Linux Biolinum';
    src: url(/bitrix/templates/hospital4/./fonts/LinBiolinum_R.ttf);
}*/
@font-face {
    font-family: 'PFBeauSansPro';
    src: url(/bitrix/templates/hospital4/./fonts/PFBeauSansPro-Bold.ttf);
}

html, body {
	background-color: rgb(245, 254, 226);
	//padding-top: 50px;
	height: 100%;
	/* # font-family: RussoOne, Georgia, sans-serif; */
	/* font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; */
	font-family: Arial, sans-serif;
	font-size: 14px;
}
header
{
	color: black;
    /* height: 171px; */
    background-repeat: no-repeat;
    background-color: rgb(254, 174, 0);
	/* font-size: 16px; */
	border-bottom: 1px solid lightgray;
}
header > .container {
	background-image: url(/bitrix/templates/hospital4/./images/header3.jpg);
}

header a, footer a {/*color: rgb(32,88,103);*/}

.content {
    background-image: url(/bitrix/templates/hospital4/./images/city.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 220px;
}

section {
	padding-bottom: 20px;
}

aside {
	padding-bottom: 20px;
}

footer {
	font-size: 11px;
    border-top: 1px solid lightgray;
    padding-top: 15px;
    font-weight: bold;
    color: rgb(0, 66, 30);
}

footer p {
    margin-bottom: 5px;
}

footer h4 {
	/*font-family: RussoOne, Georgia, sans-serif;*/
	margin: 10px 0px;
}

footer .sitemap div {
	padding: 0px;
	color: #5d5d5d;
}

footer .sitemap > div {
    width: 15%;
    display: inline-block;
}
footer .sitemap > div > a {
    color: rgb(0, 66, 30);
}

aside>.heading>h3, aside>.heading>h4,
section>.heading>h3, section >.heading>h4 /*,
section  .newsblock h3, section  .newsblock h4*/ {
	background: url(/bitrix/templates/hospital4/./images/h2-bg.png) #00aaee;
	color: #fff;
	font: 'RussoOne', sans-serif;
	//margin-top: 0px;
	padding-left: 10px;
	//margin-left: -10px;
	border-radius: 3px;
}


.heading {
  margin: 15px 0px 5px 0px;
  //padding-left: 15px;
  font-family: RussoOne, Georgia, sans-serif;
  color:#616161;
}

aside>.heading {
	margin: 15px -5px 5px 0px;
}


h1 {
  font-size: 16pt;
  //margin:inherit;
  text-transform: uppercase;
  font-weight: bold;
}

h2{ 
  font-size: 14pt;
  //margin:inherit;
}

h3{
  font-size: 13pt;
  //margin:inherit;
}

h4{
  font-size: 12pt;
  font-weight: bold;
  //margin:inherit;
}

hr {
	margin-top: 3px;
}

.newsblock {
	background: #fff;
	opacity: 0.90;
	padding: 5px 5px;
	margin: 5px auto;
	//box-shadow: 1px -1px 5px grey;
	text-shadow: 0px 1px 0px #e5e5ee;
	overflow: hidden;
	text-overflow: ellipsis;
	border-radius: 3px;
}

.newsblock  .btn {
	//position: absolute;
	//bottom: 10px;
	//right: 20px;
	//text-shadow: none;
}

.newsblock  img {
	overflow: hidden;
	text-overflow: ellipsis;

	
 float:left;
	max-width: 100%; 
	height: auto; 
	margin: 0 auto 10px auto;
}

.news-preview {
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	float: none; 
}
.news-preview img{
	
	width: 100%;
	float: none; 
}

.news-date-time {
	color: #217921;
}

footer .social i {
	min-width: 33px;
	color: #616161;
}

#inner {
	padding: 0px; 
	box-shadow: -0px 0px 10px black;
	/* background-color: #fff; */
}

#outer {
    /* background-color: #a2d9f7; */
	/*background: linear-gradient(to bottom, #0576ae, #018dd2, #01a0e3, #a2d9f7);*/
	/*padding: 8px 8px;*/
	padding: 0;
	margin: 0;
}

@media (max-width: 768px) {
	#outer {
		padding: 0;
	}
}

.top-logo {
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px; 
	margin: 5px -30px 0px -25px; 
	padding: 0px; 
	min-width: 233px; 
}

.logoimg {
	display: block; 
	border: 0px solid #aef; 
	border-radius: 0px; 
	margin: 5px -15px; 
	padding: 5px 0px; 

	width: 233px;
	max-width: 80%;
}

.breadcrumb-navigation li:first-child a:before {
font-family: FontAwesome;
content: "\f015";
padding-right: 3px;
font-size: 1.1em;
}

.btn-primary {
color: #fff;
background-color: #008dd2;
border-color: #357ebd;
}

.btn-primary:hover {
color: #fff;
background-color: #0576ae;
border-color: #357ebd;
}

a, .search-tags-cloud > a {
color: black;
text-decoration: none;
}

.social .social-icon {
  width: 30px;
  height: 30px;
  background: url(/bitrix/templates/hospital4/./images/social.png) no-repeat;
  display: inline-block;
  margin-right: 10px;
}
.social .social-icon-small {
  width: 16px;
  height: 16px;
  background: url(/bitrix/templates/hospital4/./images/social-small.png) no-repeat;
  display: inline-block;
  margin: 5px 6px 0 0;
}
.social .twitter {
  background-position: 0 0;
}
.social .facebook {
  background-position: -30px 0;
}
.social .google-plus {
  background-position: -60px 0;
}
.social .vimeo {
  background-position: 0 0;
}
.social .youtube {
  background-position: -16px 0;
}
.social .flickr {
  background-position: -32px 0;
}
.social .instagram {
  background-position: -48px 0;
}
.social .rss {
  background-position: -64px 0;
}

.footer-logo {
  text-align: right;
  padding-top: 10px;
  height: 100%;
}

.footer-logo p {
  display:block;
}


.list-group-item {
	border: 1px solid #ddd;
	border-right: none;
	border-left: none;
}

.list-group-item:first-child, .list-group-item:last-child{
	border-radius: 0;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus, .list-group-item-info  {
color: #FFF;
background-color: #00aaee;
}

.navbar {margin-bottom: 0;}
.navbar-justified>li {
      float: none;
}

.breadcrumb {
	padding: 8px 15px 0px 15px;
	margin-bottom: 0px;
	list-style: none;
	background-color: transparent;
	border-radius: 4px;
}

#Go_Top {
    position: fixed; 
    top: 0px; 
    left: 0px;
	height: 100%;
	width: 12px;
    cursor: pointer; 
    z-index:10;
	box-shadow: 1px 0px 5px gray;
	background: url(/bitrix/templates/hospital4/./images/h2-bg.png) #f8f8f8;
}

#Go_Top span {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	//bottom: 50%;
	margin: 0;
	transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
}
.standard_table td, .standard_table th {
	border: 1px solid black;
	padding: 1px 3px;
}
ol.multilevel, ol.multilevel ol {
  counter-reset: li;
  list-style: none;
}
ol.multilevel li:before {
  counter-increment: li;
  content: counters(li,".") ". ";
}
p.select{color:#0ae;  cursor: pointer;}
p.pp{  text-indent: 20px;  margin-left: 10px;}
div.logo{  text-transform: uppercase;
 font: normal 15px/15px RussoOne, Georgia, sans-serif;
  font-size: 20px;
  width:800px;
  float:left;}
div.topname1{
    height: 50px;
  font-size: 14px;
    padding-left: 140px;
  padding-top: 30px;
  color: #026CFF;
}
 div.topname2{    height: 26px;
    padding-left: 140px;
	  background-color: rgb(204, 55, 52);;
  padding-top: 5px;
  color: white;
} 
div.logo2{    font-size: 22px;
  height: 19px;}
  
 div.logo3{ letter-spacing: 2px;
  height: 27px;}
  
 div.logo4{ letter-spacing: 2px;
  height: 28px;
  }
 div.logo5{   font-size: 22px;}
 @media (min-width: 768px){
 .slider3{

 width:32.7%;
 }}
 .slider3{
   position: relative;
  min-height: 1px;
#  padding-right: 15px;
#  padding-left: 15px;
  float:left;
  max-width:277px;
 
 }
 .slider3 div a img{
 width:100%;
  max-width:277px;
 }
 .row2{
 margin-left:5px;
 }
 
 #sm_slider .newsblock a {
  display: inline-block;
}
#sm_slider .newsblock .link {
  padding: 5px;
  background-color: rgba(128,128,128,0.5);
  position: absolute;
  bottom: 25px;
  text-shadow: none;
  width: 100%;
  margin: 0;
}
#sm_slider .newsblock .link a {
  color: #436BB3;
  display: initial;
  font-weight: bold;
}
 .link2{
  padding: 5px;
  background-color: rgba(128,128,128,0.7);
  position: absolute;
  bottom: 25px;
  text-shadow: none;
  width: 97.7%;
  margin: 0;
}
.link2 a {
  color: #E7EFFF;
  display: initial;
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
}
.img1{
//border: 2px solid rgb(26, 121, 229);
}
.newsblock2 {
	background: #fff;
	opacity: 0.90;
	padding: 5px 3px;
	margin: 5px auto;
	//box-shadow: 1px -1px 5px grey;
	text-shadow: 0px 1px 0px #e5e5ee;
	overflow: hidden;
	text-overflow: ellipsis;
	border-radius: 3px;
}
.info{
#float:left;
#width:169.5px;
#height:100px;
}
.info li{
float:left;
padding-left:10px;
}
.info2{
float:left;
width:169px;
 text-align: center;
}
.zz {margin-top: 15px;  
font-size: 22px;
 # border-top-color: rgb(74, 162, 219);;
 # border-top-width: 2px;
 # border-top-style: dashed;
  padding-top: 5px;
}
.zz div{
float:left;
padding-left:0px;
font: normal 20px/30px RussoOne, Georgia, sans-serif;
}
.zz1 {
  background-color: rgb(204, 55, 52);;
  padding: 0 5px;
  margin-left:5px;
  text-transform: uppercase;
 #  border-bottom-color: red;
 # border-bottom-width: 2px;
 # border-bottom-style: solid;
 color:white;
}
.zz2 {
#  background-color: rgb(74, 162, 219);;
  padding: 0 5px;
 # color:white;
font-size: 20px; 
}
.zz3 {
  padding: 0 5px;
 font-size: 18px; 
}
.razdel{
 border-color: rgb(74, 162, 219);
  border-width: 1px;
  border-style: solid;

}
.standard_table, .table3{
font-size:10px;
}

.table2,.table2 td,.table3,.table3 td{  border: 1px solid rgb(74, 162, 219); }
.table2 td, .table3 td{  padding:3px; text-align:center;}

.banner {
    display: block;
    position: relative;
    float: left;
    margin: 0;
    width: 263px;
    height: 147px;
    background-size: contain;
    color: white;
    text-shadow: 2px 2px 2px black;
    font-weight: bold;
    font-size: 16px;
    background-repeat: no-repeat;
    text-align: center;
}
.banner:hover {
    text-decoration: none;
color: white;
    opacity: 0.7;
}
.banner div {
    position: absolute;
    bottom: 0;
    background-color: rgba(128, 128, 128, 0.5);
    padding: 3px;
    width: 100%;
}
.banner-static-link {
display: block;
float: left; 
width: 200px; 
height: 200px; 
padding: 50px 5px; 
color: white; 
text-shadow: 1px 1px 1px black; 
font-weight: bold; 
font-size: 20px; 
background-image: url(/misc/bg1.jpg); 
background-size: cover;
cursor: pointer;
}
.banner-static-link:hover {
    text-decoration: none;
    color: white;
}
.opacity-0-75-on-hover:hover {opacity: 0.75;}

.portal {
    border: 1px solid rgb(255, 205, 55);
    text-align: center;
    margin-bottom: 20px;
    /* font-weight: bold; */
    background-color: white;
    font-size: 12px;
}
.portal p {
    margin-bottom: 5px;
}
.portal p:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-color: rgb(255, 205, 55);
    background: linear-gradient(to right, #fde811, rgb(255, 205, 55));
    color: black;
    text-transform: uppercase;
}
.sidebar-button {
    background-color: rgb(255, 205, 55);
    background: linear-gradient(to right, #fde811, rgb(255, 205, 55));
    border: none;
    width: 100%;
    margin-bottom: 5px;
    color: black;
    text-transform: uppercase;
    /* font-weight: bold; */
    font-size: 12px;
}
.sidebar-button:hover {
    background-color: rgb(255, 255, 105);
    color: black;
}
.services {
    padding: 0 10px /*40px*/;
}
.services .col-md-4 {
    padding-left: 8px;
    padding-right: 8px;
}
.services .service {
    display: block;
    background-color: white;
    color: black;
    text-decoration: none;
    /* padding: 5px 25px 10px 25px; */
    border: 1px solid lightgray;
    margin-bottom: 15px;
}
.services .service:hover {
    opacity: 0.8;
}
.service h5 {
    font-weight: bold;
    text-align: center;
    height: 30px;
}
.service .service-thumb img {
    max-width: 100%;
}
.service .service-text {
    font-size: 13px;
    /* font-weight: normal; */
    padding: 5px;
    height: 63px;
    /* background: linear-gradient(#1bb11b, #c4f1c4); */
    background: linear-gradient(#649635, #cae0b6);
    color: white;
}
.service .service-button {
    text-align: center;
}
.service .service-button a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    padding: 4px 20px;
    display: inline-block;
    width: 108px;
    background-color: #caf76f;
    background: 
        linear-gradient(0, #caf76f, #caf76f) left / 54px 100%, 
        linear-gradient(-135deg, transparent 10px, #caf76f 0) top right / 54px 50%, 
        linear-gradient(-45deg, transparent 10px, #caf76f 0) bottom right / 54px 50%;
    background-repeat: no-repeat;
}
.service .service-button a:hover {
    background-color: #dbf99f;
    background: 
        linear-gradient(0, #dbf99f, #dbf99f) left / 54px 100%, 
        linear-gradient(-135deg, transparent 10px, #dbf99f 0) top right / 54px 50%, 
        linear-gradient(-45deg, transparent 10px, #dbf99f 0) bottom right / 54px 50%;
    background-repeat: no-repeat;
}

header a, header a:hover, header a:visited, header a:focus {
    color: black;
}
.navbar-nav {
    /* margin-left: 10px; */
    margin-left: -8px;
}
ul.nav.navbar-nav > li > a, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    color: black;
    background-color: initial;
    /* font-weight: bold; */
    font-size: 16px;
}
.hospital-name {
    margin-top: 65px;
    margin-left: 20px;
    font-size: 26px;
    font-weight: bold;
    /* color: #c05046; */
    /* font-family: 'Linux Biolinum', "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: 'PFBeauSansPro', Arial, sans-serif;
}

#zapis {
    height: 50px;
    background-size: 30px;
    background-position: 10px;
    background-repeat: no-repeat;
    padding: 3px 5px 3px 48px;
    text-transform: uppercase;
    /* font-weight: bold; */
    color: #217921;
    border: 2px solid #217921;
    background-image: url(/bitrix/templates/hospital4/./images/user.png);
    margin: 20px 0px;
    display: flex;
    align-items: center;
    font-size: 12px;
}
#zapis:hover {
    text-decoration: none;
    cursor: pointer;
    opacity: 0.8;
}


/*====================================================================*/


.sidebar {
    margin-top: 30px;
}

.lightgallery {
    overflow: hidden;
}

.lightgallery > a {
    overflow: hidden;
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}

.lightgallery > a > img {
    max-height: 172px;
}

#inner > .container.content {
    padding-left: 0;
    background-color: #ffffd9;
    background-image: url(/bitrix/templates/hospital4/./images/city.png), linear-gradient(135deg, white 20px, #ffffd9 500px);
}
.content h1 {
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.content section a {
    font-weight: bold;
    /* color: #119911; */
    color: #217921;
}

.submenu ul {
    margin-bottom: 0;
}
.submenu ul li {
    list-style-type: none;
    display: inline-block;
    /* font-weight: bold; */
    font-size: 14px;
    padding: 10px;
}
.submenu ul li a {
    font-weight: initial;
    color: black;
}
.submenu ul li.active {
    color: #c05046;
}
.submenu:first-child ul {
    border-bottom: 1px solid lightgray;
}
.submenu:first-child ul li.active {
    font-weight: bold;
}
.submenu ul li.index-page-link a {
    color: #c05046;
    font-weight: bold;
    text-transform: uppercase;
}
.submenu + .submenu {
    margin-bottom: 20px;
}
.submenu + .submenu ul {
    background-color: #ffffd9;
}

.tabs .lightgallery > a > img {
    max-height: 160px;
}

.tabs .tabs-labels > a {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 30px;
    margin-bottom: 20px;
    color: black;
}
.tabs .tabs-labels > a.active {
    color: #c05046;
}
.tabs .tabs-panels > div {display: none;}
.tabs .tabs-panels > div:first-child {display: initial;}

.datatable-select tbody tr {
    cursor: pointer;
}
.dataTables_wrapper .dataTables_filter {
    /* float: left; */
    /* text-align: left; */
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: none;
}
.dataTables_scrollHead {
    border-bottom: 1px solid black !important;
}
.dataTables_wrapper .dataTables_scroll {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}
div.dt-buttons {
    float: right;
    margin-top: 20px;
}
button.dt-button, div.dt-button, a.dt-button, input[type="submit"] {
    background-image: none;
    background-color: #217921;
    color: white;
    border: none;
}
button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled), input[type="submit"]:hover:not(.disabled) {
    background-image: none;
    background-color: #22dd22;
    color: black;
}
table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: #a3dea3;
    /* color: white; */
}

table.form-table th {
    background-image: none;
}
input[name="web_form_submit"] {
    background-color: #217921;
    color: white;
    border: none;
}
input[name="web_form_submit"]:hover {
    opacity: 0.5;
}
.navbar-default, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background: none;
    border: none;
    color: black;
}
.navbar-default .navbar-nav>.active>a {
    font-weight: bold;
}

.custom-tooltip {
    display: none;
    position: absolute;
    z-index: 1000;
    border-radius: 4px;
    /* background-color: #bee8f3; */
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    opacity: 0.9;
    /*min-height: 50px;*/
}

@media (min-width: 992px) {
    .navbar-static-top .navbar-collapse {
        display: flex!important;
        justify-content: center;
    }
}

.mw-100 {
	max-width: 100%;
}
/* End */
/* /bitrix/templates/hospital4/components/bitrix/menu/bootstrap_v4/style.css?173856164012303 */
/* /bitrix/templates/hospital4/components/scody/cookie/vkb4-with-modal/style.css?17412264351715 */
/* /bitrix/templates/hospital4/styles.css?176344797817235 */
