

/* Start:/local/templates/redesign2022/components/bitrix/news.list/index_page_top_slider/style.css?17247378691309*/
.ipts_slider.skitter {
    max-width: initial;
    background: transparent;
}

@keyframes growProgressBar {
  0% { --pgPercentage: 0; }
  100% { --pgPercentage: 100; }
}

@property --pgPercentage {
  syntax: '<number>';
  inherits: false;
  initial-value: 0;
}
.banner_desktop .slick-dots {
	list-style: none;
}
.banner_desktop .slick-dots li {
  --size: 3rem;
  --fg: #D90000;
  --bg: #def;
  --pgPercentage: 100;
  width: var(--size);
  height: var(--size);	
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: calc(var(--size) / 5);
  color: var(--fg);  
  background: 
  	radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0),
    conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
}
.banner_desktop .slick-dots li.slick-active {
  animation: growProgressBar 12s 1 forwards;  
}

.banner_desktop .slick-dots li.slick-active::before {
  counter-reset: percentage var(--value);
/*   content: counter(percentage) '%'; */
}

.banner_desktop .slick-dots {
	display: flex;
	justify-content: center;
}

/* Избавляемся от "прыгающего" слайдера при загрузке страницы */
.banner_mobile .banner__block{
  display: none;
}
.banner_mobile .banner__block:first-child{
  display: block;
  overflow-y: hidden;
}
/* 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 */


/* 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/components/kontur/reviews.list/templates/main/style.css?16880167321258*/
.product2_reviews__box .product2_reviews {
  max-width: 800px;
}
.product2_reviews__box .product2_reviews .block {
  display: block !important;
}

.product2_reviews {
  max-width: 511px;
  width: 100%;
  margin-bottom: 32px;
}
.product2_reviews .block {
  display: none;
  border-bottom: 1px solid #E8E8E8;
  padding-top: 24px;
  padding-bottom: 16px;
}
.product2_reviews .block .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product2_reviews .block .name {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #5F7283;
  margin-bottom: 12px;
}
.product2_reviews .block .date {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #5F7283;
  margin-bottom: 12px;
}
.product2_reviews .block .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #343434;
  margin-bottom: 0 !important;
}
.product2_reviews .block:nth-child(1) {
  padding-top: 0;
  display: block;
}
.product2_reviews .block:nth-child(2) {
  display: block;
}
.product2_reviews .block:nth-child(3) {
  display: block;
}

/* End */
/* /local/templates/redesign2022/components/bitrix/news.list/index_page_top_slider/style.css?17247378691309 */
/* /local/templates/redesign2022/components/bitrix/catalog.top/slider/style.css?174123421498 */
/* /local/templates/redesign2022/components/bitrix/catalog.item/.default/style.css?171990862215727 */
/* /local/components/kontur/reviews.list/templates/main/style.css?16880167321258 */
