

/* Start:/local/templates/NewPmovk/components/bitrix/news/.default/bitrix/news.list/.default/style.css?1684859814723*/
.news {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.news__list {
    display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: var(--content-article-with);
}

.news__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: var(--border-radius);
    border: 1px solid var(--color-gray-200);
    padding: 20px;

	transition: border-color 0.25s ease, background-color 0.25s ease;
}

.news__item:hover {
	border-color: transparent;
	background-color: var(--color-gray-100);
}

.news__text {
	color: var(--color-gray-700);
}

.news__date {
	color: var(--color-gray-400);
}

@media only screen and (max-width: 640px) {

	.news__button {
		width: 100%;
	}
}

/* End */


/* Start:/local/js/pmovk/button/src/button.min.css?17742586049167*/
.button{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;box-sizing:border-box;padding:12px 24px;gap:10px;width:inherit;min-width:180px;overflow:hidden;background-color:var(--color-white);color:var(--color-black);font-family:Manrope,-apple-system,Arial,sans-serif;font-style:normal;text-align:center;white-space:nowrap;font-weight:400;font-size:18px;line-height:150%;letter-spacing:-.01em;border-radius:12px;outline:0;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;user-select:none;cursor:pointer}.button_hide{display:none}.button_disabled{opacity:.5;pointer-events:none}.button_loading{pointer-events:none}.button_loading::before{content:'';position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;background-color:inherit}.button_loading::after{content:'';position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:20px;height:20px;border:2px solid;border-right:2px solid transparent;border-radius:100%;-webkit-animation:.8s infinite linear loading;animation:.8s infinite linear loading;-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);z-index:1}@-webkit-keyframes loading{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.button_size_large{padding:12px 40px}.button_size_big{padding:18px 40px}.button_type_arrow{width:48px;min-width:48px;height:48px;border:1px solid var(--color-gray-300);border-radius:12px;background-position:center;background-repeat:no-repeat;transition:background-color .25s ease,border-color .25s ease,opacity .25s ease}@media(hover:hover) and (pointer:fine){.button_type_arrow:hover:not(.button_type_arrow_disabled){background-color:var(--color-gray-100);border-color:transparent}}.button_type_arrow:active:not(.button_type_arrow_disabled){background-color:var(--color-gray-200)}.button_type_arrow.button_arrow_left{background-image:url(/local/js/pmovk/button/src/images/arrow-left.svg)}.button_type_arrow.button_arrow_right{background-image:url(/local/js/pmovk/button/src/images/arrow-right.svg)}.button_type_arrow_disabled{opacity:.4;border-color:transparent;background-color:var(--color-gray-100);pointer-events:auto}.button_type_primary{color:var(--color-white);transition:background-color .25s ease,color .25s ease}.button_type_primary.button_theme_default{background-color:var(--color-theme-500)}.button_type_primary.button_theme_green{background-color:var(--color-green-500)}.button_type_primary.button_theme_blue{background-color:var(--color-blue-500)}.button_type_primary.button_theme_peach{background-color:var(--color-peach-500)}.button_type_primary.button_theme_purple{background-color:var(--color-purple-500)}.button_type_primary.button_theme_mint{background-color:var(--color-mint-500)}.button_type_primary.button_theme_orange{background-color:var(--color-orange-500)}.button_type_primary.button_theme_white{color:var(--color-black);background-color:var(--color-white)}.button_type_primary.button_theme_black{background-color:var(--color-gray-700)}@media(hover:hover) and (pointer:fine){.button_type_primary.button_theme_default:hover{background-color:var(--color-theme-400)}.button_type_primary.button_theme_green:hover{background-color:var(--color-green-400)}.button_type_primary.button_theme_blue:hover{background-color:var(--color-blue-400)}.button_type_primary.button_theme_peach:hover{background-color:var(--color-peach-400)}.button_type_primary.button_theme_purple:hover{background-color:var(--color-purple-400)}.button_type_primary.button_theme_mint:hover{background-color:var(--color-mint-400)}.button_type_primary.button_theme_orange:hover{background-color:var(--color-orange-400)}.button_type_primary.button_theme_white:hover{color:var(--color-white);background-color:var(--color-theme-500)}.button_type_primary.button_theme_black:hover{color:var(--color-black);background-color:var(--color-white)}}.button_type_primary.button_theme_default:active{background-color:var(--color-theme-600)}.button_type_primary.button_theme_green:active{background-color:var(--color-green-600)}.button_type_primary.button_theme_blue:active{background-color:var(--color-blue-600)}.button_type_primary.button_theme_peach:active{background-color:var(--color-peach-600)}.button_type_primary.button_theme_purple:active{background-color:var(--color-purple-600)}.button_type_primary.button_theme_mint:active{background-color:var(--color-mint-600)}.button_type_primary.button_theme_orange:active{background-color:var(--color-orange-600)}.button_type_primary.button_theme_white:active{color:var(--color-white);background-color:var(--color-theme-600)}.button_type_primary.button_theme_black:active{color:var(--color-black);background-color:var(--color-gray-100)}.button_type_secondary{transition:color .25s ease}.button_type_secondary.button_theme_default{color:var(--color-theme-500)}.button_type_secondary.button_theme_green{color:var(--color-green-500)}.button_type_secondary.button_theme_blue{color:var(--color-blue-500)}.button_type_secondary.button_theme_peach{color:var(--color-peach-500)}.button_type_secondary.button_theme_purple{color:var(--color-purple-500)}.button_type_secondary.button_theme_mint{color:var(--color-mint-500)}.button_type_secondary.button_theme_orange{color:var(--color-orange-500)}.button_type_secondary.button_theme_black{color:var(--color-black)}@media(hover:hover) and (pointer:fine){.button_type_secondary.button_theme_default:hover{color:var(--color-theme-300)}.button_type_secondary.button_theme_green:hover{color:var(--color-green-300)}.button_type_secondary.button_theme_blue:hover{color:var(--color-blue-300)}.button_type_secondary.button_theme_peach:hover{color:var(--color-peach-300)}.button_type_secondary.button_theme_purple:hover{color:var(--color-purple-300)}.button_type_secondary.button_theme_mint:hover{color:var(--color-mint-300)}.button_type_secondary.button_theme_orange:hover{color:var(--color-orange-300)}.button_type_secondary.button_theme_black:hover{color:var(--color-gray-300)}}.button_type_secondary.button_theme_default:active{color:var(--color-theme-600)}.button_type_secondary.button_theme_green:active{color:var(--color-green-600)}.button_type_secondary.button_theme_blue:active{color:var(--color-blue-600)}.button_type_secondary.button_theme_peach:active{color:var(--color-peach-600)}.button_type_secondary.button_theme_purple:active{color:var(--color-purple-600)}.button_type_secondary.button_theme_mint:active{color:var(--color-mint-600)}.button_type_secondary.button_theme_orange:active{color:var(--color-orange-600)}.button_type_secondary.button_theme_black:active{color:var(--color-gray-500)}.button_type_ghost{background-color:transparent;opacity:.5;transition:opacity .25s ease,color .25s ease,background-color .25s ease}.button_type_ghost.button_loading{background-color:var(--color-white)}.button_type_ghost.button_theme_default{color:var(--color-theme-700)}.button_type_ghost.button_theme_green{color:var(--color-green-700)}.button_type_ghost.button_theme_blue{color:var(--color-blue-700)}.button_type_ghost.button_theme_peach{color:var(--color-peach-700)}.button_type_ghost.button_theme_purple{color:var(--color-purple-700)}.button_type_ghost.button_theme_mint{color:var(--color-mint-700)}.button_type_ghost.button_theme_orange{color:var(--color-orange-700)}.button_type_ghost.button_theme_black{color:var(--color-gray-700)}@media(hover:hover) and (pointer:fine){.button_type_ghost:hover{opacity:.6}.button_type_ghost.button_theme_default:hover{background-color:var(--color-theme-100)}.button_type_ghost.button_theme_green:hover{background-color:var(--color-green-100)}.button_type_ghost.button_theme_blue:hover{background-color:var(--color-blue-100)}.button_type_ghost.button_theme_peach:hover{background-color:var(--color-peach-100)}.button_type_ghost.button_theme_purple:hover{background-color:var(--color-purple-100)}.button_type_ghost.button_theme_mint:hover{background-color:var(--color-mint-100)}.button_type_ghost.button_theme_orange:hover{background-color:var(--color-orange-100)}.button_type_ghost.button_theme_black:hover{background-color:var(--color-gray-100)}}.button_type_ghost:active{opacity:.8}.button_type_ghost.button_theme_default:active{background-color:var(--color-theme-100)}.button_type_ghost.button_theme_green:active{background-color:var(--color-green-100)}.button_type_ghost.button_theme_blue:active{background-color:var(--color-blue-100)}.button_type_ghost.button_theme_peach:active{background-color:var(--color-peach-100)}.button_type_ghost.button_theme_purple:active{background-color:var(--color-purple-100)}.button_type_ghost.button_theme_mint:active{background-color:var(--color-mint-100)}.button_type_ghost.button_theme_orange:active{background-color:var(--color-orange-100)}.button_type_ghost.button_theme_black:active{background-color:var(--color-gray-100)}@media only screen and (max-width:1024px){.button{font-size:16px}.button_size_big{padding:16px 32px}.button_size_large{padding:12px 24px}}
/* End */
/* /local/templates/NewPmovk/components/bitrix/news/.default/bitrix/news.list/.default/style.css?1684859814723 */
/* /local/js/pmovk/button/src/button.min.css?17742586049167 */
