

/* Start:/local/templates/main/components/bitrix/catalog/catalog/style.css?17465225972121*/
.tm-shop-header {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: end;
	margin-top: 0px;
}
.tm-shop-header .nice-select {
  width: auto;
  min-width: 200px;
  margin-top: 15px;
}
.tm-shop-header .nice-select .list {
  width: 100%;
}
.tm-shop-productview {
  margin-top: 15px;
  margin-right: 50px;
}
.tm-shop-productview span {
  margin-right: 10px;
}
.tm-shop-productview button {
  padding: 5px;
  font-size: 20px;
  height: auto;
  border: 0;
  vertical-align: middle;
}
.tm-shop-productview button.active {
  color: #000000;
}
.tm-shop-countview {
	margin-bottom: 0;
	flex-grow: 100;
	margin-top: 15px;
}

.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}
.showFilter {
	width: 95%;
	margin-top: 20px;
}
.tm-shop-header  .tm-count-header {
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.tm-shop-header  a.tm-count-header:hover {
	color: #0054a5;
}
.tm-shop-header a {
	margin-right: 10px;
}
.tm-shop-header .tm-count-header--active {
	border-bottom: 2px solid #0054a5;
}
.catalog-head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.catalog-advantages {
	display: flex;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 15px 15px;
	max-width: 500px;
	align-items: center;
}
.catalog-advantages img {
	width: 34px;
}
.advantage_image {
	margin-right: 10px;
}
.catalog-advantages.mobile {
	display: none;
}
@media(max-width: 899px) {
	.container .tm-shop-header {
		margin-top: 20px;
	}
	.container .tm-padding-section {
		padding-top: 0;
	}
	.catalog-advantages.desctop {
		display: none;
	}
	.catalog-advantages.mobile {
		display: flex;
		margin-top: 30px;
	}
}
@media(max-width: 550px) {
	.tm-shop-header .nice-select {
		min-width: 100%;
	}
	.container .tm-shop-header {
		margin-top: 30px;
	}
	.tm-shop-header  .tm-count-header  {
		margin-bottom: 10px;
	}
	.tm-shop-header  .tm-count-header.title-3  {
		font-size: 18px;
	}
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section.list/bootstrap_v4/style.css?1686314730835*/
.catalog-section-item {
	position: relative;	
	overflow: visible;
	display: block;
	width: 300px;
	height: 300px;
	margin: 0 auto;
}
.catalog-section-item .catalog-text {
	width: 60%;
    height: 60%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background-color: #3668a9;
    position: absolute;
    bottom: -15px;
    right: -15px;
    z-index: 1;
    transition: all .15s linear;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    will-change: transform;
}
.bx-no-touch .catalog-section-item:hover {
	overflow: hidden;
}
.bx-no-touch .catalog-section-item:hover .catalog-text {
	width: 100%;
    height: 100%;
    transform: translate(-15px,-15px);
    margin: auto;
    font-size: 16px;
}
/* End */
/* /local/templates/main/components/bitrix/catalog/catalog/style.css?17465225972121 */
/* /local/templates/main/components/bitrix/catalog.section.list/bootstrap_v4/style.css?1686314730835 */
