/* Специально для TASS Longread */
#arctic footer {
    color: #dfe6ea;
    vertical-align: top;
    padding-top: 30px;
    background: #809bac;
    margin-top: 0;
    font-family: 'PT Sans', Arial, sans-serif;
}

#arctic footer .wrap {
    line-height: 18px;
}

#arctic .wrap-top header {
    color: #7d7d7d;
    font-family: 'PT Sans', Arial, sans-serif;
    background: #f6f6f6;
    height: 68px;
    position: relative;
    z-index: 0;
}

#arctic .has-header-small .b-nav__container {
    margin-left: 150px;
    max-width: 600px;
}

#arctic-content {
    top: 70px !important;
}

#arctic h1,
#arctic h2,
#arctic h3,
#arctic h4,
#arctic h5,
#arctic h6 {
    text-align: inherit;
    color: inherit;
    font-style: inherit;
}

/* Блок с популярными материалами */
.b-items_see-also {
    font-family: 'PT Sans', Arial, sans-serif;
    margin-bottom: 25px;
    padding: 40px 0px 25px 0px;
}

.b-items_see-also .b-items__title {
    display: block;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-align: left;
    text-transform: none;
    margin-left: 10px;
}

.b-items_see-also .item .item__title {
    font-family: 'PT Serif Caption', serif;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25.2px;
    color: #1b4156 !important;
    text-align: left !important;
}

.b-items_see-also .item .item__text {
    font-size: 14px;
    color: #555 !important;
    overflow: hidden;
    font-family: 'PT Sans', Arial, sans-serif;
    line-height: 1.4;
}

@media (max-width: 1023px) and (min-width: 640px) {
    .wrap {
        max-width: 865px;
    }
}

@media (max-width: 1023px) {
    .b-items_see-also .b-items__title {
        margin-left: 30px;
    }

    .b-items_see-also .item {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .b-items_see-also .b-items__title {
        font-size: 20px;
        text-align: center;
        text-transform: none;
        margin-left: 0px;
    }

    .b-items_see-also .item {
        padding-left: 20px;
    }
}