/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
* {
	box-sizing: border-box;
	font-size: 14px;
}
.top-h-row {
	height: auto;
}

.top-h-row .phones {
	white-space: normal;
	display: flex;
	align-items: center;
	flex-flow: wrap row;
}

.headcont .hc_grafik {
	padding: 0;
}

.headcont .hc_grafik .hcg_tit {
	font-size: 12px;
	color: #92a3b3;
}

.headcont .hc_grafik .hc_clockicon {
	font-size: 22px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
}

.headcont .hc_grafik .hc_clockicon:before {
	content: "";
	background-image: url("/bitrix/images/clock.png");
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.headcont .hc_grafik .hcg_week .weekday {
	float: left;
	width: 13px;
	height: 12px;
	text-align: center;
	line-height: 12px;
	font-size: 10px;
	background: #ff6400;
	border: 1px solid #ff6400;
	color: #ffffff;
	margin: 0px 3px 0px 0px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.headcont .hc_grafik .hcg_week .weekday_pol {
	background-image: url("../img/weekday_pol.png");
	background-position: center center;
	background-repeat: no-repeat;
	color: #000000;
}

.headcont .hc_grafik .hcg_week .weekend {
	background: transparent;
	border: 1px solid #ff6400;
	color: #ff6400;
}

.headcont {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	margin-right: 15px;
}
.tizers_block {
	font-size: 0px;
	margin: 80px -1% 40px;
	display: flex;
	flex-flow: row wrap;
	position: relative;
}
.tizers_block .item {
	flex: 0 1 100%;
	background: #f8f8f8;
	border-radius: 3px;
	flex-flow: column;
	display: flex;
	padding: 55px 40px 25px 32px;
	margin: 20px auto;
	position: relative;
}

@media screen and (min-width: 569px) {
	.tizers_block .item {
		flex: 0 1 48%;
		padding: 55px 40px 55px 32px;
	}
}
@media screen and (min-width: 992px) {
	.tizers_block .item {
		flex: 0 1 31.33333%;
	}
}
.tizers_block .item .img {
	max-width: 60px;
	margin: 0 20px 0 0;
	position: absolute;
	top: -25px;
}
.tizers_block .item .title {
	text-align: left;
	white-space: normal;
}
@media screen and (min-width: 768px) {
	.top-h-row .phones {
		width: 70%;
	}
}

@media screen and (max-width: 767px) {
	.top-h-row .phones {
		width: 100%;
	}

	.phone_text > div > span {
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.top-h-row .phones {
		text-align: center;
		justify-content: center;
		flex-direction: column;
	}

	.headcont {
		margin-right: 0;
		margin-bottom: 10px;
		margin-top: 10px;
	}
}
/*section-trackbanner*/
.section-trackbanner {
	margin: 60px 0 65px;
}
.section-trackbanner .wrapper_inner {
	background: linear-gradient(275.79deg, #121212 0%, #363636 100%);
	border-radius: 3px;
	padding: 60px;
	display: flex;
	flex-flow: column;
	position: relative;
	/*background-image:
			-webkit-image-set(
					url(/local/templates/aspro_mshop/images/section/trackbanner/trackbanner-1x.png) 1x,
					url(/local/templates/aspro_mshop/images/section/trackbanner/trackbanner-2x.png) 2x,
			);
	background-image:
			image-set(
					url(/local/templates/aspro_mshop/images/section/trackbanner/trackbanner-1x.png) 1x,
					url(/local/templates/aspro_mshop/images/section/trackbanner/trackbanner-2x.png) 2x,
			);*/
}

.no-webp .section-trackbanner .wrapper_inner:after {
	background-image: -webkit-image-set(url(/local/templates/aspro_mshop/images/section/trackbanner/trackbanner-1x.png) 1x, url(/local/templates/aspro_mshop/images/section/trackbanner/trackbanner-2x.png) 2x);
	background-image: image-set(url(/local/templates/aspro_mshop/images/section/trackbanner/trackbanner-1x.png) 1x, url(/local/templates/aspro_mshop/images/section/trackbanner/trackbanner-2x.png) 2x);
}
.webp .section-trackbanner .wrapper_inner:after {
	background-image: -webkit-image-set(url(/local/templates/aspro_mshop/images/section/trackbanner/trackbanner-1x.webp) 1x, url(/local/templates/aspro_mshop/images/section/trackbanner/trackbanner-2x.webp) 2x);
	background-image: image-set(url(/local/templates/aspro_mshop/images/section/trackbanner/trackbanner-1x.webp) 1x, url(/local/templates/aspro_mshop/images/section/trackbanner/trackbanner-2x.webp) 2x);
}

@media (min-width: 768px) and (max-width: 991px) {
	.section-trackbanner .wrapper_inner:after {
		content: "";
		display: block;
		position: absolute;
		height: 435px;
		top: unset;
		right: 0;
		background-repeat: no-repeat;
		width: 400px;
		background-size: contain;
		box-sizing: border-box;
	}
}
@media screen and (min-width: 992px) {
	.section-trackbanner .wrapper_inner:after {
		content: "";
		display: block;
		position: absolute;

		right: 0;
		width: 550px;
		height: 433px;
		top: -38px;
	}
}
.trackbanner-htext {
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 41px;

	color: #ffffff;
	margin-bottom: 23px;
	max-width: 335px;
}
.trackbanner-text {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 49px;
	color: #ffffff;
	max-width: 395px;
}
.trackbanner-button {
	display: none;
	max-width: 210px;
	margin: auto;
}
/*swiper */
.swiper.swiper-ver1 {
	margin-bottom: 20px;
}
.swiper-customblock {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding-top: 40px;
}
.swiper-ver1 .swiper-horizontal > .swiper-pagination-bullets,
.swiper-ver1 .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-ver1 .swiper-pagination-custom,
.swiper-ver1 .swiper-pagination-fraction {
	bottom: unset;
}
.swiper-ver1 .swiper-pagination-bullet-active {
	background: #fa6b00;
	margin-top: 0;
	position: relative;
	bottom: unset;
}
.swiper-ver1 .swiper-button-next,
.swiper-ver1 .swiper-button-prev {
	color: #fa6b00;
	margin-top: 0;
	position: relative;
	z-index: 11;
}
/*popular*/
.section-popular {
	margin: 60px 0 65px;
}
.popular-products-slide {
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	padding: 10px;
	position: relative;
}
.popular-products-slide-img {
	min-height: 180px;
	margin-bottom: 27px;
}
.popular-products-slide-img img {
	width: 100%;
	height: auto;
}
.popular-products-slide-img img,
.popular-products-slide-img svg {
	width: 100%;
	height: auto;
}
.popular-products-slide-img .wrapp_stockers {
	position: absolute;
	top: 0;
	right: 0;
}
.popular-products-slide-img .wrapp_stockers .like_icons {
	display: flex;
	flex-flow: column;
}
.popular-products-slide-data {
	padding: 27px 25px 17px;
}
.popular-products-slide-price {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.popular-products-slide-title {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #2f2f2f;
	margin-bottom: 55px;
	min-height: 54px;
}
.popular-products-slide-title a {
	color: #1d1a1a;
}
.popular-products-slide-title a:hover {
	color: #e66200;
}
.popular-products-slide-price .prices {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;

	color: #2f2f2f;
}
.section-content {
	margin: 10px auto;
}
.section-content img,
.section-content svg {
	width: 100%;
	height: auto;
}
.div50-spec {
	justify-content: center;
	flex-flow: column !important;
}
.div50-data-spec {
	padding-left: 0px !important;
}
.iksweb {
	margin-bottom: 30px;
}
table.iksweb {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	height: auto;
}
table.iksweb,
table.iksweb td,
table.iksweb th {
	border: 1px solid #595959;
}
table.iksweb td,
table.iksweb th {
	padding: 3px;
	width: 30px;
	height: 35px;
}
table.iksweb th {
	background: #347c99;
	color: #fff;
	font-weight: normal;
}
.section-content .div50 {
	display: flex;
	flex-flow: row-reverse wrap;
}
@media (min-width: 600px) {
	.section-content .div50 {
		display: flex;
		flex-flow: row wrap;
	}
}
.section-content .div50-data {
	flex: 0 1 100%;
	margin-bottom: 15px;
}
.section-content .div50-data,
.section-content .div50-data p {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 135%;
	/* or 22px */

	color: #2f2f2f;
}
.section-content .div50-data:first-child {
	padding-right: 20px;
}
.section-content .div50-data:last-child {
	padding-left: 20px;
}
@media (min-width: 600px) {
	.section-content .div50-data {
		flex: 0 1 50%;
	}
}

@media (max-width: 600px) {
	.section-content .div50-data:last-child {
		padding-left: 0px;
	}
}

.section-content .button {
	padding: 15px 62px;
}
.section-whatsapp {
	margin: 65px auto 0;
	padding: 36px 0;
	background: #fa6b00;
}
.section-whatsapp-text {
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 15px;
	color: #ffffff;
}
@media (min-width: 992px) {
	.section-whatsapp-text {
		margin-bottom: unset;
	}
}
.section-whatsapp-data {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.section-whatsapp-button {
	border: 1px solid #ffffff;
	border-radius: 3px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	text-align: center;

	color: #ffffff;
	padding: 15px 54px;
	display: flex;
	align-items: center;
}

.section-whatsapp-button:hover {
	color: #ffffff;
}

.section-whatsapp-button:before {
	content: "";
	display: inline-block;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTcuODQ0IDE0LjgyOGMtLjI5Ny0uMTQtMS43MTktLjg0My0xLjk4NS0uOTUzLS4yNjUtLjExLS40NTMtLjE0LS42NTYuMTU2LS4yMDMuMjk3LS43NS45MzgtLjkyMiAxLjE0MS0uMTcyLjIwMy0uMzI4LjIxOS0uNjI1IDBhOC4wMTQgOC4wMTQgMCAwIDEtMi4zMjgtMS40MzggOC4yMDQgOC4yMDQgMCAwIDEtMS41NjItMi4wMTVjLS4xNzItLjI4MSAwLS40MzguMTI1LS41OTQuMTI1LS4xNTYuMjgtLjMyOC40MzctLjVhMi4xNyAyLjE3IDAgMCAwIC4yODEtLjQ4NC41OTQuNTk0IDAgMCAwIDAtLjUxNmMwLS4xNC0uNjU2LTEuNTYyLS45MDYtMi4xNC0uMjUtLjU3OS0uNDY5LS41LS42NC0uNWgtLjYyNmMtLjI5Ny4wMTEtLjU3OC4xNC0uNzguMzU5QTMuMjgxIDMuMjgxIDAgMCAwIDYuNjQgOS43NjZhNS42MSA1LjYxIDAgMCAwIDEuMTcxIDMuMDQ3IDEzIDEzIDAgMCAwIDQuOTg1IDQuMzc1Yy42ODcuMjk3IDEuMjE5LjQ2OCAxLjY0LjYwOS41OTMuMTggMS4yMi4yMTYgMS44MjkuMTFhMy4wMTggMy4wMTggMCAwIDAgMS45NjgtMS4zNzZjLjE4LS40MzQuMjQtLjkxLjE3Mi0xLjM3NS0uMDc4LS4xMDktLjI2NS0uMTg3LS41NjItLjMyOFoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjAuNzY2IDQuMTg3QTExLjUgMTEuNSAwIDAgMCAxMi41Ljc4MSAxMS42MjUgMTEuNjI1IDAgMCAwIDIuNDg0IDE4LjIwM0wuOTIyIDI0LjIxOWw2LjE1Ni0xLjU2M2MxLjcwMi45MjYgMy42MSAxLjQxIDUuNTQ3IDEuNDA2SDEyLjVhMTEuNjI0IDExLjYyNCAwIDAgMCA4LjI2Ni0xOS44NzVaTTEyLjUgMjIuMDYyYTkuNTYyIDkuNTYyIDAgMCAxLTQuOTIyLTEuMzU5bC0uMzQ0LS4yMDMtMy42NTYuOTUzLjk2OS0zLjU2My0uMjE5LS4zNTlhOS42NTYgOS42NTYgMCAwIDEgMTUtMTEuOTUzIDkuNTYxIDkuNTYxIDAgMCAxIDIuODI4IDYuODI4IDkuNjcyIDkuNjcyIDAgMCAxLTkuNjU2IDkuNjU2WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") no-repeat center;
	width: 24px;
	height: 24px;
	margin-right: 8px;
}

/*menu*/
.menuitem,
.menuitem a,
#header ul.menu li.catalog .child.submenu .child_wrapp a:not(.title) {
	background: #f7f7f9;
	position: relative;
	color: #1d1a1a;
}
.menuitem a:hover,
#header ul.menu li.catalog .child.submenu .child_wrapp .menuitem a:hover {
	color: #e66200;
}
.menuitem {
	border-bottom: 1px solid #fff;
	padding: 9px 20px 10px;
}

.menuitem.has-child {
}
.has-child .submenu {
	position: absolute;
	left: 100%;
}
ul.menu li.catalog .child ul {
	width: auto;
	display: flex;
	flex-flow: column;
	margin: 0;
}
ul.menu li.catalog .child ul.submenu {
	display: none;
	flex-flow: column;
	top: 0;
	min-width: 200px;
}
ul.menu li.catalog .child .has-child:hover > ul.submenu {
	display: flex;
}
ul.menu li.catalog {
	padding: initial;
}
@media (max-width: 600px) {
	body #header .center_block .main-nav {
		width: calc(100% + 30px);
	}
}

.title-search-page-result {
	width: 100%;
}
td.picture {
	width: 50px;
}
.teh_works {
	text-align: center;
	border: solid 1px #888888;
	border-radius: 5px;
}

.slider_table tbody .img{
    width: 417px;
    height: 300px;
}
.wrapper_inner {
	padding: 0 10px;
}
.tabs_content {
	height: unset!important;
}
.left_block ul li:before {
	content: none;
}
.left_block ul li:after {
	content: none!important;
}
.left_block .internal_sections_list li a {
	display: block;
}
#reviews_content {
	padding: 0;
}
/** ВРЕМЕННО ПОКА ПОЛОМАН БЛОК**/
.tab_slider_wrapp {
	display: none;
}
.lha-source-div {
color:#383838; border: 1px solid #E5E5E5; background:#f7f7f7; padding: 0;
}
.lha-source-div .lha-textarea {
background-color:#f7f7f7 !important;font-size: 12px !important;
width:100% !important;
}
.searchInputsFlex{
	display: flex;
}
.searchInputsFlex .searchPageButton{
	background-image: url(/local/templates/aspro_mshop/images/search-header.svg);
    background-repeat: no-repeat;
    background-position: center;
	width: 95px;
}
.goodsNotFound {
	background: #F8F8F8;
	padding: 40px;
	margin: 35px 0;
	font-family: "Onest";
  }
  .goodsNotFound__title {
	font-size: 30px;
	font-weight: 700;
	color: #FA6B00;
	margin-bottom: 14px;
	font-family: "Bebas Neue", sans-serif;
  }
  .goodsNotFound__text {
	font-size: 24px;
	font-weight: 700;
	color: #010101;
	margin-bottom: 32px;
  }
  .goodsNotFound__info {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
  }
  .goodsNotFound__phoneBlock-text {
	font-size: 14px;
	font-weight: 400;
	color: #4F4F4F;
	margin-bottom: 6px;
  }
  .goodsNotFound__phoneBlock-phone {
	font-size: 24px;
	font-weight: 700;
	color: #010101;
	text-decoration: none;
  }
  .goodsNotFound__btn {
	border: 2px solid #FF6400;
	border-radius: 3px;
	font-size: 18px;
	font-weight: 400;
	color: #FF6400;
	padding: 13px 30px;
	text-decoration: none;
  }
  
  @media (max-width: 1025px) {
	.goodsNotFound__title {
	  font-size: 25px;
	}
	.goodsNotFound__text {
	  font-size: 20px;
	}
	.goodsNotFound__phoneBlock-phone {
	  font-size: 20px;
	}
  }
  @media (max-width: 950px) {
	.goodsNotFound__info {
	  flex-direction: column;
	  justify-content: flex-start;
	  gap: 25px;
	}
	.goodsNotFound {
	  padding: 20px;
	}
  }
  .notFoundTextBlock{
	color:#383838;
	font-size: 16px;
	font-family: "Onest";
	margin-top: 15px;
  }
  .notFoundTextBlock span{
	color: #FA6B00;
  }
  .search__right_block{
	min-height: 55vh;
  }
.grecaptcha-badge{
	z-index: 150;
}

/* Стили для блока с чертежами */

.pdf-drawings {
	max-width: 1140px;
	height: 104px;
	background-color: #F8F8F8;
	border: 1px solid #E7E7E7;
	padding: 30px 60px 30px 30px;
	margin-top: 39px;
	margin-bottom: 39px;
}

.pdf-drawings__content {
	display: flex;
	justify-content: space-between;
	height: 44px;
	align-content: center;
	align-items: center;
}

.pdf-drawings__title {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 27.58px;
	color: #383838;
	margin: auto 0;
	width: 575px;
}

.pdf-drawings__btn-pdf {
	display: flex;
	gap: 11px;
	justify-content: center;
	align-items: center;
	padding: 12px 20px 12px 20px;
	background-color: inherit;
	border: 2px solid #FA6B00;
}

.pdf-drawings__btn-pdf-text {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #FA6B00;
	width: 102px;
}

@media (max-width: 590px) {
	.pdf-drawings {
		height: 187px;
		padding: 30px 20px 30px 20px;
	}

	.pdf-drawings__content {
		flex-direction: column;
		height: 127px;
		align-items: stretch;
	}

	.pdf-drawings__title {
		margin: 0 0;
		font-size: 20px;
		line-height: 23px;
		width: 300px;
		height: 37px;
		margin-bottom: 46px;
	}
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ catalog page redesign */
:root{
	--bebas: "Bebas Neue", serif;
	--onest: "Onest", serif;
}
/* #content .left_block.catalog{
	margin-top: 62px !important;
}
@media(max-width: 768px){
	#content .left_block.catalog{
		float: none;
		margin-top: 0px !important;
	}
} */
.rb-catalog__maintitlebox{
	display: flex;
	gap: 6px;
	margin-top: 30px;
	margin-bottom: 10px;
}
@media(max-width: 768px){
	.rb-catalog__maintitlebox{
		margin-top: 21px;
		margin-bottom: 18px;
	}
}
.rb-catalog__maintitle{
	margin: 0 0 0 0;
	font-family: var(--bebas);
	font-weight: 700;
	font-style: normal;
	font-size: 48px;
	line-height: 1;
}
@media(max-width: 768px){
	.rb-catalog__maintitle{
		margin: 0 0 0 0;
		font-size: 32px;
		line-height: 1;
	}
}
@media(max-width: 600px){
	.rb-catalog__maintitle{
		margin: 0 0 0 0;
	}
}
@media(max-width: 550px){
	.rb-catalog__maintitle{
		margin: 0 0 0 0;
	}
}
.rb-catalog__titleslash{
	font-family: var(--bebas);
	font-weight: 700;
	font-style: normal;
	font-size: 48px;
	line-height: 1;
	color: #FA6B00;
}
@media(max-width: 768px){
	.rb-catalog__titleslash{
		font-size: 32px;
		line-height: 1;
	}
}
.rb-catalog__subtitle{
	margin-bottom: 45px;
	font-family: var(--onest);
	font-size: 14px;
	line-height: 17.85px;
	font-weight: 400;
	color: #828282;
}
@media(max-width: 768px){
	.rb-catalog__subtitle{
		margin-bottom: 30px;
	}
}
.articles-list.sections{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	border-top: none;
}
.articles-list.sections .item{
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: -1px -1px 0 0;
	padding-top: 7px;
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 12px;
	width: 25%;
	border: 1px solid #E3E3E3;
	background: #FFF;
	transition: transform .3s;
}
.articles-list.sections .item:hover{
	z-index: 2;
	transform: scale(1.05);
}
@media(max-width: 1023px){
	.wrapper_inner .articles-list.sections .item{
		width: 33%;
		padding-left: 15px;
		padding-right: 15px;
		min-height: auto;
	}
}
@media(max-width: 768px){
	.wrapper_inner .articles-list.sections .item{
		width: 50%;
	}
}
@media(max-width: 565px){
	.wrapper_inner .articles-list.sections .item{
		width: 100%;
		flex-direction: row;
		gap: 15px;
		padding-left: 10px;
		padding-right: 35px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
.articles-list .item .left-data{
	flex-shrink: 0;
	float: none;
	width: 168px;
	height: 160px;
}
@media(max-width: 565px){
	.articles-list .item .left-data{
		width: 45px;
		height: 45px;
	}
}
@media(max-width: 380px){
	.wrapper_inner .articles-list .item .left-data{
		margin: 0;
	}
}
.articles-list .item .left-data a{
	display: block;
	width: 100%;
	height: 100%;
}
.articles-list .item .left-data a img{
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.articles-list .item .right-data{
	margin-left: 0;
	padding: 0;
}
.articles-list .item .item-title{
	margin-bottom: 0;
	overflow: visible;
}
.articles-list .item .item-title a .item-title__name{
	font-family: var(--onest);
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	font-weight: 500;
	color: #383838;
}
@media(max-width: 992px){
	.articles-list .item .item-title a .item-title__name{
		font-size: 14px;
		line-height: 18px;
	}
}
@media(max-width: 565px){
	.articles-list .item .item-title a .item-title__name{
		text-align: left;
	}
}
.articles-list .item .item-title a {
	position: relative;
	text-align: center;
	overflow: visible;
}
@media(max-width: 565px){
	.articles-list .item .item-title a{
		text-align: left;
	}
}
.articles-list .item .item-title a .grey{
	font-family: var(--onest);
	font-size: 12px;
	line-height: 15px;
	font-weight: 600;
	color: #828282;
}
@media(max-width: 565px){
	.articles-list .item .item-title a .grey{
		position: absolute;
	}
}
#content .left_block.catalog{
	margin-top: 0;
}
#content .right_block.catalog{
	margin: 0;
	padding: 0 0 0 203px;
}
#content .right_block .inner_wrapper{
	padding: 0px 10px 0px 13px;
}
.tags{
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 22px;
}
.tag{
	padding: 10px;
	font-family: var(--onest);
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	color: #383838;
	border: 1px solid #E3E3E3;
	transition: all .3s;
}
.tag:hover{
	color: #FA6B00;
	border-color: #FA6B00;
}
.tag.is-active{
	color: #FA6B00;	
}
@media(max-width: 768px){
	.articles-list.sections + hr.long{
		margin: 40px 0;
	}
}