

/* Start:/local/templates/endoinfo/components/bitrix/sale.basket.basket.line/header/style.min.css?17059252484011*/
.bx-basket-block{position:relative;padding-bottom:5px;padding-left:20px;white-space:nowrap;font-size:12px}.bx-basket-block>.fa{position:absolute;top:3px;left:0;width:12px;color:#97a1ab}.bx-basket-block a{margin-right:10px}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:998;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}.block-store-catalog-list .bx-basket-fixed.bottom{bottom:70px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:998;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-item-list{display:none}.block-wrapper .bx-basket-fixed{padding-top:0}.block-wrapper .bx-basket-fixed .bx-hdr-profile{display:flex;justify-content:space-between}.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block{margin-right:20px;padding-bottom:0}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/local/templates/endoinfo/components/bitrix/menu/main_menu/style.css?17150680411248*/
/*добавляется при скролле*/
.fixed-menu{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}


.main-nav {
	background-color: #4089EA;
	height: 60px;
}

.main-nav >ul {

}
.main-nav ul.items-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-nav ul li a {
	color: #fff;
	/*text-transform: uppercase;*/
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
}

.main-nav ul li a:hover {
	text-decoration: none;
	background-color: #1b72e6;
}
.main-nav .items-list > li {
	position: relative;
}

.main-nav .items-list > li > ul {
    position: absolute;
    z-index: 2;
    display: none;
    background-color: #4089EA;
}
.main-nav .items-list > li:hover > ul {
    display: block;
	min-width: 260px;
}
.main-nav .items-list ul li a {
    text-transform: none;
    line-height: 120%;
    padding: 10px;
    height: auto;
}
.main-nav .items-list ul li:hover {
    background-color: #1b72e6;
}

/* End */


/* Start:/local/templates/endoinfo/components/bitrix/menu/mixa_mobil/style.css?171376700215184*/
.mobi .search-btn.btn.btn-main{
    border: 1px solid transparent;
    height: 44px;
    width: 56px;
    margin-left: -56px;
    background-image: url(/local/templates/endoinfo/img/search-white.svg);
    -webkit-background-size: 24px 24px;
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
}
.show .social li:not(:last-of-type){
	margin-right: 5px
}
.show .social a{
    text-decoration: none;
    color: #1F3282;
    display: block;
    width: 27px;
    height: 27px;
    background-color: #F1F3F7;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /* text-align: center; */
    line-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-btn{
    border: 1px solid transparent;
    height: 44px;
    width: 56px;
    margin-left: -56px;
    background-image: url(/local/templates/endoinfo/components/bitrix/menu/mixa_mobil/../img/search-white.svg);
    -webkit-background-size: 24px 24px;
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
}
}



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

.bx-top-nav-container {
	position: relative;
	padding: 0 10px;
	border-radius: 2px;
	background: var(--theme-color-primary);
	color: #000000;
}


.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: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font: 14px 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: #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: #000;
	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: #000;
	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: #000;
}

.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: #000;
	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-aside-nav .bx-nav-parent-arrow { display: block; }

	.bx-aside-nav .bx-nav-1-lvl-link-text .bx-nav-angle-bottom{ display: 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; }
.bx-nav-1-lvl {
    position: relative;
    display: flex;
}
.bx-nav-angle-bottom {
    position: relative;
    display: block;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    top: 15px;
    margin-left: 15px;
}
.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: none;
    background: none;
}
.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: none;
}
.bx-nav-1-lvl-link {
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 2px;
    border-bottom: none;
    border-radius: 1px;
    text-decoration: none;
    transition: 250ms linear all;
}
.bx-nav-angle-bottom {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    /* top: -25px; */
    margin-left: 15px;
    z-index: 300;
    /* float: right; */
}
.bx-nav-2-lvl-container, .bx-nav-2-lvl-container-advanced {

    box-shadow: none;
    
}
.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: relative;
    top: calc(100% - 5px);
    z-index: 999;
    display: block;
    background: none;
    opacity: 1;
    align-items: stretch;
}
.bx-nav-1-lvl {
    position: relative;
    display: block;
}
.bx-nav-angle-bottom {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    top: 0px;
    margin-left: 15px;
    z-index: 300;
    /* float: right; */
}

.bx-nav-2-lvl-link {
    display: block;
    padding: 5px 15px 5px;
    border-bottom: none !important;
    text-decoration: none !important;
    color: #000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font: 14px 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;
}
/* End */


/* Start:/local/templates/endoinfo/components/bitrix/breadcrumb/filial/style.min.css?1706350754620*/
.bx-breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bx-breadcrumb-item{height:22px;white-space:nowrap}.bx-breadcrumb-item-angle{margin:0 10px;color:#b5bdc2;vertical-align:top;font-size:12px}.bx-breadcrumb-item-link{border-bottom:0;vertical-align:top;line-height:21px}.bx-breadcrumb-item-text{vertical-align:top;white-space:normal;font:400 13px/21px "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;transition:250ms linear all}
/* End */


/* Start:/local/templates/endoinfo/components/bitrix/menu/footer-menu/style.css?171343493193*/
.nav-section{
	margin-bottom: 15px;
}
.page-footer .footerlink ul li a:hover{
	color: #fff;
}
/* End */


/* Start:/local/templates/endoinfo/styles.css?177565903651*/
.main-fast-links .btn{margin-bottom:15px!important}
/* End */


/* Start:/local/templates/endoinfo/template_styles.css?177565903616629*/
input.vampirus_robokasskassa_payment_button {
	display: block;
	padding: 0 17px;
	float: right;
	max-width: 115px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 38px;
	background: #70bb18;
	color: #fff;
	font: var(--ui-font-weight-bold) 13px/38px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
}.btn.btn-default.button.vampirus_robokasskassa_payment_button {
    color: #fff;
    display: block;
    float: none;
    position: relative;
}.bx-breadcrumb-item{
	height: auto;
}
div.j1
{
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 500;
}
div.oname
{
    display: flex;
    justify-content: space-between;
}
div.bazafi22 {
    /* text-align: center; */
    font-size: 16px;
/*    margin-bottom: 15px;
    height: 95px;*/
    overflow: hidden;
    line-height: 120%;
    padding: 20px;
}
div.oname2
{
    padding: 20px;
    font-size: 17px;
}
div.oname1
{
    color: #4089EA;
    font-weight: 600;
    font-size: 2em;
    padding: 20px;
}
p.butdogof {}
p.butdogof a {
display: block; float: left; padding: 3px 15px; color: #333; text-decoration: none; margin: 0px 15px 20px 0px;
position: relative;
/*
box-shadow: 0px 1px 1px #777; border-radius: 3px;
background: #ffffff; 
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); 
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); 
background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); 
background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); 
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); 
*/
}
p.butdogof a::before{
	content: '';
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #4089EA;
	position: absolute;
	top: 6px; 
	left: 0;
}
p.butdogof a:nth-of-type(2)::before{
	background-color: #E00;
}
p.butdogof a:nth-of-type(3)::before{
	background-color: #F79A38;
}
p.butdogof a:nth-of-type(4)::before{
	background-color: green;
}
.sections-list .top-whatsapp{
	display: inline-block;
	background-color: #E00;
	color: #fff;
	padding: 9px 25px 9px 20px; 
	margin-left: -15px;
}
p.butdogof a:hover { background: #fff;}
div.mf-name input,div.mf-text input, div.mf-message textarea {
    width: 100%;
    font-size: 16px;
    background-color: #ECECEC;
    color: #8C94A2;
    padding: 18px 32px;
    border: none;
    /* border-radius: 50px; */
    border-radius: 10px;
}
.btn-main {
    background-color: #4089EA!important;
    color: #fff!important;
/*padding:0px!important;*/
}
.hospitalization__title{
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #1F3282;
	font-size: 32px;

}

div.video-card
 {
    background: #EDF4FF;
    padding: 15px;
    border-radius: 10px;
    box-shadow: -3px 7px 5px #ccc;
    margin-bottom: 20px;
}
/*Карточка доктора 03.08.2023*/
.doctor-card{
  display: flex; 
  background: linear-gradient(180deg, #E9F5FF 0.76%, rgba(219, 238, 253, 0.00) 100%);
  padding: 12px 30px 16px !important;
}
.doctor-card .doctor-card__image{
  margin-right: 17px; margin-top: 0;
  box-shadow: unset;
  border: none;
  object-position: top;
  object-fit: contain;
}
.doctor-card .doctor-card__name{
  margin: 0;
  background-color:#0087F5; 
  color:#fff; padding: 12px 13px; 
  font-size: 18px; 
  font-weight: 700; 
}
.doctor-card .doctor-card__about{
  margin-top: 14px;
  padding-bottom: 20px;
}
.doctor-card .doctor-card__content{
  position: relative;  
}
.doctor-card__link{
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 460px){
  .doctor-card{flex-direction: column; align-items: center;}
}
/* End */
/* /local/templates/endokrin/components/bitrix/catalog/uslugiICena/bitrix/catalog.element/.default/style.css?14865187081816 */
/* /local/templates/endokrin/components/bitrix/news.list/SvyzannyeNewsVCatalogah/style.css?16920178231242 */

a.cc 
 {
    color: #000000;
    display:flex
}
a.cc img {
    margin-bottom: 20px;
    position: relative;
    top: -10px;
    margin-right: 15px;
}

.hospitalization__item-link:hover{
	color: #4B4A4A;
}


.hospitalization__item-link{
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	color: #4B4A4A;
	text-align: left;
	max-width: 260px;
	margin-left: 21px;
}


.hospitalization__item{
	display:flex;
	align-items: center;
	margin-bottom: 20px;
	width: 34%;
	margin-left: -20px;
}
.hospitalization__list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hospitalization__prays{
	color: #4089EA;
	font-size: 20px;
	text-decoration-line: underline;
	margin-top: 50px;
}

}
@media screen and (max-width: 1000px){
div.oname1 {
    color: #4089EA;
    font-weight: 600;
    font-size: 1.5em;
    padding: 20px;
    line-height: 150% !important;
}
.hospitalization__item{
	width:377px;
}
}img {
  
    max-width: 100%;
}
.videowrap {
  max-width: 720px;
  margin: 0 auto;
}
a.uuu
{color: #000000;
    font-weight: 300;
    font-size: 14px;
display:flex;
}
a.uuu img {margin-right:15px;
margin-bottom:20px;
width:40px;
height:40px;
position:relative;
top:15px}
a.uuu:hover
{text-decoration:none}
a.uuu span
{
 color: #000000;
    font-weight: 600;
    font-size: 18px;
}
.videoblock {
  position: relative;
  padding-bottom: 56.25%; /*для видео из соотношением экрана 16:9*/
  height: 0;
  overflow: hidden;
}
.videoblock iframe, object, embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.bx_element input[type=radio]:checked + label .bx_logotype, .bx_element label.selected .bx_logotype {
    border: 0 !important;
    padding: 1px;
}
div.textblok a img
{
    width: 300px;
    height: auto;
    display: block;
    margin: 20px 0px;
}
.offer-name {
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    color: #000;
    font-size: 13px;
    line-height: 16px;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
 box-shadow: 5px 5px 5px #ccc;
background-color: #EDF4FF;
}
.offer-name.active,.offer-name:hover {
    background-color: #EDF4FF;
    color: #000;
    font-weight: 600;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 5px #ccc;
}
#order_form_div input[type="text"], #order_form_div input[type="password"], #order_form_div textarea, #order_form_div select {

    width: 95%;

}

.filesprilepim {
    padding: 0;
    background: none;
    width: 100%;
}
.current_price {
    font-size: 13px !important;
    font-weight: 600 !important;
    text-align: right;
}
div.df
 {
    margin: 20px 0px;
    border: 1px solid #ccc;
    padding: 20px 0px;
box-shadow: 5px 5px 5px #ccc;
}
h1.contentus {
    margin-bottom: 40px;
    margin: 0 15px;
    word-break: break-word;
    margin-top: 15px;
}
div.block77
 {
    margin: 20px;
    background: #EDF4FF;
    padding: 20px;
    border-radius: 10px;
box-shadow: 5px 5px 5px #ccc;
}
div.textbyuser textarea
 {

    background: #EDF4FF!important;
    padding: 20px;
    border-radius: 10px;
box-shadow: 5px 5px 5px #ccc!important;
margin-bottom:30px!important;
}
.bx-breadcrumb-item {
    /* height: 22px; */
    white-space: nowrap;
    margin: 20px 0px;
    display: inline-block;
}
html,body {overflow-x:hidden}
.navbar-light .navbar-toggler-icon {
    background-image: url(/local/templates/endoinfo/img/meny.svg)!important;
}
img.detail_picture {
    margin-bottom: 40px;
    max-width: 100%;
    margin-left: 0px;
    margin-top: 30px;
}
div.l1
 {
    background: #F8F8F8;
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0)!important;
    border-color: rgba(0, 0, 0, 0)!important;
}
.bg-light {
    background-color: rgb(248 249 250 / 0%) !important;
}
 /* the slides */
  .slick-slide {
      margin:0 15px;
  }
  .cart-sum .total {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.zz .top-cart-img span {
    width: 22px ;
    height: 22px;
    display: block;
    background-color: #fff;
    border: 2px solid #EE0000;
    position: relative;
    top: -36px;
    right: -20px;
    font-size: 11px;
    color: #EE0000;
    text-align: center;
    line-height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.zz .top-cart-img{
    position: relative;
    margin-right: 30px;
    top: 20px;
}
  /* the parent */
  .slick-list {
      margin:0 -15px;
  }
.item_fil {
    background: #EDF4FF;
    padding: 15px;
    border-radius: 10px;
    box-shadow: -3px 7px 5px #ccc;
    margin-bottom: 20px;
}
div.bazafi {
   
    height: 50px;
    overflow: hidden;
}
div.chafi2
{
    height: 55px;
    overflow: hidden;
}
div.stay a
{
    font-size: 1.5em;
    color: #1F3282;
	display:flex;
}
div.nazvavra img {
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 100%;
    max-height: 276px;
}
div.nazvavra {
    color: #1F3282;
    text-align: center;
    font-size: 1.7em;
    line-height: 120%;
    font-weight: 500;
    min-height: 58px;
}
div.bazafi2 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
    height: 95px;
    overflow: hidden;
    line-height: 120%;
}
a.more2
{
    padding: 10px 20px;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #ffffff;
    background: #4089EA;
    border-radius: 10px;
    max-width: 300px;
    margin-bottom: 20px;
    font-size: 16px;
	border:1px solid #4089EA;
}
a.more2:hover
{
    padding: 10px 20px;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #4089EA;
    background: #ffffff;
    border-radius: 10px;
    max-width: 300px;
    margin-bottom: 20px;
    font-size: 16px;
	border:1px solid #4089EA;
}
.item_vra {
    background: #EDF4FF;
    padding: 15px;
    border-radius: 10px;
    box-shadow: -3px 7px 5px #ccc;
    margin-bottom: 20px;
}
div.nazvafi {
    font-weight: 600;
    margin-bottom: 10px;
    color: #4089EA;
    FONT-SIZE: 16PX;
    min-height: 40px;
}
div.chafi
{
    display: flex;
    margin: 15px 0px;
}
div.phofi
{
    display: flex;
    margin: 15px 0px;
}
div.chafi1,div.phofi1
 {
    /* width: 30%; */
    padding-right: 20px;
    font-weight: 600;
    color: #4089EA;
}
.breadcrumbs {
    margin: 20px 15px;
    display: flex;
}

.breadcrumbs div {margin-left:10px}
div.priceblok {
    background: #F5F9FF;
    padding: 30px 15px;
    margin-bottom: 40px;
		margin:30px 15px;
}

h3.zaus {
    font-family: "Inter", sans-serif;
    margin: 0px;
    margin-bottom: 30px;
    margin: 30px 15px;
    font-size: 24px;
}
div.stprice
 {
    color: #231F20;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
	margin:0 15px;
}
div.stprice:not(:last-child) {
    margin-bottom: 10px;
}
h1.contentus {
    margin-bottom: 40px;
    margin: 0 15px;
    word-break: break-word;
}
img.detail_picture
{
    margin-bottom: 40px;
	max-width:100%;
	margin-left:15px;
		
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px!important;
    height: 40px!important;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}.slick-prev {
    left: -45px!important;
}
.slick-next {
    right: -45px!important;
}
/*
div.textblok{
	margin:0 15px
}
*/

div.stay a {
    margin-bottom: 10px;
    font-size: 1.5em;
    color: #1F3282;
    display: flex;
    justify-content: flex-start;
    line-height: 150%;
    padding: 15px 0;
    margin-bottom: 10px;
    margin: 0 15px;
    box-shadow: 0px 2px 5px#ccc;
    margin-bottom: 10px;
}

div.stay a img {
    margin-right: 15px;
    max-height: 42px;
}


























@media (min-width: 1101px) {
	
	.mobi
	{display:none}
	
}

@media (max-width: 1100px) {
.hospitalization__item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 50%;
    margin-left: -20px;
}
	img.detail_picture
{
    margin-bottom: 40px;
	max-width:100%;
	margin-left:0px;
		
}
	.komp
	{display:none}
	.bx-nav-1-lvl-link-text {
    display: flex;
    padding: 10px 14px 14px;
    color: #000!important;
    text-decoration: none;
    text-transform: uppercase;
    font: 14px 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:after, .bx-nav-angle-bottom:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 2px;
    background-color: #000!important;
    content: '';
    transition: 250ms linear all;
}
.navbar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    padding: 0.5rem 1rem;
}
.mobi .zz .top-cart,
.mobi .zz{
	margin-bottom: 5px;
}
.mobi .zz .auth{
	margin-bottom: 5px;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(/local/templates/endoinfo/img/meny.svg) !important;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-top: 10px;
}
div.zz
{
   /* margin-top: 10px;
     text-align: right; */
    display: flex;
    justify-content: end;
    margin-right: 15px;
}
  .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
	 .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
	.navbar-expand-md .navbar-toggler {
    display: block;
}
.btn-main {
     margin: 0 auto!important;
    display: block!important;
    max-width: 90%;
}
.btn-accent {
 
    margin: 0 auto!important;
    display: block!important;
    max-width: 90%;
}
div.logo a.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin: 0 auto;
    display: block !important;
    text-align: center;
    margin: 10px;
}
img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
}
.bx-nav-1-lvl:before {display:none}
iframe {
    border: 0;
    max-width: 100%;
}
div.logo a.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin: 0 auto;
    display: block !important;
    text-align: center;
    margin: 10px;
    padding: 15px;
}.specialist-detail .detail-img a img {
    max-width: 100%;
}
footer ul li::before {
  display:none
}
}


@media (max-width: 800px) {
#bx_incl_area_5{

}
.hospitalization__item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    margin-left: -20px;
}
h1 {
	font-weight: 700;
	font-size: 26px!important;
/*	line-height: 22px!important;*/
	line-height: 32px!important;
	color: #1F3282;
}
div.priceblok{
	margin: 0;
}
.row .col-md-12 h3.zaus{
	margin-top: 0;
	margin-bottom: 15px;
}
}

footer ul li::before {
  display:none
}
header ul li::before {
  display:none
}


@media screen and (max-width: 768px) {
.specialist-detail .detail-img a img{
	height: 300px;
	width: auto;
	display: block;
	margin: auto;
}
}






/* End */
/* /local/templates/endoinfo/components/bitrix/sale.basket.basket.line/header/style.min.css?17059252484011 */
/* /local/templates/endoinfo/components/bitrix/menu/main_menu/style.css?17150680411248 */
/* /local/templates/endoinfo/components/bitrix/menu/mixa_mobil/style.css?171376700215184 */
/* /local/templates/endoinfo/components/bitrix/breadcrumb/filial/style.min.css?1706350754620 */
/* /local/templates/endoinfo/components/bitrix/menu/footer-menu/style.css?171343493193 */
/* /local/templates/endoinfo/styles.css?177565903651 */
/* /local/templates/endoinfo/template_styles.css?177565903616629 */
