

/* Start:/local/templates/whool/components/bitrix/catalog/.default/style.css?17804906091862*/
.title_h1_level_2 {
  background: #F1F3F5;
}
.title_h1_level_2 p {
  font-size: 16px;
  line-height: 27px;
  padding-bottom: 50px;
}

.section_banner {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0px auto 30px auto;
}
.section_banner img {
  width: 100%;
}

.filtren_block {
  float: left;
  width: 25%;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .filtren_block {
    width: 100%;
  }
}
.filtren_block a.show_filter {
  display: block;
  padding: 23px 20px;
  background: #fff;
  border: 2px #222 solid;
  color: #222;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.filtren_block a.show_filter:hover {
  text-decoration: none;
}
.filtren_block a.show_filter span#show_bl {
  float: right;
  font-size: 14px;
  text-transform: none;
}
.filtren_block a.show_filter span#show_bl_p {
  float: right;
  font-size: 14px;
  text-transform: none;
}
.filtren_block #fl {
  position: absolute;
  z-index: 700;
  box-shadow: 0px 0px 20px #888;
}

.sorter_sect {
  float: left;
  margin-top: 30px;
  width: 75%;
  padding: 15px 20px;
  font-size: 15px;
  text-align: right;
  background: #F1F3F5;
  margin-bottom: 30px;
}
.sorter_sect span {
  display: inline-block;
  color: #222;
  padding: 0px 15px 0px 0px;
}
.sorter_sect a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #222;
  border: 2px #222 solid;
  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;
}
.sorter_sect a:hover {
  color: #6ABE83;
  text-decoration: none;
}

.other_h5 .rel_title {
  display: block;
  font-size: 22px;
  margin: 0;
  padding: 100px 0px 30px 0px;
  font-weight: bold;
}

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

/* End */


/* Start:/local/templates/whool/components/bitrix/breadcrumb/breads/style.css?1780481654665*/
.bx-breadcrumb {
	margin: 10px 0px 60px 0px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.bx-breadcrumb {
		margin: 10px 0px 20px 0px;
		text-align: center;
	}
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	display: inline-block;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/whool/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?178049082512923*/
.sudo_main_picture img {
  width: 100%;
}
.sudo #sliderControlsContainer {
  margin: 0px auto;
}
@media (max-width: 992px) {
  .sudo #sliderControlsContainer {
    display: none;
  }
}
.sudo #sliderControls {
  margin-top: 20px;
}
.sudo #sliderControls div {
  opacity: 1 !important;
  border: 2px #F8F9FA solid;
  height: 152px;
  overflow: hidden;
}
.sudo #sliderControls div img {
  width: 100% !important;
  height: auto !important;
}
.sudo .controls_mobile {
  display: none;
}
@media (max-width: 992px) {
  .sudo .controls_mobile {
    width: 100%;
    position: absolute;
    top: 45%;
    z-index: 100;
    height: 0;
    display: flex;
    justify-content: space-between;
  }
  .sudo .controls_mobile a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    opacity: 0.6;
  }
  .sudo .controls_mobile a:hover {
    opacity: 1;
  }
  .sudo .controls_mobile a svg {
    width: 15px;
    height: 15px;
  }
}
.sudo .controls {
  width: 100%;
  position: absolute;
  top: 35%;
  z-index: 100;
  height: 0;
  display: flex;
  justify-content: space-between;
}
.sudo .controls a {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
  opacity: 0.6;
}
.sudo .controls a:hover {
  opacity: 1;
}
.sudo .controls a svg {
  width: 10px;
  height: 10px;
}
.item_overlay {
  background: #F8F9FA;
  padding-top: 60px;
  padding-bottom: 60px;
}

span.dn_name_schema {
  display: none;
}

a.image_item {
  display: block;
  width: 100%;
}
a.image_item img {
  width: 100%;
}

strong.price_item {
  font-size: 40px;
  display: block;
  padding: 15px 0px 50px 0px;
}
strong.price_item s {
  display: block;
  font-size: 24px;
  color: #777777;
  font-weight: 400;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  strong.price_item {
    margin-top: 20px;
    font-size: 30px;
    padding-bottom: 20px;
  }
}

form.item_add {
  display: block;
  position: relative;
  top: -15px;
  float: right;
  font-size: 13px;
}
@media screen and (max-width: 560px) {
  form.item_add {
    top: 20px;
  }
}
form.item_add a {
  display: inline-block;
  width: 40px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  color: #222;
  position: relative;
  font-size: 15px;
  top: -1px;
  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;
}
@media screen and (max-width: 375px) {
  form.item_add a {
    width: 30px;
  }
}
form.item_add a:hover {
  background: #F1F3F5;
  text-decoration: none;
}
form.item_add input[type=text],
form.item_add input[type=number] {
  display: inline-block;
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 4px;
  border: 1px #ddd solid;
}
form.item_add input[type=number]::-webkit-outer-spin-button,
form.item_add input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form.item_add input[type=submit] {
  float: right;
  border: none;
  width: 170px;
  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;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  background: #222;
  display: block;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  padding: 0px 30px;
  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;
}
form.item_add input[type=submit]:hover {
  background: #222;
}
form.item_add input[type=submit] {
  margin-left: 10px;
}
form.item_add input[type=submit]:hover {
  background: #6ABE83;
}
@media screen and (max-width: 375px) {
  form.item_add input[type=submit] {
    width: 140px;
  }
}

ul.props_item {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.props_item .item_pseudo_title {
  display: block;
  border-bottom: 1px #ddd solid;
  margin: 0px 0px 15px 0px;
  font-size: 16px;
  padding: 0px 0px 15px 0px;
  color: #777;
}

.detail_item .item_pseudo_title {
  display: block;
  border-bottom: 1px #ddd solid;
  margin: 30px 0px 15px 0px;
  font-size: 16px;
  padding: 0px 0px 15px 0px;
  color: #777;
}
.detail_item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.detail_item ul li {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 15px;
}
.detail_item ul li a {
  display: block;
  color: #222;
  border: 2px #222 solid;
  border-radius: 2px;
  padding: 5px 10px;
  text-decoration: none;
}
.detail_item ul li a:hover {
  color: #555555;
}
.detail_item ul li.active a {
  background: #222;
  color: #EDF2FF;
  border: 2px #222 solid;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .card_listing_offer .col-xs-6 {
    padding: 0px 0px 0px 2px;
  }
  .card_listing_offer .col-xs-6:nth-child(even) {
    float: right;
    padding: 0px 2px 0px 0px;
  }
}
.card_listing_offer a.image_item {
  text-align: center;
  height: 255px;
  overflow: hidden;
}
@media screen and (max-width: 430px) {
  .card_listing_offer a.image_item {
    height: 160px;
  }
}
.card_listing_offer a.image_item img {
  height: 100%;
  width: auto;
  display: inline-block;
}
@media screen and (max-width: 430px) {
  .card_listing_offer a.image_item img {
    width: 100%;
    height: auto;
  }
}

.item_card_offer {
  position: relative;
  border: 2px transparent solid;
  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: 10px;
}
@media screen and (max-width: 768px) {
  .item_card_offer {
    margin-top: 30px;
  }
}
.item_card_offer:hover {
  border: 2px #222 solid;
}
@media screen and (max-width: 768px) {
  .item_card_offer:hover {
    border: 2px transparent solid;
  }
}
.item_card_offer i.wish_add {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 25px;
  z-index: 200;
  right: 30px;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
}
@media screen and (max-width: 758px) {
  .item_card_offer i.wish_add {
    top: 20px;
    right: 10px;
  }
}
.item_card_offer i.wish_add a {
  display: block;
  width: 20px;
  height: 20px;
  text-decoration: none;
  background: url("/local/templates/whool/components/bitrix/catalog/.default/bitrix/catalog.element/.default/h.svg") no-repeat center;
  background-size: contain;
}
.item_card_offer i.wish_add a.in_wishlist {
  background: url("/local/templates/whool/components/bitrix/catalog/.default/bitrix/catalog.element/.default/h2.svg") no-repeat center;
  background-size: contain;
}
.item_card_offer span.images {
  display: block;
  width: 100%;
}
.item_card_offer span.images u {
  display: block;
  width: 100%;
  height: 280px;
  position: relative;
}
@media screen and (max-width: 758px) {
  .item_card_offer span.images u {
    height: 150px;
  }
}
.item_card_offer h5 {
  font-weight: bold;
  margin: 0;
  font-size: 18px;
  height: 75px;
  text-align: center;
  padding: 15px 0px;
}
@media screen and (max-width: 758px) {
  .item_card_offer h5 {
    font-size: 13px;
    font-weight: 400;
    height: 55px;
    overflow: hidden;
  }
}
.item_card_offer .props strong {
  font-weight: 400;
  color: #222;
}
.item_card_offer .props span {
  font-weight: 400;
  color: #404040;
}
.item_card_offer strong.price_it {
  display: block;
  text-align: center;
  padding: 20px 0%;
  font-size: 20px;
}
.item_card_offer strong.price_it s {
  color: #888888;
  font-weight: 400;
  font-size: 17px;
  display: inline-block;
  padding-right: 15px;
}

form.offer_add {
  height: 76px;
}
@media screen and (max-width: 758px) {
  form.offer_add {
    text-align: center;
    height: 76px;
    display: block;
  }
}
form.offer_add a {
  display: inline-block;
  width: 25px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #222;
  position: relative;
  top: -1px;
  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;
}
@media screen and (max-width: 758px) {
  form.offer_add a {
    font-size: 25px;
    top: 4px;
  }
}
form.offer_add a:hover {
  background: #F1F3F5;
  text-decoration: none;
}
form.offer_add input[type=text],
form.offer_add input[type=number] {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 4px;
  border: 1px #ddd solid;
}
form.offer_add input[type=number]::-webkit-outer-spin-button,
form.offer_add input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form.offer_add input[type=submit] {
  float: right;
  color: #ffffff;
  border-radius: 1px;
  margin-top: 0px;
  width: 143px;
  height: 35px;
  background: url("/local/templates/whool/components/bitrix/catalog/.default/bitrix/catalog.element/.default/tobasket.svg") no-repeat center;
  border: none;
  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;
}
form.offer_add input[type=submit]:hover {
  background: url("/local/templates/whool/components/bitrix/catalog/.default/bitrix/catalog.element/.default/tobasket2.svg") no-repeat center, #222;
}
@media screen and (max-width: 758px) {
  form.offer_add input[type=submit] {
    float: none;
    position: relative;
    bottom: -10px;
    z-index: 20;
  }
}

.clb_100_2 {
  width: 100%;
  background: #EDF2FF;
  height: 100px;
}

.cl_line {
  width: 100%;
  display: block;
  height: 1px;
  background: #ccc;
}

table.offers_table {
  width: 100%;
}
@media screen and (max-width: 530px) {
  table.offers_table {
    background: #EDF2FF;
  }
}
table.offers_table tr td {
  padding: 0px 0px;
  font-size: 18px;
  background: #EDF2FF;
}
@media screen and (max-width: 530px) {
  table.offers_table tr td {
    padding: 15px 0px;
  }
}
table.offers_table tr td form {
  padding-top: 20px;
}
table.offers_table tr td:nth-child(1) {
  padding-right: 40px;
  padding-left: 130px;
}
@media screen and (max-width: 768px) {
  table.offers_table tr td:nth-child(1) {
    padding-left: 15px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 530px) {
  table.offers_table tr td:nth-child(1) {
    display: block;
    width: 100%;
    padding-top: 30px;
    font-weight: 800;
  }
}
table.offers_table tr td:nth-child(2) {
  width: 70px;
}
@media screen and (max-width: 530px) {
  table.offers_table tr td:nth-child(2) {
    display: block;
    float: left;
    padding-left: 15px;
  }
}
table.offers_table tr td:nth-child(3) {
  width: 390px;
  padding-right: 130px;
}
@media screen and (max-width: 768px) {
  table.offers_table tr td:nth-child(3) {
    padding-right: 15px;
    width: 271px;
  }
}
@media screen and (max-width: 530px) {
  table.offers_table tr td:nth-child(3) {
    display: block;
    float: right;
  }
}
table.offers_table tr td:nth-child(3) input {
  font-size: 15px;
}
table.offers_table tr:first-child {
  background: #222;
  color: #ffffff;
}
@media screen and (max-width: 530px) {
  table.offers_table tr:first-child {
    display: none;
  }
}
table.offers_table tr:first-child td {
  background: transparent;
  padding: 30px;
}
table.offers_table tr:first-child td:nth-child(1) {
  padding-right: 40px;
  padding-left: 130px;
}
@media screen and (max-width: 768px) {
  table.offers_table tr:first-child td:nth-child(1) {
    padding-left: 15px;
    padding-right: 20px;
  }
}
table.offers_table tr:first-child td:nth-child(2) {
  width: 70px;
  padding-left: 0;
}
table.offers_table tr:first-child td:nth-child(3) {
  width: 390px;
  padding-right: 130px;
}
@media screen and (max-width: 768px) {
  table.offers_table tr:first-child td:nth-child(3) {
    padding-right: 15px;
    width: 271px;
  }
}

.temp_not_av {
  text-align: center;
  font-size: 0px;
  font-weight: bold;
  color: #666666;
  height: 76px;
  line-height: 15px;
  overflow: hidden;
}
@media screen and (max-width: 758px) {
  .temp_not_av {
    height: 76px;
  }
}

.temp_not_av_card {
  display: block;
  position: relative;
  float: right;
  font-size: 0px;
}

span.mes_big {
  font-weight: 400;
  display: block;
  text-align: center;
  font-size: 0px;
  padding-top: 10px;
  width: 170px;
  float: right;
}

span.mes_small {
  font-weight: 400;
  display: block;
  text-align: center;
  font-size: 0px;
  padding-top: 10px;
  color: #888;
}

.dop_description {
  background: #F1F3F5;
  padding: 30px;
  font-weight: 400;
}

.rait_top {
  text-align: center;
  margin: 10px 0px;
}

.bmhouse-comments-rating {
  display: inline-block;
}

.bmhouse-comments-count {
  display: inline-block;
  position: relative;
  top: -5px;
}

.bmhouse-comments-rating-background,
.bmhouse-comments-rating-foreground {
  height: 22px;
  width: 110px;
  background: url("/local/templates/whool/components/bitrix/catalog/.default/bitrix/catalog.element/.default/img/stars.png") repeat-x;
}

.bmhouse-comments-rating-foreground {
  background-position: 0 -22px;
}

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

/* 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/catalog/.default/style.css?17804906091862 */
/* /local/templates/whool/components/bitrix/breadcrumb/breads/style.css?1780481654665 */
/* /local/templates/whool/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?178049082512923 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?17804854892917 */
/* /local/templates/whool/components/bitrix/catalog.section/blocks/style.css?17804908253904 */
