.lab_ban-wrapper {
display: flex;
justify-content: space-evenly;
}

.lab_ban{
display:block;
width:100%;
max-width: 320px;
background-color: rgba(9, 75, 131, 0.7);
border-bottom: 10px solid #058fd0;
color: #fff;
text-align: center;
padding: 15px;
margin: 0 auto 1rem;
color:#fff;
font-size:110%;
}


.lab_ban:hover {
background-color: rgba(9, 75, 131, 0.9);
color: #FFF;
}

.lab_ban a {
color:#fff;
}
.lab_ban a:focus {
color:#eee;
}
.in-medcenter__title-code {
    width: 120px;display:none;
}
.in-medcenter__title-date {
    width: 70px;
}
.in-medcenter__title-medcenter, .in-medcenter__title-home, .in-medcenter__title-price {
    width: 80px;
}
.directs-detail .wrap-prices-block .prices-block .price div, .directs-article .wrap-prices-block .prices-block .price div {
flex: 240px 0 1;
}
.directs-detail .wrap-prices-block .prices-block .price>div:nth-child(1) {display:none;}

.analysis-table .in-medcenter__title.fortitle  .in-medcenter__title.with-analysis.subanalis .in-medcenter__title-icon {
display:none;
}
.tabs .analizs .subanalis.opened .in-medcenter__title-count {
width: 258px;
    padding-left: 40px;
}
.share-modul_block-footer {color: #fff;
    text-align: center;
    background: #01b8be;
    box-shadow: none;
border-radius: 0 0 10px 10px;font-size:18px;}
.share-modul_block.for-l1 .share-modul_block-text
{
font-size:18px;
	}
.share-modul_block-footer a {
color: #fff;
}
.share-modul_block.for-l1{
box-shadow:none;
-webkit-box-shadow:none;
background:#fff;
    border-radius: 10px 10px 0 0;
	}
.footer_sub-cards {display:none}
#sliderMainTop .footer_sub-cards {
display:flex;
}
.med-prog-banner {
    height: 300px;}
@media(max-width:762px){
	.lab_ban-wrapper {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.lab_ban a {
		width:100%;
	}
}