

/* Start:/local/templates/main/components/bitrix/news.detail/service/style.css?17627643521925*/
.main .cont a {
    color: inherit;
}

.text-block img{
max-width: 20px!important;
width: 20px;
}

.directions__items a{
text-decoration: none!important;
}

.text-block a{
border-bottom: none!important;
}
.about-hospital__coll_100 h3 {
    margin-top: 15px;
}

.pdf-file-icon::before {
    content: "";
    background: url("/upload/main/icons/pdf_file.svg") no-repeat;
    background-size: auto;
    background-size: contain;
    display: inline-block;
    width: 45px !important;
    height: 40px !important;
    margin-right: 0.5rem;
    
  }
  .docx-file-icon::before{
    content: "";
    background: url("/upload/main/icons/docx.png") no-repeat;
    background-size: auto;
    background-size: contain;
    display: inline-block;
    width: 45px;
    height: 40px;
    margin-right: 0.5rem;
  }
  .rtf-file-icon::before{
    content: "";
    background: url("/upload/main/icons/rtf.png") no-repeat;
    background-size: auto;
    background-size: contain;
    display: inline-block;
    width: 45px;
    height: 40px;
    margin-right: 0.5rem;
  }
  .pdf-file-icon,
  .rtf-file-icon,
  .docx-file-icon {
    color: #BF0939 !important;
    display: flex;
    align-items: center;
    padding: 0.4rem 0;
    text-decoration: none;
  }
  .pdf-file-icon:hover,
  .rtf-file-icon:hover,
  .docx-file-icon:hover{
    color:#eec0cb !important;
    transition: border .2s linear, color .2s linear;
  }
  .more_file{
    margin-bottom: 40px;
  }


/* .about-hospital__cols .about-hospital__coll_100 ._flex{
	justify-content: flex-start!important;
} */

@media (max-width: 1024px){
   .desctop{
     display: none;
   }
}
@media (min-width: 1024px){
   .mobile{
     display: none;
   }
}
@media (max-width: 479px) {
  #service_skills .branch-info__slider {
    margin-bottom: 20px;
  }
}
.accordion .directions__items {
    margin-left: -16px;
}
.directions .accordion__open {
    text-transform: uppercase;
    font-size: 26px;
}
/* End */


/* Start:/local/templates/main/components/mwi/template.include/page_banner/style.css?1728366024193*/
@media (max-width: 768px){
    .main-banner .service_banner_img {
        display: none;
    }
}
.main-banner__desc a {
    text-decoration: none;
}
.main-banner__desc p {
    margin: 15px 0;
}
/* End */


/* Start:/local/templates/main/components/mwi/template.include/services/style.css?17628534204221*/
.aside-filter
{
    padding: 26px 26px 18px;

    border-radius: 12px;
    background: #FFF;
}

.aside-filter__title
{
    color: #062532;
    font-size: 20px;
    line-height: 1.3;
}

.aside-filter__data
{
    margin-top: 20px;
}

.aside-filter .radio + .radio
{
    margin-top: 20px;
    padding-top: 19px;

    border-top: 1px solid rgba(0, 0, 0, .05);
}

.section-prices__flex
{
    justify-content: space-between;
    flex-wrap: nowrap;

    margin-top: 32px;
}

.section-prices__aside-filter
{
    width: 342px;
    padding-bottom: 35px;
    padding-left: 34px;
}

.section-prices__aside-filter_marg
{
    margin-top: 46px;
}

.section-prices__content
{
    width: calc(100% - 362px);
    max-width: 924px;
}

.section-prices__content._big
{
    width: 100%;
    max-width: none;
    margin: 70px 0 0 0;
}

.section-prices__head
{
    flex-wrap: nowrap;

    padding-right: 46px;
}

.section-prices__head-item
{
    color: #062532;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;

    flex-grow: 1;
    flex-wrap: nowrap;

    padding-bottom: 20px;
    padding-left: 20px;

    text-align: left;

    opacity: .6;
}

.section-prices__head-item:first-child
{
    flex-grow: 0;

    width: 152px;
    padding-left: 40px;
}

.section-prices__head-item:last-child
{
    flex-grow: 0;

    width: 200px;
    padding-right: 40px;
    padding-left: 20px;

    text-align: right;
}

.section-prices__scroll
{
    overflow: hidden;
    overflow-y: auto;

    max-height: 801px;
    padding-right: 30px;
}

.section-prices__scroll::-webkit-scrollbar
{
    width: 16px;
    height: 16px;

    border-radius: 16px;
    background-color: #EFEFEF;
}

.section-prices__scroll::-webkit-scrollbar-track
{
    border-radius: 16px;
    background-color: #EFEFEF;
}

.section-prices__scroll::-webkit-scrollbar-thumb
{
    border-radius: 16px;
    background-color: #BF0939;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.section-prices__table
{
    width: 100%;

    border-spacing: 0 5px;
    border-collapse: separate;
}

.section-prices__table td
{
    color: #062532;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;

    height: 84px;
    padding: 10px 0 10px 20px;

    background: #FFF;
}

.section-prices__table tr.__filtered
{
    display: table-row;
}

.section-prices__table tr.__hide
{
    display: none;
}

.section-prices__table tr:nth-child(2n) td
{
    background: transparent;
}

.section-prices__table tr.__filtered:nth-child(2n) td
{
    background: transparent;
}

.section-prices__table td.price
{
    color: #BF0939;
    font-weight: 700;

    white-space: nowrap;
}

.section-prices__table td:first-child
{
    width: 152px;
    padding-left: 40px;

    border-radius: 12px 0 0 12px;
}

.section-prices__table td:last-child
{
    width: 200px;
    padding-right: 40px;
    padding-left: 20px;

    text-align: right;

    border-radius: 0 12px 12px 0;
}

.section-prices__btn
{
    display: none;
}

.filter_services_mob option {
    font-size: 16px;
}
.filter_services_mob .nice-select::after {
    display: none;
}
.filter_services_mob {
    display: none;
}
@media (max-width: 1024px){
    .filter_services_mob {
        display: block;
    }
    .filter_services_desktop,
    .aside-filter__title {
        display: none;
    }
    .section-prices__aside-filter .aside-filter__data.filter_services_mob {
        margin-top: 0;
    }
}

@media (min-width: 1025px){
    .section-prices__aside-filter_marg {
        overflow-y: auto;
        max-height: 801px;
    }
}

@media (max-width: 479px){
    .section-prices .text-block blockquote {
        font-size: 10px;
        line-height: 1.2;
    }
	.section-prices .section-prices__table td:nth-child(2) {
    	word-break: break-word;
  	}
}

.section-prices .main-title {
    position: relative;
}
.section-prices .form-search {
    margin-bottom: 10px;
}
#services_not_found {
    display: none;
}
.section-prices .form-search .form-search__input::placeholder {
    color: #828F96;
}
@media (max-width: 1024px) {
    .section-prices .form-search {
      display: flex;
      position: relative;
      width: 100%;
      margin: 15px 0;
	top: 0;
    }
}
.section-prices__table tr.__hide {
    display: none;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/doctors/style.css?1729850647479*/
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;
}

.info-gray, .section-sorting{
	display:none;
}

.doctor .doctor_clinic[data-color]:not([data-color=""]) {
    padding-left: 15px;
}

.doctor .doctor_clinic[data-color]:not([data-color=""])::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/reviews/style.css?17628538741125*/
.pagination,
.pagination._flex
{
    justify-content: center;

    margin-top: 36px;
}

.pagination__link
{
    color: #062532;
    font-size: 20px;
    font-weight: 500;
    line-height: 62px;

    display: block;

    width: 64px;
    height: 64px;

    text-align: center;
    text-decoration: none;

    border: 1px solid transparent;
    border-radius: 5px;

    transition: color .2s linear, border .2s linear;
}

.pagination__link._active
{
    color: #062532;

    border-color: #BF0939;
}

.pagination__prev,
.pagination__next
{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 44px;
    height: 64px;
}

.pagination__prev
{
    transform: rotate(180deg);
}

.pagination__prev svg,
.pagination__next svg
{
    display: block;

    width: 9px;
    height: 16px;

    transition: stroke .2s linear;

    stroke: rgba(6, 37, 50, .50);
}

@media (any-hover: hover)
{
    .pagination__link:hover
    {
        color: #BF0939;
    }

    .pagination__prev:hover svg,
    .pagination__next:hover svg
    {
        stroke: #BF0939;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/questions/style.css?175264864396*/
@media (max-width: 479px) {
	.section-faq .section-flex__main-title {
		margin-left: 20px;
	}
}

/* End */
/* /local/templates/main/components/bitrix/news.detail/service/style.css?17627643521925 */
/* /local/templates/main/components/mwi/template.include/page_banner/style.css?1728366024193 */
/* /local/templates/main/components/mwi/template.include/services/style.css?17628534204221 */
/* /local/templates/main/components/bitrix/news.list/doctors/style.css?1729850647479 */
/* /local/templates/main/components/bitrix/system.pagenavigation/reviews/style.css?17628538741125 */
/* /local/templates/main/components/bitrix/news.list/questions/style.css?175264864396 */
