

/* Start:/bitrix/templates/incorp2/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17683960444950*/
/* general */

#banner_blog {
	margin-top: 70px;
	margin-bottom: 70px;
}

.inner-banner_blog {
	position: relative;
}

.inner-banner_blog img {}

.info-banner_blog {
	--textsize: 16px;
	--titlesize: 24px;
    position: absolute;
    top: 50%;
    display: flex;
    gap: 10px;
    flex-direction: column;
    transform: translateY(-50%);
}

.title-banner_blog {
	line-height: 1.25;
}

.button-banner_blog {
    display: flex;
    box-sizing: border-box;
    border: 1px solid #ffc400;
    width: 180px;
    border-radius: .3em;
    height: 40px;
    background-color: #ffc400;
	box-shadow: 0 10px 20px -14px rgb(0 0 0);
	text-align: center;
	transition: background-color .3s linear,
				border-color .3s linear,
				scale .1s linear;
}

.button-banner_blog:active {
	scale: .98;
}

.button-banner_blog > span {
	display: block;
	width: fit-content;
	width: -moz-fit-content;
	margin: auto;
	color: #343434;
	font-size: var(--textsize);
	font-weight: 700;
}

/* [class|="banner"] *:empty {
	display: none;
} */

/* banner 1 */

.banner-1 .info-banner_blog {
	left: calc(50% + 3rem);
}

.banner-1 .advantages-banner_blog {
	display: flex;
	gap: 10px;
	flex-direction: row;
	align-items: center;
	color: #fbfbfb;
	font-size: var(--titlesize);
	font-weight: 700;
}

.banner-1 .adv-1::before,
.banner-1 .adv-2::before,
.banner-1 .adv-3::before {
	content: '';
	height: calc(var(--titlesize) + 6px);
	width: calc(var(--titlesize) + 6px);
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
}

.banner-1 .adv-1::before {
	background-image: url(/include/banners/image/icon_1.png);
}

.banner-1 .adv-2::before {
	background-image: url(/include/banners/image/icon_2.png);
}

.banner-1 .adv-3::before {
	background-image: url(/include/banners/image/icon_3.png);
}

.banner-1 .slogan-banner_blog {
	color: #fbfbfb;
	font-size: var(--textsize);
}

/* banner 2 */

.banner-2 .info-banner_blog {
	--titlesize: 38px;
	left: 30px;
	gap: 1rem;
}

.banner-2 .title-banner_blog {
	color: #fbfbfb;
	font-size: var(--titlesize);
	font-weight: 700;
}

.banner-2 .slogan-banner_blog {
	color: #fbfbfb;
	font-size: var(--textsize);
	max-width: 350px;
	text-wrap: balance;
}

/* banner 3 */

.banner-3 .info-banner_blog {
	--titlesize: 38px;
	left: 30px;
	gap: 1rem;
}

.banner-3 .title-banner_blog {
    color: #3e3e3d;
    font-size: var(--titlesize);
    font-weight: 700;
    max-width: 350px;
    line-height: 1.25;
}

.banner-3 .slogan-banner_blog {
	color: #3e3e3d;
	font-size: var(--textsize);
	max-width: 350px;
	text-wrap: balance;
}

/* banner-4 */
.banner-4 .info-banner_blog {
	/* --titlesize: 38px; */
	left: 30px;
	gap: 1rem;
}

.banner-4 .title-banner_blog {
	color: #fbfbfb;
	font-size: var(--titlesize);
	font-weight: 700;
	max-width: 350px;
	text-wrap: balance;
}

/* banner-5 */
.banner-5 .info-banner_blog {
	/* --titlesize: 38px; */
	left: 30px;
	gap: 1rem;
}

.banner-5 .title-banner_blog {
	color: #fbfbfb;
	font-size: var(--titlesize);
	font-weight: 700;
	max-width: 350px;
	text-wrap: balance;
}

/* banner-6 */
.banner-6 .info-banner_blog {
	/* --titlesize: 38px; */
	left: 30px;
	gap: 1rem;
}

.banner-6 .title-banner_blog {
	color: #fbfbfb;
	font-size: var(--titlesize);
	font-weight: 700;
	max-width: 350px;
	text-wrap: balance;
}

/* banner-7 */
.banner-7 .info-banner_blog {
	/* --titlesize: 38px; */
	left: 30px;
	gap: 1rem;
}

.banner-7 .title-banner_blog {
	color: #fbfbfb;
	font-size: var(--titlesize);
	font-weight: 700;
	max-width: 350px;
	text-wrap: balance;
}

/*
*
** information article
*
*/

.wrapper-information_article {
	/* margin-top: -70px; */
	margin-bottom: 70px;
	display: flex;
	gap: 1.5rem;
	align-items: center;
}

:is(.date-information_article, .show_counter-information_article) {
	display: flex;
	gap: 10px;
	align-items: center;
}

:is(.date-information_article, .show_counter-information_article) svg {
	fill: rgb(59 59 59 / .5);
}

:is(.date-information_article, .show_counter-information_article) span {
	color: rgb(59 59 59 / .5);
}

/* media */

@media(hover: hover) {
	.button-banner_blog:hover {
		background-color: #ffa500;
		border-color: #ffa500;
	}
}

@media(600px <= width < 1024px) {
	.banner-1 .info-banner_blog {
		--textsize: 12px;
		--titlesize: 14px;
		gap: 5px;
	}

	.banner-2 .info-banner_blog {
		--titlesize: 28px;
	}

	.banner-3 .info-banner_blog {
		--titlesize: 28px;
		gap: 5px;
	}

	.button-banner_blog {
		height: 30px;
	}
}

@media(width < 600px) {
	.info-banner_blog {
		position: static;
		transform: translateY(0);
		padding: 2rem 1rem;
	}

	.banner-1 .info-banner_blog {
		background-color: #5a5866;
	}

	.banner-2 .info-banner_blog {
		--titlesize: 24px;
		background-color: #1c1d1f;
	}

	.banner-3 .info-banner_blog {
		--titlesize: 24px;
		background-color: #f7f8ea;
	}

	.banner-4 .info-banner_blog,
	.banner-5 .info-banner_blog,
	.banner-6 .info-banner_blog {
		background-color: #1c1d1f;
	}

	.banner-7 .info-banner_blog {
		background-color: #323232;
	}
}
/* End */


/* Start:/bitrix/templates/incorp2/components/bitrix/news.list/blog_product/style.css?17683960432825*/
.section-blog_product {
  margin-top: 70px;
  margin-bottom: 70px;
}

.title-blog_product {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 1em;
}

.wrapper-blog_product {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin-bottom: 3rem;
}

.wrapper-blog_product > .item {
  box-sizing: border-box;
  border: 1px solid rgb(239 239 239);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  /* align-items: center; */
  padding: 1rem;
  max-width: 280px;
  /*margin: auto;*/
  height: 100%;
}

.wrapper-blog_product > .item:last-child {
    /*background-image: url('/bitrix/templates/incorp2/components/bitrix/news.list/blog_product/002.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

.wrapper-blog_product > .item:last-child .button-more {
	background-color: #343434;
    border-color: #343434;
}

.wrapper-blog_product > .item:last-child .pic {
	display: flex;
    width: 100%;
    height: calc(100% - 56px);
    background-color: transparent;
	position: relative;
}

.wrapper-blog_product > .item:last-child .pic::before {
    /* content: 'нет изображения';
    margin: auto;
    display: block;
    width: fit-content;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 40px;
    font-size: 18px;
    color: rgb(80 80 80 / .5); */
}

.wrapper-blog_product > .item:last-child .pic > a {
	display: block;
	width: 100%;
	height: 100%;
}

.wrapper-blog_product > .item:last-child .pic img {
	visibility: hidden;
}

.wrapper-blog_product > .item img {
	max-width: 100%;
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}

.name-blog_product {
  font-size: 14px;
  font-weight: 700;
  color: #3b3b3b;
  min-height: 65px;
  line-height: 1.5;
  display: block;
}

.availability::before {
  top: 6px !important;
}

.button-more {
  background-color: #ffc400;
  border: 1px solid #ffc400;
  box-sizing: border-box;
  display: flex;
  height: 40px;
  width: min(100%, 220px);
  margin: auto auto 0;
  transition: background-color .3s linear,
              border-color .3s linear,
              scale .1s linear;
}

.button-more:active {
  scale: .99;
}

.button-more > span {
  color: #ffffff;
  display: block;
  margin: auto;
  font-size: 14px;
  font-weight: 700;
  width: fit-content;
}

@media(hover: hover) {
  .wrapper-blog_product > .item:hover {
    box-shadow: 0 0 20px rgba(0,0,0,.1);
  }
  
  .button-more:hover {
    scale: 1.05;
    background-color: rgb(255 196 0 / .8);
    border-color: rgb(255 196 0 / .8)
  }
}

@media(width < 600px) {
	.wrapper-blog_product > .item {
	  max-width: 255px;
	  margin: auto;
	}

}
/* End */
/* /bitrix/templates/incorp2/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17683960444950 */
/* /bitrix/templates/incorp2/components/bitrix/news.list/blog_product/style.css?17683960432825 */
