.body_page #content {
    background: #fff;
}

.body_page #content > .wrap {
    width: 100%;
}

.body_page .article {
    padding-top: 20px;
}

.body_page .article_with-image {
    padding-top: 0;
}

.body_page .registration-page__form {
    margin-top: 0;
    box-shadow: 0 5px 20px 0 rgba(1, 0, 2, 0.1);
}

.article .breadcrumbs {
    margin-bottom: 15px;
}

.article__image {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.article_with-image .article__image {
    display: block;
}

.article__inner {
    width: 1200px;
    padding-bottom: 80px;
    margin: 0 auto;
}

.article__content {
    display: inline-block;
    vertical-align: top;
    width: 700px;
    margin-right: 100px;
    font-size: 14px;
}

.article__text {
    margin-bottom: 40px;
}

.article__read-also-item {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    height: 80px;
    border-radius: 10px;
    border: 1px solid rgba(216, 216, 255, 1);
    overflow: hidden;
    padding-left: 107px;
    padding-right: 17px;
    text-decoration: none;
}

.article__read-also-photo {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 87px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.article__read-also-photo_no-photo-0 {
    background-image: url(/images/new-frontend/advices-placeholder/no-photo-1.svg);
}

.article__read-also-photo_no-photo-1 {
    background-image: url(/images/new-frontend/advices-placeholder/no-photo-2.svg);
}

.article__read-also-photo_no-photo-2 {
    background-image: url(/images/new-frontend/advices-placeholder/no-photo-3.svg);
}

.article__read-also-photo_no-photo-3 {
    background-image: url(/images/new-frontend/advices-placeholder/no-photo-4.svg);
}

.article__read-also-photo_no-photo-4 {
    background-image: url(/images/new-frontend/advices-placeholder/no-photo-5.svg);
}

.article__read-also-photo_no-photo-5 {
    background-image: url(/images/new-frontend/advices-placeholder/no-photo-6.svg);
}

.article__read-also-photo_no-photo-6 {
    background-image: url(/images/new-frontend/advices-placeholder/no-photo-7.svg);
}

.article__read-also-content {
    display: table-cell;
    vertical-align: middle;
}

.article__read-also-hint {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 20px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.6);
}

.article__read-also-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.article__sidebar {
    display: inline-block;
    vertical-align: top;
    width: 400px;
}

.article_with-image .article__head {
    height: 480px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

.article_with-image .article__image::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.article_with-image .breadcrumbs {
    position: absolute;
    top: 30px;
    left: 56px;
    z-index: 1;
}

.article_with-image .breadcrumbs-item {
    color: #fff;
}

.article__head-info {
    margin-bottom: 20px;
}

.article_with-image .article__head-info {
    position: absolute;
    left: 56px;
    bottom: 41px;
    z-index: 1;
}

.article__head-date {
    font-size: 10px;
    font-weight: 500;
}

.article__head-date::before {
    display: inline-block;
    vertical-align: top;
    content: '';
    width: 13px;
    height: 13px;
    background: url(/images/new-frontend/icons/date-icon-black.svg) no-repeat 50% 50%;
    background-size: 13px 13px;
    position: relative;
    margin-right: 7px;
    top: -2px;
}

.article_with-image .article__head-date {
    color: #fff;
}

.article_with-image .article__head-date::before {
    background-image: url(/images/new-frontend/icons/date-icon.svg);
}

.article__head-title {
    font-family: Montserrat, HelveticaNeue, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 51px;
}

.article_with-image .article__head-title {
    color: #fff;
}

.article__recommended {
    margin-top: 40px;
}

.article__recommended-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.article__recommended-item {
    display: block;
    height: 118px;
    margin-bottom: 20px;
    border: rgba(230, 230, 243, 1) 1px solid;
    border-radius: 10px;
    color: #000;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    padding: 12px 12px 12px 131px;
}

.article__recommended-item-photo {
    width: 115px;
    height: 118px;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.article__recommended-item_no-photo-1 .article__recommended-item-photo {
    background-image: url(/images/new-frontend/advices-placeholder/no-photo-1.svg);
}

.article__recommended-item_no-photo-2 .article__recommended-item-photo {
    background-image: url(/images/new-frontend/advices-placeholder/no-photo-2.svg);
}

.article__recommended-item_no-photo-3 .article__recommended-item-photo {
    background-image: url(/images/new-frontend/advices-placeholder/no-photo-3.svg);
}

.article__recommended-item_no-photo-4 .article__recommended-item-photo {
    background-image: url(/images/new-frontend/advices-placeholder/no-photo-4.svg);
}

.article__recommended-item_no-photo-5 .article__recommended-item-photo {
    background-image: url(/images/new-frontend/advices-placeholder/no-photo-5.svg);
}

.article__recommended-item_no-photo-6 .article__recommended-item-photo {
    background-image: url(/images/new-frontend/advices-placeholder/no-photo-6.svg);
}

.article__recommended-item_no-photo-7 .article__recommended-item-photo {
    background-image: url(/images/new-frontend/advices-placeholder/no-photo-7.svg);
}

.article__recommended-item-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    max-height: 72px;
    margin-bottom: 8px;
}

.article__recommended-item-date {
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
}

.article__recommended-item-date::before {
    display: inline-block;
    vertical-align: top;
    content: '';
    width: 13px;
    height: 13px;
    background: url(/images/new-frontend/icons/date-icon-gray.svg);
    background-size: 13px 13px;
    margin-right: 7px;
    position: relative;
    top: -2px;
}

.article__content p,
.article__content li,
.article__content pre {
    font-family: Montserrat, sans-serif;
    margin: 0.5em 0;
    line-height: 20px;
}

.article__content li {
    list-style-position: inside;
    margin-left: 20px;
}

.article__content iframe {
    width: 100%;
    margin: 1em 0;
}

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