

/* Start:/bitrix/templates/publicV3/components/bitrix/news.list/list_news/style.css?17333181672795*/
[data-component="news-list"] .title-block__title {
	padding-left: 2.5rem;
}
@media (max-width: 800px) {
	[data-component="news-list"] .title-block__title {
		padding-left: 1.25rem;
	}
}
[data-component="news-list"] .news-block {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
[data-component="news-list"] .news-block__item-group.all-news {
	justify-content: space-between;
}
[data-component="news-list"] .news-block .news-block__item-group {
	/*width: 740px;*/
	display: inline-flex;
	flex-wrap: wrap;
	/*justify-content: start;*/
	/*align-items: center;*/
	overflow: hidden;
	position: relative;
	padding-bottom: 47px;
}
[data-component="news-list"] .news-block .news-block__item-group.all-news .news-block__item {
	max-width: 288px;
	margin: 0 6px 18px 6px;
}
[data-component="news-list"] .news-block .news-block__item {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	width: 100%;
}
[data-component="news-list"] .news-block .news-block__item .news-block__item__image {
	background-color: #f9f9f9;
	display: flex;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 180px;
	border-radius: 5px;
	transition: 0.2s ease;
}
[data-component="news-list"] a:visited {
	color: #2362a9;
}
[data-component="news-list"] .news-block .news-block__item .news-block__item__text {
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap;
	padding: 8px 2px 8px 2px;
	width: 100%;
	text-decoration: none;
	transition: .2s ease;
}
[data-component="news-list"] .news-block .news-block__item .news-block__item__date {
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 4px;
	color: #949494;
}
[data-component="news-list"] .news-block .news-block__item .news-block__item__title {
	width: 100%;
	font-size: 16px;
	line-height: 18px;
	color: #484D51;
	height: 56px;
	overflow: hidden;
}
[data-component="news-list"] .news-block .news-block__item .news-block__item__image.image-pos-top {
	background-position: top;
}
[data-component="news-list"] .news-block .news-block__item .news-block__item__image.default-image.image-pos-top {
	background-position: center;
}
[data-component="news-list"] .news-block .news-block__item .news-block__item__image.image-pos-left {
	background-position: left;
}
@media (max-width: 980px) {
	[data-component="news-list"] .news-block__item-group.all-news {
		justify-content: center;
	}
}
[data-component="news-list"] .justify-center {
	justify-content: center !important;
}




.news-block .news-block__item .news-block__item__image.default-image {
	background: url(/bitrix/templates/publicV3/components/bitrix/news.list/list_news/images/AccessBank-logo.svg) no-repeat center center #f9f9f9;
	background-size: 80%;
}

/* End */


/* Start:/bitrix/templates/.default/asset/buttons/buttons.css?16915262232329*/
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  max-width: 320px;
  padding: 8px 16px;
  min-height: 48px;
  border-radius: 6px !important;
  border: none;
  vertical-align: middle;
  margin-right: 14px;
  margin-bottom: 14px;
  font-family: "GTE-regular";
  font-size: 16px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  transition: 0.1s ease;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #2362a9;
  color: #fff !important;
}
.button_single {
  margin-right: unset !important;
}
@media (max-width: 800px) {
  .button {
    max-width: 260px;
    margin-right: 12px;
    margin-bottom: 12px;
    font-size: 15px;
  }
}
.button:hover {
  filter: brightness(0.95);
}
.button[disabled] {
  background-color: #d0d0d0;
  color: #9e9e9e !important;
  cursor: default;
  filter: brightness(1);
}
.button_border {
  border: 1px solid red;
}
.button_rounded {
  border-radius: 100px !important;
}
.button_small {
  min-width: 110px;
  max-width: 180px;
  padding: 6px 12px;
  height: 42px;
}
.button.button2 {
  background-color: #fff;
  color: #2362a9 !important;
  border: 2px solid #c4d4e5;
}
.button.button2[disabled] {
  background: #f0f0f0;
  color: #afafaf !important;
}
.button.button3 {
  background-color: #2eb6ad;
  color: #fff !important;
}
.button.button3[disabled] {
  background-color: #d0d0d0;
  color: #9e9e9e !important;
}
.button.button4 {
  background-color: transparent;
  color: #2362a9 !important;
}
.button.button4[disabled] {
  color: #afafaf !important;
}
.button.button5 {
  background-color: #fff;
  color: #2362a9 !important;
}
.button.button5[disabled] {
  color: #afafaf !important;
  filter: unset;
}
.button.button6 {
  background-color: transparent;
  color: #616161 !important;
}
.button.button6[disabled] {
  color: #afafaf !important;
}
.button.button7 {
  background-color: #fff;
  color: #00b9ad !important;
  border: 2px solid #c4d9d7;
}
.button.button7[disabled] {
  background: #f0f0f0;
  color: #afafaf !important;
}

.button-cont {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.button-cont_centered {
  text-align: center;
  justify-content: center;
}
/* End */


/* Start:/bitrix/templates/.default/asset/loading/css/loading.css?1755933143339*/
.loading {
	position: relative;
}
.loading .loading-cont {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: inherit;
	background: url("/bitrix/templates/.default/asset/loading/css/../images/spinning-dots.svg") no-repeat center center;
	background-color: rgba(255, 255, 255, 0.75);
	background-size: 64px;
	z-index: 1;
}
/* End */
/* /bitrix/templates/publicV3/components/bitrix/news.list/list_news/style.css?17333181672795 */
/* /bitrix/templates/.default/asset/buttons/buttons.css?16915262232329 */
/* /bitrix/templates/.default/asset/loading/css/loading.css?1755933143339 */
