

/* Start:/local/templates/redesign2022/components/bitrix/catalog.section.list/fixes/style.css?17689679978371*/
/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }



/* TILE */
.subsection-list_type-tile{
	display: flex;
	flex-wrap: wrap;
	row-gap: 26px;
	column-gap: 26px;
}
.subsection-list_type-tile-item{
	width: calc( 25% - (26px*3) / 4 );
	background: #FFFFFF;
	border-radius: 8px;
    border: 1px solid #E8E8E8;
	cursor: pointer;
	text-decoration: none;
	transition: .3s;
}
.subsection-list_type-tile-item .img-container{
	padding: 4px;
	display: flex;
	/* align-items: center; */
	justify-content: center;
	height: 250px;
}
.subsection-list_type-tile-item .img-container img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
	object-fit: cover;
    object-position: center;
}
.subsection-list_type-tile .subsection-list_type-tile-item .title{
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	text-align: center;
	padding: 16px;
	border-top: 1px solid #E8E8E8;
	text-align: center;
}
@media( max-width: 1400px ){
	.subsection-list_type-tile{
		padding: 0 10px;
	}
	.subsection-list_type-tile-item{
		width: calc( 33.333% - (26px*2) / 3 );
	}
}
@media( max-width: 900px ){
	.subsection-list_type-tile-item{
		width: calc( 50% - 26px / 2 );
	}
}
@media( max-width: 500px ){
	.subsection-list_type-tile-item{
		width: 100%;
	}
}

/* End */


/* Start:/local/assets/nabory.css?171990862222065*/
/* --------------------------------------------------------- */
.nabory__list-title{
	font-weight: 900;
	font-size: 48px;
	line-height: 100%;
	color: #343434;
	margin-bottom: 32px;	
}

.btn-hide{
	display:none!important;	
}
.add_cart-hide{
display:none!important;
}
.product_slider__item2 .img2 img {
  width: auto;
  /* height: 100%; */
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product_slider__item2 .img2::after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 92, 161, 0.4)), to(rgba(0, 92, 161, 0.4)));
  background: -webkit-linear-gradient(bottom, rgba(0, 92, 161, 0.4), rgba(0, 92, 161, 0.4));
  background: -o-linear-gradient(bottom, rgba(0, 92, 161, 0.4), rgba(0, 92, 161, 0.4));
  background: linear-gradient(0deg, rgba(0, 92, 161, 0.4), rgba(0, 92, 161, 0.4));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}

.product_slider__item2 .btn:hover {
  background: #B60000;
}

.product_slider__item2 {
    width: 300px;
}

.product_slider__item2 {

  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 8px;

  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  
  display: flex;
  flex-direction: column;
  
}
.product_slider__item2 .slider_icon {
  position: absolute;
  top: 12px;
  left: 8px;
  z-index: 9;
  cursor: pointer;
}

.product_slider__item2 .slider_icon2 {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 9;
  cursor: pointer;
}

.product-item__icons {
  top: 51px !important;
  right: 8px !important;
}

.product_slider__item2 .slider_icon svg path,
.product_slider__item2 .slider_icon2 svg path {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.product_slider__item2 .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  border: none;
  background: #D90000;
  border-radius: 4px;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  position: absolute;
  top: 174px;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product_slider__item2 .btn:hover {
  background: #B60000;
}

.product_slider__item2 .detailed {
  display: none;
}

.product_slider__block2.nabory-active .product_slider__item2:hover {
	border-bottom: 0px;
}

.product_slider__block2.nabory-active .product_slider__item2>.out_of_stock {
	display: none;
}

.product_slider__block2.nabory-active .product_slider__item2:hover>.out_of_stock {
	display: block;
	padding: 15px 16px;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
    bottom: 0;
}

.product_slider__block2.nabory-active .product_slider__item2:hover .wrap {
	border-bottom: 0px;
}

.product_slider__block2.nabory-active .product_slider__item2:hover .add_basket {
	display: block!important;
	margin: 0px;
}

.product-item .product__page_aside {
	width: 100%;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	z-index: 999;
	background-color: #FFFFFF;
	border-radius: 8px;
	display: none;
	margin-left: auto;
}

.product-item:hover .active {
	display: block;
}

.product-item .product__page_aside .wrap {
	width: 100%;
	border: 1px solid #E8E8E8;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	padding-top: 8px;
}

.product-item .product__page_aside .wrap::after {
	content: "";
	width: 100%;
	height: 8px;
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
}

.product-item .product__page_aside .price {
	margin-bottom: 12px;
	padding: 0 25px;
}

.product-item .product__page_aside .price h6 {
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #5F7283;
}

.product-item .product__page_aside .price h5 {
	font-weight: 800;
	font-size: 28px;
	line-height: 120%;
	color: #343434;
}

.product-price .discount {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #D90000;
    position: absolute;
    right: -35px;
    top: -8px;
    background: #FFE2E2;
    border-radius: 8px;
    padding: 0 3px;
}

.product-item .discount2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 12px;
  left: 17px;
  background: #FFE2E2;
  border-radius: 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  color: #D90000;
  z-index: 3;
}

.product-item .product__page_aside .In_stock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 16px;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	/*margin-bottom: 24px;*/
}

.product-item .product__page_aside .In_stock span {
	margin-right: 8px;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.product-item .product__page_aside .in-stock {
	color: #219653;
}

.product-item .product__page_aside .in-stock span {
	background-color: #219653;
}

.product-item .product__page_aside .out-stock {
	color: #d90000;
}

.product-item .product__page_aside .out-stock span {
	background-color: #d90000;
}

.product-item .out_of_stock {
	width: 100%;
	text-align: start;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #014888;
	background-color: transparent;
	border: 0;
	/*margin-bottom: 8px;
	margin-left: 25px;
	margin-right: 25px;*/
}

.product-item .product__page_aside .block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 16px;
	/*margin-bottom: 16px;*/
	border-bottom: 1px solid #E8E8E8;
}

.product-item .product__page_aside .block .h55 {
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	color: #5F7283;
	text-align: left;
}

.product-item .product__page_aside .block .title {
	width: 100%;
	font-weight: 400;
	font-size: 18px;
	line-height: 145%;
	color: #343434;
	padding: 0px;
}

.product-item .product__page_aside .block .amount {
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #5F7283;
	margin-bottom: 8px;
}

.product-item .product__page_aside .block .amount span {
	color: #D90000;
}

.product-item .product__page_aside .block .number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
	margin-bottom: 8px;
	width: 92px;
}

.product-item .product__page_aside .block .number .minus,
.product-item .product__page_aside .block .number .plus {
	width: 24px;
	height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: transparent;
	border: 0;
}

.product-item .product__page_aside .block .number .input {
	width: 30px;
	height: 24px;
	font-weight: 400;
	font-size: 18px;
	line-height: 145%;
	color: #343434;
	border: 0;
	text-align: center;
	background-color: transparent;
}

.product-item .product__page_aside .block .number .minus path,
.product-item .product__page_aside .block .number .plus path {
	fill: #00335E;
}

.product-item .product__page_aside .block .delete {
	width: 100%;
	text-align: start;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #014888;
	background-color: transparent;
	border: 0;
	margin-bottom: 8px;
}

.product-item .product_slider__item2 .block>.title {
	padding: 0px;
}

.product-item .add_basket,
.product-item .product__page_aside .add_cart ,
.product-item .product__page_aside .add_cart2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 8px;
	background: #D90000;
	border-radius: 4px;
	font-weight: 700;
	font-size: 18px;
	line-height: 140%;
	color: #FFFFFF;
	margin-top: 40px;
	border: 0;
	gap: 10px;
}

.product-item .add_basket {
	display: none;
}

.product-item .product__page_aside .add_cart-disabled {
	opacity: .6;
	cursor: default;
}

.product-item .number-hide {
	opacity: 0 !important;

}

.product_slider__item-recom2 .modalbox {
  top: 115px;
}

.product_slider__item-recom2 .img {
  width: 100%;
  height: 380px;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}

.product_slider__item-recom2 .img2 {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}

.product_slider__item2 .img2 img {
  width: auto;
  /* height: 100%; */
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product_slider__item2 .img2::after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 92, 161, 0.4)), to(rgba(0, 92, 161, 0.4)));
  background: -webkit-linear-gradient(bottom, rgba(0, 92, 161, 0.4), rgba(0, 92, 161, 0.4));
  background: -o-linear-gradient(bottom, rgba(0, 92, 161, 0.4), rgba(0, 92, 161, 0.4));
  background: linear-gradient(0deg, rgba(0, 92, 161, 0.4), rgba(0, 92, 161, 0.4));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}

.product_slider__item-recom2 .price {
	font-weight: 800;
	font-size: 28px;	
	line-height: 120%;
}

.product_slider__item-recom2  .title{
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #343434;
  padding: 0 16px;
  margin-bottom: 16px;
}

.product_slider__item-recom2 .price_title{
	display: inline-block;
	width: 100%;
	height: 28px;
}
.product_slider__item2:hover .slider_icon svg path,
.product_slider__item2:hover .slider_icon2 svg path {
  fill: #fff;
}

.product_slider__item2:hover .slider_icon:hover svg path,
.product_slider__item2:hover .slider_icon2:hover svg path {
  fill: #00335E;
}

.product_slider__item2:hover .btn {
  z-index: 2;
}

.product_slider__block2 .product_slider__item2:hover {
  min-height: auto;
  height: auto;
  -webkit-box-shadow: 0px 8px 25px rgba(0, 15, 31, 0.07);
  box-shadow: 0px 8px 25px rgba(0, 15, 31, 0.07);
  z-index: 1;
}

.product_slider__block2 .product_slider__item2:hover .options {
  opacity: 1;
}

.product_slider__block2 .product_slider__item2:hover .img::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 92, 161, 0.4)), to(rgba(0, 92, 161, 0.4)));
  background: -webkit-linear-gradient(bottom, rgba(0, 92, 161, 0.4), rgba(0, 92, 161, 0.4));
  background: -o-linear-gradient(bottom, rgba(0, 92, 161, 0.4), rgba(0, 92, 161, 0.4));
  background: linear-gradient(0deg, rgba(0, 92, 161, 0.4), rgba(0, 92, 161, 0.4));
  opacity: 1;
}

.product_slider__block2.slick-active .product_slider__item2:hover .btn {
  opacity: 1;
}

.product_slider__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 47px;
}

.product_slider__btn .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 282px;
  height: 60px;
  background: #D90000;
  border-radius: 4px;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.product_slider__btn .btn svg {
  margin-right: 10px;
}

.product_slider__btn .btn:hover {
  background: #B60000;
}
@media screen and (max-width: 1024px) {

	.product-item .product2_reviews_wrap {
		position: relative;
		top: auto;
		right: auto;
	}

	.product-item .product2_reviews_wrap .product2_reviews {
		max-width: 724px;
	}

	.product-item .product2_reviews__box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.product-item .product2_reviews__aside {
		width: 100%;
	}

	.product-item .product2_reviews__aside .wrap {
		width: 100%;
	}

	.product-item .product2_reviews__aside .box {
		max-width: 248px;
		width: 100%;
		padding: 0;
		margin: 0 auto;
		margin-bottom: 24px;
	}

	.product-item .product2_reviews__aside .btn {
		max-width: 288px;
		width: 100%;
		margin: 0 auto;
	}

	.product-item .product__page_aside .wrap {
		padding: 0px;
		padding-top: 8px;
	}

	.product-item .product__page_aside .add_cart {
		margin-top: 0;
	}

	.product-item .product__page_aside .block {
		position: relative;
	}

	.product-item .product__page_aside .block .delete {
		width: auto;
		position: absolute;
		top: 0;
		right: 25px;
	}

	.product-item .product__page_aside .block .number {
		width: 45%;
		position: absolute;
		bottom: 15px;
		right: 15px;
		margin-bottom: 0;
		justify-content: space-evenly;
	}

	.product-item .product__page_aside .block .number .minus,
	.product-item .product__page_aside .block .number .plus {
		width: 20px;
		height: 20px;
	}

	.product-item .product__page_aside .block .number .minus svg,
	.product-item .product__page_aside .block .number .plus svg {
		width: 33px;
		height: 33px;
	}



	.product-item .product2_tab {
		margin-bottom: 96px;
	}

	.product-item .product__page2_characteristics {
		display: none;
	}

	.product-item .product__page_aside {
		width: 100%;
		margin-top: 80px;
		padding: 0px;
	}

	.product-item .product2_tab {
		padding: 0 22px;
	}

	.product-item .product__page_aside .wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.product-item .product__page_aside .wrap .price {
		margin-bottom: 30px;
	}

	.product-item .product__page_aside .wrap .price:nth-child(1) {
		-webkit-box-ordinal-group: -1;
		-ms-flex-order: -2;
		order: -2;
	}

	.product-item .product__page_aside .wrap .In_stock {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.product-item .product__page_aside .wrap .block {
		width: 100%;
	}

	.product-item .product_page2__box {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.product-item .product_page2__img {
		width: 100%;
	}

	.product-item .product_page2__right {
		width: 100%;
	}

	.product-item .product_page2 {
		padding-bottom: 210px;
	}

	.product-item .tabs>.div .h5 {
		font-size: 18px;
		line-height: 130%;
	}

}

@media screen and (max-width: 767px) {
	.product-item .product__page_aside {
		margin-top: 72px;
		padding: 0;
	}

	.product-item .product__page_aside .wrap {
		padding: 0px;
		padding-top: 5px;
	}

	.product-item .product__page_aside .wrap .price {
		width: 100%;
		-webkit-box-ordinal-group: -2;
		-ms-flex-order: -3;
		order: -3;
		padding: 0 10px;
		margin-bottom: 16px;
	}

	.product-item .product__page_aside .wrap .price h5 {
		font-size: 24px;
		line-height: 29px;
		padding-left: 5px;
	}

	.product-item .product__page_aside .wrap .In_stock {
		padding: 0 10px;
		margin-bottom: 30px;
	}

	.product-item .product__page_aside .block {
		padding: 0 10px 10px 10px;
	}

	.product-item .product__page_aside .block h5 {
		text-align: start;
		font-size: 14px;
		line-height: 140%;
	}

	.product-item .product__page_aside .block .title {
		font-size: 16px;
		line-height: 145%;
	}

	.product-item .product__page_aside .block .number {
		width: 92px;
		bottom: 29px;
	}

	.product-item .product__page_aside .block .number .input {
		width: 24px;
	}

	.product-item .product__page_aside .block .number .minus,
	.product-item .product__page_aside .block .number .plus {
		width: 32px;
		height: 32px;
	}

	.product-item .product__page_aside .block .number .minus svg,
	.product-item .product__page_aside .block .number .plus svg {
		width: 26px;
		height: 26px;
	}

	.product-item .product__page_aside .block .amount {
		margin-bottom: 10px;
	}

	.product-item .product__page_aside .block .delete {
		position: relative;
		top: auto;
		width: 100%;
		right: auto;
	}

	.product-item .product__page_aside .add_cart {
		padding: 13px 0;
		font-size: 16px;
		line-height: 130%;
		white-space: nowrap;
	}

	.product-item .tabs_top {
		padding-right: 15px;
	}

	.product-item .tabs_top>label {
		padding: 8px 16px;
		font-size: 14px;
		line-height: 140%;
		margin-right: 4px;
	}

	.product-item .tabs>.div .h5 {
		margin-bottom: 16px;
	}

	.product-item .tabs>.div {
		padding-top: 32px;
		padding-right: 15px;
	}

	.product-item .tabs>.div .specifications .option .box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.product-item .tabs>.div .specifications .option .box::after {
		display: none;
	}

	.product-item .tabs>.div .specifications .option p {
		font-weight: 400;
		font-size: 18px;
		line-height: 145%;
		margin-bottom: 4px;
	}

	.product-item .tabs>.div .specifications .option h5 {
		margin-left: 0;
		place-content: 0;
		font-weight: 400;
		font-size: 18px;
		line-height: 145%;
	}

	.product-item .product2_reviews .block {
		padding-bottom: 24px;
	}

	.product-item .tabs>.div .text {
		font-size: 16px;
		line-height: 145%;
	}

	.product-item .product2_tab {
		padding: 0 0 0 15px;
	}

	.product-item .tabs>.div .text {
		font-size: 16px;
		line-height: 145%;
	}

	.product-item .product2_tab {
		margin-bottom: 80px;
	}


}

@media (max-width: 575.98px) {

	.product-item .product__page_aside .wrap {
		padding-top: 5px;
	}

	.product-item .product__page_aside .block {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
	}

	.product-item .product__page_aside .block .title {
		text-align: center;
		margin-bottom: 10px !important;
	}

	.product-item .product__page_aside .block .number {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		margin: 0;
		position: unset;
	}

	.product-item .product__page_aside .block .amount {
		order: 1;
	}

	.product-item .product__page_aside .add_cart {
		white-space: nowrap;
	}

	.product-item .inner-page-content>h1 {
		display: inline-block;
	}
}

.product-item .in_stock {
	font-weight: bold;
	color: green;
}

.product-item .product__page__content .in_stock .red_point {
	background-color: red;
}

.product-item .product__page__content .red {
	color: red !important;
}

.product-item .buy-info_price {
	display: flex;
	flex-direction: row;
}

.product-item .buy-info_price_text,
.product-item .buy-info_price_text-opt {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #5F7283;
	padding: 0px 24px;
}

.product-item .buy-info_price_text-opt {
	padding: 0px 24px 0px 0px;
}

.product-item div .product__page__content .btn .btn_cart,
.product-item .product__page__content .btn .out_of_stock {
	width: 319px;
}


@media (min-width: 768px) and (max-width: 1023px) {
	.product-item div .product__page__content .btn {
		margin: 0px;
	}

	.product-item .product__page__content .product__page__content-main {
		flex-direction: row;
		margin-bottom: 0px;
	}

	.product-item .hr-solid {
		margin: 0 20px;
	}

	.product-item .buy-info_price {
		flex-direction: row;
	}

	.product-item .buy-info_price_text-opt {}

	.product-item .bx-catalog-subscribe-button {
		margin-bottom: 0px;
	}

	.product-item .product__page__box .product__page__content .price {
		font-size: 18px;
		line-height: 130%;
		padding: 0px;
	}

	.product-item .buy-info_price .buy-info_price_text-opt,
	.product-item .buy-info_price .buy-info_price_text {
		padding: 0px;
	}

	.product-item div .product__page__content .btn .out_of_stock {
		width: 319px;
	}

	.product-item .buy-info_price {
		margin: 0px;
	}
}

@media (min-width: 320px) and (max-width: 767px) {

	.product-item div .product__page__content .btn {
		margin-top: 32px;
	}

	.product-item .product__page__content .product__page__content-main {
		flex-direction: column;
		margin-bottom: 0px;
	}

	.product-item .buy-info_price_text,
	.product-item .buy-info_price_text-opt {
		padding: 0px 12px;
	}

	.product-item .hr-solid {
		margin: 8px 0px;
	}

	.product-item .buy-info_price {
		flex-direction: column;
		padding: 0px 15px;
	}

	.product-item .buy-info_price .buy-info_price_text-opt,
	.product-item .buy-info_price .buy-info_price_text {
		padding: 0px;
	}

	.product-item .product__page__box .product__page__content .price {
		padding: 0px;
	}

	.product-item .btn .wd-100 {
		padding: 0px;
	}

	.product-item div .product__page__content .btn .out_of_stock {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/redesign2022/components/bitrix/system.pagenavigation/round_custom/style.css?1688016732156*/
.bx-pag-prev > span,
.bx-pag-next > span {
	display: none !important;
}

.bx-pag-next a,
.bx-pag-prev > span,
.bx-pag-next span {
	width: auto !important;
}
/* End */


/* Start:/local/templates/redesign2022/components/bitrix/catalog.item/.default/style.css?171990862215727*/
/* --------------------------------------------------------- */
.nabory__list-title{
	font-weight: 900;
	font-size: 48px;
	line-height: 100%;
	color: #343434;
	margin-bottom: 32px;	
}

.btn-hide{
	display:none!important;	
}
.add_cart-hide{
display:none!important;
}

.product_slider__block.slick-active .product_slider__item:hover {
	border-bottom: 0px;
}

.product_slider__block.slick-active .product_slider__item>.out_of_stock {
	display: none;
}

.product_slider__block.slick-active .product_slider__item:hover>.out_of_stock {
	display: block;
	padding: 15px 16px;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
    bottom: 0;
}

.product_slider__block.slick-active .product_slider__item:hover .wrap {
	border-bottom: 0px;
}

.product_slider__block.slick-active .product_slider__item:hover .add_basket {
	display: block;
	margin: 0px;
}

.product-item .product__page_aside {
	width: 100%;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	z-index: 999;
	background-color: #FFFFFF;
	border-radius: 8px;
	display: none;
	margin-left: auto;
}

.product-item:hover .active {
	display: block;
}

.product-item .product__page_aside .wrap {
	width: 100%;
	border: 1px solid #E8E8E8;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	padding-top: 8px;
}

.product-item .product__page_aside .wrap::after {
	content: "";
	width: 100%;
	height: 8px;
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
}

.product-item .product__page_aside .price {
	margin-bottom: 12px;
	padding: 0 25px;
}

.product-item .product__page_aside .price h6 {
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #5F7283;
}

.product-item .product__page_aside .price h5 {
	font-weight: 800;
	font-size: 28px;
	line-height: 120%;
	color: #343434;
}

.product-price .discount {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #D90000;
    position: absolute;
    right: -35px;
    top: -8px;
    background: #FFE2E2;
    border-radius: 8px;
    padding: 0 3px;
}

.product-item .discount2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 12px;
  left: 17px;
  background: #FFE2E2;
  border-radius: 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  color: #D90000;
  z-index: 3;
}

.product-item .product__page_aside .In_stock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 16px;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	/*margin-bottom: 24px;*/
}

.product-item .product__page_aside .In_stock span {
	margin-right: 8px;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.product-item .product__page_aside .in-stock {
	color: #219653;
}

.product-item .product__page_aside .in-stock span {
	background-color: #219653;
}

.product-item .product__page_aside .out-stock {
	color: #d90000;
}

.product-item .product__page_aside .out-stock span {
	background-color: #d90000;
}

.product-item .out_of_stock {
	width: 100%;
	text-align: start;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #014888;
	background-color: transparent;
	border: 0;
	/*margin-bottom: 8px;
	margin-left: 25px;
	margin-right: 25px;*/
}

.product-item .product__page_aside .block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 16px;
	/*margin-bottom: 16px;*/
	border-bottom: 1px solid #E8E8E8;
}

.product-item .product__page_aside .block .h55 {
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	color: #5F7283;
	text-align: left;
}

.product-item .product__page_aside .block .title {
	width: 100%;
	font-weight: 400;
	font-size: 18px;
	line-height: 145%;
	color: #343434;
	padding: 0px;
}

.product-item .product__page_aside .block .amount {
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #5F7283;
	margin-bottom: 8px;
}

.product-item .product__page_aside .block .amount span {
	color: #D90000;
}

.product-item .product__page_aside .block .number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
	margin-bottom: 8px;
	width: 92px;
}

.product-item .product__page_aside .block .number .minus,
.product-item .product__page_aside .block .number .plus {
	width: 24px;
	height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: transparent;
	border: 0;
}

.product-item .product__page_aside .block .number .input {
	width: 30px;
	height: 24px;
	font-weight: 400;
	font-size: 18px;
	line-height: 145%;
	color: #343434;
	border: 0;
	text-align: center;
	background-color: transparent;
}

.product-item .product__page_aside .block .number .minus path,
.product-item .product__page_aside .block .number .plus path {
	fill: #00335E;
}

.product-item .product__page_aside .block .delete {
	width: 100%;
	text-align: start;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #014888;
	background-color: transparent;
	border: 0;
	margin-bottom: 8px;
}

.product-item .product_slider__item .block>.title {
	padding: 0px;
}

.product-item .add_basket,
.product-item .product__page_aside .add_cart ,
.product-item .product__page_aside .add_cart2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 8px;
	background: #D90000;
	border-radius: 0 0 4px 4px;
	font-weight: 700;
	font-size: 18px;
	line-height: 140%;
	color: #FFFFFF;
	margin-top: 40px;
	border: 0;
	gap: 10px;
}

.product-item .add_basket {
	display: none;
}

.product-item .product__page_aside .add_cart-disabled {
	opacity: .6;
	cursor: default;
}

.product-item .number-hide {
	opacity: 0 !important;

}

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

	.product-item .product2_reviews_wrap {
		position: relative;
		top: auto;
		right: auto;
	}

	.product-item .product2_reviews_wrap .product2_reviews {
		max-width: 724px;
	}

	.product-item .product2_reviews__box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.product-item .product2_reviews__aside {
		width: 100%;
	}

	.product-item .product2_reviews__aside .wrap {
		width: 100%;
	}

	.product-item .product2_reviews__aside .box {
		max-width: 248px;
		width: 100%;
		padding: 0;
		margin: 0 auto;
		margin-bottom: 24px;
	}

	.product-item .product2_reviews__aside .btn {
		max-width: 288px;
		width: 100%;
		margin: 0 auto;
	}

	.product-item .product__page_aside .wrap {
		padding: 0px;
		padding-top: 8px;
	}

	.product-item .product__page_aside .add_cart {
		margin-top: 0;
	}

	.product-item .product__page_aside .block {
		position: relative;
	}

	.product-item .product__page_aside .block .delete {
		width: auto;
		position: absolute;
		top: 0;
		right: 25px;
	}

	.product-item .product__page_aside .block .number {
		width: 45%;
		position: absolute;
		bottom: 15px;
		right: 15px;
		margin-bottom: 0;
		justify-content: space-evenly;
	}

	.product-item .product__page_aside .block .number .minus,
	.product-item .product__page_aside .block .number .plus {
		width: 20px;
		height: 20px;
	}

	.product-item .product__page_aside .block .number .minus svg,
	.product-item .product__page_aside .block .number .plus svg {
		width: 33px;
		height: 33px;
	}



	.product-item .product2_tab {
		margin-bottom: 96px;
	}

	.product-item .product__page2_characteristics {
		display: none;
	}

	.product-item .product__page_aside {
		width: 100%;
		margin-top: 80px;
		padding: 0px;
	}

	.product-item .product2_tab {
		padding: 0 22px;
	}

	.product-item .product__page_aside .wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.product-item .product__page_aside .wrap .price {
		margin-bottom: 30px;
	}

	.product-item .product__page_aside .wrap .price:nth-child(1) {
		-webkit-box-ordinal-group: -1;
		-ms-flex-order: -2;
		order: -2;
	}

	.product-item .product__page_aside .wrap .In_stock {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.product-item .product__page_aside .wrap .block {
		width: 100%;
	}

	.product-item .product_page2__box {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.product-item .product_page2__img {
		width: 100%;
	}

	.product-item .product_page2__right {
		width: 100%;
	}

	.product-item .product_page2 {
		padding-bottom: 210px;
	}

	.product-item .tabs>.div .h5 {
		font-size: 18px;
		line-height: 130%;
	}

}

@media screen and (max-width: 767px) {
	.product-item .product__page_aside {
		margin-top: 72px;
		padding: 0;
	}

	.product-item .product__page_aside .wrap {
		padding: 0px;
		padding-top: 5px;
	}

	.product-item .product__page_aside .wrap .price {
		width: 100%;
		-webkit-box-ordinal-group: -2;
		-ms-flex-order: -3;
		order: -3;
		padding: 0 10px;
		margin-bottom: 16px;
	}

	.product-item .product__page_aside .wrap .price h5 {
		font-size: 24px;
		line-height: 29px;
		padding-left: 5px;
	}

	.product-item .product__page_aside .wrap .In_stock {
		padding: 0 10px;
		margin-bottom: 30px;
	}

	.product-item .product__page_aside .block {
		padding: 0 10px 10px 10px;
	}

	.product-item .product__page_aside .block h5 {
		text-align: start;
		font-size: 14px;
		line-height: 140%;
	}

	.product-item .product__page_aside .block .title {
		font-size: 16px;
		line-height: 145%;
	}

	.product-item .product__page_aside .block .number {
		width: 92px;
		bottom: 29px;
	}

	.product-item .product__page_aside .block .number .input {
		width: 24px;
	}

	.product-item .product__page_aside .block .number .minus,
	.product-item .product__page_aside .block .number .plus {
		width: 32px;
		height: 32px;
	}

	.product-item .product__page_aside .block .number .minus svg,
	.product-item .product__page_aside .block .number .plus svg {
		width: 26px;
		height: 26px;
	}

	.product-item .product__page_aside .block .amount {
		margin-bottom: 10px;
	}

	.product-item .product__page_aside .block .delete {
		position: relative;
		top: auto;
		width: 100%;
		right: auto;
	}

	.product-item .product__page_aside .add_cart {
		padding: 13px 0;
		font-size: 16px;
		line-height: 130%;
		white-space: nowrap;
	}

	.product-item .tabs_top {
		padding-right: 15px;
	}

	.product-item .tabs_top>label {
		padding: 8px 16px;
		font-size: 14px;
		line-height: 140%;
		margin-right: 4px;
	}

	.product-item .tabs>.div .h5 {
		margin-bottom: 16px;
	}

	.product-item .tabs>.div {
		padding-top: 32px;
		padding-right: 15px;
	}

	.product-item .tabs>.div .specifications .option .box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.product-item .tabs>.div .specifications .option .box::after {
		display: none;
	}

	.product-item .tabs>.div .specifications .option p {
		font-weight: 400;
		font-size: 18px;
		line-height: 145%;
		margin-bottom: 4px;
	}

	.product-item .tabs>.div .specifications .option h5 {
		margin-left: 0;
		place-content: 0;
		font-weight: 400;
		font-size: 18px;
		line-height: 145%;
	}

	.product-item .product2_reviews .block {
		padding-bottom: 24px;
	}

	.product-item .tabs>.div .text {
		font-size: 16px;
		line-height: 145%;
	}

	.product-item .product2_tab {
		padding: 0 0 0 15px;
	}

	.product-item .tabs>.div .text {
		font-size: 16px;
		line-height: 145%;
	}

	.product-item .product2_tab {
		margin-bottom: 80px;
	}


}

@media (max-width: 575.98px) {

	.product-item .product__page_aside .wrap {
		padding-top: 5px;
	}

	.product-item .product__page_aside .block {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
	}

	.product-item .product__page_aside .block .title {
		text-align: center;
		margin-bottom: 10px !important;
	}

	.product-item .product__page_aside .block .number {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		margin: 0;
		position: unset;
	}

	.product-item .product__page_aside .block .amount {
		order: 1;
	}

	.product-item .product__page_aside .add_cart {
		white-space: nowrap;
	}

	.product-item .inner-page-content>h1 {
		display: inline-block;
	}
}

.product-item .in_stock {
	font-weight: bold;
	color: green;
}

.product-item .product__page__content .in_stock .red_point {
	background-color: red;
}

.product-item .product__page__content .red {
	color: red !important;
}

.product-item .buy-info_price {
	display: flex;
	flex-direction: row;
}

.product-item .buy-info_price_text,
.product-item .buy-info_price_text-opt {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #5F7283;
	padding: 0px 24px;
}

.product-item .buy-info_price_text-opt {
	padding: 0px 24px 0px 0px;
}

.product-item div .product__page__content .btn .btn_cart,
.product-item .product__page__content .btn .out_of_stock {
	width: 319px;
}


@media (min-width: 768px) and (max-width: 1023px) {
	.product-item div .product__page__content .btn {
		margin: 0px;
	}

	.product-item .product__page__content .product__page__content-main {
		flex-direction: row;
		margin-bottom: 0px;
	}

	.product-item .hr-solid {
		margin: 0 20px;
	}

	.product-item .buy-info_price {
		flex-direction: row;
	}

	.product-item .buy-info_price_text-opt {}

	.product-item .bx-catalog-subscribe-button {
		margin-bottom: 0px;
	}

	.product-item .product__page__box .product__page__content .price {
		font-size: 18px;
		line-height: 130%;
		padding: 0px;
	}

	.product-item .buy-info_price .buy-info_price_text-opt,
	.product-item .buy-info_price .buy-info_price_text {
		padding: 0px;
	}

	.product-item div .product__page__content .btn .out_of_stock {
		width: 319px;
	}

	.product-item .buy-info_price {
		margin: 0px;
	}
}

@media (min-width: 320px) and (max-width: 767px) {

	.product-item div .product__page__content .btn {
		margin-top: 32px;
	}

	.product-item .product__page__content .product__page__content-main {
		flex-direction: column;
		margin-bottom: 0px;
	}

	.product-item .buy-info_price_text,
	.product-item .buy-info_price_text-opt {
		padding: 0px 12px;
	}

	.product-item .hr-solid {
		margin: 8px 0px;
	}

	.product-item .buy-info_price {
		flex-direction: column;
		padding: 0px 15px;
	}

	.product-item .buy-info_price .buy-info_price_text-opt,
	.product-item .buy-info_price .buy-info_price_text {
		padding: 0px;
	}

	.product-item .product__page__box .product__page__content .price {
		padding: 0px;
	}

	.product-item .btn .wd-100 {
		padding: 0px;
	}

	.product-item div .product__page__content .btn .out_of_stock {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/redesign2022/components/bitrix/catalog.top/slider/style.css?174123421498*/
.product-price {
	padding: 0px 20px;
}
.product_slider__item .price {
	padding: 0px !important;
}

/* End */
/* /local/templates/redesign2022/components/bitrix/catalog.section.list/fixes/style.css?17689679978371 */
/* /local/assets/nabory.css?171990862222065 */
/* /local/templates/redesign2022/components/bitrix/system.pagenavigation/round_custom/style.css?1688016732156 */
/* /local/templates/redesign2022/components/bitrix/catalog.item/.default/style.css?171990862215727 */
/* /local/templates/redesign2022/components/bitrix/catalog.top/slider/style.css?174123421498 */
