

/* Start:/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/style.css?178781147538150*/
.product-item-img {
  max-height: 260px;
}
.product-article {
  max-height: 28px;
}
.product-item-properties {
  min-height: 45px;
}
.product-item .product-item-img img {
  min-height: 258px;
}
.control_invalid {
  border: 1px solid red !important;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: block;
}
.slick-slide img {
  max-width: 100%;
}
.slider-nav {
  margin-left: 24px;
  width: 316px;
}
.slider-nav .slider-nav__item > img {
  width: 95px;
  outline: none;
}
.preview {
  overflow-y: auto;
  position: fixed;
  background-color: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 150;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.preview__wrapper {
  padding: 35px 40px 40px;
  width: 870px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.preview__logo {
  width: 158px;
}
.preview__title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 26px;
  margin-top: 26px;
  font-family: "RalewayRegular", sans-serif;
}
.preview__links_mod {
  margin-top: 31px;
  display: flex;
  flex-direction: row;
  padding-bottom: 40px;
}
.more-info {
  text-transform: uppercase;
  text-decoration: underline;
  color: #b75825;
}
.more-info:hover {
  color: #b75825;
}
.more-info:active {
  color: #b75825;
}
.preview__slider {
  width: 360px;
  position: relative;
}

.preview__link {
  margin-left: -15px;
  display: inline-block;
}
.preview-close {
  position: absolute;
  top: -30px;
  right: 7px;
}
.preview-close__icon {
  height: 27px;
  width: 28px;
}
.property {
  width: 326px;
  margin-top: 79px;
}
.property__rate {
  padding-bottom: 52px;
}
.product-properties {
  font-size: 14px;
  font-family: "RalewayRegular", sans-serif;
}
.product-properties tr td {
  padding: 0;
  padding-bottom: 8px;
  min-width: 204px;
}
.buy-on-click {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  margin-left: 15px;
  color: #000000;
  text-decoration: none;
  border-bottom: 1px dashed #979797;
}
.modal-gallery {
  position: relative;
  height:100%; 
}
.preview__slider {
  height: 360px;
  position: relative;
  overflow: hidden;
  margin-bottom: 33px;
}
.carousel-in-modal {
  position: relative;
}
.modal-carousel {
  margin: 0 auto;
  left: -12px !important;
}
.modal-carousel li {
  float: left;
  width: 93px;
  height: 92px;
  margin-left: 10px;
}
.modal-carousel li img {
  cursor: pointer;
}
.modal-carousel ul {
  list-style: none;
}
.modal-carousel img {
  max-width: 100%;
  height: auto;
}
a.next,
a.prev {
  cursor: pointer;
  display: block;
  background-color: transparent;
  border: none;
  outline: none;
  float: left;
  position: absolute;
  top: 35px;
  z-index: 20;
}
a.prev {
  left: 0px;
}
a.next {
  right: 14px;
}
.preview-image {
    max-width: 335px;
    /* min-width: 100%; */
    /* min-height: 100%; */
    /* position: absolute; */
    height: 100%;
    width: auto;
    margin: 0 auto;
    display: block;
}
.prev > img,
.next > img {
  transform: rotate(270deg);
  width: 20px;
}
.preview__links button {
  width: 162px;
}
.stars {
  text-align: left;
}
.stars__item {
  display: inline-block;
  margin-right: 4px;
}
.stars__item:hover {
  text-decoration: none;
}
.stars__image {
  width: 18.5px;
}
.characteristics-table_modified table tr {
  border: none;
}
.characteristics-table_modified .second {
  font-size: 14px;
  font-weight: 600;
}
.palette {
  padding-top: 8px;
}
.palette__title {
  font-size: 14px;
}
.palette__item {
  cursor: pointer;
  position: relative;
  margin-top: 13px;
  margin-right: 15px;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  border: 1px solid #c1bfbf;
}
.palette__item:after {
  content: "";
  position: absolute;
  width: 31px;
  height: 30px;
  top: -4px;
  left: -4px;
  border-radius: 100%;
  border: 1px solid #c1bfbf;
}
.palette__item_1 {
  background-color: #361e00;
}
.palette__item_2 {
  background-color: #724309;
}
.palette__item_3 {
  background-color: #b1762c;
}
.palette__item_4 {
  background-color: #806239;
}
.palette__item_5 {
  background-color: #344662;
}
.palette__item_active {
  -webkit-box-shadow: 0px 0px 2px 4px #c1bfbf;
  box-shadow: 0px 0px 2px 4px #c1bfbf;
  background-image: url(/bitrix/templates/new_svet_temp/images/3.svg);
  background-size: 13px;
  background-position: center;
  background-repeat: no-repeat;
}
.palette ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: 15px;
  -ms-flex-pack: 15px;
  justify-content: 15px;
}
.price-title_modal {
  margin-top: 34px;
}
.to-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.to-basket__price {
  margin-top: -4px;
  font-size: 36px;
  font-weight: 600;
}
.to-basket__price span {
  margin-left: -5px;
  font-size: 27px;
}
.ammount-crossed {
  font-size: 16px;
  color: #a5a5a5;
  text-decoration: line-through;
}
.quantity-counter {
  width: 87px;
}
.slider-for {
  margin-bottom: 24px;
}
.slider-nav {
  margin-left: 24px;
  width: 316px;
}
.slider-nav .arrow-prev__image {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 15px;
  left: -30px;
  top: 39%;
}
.slider-nav .arrow-next__image {
  height: 15px;
  right: -23px;
  top: 47%;
}
.add-to-notepad__cart {
  font-size: 13px;
  font-weight: 600;
  border-radius: 0px;
  padding: 9px 15px;
  display: inline-block;
  text-transform: uppercase;
}
.modal-overlay {
  position: fixed;
  background: #000;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 130;
}
.modal-overlay__opened {
  opacity: 0.2;
  visibility: visible;
}

.product-item-price {
  min-height: 60px;
}
.product-article__links {
  min-height: 28px;
}


@media screen and (max-width: 991px) {
  .preview__wrapper {
		padding: 35px 10px;
		width: 100%;
	}
  .modal-carousel {
    left: 0 !important;
  }
}
/* quickview mobile version */
@media screen and (max-width: 767px) {
  .property {
		margin-top: 29px;
	}
	.preview {
    left: 0;
    overflow-x: hidden
	}

	.price-title_modal {
		margin-top: 10px;
  }
  .preview__slider {
    width: auto
  }
  .preview__title {
    font-size: 22px;
    margin-bottom: 18px;
    margin-top: 15px;
  }
  .preview__container.container {
    max-width: 100%;
  }
  .preview-image {
    height: auto;
    width: 100%
  }
  .product-properties tr td {
    min-width: 170px;
  }
  .preview-close {
    top: -14px;
    right: 15px;
  }
  .preview__slider {
    height: 320px;
    margin-bottom: 25px;
  }
  .modal-carousel li {
    width: 80px !important;
    height: 80px !important
  }
  .preview__links button {
    width: 150px;
  }
  .to-basket__price {
    font-size: 30px;
  }
  .modal-carousel {
    left: -7px !important;
  }
}
@media (max-width: 340px) {
  .preview__slider {
    margin-bottom: 0;
  }
}
/* catalog.section */
.bx_catalog_list_home {
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 640px) {
  .bx_catalog_list_home {
    border-bottom: 1px solid #e5e5e5;
  }
}

.bx_catalog_list_home .bx_catalog_item {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .bx_catalog_list_home.col1 .bx_catalog_item {
    padding: 1px 26px;
    margin: 0 0 30px 0;
    width: 100%;
  }

  .bx_catalog_list_home.col2 .bx_catalog_item {
    padding: 1px 26px;
    margin: 0 1% 30px;
    width: 48%;
  }
  .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n + 1) {
    clear: both;
  }

  .bx_catalog_list_home.col3 .bx_catalog_item {
    padding: 1px 26px;
    margin: 0 1% 30px;
    width: 31.333333%;
  }
  .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n + 1) {
    clear: both;
  }

  .bx_catalog_list_home.col4 .bx_catalog_item {
    padding: 1px 26px;
    margin: 0 1% 30px;
    width: 23%;
  }
  .bx_catalog_list_home.col4 .bx_catalog_item:nth-child(4n + 1) {
    clear: both;
  }

  .bx_catalog_list_home.col5 .bx_catalog_item {
    padding: 1px 26px;
    margin: 0 1% 30px;
    width: 18%;
  }
  .bx_catalog_list_home.col5 .bx_catalog_item:nth-child(5n + 1) {
    clear: both;
  }
}

@media (min-width: 760px) and (max-width: 960px) {
  .bx_catalog_list_home.col1 .bx_catalog_item {
    padding: 1px 16px;
    margin: 0 0 0 30px;
    width: 100%;
  }

  .bx_catalog_list_home.col2 .bx_catalog_item {
    padding: 1px 16px;
    margin: 0 1% 30px;
    width: 48%;
  }
  .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n + 1) {
    clear: both;
  }

  .bx_catalog_list_home.col3 .bx_catalog_item {
    padding: 1px 16px;
    margin: 0 1% 30px;
    width: 31.333333%;
  }
  .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n + 1) {
    clear: both;
  }

  .bx_catalog_list_home.col4 .bx_catalog_item,
  .bx_catalog_list_home.col5 .bx_catalog_item {
    padding: 1px 16px;
    margin: 0 1% 30px;
    width: 23%;
  }
  .bx_catalog_list_home.col4 .bx_catalog_item:nth-child(4n + 1),
  .bx_catalog_list_home.col5 .bx_catalog_item:nth-child(4n + 1) {
    clear: both;
  }
}
@media (max-width: 760px) {
  .bx_catalog_list_home.col1 .bx_catalog_item {
    padding: 1px 16px;
    margin: 0 0 0 30px;
    width: 100%;
  }

  .bx_catalog_list_home.col2 .bx_catalog_item {
    padding: 1px 16px;
    margin: 0 1% 30px;
    width: 48%;
  }
  .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n + 1) {
    clear: both;
  }

  .bx_catalog_list_home.col3 .bx_catalog_item {
    padding: 1px 16px;
    margin: 0 1% 30px;
    width: 31.333333%;
  }
  .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n + 1) {
    clear: both;
  }

  .bx_catalog_list_home.col3 .bx_catalog_item,
  .bx_catalog_list_home.col4 .bx_catalog_item,
  .bx_catalog_list_home.col5 .bx_catalog_item {
    padding: 1px 16px;
    margin: 0 1% 30px;
    width: 31.333333%;
  }
  .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n + 1),
  .bx_catalog_list_home.col4 .bx_catalog_item:nth-child(3n + 1),
  .bx_catalog_list_home.col5 .bx_catalog_item:nth-child(3n + 1) {
    clear: both;
  }
}
@media (max-width: 580px) {
  .bx-touch .bx_catalog_list_home.col1 .bx_catalog_item {
    padding: 1px 26px;
    margin: 0 0 0 30px;
    width: 100%;
  }

  .bx-touch .bx_catalog_list_home.col2 .bx_catalog_item {
    padding: 1px 16px;
    margin: 0 1% 30px;
    width: 48%;
  }
  .bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(3n + 1) {
    clear: none;
  }
  .bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n + 1) {
    clear: both;
  }

  .bx-touch .bx_catalog_list_home.col2 .bx_catalog_item,
  .bx-touch .bx_catalog_list_home.col3 .bx_catalog_item,
  .bx-touch .bx_catalog_list_home.col4 .bx_catalog_item,
  .bx-touch .bx_catalog_list_home.col5 .bx_catalog_item {
    padding: 1px 16px;
    margin: 0 1% 30px;
    width: 48%;
    clear: none;
  }

  .bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n + 1),
  .bx-touch .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(2n + 1),
  .bx-touch .bx_catalog_list_home.col4 .bx_catalog_item:nth-child(2n + 1),
  .bx-touch .bx_catalog_list_home.col5 .bx_catalog_item:nth-child(2n + 1) {
    clear: both;
  }
}

.bx-no-touch
  .bx_catalog_list_home
  .bx_catalog_item:hover
  .bx_catalog_item_container {
  position: absolute;
  z-index: 990;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  background: #fff;
  -webkit-animation: borderview 0.5s;
  animation: borderview 0.5s;
}
@media (min-width: 960px) {
  .bx-no-touch
    .bx_catalog_list_home
    .bx_catalog_item:hover
    .bx_catalog_item_container {
    padding: 0 25px 15px;
  }
}
@media (max-width: 960px) {
  .bx-no-touch
    .bx_catalog_list_home
    .bx_catalog_item:hover
    .bx_catalog_item_container {
    padding: 0 15px 15px;
  }
}

@keyframes borderview {
  from {
    border: 1px solid #fdfdfd;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  to {
    border: 1px solid #d3d3d3;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
  }
}
@-webkit-keyframes borderview {
  from {
    border: 1px solid #fdfdfd;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  to {
    border: 1px solid #d3d3d3;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
  }
}

.bx_catalog_list_home .bx_catalog_item_articul {
  color: #a5a5a5;
  font-size: 13px;
}
.bx_catalog_list_home .bx_catalog_item_title {
  overflow: hidden;
  height: 34px;
}
.bx-no-touch
  .bx_catalog_list_home
  .bx_catalog_item:hover
  .bx_catalog_item_title {
  overflow: auto;
  height: auto !important;
}
.bx_catalog_list_home .bx_catalog_item_title a {
  color: #3f3f3f;
  text-decoration: none;
  font-size: 13px;
}
.bx_catalog_list_home .bx_catalog_item_price {
  color: #3f3f3f;
  font-weight: bold;
}
.bx_catalog_list_home .bx_catalog_item_price span {
  color: #a5a5a5;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  text-decoration: line-through;
}
.bx_catalog_list_home .bx_catalog_item_controls {
  padding-top: 10px;
  text-align: center;
  opacity: 0;
}
@media (min-width: 641px) and (max-width: 960px) {
  .bx_catalog_list_home .bx_catalog_item_controls {
    height: auto;
  }
}
@media (max-width: 640px) {
  .bx-touch .bx_catalog_list_home .bx_catalog_item_controls {
    height: auto;
    line-height: 30px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .bx-touch .bx_catalog_list_home .bx_catalog_item_controls {
    height: auto;
    line-height: 30px;
    display: block;
  }
}
@media (max-width: 479px) {
  .bx-touch
    .bx_catalog_list_home
    .bx_catalog_item:hover
    .bx_catalog_item_controls {
    height: auto;
  }
}

.bx_catalog_list_home
  .bx_catalog_item_controls
  .bx_catalog_item_controls_blockone {
  width: 100%;
  white-space: nowrap;
  text-align: center;
}
.bx_catalog_list_home
  .bx_catalog_item_controls
  .bx_catalog_item_controls_blockone
  span {
  color: #3f3f3f;
  font-size: 13px;
}
.bx_catalog_list_home
  .bx_catalog_item_controls
  .bx_catalog_item_controls_blockone
  .bx_notavailable {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #e4e4e4;
  background: #f3f3f3;
  white-space: normal;
  line-height: normal;
  padding: 5px 15px;
  margin-bottom: 10px;
}
.bx_catalog_list_home
  .bx_catalog_item_controls
  .bx_catalog_item_controls_blocktwo {
  width: 100%;
  text-align: center;
}
.bx_catalog_list_home
  .bx_catalog_item_controls
  .bx_catalog_item_controls_blocktwo
  a {
  margin: 1%;
  width: 48%;
  min-width: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 25px;
  height: 25px;
}

@media (max-width: 640px) {
  .bx-touch
    .bx_catalog_list_home
    .bx_catalog_item_controls
    .bx_catalog_item_controls_blockone {
    display: none;
  }
  .bx-touch
    .bx_catalog_list_home
    .bx_catalog_item_controls
    .bx_catalog_item_controls_blocktwo {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.bx_catalog_list_home .bx_catalog_item_controls input[type="text"] {
  border: none;
}
.bx-touch .bx_catalog_list_home .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls {
  opacity: 1;
}
.bx_catalog_list_home .bx_cnt_desc {
  text-align: left;
  position: absolute;
  right: -45px;
  top: 2px;
  width: 40px;
}
@media (min-width: 641px) and (max-width: 960px) {
}
.bx_catalog_list_home .bx_catalog_item_controls a {
  margin-bottom: 10px;
}
.bx_catalog_list_home .bx_catalog_item_price .bx_price {
  font-size: 15px;
  padding-top: 5px;
}
.bx_catalog_list_home .bx_catalog_item_images_double,
.bx_catalog_list_home .bx_catalog_item_images {
  position: relative;
  z-index: 910;
  display: block;
  padding-top: 135%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.bx_catalog_list_home .bx_catalog_item_images_double {
  z-index: 900;
  margin-top: -135%;
  opacity: 0;
}
.bx-no-touch
  .bx_catalog_list_home
  .bx_catalog_item.double:hover
  .bx_catalog_item_images {
  opacity: 0;
  -webkit-animation: rotateimgfirst 0.5s;
  animation: rotateimgfirst 0.5s;
}
.bx-no-touch
  .bx_catalog_list_home
  .bx_catalog_item.double:hover
  .bx_catalog_item_images_double {
  opacity: 1;
  -webkit-animation: rotateimglast 0.5s;
  animation: rotateimglast 0.5s;
}
@keyframes rotateimgfirst {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes rotateimgfirst {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes rotateimglast {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes rotateimglast {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item .bx_catalog_item_articul,
.bx_catalog_list_home .bx_catalog_item .bx_catalog_item_scu {
  display: none;
}
.bx-no-touch
  .bx_catalog_list_home
  .bx_catalog_item:hover
  .bx_catalog_item_controls,
.bx-no-touch
  .bx_catalog_list_home
  .bx_catalog_item:hover
  .bx_catalog_item_articul,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu {
  display: block;
}
.bx_catalog_list_home .bx_catalog_item .bx_catalog_item_scu {
  padding-top: 10px;
}
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu > div {
  margin: 0 auto;
}

.bx-no-touch
  .bx_catalog_list_home
  .bx_catalog_item
  .bx_catalog_item_controls.touch,
.bx-touch
  .bx_catalog_list_home
  .bx_catalog_item
  .bx_catalog_item_controls.no_touch {
  display: none !important;
}

/* Stickers */
.bx_catalog_list_home .bx_stick {
  position: absolute;
  width: 123px;
  height: 35px;
  background: url(/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/images/stick.png) left center no-repeat;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 0 #ba3434;
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.bx_catalog_list_home .bx_stick.short {
  font-weight: bold;
  font-size: 18px;
}
.bx_catalog_list_home .bx_stick.average {
  font-weight: bold;
  font-size: 13px;
}
.bx_catalog_list_home .bx_stick.long {
  font-weight: normal;
  font-size: 11px;
}
.bx_catalog_list_home .bx_stick_disc {
  position: absolute;
  width: 72px;
  height: 74px;
  background: url(/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/images/stick_disc.png) no-repeat center;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 0 #ba3434;
  font-weight: bold;
  font-size: 23px;
  line-height: 74px;
}
.bx_catalog_list_home .bx_stick.left,
.bx_catalog_list_home .bx_stick_disc.left {
  left: -2px;
}
.bx_catalog_list_home .bx_stick.right,
.bx_catalog_list_home .bx_stick_disc.right {
  right: 0;
}
.bx_catalog_list_home .bx_stick.top,
.bx_catalog_list_home .bx_stick_disc.top {
  top: 15px;
}
.bx_catalog_list_home .bx_stick.bottom,
.bx_catalog_list_home .bx_stick_disc.bottom {
  bottom: 5px;
}
.bx_catalog_list_home .bx_stick.middle,
.bx_catalog_list_home .bx_stick_disc.middle {
  top: 49%;
}
@media (min-width: 641px) and (max-width: 960px) {
  .bx_catalog_list_home .bx_stick {
    width: 90px;
    height: 30px;
    background-size: 100%;
    line-height: 30px;
  }
  .bx_catalog_list_home .bx_stick.short {
    font-weight: normal;
    font-size: 14px;
  }
  .bx_catalog_list_home .bx_stick.average {
    font-weight: normal;
    font-size: 11px;
  }
  .bx_catalog_list_home .bx_stick.long {
    font-weight: normal;
    font-size: 11px;
  }
  .bx_catalog_list_home .bx_stick_disc {
    width: 64px;
    height: 65px;
    background-size: 100%;
    font-size: 20px;
    line-height: 65px;
  }
}
@media (max-width: 640px) {
  .bx-touch .bx_catalog_list_home .bx_stick {
    width: 70px;
    height: 30px;
    background-size: 100%;
    font-size: 11px;
    line-height: 30px;
  }
  .bx-touch .bx_catalog_list_home .bx_stick_disc {
    width: 48px;
    height: 49px;
    background-size: 100%;
    font-size: 16px;
    line-height: 49px;
  }
}
@media (max-width: 479px) {
  .bx-touch .bx_catalog_list_home .bx_stick {
    width: 70px;
    height: 30px;
    background-size: 100%;
    font-size: 11px;
    line-height: 30px;
  }

  .bx-touch .bx_catalog_list_home .bx_stick_disc {
    width: 37px;
    height: 38px;
    background-size: 100%;
    font-size: 13px;
    line-height: 38px;
  }
}

/* buttons */
.bx_catalog_list_home .bx_bt_button,
.bx_catalog_list_home .bx_bt_button_type_2 {
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}

.bx_catalog_list_home .bx_bt_button_type_2 {
  border: 1px solid #e9e9e9;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fcfcfc),
    to(#f1f1f1)
  );
  background-image: -webkit-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
  background-image: -moz-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
  background-image: linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
  color: #656565;
  text-shadow: 0 1px 0 #fff;
}
.bx_catalog_list_home .bx_bt_button_type_2:hover {
  background: #fff;
}
.bx_catalog_list_home .bx_bt_button_type_2:active {
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f1f1f1),
    to(#fcfcfc)
  );
  background-image: -webkit-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
  background-image: -moz-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
  background-image: -o-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
  background-image: linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.05);
}
.bx_catalog_list_home .bx_bt_button {
  background: #00a2df;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #00a2df),
    color-stop(100%, #006fcb)
  );
  background: -webkit-linear-gradient(top, #00a2df 0%, #006fcb 100%);
  background: -moz-linear-gradient(top, #00a2df 0%, #006fcb 100%);
  background: -ms-linear-gradient(top, #00a2df 0%, #006fcb 100%);
  background: -o-linear-gradient(top, #00a2df 0%, #006fcb 100%);
  background: linear-gradient(to bottom, #00a2df 0%, #006fcb 100%);
  color: #fff;
  text-shadow: 0 1px 0 #006cae;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0 );
}
.bx_catalog_list_home .bx_bt_button:hover {
  background: #21afe4;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #21afe4),
    color-stop(100%, #006fcb)
  );
  background: -webkit-linear-gradient(top, #21afe4 0%, #006fcb 100%);
  background: -moz-linear-gradient(top, #21afe4 0%, #006fcb 100%);
  background: -ms-linear-gradient(top, #21afe4 0%, #006fcb 100%);
  background: -o-linear-gradient(top, #21afe4 0%, #006fcb 100%);
  background: linear-gradient(to bottom, #21afe4 0%, #006fcb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0 );
}
.bx_catalog_list_home .bx_bt_button:active {
  background: #21afe4;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #21afe4),
    color-stop(100%, #006fcb)
  );
  background: -webkit-linear-gradient(top, #21afe4 0%, #006fcb 100%);
  background: -moz-linear-gradient(top, #21afe4 0%, #006fcb 100%);
  background: -ms-linear-gradient(top, #21afe4 0%, #006fcb 100%);
  background: -o-linear-gradient(top, #21afe4 0%, #006fcb 100%);
  background: linear-gradient(to bottom, #21afe4 0%, #006fcb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0 );
}

.bx_catalog_list_home .bx_small.bx_bt_button {
  display: inline-block;
  min-width: 20px;
  line-height: 20px;
}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2 {
  display: inline-block;
  min-width: 18px;
  line-height: 18px;
}

.bx_catalog_list_home .bx_small.bx_bt_button_type_2 {
}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2:hover {
}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2:active {
}

.bx_catalog_list_home .bx_medium.bx_bt_button {
  padding: 0 13px;
  height: 25px;
  font-weight: bold;
  line-height: 25px;
}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2 {
  padding: 0 13px;
  height: 23px;
  font-weight: bold;
  line-height: 23px;
}

.bx_catalog_list_home .bx_medium.bx_bt_button,
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2 {
  font-weight: bold;
}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2:hover {
}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2:active {
}

.bx_catalog_list_home .bx_col_input {
  display: inline-block;
  width: 40px;
  text-align: center;
}

/* scu_detail_size */
.bx_catalog_list_home .bx_item_detail_size {
  position: relative;
  margin-bottom: 10px;
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size.full {
  position: relative;
  margin-left: -5%;
  padding: 0 5%;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_item_section_name_gray {
  color: #9e9e9e;
  vertical-align: middle;
  font-size: 11px;
  line-height: 11px;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_size_scroller_container {
  position: relative;
}

.bx_catalog_list_home .bx_item_detail_size .bx_size {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.bx_catalog_list_home .bx_item_detail_size ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
}
.bx-touch .bx_catalog_list_home .bx_item_detail_size .bx_size {
  overflow-x: auto;
}
.bx_catalog_list_home .bx_item_detail_size ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
}
.bx-touch .bx_catalog_list_home .bx_item_detail_size .bx_size ul {
  margin-left: 0 !important;
}
.bx_catalog_list_home .bx_item_detail_size ul li {
  position: relative;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 25px;
}
.bx_catalog_list_home .bx_item_detail_size ul li .cnt {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 2px;
  left: 2px;
  display: block;
  overflow: hidden;
  border: 1px solid #c0cfda;
  background: #fff;

  color: #3f3f3f;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 10px;
  line-height: 22px;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li .cnt {
  border: none;
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/images/x2border.png) 2 stretch;
  -moz-border-image: url(/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/images/x2border.png) 2 stretch;
  -o-border-image: url(/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/images/x2border.png) 2 stretch;
  border-image: url(/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/images/x2border.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_size ul li:hover .cnt {
  border: 1px solid #006cc0;
}
.bx_catalog_list_home .bx_item_detail_size ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt {
  border: 2px solid #006cc0;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt {
  border: none;
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/images/x2border_active.png) 2 stretch;
  -moz-border-image: url(/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/images/x2border_active.png) 2 stretch;
  -o-border-image: url(/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/images/x2border_active.png) 2 stretch;
  border-image: url(/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/images/x2border_active.png) 2 fill stretch;
}

.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing .cnt {
  border: 1px solid #c0cfda !important;
}
.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing > i {
  cursor: not-allowed;
  position: absolute;
  display: block;
  top: 0;
  right: 2px;
  bottom: 2px;
  left: 2px;
  z-index: 11;
  background: rgba(255, 255, 255, 0.79) url(/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/images/missing.png) no-repeat center;
}
/*----*/

.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right {
  opacity: 0.8;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right:hover {
  opacity: 1;
}

.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_right {
  position: absolute;
  top: 0;
  bottom: 4px;
  width: 5%;
  max-width: 11px;
  cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {
  left: -5%;
  background: url(/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/images/arr_left.png) no-repeat left center;
  background-size: 100% auto;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right {
  right: -5%;
  background: url(/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/images/arr_right.png) no-repeat right center;
  background-size: 100% auto;
}
.bx-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {
  left: 0;
  background: url(/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/images/fade_left.png) repeat-y left center;
  background-size: 100% auto;
}
.bx-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right {
  right: 0;
  background: url(/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/images/fade_right.png) repeat-y right center;
  background-size: 100% auto;
}

/* scu_detail_scu */
.bx_catalog_list_home .bx_item_detail_scu {
  position: relative;
  margin-bottom: 10px;
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu.full {
  position: relative;
  margin-left: -5%;
  padding: 0 5%;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_scu .bx_item_section_name_gray {
  color: #9e9e9e;
  vertical-align: middle;
  font-size: 11px;
  line-height: 11px;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_scu .bx_scu_scroller_container {
  position: relative;
}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.bx-touch .bx_catalog_list_home .bx_item_detail_scu .bx_scu {
  overflow-x: auto;
}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
}
.bx-touch .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul {
  margin-left: 0 !important;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li {
  position: relative;
  display: block;
  float: left;
  height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 4px;
  left: 2px;
  display: block;
  overflow: hidden;
  border: 1px solid #c0cfda;
  background: #fff;
  z-index: 10;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt {
  border: none;
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/images/x2border.png) 2 stretch;
  -moz-border-image: url(/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/images/x2border.png) 2 stretch;
  -o-border-image: url(/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/images/x2border.png) 2 stretch;
  border-image: url(/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/images/x2border.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:hover .cnt {
  border: 1px solid #006cc0;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt {
  padding: 3px;
  border: 2px solid #006cc0;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt {
  border: 1px solid #c0cfda !important;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing > i {
  cursor: not-allowed;
  position: absolute;
  display: block;
  top: 0;
  right: 2px;
  bottom: 4px;
  left: 2px;
  z-index: 11;
  background: rgba(255, 255, 255, 0.79) url(/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/images/missing.png) no-repeat center;
}

.bx-retina
  .bx_catalog_list_home
  .bx_item_detail_scu
  .bx_scu
  ul
  li.bx_active
  .cnt {
  border: none;
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/images/x2border_active.png) 2 stretch;
  -moz-border-image: url(/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/images/x2border_active.png) 2 stretch;
  -o-border-image: url(/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/images/x2border_active.png) 2 stretch;
  border-image: url(/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/images/x2border_active.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item {
  position: absolute;
  top: 6%;
  right: 6%;
  bottom: 6%;
  left: 6%;
  background-size: contain;
  background-repeat: no-repeat;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img {
  width: auto;
  height: 25px;
}

.brands_names {
  /* font-weight: bold; */
  font-family: "RalewayBold", sans-serif;
  font-size: 13px
}

/*----*/

.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right {
  opacity: 0.8;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right:hover {
  opacity: 1;
}

.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_right {
  position: absolute;
  top: 0;
  bottom: 4px;
  width: 5%;
  max-width: 11px;
  cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {
  left: -5%;
  background: url(/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/images/arr_left.png) no-repeat left center;
  background-size: 100% auto;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right {
  right: -5%;
  background: url(/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/images/arr_right.png) no-repeat right center;
  background-size: 100% auto;
}
.bx-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {
  left: 0;
  background: url(/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/images/fade_left.png) repeat-y left center;
  background-size: 100% auto;
}
.bx-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right {
  right: 0;
  background: url(/bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/images/fade_right.png) repeat-y right center;
  background-size: 100% auto;
}
.offer-more-info{
	border: none;
    color: #fff;
    background: #000;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 27px;
}
.add-to-basket:hover{
	color: #8c8c8c;
}
.offer-more-info:hover{
	color: #8c8c8c;
}

.list-inline>li.active {
    font-weight: bold;
}

@media screen and (max-width: 560px) {
  .product-item .product-item-img img {
    min-height: 0;
  }
}
/* End */
/* /bitrix/templates/underline_svet/components/bitrix/catalog.section/index_new/style.css?178781147538150 */
