

/* 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:/include/socserv_314769/style.css?17182802991283*/
.socserv_314769 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:32px;
	width: 100%;
	padding: 40px 20px;
}
.socserv_314769 ._title {
    max-width: 262px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}
.socserv_314769 .icon_list {
	display: flex;
	flex-direction: row;
	gap:20px;
}
.socserv_314769 .icon_list>.item {
	width: 50px;
	height: 50px;
	background-color: var(--color-green);
	border-radius: 50%;
	display: flex;
	flex-direction: row;
	align-items: center;
    justify-content: center;
}
.socserv_314769 .icon_list>.item img {
	object-fit: contain;
    width: 60%;
    height: 60%;
	position: relative;
}
.socserv_314769 .icon_list>.item.tg img {
	left:-3px;
}
@media screen and (min-width: 720px) {
.socserv_314769 {
	gap:50px;
	padding: 64px 20px;
}
.socserv_314769 ._title {
    max-width: 504px;
	font-size: 24px;
}
.socserv_314769 .icon_list {
	gap:48px;
}
.socserv_314769 .icon_list>.item {
	width: 90px;
	height: 90px;
}
.socserv_314769 .icon_list>.item.tg img {
	left:-5px;
}
}
@media screen and (min-width: 1024px) {
.socserv_314769 ._title {
    max-width: 588px;
	font-size: 28px;
}
.socserv_314769 .icon_list>.item {
	width: 120px;
	height: 120px;
}
.socserv_314769 .icon_list>.item.tg img {
	left:-7px;
}
}

/* 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 */
/* /include/socserv_314769/style.css?17182802991283 */
/* /js/cookie-modal/style.css?17587015243378 */
