

/* Start:/local/templates/master_default/components/bitrix/catalog.section.list/tags/style.css?17782229153460*/
.container.sect {
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	padding: 0;
}

@media(max-width: 600px) {
	.container.sect {
		grid-template-columns: repeat(3, 1fr);
	}
}

.container.sect::after,
.container.sect::before {
	display: none;
}

.img-cont a {
	position: relative;
}

.img-cont a {
	display: block;
	width: 100% !important;
}

.img-cont a img {
	width: 100%;
	height: 100%;
	max-height: 322px;
	aspect-ratio: 1;
	object-fit: contain;
	object-position: center;
	display: block;
}

.container.sect.img_cover img {
	padding-bottom: 90px;
}

.img-cont a,
.img-cont a:hover {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 19px;
	line-height: 22px;
	color: #000000;
	height: 80%;
}

.img-cont a .title {
	position: absolute;
	bottom: 0;
	/*width: 100%;
	height: 63px;
	padding:  20px 32px;*/
	background: rgba(255, 255, 255, 0.77);
	width: 100%;
	height: 65px;
	padding: 5px;
	font-size: min(3.3vw, 19px);
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

@media(max-width: 991px) {

	.img-cont a {
		position: relative;
	}

	.img-cont {
		width: 100%;
	}

	/*
.img-cont:nth-child(odd) a{
	display: block;
	width: 90%;
	margin: 20px auto;
	max-width: 560px;
	float: none;
}

.img-cont:nth-child(even) a{
	display: block;
	width: 90%;
	margin: 20px auto;
	max-width: 560px;
	float: none;
}
*/
}

.tags_wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 20px 0;
	margin-bottom: 40px;
	justify-content: center;
}

.tags_wrapper .tag_item {
	width: calc(25% - 20px);
	text-align: center;
	min-width: 125px;
}

.tags_wrapper .tag_item a {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 19px;
	line-height: 22px;
	color: #000000;
	transition: 0.3s;
	padding: 25px;
	display: block;
	border-radius: 5px;
	box-shadow: inset 0 0 7px 0px red;
}

.tags_wrapper .tag_item a:hover {
	color: red;
}

@media(max-width: 600px) {
	#catalog .container.sect {
		grid-template-columns: repeat(3, 1fr);
	}

	#catalog .container.sect .img-cont a {
		height: 90%;
	}

	#catalog .container.sect.img_cover img {
		aspect-ratio: auto;
		width: 100px;
		height: auto;
	}

	#catalog .tags_wrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}

	#catalog .tags_wrapper .tag_item {
		min-width: 100px;
		width: 100%;
		place-self: center;
	}

	#catalog .tags_wrapper .tag_item a {
		padding: 25px 15px;
	}
}

.tags_block {
	margin-bottom: 20px;
}

.tags_title {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: min(3.3vw, 19px);
	place-self: center;
}

.tags_wrapper {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.tags_wrapper.has-carousel {
	flex-wrap: nowrap;
	align-items: center;
	position: relative;
}

.tags_carousel {
	display: flex;
	gap: 10px;
	overflow: hidden;
	scroll-behavior: smooth;
	flex: 1;
	width: 100%;
}

.tags_carousel .tag_item {
	flex: 0 0 calc(25% - 7.5px);
	min-width: calc(25% - 7.5px);
	max-width: calc(25% - 7.5px);
}

.tags_wrapper button {
	color: #f61c20;
	border: none;
}

@media (max-width: 767px) {
	.tags_carousel .tag_item {
		flex: 0 0 calc(50% - 5px);
		min-width: calc(50% - 5px);
		max-width: calc(50% - 5px);
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.tags_carousel .tag_item {
		flex: 0 0 calc(33.333% - 6.67px);
		min-width: calc(33.333% - 6.67px);
		max-width: calc(33.333% - 6.67px);
	}
}
/* End */


/* Start:/local/templates/master_default/components/bitrix/news.list/list/style.css?17503125233383*/
.b-newslist__nav {
  float: none;
  margin-left: 23px; }
  .b-newslist__nav .icon-svg {
    font-size: 26px;
    color: #0b1226; }
  .b-newslist__nav .prev,
  .b-newslist__nav .next {
    display: inline-block;
    cursor: pointer; }
  .b-newslist__nav .prev {
    margin-right: 16px; }

  .b-newslist__nav .next {
    margin-left: 16px; }
  .disabled.b-newslist__nav {
    display: none; }
  @media (min-width: 768px) {
    .b-newslist__nav {
      float: right; } }

.b-newslist {
  margin-bottom: 30px; }
  .b-newslist__title {
    font-weight: bold; }
  .b-newslist__item {
    border: 1px solid #e8e8e8;
    margin-bottom: 11px;
    position: relative;
    background: #fff;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s; }
    @media (min-width: 768px) {
      .b-newslist__item {
        margin-bottom: 23px; } }
  .b-newslist__item:hover {
    -webkit-box-shadow: 0 0 26px rgba(0, 0, 0, 0.13);
            box-shadow: 0 0 26px rgba(0, 0, 0, 0.13); }
  .b-newslist__pic {
    position: relative;
    display: block;
    overflow: hidden;
    height: 170px; }
  .b-newslist__pic img {
    /*position: absolute;*/
    left: -9999px;
    right: -9999px;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    max-width: none; 
	width: 100%;
    height: 170px;
    object-fit: cover;}
  .b-newslist .owl-carousel .owl-item img {
    width: auto; }
  .b-newslist .owl-carousel .prev,
  .b-newslist .owl-carousel .next {
    margin-top: -8px; }
  .b-newslist__datainner {
    margin-top: 11px;
    height: auto;
    overflow: hidden; }
    @media (min-width: 480px) {
      .b-newslist__datainner {
        height: 150px; } }
    .b-newslist__datainner h5 {
      margin-top: 0px;
      margin-bottom: 0.5rem; }
  .b-newslist__date, .b-newslist__desc {
    color: #555555;
    font-size: 1em; }
  .b-newslist__data {
    padding: 9px 38px 25px 38px; }
  .b-newslist__date {
    display: inline-block; }
  .b-newslist__name {
    word-break: break-word;
    color: #202020; }
  .b-newslist__name:hover, .b-newslist__active {
    color: #202020; }
  .b-newslist__desc {
    padding: 5px 0; }
  .b-newslist__tag {
    position: absolute;
    z-index: 90;
    color: #fff;
    padding: 4px 8px;
    font-size: 13px;
    font-weight: 400;
    left: 12px;
    top: 0;
    letter-spacing: 0.2px; }
  .b-newslist__tag:hover, .b-newslist__tag:active, .b-newslist__tag:focus {
    color: #fff;
    text-decoration: none; }
  .b-newslist__tag:hover:before {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .b-newslist__tools {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center; }
  .b-newslist__nav, .b-newslist__showall {
    display: inline-block;
    vertical-align: middle; }
  .b-newslist__showall {
    font-weight: bold; }
  @media (min-width: 480px) and (max-width: 991px) {
    .b-newslist__items.row > div {
      width: 50%;
      float: left; } }
  .b-newslist__title {
    margin-top: 0;
    color: #202020; }
  .b-newslist__title:hover, .b-newslist__title:focus, .b-newslist__title:active {
    text-decoration: none;
    color: #202020; }

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/master_default/components/bitrix/catalog.section.list/tags/style.css?17782229153460 */
/* /local/templates/master_default/components/bitrix/news.list/list/style.css?17503125233383 */
