/* -------------------- Reset -------------------- */

* { margin: 0; outline: none; }

article, aside, figure, footer, header, nav, main, section, details, summary { display: block; }

body, p, ul, li, ol, pre, caption, h1, h2, h3, h4, h5, h6, form, div, fieldset, legend { padding: 0; }



html { width: 100%; height: 100%; box-sizing: border-box; }

body { display: block; position: relative; min-height: 100%; height: 100%; width: 100%; font: 400 .625em 'Open Sans', sans-serif; color: #000; background: #fff; box-sizing: border-box; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -ms-overflow-style: scrollbar; }

img, fieldset { border: 0; }



input, textarea { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

input::-moz-focus-inner, textarea::-moz-focus-inner, select::-moz-focus-inner, button::-moz-focus-inner { padding: 0; border: 0; }

input[type="text"], input[type="password"], button, textarea { -webkit-appearance: none; }



a, button { transition: color 250ms, background 250ms, border 250ms, opacity 250ms; }



[fill] { transition: fill 250ms, opacity 250ms; }

[stroke] { transition: stroke 250ms; }



iframe { border: none; width: 100%}



.disable-hover,

.disable-hover * { pointer-events: none !important; }



.disable-transition,

.disable-transition *,

.disable-transition *:after,

.disable-transition *:before { transition-property: none !important; }





/* ----------------------- Global ----------------------- */

.g-hidden { display: none; visibility: hidden; }

.g-invisible { opacity: 0; visibility: hidden; }



.g-relative { position: relative; z-index: 5; }



@media (min-width: 768px) {



    .g-pull-left { float: left; margin: 4px 30px 15px 0 !important; }

    .g-pull-right { float: right; margin: 4px 0 15px 30px !important; }



    .g-pull-left:first-child + p,

    .g-pull-right:first-child + p { margin-top: auto; }



    .g-pull-wrapper { overflow: hidden; }



}



.g-left { text-align: left; }

.g-center { text-align: center; }

.g-right { text-align: right; }

.g-justify { text-align: justify; }



@media (max-width: 479px) {



    .g-left-xs { text-align: left; }

    .g-center-xs { text-align: center; }

    .g-right-xs { text-align: right; }



}



@media (min-width: 480px) and (max-width: 767px) {



    .g-left-sm { text-align: left; }

    .g-center-sm { text-align: center; }

    .g-right-sm { text-align: right; }



}



@media (min-width: 768px) and (max-width: 1169px) {



    .g-left-md { text-align: left; }

    .g-center-md { text-align: center; }

    .g-right-md { text-align: right; }



}



@media (min-width: 1170px) {



    .g-left-lg { text-align: left; }

    .g-center-lg { text-align: center; }

    .g-right-lg { text-align: right; }



}



.g-nowrap { white-space: nowrap; }

.g-underline { text-decoration: underline; }



.g-dashed { line-height: 1; text-decoration: none !important; border-bottom-width: 1px; border-bottom-style: dashed !important; transition: all 250ms; cursor: pointer; }

.g-dashed-inverse { line-height: 1; text-decoration: none !important; border-bottom-width: 1px; border-bottom-style: dashed !important; border-bottom-color: transparent; transition: all 250ms; }



.g-dashed:hover { border-bottom-color: transparent !important; }

.g-dashed-inverse:hover { border-bottom-color: inherit !important; }



.g-solid { line-height: 1; text-decoration: none !important; border-bottom-width: 1px; border-bottom-style: solid !important; transition: all 250ms; cursor: pointer; }

.g-solid:hover { border-bottom-color: transparent !important; }



.g-transition { transition: all 250ms; }

.g-transition-transform { transition: transform 250ms, opacity 250ms, visibility 250ms; }



/* * * Colors * * */

.g-black { color: #000 !important; }

.g-crimson { color: #FB6A95 !important; }



/* * * Buttons * * */

.e-btn { display: inline-block; vertical-align: top; position: relative; text-decoration: none !important; text-align: center; border: 1px solid transparent; color: inherit; background: transparent; box-sizing: border-box; transition: color 500ms, background 500ms, border 500ms, opacity 500ms; outline: none; cursor: pointer; }



.e-btn_sm { padding: 16px 32px 16px; font: 400 16px/1 'Open Sans', sans-serif; text-transform: uppercase; letter-spacing: .25px; border-radius: 4px; }

.e-btn_md { padding: 10px 32px 12px; font: 600 16px/1 'Open Sans', sans-serif; border-radius: 4px; }

.e-btn_lg { padding: 20px 38px 22px; font: 600 18px/1 'Open Sans', sans-serif; border-radius: 30px; }



.e-btn_green { color: #fff !important; background: #27AE60; border-color: #27AE60; }

.e-btn_green:hover { color: #fff !important; background: #219451; border-color: #219451; }



.e-btn_crimson { color: #fff !important; background: #FB6A95; border-color: #FB6A95; }

.e-btn_crimson:hover { color: #fff !important; background: #e05e85; border-color: #e05e85; }



.e-btn_white_crimson { color: #FB6A95 !important; background: #fff; border-color: #fff; }

.e-btn_white_crimson:hover { color: #fff !important; background: #e05e85; border-color: #e05e85; }



.e-btn_gray_crimson { color: #4F4F4F !important; background: #fff; border-color: #fff; }

.e-btn_gray_crimson:hover { color: #fff !important; background: #e05e85; border-color: #e05e85; }



.e-btn_gray { color: #8591A2 !important; background: #F5F5F5; border-color: #F5F5F5; }

.e-btn_gray:hover { color: #8591A2 !important; background: #e5e5e5; border-color: #e5e5e5; }



.e-btn_3d { box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .16), 0 2px 4px rgba(0, 0, 0, .24); border: none; }



.e-btn[disabled] { cursor: default !important; opacity: .5 !important; pointer-events: none; }



/* * * Buttons :: mods * * */

.e-btn_block { display: block; padding-left: 5px !important; padding-right: 5px !important; margin-left: 0; margin-right: 0; width: 100%; }



@media (max-width: 479px) {

    .e-btn_block_xs { display: block; padding-left: 5px !important; padding-right: 5px !important; margin-left: 0; margin-right: 0; width: 100%; }

}



@media (min-width: 480px) and (max-width: 767px) {

    .e-btn_block_sm { display: block; padding-left: 5px !important; padding-right: 5px !important; margin-left: 0; margin-right: 0; width: 100%; }

}



@media (min-width: 768px) and (max-width: 1169px) {

    .e-btn_block_md { display: block; padding-left: 5px !important; padding-right: 5px !important; margin-left: 0; margin-right: 0; width: 100%; }

}



@media (min-width: 1170px) {

    .e-btn_block_lg { display: block; padding-left: 5px !important; padding-right: 5px !important; margin-left: 0; margin-right: 0; width: 100%; }

}





/* -------------------- Page -------------------- */

.b-page { position: relative; min-width: 320px; min-height: 100%; overflow: hidden; box-sizing: border-box; }

.b-page_content { position: relative; padding: 16px 0 60px; font: 400 1.6em 'Open Sans', sans-serif; }



@media (max-width: 1169px) {



    .b-page_content { padding: 26px 0 60px; }



}



@media (max-width: 767px) {



    .b-page_content { padding: 16px 0 40px; }

    .b-page_content__noOffsetBottom { padding-bottom: 0; }



}



.b-mp .b-page_content { padding-top: 0; }



/* * * Page :: flex main layout * * */

@supports (display: flex) {



    .b-page_container { display: flex; flex-direction: column; min-height: 100vh; }

    .b-page_container .b-page_content { flex: 1 0 auto; }



}



/* * * Sections * * */

.b-section { position: relative; font: 400 1.6em 'Open Sans', sans-serif; }

.b-page_content .b-section { font: inherit; }





/* -------------------- Page blocks and elements -------------------- */

/* * * Headings * * */

.b-heading { position: relative; margin: 32px 0; font: 400 14px 'Open Sans', sans-serif; color: #4F4F4F; }

.b-heading_title { font: 700 36px/1.36111111111111 'Open Sans', sans-serif; }



@media (max-width: 1169px) {



    .b-heading { margin: 24px 0; }

    .b-heading_title { font: 700 24px/1.33333333333333 'Open Sans', sans-serif; }



}



@media (max-width: 767px) {



    .b-heading { margin: 22px 0; }

    .b-heading_title { font: 700 18px/1.33333333333333 'Open Sans', sans-serif; }



}



@media (min-width: 1170px) {



    .b-mp .b-heading_title { font-weight: 600; color: #000; }



}



.b-heading:first-child { margin-top: auto; }

.b-heading:last-child { margin-bottom: auto; }



.b-path + .b-heading { margin-top: auto; }





/* -------------------- Blocks / elements -------------------- */

/* * * Widget * * */

.b-widget,



.b-widget > *,

.b-widget iframe { width: 100% !important; }



/* * * Auto complete * * */

.b-autoComplete { position: absolute; z-index: 4; left: 0; top: 100%; margin-top: -22px; min-width: 100%; background: #fff; border-radius: 6px; box-shadow: 1px 5px 9px rgba(0, 0, 0, .21); box-sizing: border-box; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity 250ms, visibility 250ms, transform 250ms; overflow-y: auto; }



.b-autoComplete_list { list-style: none; padding: 28px 10px; font: 400 14px/1.35714285714286 'Open Sans', sans-serif; color: #000; opacity: 0; transition: all 250ms; }

.b-autoComplete_list > li ~ li { border-top: 1px solid rgba(0, 0, 0, .12); }



.b-autoComplete_list > li > a { display: block; position: relative; padding: 11px 36px 11px 0; text-decoration: none; color: #828282; }

.b-autoComplete_list > li > a strong { color: #000; }



.b-autoComplete_list > li > a:before { position: absolute; top: 0; right: 0; width: 30px; height: 100%; opacity: .12; transition: all 250ms; background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTNweCIgaGVpZ2h0PSIxM3B4IiB2aWV3Qm94PSIwIDAgMTMgMTMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNi40OTk5OTQxNiwwIEwxMyw2LjQ5OTk5MzY3IEw2LjQ5OTk5NDE2LDEzIEw1LjM1OTYzOTUzLDExLjg1OTYyNTggTDkuODgzMDY4Myw3LjI5ODIzNjE0IEwwLDcuMjk4MjM2MTQgTDAsNS43MDE3NTEyMSBDNi41ODg3MTIyLDUuNzAxNzUxMjEgOS44ODMwNjgzLDUuNzAxNzUxMjEgOS44ODMwNjgzLDUuNzAxNzUxMjEgQzkuODgzMDY4Myw1LjcwMTc1MTIxIDguMzc1MjU4NzEsNC4xODEyODQ3NCA1LjM1OTYzOTUzLDEuMTQwMzUxOCBMNi40OTk5OTQxNiwwIFoiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPjwvc3ZnPg==) center center no-repeat; content: ''; }



.b-autoComplete_list > li > a:hover { background: #f5f5f5; }



.b-autoComplete.opened { opacity: 1; visibility: visible; transform: none; }

.b-autoComplete.opened .b-autoComplete_list { opacity: 1; visibility: visible; transform: none; transition-delay: 150ms; }



@media (max-width: 767px) {



    .b-autoComplete { left: -10px; right: -10px; margin-top: 0; max-height: calc(100vh - 56px); overflow-y: auto; border-top: 1px solid rgba(0, 0, 0, .12); border-radius: 0; }

    .b-autoComplete_list { padding: 0 10px; }



    .b-autoComplete_list > li > a { margin: 0 -10px; padding-right: 10px; padding-left: 10px; }

    .b-autoComplete_list > li > a:before { right: 10px; }



}



@media (min-width: 768px) {



    .b-autoComplete_list { padding: 30px 20px 13px 20px; }



    .b-autoComplete_list > li > a { margin: 0 -20px 0 -20px; padding-right: 50px; padding-left: 20px; }

    .b-autoComplete_list > li > a:before { right: 20px; }



}



@media (min-width: 1170px) {



    .b-autoComplete_list { padding: 30px 12px 13px 54px; }

    .b-autoComplete_list > li > a { margin: 0 -12px 0 -54px; padding-right: 46px; padding-left: 54px; }



}



/* * * Search * * */

.b-search_field { position: relative; }



.b-search_field .b-form_box_field input[type="text"] { padding: 0 0 0 40px; height: 46px; font: 400 18px 'Open Sans', sans-serif; color: #8591A2; background: #fff; border: none; border-bottom: 2px solid rgba(0, 0, 0, .12); border-radius: 0; }

.b-search_field .b-form_box_field input[type="text"]:focus { box-shadow: none; border-color: #FB6A95; }



.b-search_field .b-form_box_field input:-ms-input-placeholder { color: #8591A2 !important; }

.b-search_field .b-form_box_field input:-moz-placeholder { color: #8591A2 !important; }

.b-search_field .b-form_box_field input::-webkit-input-placeholder { color: #8591A2 !important; }



.b-search_field .b-form_box_field input:focus:-ms-input-placeholder { color: transparent !important; }

.b-search_field .b-form_box_field input:focus:-moz-placeholder { color: transparent !important; }

.b-search_field .b-form_box_field input:focus::-webkit-input-placeholder { color: transparent !important; }



.b-search_btn { position: absolute; top: 0; left: 0; padding: 10px 0 12px; width: 40px; height: 44px; font-size: 18px; line-height: 44px; color: #E0E0E0; background: #fff; border: none; border-radius: 0; }

.b-search_btn svg { display: block; margin: 0; transition: opacity 250ms, visibility 250ms; }



.b-search_btn:hover { color: #FB6A95; }



@media (max-width: 767px) {



    .b-search_field .b-form_box_field input[type="text"] { font: 400 16px 'Open Sans', sans-serif; }



}



/* -------------------- Carousels -------------------- */

/* * * Carousel * * */

.b-carousel { position: relative; width: auto; }

.b-carousel__padding { padding-left: 36px; padding-right: 36px; }



/* * * Carousel :: no js * * */

.b-carousel { display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; -webkit-flex-flow: row wrap; flex-flow: row wrap; letter-spacing: -6px; }

.b-carousel > .b-carousel_item { display: inline-block; vertical-align: top; letter-spacing: normal; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }



/* * * Carousel :: js * * */

.b-carousel.owl-carousel { letter-spacing: normal; }

.b-carousel.owl-carousel.owl-drag .owl-stage { cursor: move; }



.b-carousel.owl-carousel.flex { margin-left: auto; margin-right: auto; margin-bottom: auto !important; }

.b-carousel.owl-carousel .b-carousel_item[class*="col-"] { display: block; float: none; width: auto; padding-left: 0; padding-right: 0; }



.b-carousel__barrel .owl-stage-outer { overflow: visible; }



.b-carousel__barrel .owl-stage-outer .owl-item { opacity: 0; visibility: hidden; transition: opacity 250ms, visibility 250ms; }

.b-carousel__barrel .owl-stage-outer .owl-item.active { opacity: 1; visibility: visible; }



/* * * Carousel :: js * * */

.b-carousel.owl-carousel { letter-spacing: normal; }



.b-carousel.owl-carousel .owl-nav.disabled,

.b-carousel.owl-carousel .b-carousel_arrow.disabled,

.b-carousel.owl-carousel .b-carousel_paging.disabled { display: none; }



/* * * Carousel :: arrows * * */

.b-carousel_arrow { position: absolute; z-index: 25; top: 50%; margin-top: -14px; padding: 5px 5px; width: 30px; height: 28px; font-size: 18px; color: #37474F; background: none; border: none; box-sizing: border-box; transition: all 250ms; cursor: pointer; }

.b-carousel_arrow .i-svg { display: block; top: auto; margin: 0 auto; width: auto; }



.b-carousel_arrow:hover { color: #FB6A95; }



.b-carousel_arrow__prev { left: 32px; }

.b-carousel_arrow__next { right: 32px; }



.b-carousel_arrow.disabled { opacity: 0 !important; visibility: hidden !important; }



@media (max-width: 1247px) {



    .b-carousel_arrow__prev { left: 24px; }

    .b-carousel_arrow__next { right: 24px; }



}



/* * * Carousel :: paging * * */

.b-carousel_paging { position: relative; margin-top: 10px; line-height: 6px; white-space: nowrap; text-align: center; counter-reset: pagination; }

.b-carousel_paging_bullet { display: inline-block; vertical-align: middle; position: relative; margin: 0 4px; transition: all 250ms; }



.b-carousel_paging_bullet span { display: block; width: 28px; height: 6px; border: none; border-radius: 4px; transition: all 250ms; cursor: pointer; }

.b-carousel_paging_bullet.active span { width: 28px; }





/* -------------------- UI modules -------------------- */

/* * * Tabs * * */

.js-tabs-box ~ .js-tabs-box { display: none; }



.js-init .js-tabs-content { position: relative; transform: translateZ(0px); backface-visibility: hidden; }



.js-init .js-tabs-box { position: absolute; z-index: -5; left: 0; top: 0; right: 0; opacity: 0; pointer-events: none; }

.js-init .js-tabs-box ~ .js-tabs-box { display: block; }



.js-init .js-tabs-box.opened { position: static; left: auto; top: auto; right: auto; opacity: 1; pointer-events: auto; }



.js-init .js-tabs-content.js-transition .js-tabs-box { transition: opacity 300ms ease; }



/* * * Pockets * * */

.js-pocket.active .js-pocket-box { position: relative; margin-bottom: 12px; transition: all 400ms; }

.js-pocket.active .js-pocket-toggle { display: inline; }



.js-pocket.active.faded .js-pocket-box:before { position: absolute; z-index: 1; left: 0; bottom: -1px; right: 0; height: 100px; pointer-events: none; transition: all 250ms; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); content: ''; }

.js-pocket.active.faded.opened .js-pocket-box:before { opacity: 0; visibility: hidden; }













/* -------------------- TEMPORARY FIXES | 12.03.2019 -------------------- */



.forum-info-box a, .forum-header-box a, .forum-block-container a{

    color:#FB6A95;

}



.b-blog_announce_footer_counters{

    /* display: none; */

}



.b-post_info_counters li{

    display: none!important;

}



.b-post_info_counters li:first-child{

    display: inline-block!important;

}

@media(max-width: 1169px){
    .b-sidebar_banners_item{
        margin-top: 24px;
        display: block;
    }
}

/* -------------------- TEMPORARY FIXES | 12.03.2019 :: END  ------------- */

/* -------------------- NEW Rating ------------------*/
.b-dentist_page_general_achivs, .b-dentist_achivs{
    display: block;
    position: relative;
    z-index: 0;
    overflow: hidden;
   /* max-height: 140px;
    transition: 350ms ease-in-out;*/
}

/*
.b-dentist_page_general_achivs:focus, .b-dentist_achivs:focus{
    max-height: 600px;
}

.b-dentist_page_general_achivs:after, .b-dentist_achivs:after{
    content: "Все достижения";
    display: inline-block;
    color:rgb(251, 106, 149);
    font-weight: 600;
    margin-top: 12px;
    border-bottom: 1px dotted rgb(251, 106, 149);
    position: absolute;
    bottom: 0;
    left:0;
    cursor: pointer;
    z-index: 2;
}

.b-dentist_page_general_achivs:before, .b-dentist_achivs:before{
    content: '';
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    z-index: 1;
        background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#ffffff 75%);

    pointer-events: none;
    transition: all 350ms;
}
*/
.b-dentist_page_general_achivs li, .b-dentist_achivs li{
    list-style: none;
    padding-left: 36px;
    position: relative;
    color: #535c69;
    font-weight: 600;
    margin-bottom: 12px;
}
.b-dentist_page_general_achivs li:before, .b-dentist_achivs li:before{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left:0;
    top:2px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDApIj48cGF0aCBkPSJNOS45ODM2NCAxMS41MTYyTDE0LjA5OTUgOS41MDg4MUwxOC4zNDcyIDE4LjIxNzhMMTUuMTQ2NCAxNi44NzgzTDE0LjIzMTMgMjAuMjI1M0w5Ljk4MzY0IDExLjUxNjJaIiBmaWxsPSIjRkI2QTk1Ii8+PHBhdGggZD0iTTEwLjM2MzUgMTEuNTE2Mkw2LjI0NzY5IDkuNTA4ODFMMi4wMDAwMiAxOC4yMTc4TDUuMjAwOCAxNi44NzgzTDYuMTE1ODUgMjAuMjI1M0wxMC4zNjM1IDExLjUxNjJaIiBmaWxsPSIjRkI2QTk1Ii8+PHJlY3QgeD0iMi4xNzQ5MyIgeT0iLTAuNSIgd2lkdGg9IjE1Ljc0MTQiIGhlaWdodD0iMTUuNzQxNCIgcng9IjcuODcwNjgiIGZpbGw9IiNGQjZBOTUiIHN0cm9rZT0id2hpdGUiLz48cmVjdCB4PSI1LjM4NTk5IiB5PSIyLjcxMTEyIiB3aWR0aD0iOS4zMTg5NSIgaGVpZ2h0PSI5LjMxODk1IiByeD0iNC42NTk0OCIgc3Ryb2tlPSJ3aGl0ZSIvPjxwYXRoIGQ9Ik0xMC4wNDU3IDguODIxNzVMOC4zMzU0NyA5Ljg1ODI1TDguNzg4OTQgNy45MTQ4MUw3LjI4NjAxIDYuNjA2MjNMOS4yNjgzMiA2LjQzNzhMMTAuMDQ1NyA0LjYxMDk2TDEwLjgyMzEgNi40Mzc4TDEyLjgwNTQgNi42MDYyM0wxMS4zMDI1IDcuOTE0ODFMMTEuNzU1OSA5Ljg1ODI1TDEwLjA0NTcgOC44MjE3NVoiIGZpbGw9IndoaXRlIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0id2hpdGUiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);

}


.b-dentist_articles_cnt span{
    font-weight: 600;
}
/* -------------------- NEW Rating :: END ------------------*/



/* -------------------- SALES - TOP - BOX ------------------*/
.b-sales-xs{
    margin:  14px auto;  
}
.b-sales-slider{
    display: block;
    width: 100%;
    height: 60px;

}
.b-sales-slider a, .b-sales-slider img{
    display: block;
    height:  60px;
    width: 100%;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 250ms ease-in-out;
}
.b-sales-slider a:hover{
    opacity: 0.87;
}

.b-sales-slider{
    height: 60px;
    position: relative;

}

.b-sales-slider a:after{
    content: '';
    display: block;
    width:  40px;
    height:  120px;
    margin-top:  -30px;
    background: #fff;
    position: absolute;
    left: -40px;
    animation: flash infinite 3s;
    opacity: 0.3;
    transform: skew(-30deg, 0deg);

}

@keyframes flash{
    0{left:-40px;}
    50%{left:150%;}
    100%{left:150%;}
}

@media(min-width:767px) and (max-width: 1169px){
    .b-sales-xs{
        max-width:  748px;
        margin: 20px auto;
    }
    .b-sales-slider a{
        min-width:  374px;
    }
}
/* -------------------- SALES - TOP - BOX :: EDN ------------------*/


.content__main-block__review {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding-top: 20px;
  margin-bottom: 30px;
}
.content__main-block__review:last-child {
  margin-bottom: 0;
}
.content__main-block__review-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 25px;
  margin-bottom: 20px;
}
.content__main-block__review-header__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content__main-block__review-header__text-name {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 31px;
  color: rgba(86, 96, 111, 0.87);
}
.content__main-block__review-header__text-date {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 31px;
  color: rgba(86, 96, 111, 0.87);
}
.content__main-block__review-header__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.content__main-block__review-header__star-star_wrap {
  display: block;
  position: relative;
  width: 113px;
  height: 21px;
  background: #fff url(/bitrix/templates/main/assets/components/dentist/./img/stars_mask_empty.svg) 100% 100%;
}
.content__main-block__review-header__star-star_wrap:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(/bitrix/templates/main/assets/components/dentist/./img/stars_mask.svg) 100% 100%;
}
.content__main-block__review-header__star-star {
  position: absolute;
  z-index: 0;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fb6a95;
}

.content__main-block__review-header__star-text {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 27px;
  /* text-align: right; */
  color: #A5B0BF;
}
.content__main-block__review-desc {
  padding: 0 25px;
  margin-bottom: 20px;
}
.content__main-block__review-desc-title {
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  line-height: 190.65%;
  letter-spacing: 0.25px;
  color: #FB6A95;
}
.content__main-block__review-desc-text {
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  line-height: 190.65%;
  letter-spacing: 0.25px;
  color: #37474F;
}
.content__main-block__review-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #F9F9F9;
  padding: 10px 25px;
}
.content__main-block__review-footer__text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 27px;
  color: #56606F;
}
.content__main-block__review-footer__text span {
  font-weight: bold;
  color: #FB6A95;
}