

/* Start:/local/templates/main/components/bitrix/news/bands/bitrix/news.detail/.default/style.css?1677769756226*/
.tm-blog-thumb {
	border: 1px solid #ebebeb;	
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 150px;
}
.tm-section {
	padding-bottom: 50px;
}
.tm-popular-products-area h2 {
	padding-bottom: 40px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/orange1/style.css?16778295611090*/
/**
 * Pagination
 */
.tm-pagination ul {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
}

.tm-pagination ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}

.tm-pagination ul li:not(:last-child) {
  margin-right: 2px;
}

.tm-pagination ul li a {
  display: inline-flex;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 3px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-weight: 700;
}

.tm-pagination ul li a:hover {
  color: #0053a5;;
}

.tm-pagination ul li.is-active a {
  background: #0053a5;;
  color: #ffffff;
  border-color: #0053a5;;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-pagination ul li a {
    min-width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .tm-pagination ul li a {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/brands/style.css?169104796765*/
.tm-popular-products-area.tm-padding-section {
	padding-top: 0;
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.item/collection_item_in_detail/style.css?16850003453379*/
/**
 * Product
 */
 .tm-product-topside {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 270px;
  padding-top: 100%;
  border: 1px solid #ebebeb;
}
.tm-products-slider .slick-slide {
	width: 280px;
}
.tm-product-topside img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
  background: white;
}

.tm-product-images {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.tm-product-images img + img {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.tn-bot-prop.text-right span:not(:last-child):after {
	content: ',';
}

.tm-product-badges {
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
}

.tm-product-badges span {
  position: absolute;
  left: 0;
  top: 0;
  background: #0053a5;
  color: #ffffff;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 14px;
  display: inline-block;
}

.tm-product-badges span.tm-product-badges-soldout {
  left: auto;
  right: 0;
  background: #000000;
}

.tm-product-badges .tm-product-badges-new + .tm-product-badges-sale {
  top: 25px;
}
.tm-product-actions {
  height: 40px;
  min-width: 40px;
  padding: 0;
  border-radius: 4px;
  background: #0053a5;
  border-color: #0053a5;
  outline: none;
  color: #ffffff;
  font-size: 18px;
}
.tm-product-props {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.price-block {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}
.tm-product-bottomside {
  padding-top: 15px;
}

.tm-product-bottomside .title-6 {
  margin-bottom: 5px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.tm-product-bottomside .title-6 a {
  color: #000000;
}

.tm-product-bottomside .title-6 a:hover {
  color: #0053a5;
}
.tm-product-price {
  margin-top: 10px;
  color: #0053a5;
  font-weight: 600;
  margin-top: 5px;
  display: block;
  font-size: 16px;
}
.tm-product-sale {
	font-size: 12px;
	text-decoration: line-through;
}
.tm-product-price del {
  color: #707070;
  margin-right: 10px;
  font-weight: 400;
}

.tm-product:hover .tm-product-images img + img {
  visibility: visible;
  opacity: 1;
}
@media(max-width: 1500px) {
	.tm-product-topside {
	  height: clamp(230px, 16vw, 230px);
	}
	.tm-products-slider .slick-slide {
		width: clamp(260px, 16vw, 260px);
	}
	.tm-product-topside img {
	  max-height: calc(clamp(230px, 16vw, 230px);
	}
}
@media(max-width: 1199px) {
	.tm-product-topside {
	    height: clamp(260px, 33vw, 330px);
	}
	.tm-products-slider .slick-slide {
		width: clamp(260px, 33vw, 330px);
	}
	.tm-product-topside img {
	  max-height: clamp(260px, 33vw, 330px);
	}
} 
@media(max-width: 899px) {
	.tm-product-topside {
		height: clamp(260px, 40vw, 380px);
	}
	.tm-products-slider .slick-slide {
		width clamp(260px, 40vw, 380px);
	}
	.tm-product-topside img {
	    max-height: clamp(260px, 40vw, 380px);
	}
}
@media(max-width: 500px) {
	.tm-product-topside {
		height: clamp(260px, 93vw, 93vw);
	}
	.tm-products-slider .slick-slide {
		width: clamp(260px, 93vw, 93vw);
	}
	.tm-product-topside img {
	    max-height: clamp(260px, 93vw, 93vw);
	}
}
/* End */
/* /local/templates/main/components/bitrix/news/bands/bitrix/news.detail/.default/style.css?1677769756226 */
/* /local/templates/main/components/bitrix/system.pagenavigation/orange1/style.css?16778295611090 */
/* /local/templates/main/components/bitrix/catalog.section/brands/style.css?169104796765 */
/* /local/templates/main/components/bitrix/catalog.item/collection_item_in_detail/style.css?16850003453379 */
