

/* Start:/bitrix/templates/.default/components/bitrix/catalog/smart-filtered/style.css?16619421262830*/
@media (min-width: 768px) {
	.bx_filter_parameters_box_container {
		padding-bottom: 10px!important;
		position: relative;
	}
	
	.bx_filter_button_box {
		padding-top: 8px!important;
	}

	.bx_filter_block {
		overflow: hidden;
	}
	
	.link-with-flag::before {
		border-radius:50%!important;
		left: 7px!important;
		top: 22px!important;
		width: 10px!important;
	}
}

.smartfilter.pb .alavir-progress-bar {
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.smartfilter .alavir-progress-bar {
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.alavir-progress-bar {
	position: absolute;
	left: -24px;
	bottom: 0;
	width: calc(100% + 48px);
	height: 2px;
	background-color: transparent;
	overflow: hidden;
}

.alavir-progress-bar-marker {
	width: 33%;
	height: 100%;
	background-color: var(--theme-base-color);
	animation-direction: alternate-reverse;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
	-webkit-animation-name: move;
	        animation-name: move;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
}

@-webkit-keyframes move {
	from {
		margin-left: -33%;
	}
	to {
		margin-left: 100%;
	}
}

@keyframes move {
	from {
		margin-left: -33%;
	}
	to {
		margin-left: 100%;
	}
}

.group_description_block.bottom {
  padding: 40px 0 0;
  margin-bottom: 30px;
}

.no_goods {
  padding: 87px 30px 50px;
  border-top: 1px solid #e5e5e5;
}
.js-load-wrapper > .no_goods {
  margin-top: -1px;
}
.no_goods .no_products {
  position: relative;
}
.no_goods .no_products:before {
  content: "";
  position: relative;
  width: 117px;
  height: 117px;
  background: url("/bitrix/templates/.default/components/bitrix/catalog/smart-filtered/../../../../images/empty_catalog.png") 0px 0px no-repeat;
  display: block;
  margin: auto auto 23px;
}
.no_goods .button {
  float: right;
  margin: 17px 0px 0px;
}
.wrap_text_empty {
  padding: 10px 0px 15px 0px;
  text-align: center;
}
.wrap_text_empty .middle_text {
  padding: 16px 0px 0px;
  display: inline-block;
}

#main .catalog-maxwidth .catalog-detail__bottom-info .detail-block:not(.tizers),
#main .catalog-maxwidth .bottom-links-block{
  margin-left: auto;
  margin-right: auto;
}
html.bx-ie #main .catalog-maxwidth .catalog-detail__bottom-info .detail-block:not(.tizers),
html.bx-ie #main .catalog-maxwidth .bottom-links-block{
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.right_block.narrow_N .catalog-maxwidth .catalog-detail__bottom-info .detail-block:not(.tizers),
.right_block.narrow_N .catalog-maxwidth .bottom-links-block{
  max-width: 1156px;
}

.section-content-wrapper .text_after_items{
  margin-top: 49px;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/catalog/smart-filtered/style.css?16619421262830 */
