

/* Start:/local/templates/whool/components/bitrix/news/sections_filtrens/bitrix/news.detail/.default/style.css?1780481654155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?17804854892917*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/whool/components/bitrix/catalog.section/blocks/style.css?17804908253904*/
@media screen and (max-width: 768px) {
  .card_listing .col-xs-6 {
    padding: 0px 5px;
  }
}

.opacity_item {
  opacity: 0.7;
}
.opacity_item:hover {
  opacity: 1;
}

span.images {
  display: block;
  width: 100%;
}
span.images u {
  display: block;
  width: 100%;
  height: 250px;
  position: relative;
  text-decoration: none;
  padding: 10px;
}
span.images u .count_offers {
  position: absolute;
  right: 2px;
  top: 2px;
  font-style: normal;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.6);
  padding: 0px 5px;
  color: #555555;
}
@media screen and (max-width: 450px) {
  span.images u {
    height: 160px;
    padding: 5px;
  }
}

span.red_lable, span.blue_lable {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #ffffff;
  border-radius: 60px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  span.red_lable, span.blue_lable {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    margin: 5px 0px 0px 0px;
  }
}

span.red_lable {
  background: #E93D3D;
}

span.blue_lable {
  background: #3DC0E9;
}

.item_card {
  position: relative;
  border: 2px transparent solid;
  padding: 15px;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  margin-bottom: 30px;
  background: #F1F3F5;
}
@media screen and (max-width: 768px) {
  .item_card {
    padding: 5px;
  }
}
.item_card i.wish_add {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 20px;
  z-index: 200;
  right: 20px;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
}
.item_card i.wish_add a {
  display: block;
  width: 20px;
  height: 20px;
  text-decoration: none;
  background: url("/local/templates/whool/components/bitrix/catalog.section/blocks/h.svg") no-repeat center;
  background-size: contain;
}
.item_card i.wish_add a.in_wishlist {
  background: url("/local/templates/whool/components/bitrix/catalog.section/blocks/h2.svg") no-repeat center;
  background-size: contain;
}
.item_card a.to_more {
  width: 90%;
  display: block;
  margin: 0px auto;
  color: #222;
  background: #fff;
  padding: 10px 0px;
  text-align: center;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}
.item_card a.to_more:hover {
  background: #222;
  color: #ffffff;
}
.item_card:hover {
  border: 2px #222 solid;
}
.item_card:hover a.to_more {
  text-decoration: none;
}

span.item_title {
  display: block;
  font-weight: bold;
  margin: 0;
  font-size: 14px;
  height: 60px;
  padding: 15px 0px;
}
@media screen and (max-width: 768px) {
  span.item_title {
    font-size: 13px;
  }
}

a.imager {
  color: #222;
  display: block;
}
a.imager:hover {
  text-decoration: none;
}
a.imager:hover span.item_title {
  text-decoration: underline;
}

.props {
  height: 65px;
  overflow: hidden;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .props {
    height: 140px;
    overflow: hidden;
  }
}
.props strong {
  font-weight: 400;
  color: #333;
}
.props span {
  font-weight: 400;
  color: #545454;
  display: inline-block;
  margin-right: 3px;
}

strong.price_it {
  display: block;
  text-align: center;
  padding: 15px 0% 20px 0px;
  font-size: 17px;
  height: 82px;
}
@media screen and (max-width: 768px) {
  strong.price_it {
    font-size: 17px;
  }
}
strong.price_it s {
  color: #777;
  font-weight: 400;
  font-size: 15px;
  padding-right: 5px;
  display: block;
}

a.to_more_offers {
  display: block;
  height: 47px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
}
a.to_more_offers span {
  display: inline-block;
  width: 47px;
  height: 47px;
  border: 1px #F1F3F5 solid;
}
a.to_more_offers:hover {
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/whool/components/bitrix/news/sections_filtrens/bitrix/news.detail/.default/style.css?1780481654155 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?17804854892917 */
/* /local/templates/whool/components/bitrix/catalog.section/blocks/style.css?17804908253904 */
