

/* Start:/local/templates/.default/components/bitrix/catalog/dictionary/realweb/catalog.element/.default/style.css?17326341988109*/
.articlesPage__center {
    display: -webkit-flex;
    display: flex;
}
.articlesPage__leftSidebar {
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
}
.articlesPage__content {
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 30px 20px;
}
.timeto {
    float: right;
}
.articleDefault__info_rating {
    padding: 15px 0;
}
.menuNormPage {
    background: white;
    border: 1px solid #dde2e7;
    padding: 20px 0;
    margin-bottom: 20px;
    -moz-box-shadow: 4px 6.928px 23.04px 0.96px rgba(0,0,0,0.1);
    -webkit-box-shadow: 4px 6.928px 23.04px 0.96px rgba(0,0,0,0.1);
    box-shadow: 4px 6.928px 23.04px 0.96px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 325px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.foto_vraca {
    width: 200px;
    height: 200px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 100px;
}
.photo-stomatolog-article img {
    display: block;
    width: 200px;
    margin: 0 auto;
    transition: 1s;
}
.name-stomatolog-article {
    text-align: center;
    padding: 7px 0 2px 0;
}
.specialnost-article {
    text-align: center;
    font-size: 12px;
}
.photo-stomatolog-article:hover {
    transform: scale(1.03);
    transition: 1s;
}
@media only screen and (max-width: 825px) and (min-width: 0px) {
    .timeto {
        float: inherit !important;
    }
}
.name-stomatolog-article {
    font-size: 14px !important;
}

.preview_picture.desc {
    display: block;
    width: 400px;
}

.preview_pic {
    object-fit: cover;
    width: 656px;
    height: 480px;
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
    border-radius: 16px;
}

.preview_picture.mobile {
    display: none;
}

.articlesPage__text {
    margin-top: 0;
}

.articlesPage__text img {
    max-width: 100%;
}

.articles__nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.5rem;
    margin-top: 3.5rem;
}

.prev-page-link {
    text-decoration: none;
    display: flex;
    background-color: #F8FBFF;
    border: 1px solid #E0ECFC;
    border-radius: 16px;
    width: 320px;
    height: 80px;
    align-items: center;
}

.prev-page-link::before {
    content: url(/local/templates/afin/img/nav_arrow_left.svg);
    padding: 20px 12px 20px 20px;
}

.next-page-link {
    text-decoration: none;
    display: flex;
    background-color: #F8FBFF;
    border: 1px solid #E0ECFC;
    border-radius: 16px;
    width: 320px;
    height: 80px;
    align-items: center;
    justify-content: flex-end;
}

.next-page-link::after {
    content: url(/local/templates/afin/img/nav_arrow_right.svg);
    padding: 20px 20px 20px 12px;
}

.link-text {
    width: 140px;
    height: 50px;
}

.link-text-nav {
    font-size: 12px;
    color: #939393;
    margin-bottom: 4px;
}

.link-text-link {
    overflow: hidden;
    font-size: 14px;
    color: #262525;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.articlesPage__recomendations {
    display: flex;
}

.recomendations {
    overflow:hidden;
    height: 181px;
    max-width: 320px;
    background-color: #FFFFFF;
    border: 1px solid #E0ECFC;
    border-radius: 16px;
    margin-right: 16px;
    margin-bottom: 59px;
}

.recomenadtion-header {
    text-decoration: none;
    display: flex;
    background-color: #F8FBFF;
    border: 1px solid #E0ECFC;
    border-radius: 16px;
    width: 320px;
    height: 80px;
    align-items: center;
}

.recomenadtion-header-text {
    font-size: 16px;
    color: #262525;
    margin-bottom: 0;
    margin-left: 20px;
}

.recomenadtion-preview {
    text-decoration: none;
    font-size: 16px;
    color: #262525;
}

.recomendations-preview > a:hover {
    color: #262525;
}

.recomenadtion-preview > p {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 16px;
    margin-bottom: 0;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recomenadtions-title {
    margin-bottom: 24px;
}

.articlesPage__title {
    font-size: 36px;
}

.header_tags.mobile {
    display: none;
}

.tag_icon {
    background-color: #F8FBFF;
    border: 1px solid #E0ECFC;
    border-radius: 16px;
    display: inline-block;
}

.tag_icon>img {
    padding: 8px;
}

.header_tag_text {
    text-decoration: none;
    font-size: 14px;
    color: #262525;
    margin-bottom: 0;
    padding: 8px;
    display: inline-block;
}

.header_tag_wrapper {
    background-color: #F8FBFF;
    border: 1px solid #E0ECFC;
    border-radius: 16px;
    display: inline-block;
    text-decoration: none;
}

.header_tag_wrapper  {
    background-color: #F8FBFF;
    border: 1px solid #E0ECFC;
    border-radius: 16px;
    display: inline-block;
    text-decoration: none;
}

.article-preview_text {
    display: none;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 991px ) {
    .prev-page-link {
        text-decoration: none;
        display: flex;
        background-color: #F8FBFF;
        border: 1px solid #E0ECFC;
        border-radius: 8px;
        max-width: 174px;
        height: 40px;
        align-items: center;
        padding-left: 12px;
    }

    .next-page-link {
        text-decoration: none;
        display: flex;
        background-color: #F8FBFF;
        border: 1px solid #E0ECFC;
        border-radius: 8px;
        max-width: 174px;
        height: 40px;
        align-items: center;
        text-align: right;
        padding-right: 12px;
    }

    .prev-page-link::before {
        display: none;
    }


    .next-page-link::after {
        display: none;
    }

    .link-text {
        max-width: 174px;
        max-height: 40px;
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .link-text>p {
        line-height: 12px;
    }

    .link-text-nav {
        font-size: 8px;
        color: #939393;
        margin-bottom: 0;
    }

    .link-text-link {
        font-size: 8px;
        color: #262525;
        margin-bottom: 0;
        text-overflow: ellipsis;
    }

    .articlesPage__recomendations {
        display: flex;

        overflow: auto;
    }

    .recomendations {
        height: 100px;
        max-width: 266px;
        flex-shrink: 0;
    }

    .recomenadtion-header {
        height: 52px;
        border-radius: 12px;
    }

    .recomenadtion-preview > p {
        font-size: 12px;
        -webkit-line-clamp: 2;
        padding-top: 6px;
        padding-right: 10px;
        padding-left: 16px;
    }

    .preview_picture.desc {
        display: none;
    }

    .preview_picture.mobile {
        display: block;
    }

    .preview_pic {
        object-fit: cover;
        margin-right: 0;
        margin-bottom: 16px;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .articlesPage__title {
        font-size: 20px;
    }

    .articlesPage__text * {
        font-size: 12px;
    }

    .articlesPage__text {
        font-size: 12px;
    }

    .article-preview_text {
        display: block;
    }

    .article-preview_text * {
        display: block;
        font-size: 12px;
    }

    .header_tags.desc {
        display: none;
    }

    .header_tags.mobile {
        display: block;
        margin-bottom: 10px;
    }

    .tag_icon {
        border-radius: 8px;
        width: 24px;
        height: 24px;
    }

    .tag_icon>img {
        padding: 4px;
        width: 24px;
        height: 24px;
    }

    .header_tag_text {
        font-size: 8px;
        color: #262525;
        margin-bottom: 0;
        padding: 0;
        padding-left: 7px;
        padding-right: 7px;
        display: inline-block;
    }

    .header_tag_wrapper {
        background-color: #F8FBFF;
        border: 1px solid #E0ECFC;
        border-radius: 8px;
        display: inline-block;
        text-decoration: none;
    }

    .recomendations {
        border-radius: 12px;
    }

    .breadcrumb {
        display: none;
    }
}




/* End */
/* /local/templates/.default/components/bitrix/catalog/dictionary/realweb/catalog.element/.default/style.css?17326341988109 */
