
/* Иначе фотки в миниатюрах вылезали вниз за пределы окна */
.common-gallery-modal__nav-slider .slick-list{
    max-height: 120px !important;
}

.news-item-image-container img{
    max-height: 120px;
    height: 120px;
    width: 100%;
}

.slides-container-slider{
    outline: none;
}

.slides-container-slider .tabs-panel{
    outline: none;
    border: none;
}

.common-gallery-modal__top-block img{
    max-height: calc(100vh - 300px);

}

/* Из за необходимости неоднократно вставлять блок article-content в тело страницы, должна быть его реализация без паддинга снизу */
/*.article-content-part{*/
/*    padding-bottom: 0px !important;*/
/*}*/

.article-content{
    overflow: hidden;
}

/* наполнение текста делается из текстового редактора, а в нем блоки p без классов */
.common-tabs-block__content-text p{
    display: block;
    font-family: 'ProximaNovaRegular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #404040;
    margin: 0 0 16px;
}

/* иногда надо принудительно задавать ширину в 100% */
.w100{
    width: 100% !important;
    max-width: 100% !important;
}


@media (min-width: 1125px) {
    .inner-page-content_magazine-page {
        padding: 355px 0 35px !important;
    }
}

@media (max-width: 639px) {
    /*.index-page-about-block {*/
        /*display: none !important;*/
    /*}*/
    .index-slider{
        min-height: auto !important;
    }
}

#faq-clients-questions,
#faq-common-questions,
#faq-frequent-questions,
#faq-tab-1-content,
#faq-tab-2-content,
#faq-tab-3-content,
#faq-tab-4-content,
#faq-tab-5-content,
#faq-tab-6-content,
#faq-tab-7-content,
#faq-tab-8-content,
#faq-tab-9-content,
#faq-tab-10-content,
#staff-tab-cmo,
#staff-tab-administration,
#staff-tab-deputies,
#staff-tab-doctors,
#staff-tab-medicalpersonnel {
    display: none;
}

#faq-clients:checked ~ #faq-clients-questions,
#faq-common:checked ~ #faq-common-questions,
#faq-frequent:checked ~ #faq-frequent-questions,
#faq-tab-1:checked ~ #faq-tab-1-content,
#faq-tab-2:checked ~ #faq-tab-2-content,
#faq-tab-3:checked ~ #faq-tab-3-content,
#faq-tab-4:checked ~ #faq-tab-4-content,
#faq-tab-5:checked ~ #faq-tab-5-content,
#faq-tab-6:checked ~ #faq-tab-6-content,
#faq-tab-7:checked ~ #faq-tab-7-content,
#faq-tab-8:checked ~ #faq-tab-8-content,
#faq-tab-9:checked ~ #faq-tab-9-content,
#faq-tab-10:checked ~ #faq-tab-10-content,
#staff-cmo:checked ~ #staff-tab-cmo,
#staff-administration:checked ~ #staff-tab-administration,
#staff-deputies:checked ~ #staff-tab-deputies,
#staff-doctors:checked ~ #staff-tab-doctors,
#staff-medicalpersonnel:checked ~ #staff-tab-medicalpersonnel {
    display: block;
}


.sort-field__select {
    width: 100%;
    height: 34px;
    border: 1px solid #bdc3c7;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff url("../img/page/dropdown-select.png");
    background-repeat: no-repeat;
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px;
    -o-background-size: 12px;
    background-size: 12px;
    background-position: 97.5% 51%;
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #5f5f5f;
    padding-left: 13px;
    outline: none;
}


.sort-field__select_faq-page {
    width: 230px;
    top: 15%;
    right: 6px;
    position: absolute;
}

.slick-track{
    min-width: 9000px !important;
}
.slick-list.nomw .slick-track{
    min-width: 184px !important;
    margin:0 auto;
}
.slick-list.nomw{
    text-align:center;
}



.pluso-more{
    display: none !important;
}


.pluso-vkontakte{
    background: url(/img/page/social-share-block__icon_vk.png) 0 0 transparent no-repeat !important;
}

.pluso-facebook{
    background: url(/img/page/social-share-block__icon_fb.png) 0 0 transparent no-repeat !important;
}
.pluso-twitter{
    background: url(/img/page/social-share-block__icon_twitter.png) 0 0 transparent no-repeat !important;
}

.main_link_{
    display: none;
}

.header__bottom-line_fixed .main_link_{
    display: inline-block;
}

@media (min-width: 1125px) {
    .header__bottom-line_fixed{
        padding-left: 160px !important;
        transition: none !important;
    }
}

.up_link_ {
    position: fixed !important;
    right: 50px !important;
    bottom: 6px !important;
}


.information-modal_equipment-visible{
    position: fixed !important;
    top: 16% !important;
    right: auto !important;
    z-index: 9999;
}

/*.article-bottom-block__date-and-author-block{*/
    /*width: 65% !important;*/
/*}*/

.common-gallery__title-container {
    display: block;
    width: 100%;
    height: 28px;
    position: absolute;
    top: -14px;
    left: 0;
    margin: 0 auto;
    z-index: 998;
    text-align: center;
}

@media (max-width: 767px) {
    .up_link_ {
        left: auto !important;
        right: 60px !important;
    }

    /*.article-bottom-block__date-and-author-block{*/
        /*width: 100% !important;*/
    /*}*/

    .article-bottom-block__social-share-block{
        width: auto !important;
    }

    .tel-number-block__text_no-shrink-on-mobile{
        font-size: 20px !important;
    }

    .inner-page-content_magazine-page{
        padding-top: 0px !important;
    }
}

.article-preview__title b{
    background-color: antiquewhite;
}

.s_num{
    padding-right: 12px;
}

.tbfooter{
    height: 50px;
    background-color: #d6eaf6;
    font-family: 'ProximaNovaBold', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #2880b9;
    border: none;
}

.common-gallery-modal__top-block .slick-list{
    min-height: 400px;
    /*max-height: 400px;*/
}

.page__heading_no-min-width_fix {
    display: inline-block;
    width: auto;
    min-width: auto;
    padding: 15px 20px 15px 0;
}
@media (min-width: 640px) and (max-width: 1124px) {
    .page__heading_no-min-width_fix {
        width: auto;
        min-width: auto;
    }
}
@media (max-width: 639px) {
    .page__heading_no-min-width_fix {
        min-width: auto;
        padding: 10px 10px 10px 0;
    }
}


/* Иначе фотки в миниатюрах вылезали вниз за пределы окна */
.common-gallery-modal__nav-slider .slick-list{
    max-height: 120px !important;
}

.news-item-image-container img{
    max-height: 120px;
    height: 120px;
    width: 100%;
}

.slides-container-slider{
    outline: none;
}

.slides-container-slider .tabs-panel{
    outline: none;
    border: none;
}


/* Из за необходимости неоднократно вставлять блок article-content в тело страницы, должна быть его реализация без паддинга снизу */
/*.article-content-part{*/
/*    padding-bottom: 0px !important;*/
/*}*/

.article-content{
    overflow: hidden;
}

/* наполнение текста делается из текстового редактора, а в нем блоки p без классов */
.common-tabs-block__content-text p{
    display: block;
    font-family: 'ProximaNovaRegular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #404040;
    margin: 0 0 16px;
}

/* иногда надо принудительно задавать ширину в 100% */
.w100{
    width: 100% !important;
    max-width: 100% !important;
}


@media (min-width: 1125px) {
    .inner-page-content_magazine-page {
        padding: 175px 0 35px !important;
    }
}

@media (max-width: 639px) {
    /*.index-page-about-block {*/
        /*display: none !important;*/
    /*}*/
    .index-slider{
        min-height: auto !important;
    }
}

#faq-clients-questions,
#faq-common-questions,
#faq-frequent-questions,
#faq-tab-1-content,
#faq-tab-2-content,
#faq-tab-3-content,
#faq-tab-4-content,
#faq-tab-5-content,
#faq-tab-6-content,
#faq-tab-7-content,
#faq-tab-8-content,
#faq-tab-9-content,
#faq-tab-10-content,
#staff-tab-cmo,
#staff-tab-administration,
#staff-tab-deputies,
#staff-tab-doctors,
#staff-tab-medicalpersonnel {
    display: none;
}

#faq-clients:checked ~ #faq-clients-questions,
#faq-common:checked ~ #faq-common-questions,
#faq-frequent:checked ~ #faq-frequent-questions,
#faq-tab-1:checked ~ #faq-tab-1-content,
#faq-tab-2:checked ~ #faq-tab-2-content,
#faq-tab-3:checked ~ #faq-tab-3-content,
#faq-tab-4:checked ~ #faq-tab-4-content,
#faq-tab-5:checked ~ #faq-tab-5-content,
#faq-tab-6:checked ~ #faq-tab-6-content,
#faq-tab-7:checked ~ #faq-tab-7-content,
#faq-tab-8:checked ~ #faq-tab-8-content,
#faq-tab-9:checked ~ #faq-tab-9-content,
#faq-tab-10:checked ~ #faq-tab-10-content,
#staff-cmo:checked ~ #staff-tab-cmo,
#staff-administration:checked ~ #staff-tab-administration,
#staff-deputies:checked ~ #staff-tab-deputies,
#staff-doctors:checked ~ #staff-tab-doctors,
#staff-medicalpersonnel:checked ~ #staff-tab-medicalpersonnel {
    display: block;
}


.sort-field__select {
    width: 100%;
    height: 34px;
    border: 1px solid #bdc3c7;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff url("../img/page/dropdown-select.png");
    background-repeat: no-repeat;
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px;
    -o-background-size: 12px;
    background-size: 12px;
    background-position: 97.5% 51%;
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #5f5f5f;
    padding-left: 13px;
    outline: none;
}


.sort-field__select_faq-page {
    width: 230px;
    top: 15%;
    right: 6px;
    position: absolute;
}

.slick-track{
    min-width: 9000px !important;
}


.pluso-more{
    display: none !important;
}


.pluso-vkontakte{
    background: url(/img/page/social-share-block__icon_vk.png) 0 0 transparent no-repeat !important;
}

.pluso-facebook{
    background: url(/img/page/social-share-block__icon_fb.png) 0 0 transparent no-repeat !important;
}
.pluso-twitter{
    background: url(/img/page/social-share-block__icon_twitter.png) 0 0 transparent no-repeat !important;
}

.main_link_{
    display: none;
}

.header__bottom-line_fixed .main_link_{
    display: inline-block;
}

@media (min-width: 1125px) {
    .header__bottom-line_fixed{
        padding-left: 160px !important;
        transition: none !important;
    }
}

.up_link_ {
    position: fixed !important;
    right: 50px !important;
    bottom: 6px !important;
}


.information-modal_equipment-visible{
    position: fixed !important;
    top: 16% !important;
    right: auto !important;
    z-index: 9999;
}

/*.article-bottom-block__date-and-author-block{*/
    /*width: 65% !important;*/
/*}*/

.common-gallery__title-container {
    display: block;
    width: 100%;
    height: 28px;
    position: absolute;
    top: -14px;
    left: 0;
    margin: 0 auto;
    z-index: 998;
    text-align: center;
}

@media (max-width: 767px) {
    .up_link_ {
        left: auto !important;
        right: 60px !important;
    }

    /*.article-bottom-block__date-and-author-block{*/
        /*width: 100% !important;*/
    /*}*/

    .article-bottom-block__social-share-block{
        width: auto !important;
    }

    .tel-number-block__text_no-shrink-on-mobile{
        font-size: 20px !important;
    }

    .inner-page-content_magazine-page{
        padding-top: 0px !important;
    }
}

.article-preview__title b{
    background-color: antiquewhite;
}

.s_num{
    padding-right: 12px;
}

.tbfooter{
    height: 50px;
    background-color: #d6eaf6;
    font-family: 'ProximaNovaBold', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #2880b9;
    border: none;
}

.common-gallery-modal__top-block .slick-list{
    min-height: 400px;
    /*max-height: 400px;*/
}

.page__heading_no-min-width_fix {
    display: inline-block;
    width: auto;
    min-width: auto;
    padding: 15px 6px 15px 0;
}
@media (min-width: 640px) and (max-width: 1124px) {
    .page__heading_no-min-width_fix {
        width: auto;
        min-width: auto;
    }
}
@media (max-width: 639px) {
    .page__heading_no-min-width_fix {
        min-width: auto;
        padding: 10px 10px 10px 0;
    }
}

.slider-zone__slides-container  p {margin: 0; padding: 0;}

.subnav-container__h1-block .h1-block__h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


#modal-imagemanager iframe{
    min-height: 500px;
    width: 100%;
}

.index-page-about-block p{
    display: block;
    font-family: 'ProximaNovaRegular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #404040;
    margin: 0 0 16px;
}

.common-gallery .slick-track>a, .image-block .slick-track>a,.common-gallery-modal__top-block .slick-slide{
    text-align:center !important;
}
.image-block .slick-track>a{
    cursor:default;
}
.common-gallery .slick-track .slick-slide img,.common-gallery-modal__top-block .slick-track .slick-slide img,.image-block .slick-track .slick-slide img{
    display:inline-block;
}

