/* -------- articles -------- */
.content__center.bg-none {
    background: none;
    padding: 0;
}

.content__center.bg-none .breadcrumbs {
}

.content__center.bg-none .content__center-heading {
    background: #fff;
    padding: 0 10px;
}

p.zadacha {
    margin: 15px 0 10px !important;
    font-size: 18px;
    color: rgb(61, 54, 148);
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    height: 26px;
    box-shadow: 0 20px 15px -10px rgba(0,0,0,.2);
}

.spanlink {
    color: blue;
    cursor: pointer;
}

div#vars span.spanlink {
    padding-right: 70px;
}

p.zadacha strong {
    font-weight: 400;
}


.art-frame {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    left: 0
}

.articles__inner {
    margin: 0;
}

.articles__item + .articles__item {
    margin: 25px 0 0;
}

.articles__item-title {
    background: rgba(114, 114, 114, 0.57);
    text-transform: uppercase;
    display: flex;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.articles__item-text h2 {
    color: #333;
    font-size: 18px;
    font-weight: 500;
}

.articles__item-title h3 {
    background: rgba(51, 74, 153, 0.61);
    padding: 10px;
}

.articles__item-title a {
    color: #fff;
    padding: 10px;
    font-size: 14px;
}

.articles__item-title a:hover {
    color: #ff9610;
    background: transparent;
}

.articles__item-title span {
    padding: 10px 0;
    font-size: 14px;
}

.articles__item-info {
    background: #fff;
    padding: 10px 10px 35px;
    position: relative;
}

.content__center.bg-none .articles__item-info .content__center-heading {
    padding: 0;
}

.articles__item-info h2 a {
    color: rgb(61, 54, 148);
    font-size: 22px;
    font-weight: 500;
    margin: 5px 0;
}

.articles__item-info h2 a:hover {
    color: #ff9610;
}

.articles__item-inner {
    display: flex;
}

.articles__item-img a img {
    max-width: 230px;
    height: auto;
    /*box-shadow: 4px 7px 10px -4px rgba(0, 0, 0, .4);*/
    padding: 1px;
    margin: 0 15px 0 0;
}

.articles__item-img a img:hover {
    box-shadow: none;
}

.pdf_href {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    text-decoration: underline;
    font-size: 15px;
    color: #066;
}

.pdf_href img {
    width: 50px;
    margin: 20px 10px 10px 0;
}

.goblock ins,
.goblock iframe {
    width: auto !important;
}

.articles__item-text {
    width: 100%;
    font-size: 15px;
    overflow: auto;
    font-family: 'Roboto', sans-serif;
    color: #333;
    position: relative;
    z-index: 0;
}

.articles__item-text img {
    max-width: 100%;
    height: auto;
}

img.alignright {
    float: right;
}

img.alignleft {
    float: left;
}

img.latex_one_str {
    vertical-align: middle;
    margin: 1px 0 1px;
}

.articles__item-text p {
    line-height: 1.5;
    margin: 5px 0;
}

.articles__item-text a {
    font-size: 15px;
}

.articles__item-text a:hover {
    color: #ff9610;
}

.articles__item-readmore {
    display: flex;
    position: absolute;
    right: 5px;
    bottom: 5px;
    padding: 0 10px;
    font-family: "Roboto", sans-serif;
    color: #777;
    align-items: center;
    box-shadow: inset -6px -6px 6px -4px #FFF;
    font-size: 12px;
}

.articles__item-author {
    padding: 0 10px 0 5px;
}

.articles__item-author span {
    color: #0DB0CD;
}

.articles__item-delimiter {
    font-size: 21px;
    padding: 0 5px;
    font-weight: 300;
}

.articles__item-comment a {
    color: #777;
    padding: 0 5px;
}

.articles__item-comment a:hover {
    color: #ff9610;
}

.articles__item-more a {
    color: #fff;
    padding: 6px 11px;
    font-weight: 500;
    background: indigo;
    letter-spacing: 1px;
    font-style: normal;
}

.articles__item-more a:hover {
    color: #ff9610;
}

.pagination {
    margin: 35px auto;
    text-align: center;
}

.pagination a {
    background: #fff;
    color: #000;
    padding: 6px 10px;
    font-size: 14px;
    box-shadow: 0 0 8px rgb(249, 249, 249);
    margin: 0 7px;
}

.pagination a:hover {
    color: #ff9610;
    box-shadow: none;
}
