

/* Start:/bitrix/templates/proclinic/components/bitrix/menu/menu/style.min.css?1598341380490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/proclinic/components/bitrix/menu/menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/proclinic/components/bitrix/news.list/slider/style.css?16714580062765*/
.sp-slide.new .container{
    padding-top: 6.15%;
}

.slide_container{
        
}

.slide_container.right{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;     
}

.right .slide_title{
    font-weight: 600;
    font-size: 45px;
    line-height: 61px;
    text-transform: uppercase;
    color: #455F68;
}

.right .slide_title{
    font-weight: 600;
    font-size: 45px;
    line-height: 61px;
    text-transform: uppercase;
    color: #455F68;
}

.right .slide_price{
    padding: 21px 39px;
    background: #009970;
    font-weight: 700;
    font-size: 45px;
    line-height: 61px;
    text-transform: uppercase;
    color: #FFFFFF;
}


.left .slide_title{
    font-weight: 600;
    font-size: 30px;
    line-height: 158%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.left .slide_price{    
    font-weight: 700;
    font-size: 45px;
    line-height: 61px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 3%;
}


.sp-slide.new.center .container{
    padding-top: 125px;   
}


.center .slide_title{
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 158%;
    text-transform: uppercase;
    color: #455F68;
}

.center .slide_title span{
    font-weight: 700;
    color: #009970;
}

@media(max-width:1200px){
   .sp-slide.new.center .container{
        padding-top: 135px;   
    }
   
   .center .slide_title{
        font-size: 30px;
   } 
}


@media(max-width:992px){
   .sp-slide.new.center .container{
        padding-top: 135px;   
    }
   
   .center .slide_title{
        font-size: 26px;
   } 
}    


@media(max-width:768px){
    .slide_container.right{
        margin-bottom: 0;
    }
    
    .right .slide_title,
    .right .slide_price{        
        font-size: 30px;
        line-height: 40px;       
    }  
    
    .right .slide_title{
     margin-bottom: 15px;
    } 
    
    .right .slide_title br{
        display: none;
    } 
    
    .right .slide_price{
        padding: 10px 15px;
    }
    
    .center .slide_title{
        font-size: 23px;
    }
    
    .sp-slide.new.center .container{
        padding-top: 16.15%;   
    }
                 
}


@media(max-width:576px){
    .right .slide_title,
    .right .slide_price{        
        font-size: 16px;
        line-height: 22px;        
    }  
    .right .slide_title br{
        display: none;
    } 
    
    .right .slide_price{
        padding: 10px 15px;
    }
    
    .left .slide_title{
        font-size: 16px;
    }
    
    .left .slide_price{
        font-size: 18px;
        line-height: 24px;
    }
    
    .center .slide_title{
        font-size: 18px;
    }
    
    .sp-slide.new.center .container{
        padding-top: 6.15%;   
    }
     
}
/* End */


/* Start:/bitrix/templates/proclinic/components/bitrix/system.pagenavigation/.default/style.css?16714520513332*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {	
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: none;
	padding: 0 0px;
	display: block;
	height: 30px;
	min-width: 30px;
	line-height: 30px;
	color: #009970;
    font-weight: 600;
	font-size: 15px;
    text-align: center;
	border-radius: 100%;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 100%;
	height: 30px;
	min-width: 30px;
	line-height: 30px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #009970;
	color: #fff;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev{
    margin-right: 15px;
    margin-left: 0;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next{
    margin-right: 0;
    margin-left: 15px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #E4EDEE;	
	line-height: 30px;
	padding: 0 0px;	
    text-align: center;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{	
	background: #E4EDEE;	
	line-height: 30px;
	padding: 0 0px;
    text-align: center;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #009970;	
}


.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span svg path,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span svg path{
    
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span svg path,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span svg path{
    stroke: #fff;
}


/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/bitrix/templates/proclinic/components/bitrix/news.list/uslugi_2022/style.css?17272528551699*/
.services_new{
    padding-top: 92px;
    margin-bottom: 90px;
}

.services_new .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.services_new_title{
    font-weight: 400;
    font-size: 36px;
    line-height: 49px;
    text-align: center;
    text-transform: uppercase;
    color: #00B696;
    margin-bottom: 45px;
}

.services_new_item{
    border: 1px solid #455F68;
    display: flex;
    align-items: center;
    min-height: 188px;
    margin-bottom: 32px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.services_new_item:hover{
    background: #00B696;
    border-color:#00B696; 
}

.services_new_item_cont{
    width: 100%;    
}


.services_new_icon{
    text-align: center;
    margin-bottom: 25px;
}

.services_new_icon img{
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.services_new_item:hover .services_new_icon img{
    filter: brightness(0) invert(1);
}

.services_new_name{
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #00B696;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.services_new_item:hover .services_new_name{
    color:#FFFFFF;
}


.services_new_btn{
    text-align: center;
    margin-top: 13px;
}

.services_new_btn a{
    display: inline-block;
    width: 170px;
    background: #00B696;
    border-radius: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 41px;
    text-align: center;
    color: #FFFFFF;
    
}
/* End */


/* Start:/bitrix/templates/proclinic/components/bitrix/news.list/advantage/style.css?1701952041966*/
.advantage{
    padding-top: 70px;
    background: url(/bitrix/templates/proclinic/components/bitrix/news.list/advantage/images/bg_advantage.jpg) no-repeat center;
    background-size: cover;
}

.advantage_title{
    font-weight: 400;
    font-size: 36px;
    line-height: 49px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 99px;
}

.advantage_item{
    margin-bottom: 116px;
}

.advantage_item.chet{
    padding-left: 68px;
}


.advantage_name{
    font-weight: 700;
    font-size: 20px;
    line-height: 151.18%;
    color: #FFFFFF;
    padding-left: 47px;
    position: relative;
}

.advantage_name:before{
    content: '+';
    font-weight: 700;
    font-size: 100px;
    line-height: 58px;
    text-align: center;
    color: #00B696;
    position: absolute;
    left: -4px;
    top: -44px;
    
}

@media(max-width: 992px){

.advantage_title{
    font-size: 30px;
    line-height: 43px;
}

.advantage_item.chet{
    padding-left: 0;
}

.advantage_name{
    font-size: 18px;
}

}
/* End */


/* Start:/bitrix/templates/proclinic/components/bitrix/news.list/sertificati/style.css?1598341379150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/proclinic/components/bitrix/news.list/doktora/style.css?1598341379150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/proclinic/components/bitrix/news.list/otzivi/style.css?1701952829332*/
.review-container_btn{
    text-align: center;
    margin-top: 50px;
}

.review-container_btn a{
    display: inline-block;
    width: 170px;
    background: #00B696;
    border-radius: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 41px;
    text-align: center;
    color: #FFFFFF;
    
}
/* End */


/* Start:/bitrix/templates/proclinic/components/bitrix/news.list/novosti_na_glavnoi/style.css?1598341379150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/proclinic/components/bitrix/news.list/sovet_vracha/style.css?1598341379150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/proclinic/components/bitrix/news.list/vopros_otvet/style.css?1598341379150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/proclinic/components/bitrix/news.list/sposok_vrachei/style.css?1598341379150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/proclinic/template_styles.css?1776267724560*/
/*.numbers{
  display: none;
}*/

/*.review{
  display: none;
}*/

.blog{
  display: none;
}

.tipsfaq{
  display: none;
}

.clients{
  display: none;
}

.header-logo img{
  width: 160px !important;
  height: auto!important;
}

.mcka-info{
  margin-bottom: 15px;
}

.mcka-info span{
    margin: 4px 0 0 15px;
}

.slider-title,
.slider-welcome,
.slider-subtitle{
   color: #00dba5 !important;
   width: 100%;
   text-shadow: 1px 1px 1px #000000 !important;
}

.slider-welcome{

}


@media(min-width: 768px) {
	.slider-title{
	  font-size: 53px !important;
	}
}

/* End */
/* /bitrix/templates/proclinic/components/bitrix/menu/menu/style.min.css?1598341380490 */
/* /bitrix/templates/proclinic/components/bitrix/news.list/slider/style.css?16714580062765 */
/* /bitrix/templates/proclinic/components/bitrix/system.pagenavigation/.default/style.css?16714520513332 */
/* /bitrix/templates/proclinic/components/bitrix/news.list/uslugi_2022/style.css?17272528551699 */
/* /bitrix/templates/proclinic/components/bitrix/news.list/advantage/style.css?1701952041966 */
/* /bitrix/templates/proclinic/components/bitrix/news.list/sertificati/style.css?1598341379150 */
/* /bitrix/templates/proclinic/components/bitrix/news.list/doktora/style.css?1598341379150 */
/* /bitrix/templates/proclinic/components/bitrix/news.list/otzivi/style.css?1701952829332 */
/* /bitrix/templates/proclinic/components/bitrix/news.list/novosti_na_glavnoi/style.css?1598341379150 */
/* /bitrix/templates/proclinic/components/bitrix/news.list/sovet_vracha/style.css?1598341379150 */
/* /bitrix/templates/proclinic/components/bitrix/news.list/vopros_otvet/style.css?1598341379150 */
/* /bitrix/templates/proclinic/components/bitrix/news.list/sposok_vrachei/style.css?1598341379150 */
/* /bitrix/templates/proclinic/template_styles.css?1776267724560 */
