

/* Start:/local/templates/siz_new/css/blog.css?17792769945984*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.main{
    margin: unset;
    font-style: normal;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
}

:root {
    --accent: #1D8119;
    --mob_size: 576px;
    --pad_size: 992px;
    --lap_size: 1200px;
    --color-4: #F0F3F9;
    --grey: #353F47;
}

.wrapper {
    width: 100%;
    height: auto;
}

.container {
    margin: 0 auto;
    padding: 0 16px;
    width: 100%;
    max-width: 1260px;
    box-sizing: border-box;
}

b {
    font-weight: 600;
    color: var(--accent);
}

strong {
    font-weight: 600;
}

.input {
    --height: 38px;

    background-color: white;
    border-radius: 24px;
    border: 1px solid #70738B;
    height: var(--height);
    max-height: var(--height);
    padding: 6px 12px;
    box-sizing: border-box;

    font-style: normal;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    outline: unset;
}

.input::placeholder {
    font-style: normal;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
}

.select {
    --height: 38px;

    background-color: white;
    border-radius: 24px;
    border: 1px solid #70738B;
    height: var(--height);
    max-height: var(--height);
    padding: 6px 12px;
    box-sizing: border-box;

    font-style: normal;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
}

.checkbox-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    gap: 12px;
}

.checkbox {
    --size: 14px;
    position: relative;

    height: var(--size);
    max-height: var(--size);
    min-height: var(--size);
    width: var(--size);
    max-width: var(--size);
    min-width: var(--size);
}

.hero-2__form .checkbox input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0 0 0 0;
    margin: unset;
    padding: unset;
    z-index: 3;
    cursor: pointer;
    display: inline-block;
}

.checkbox::after {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: white;
    border-radius: 2px;
    border: 1px solid var(--accent);
    box-sizing: border-box;
    inset: 0 0 0 0;
    content: '';
    z-index: 1;
}

.checkbox:has(input:checked)::before {
    content: '';
    position: absolute;
    inset: 0 0 0 0;
    width: 100%;
    height: 100%;
    background-image: url('/local/templates/siz_new/resources/docs/img/blog/check.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    z-index: 2;
}

.checkbox-label a {
    color: inherit;
    text-decoration: underline;
}

.accent-button {
    background-color: var(--accent);
    border: unset;
    outline: unset;
    text-align: center;
    border-radius: 50px;
    color: white;
    height: 48px;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
}

.second-button {
    background-color: var(--grey);
    border: unset;
    outline: unset;
    text-align: center;
    border-radius: 50px;
    color: white;
    height: 48px;
}

.h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin: unset;
}

.h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin: unset;
}

.h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin: unset;
}

.h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin: unset;
}

@media (min-width: 768px) {
    .container {
        padding: 0 40px;
    }
}

@media (max-width: 992px) {
    .h1 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .h2, .h1 {
        font-size: 20px;
    }
    
    .h3, .h4 {
        font-size: 16px;
    }
}

.hero-1__wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding-bottom: 80px;
}

.page-wrapper > *:only-child {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.hero-1__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.hero-2__wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.hero-2__container {
    display: grid;
    grid-template-columns: 60% 1fr;
    width: 100%;
    height: auto;
    overflow: hidden;
    align-items: stretch;
    gap: 24px;
}

.hero-2__form {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.hero-2__form-img {
    height: 57px;
    max-height: 57px;
    width: auto;
    object-fit: contain;
}

.hero-2__form {
    background-color: var(--color-4);
    padding: 24px;
    box-sizing: border-box;
    border-radius: 24px;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
}

.hero-2__form-subscribe {
    display: flex;
    flex-direction: column;
    margin: 24px 0px;
    width: 100%;
    gap: 6px;
}

.hero-2__form-input {
    width: 100%;
    padding: unset;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
}

.hero-2__form-input > * {
    width: 100%;
    border-radius: 24px;
    border: unset;
    outline: unset;
}

.hero-2__form-input input {
    padding-left: 12px;
    padding-right: 12px;
}

.hero-2__form-input button {
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    max-width: 150px;
    padding-left: 12px;
    padding-right: 12px;
}

@media (max-width: 922px) {
    .hero-2__container {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}
/* End */


/* Start:/local/templates/siz_new/components/bitrix/news/blog_new/style.css?1778746748238*/
.hero-3__wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-3__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
/* End */


/* Start:/local/templates/siz_new/components/bitrix/news.detail/blog_new/style.css?178471123715483*/
body {
    margin: unset;
    font-style: normal;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
}

:root {
    --accent: #1D8119;
    --mob_size: 576px;
    --pad_size: 992px;
    --lap_size: 1200px;
    --color-4: #F0F3F9;
    --grey: #353F47;
}

#text a {
    color: #1d8119;
}

#text h1,
#text h2,
#text h3,
#text h4,
#text h5,
#text h6 {
    line-height: 1.3;
}

.wrapper {
    width: 100%;
    height: auto;
}

.container {
    margin: 0 auto;
    padding: 0 16px;
    width: 100%;
    max-width: 1260px;
    box-sizing: border-box;
}

b {
    font-weight: 600;
    color: var(--accent);
}

strong {
    font-weight: 600;
}

.input {
    --height: 38px;

    background-color: white;
    border-radius: 24px;
    border: 1px solid #D0D7DD;
    height: var(--height);
    max-height: var(--height);
    padding: 6px 12px;
    box-sizing: border-box;

    font-style: normal;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    outline: unset;
}

.input::placeholder {
    font-style: normal;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
}

.select {
    --height: 38px;

    background-color: white;
    border-radius: 24px;
    border: 1px solid #70738B;
    height: var(--height);
    max-height: var(--height);
    padding: 6px 12px;
    box-sizing: border-box;

    font-style: normal;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
}

.checkbox-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    gap: 12px;
}

.checkbox {
    --size: 14px;
    position: relative;

    height: var(--size);
    max-height: var(--size);
    min-height: var(--size);
    width: var(--size);
    max-width: var(--size);
    min-width: var(--size);
}

.checkbox input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0 0 0 0;
    margin: unset;
    padding: unset;
    z-index: 3;
    cursor: pointer;
}

.checkbox::after {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: white;
    border-radius: 2px;
    border: 1px solid var(--accent);
    box-sizing: border-box;
    inset: 0 0 0 0;
    content: '';
    z-index: 1;
}

.checkbox:has(input:checked)::before {
    content: '';
    position: absolute;
    inset: 0 0 0 0;
    width: 100%;
    height: 100%;
    background-image: url('/local/templates/siz_new/components/bitrix/news.detail/blog_new/./imgs/check.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    z-index: 2;
}

.checkbox-label a {
    color: inherit;
    text-decoration: underline;
}

.accent-button {
    background-color: var(--accent);
    border: unset;
    outline: unset;
    text-align: center;
    border-radius: 50px;
    color: white;
    height: 48px;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
}

.second-button {
    background-color: var(--grey);
    border: unset;
    outline: unset;
    text-align: center;
    border-radius: 50px;
    color: white;
    height: 48px;
}

.h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin: unset;
}

.h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin: unset;
}

.h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin: unset;
}

.h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin: unset;
}

@media (min-width: 768px) {
    .container {
        padding: 0 40px;
    }
}

@media (max-width: 992px) {
    .h1 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .h2 {
        font-size: 20px;
    }
    
    .h3, .h4 {
        font-size: 16px;
    }
}

.article__wrapper {
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: column;
    gap: 24px;
}

.article__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.article__body-wrapper,
.article-comments__container,
.article__title-container {
    display: grid;
    grid-template-columns: 1fr 375px;
    overflow: hidden;
    gap: 24px;
}

.article__body {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    gap: 12px;
}

.article__stats-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    gap: 12px;
}

.article__tags {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    max-width: 80%;
    gap: 12px;
}

.article__tags a {
    color: #1D8119;
    text-decoration: none;
    cursor: pointer;
}

.article-stats {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: max-content;
    color: #70738B;
    gap: 12px;
}

.article-stats > * {
    --size: 1em;

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

.article-stats time::before, 
.article-stats span::before {
    position: relative;
    content: '';

    height: var(--size);
    max-height: var(--size);
    min-height: var(--size);
    width: var(--size);
    max-width: var(--size);
    min-width: var(--size);
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.article-stats time::before {
    background-image: url('/local/templates/siz_new/components/bitrix/news.detail/blog_new/./imgs/hero-1__time.svg');
}

.article-stats span::before {
    background-image: url('/local/templates/siz_new/components/bitrix/news.detail/blog_new/./imgs/hero-1__view.svg');
}

.article__preview {
    border-radius: 24px;
    max-height: 440px;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.article__anchors {
    display: flex;
    flex-direction: column;
    margin: unset;
    padding: 0px 0px 0px 20px;
    width: max-content;
    max-width: 100%;
    gap: 8px;
}

.article__anchors a,
.article__anchors li {
    color: #1D8119;
    cursor: pointer;
    text-decoration: none;
}

.article__anchors li:has(a:empty) {
    display: none;
}

.article__anchors-title {
    margin: 0px 0px 4px -20px;
}

.article__author {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.article__author-image {
    --size: 85px;

    width: var(--size);
    max-width: var(--size);
    min-width: var(--size);
    height: var(--size);
    max-height: var(--size);
    min-height: var(--size);
    border-radius: 100%;
    object-fit: cover;
}

.article__author-data {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.article__author-name {
    font-weight: 600;
}

.article__author-description {
    color: #70738B;
}

.article__author-wrapper,
.article__themes-wrapper,
.articles-wrapper,
.consultation-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.article__side-bar {
    padding-top: 2em;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.article__themes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    padding: unset;
    margin: unset;
    gap: 12px;
}

.article__themes-item {
    padding: 6px 12px;
    box-sizing: border-box;
    background-color: #F0F3F9;
    border-radius: 24px;
}

.articles {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.articles-item {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    gap: 12px;
}

.articles-item__image {
    --size: 85px;

    width: var(--size);
    max-width: var(--size);
    min-width: var(--size);
    height: var(--size);
    max-height: var(--size);
    min-height: var(--size);
    border-radius: 24px;
}

.articles-item__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}

.articles-item__text {
    margin: unset;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.articles-item__time {
    font-size: 10px;
    color: #70738B;
}

.consultation-contacts {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    margin: 8px 0px;
    gap: 6px;
}

.consultation-contacts__item {
    --size: 40px;

    width: var(--size);
    max-width: var(--size);
    min-width: var(--size);
    height: var(--size);
    max-height: var(--size);
    min-height: var(--size);
}

.consultation-contacts__item > * {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.consultation-form {
    display: flex;
    flex-direction: column;
    padding: 24px 24px;
    box-sizing: border-box;
    background-color: #F0F3F9;
    border-radius: 24px;
    gap: 12px;
}

.consultation-form__inputs {
    display: flex;
    flex-direction: column;
    margin: 12px 0px;
    gap: 10px;
}

.consultation-form__inputs > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.consultation-form__inputs label {
    font-size: 13px;
}

.article-comments {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.article-comments__form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.article-comments__form-input {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 4px;
}

.article-comments__form-input label {
    font-size: 13px;
}

.article-comments__form-input input,
.article-comments__form-input textarea {
    border-radius: unset;
}

.article-comments__form-input textarea {
    height: unset;
    max-height: unset;
    min-height: unset;
    resize: vertical;
}

.article-comments__form-submit {
    align-self: end;
    background-color: #989898;
    width: 170px;
}

.article-comments__list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.article-comments__list-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.article-comments__list-title span {
    color: #929292;
}

.article-comments__list-sort {
    background-color: transparent;
    border: unset;
    outline: unset;
}

.article-comment {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.article-comment.res {
    padding-left: 5%;
}

.article-comment.res .article-comment__head span {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.article-comment.res .article-comment__head span::after {
    --size: 16px;

    content: '';
    position: relative;
    width: var(--size);
    max-width: var(--size);
    min-width: var(--size);
    height: var(--size);
    max-height: var(--size);
    min-height: var(--size);
    margin-bottom: 6px;

    background-image: url('/local/templates/siz_new/components/bitrix/news.detail/blog_new/./imgs/res.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.article-comment__head {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.article-comment__head time {
    font-size: 13px;
    color: #989898;
}

.article-comment__comment {
    margin: unset;
}

.article-comment__toolbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 24px;
}

.article-comment__toolbar-res {
    background-color: transparent;
    border: unset;
    outline: unset;
    cursor: pointer;
}

.article-comment__toolbar .article-comment__toolbar-res a{
    color: #000 !important;
}

.article-comment__toolbar-likes,
.article-comment__toolbar-dislikes {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: max-content;
    background-color: transparent;
    cursor: pointer;
    border: unset;
    outline: unset;
    gap: 6px;
}

.article-comment__toolbar-likes::before,
.article-comment__toolbar-dislikes::before {
    --size: 14px;
    
    content: '';
    position: relative;

    width: var(--size);
    max-width: var(--size);
    min-width: var(--size);
    height: var(--size);
    max-height: var(--size);
    min-height: var(--size);

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.article-comment__toolbar-likes::before {
    background-image: url('/local/templates/siz_new/components/bitrix/news.detail/blog_new/./imgs/like.svg');
}

.article-comment__toolbar-dislikes::before {
    background-image: url('/local/templates/siz_new/components/bitrix/news.detail/blog_new/./imgs/dislike.svg');
}

.article__share {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    gap: 12px;
}

.artice__share-social {
    width: max-content;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.artice__share-social-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 12px;
}

.article__share-stats {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    gap: 8px;
}

.article__share-stats button {
    background-color: transparent;
    border: unset;
    outline: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    gap: 6px;
}

.article__share-dislikes,
.article__share-likes {
    cursor: pointer;
}

.article__share-views::before,
.article__share-comments::before,
.article__share-dislikes::before,
.article__share-likes::before {
    --size: 14px;
    
    content: '';
    position: relative;

    width: var(--size);
    max-width: var(--size);
    min-width: var(--size);
    height: var(--size);
    max-height: var(--size);
    min-height: var(--size);

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.article__share-views::before {
    background-image: url('/local/templates/siz_new/components/bitrix/news.detail/blog_new/./imgs/views.svg');
}

.article__share-comments::before {
    background-image: url('/local/templates/siz_new/components/bitrix/news.detail/blog_new/./imgs/comments.svg');
}

.article__share-dislikes::before {
    background-image: url('/local/templates/siz_new/components/bitrix/news.detail/blog_new/./imgs/dislike.svg');
}

.article__share-likes::before {
    background-image: url('/local/templates/siz_new/components/bitrix/news.detail/blog_new/./imgs/like.svg');
}

@media (max-width: 922px) {
    .article__body-wrapper,
    .article-comments__container,
    .article__title-container {
        grid-template-columns: 1fr;
    }

    .article__side-bar {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .article__author-wrapper,
    .article__themes-wrapper {
        grid-column: 1 / -1;
    }

    .article-comments__form-submit {
        align-self: start;
    }
}

@media (max-width: 768px) {
    .article__side-bar {
        grid-template-columns: 1fr;
    }

    .article__preview {
        max-height: 40vh;
        min-height: 220px;
        height: auto;
        width: 100%;
        aspect-ratio: 1/0.5;
    }

    .article__author-wrapper,
    .article__themes-wrapper {
        grid-column: 1 / -1;
    }

    .article__stats-wrapper {
        flex-direction: column;
        align-items: start;
    }
}
/* End */


/* Start:/local/templates/siz_new/components/bitrix/catalog.comments/blog_new/style.css?17197492014472*/

.item_comments{
	display: block;
	padding-left: 0;
}
.item_comments li{
	display: block;
	padding-bottom: 10px;
}
.item_comments_username{
	display: inline-block;
	color: #5d90bd;
	font-size: 14px;
}
.item_comments_date{
	display: inline-block;
	color: #b8b8b8;
	font-size: 14px;
	margin-left: 10px;
}
.item_comments_container p{
	margin-top: 5px;
	color: #3f3f3f;
	font-size: 14px;
}

div.blog-comment-form {width: 100% !important;}

div.blog-comment .blog-author {
    font-size: 0.85em;
}

.blog-comment-content {
    font-size: 13px;
    overflow: hidden!important;
    padding-top: 0 !important;
}



.blog-post-rating {
    padding: 10px 0 0 0;
}

@media (max-width:540px){
	.bx_soc_comments_div .bx-catalog-tab-list li a{
		font-size:11px;
	}
}

.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button,
.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button_type_2	{
	padding:0 13px;
	height:25px;
	font-weight:bold;
	line-height:25px;
}
.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button  	{
	height:27px;
	line-height:27px;
}
.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button:hover  {}
.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button:active {}
.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button_type_2 		 {font-weight:bold}
.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button_type_2:hover {}
.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button_type_2:active{}

.bx_soc_comments_div.bx_important .blog-comment-nav {

}

.bx_soc_comments_div.bx_important .blog-comment-nav a,
.bx_soc_comments_div.bx_important .blog-comment-nav a:link,
.bx_soc_comments_div.bx_important .blog-comment-nav a:visited,
.bx_soc_comments_div.bx_important .blog-comment-info a,
.bx_soc_comments_div.bx_important .blog-comment-info a:link,
.bx_soc_comments_div.bx_important .blog-comment-info a:visited {
	text-decoration: none;
	color: #969696 !important;
}

.bx_soc_comments_div.bx_important .blog-comment-nav a:hover,
.bx_soc_comments_div.bx_important .blog-comment-nav a:active,
.bx_soc_comments_div.bx_important .blog-comment-info a:hover,
.bx_soc_comments_div.bx_important .blog-comment-info a:active {
	text-decoration: underline;
	color: #969696 !important;
}

.bx_soc_comments_div.bx_important .blog-comment-info a,
.bx_soc_comments_div.bx_important .blog-comment-info a:link,
.bx_soc_comments_div.bx_important .blog-comment-info a:visited {
	font-size: 0.85em;
}

.bx_soc_comments_div.bx_important .blog-comment-info a:hover,
.bx_soc_comments_div.bx_important .blog-comment-info a:active {
	font-size: 0.85em;
}

.bx_soc_comments_div .bx-catalog-tab-section-container{position: relative;}

.bx_soc_comments_div .bx-catalog-tab-list{
	border-bottom: 1px solid #d9e1e3;
	text-align: left;
	padding: 0;
	vertical-align: bottom;
	margin: 16px 0;
}

.bx_soc_comments_div .bx-catalog-tab-list li{
	vertical-align: bottom;
	border: 1px solid #d9e1e3;
	border-bottom: none;
	display: inline-block;
	border-radius: 3px 3px 0 0;
	background: #f7f7f7;
	box-shadow: inset 0 -10px  5px -10px rgba(0,0,0,.12);
}

.bx_soc_comments_div .bx-catalog-tab-section-container .bx-catalog-tab-list li:before{
	content: none;
}

.bx_soc_comments_div .bx-catalog-tab-list li a,
.bx_soc_comments_div .bx-catalog-tab-list li>span{
	display: block;
	cursor: pointer;
	line-height: 30px;
	height: 30px;
	color: #999;
	text-decoration: none;
	font-size: 13px;
	padding: 0 20px;
	box-shadow: none;
}

.bx_soc_comments_div .bx-catalog-tab-list li:hover,
.bx_soc_comments_div .bx-catalog-tab-list li.active{
	background: #fff;
}

.bx_soc_comments_div .bx-catalog-tab-list li.active a,
.bx_soc_comments_div .bx-catalog-tab-list li.active>span{
	background: #fff;
	line-height: 35px;
	height: 35px;
	color: #3f3f3f;
	position: relative;
	bottom: -2px;
}

.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container>div.tab-off{
	opacity: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition:all 0.4s ease-out;
	-ms-transition:all 0.4s ease-out;
	-moz-transition:all 0.4s ease-out;
	-o-transition:all 0.4s ease-out;
	transition:all 0.4s ease-out;
}

.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container>div{
	opacity: 1;
	-webkit-transition:all 0.6s ease-out;
	-ms-transition:all 0.6s ease-out;
	-moz-transition:all 0.6s ease-out;
	-o-transition:all 0.6s ease-out;
	transition:all 0.6s ease-out;
	padding: 0 10px;
}

.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container .hidden{
	display: none;
}
/* End */


/* Start:/bitrix/components/bitrix/blog/templates/.default/style.min.css?170601303830185*/
.blog-posts{display:inline;float:left;margin-right:1%;overflow:hidden;width:79%}.blog-post{margin:0;padding-bottom:2.5em;padding-right:.8em}.blog-post-title{font-size:1.65em;font-weight:var(--ui-font-weight-bold);line-height:1.3em;margin:0;padding:.2em;padding-left:.6em;font-family:Arial}.blog-post-title a{text-decoration:none !important}.blog-post-title a :hover{text-decoration:underline !important}.blog-post-info{padding:.2em .6em .2em}.blog-post-content{padding:.4em .6em .4em;overflow:hidden;border-bottom:1px dotted;line-height:1.4em}.blog-post-meta{font-size:.85em;line-height:1.4em;margin:0;padding:0;padding-top:.3em;padding-bottom:.3em;padding-left:.6em}.blog-post-date{margin:.1em 0;padding:0 0 0 .3em;line-height:1.4em;display:inline}.blog-post-current .blog-post{padding-right:0}.blog-post-edit-link,.blog-post-delete-link,.blog-post-comments-link,.blog-post-views-link,.blog-post-publish-link,.blog-post-hide-link,.blog-post-show-link{background-repeat:no-repeat;padding-left:18px;height:16px;display:inline-block;padding-right:.5em;font-size:1.2em}.blog-post-comments-link{padding-left:15px}.blog-post-show-link{padding-left:19px}.blog-post-tag{padding-top:.4em}.blog-post-tag a{text-decoration:none !important}.blog-post-tag a:hover{text-decoration:underline !important}.blog-post-avatar img{float:right}.blog-post-avatar{padding:.1em .3em .3em .3em}.blog-post-content div[align="left"],.blog-post-content div[align="right"],.blog-post-content div[align="center"],.blog-post-content div[align="justify"]{min-height:1em}div.blog-post-field-text textarea{width:100%}div.blog-post-field-text{padding-bottom:.2em}div.blog-post-field-title input,div.blog-post-field-category input{width:100%}div.blog-post-field-code input{width:40%}div.blog-post-field-user{width:100%}div.blog-post-field-title,div.blog-post-field-category,div.blog-post-field-favorite,div.blog-post-field-date,div.blog-post-field-enable-comments{width:100%}div.blog-post-field-access,div.blog-post-field-seo,div.blog-post-field-category{padding-top:10px}div.blog-post-field-date{padding-top:.5em}div.blog-post-field-favorite div,div.blog-post-field-enable-comments div{display:inline}div.blog-post-field-favorite,div.blog-post-field-enable-comments{padding-bottom:.4em}div.blog-post-field-sep{width:2%;float:left}div.blog-post-image-item{float:left;padding-right:1em;padding-bottom:2em;height:150px}div.blog-post-image-item-border{border:1px solid;height:100px;text-align:center;vertical-align:middle;width:100px}div.blog-post-image-item-input{padding-top:.5em}div.blog-post-image-item-input input{width:100px}div.blog-post-buttons{padding-top:1em;padding-bottom:.4em}div.blog-post-field-category div.blog-post-field-text label,div.blog-post-field-access-title,div.blog-post-field-code div.blog-post-field-text label,div.blog-post-field-seo label{font-weight:var(--ui-font-weight-bold);font-size:1.1em}div.blog-post-bbcode-line{padding-top:.2em}.blog-group-edit{background-repeat:no-repeat;width:16px;height:16px;display:inline-block}.blog-group-delete{background-repeat:no-repeat;width:16px;height:16px;display:inline-block}div.blog-post-edit-form{width:97%;padding:.8em}div.blog-buttons{padding-top:1em}.blog-comment{margin:0;padding-top:.7em}.blog-comment-info{display:block}.blog-comment-content{display:block;overflow:hidden;padding-top:.5em}.blog-comment-meta{font-size:.85em;padding-top:.5em;padding-bottom:.5em}.blog-comment-date{font-size:.85em;display:inline}.blog-comment-author-info{display:inline}.blog-comment-avatar{float:left;margin-right:.5em;width:30px;height:30px;border:1px solid #c4c4c4;background-color:#eceaec}.blog-comment-meta a{text-decoration:none !important}.blog-comment-meta a:hover{text-decoration:underline !important}.blog-comment-link,.blog-comment-delete,.blog-comment-parent,.blog-comment-answer,.blog-comment-edit,.blog-comment-show,.blog-comment-hide{display:inline-block}.blog-add-comment{text-align:center;padding-top:0;padding-bottom:1.5em}.blog-comment-nav{padding-bottom:.6em}div.blog-comment-form{margin-bottom:.7em;margin-top:.7em;width:80%}div.blog-comment-field-text{width:100%}div.blog-comment-field-text textarea{width:99.9%}.blog-comment-field-subject{margin-bottom:15px}div.blog-comment-field-tags{display:none}div.blog-comment-field-tags input{width:80%}div.blog-comment-field-captcha input{width:180px}div.blog-comment-field-settings input{width:1.55em;height:1.55em;margin:0 0 0 -0.25em;vertical-align:middle;font-size:1em}div.blog-comment-field-settings label{vertical-align:middle}div.blog-comment-fields{padding:.8em;zoom:1}div.blog-comment-field-title input,div.blog-comment-field-desc input{width:80%}div.blog-comment-field-user{width:100%;padding-bottom:5px}div.blog-comment-field-author,div.blog-comment-field-email{float:left;width:47%}div.blog-comment-field-text{padding-bottom:.2em}div.blog-comment-field-user-sep{width:5%;float:left}div.blog-comment-field-author input,div.blog-comment-field-email input{width:100%}div.blog-comment-field-bbcode{padding-top:.7em}div.blog-comment-field-captcha-image{padding-top:.4em}div.blog-comment-buttons{margin-top:1em;padding-bottom:.4em}div.blog-comment-buttons input{padding:0 .5em;font-size:1.184em}div.blog-menu-box{margin-bottom:1em;padding-bottom:.5em;line-height:1.5em;zoom:1}div.blog-menu-box span{white-space:nowrap;display:inline-block}div.blog-settings-menu-box{margin-bottom:1em;padding-bottom:.5em;line-height:1.5em;zoom:1}div.blog-settings-menu-box span{white-space:nowrap;display:inline-block}.blog-sidebar{display:inline;float:right;overflow:hidden;width:20%}.blog-sidebar ul,.blog-sidebar ul li ul{margin:0;padding:0;list-style:none !important}.blog-sidebar ul li{margin:0;padding:0;list-style:none !important;text-align:left}.blog-sidebar h3{font-size:1em;font-weight:var(--ui-font-weight-bold);letter-spacing:1px;border-bottom:1px solid;padding:0;padding-bottom:.6em;margin:0}.blog-sidebar li ul li{margin:0;padding:0;border:0}.blog-sidebar ul li ul li{text-align:left;margin:0;padding:0}.blog-sidebar ul li ul li a{text-decoration:none;outline:0}.blog-sidebar ul li ul li a:hover{text-decoration:underline}.blog-sidebar ul{padding:1em}.blog-sidebar ul li ul{padding-top:.4em}.blog-sidebar-title a{text-decoration:none}.blog-sidebar-avatar{text-align:center}div.blog-errors{border-width:1px;border:1px solid;margin:1.117em;padding:.4em 1.117em}div.blog-errors ul{padding:.3em 0 .3em 2em;margin:0}div.blog-errors ul li{margin:0;padding:0}div.blog-notes{border-width:1px;border:1px solid;margin:1.117em;padding:.4em 1.117em}div.blog-notes ul{padding:.3em 0 .3em 2em;margin:0}div.blog-notes ul li{margin:0;padding:0}div.blog-textinfo{border:1px solid;margin:1.117em;padding:.4em 1.117em}div.blog-textinfo ul{padding:.3em 0 .3em 2em;margin:0}div.blog-textinfo ul li{margin:0;padding:0}div.blog-clear-float{clear:both}table.blog-table-header-left,table.blog-table-header-top{border-collapse:collapse;border:0}table.blog-table-header-left th,table.blog-table-header-left td,table.blog-table-header-top th,table.blog-table-header-top td{padding:.5em;vertical-align:top;border-top:1px solid}table.blog-table-header-left th{text-align:right}table.blog-table-header-top th{text-align:center}table.blog-edit-perms-table{border:0}table.blog-edit-perms-table th,table.blog-edit-perms-table td{padding:.2em;vertical-align:top;border:0;border-top:0}table.blog-edit-perms-table th{text-align:center}div.blog-line{background-repeat:no-repeat;height:3px;width:100%}.blog-author{margin:0;padding:0;display:inline;font-weight:var(--ui-font-weight-bold)}.blog-author-icon{width:16px;height:16px;display:block;float:left;background-repeat:no-repeat;padding-right:.2em;line-height:1em}div.blog-bbcode-line{margin-right:3px;float:left}div.blog-smiles-line,div.blog-more-smiles{float:left;white-space:nowrap;margin-left:5px;font-size:.95em}div.blog-bbcode-closeall{float:right}div.blog-bbcode-line img,div.blog-smiles-line img{border:0}div.blog-bbcode-line a,div.blog-smiles-line a{vertical-align:middle}div.blog-bbcode-line a{width:20px;height:20px;float:left;margin-right:.2em;background-position:center center;background-repeat:no-repeat;display:block}div.blog-bbcode-line a,div.blog-bbcode-line img,div.blog-smiles-line a,div.blog-smiles-line img{outline:0}div.blog-bbcode-line select{float:left;margin-left:3px;padding:0;height:20px}div.blog-bbcode-closeall a{padding-left:1em;vertical-align:middle;float:left}
/*BBCode Icons*/
a.blog-bbcode-bold {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_bold.gif);} a.blog-bbcode-italic {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_italic.gif);} a.blog-bbcode-color {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_color.gif);} a.blog-bbcode-underline{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_underline.gif);} a.blog-bbcode-strike{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_strike.gif);} a.blog-bbcode-url{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_link.gif);} a.blog-bbcode-img-upload{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_image.gif);} a.blog-bbcode-img{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_image_upload.gif);} a.blog-bbcode-video{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_video.gif);} a.blog-bbcode-code{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_code.gif);} a.blog-bbcode-quote{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_quote.gif);} a.blog-bbcode-video{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_video.gif);} a.blog-bbcode-list{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_list.gif);} a.blog-bbcode-cut{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/cut.gif);} div.blog-mainpage{width:100%}div.blog-mainpage-side-left{float:left;width:52%;padding-right:.5em}div.blog-mainpage-side-right{float:right;width:46%}.blog-mainpage-item{margin:0;padding-bottom:.6em;padding-top:.5em}.blog-mainpage-title{margin:0;padding-bottom:.5em;padding-top:.4em;font-weight:var(--ui-font-weight-bold)}.blog-mainpage-content{line-height:1.4em;font-size:.95em;display:block}.blog-mainpage-meta{font-size:.89em;line-height:1.4em;margin:0;padding:0;padding-top:.4em}.blog-mainpage-meta a{text-decoration:none !important}.blog-mainpage-meta a:hover{text-decoration:underline !important}div.blog-mainpage-comment .blog-mainpage-meta{display:inline;padding-left:.4em;font-size:.89em}div.blog-mainpage-comment .blog-mainpage-content{padding-top:.4em}div.blog-mainpage-comment .blog-mainpage-content a{text-decoration:none !important}div.blog-mainpage-comment .blog-mainpage-content a:hover{text-decoration:underline !important}div.blog-mainpage-item .blog-author{font-weight:normal}div.blog-mainpage-comment .blog-mainpage-title{font-weight:normal}div.blog-mainpage-blogs .blog-mainpage-content a{text-decoration:none}div.blog-mainpage-blogs .blog-mainpage-content a:hover{text-decoration:none}.blog-tab{padding:0;margin:0;min-height:31px;height:100%;width:96%;line-height:2.35em;display:block}.blog-tab-left{background-repeat:no-repeat;padding:0;margin:0;width:3px;height:31px;float:left}.blog-tab-right{background-repeat:no-repeat;padding:0;margin:0;width:3px;height:31px;float:right}.blog-tab-container{width:100%;display:block}.blog-tab-items{float:right;font-size:.95em;padding-right:.6em;display:inline;white-space:nowrap}.blog-tab-items a{text-decoration:none !important;padding-left:.6em}.blog-tab-items a:hover{text-decoration:underline !important}.blog-tab-title{font-weight:var(--ui-font-weight-bold);padding-left:.5em;float:left;display:inline;overflow:hidden}.blog-tab-title a{text-decoration:none !important}.blog-tab-title a:hover{text-decoration:underline !important}div.blog-tab-content{padding-top:.2em;padding-left:.6em;padding-right:.6em;padding-bottom:1.7em}div.blog-mainpage-search-cloud{padding-top:.4em}.blog-calendar{text-align:center}.blog-calendar table th{font-weight:normal}.blog-rss div{padding-top:.6em}.blog-rss-icon{background-repeat:no-repeat;width:17px;height:17px;display:block;line-height:1em}.blog-group-icon{width:16px;height:16px;display:block;float:left;background-repeat:no-repeat;padding-right:.2em;line-height:1em}.blog-search-form{padding-top:.6em}.blog-search-form div{padding-bottom:.4em}.blog-mainpage-create-blog{padding-bottom:1em;padding-left:.6em}.blog-rss-subscribe{padding-bottom:1.5em}.blog-rss-subscribe .blog-tab-items{padding-top:.55em}.blog-group-rss{padding-top:1em}table.blogquote,table.blogcode{font-size:1em;margin:.5em 1em;width:80%;border:1px solid}table.blogquote td,table.blogcode td{padding:.95em 1.5em}table.blogcode td{font-family:"Courier New";white-space:pre-wrap}table.blogcode pre{font-family:"Courier New";font-size:12px;margin:0;line-height:15px;white-space:pre-wrap}div.blog-post-quote,div.blog-post-code{padding-top:.6em;padding-bottom:.6em}div.blog-post-quote span,div.blog-post-code span{padding-left:.6em}div.blog-post-quote table.blogquote,div.blog-post-code table.blogcode{margin:0}div.blog-page-navigation{padding-bottom:.8em}div.blog-page-navigation a,span.blog-page-current,span.blog-page-dots{padding-left:.75em;padding-right:.5em;text-decoration:none}div.blog-page-navigation a.blog-page-first,div.blog-page-navigation span.blog-page-first{padding-left:.5em}span.blog-page-current{font-weight:var(--ui-font-weight-bold)}ul.blog-navigation{list-style-position:outside;list-style-type:none;padding:0;margin:0;padding-bottom:1em}ul.blog-navigation li{display:inline}.blog-post-content{border-bottom-color:#ccc}.blog-post-meta,.blog-comment-meta,.blog-comment-nav{color:#969696}.blog-post-tag a,.blog-comment-meta a,.blog-mainpage-meta a{color:#969696 !important}.blog-post-date,.blog-comment-date{color:#767676}div.blog-post-date span.blog-post-time,div.blog-post-date span.blog-post-day{display:none}div.blog-post-edit-form,div.blog-comment-fields{background-color:#f1f1f1}div.blog-post-image-item-border{border-color:#d8d8d8}.blog-sidebar{background-color:#f5f5f5}.blog-sidebar h3{border-bottom-color:#dadada}.blog-bottombar h3{color:#333}.blog-sidebar-title{color:#000 !important}.blog-sidebar-title a{color:#000 !important}div.blog-errors{border:solid 1px #dfbdac;background:#f6dbce}div.blog-notes{border:solid 1px #dad7a7;background:#f6f9d3}div.blog-textinfo{border:solid 1px #d5d5d5;background:#f6f6f6}.blog-required-field{color:red}table.blog-table-header-left th,table.blog-table-header-left td,table.blog-table-header-top th,table.blog-table-header-top td{border-top-color:#d5d5d5}div.blog-post-quote>span,div.blog-post-code>span{color:#7d7d7d;display:none}div.blog-post-code table.blogcode{border-color:#e8e8e8;color:#7d7d7d;background-color:#f7f7f7}div.blog-post-quote table.blogquote{border-color:#e8e8e8;color:#555;background:url(/bitrix/components/bitrix/blog/templates/.default/images/quote-gray.png) no-repeat scroll left top #f7f7f7}div.blog-mainpage-comment .blog-mainpage-content a,div.blog-mainpage-blogs .blog-mainpage-content a:hover,div.blog-mainpage-blogs .blog-mainpage-content a,div.blog-mainpage-comment .blog-mainpage-content a:hover{color:#333}.blog-tab,.blog-tab-container{background-color:#ededed}.blog-tab-items{color:#767676}.blog-tab-items a{color:#767676 !important}.blog-tab-title a{color:#000 !important}.blog-comment-cont-white{background-color:#fff;padding:1px}
/*images*/
div.blog-tab-left {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/plashka_start.gif);} div.blog-tab-right {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/plashka_end.gif);} div.blog-line {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/line_gradient.gif);} .blog-rss-icon {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/rss_icon.gif);} div.blog-comment-new .blog-comment-date{background-color:#fff4ca;padding-top:2px;padding-bottom:3px;padding-left:4px;padding-right:4px}div.blog-comment-hidden .blog-comment-cont-white,div.blog-comment-hidden .blog-comment-date{background-color:#ededed}div#special_perms{padding-top:.5em}div.blog-post-meta div.blog-post-info-bottom{display:none}.blog-post-meta span.blog-post-link-counter,.blog-post-meta span.microblog-post-link-counter{padding:0 0 0 .3em}div.blog-post-rating{float:right}div.blog-post-share{position:relative;float:right}img.linked{border:0;cursor:pointer;height:21px;left:2px;position:relative;top:6px;width:11px}div.blog-edit-field-code label.blog-edit-field-caption{font-weight:var(--ui-font-weight-bold)}span#post-code-input{display:none}a#post-code-text{background-color:#fff4ca;border-bottom:dashed 1px;text-decoration:none}div.blog-post-field-code{padding-top:.5em}div.blog-tags-cloud{text-align:center}div.blog-comment-preview div.blog-comment-cont-white{border-top:1px solid red;border-bottom:1px solid red}div.blog-post-edit-micro #lhe_btn_sourcebb,div.blog-post-edit-micro #blog-post-image{display:none}div.blog-post-edit-micro{margin-bottom:2em;width:78%}div.blog-post-edit-micro #blogpost-length{font-weight:var(--ui-font-weight-bold);display:inline}div.blog-post-edit-micro div.blog-post-edit-form{padding:0;background-color:white;width:100%}div.blog-post-edit-micro div.blog-post-buttons{text-align:left;padding-top:.7em;padding-bottom:.1em}div.blog-post-edit-micro #edit-post-text{padding:0;border:1px solid #c2c2c2;border-radius:2px}div.blog-post-edit-micro .lhe-stat-toolbar-cont,div.blog-post-edit-micro .lhe-button,div.blog-post-edit-micro div.lhe-tlbr-smile-cont{border:0}div.blog-post-edit-micro #blog-post-micro-lhe-hide{display:inline-block;float:right}div.blog-post-edit-micro .lhe-button-cont{padding-left:3px}div.blog-post-edit-micro #blog-post-micro-lhe-but{display:inline-block;padding-top:3px}
div.blog-post-edit-micro .lhe-button-cont #lhe_btn_image {
	background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/icon_image.gif) !important; background-position:3px 2px !important;background-repeat:no-repeat;cursor:pointer;}
div.blog-post-edit-micro .lhe-button-cont #lhe_btn_createlink {
	background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/icon_link.gif) !important; background-position:2px 2px !important;background-repeat:no-repeat;cursor:pointer}div.blog-post-edit-micro .lhe-button-cont #lhe_btn_bloginputvideo{width:17px;height:15px;padding-top:2px;cursor:pointer}div.blog-post-edit-micro .lhe-button-over{background-color:#fff}div.blog-post-edit-micro .blog-post-group-text{color:#999}div.blog-post-edit-micro #blog-post-micro-lhe-hide{position:absolute;top:2px;right:2px}div.blog-post-edit-micro #blog-post-micro-lhe-hide div{display:inline-block;cursor:pointer;width:17px;height:17px;vertical-align:middle;	background: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/icon_close.gif) no-repeat;}div.blog-post-edit-micro .blog-post-field-bbcode{position:relative}div.blog-comment .blog-author{line-height:30px}div.microblog-post .blog-post-avatar{float:left;margin-right:.5em;width:30px;height:30px;border:1px solid #c4c4c4;background-color:#eceaec;padding:0}div.microblog-post .blog-post-info{background:0;padding:0}div.microblog-post .blog-author{line-height:30px}div.microblog-post div.blog-post-content{border:0;padding:0;padding-top:.5em}div.microblog-post{border-bottom:1px solid #e5e5e5;padding:1px;margin-bottom:1.5em}div.microblog-post div.blog-post-meta{padding-top:.5em;padding-bottom:.5em;font-size:.85em;padding-left:0}div.microblog-post div.blog-post-meta a{color:#969696 !important;text-decoration:none !important}div.microblog-post div.blog-post-meta a:hover{text-decoration:underline !important}div.microblog-post .blog-post-date{font-size:.85em;color:#969696}

div.blog-comment-line {background-color: #ededed; height:1px; background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/line-start.gif); background-repeat: no-repeat; background-position: left;} span.blog-vert-separator{height:7px;width:1px;margin-left:.2em;margin-right:.2em;background-color:#e0e0e0;display:inline-block}div.blog-post-meta-util span{display:inline-block}div.blog-post-meta-util *{text-decoration:none !important}div.microblog-post div.blog-post-date a{color:#969696 !important;text-decoration:none !important}div.microblog-post div.blog-post-meta-util a{color:#969696 !important;text-decoration:none !important}.blog-post-meta .bx-rating span,.blog-post-meta-util.bx-rating a{font-size:13px}.blog-post-current-micro .bx-rating span,.blog-post-current-micro .bx-rating a{font-size:11px}.blog-mainpage-meta .bx-rating span{color:#969696}.blog-mainpage-meta span.ilike-light-blog-post *,.blog-mainpage-meta span.ilike-light-microblog *{color:#969696 !important;text-decoration:none !important;font-size:1em}.blog-post-meta-util a span{cursor:pointer}.blog-post-meta-util .ilike-light .bx-ilike-right{font-size:1.2em}.blog-post-meta-util .ilike-light .bx-ilike-text{padding:0;font-size:1.2em}.microblog-post .blog-post-meta-util .ilike-light .bx-ilike-right{font-size:11px}.microblog-post .blog-post-meta-util .ilike-light .bx-ilike-text{font-size:11px}.blog-comment-nav-item{cursor:pointer}div.blog-comments .blog-comment-nav a.blog-comment-nav-item-sel{font-weight:var(--ui-font-weight-bold);text-decoration:none;color:#969696;cursor:default}a.blogPostAutoSave{float:right;display:block;width:18px;height:18px;margin:3px 3px 0 0;position:relative;z-index:2}.blog-post-edit-micro a.blogPostAutoSave{margin-right:10px;margin-left:-12px;margin-top:2px}.blog-notify-bar{width:100%;height:2.5em;line-height:2.5em;	background: url("/bitrix/js/main/core/images/panel/sprite03.png") repeat-x scroll 0 -1178px #FFEB8D !important; position:relative}.blog-micro-notify-bar{width:100%;height:3em;line-height:1.5em;	background: url("/bitrix/js/main/core/images/panel/sprite03.png") repeat-x scroll 0 -1178px #FFEB8D !important; position:relative}.blog-notify-close{display:block !important;height:12px !important;margin:3px 6px 0 0;padding:0 !important;position:absolute !important;right:5px !important;top:5px !important;width:12px !important;}
.blog-notify-close a {
    background: url("/bitrix/js/main/core/images/panel/sprite03.png") no-repeat scroll -268px -243px transparent !important; display:block !important;height:12px !important;width:12px !important;cursor:pointer}.blog-notify-text{color:#000 !important;margin:0 !important;text-align:center !important}.blog-notify-text a.blogPostAutoRestore{position:relative;color:red;cursor:pointer;text-decoration:underline;margin-right:9px;margin-top:5px;z-index:2}span.blog-post-group-value{margin-left:.5em;border-bottom:dashed 1px;overflow:hidden;white-space:nowrap;max-width:300px;	}
span.blog-post-group-delete1 {
	background: url("/bitrix/js/main/core/images/controls-sprite.png") no-repeat scroll -21px 8px transparent; cursor:pointer;display:inline-block;height:20px;width:15px;vertical-align:top;margin-left:2px}#blog-post-group-selector{display:inline-block;cursor:pointer}.blog-post-sonet-group{padding-bottom:.5em}.blog-post-edit-micro #blog-post-group-selector{display:inline-block;float:right;font-family:Arial;color:#b2b2b2;padding-right:5px}span.blog-post-group-delete{display:inline-block;cursor:pointer;width:13px;height:16px;vertical-align:top;	background: url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat 0 -282px;}div.blog-post-group-selector-text{display:inline-block;float:right;font-family:Arial;color:#b2b2b2;padding-right:5px;overflow:hidden;width:350px;white-space:nowrap;text-align:right}.blog-small-button,.blog-small-button-left,.blog-small-button-icon,.blog-small-button-right,.blog-small-button-text{display:inline-block;vertical-align:top;height:27px;cursor:pointer;text-decoration:none !important;outline:0}.blog-small-button{margin:0;background:url(/bitrix/js/main/core/images/controls-sprite.png) repeat-x 0 -551px}.blog-small-button-left{width:4px;background:url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat -15px -493px;margin-right:8px}.blog-small-button-text{font:normal normal normal 13px/24px var(--ui-font-family-primary,var(--ui-font-family-helvetica));color:#4f4f4f}.blog-small-button-right{width:6px;background:url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat -22px -493px;margin-left:8px}.blog-small-button:hover{background:url(/bitrix/js/main/core/images/controls-sprite.png) repeat-x 0 -985px}.blog-small-button:hover .blog-small-button-left{background:url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat -15px -927px}.blog-small-button:hover .blog-small-button-right{background:url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat -22px -927px}.blog-arrow{width:30px;height:17px;	background: url("/bitrix/components/bitrix/blog/templates/.default/images/arrow.png") no-repeat 5px 5px; display:inline-block}.feed-com-files{padding-top:10px}.feed-com-files-title{color:#5c6470;font-size:12px;font-weight:var(--ui-font-weight-bold);float:left;min-width:50px}.feed-com-files-cont{overflow:hidden;padding:1px 0 1px 10px;zoom:1}.feed-com-file-wrap{cursor:pointer;display:inline-block;font-size:12px;line-height:14px;margin:0 12px 12px 0;vertical-align:middle}.feed-com-file-wrap:hover .feed-com-file-name{text-decoration:underline}.feed-con-file-icon {background:url("/bitrix/components/bitrix/blog/templates/.default/images/live_feed_sprite.png") no-repeat -55px -220px; display:inline-block; margin-right:5px; height:16px; vertical-align:middle; width:16px;} .feed-com-file-name{color:#2067b0;display:inline-block;font-weight:var(--ui-font-weight-bold);margin-right:4px;max-width:120px;vertical-align:top;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-com-file-size{color:#5c6470;display:inline-block;font-size:12px;vertical-align:top}.feed-com-files-photo{border:1px solid #eee;border-radius:1px;box-shadow:0 0 1px #eee,inset 0 0 1px #eee;display:inline-block;height:48px;margin:0 8px 8px 0;padding:3px;width:48px}.feed-com-files-cont .feed-com-files-photo{height:69px;width:69px}.feed-file-icon-bmp {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;} .feed-file-icon-css {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;} .feed-file-icon-csv {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -224px !important;} .feed-file-icon-dib {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;} .feed-file-icon-doc {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -288px !important;} .feed-file-icon-docp {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -288px !important;} .feed-file-icon-docx {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -288px !important;} .feed-file-icon-gif {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;} .feed-file-icon-htm {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;} .feed-file-icon-html {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;} .feed-file-icon-jfif {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;} .feed-file-icon-jpe {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;} .feed-file-icon-jpeg {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;} .feed-file-icon-jpg {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;} .feed-file-icon-js {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;} .feed-file-icon-pdf {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -415px !important;} .feed-file-icon-php {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;} .feed-file-icon-png {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;} .feed-file-icon-ppt {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -256px !important;} .feed-file-icon-pptp {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -256px !important;} .feed-file-icon-pptx {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -256px !important;} .feed-file-icon-rar {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -96px !important;} .feed-file-icon-rtf {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -288px !important;} .feed-file-icon-swf {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;} .feed-file-icon-tif {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;} .feed-file-icon-tiff {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;} .feed-file-icon-txt {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -192px !important;} .feed-file-icon-xls {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -224px !important;} .feed-file-icon-xlsp {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -224px !important;} .feed-file-icon-xlsx {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -224px !important;} .feed-file-icon-xml {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;} .feed-file-icon-zip {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -96px !important;} .feed-add-photo-block-wrap{margin-top:-17px}.feed-add-photo-block{display:inline-block;margin:17px 17px 0 0;min-height:92px;width:102px;padding-right:21px;position:relative;vertical-align:top}.feed-add-photo-block .feed-add-post-del-but{background-position:6px -19px;background-color:#fff;height:22px;top:1px;z-index:0}.feed-add-img-wrap{background:#fff;border:1px solid #e2e6e6;-moz-box-shadow:0 0 2px rgba(0,0,0,0.3);-webkit-box-shadow:0 0 2px rgba(0,0,0,0.3);box-shadow:0 0 2px rgba(137,137,137,0.3);display:block;text-align:center;padding:4px;position:relative;z-index:2}.feed-add-img-title{color:#2067b0;display:block;font-weight:var(--ui-font-weight-bold);font-size:12px;margin-top:3px;overflow:hidden}.feed-add-photo-block .feed-add-close-icon{background-color:#fff;background-position:8px -19px;height:22px;top:1px;right:1px;width:22px}.feed-add-photo-block .feed-add-close-icon:hover{background-position:-57px -60px}.feed-add-post-del-but {
	background: url("/bitrix/components/bitrix/blog/templates/.default/images/live_feed_sprite.png") no-repeat; cursor:pointer;right:0;top:0;height:20px;position:absolute;width:20px}.feed-add-photo-block .feed-add-post-del-but{background-position:6px -19px;background-color:white;height:22px;top:1px;z-index:0}#blog-upload-file,#blog-show-seo{color:#2067b0;border-bottom:dashed 1px #2067b0;text-decoration:none}#blog-post-user-fields-UF_BLOG_POST_DOC .file-selectdialog-switcher{display:none}.blg-cancel-com,.blg-cancel-com:link,.blg-cancel-com:visited,.blg-cancel-com:active{color:#5c6470 !important;font-size:12px;text-decoration:none;padding-left:15px}.blg-cancel-com:hover{text-decoration:underline}#blog-show-seo-fields input,textarea{width:100%}
/* End */


/* Start:/bitrix/components/bitrix/blog/templates/.default/themes/green/style.css?17060130381140*/
/*color*/
.body-blog a:link, .body-blog a:visited, .body-blog a:active, .blog-navigation-box li a {color:#33882a;}
.body-blog a:hover {color:#d04747;}

.blog-post-title {background-color: #e7efd3;}
.blog-post-title span, .blog-post-title a:link, .blog-post-title a:visited, .blog-post-title a:active {color: #42783d !important;}

/*images*/
.blog-group-icon {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/green/images/user_group.gif);}
.blog-author-icon {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/green/images/user.gif);}
.blog-group-edit, .blog-post-edit-link {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/green/images/icon_edit.gif);}
.blog-group-delete, .blog-post-delete-link {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/green/images/icon_delete.gif);}
.blog-post-comments-link {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/green/images/icon_comment.gif);}
.blog-post-views-link {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/green/images/icon_view.gif); }
.blog-post-publish-link {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/green/images/icon_publish.gif);}
.blog-post-show-link {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/green/images/icon_show.gif);}
.blog-post-hide-link {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/green/images/icon_hide.gif);}

.blog-comment-cont{}
.blog-comment-info {}
.blog-post-info-back {}
.blog-post-info {background-color: #f5f5f5; border-top: 1px solid #fff;}

/* End */


/* Start:/bitrix/components/bitrix/rating.vote/templates/like_graphic/style.min.css?17060130332595*/
.ilike .bx-ilike-button{color:#50688e;line-height:14px;display:inline-block;cursor:pointer;font-size:9px;font-family:Verdana,Tahoma,sans-serif;height:20px;position:relative;-moz-user-select:none;-khtml-user-select:none;user-select:none}.ilike .bx-ilike-left{background:url("/bitrix/components/bitrix/rating.vote/templates/like_graphic/images/i-like-sprite.png") no-repeat -15px 0;display:inline-block;height:20px;vertical-align:top;width:14px}.ilike .bx-ilike-text{background:url("/bitrix/components/bitrix/rating.vote/templates/like_graphic/images/i-like-sprite.png") repeat-x 0 -21px;display:inline-block;height:17px;padding:3px 5px 0}* html .ilike .bx-ilike-text{height:20px}.ilike .bx-ilike-right-wrap{background:url("/bitrix/components/bitrix/rating.vote/templates/like_graphic/images/i-like-sprite.png") no-repeat 0 -105px;display:inline-block;height:20px;text-align:center;cursor:default}.ilike .bx-ilike-right{background:url("/bitrix/components/bitrix/rating.vote/templates/like_graphic/images/i-like-sprite.png") no-repeat right -105px;display:inline-block;min-width:14px;margin-left:2px;height:17px;padding:3px 4px 0 3px}* html .ilike .bx-ilike-right{width:16px}.ilike .bx-you-like .bx-ilike-left{background-position:-30px 0}.ilike .bx-you-like .bx-ilike-text{background-position:0 -63px}.ilike .bx-you-like .bx-ilike-right-wrap{background-position:0 -105px}.ilike .bx-you-like .bx-ilike-right{background-position:right -105px}.ilike .bx-ilike-button-hover .bx-you-like .bx-ilike-left{background-position:-45px 0}.ilike .bx-ilike-button-hover .bx-you-like .bx-ilike-text{background-position:0 -126px}.ilike .bx-ilike-button-disable{cursor:default}.ilike .bx-ilike-button-disable .bx-ilike-left{background-position:-60px 0!important}.ilike .bx-ilike-button-disable .bx-ilike-text{background-position:0 -63px!important;color:#a4b2c6}.ilike .bx-ilike-button-disable .bx-ilike-right-wrap{background-position:0 -105px!important}.ilike .bx-ilike-button-disable .bx-ilike-right{background-position:right -105px!important}.ilike .bx-ilike-button-hover .bx-ilike-left{background-position:0 0}.ilike .bx-ilike-button-hover .bx-ilike-text{background-position:0 -42px}.ilike .bx-ilike-button-hover .bx-ilike-right-wrap{background-position:0 -84px}.ilike .bx-ilike-button-hover .bx-ilike-right{background-position:right -84px}.rating_vote_graphic{display:inline-block!important}.rating_vote_text{display:none!important}.ilike .bx-ilike-plus-one{display:inline-block;position:absolute;padding:4px;background-color:#687e96;color:#fff;-webkit-animation:likePlusOne 1.5s 1;-moz-animation:likePlusOne 1.5s 1;font-size:9px;opacity:0;margin-left:2px;border-radius:0 2px 2px 0}@-webkit-keyframes likePlusOne{0%{opacity:0}40%{opacity:1}60%{opacity:1}100%{opacity:0}}@-moz-keyframes likePlusOne{0%{opacity:0}40%{opacity:1}60%{opacity:1}100%{opacity:0}}
/* End */
/* /local/templates/siz_new/css/blog.css?17792769945984 */
/* /local/templates/siz_new/components/bitrix/news/blog_new/style.css?1778746748238 */
/* /local/templates/siz_new/components/bitrix/news.detail/blog_new/style.css?178471123715483 */
/* /local/templates/siz_new/components/bitrix/catalog.comments/blog_new/style.css?17197492014472 */
/* /bitrix/components/bitrix/blog/templates/.default/style.min.css?170601303830185 */
/* /bitrix/components/bitrix/blog/templates/.default/themes/green/style.css?17060130381140 */
/* /bitrix/components/bitrix/rating.vote/templates/like_graphic/style.min.css?17060130332595 */
