

/* Start:/bitrix/templates/medclinic/components/bitrix/catalog/employees/style.css?17000528091182*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/bitrix/templates/medclinic/components/bitrix/catalog/employees/bitrix/catalog.element/worker-detail/style.css?17387356284855*/
.worker-detail-header{
	padding-bottom: 15px;
}
.worker-detail-header img{
	width: 100%;
	height: auto;
}
.modal-content {
	background-color: #fff;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	max-width: 400px;
	width: 90%;
	text-align: center;
}
.close{
	padding: 5px !important;
}
.worker-detail-header > *{
	margin: 0 auto;
}
.page-content .worker-detail-info-block-title{
	margin: 0;
	text-transform: uppercase;
	font-size: 0.7142em;
	line-height: 22px;
}
.page-content .worker-detail-info-block-title.reception{
	font-size: 1.142em;
}
.page-content .worker-detail-info-block-value{
	margin: 0;
	line-height: 22px;
        font-weight: bold;
        font-size: 1.1428em;
}
.worker-detail-info-block-value a{
	color: #000!important;
}
.worker-detail-description{
	padding-top: 35px;
	line-height: 25px;
}
.worker-detail-info > *:not(.row){
	margin-bottom: 28px;
}
.worker-detail-info-block-inline{
	display: inline-block;
	margin-bottom: 10px;
}
.worker-detail-info-block-inline a,
.worker-detail-info-block-inline a:focus{
    color: #C5C5C5;
    font-size: 18px;
    margin-right: 20px;
}
.worker-detail-btn{
	display: flex;
	position: relative;
        overflow: hidden;
}
.worker-detail-picture{
	margin-bottom: 30px;
}
.worker-detail-back-link .fa{
	margin-right: 10px;
}

.element-desc__list-group-item {
	padding: 15px 25px 15px;
	position: relative;
	display: block;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
}
.element-desc__list-group-item:hover{
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5;
}
.element-desc__list-group-item.active {
	text-shadow: none;
	border: 1px solid #eff1f5;
	border-left-color: var(--prv_color);
	background: #fff;
	color: #212121;
}
.element-desc__list-group-item.active:hover,
.element-desc__list-group-item.active:focus{
	text-shadow:none;
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5;
	border-color:#eff1f5;
	border-left-color: var(--prv_color);
	background-image:none;
}
.element-desc__dropdown-tab-panel {
	position:relative;
	display:block;
	width:100%;
	padding: 15px 55px 15px 25px;
	border: 1px solid #eff1f5;
	margin: 0 0 -1px;
	cursor: pointer;
	color: #212121;
	background: #fff;
}
.element-desc__dropdown-tab-panel:hover,
.element-desc__dropdown-tab-panel:focus {
	text-decoration:none;
	color:#212121;
}
.element-desc__dropdown-tab-panel:after {
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	width: 0px;
	height: 0px;
	margin: -2px 0 0;
	border-bottom: 3px solid #212121;
	border-top: 0px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
.element-desc__dropdown-tab-panel.collapsed:after {
	border-bottom: 0px;
	border-top: 3px solid #212121;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
.element-desc__tab-panel-nav{
	margin-bottom: 30px;
}

.nav.element-desc-tabs-list{
	margin-bottom: 40px;
	border-bottom: 1px solid #E1E1E1;
}
.element-desc-tabs-list>li{
	margin-right: 6px;
}
.online-visit-wrapper{
	margin-right: 10px;
}
.element-desc-tabs-list>li>a,
.element-desc-tabs-list>li>a:focus{
	padding: 9px 26px;
	font-size: 1em;
	color: #212121;
	display: block;
	text-decoration: none;
	position: relative;
	background-color: transparent;
}
.element-desc-tabs-list>li>a:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 2px;
	width: 100%;
	background: transparent;
	z-index: 2;
}
.element-desc-tabs-list>li:hover>a:after,
.element-desc-tabs-list>li>a.active:after{
	background: var(--prv_interactive_color);
}
.element-desc-tabs-list>li>a.active{
	color: var(--prv_btn_color);
}
.element-desc-tabs-list>li>a:hover{
	text-decoration: none;
	opacity: 1;
	color: var(--prv_btn_color);
	background-color: transparent;
}
@media(max-width: 767px){
	.worker-detail-btn{
		display: block;
	}
	.modal-content {
		width: 100%;
	}
    .worker-detail-picture{
        max-width: 300px;
    }
}
@media(min-width: 535px){
	.worker-detail-header .col-xs-12:first-child{
		width: 40%;
	}
	.worker-detail-header .col-xs-12:last-child{
		width: 60%;
	}
	.worker-detail-picture{
		margin-bottom: 0;
	}
}
@media(min-width:768px){
	.worker-detail-header{
		text-align: left;
	}
	.worker-detail-header > *:not(.row){
		margin: 0 64px 0 0;
	}
	.worker-detail-btn:after{
		content: '';
		display: block;
		position: absolute;
		height: 1px;
		width: 50%;
		/*background-color:#EEF1F4;*/
		right: -53px;
		top: 50%;
	}
        .worker-detail-description{
            font-size: 1em;
        }
}
.worker-detail-block img{
	max-width: 100%;
	object-fit: cover;
}

/* End */


/* Start:/local/components/prvolga.medclinic/page.more.info/templates/.default/style.css?17001252927203*/
.heading h2{
    padding: 20px 0;
    font-size: 1.2em;
}

/*Отзывы*/

.reviews-section__container {
    position: relative;
}
.reviews-section__person{
    margin-bottom: 30px;
    display:flex;
    align-items:center;
}
 .stars_cnt{
    width:150px;
}
 .star{
    height: 18px;
    width: 18px;
    margin-left: 8px;
    display: inline-block;
}
 .star .star_icon{
    fill: #E1E1E1;
}
 .star.active .star_icon{
    fill: var(--prv_color);
}
.reviews-section__person-photo{
    height: 94px;
    width: 94px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 42px;
    border-radius: 100%;
}
.reviews-section__person-block {
    width: calc(100% - 136px);
}
.reviews-section__person-name-container {
    display:flex;
    align-items:center;
}
.reviews-section__person-name-block{
    width: calc(100% - 150px);
}
.reviews-section__person-position{
    font-size: 0.8571em;
    text-transform: uppercase;
    color: #757575;
    margin-bottom: 4px;
}
.reviews-section__person-name{
    font-size: 1.7142em;
    font-weight: 600;
}
 .review-text{
    color: #757575;
    margin-bottom: 16px;
    font-size: 1em;
}
 .review_more{
    font-size: 1.1428em;
}
 .review_more,
 .review_more:hover,
 .review_more:focus{
    color: var(--prv_btn_color);
}
 .review_rating_value {
    display: none !important;
}

.morelink.review_more{
    margin-top: 16px;
    text-decoration: none!important;
}
.reviews-file{
    margin-top: 20px;
}
.reviews-file__title{
    font-weight: 600;
    font-size: 1.2857em;
    padding-right: 20px;
    display: block;
    margin-bottom: 30px;
}
.review-body{
    padding: 60px 0 50px;
    border-bottom: 1px solid #F3F3F3;
}
.review-body:first-child{
    border-top: 1px solid #F3F3F3;
}
.page-top-text .btn{
    margin-bottom: 0!important;
}

/* files */
.reviews-file__list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.reviews-file__files-item{
    display: flex;
    align-items: center;
    width: 180px;
    margin: 0 32px 20px 0;
    overflow: hidden;
}
.reviews-file__files-image-block{
    margin-right: 9px;
    height: 31.25px;
    width: 25px;
}

.reviews-file__files-item-link{
    font-size: 1.2857em;
}

.reviews-file__files-item-link,
.reviews-file__files-item-link:focus,
.reviews-file__files-item-link:hover,
.reviews-file__files-item-link:active,
.reviews-file__files-item-link:active:hover,
.reviews-file__files-item-link:active:focus{
    color: #212121;
}
@media (max-width: 991px) {
    .reviews-section__person-name-container {
        display:block;
    }
    .reviews-section__person-name-block {
        width:100%;
    }
     .stars_cnt {
        padding-top:10px;
    }
     .star {
        margin-left: 0px;
        margin-right: 8px;
    }
}
@media(max-width: 767px){
     .review-text,
    .reviews-file__title,
    .reviews-file__files-item-link{
        font-size: 1em;
    }
}
@media (max-width: 500px) {
    .reviews-section__person{
        display:block;
    }
    .reviews-section__person-block {
        width:100%;
    }
    .reviews-section__person-photo{
        margin-bottom:10px;
    }
}


/*Акции*/

.promotions-promotion{
    margin-bottom: 100px;
}
.promotions-promotion>.container{
    position: relative;
}

.sect_promotion_cnt{
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 306px;
    padding:93px 50px 111px 50px;
    position: relative;
    transition: .3s;
    overflow: hidden;
    will-change: transform;
    transform: scale(1);
}
.sect_promotion_cnt:hover > .sect_promotion_bg{
    transform: scale(1.1);
    will-change: transform;
    transition: .3s;
}
.sect_promotion_cnt * {
    position:relative;
    z-index:2;
}
.sect_promotion_bg {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s;
}
.sect_promotion_bg-shadow {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:0;
    background-color: rgba(0,0,0,0.3);
}
.sect_promotion_block {
    margin-top:30px;
}
.sect_promotion_block:nth-child(1) {
    margin-top:0px;
}
@media (min-width: 992px) {
    .sect_promotion_block:nth-child(2) {
        margin-top:0px;
    }
}
.sect_promotion_heading{
    font-size: 1.5714285em;
    line-height: 1.4;
    color: #fff;
    font-weight:600;
}
.sect_promotion_btn {
    position:absolute;
    bottom:70px;
    left:50px;
    color: #fff!important;
}
.sect_promotion_dates{
    color: #fff;
    font-size: 1.1428em;
    line-height: 1.375;
    margin-top: 6px;
    margin-bottom: 10px;
}
.sect_promotion_discount{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 58px;
    height: 58px;
    line-height: 58px;
    color: #fff;
    background-color: var(--prv_color);
    border-radius: 100%;
    font-size: 1.2857em;
    text-align: center;
}
@media(max-width:767px){
    .sect_promotion_btn {
        left: 20px;
    }
    .sect_promotion_cnt{
        padding:93px 20px 111px 20px;
    }
}



/*Видео врача*/

.heading p{
    margin-top: 0!important;
}
.item{
    position: relative;
    border-radius: 10px;
}
.item_bg{

    background-color: rgba(33, 33, 33, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    border-radius: 10px;

}
.video_galery-section__container{
    position: relative;
}
.block_details_link{
    font-size: 12px;
    text-transform: uppercase;
    z-index: 1;
    display:block;
    margin-bottom:17px;
}
@media (min-width: 560px) {
    .block_details_link{
        position: absolute;
        right: 15px;
        margin-bottom:0px;
    }
}
.block_details_link:hover{
    color: #999;
}
.block_details_link:focus,
.block_details_link:hover{
    text-decoration: none;
}
.video_galery-section__project-wrapper
{
    height: 237px;
}

.video_galery-section__project-section-name{
    font-size: 1.8571em;
    color: #212121;
    line-height: 1;
    margin: 31px 0 35px;
}
.video_galery-section__project-section-name.first{
    margin-top: 0;
}
.video_galery-section__project-section-description{
    color: #757575;
    line-height: 20px;
}
.video_galery-section__project-wrapper{
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.video_galery-section__project-wrapper > a{
    border-radius: 10px;

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
}
.news-detail__videogallery-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.8s;
}
.item:hover .news-detail__videogallery-play{
    transform: rotate(360deg);
}
.video_galery-section__project-name{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    color: #fff;
    font-size: 1em;
    padding: 23px 19px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}



/* End */
/* /bitrix/templates/medclinic/components/bitrix/catalog/employees/style.css?17000528091182 */
/* /bitrix/templates/medclinic/components/bitrix/catalog/employees/bitrix/catalog.element/worker-detail/style.css?17387356284855 */
/* /local/components/prvolga.medclinic/page.more.info/templates/.default/style.css?17001252927203 */
