

/* Start:/local/templates/.default/components/bitrix/news/blog_275314/style.css?17404821482772*/
.blog_page ._btn {
    color: var(--color-green);
    background-color: #fff;
    border: 1px solid var(--color-green);
}
.blog_page ._btn.green {
    color: #fff;
    background-color: var(--color-green);
}
.blog_page ._btn:hover {
    color: #fff;
    background-color: var(--color-green);
    box-shadow: none;
}
.post_list ._btn>span {
    color: var(--color-green);
}

.sections_list {
    width: 100%;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.sections_list .sect_name {
    display: flex;
    align-items: center;
    width: max-content;
    height: 40px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 0 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: var(--color-green);
    background-color: var(--color-gray2);
    border-radius: 12px;
    cursor: pointer;
    transition-property: background-color, color, box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.sections_list .sect_name:hover {
    color: #fff;
    background-color: var(--color-green);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
.sections_list .sect_name.act {
    display: none;
}
@media screen and (min-width: 1200px) {
.sections_list {
    margin-bottom: 30px;
}
.sections_list .sect_name {
    height: 48px;
    font-size: 16px;
}
}

.post_list {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.post_list .item {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
    padding: 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4;
    color: var(--color-txt);
    background-color: var(--color-gray2);
    border-radius: 20px;
}
.post_list .item ._descr {
    overflow: hidden;
    -webkit-line-clamp:9;
    line-clamp:9;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.post_list .item ._name {
    font-weight:600;
    font-size: 18px;
    line-height: 1.1;
    color: var(--color-txt);
}

.blog_page .view_more {
    width: 208px;
    margin-bottom: 30px;
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 18px;
    color:var(--color-txt);
    background-color: var(--color-gray2);
    border: none;
    border-radius: 10px;
}
.view_more._h {
    display: none;
}
@media screen and (min-width: 1200px) {
.post_list {
    row-gap: 20px;
    margin-bottom: 40px;
}
.post_list .item {
    row-gap: 20px;
    padding: 30px 40px;
    font-size: 16px;
}
.post_list .item:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
.post_list .item ._name {
    font-size: 22px;
}
.post_list .item ._descr {
    -webkit-line-clamp:3;
    line-clamp:3;
}

.blog_page .view_more {
    margin-bottom: 40px;
}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/blog_275314/bitrix/news.detail/.default/style.css?175854105011204*/
:root {
    --block_w: 810px;
}
.wrap.block_w {
    max-width: var(--block_w);
}
    
.blog-page {
    font-size: 16px;
    letter-spacing: 0.015em;
    line-height: 1.1875;
}
.blog-page .author_block {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    color: var(--color-gray);
}
.blog-page .author_block>img {
    width: 42px;
    height: 42px;
    margin-right: 10px;
    border-radius: 50%;
}
.blog-page .author_block h3 {
    margin: 0;
}
.blog-page .author_block ._2 {
    height: 20px;
    display: flex;
    align-items: flex-start;
}
.blog-page .author_block span {
    display: inline-block;
    margin-left: 15px;
    color: #4563FF;
    font-weight: 500;
}

.blog-page__head {
    margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
.blog-page {
    font-size: 18px;
}
.blog-page .author_block {
    margin-bottom: 50px;
}
}

.blog-page .txt_cont {
    max-width: var(--block_w);
    margin: 0 auto;
}

.blog-page .img_top {
    height: 130px;
    border-radius: 8px;
    object-fit: cover;
}
@media screen and (min-width: 992px) {
.blog-page .img_top {
    height: 280px;
}
}

.blog-page .oglawl {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 20px 30px;
    background: #F0F3F7;
    border-radius: 8px;
    font-weight: 500;
}
.blog-page .oglawl>h2 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}    
.blog-page .oglawl a {
    color: var(--color-txt);
    white-space: pre-wrap;
    text-indent: -16px;
    padding-left: 16px;
}
.blog-page .oglawl a + a {
    margin-top: 10px;
}
@media screen and (min-width: 992px) {
.blog-page .oglawl {
    margin-bottom: 50px;
    padding: 40px 30px;
}
.blog-page .oglawl>h2 {
    margin-bottom: 30px;
    font-size: 28px;
}
.blog-page .oglawl a {
    text-indent: -18px;
    padding-left: 18px;
}
}

.blog-page h2 {
    margin-bottom: 20px;
}
.blog-page h3 {
    margin-bottom: 10px;
}
.blog-page h4 {
    margin-bottom: 10px;
}
.blog-page p + h2 {
    margin-top: 30px;
}
.blog-page p + h3,
.blog-page p + h4 {
    margin-top: 20px;
}
.blog-page table {
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
}
.blog-page td,
.blog-page th {
    border: 1px solid var(--color-gray);
    padding: 0 5px;
}
.blog-page th {
    text-align: left;
}

.blog-page p {
    margin-bottom: 20px;
    font-size: 16px;
}
.blog-page p.num {
    text-indent: -16px;
    padding-left: 16px;
}
@media screen and (min-width: 992px) {
.blog-page p.num {
    margin-bottom: 20px;
    text-indent: -18px;
    padding-left: 18px;
}
}
.blog-page p.bul {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;    
}
.blog-page p.bul._b {
    margin-bottom: 20px;
}
.blog-page p.bul::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 14px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: var(--color-txt);
}
.blog-page p.bul._b::before {
    top: calc(50% - 3px);
    left: 12px;
    width: 6px;
    height: 6px;
}
@media screen and (min-width: 992px) {
.blog-page p.bul::before {
    top: 10px;
}
}
.blog-page ol,
.blog-page ul {
    margin:10px 0 20px 20px;
    padding: 0;
}
.blog-page ul {
    list-style-type: disc;
}
.blog-page ol li,
.blog-page ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 5px;
    font-size: 16px;
}
@media screen and (min-width: 992px) {
.blog-page h3 {
    font-size: 22px;
}
}

.blog-page .article_img {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 8px;
}
.blog-page .box {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 30px;
    font-weight: 500;
    border-radius: 8px;
    position: relative;
}
@media screen and (min-width: 992px) {
.blog-page .box {
    margin-bottom: 30px;
}
}
.blog-page .box.red {
    color: var(--color-red);
    background: #F9EEED;
}
.blog-page .box.green {
    color: var(--color-green);
    background: #EDF1EE;
}
.blog-page .box.gray {
    color: var(--color-green);
    background: #F0F3F7;
}
.blog-page .box.quote {
    padding-left: 64px;
    font-weight: 400;
    color: var(--color-txt);
    background: url('/local/templates/.default/components/bitrix/news/blog_275314/bitrix/news.detail/.default/img/quote.svg') 30px 50% no-repeat #F0F3F7;
    background-size: 22px;
}
.blog-page .box.quote:after {
    content: "";
    position: absolute;
    left:-1px;
    bottom: -9px;
    width: 19px;
    height: 21px;
    background: url('/local/templates/.default/components/bitrix/news/blog_275314/bitrix/news.detail/.default/img/quote_bl.svg') 0 0 no-repeat transparent;
    background-size: 19px;
}

.blog-page .video_cont {
    width: 320px;
    height: 180px;
    margin: 10px auto 20px;
    border-radius: 8px;
}
@media screen and (min-width: 768px) {
.blog-page .video_cont {
    width: var(--block_w);
    height: 405px;
}
}
.blog-page .video_cont iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px;

}

.blog-page .bottom {
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    justify-content: flex-end;
    align-items: center;
    margin-top: 25px;
    color: var(--color-gray);
}
/* .blog-page .bottom > div:nth-child(1) {
    padding-left: 32px;
    background: url('/local/templates/.default/components/bitrix/news/blog_275314/bitrix/news.detail/.default/img/favorite.svg') 0 50% no-repeat transparent;
    background-size: 24px;
}     */
.blog-page ol li:last-child,
.blog-page ul li:last-child,
.blog-page p:last-child {
    margin-bottom: 0;
}

/*minor_link_block*/
.minor_link_block  ._list {
	display:flex;
	flex-wrap: wrap;
}
.minor_link_block  ._list .item {
	display:flex;
    align-items: center;
    width: auto;
	height:38px;
	margin: 0 20px 20px 0;
	padding:0 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #000;	
	background: #F4F4F4;
    border-radius: 8px;
	text-align:center;
}
@media screen and (min-width: 768px) {
.minor_link_block  ._list .item {
    font-size: 14px;
}
}
@media screen and (min-width: 992px) {
.minor_link_block  ._list .item {
	height:48px;
	padding:0 30px;
    font-size: 16px;
}
}
/*END minor_link_block*/

/*Помогла ли эта статья*/
.helped .cont {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: var(--block_w);
    margin: 0 auto;
    padding: 30px 20px;
    background-color: var(--color-gray2);
    border-radius: 12px;
}   
.helped .cont .sect_title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 22px;
    color: #000;
}
.helped .cont .btn_block {
    display: flex;
    justify-content: center;
    width: 100%;
}   
.helped .cont .btn_block > div {
    width: 180px;
    margin: 0;
}   
.helped .cont .btn_block > div + div {
    margin-left: 20px;
}   
@media screen and (min-width: 992px) {
.helped .cont {
    padding: 46px;
}   
.helped .cont .sect_title {
    margin-bottom: 25px;
    font-size: 28px;
}
.helped .cont .btn_block > div {
    width: 208px;
}   
.helped .cont .btn_block > div + div {
    margin-left: 30px;
}   
}
#helped_no_popup .modal-title,
#helped_yes_popup .modal-title {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 34px;
    text-align: center;
}
#helped_yes_popup .txt {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
}

/*Факт дня*/
.fact .cont {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: var(--block_w);
    margin: 0 auto;
    padding: 30px 20px;
    background-color: var(--color-gray2);
    border-radius: 12px;
}   
.fact .cont .sect_title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 22px;
    color: #000;
}
.fact .cont .txt {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #565759;
}
.fact .cont ._btn {
    width: 208px;
}
.fact .cont ._btn>span {
    line-height: 1.5;
    padding-left: 36px;
    background: url('/local/templates/.default/components/bitrix/news/blog_275314/bitrix/news.detail/.default/img/refresh.svg') left 50% no-repeat transparent;
    background-size: 24px;
}
.fact .cont ._btn:hover>span {
    background-image: url('/local/templates/.default/components/bitrix/news/blog_275314/bitrix/news.detail/.default/img/refresh_h.svg');
}

@media screen and (min-width: 992px) {
.fact .cont {
    padding: 46px;
}   
.fact .cont .sect_title {
    margin-bottom: 25px;
    font-size: 28px;
}
.fact .cont .txt {
    margin-bottom: 32px;
}
}

@media screen and (min-width: 768px) {
.blog_page .calc_ms {
    margin: 0 auto;
}
}

/* useful_articles */
.useful_articles {
    width: 100%;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:20px
}
.useful_articles .item {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    background: #F4F4F4;
    border-radius: 8px;
}
.useful_articles .item ._name {
    font-weight: 500;
    font-size: 18px;
    color: var(--color-txt);
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.useful_articles .item ._date {
    font-size: 14px;
    color: var(--color-txt1);
}
@media screen and (min-width: 720px) {
.useful_articles {
    justify-content: space-between;
}
.useful_articles .item {
    width: calc(50% - 10px);
    padding: 20px 30px;
}
}

._btn.cta_link_btn {
    width: 250px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}
._btn.cta_link_btn:hover {
    background-color: #337d5b;
}

/*float_footer_popup*/
#float_footer_popup .modal-dialog {
    max-width: 400px;
    width: 100%;
    height: max-content;
    bottom: -600px;
}
#float_footer_popup.open .modal-dialog {
    bottom: 0;
}
@media screen and (max-width: 719px) {
#float_footer_popup.open {
    align-items: flex-end;
}
#float_footer_popup .modal-dialog {
    margin: 0 auto;
}
}
#float_footer_popup .modal-content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 40px 20px;
    background-color: var(--color-gray2);
    border-radius: 28px 28px 0 0;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
}
#float_footer_popup .modal-content * {
    font-family: inherit;
}
@media screen and (min-width: 720px) {
#float_footer_popup .modal-content {
    padding: 40px;
    border-radius: 12px;
}
}
#float_footer_popup .modal-header {
    display: flex;
    align-items: center;
    column-gap: 16px;
}
#float_footer_popup .modal-header ._img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.2);
}
#float_footer_popup .modal-header ._img>img {
    width: 30px;
    height: 34px;
}
#float_footer_popup .modal-header ._title {
    font-size: 20px;
    color: #111;
}
#float_footer_popup .green_block {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 41px;
    font-size: 16px;
    color: var(--color-green);
    background-color: rgba(0, 92, 50, 0.1);
    border-radius: 30px;
}    
#float_footer_popup ._line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    & .cap {
        color: #737373;
    }
    & .val {
        font-size: 18px;
        color: #111;
    }
}
#float_footer_popup .rekl_txt {
    font-weight: 400;
    font-size: 12px;
    color: #737373;
}  
#float_footer_popup .btn {
    max-width: 100%;
    font-weight: 400;
}
#float_footer_popup .rub::before {
    top: 15%;
}
/* End */


/* Start:/js/cookie-modal/style.css?17587015243378*/
.cookie-notification {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    max-width: calc(100% - 40px);
    background: #FFF;
    border-radius: 8px;
    margin: 20px 0;
    z-index: 9999;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    gap: 20px;
}

.cookie-notification .cookie-notification__text {
    flex: 1;
    color: #000;
    font-size: 18px;
    line-height: 1.4;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__text p {
    margin: 0;
}

.cookie-notification .cookie-notification__text p:last-child {
    margin-bottom: 0;
}

.cookie-notification .cookie-notification__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__description {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__link {
    color: #005C32;
    text-decoration: underline;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__link:hover {
    color: #002E19;
}

.cookie-notification .cookie-notification__button {
    flex-shrink: 0;
}

.cookie-notification .cookie-notification__accept-btn {
    font-family: Roboto, sans-serif;
    background: #005C32;
    color: #fff;
    border: none;
    border-radius: 6px;
    display: flex;
    height: 48px;
    padding: 15px 82px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.cookie-notification .cookie-notification__accept-btn:hover {
    background: #002E19;
}

.cookie-notification .cookie-notification__accept-btn:active {
    background: #80AE99;
}

@media (max-width: 768px) {
    .cookie-notification {
        width: 100%;
        max-width: none;
        margin: 0;
        border-radius: 8px 8px 0 0;
        left: 0;
        transform: none;
    }
    
    .cookie-notification .cookie-notification__content {
        display: flex;
        padding: 16px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }
    
    .cookie-notification .cookie-notification__text {
        text-align: left;
        font-size: 14px;
        font-family: Roboto, sans-serif;
        flex: 1;
    }
    
    .cookie-notification .cookie-notification__title {
        font-size: 14px;
        line-height: 1.4;
        font-family: Roboto, sans-serif;
    }
    
    .cookie-notification .cookie-notification__description {
        font-size: 14px;
        line-height: 1.4;
        font-family: Roboto, sans-serif;
    }
    
    .cookie-notification .cookie-notification__button {
        flex-shrink: 0;
    }
    
    .cookie-notification .cookie-notification__accept-btn {
        padding: 12px 24px;
        font-size: 14px;
        font-weight: 500;
        font-family: Roboto, sans-serif;
        height: auto;
        white-space: nowrap;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/news/blog_275314/style.css?17404821482772 */
/* /local/templates/.default/components/bitrix/news/blog_275314/bitrix/news.detail/.default/style.css?175854105011204 */
/* /js/cookie-modal/style.css?17587015243378 */
