

/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/news.list/tizers-list_company_custom/style.css?17502343504071*/
.tizers-list__item {
  display: flex;
  height: 100%;
  flex-direction: row;
}
.tizers-list__item--column {
  flex-direction: column;
}
.tizers-list__item--column.tizers-list__item--centered {
  text-align: center;
  align-items: center;
}
.tizers-list__item--vertical-centered {
  align-items: center;
}

.tizers-list__item-image-wrapper {
  flex-shrink: 0;
}
.tizers-list__item-wrapper.bordered {
  border-radius: 4px;
}
.tizers-list__item-wrapper.tizers-list__item-wrapper-close.bordered {
  margin-right: -1px;
  margin-bottom: -1px;
  border-radius: 0;
}
@media (max-width: 450px) {
  .tizers-list__item {
    flex-direction: column;
  }
  .tizers-list__item--images-position-LEFT .tizers-list__item-image-wrapper {
    margin-bottom: 15px;
  }
}
.tizers-list__item-image-wrapper--TEXT.tizers-list__item-image-wrapper--position-TOP {
  margin-bottom: 19px;
}
.tizers-list__item-image-wrapper--TEXT.tizers-list__item-image-wrapper--position-LEFT {
  margin-top: 4px;
  margin-right: 21px;
}
.tizers-list__item-image-text {
  /* font-weight: bold; */
  font-size: 45px;
  line-height: 45px;
}
.tizers-list__item-image-text--size-50 {
  font-size: 50px;
  line-height: 50px;
}

.tizers-list__item-image-wrapper--PICTURES {
  overflow: hidden;
  border-radius: 50%;
}
.tizers-list__item-image-wrapper--PICTURES.tizers-list__item-image-wrapper--position-TOP {
  width: 140px;
  height: 140px;
  margin-bottom: 26px;
}
.tizers-list__item-image-wrapper--PICTURES.tizers-list__item-image-wrapper--position-LEFT {
  width: 80px;
  height: 80px;
  margin-right: 27px;
}
.tizers-list__item-image-picture {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.tizers-list__item-image-wrapper--ICONS {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tizers-list__item-image-wrapper--ICONS svg {
  max-width: 100%;
  max-height: 100%;
}
.tizers-list__item-image-wrapper--position-TOP.tizers-list__item-image-wrapper--ICONS {
  margin-bottom: 26px;
}
.tizers-list__item-image-wrapper--position-LEFT.tizers-list__item-image-wrapper--ICONS {
  margin-right: 28px;
}

.tizers-list__item-text-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: -0.25em;
}
.bx-ie .tizers-list__item-text-wrapper {
  flex-grow: 1;
}
@media (min-width: 451px) {
  .bx-ie .tizers-list__item-text-wrapper {
    flex-basis: 0;
  }
}

.tizers-list__item-descr {
  margin-top: 8px;
}

/* WITH BG */
.tizers-list__item--with-bg {
  background-color: #fff;
  background-color: var(--card_bg_black);
}
.tizers-list__item--with-bg:hover {
  background-color: #fff;
  background-color: var(--card_bg_hover_black);
}
.tizers-list__item--narrow-with-bg {
  padding: 20px;
}
.tizers-list__item--wide-with-bg {
  padding: 56px;
}
.tizers-list__item--with-bg .tizers-list__item-image-wrapper--TEXT.tizers-list__item-image-wrapper--position-TOP {
  margin-bottom: 13px;
}
.tizers-list__item--with-bg.tizers-list__item--images-PICTURES.tizers-list__item--images-position-TOP {
  padding: 47px 47px 42px 47px;
}

/* in detail */
.detail-block.tizers {
  margin: -1px 0 0 0;
}
.detail-block .tizers-list {
  padding: 40px 0 35px 0;
  background-color: var(--card_bg_black);
}
.detail-block .tizers-list__item-name {
  font-size: 1em;
}
.detail-block .tizers-list__item-descr {
  margin-top: 3px;
  font-size: 0.86667em;
}
.detail-block .tizers-list__item-image-wrapper--ICONS {
  width: 40px;
  height: 40px;
}

/* custom */

.tizers-list__items-wrapper.grid-list {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.tizers-list__item-wrapper.grid-list__item {
    border: 2px dashed #dc2f2f;
    border-radius: 10px;
    padding: 20px;
}

.tizers-list__item-text-wrapper .tizers-list__item-name {
    color: #dc2f2f;
    font-size: 1.83333em;
    line-height: calc(1em + 7px);
    font-weight: bold;
}
.tizers-list.tizers-list--wide {
    margin-top: 40px;
    margin-bottom: 40px;
}
.tizers-list__item-text-wrapper .tizers-list__item-descr.preview {
    color: #dc2f2f;
    font-weight: bold;
}

/* End */


/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/news.list/photos_list_custom/style.css?17502343503965*/
.bx-newslist {}
.bx-newslist-block {
/*	padding: 0 14px;
	margin-bottom: 40px;*/
}
@media (min-width: 992px) {
	.bx-newslist .bx-newslist-container:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-newslist .bx-newslist-container:nth-child(2n+1) {
		clear: both;
	}
}
/* POST FORMATS */
.bx-newslist-img,
.bx-newslist-audio,
.bx-newslist-youtube,
.bx-newslist-slider {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.bx-newslist-slider img,
.bx-newslist-img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%
}
.bx-newslist-video {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0.7;
	z-index: 1;
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
	background: url("/bitrix/templates/aspro-allcorp3/components/bitrix/news.list/photos_list_custom/images/bx-video.png") no-repeat center;
}
.bx-newslist-video:hover {
	opacity: 1;
}
/* POST FORMATS /// SLIDER */
.bx-newslist-slider {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.bx-newslist-slider-container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.bx-newslist-slider-slide {
	float: left;
	z-index: 100;
}
.bx-newslist-slider-arrow-container-left,
.bx-newslist-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}
.bx-newslist-slider-arrow-container-left {
	left: 0;
}
.bx-newslist-slider-arrow-container-right {
	right: 0;
}
.bx-newslist-slider-arrow {
	position: absolute;
	line-height: 34px;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
	font-size: 48px;
	height: 48px;
	width: 20px;
	top: 50%;
	margin-top: -24px;
	z-index: 110;
	opacity: .5;
	text-shadow:0 0 2px rgba(0,0,0,.5);
}
.bx-newslist-slider-arrow-container-left:hover .bx-newslist-slider-arrow,
.bx-newslist-slider-arrow-container-right:hover .bx-newslist-slider-arrow {
	color: #FFF;
	display: block;
	opacity: 1;
}
.bx-newslist-slider-arrow-container-left .bx-newslist-slider-arrow {
	left: 20px;
}
.bx-newslist-slider-arrow-container-right .bx-newslist-slider-arrow {
	right: 20px;
}
.bx-newslist-slider-control {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	bottom: 10px;
	z-index: 110;
	text-align: center;
	word-spacing: -4px;
}
.bx-newslist-slider-control li {
	display: inline-block;
	border-radius: 50%;
	background: #c9c9c9;
	width: 10px;
	height: 10px;
	word-spacing: -4px;
	margin: 0 3px;
	opacity: .5;
}
.bx-newslist-slider-control li:hover,
.bx-newslist-slider-control li.current {
	background: #FFF;
	opacity: 1;
}
bx-newslist-slider-arrow,
.bx-newslist-slider-control li {
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
}
.bx-newslist-title,
.bx-newslist-title a {
	color: #000;
	margin: 0;
	padding: 2px 0 15px;
	font-size: 18px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}
.bx-newslist-title a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
.bx-lg .bx-newslist-title {
	font-size: 24pt;
}
.bx-md .bx-newslist-title {
	font-size: 20pt;
}
.bx-xs .bx-newslist-title {
	font-size: 18pt;
}
.bx-newslist-view,
.bx-newslist-date,
.bx-newslist-comments,
.bx-newslist-author,
.bx-newslist-other {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
	white-space: nowrap;
}
.bx-newslist-view i.fa,
.bx-newslist-date i.fa,
.bx-newslist-comments i.fa,
.bx-newslist-author i.fa,
.bx-newslist-tags i.fa,
.bx-newslist-other i.fa {
	width: 13px;
	color: #b4b4b4;
}
.bx-newslist-tags {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
}
.bx-newslist-content {
	font-size: 14px;
	margin-bottom: 5px;
}
.bx-newslist-more {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* End */


/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/news.list/photos_list_custom/themes/blue/style.css?1750234350251*/
/*RATING*/
.bx-newslist .fa.bx-star-active {
	color: #1485CE;
}
/*BTN*/
.bx-newslist .btn {
	background-color: #1485CE;
	border-color: #1485CE;
}
.bx-newslist .btn:active,
.bx-newslist .btn:hover {
	background-color: #53A4D8;
	border-color: #53A4D8;
}
/* End */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/news.list/tizers-list_company_custom/style.css?17502343504071 */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/news.list/photos_list_custom/style.css?17502343503965 */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/news.list/photos_list_custom/themes/blue/style.css?1750234350251 */
