

/* Start:/local/templates/orteka_desktop/global/css/b-promotion.css?15988831191038*/
.b-promotion {
  display: block;
  position: relative;
  padding: 10px 15px;
}
.b-promotion__image {
  display: block;
}
.b-promotion__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18.3%;
  text-align: center;
  width: 11%;
}
.b-promotion__price .g-price {
  display: block;
}
.b-promotion__price .g-price_old {
  font-size: 20px;
  color: #fedfc9;
  font-weight: 400;
}
.b-promotion__price .g-price_new {
  font-size: 33px;
  color: #ffffff;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
.b-promotion__price .g-price_new {
  font-size: 24px;
}
.b-promotion__price .g-price_old {
  font-size: 16px;
}
}
/* End */


/* Start:/local/templates/orteka_desktop/global/b-rating/b-rating.css?16856052962303*/
.b-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0 -2px;
}
.b-rating__star {
  width: 16px;
  min-width: 16px;
  height: 16px;
  color: #B7CDD9;
  transition: 0.3s;
  margin: 0 2px;
}
.b-rating__star.is-active {
  color: #FFB800;
}
.b-rating_action {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.b-rating_action .b-rating__star {
  cursor: pointer;
  width: 24px;
  min-width: 24px;
  height: 22px;
}
.b-rating_action .b-rating__star:hover,
.b-rating_action .b-rating__star:hover ~ .b-rating__star,
.b-rating_action .b-rating__star.is-active,
.b-rating_action .b-rating__star.is-active ~ .b-rating__star {
  color: #FFB800;
}
.b-rating__data {
	font-weight: 500;
	font-size: 14px;
	color: #A6A6A6;
	margin: 0 2px;
}

.bmhouse-comments-rating .bmhouse-comments-rating-background,
.bmhouse-comment-rating-background
{
  background: url("data: image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' style='max-width: 180px;'%3E%3Cg%3E%3Cpath fill='lightgray' d='M8 0L10.2665 4.88043L15.6085 5.52786L11.6673 9.19157L12.7023 14.4721L8 11.856L3.29772 14.4721L4.33273 9.19157L0.391548 5.52786L5.7335 4.88043L8 0Z'/%3E%3C/g%3E%3C/svg%3E")100%;
}

.bmhouse-comments-rating .bmhouse-comments-rating-foreground,
.bmhouse-comments-rating .bmhouse-comments-rating-foreground-stars,
.bmhouse-comment-rating-foreground
{
  background: url("data: image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' style='max-width: 180px;'%3E%3Cg%3E%3Cpath fill='orange' d='M8 0L10.2665 4.88043L15.6085 5.52786L11.6673 9.19157L12.7023 14.4721L8 11.856L3.29772 14.4721L4.33273 9.19157L0.391548 5.52786L5.7335 4.88043L8 0Z'/%3E%3C/g%3E%3C/svg%3E");
}

.bmhouse-comments-rating,
.bmhouse-comments-count
{
  display: inline-block;
}

.bmhouse-comments-rating-background,
.bmhouse-comments-rating-foreground,
.bmhouse-comments-rating-foreground-stars
{
  height: 22px;
  width: 110px;
  background: url( '/local/templates/orteka_desktop/global/b-rating/../img/stars.png') repeat-x;
}

.bmhouse-comments-rating-foreground,
.bmhouse-comments-rating-foreground-stars
{
  background-position: 0 -22px;
}
/* End */


/* Start:/local/templates/orteka_desktop/global/css/twentytwenty.css?16777640466537*/
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }

/* End */


/* Start:/local/templates/orteka_desktop/global/b-full-card/b-full-card.css?169452968311743*/
.b-full-card {
  font-size: 14px;
}
.b-full-card__top {
  margin-bottom: 12px;
}
.b-full-card .b-card__tag-block {
  position: static;
  display: inline;
  vertical-align: middle;
  height: 32px;
}
.b-full-card .b-card__tag-block__item {
  margin: 0;
  padding: 0;
  display: inline;
  vertical-align: middle;
}
.b-full-card .b-card__tag-block__item:not(:last-child) {
  margin-right: 6px;
}
.b-full-card h2 {
  padding-right: 12px;
  display: inline;
  vertical-align: middle;
}
.b-full-card-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -12px 16px;
}
.b-full-card-line__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-full-card-line__item {
  padding: 0 12px;
}
.b-full-card .b-card-favorite {
  position: static;
}
.b-full-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.b-full-card__images {
  width: 42%;
  min-width: 42%;
  padding: 0 15px 40px;
  position: relative;
  align-self: flex-start;
}
.b-full-card-view-slider {
  margin-bottom: 8px;
  overflow: hidden;
}
.b-full-card-view-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-full-card-view-slider__item {
  height: auto;
}
.b-full-card-view-slider__image {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-full-card-thumbs-slider {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: -8px;
  height: 72px;
  overflow: hidden;
}
.b-full-card__images .b-full-card-thumbs-slider .slick-arrow {
  position: absolute;
  top: 0;
  border: 0;
  background-color: transparent;
  width: 26px;
  border-radius: 0;
  font-size: 0;
  cursor: pointer;
  bottom: 72px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.b-full-card__images .b-full-card-thumbs-slider {
  position: static;
}
.b-full-card__images .b-full-card-thumbs-slider .slick-arrow svg {
  width: 20px;
  min-width: 20px;
  height: 12px;
  transition: 0.3s;
}
.b-full-card__images .b-full-card-thumbs-slider .slick-arrow:hover {
  color: #ec6600;
}
.b-full-card__images .b-full-card-thumbs-slider .slick-prev {
  left: -11px;
}
.b-full-card__images .b-full-card-thumbs-slider .slick-prev svg {
  transform: rotate(-90deg);
}
.b-full-card__images .b-full-card-thumbs-slider .slick-next {
  right: -11px;
}
.b-full-card__images .b-full-card-thumbs-slider .slick-next svg {
  transform: rotate(90deg);
}
.b-full-card-thumbs-slider__item {
  padding: 0 8px;
}
.b-full-card-thumbs-slider__image {
  width: 70px;
  height: 70px;
  border: 2px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.carousel__slide.has-video::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  pointer-events: none;
  background-image: url('/local/components/intervolga/catalog.element/templates/.default/images/video_circle.png');
  background-repeat: no-repeat;
  background-position: center;
}
.b-full-card-thumbs-slider__image.has-video {
  position: relative;
}
.b-full-card-thumbs-slider__image.has-video::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  pointer-events: none;
}
.b-full-card-thumbs-slider__image.has-video.is-selected::after {
  opacity: 0;
}
.fancybox__content .fancybox-video-iframe {
  height: 100%;
  object-fit: contain;
}
.fancybox__container {
  opacity: 0;
}
.fancybox__container.is-show,
.fancybox__container.is-animated {
  opacity: 1;
  transition-delay: 0.15s;
}
.fancybox__slide.has-html {
  height: 100%;
}
.fancybox__slide.has-html .fancybox__content {
  height: 100%;
}

.b-full-card-thumbs-slider__image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.b-full-card-thumbs-slider__image.is-selected {
  border-color: #00A7B8;
}
.b-full-card__info {
  width: 25%;
  min-width: 25%;
  padding: 0 15px 40px;
}
.b-full-card__info__subtitle {
  margin-bottom: 16px;
}
.b-full-card-list__block:not(:first-child) {
  -webkit-box-shadow: 0px -1px 0px #E5E5E5;
          box-shadow: 0px -1px 0px #E5E5E5;
  padding-top: 24px;
  margin-top: 24px;
}
.b-full-card-list__item:not(:last-child) {
  margin-bottom: 16px;
}
.b-full-card-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -10px;
}
.b-full-card-list__icon {
  width: 24px;
  min-width: 24px;
  margin-right: 16px;
}
.b-full-card-list__content {
  position: relative;
  z-index: 25;
}
.b-full-card-list__title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cardpage-card .b-full-card-list__title:hover {
  color: #00A7B8;
}
.b-full-card-list__note {
  font-size: 13px;
  color: #A7A9AC;
}
.b-full-card__aside {
  width: 33%;
  min-width: 33%;
  padding: 0 15px 40px;
}
.b-full-card-details {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 30px rgba(28, 28, 28, 0.1);
          box-shadow: 0px 10px 30px rgba(28, 28, 28, 0.1);
  border-radius: 20px;
  padding: 28px 32px;
}
.b-full-card-details .b-card__price {
  margin: 0;
}
.b-full-card-details .g-price {
  font-size: 34px;
  margin: 0;
  line-height: 1.17;
}
.b-full-card-details .g-price_old {
  color: #B7CDD9;
  font-size: 22px;
  font-weight: 400;
  width: 100%;
  margin: 0 0 4px;
}
.b-full-card-details .b-card__discount {
  font-size: 14px;
  font-weight: 700;
  height: 28px;
  line-height: 28px;
  margin: 0;
}
.b-full-card-param_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-full-card-param__data {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
.b-full-card-param__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-full-card-param__name {
  flex-grow: 1;
  min-width: 0;
  padding-right: 8px;
}
.b-full-card-details__button .g-button_primary {
  width: 100%;
}
.b-full-card-details__button .g-button_primary .g-button__text {
  text-transform: uppercase !important;
}
.b-full-card-details__bottom {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-full-card-colors .slick-slider {
	display: flex !important;
}
.b-full-card-colors .slick-list {
	flex-grow: 1;
  min-width: 0;
}
.b-full-card-colors .b-slider__arrow {
	width: 26px;
  min-width: 26px;
	height: 62px;
	background: #ffffff;
	top: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
  position: static;
}
.b-full-card-colors .b-slider__arrow.slick-disabled {
	opacity: 0.3;
  cursor: default;
  visibility: visible;
}
.b-full-card-colors .b-slider__arrow_prev {
	justify-content: flex-start;
}
.b-full-card-colors .b-slider__arrow_next {
	justify-content: flex-end;
}
.bx-no-touch .b-full-card-colors .b-slider__arrow:hover {
	background: #ffffff;
	color: #ec6600;
}
.b-full-card-colors .b-slider__arrow_prev svg {
  transform: rotate(-90deg);
}
.b-full-card-colors .b-slider__arrow_next svg {
  transform: rotate(90deg);
}
.b-full-card-sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.b-full-card__back {
  margin-bottom: 17px;
  font-size: 14px;
}
.b-full-card__zoom {
  display: inline-block;
  width: 100%;
}
.b-full-card__zoom-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.b-full-card__zoom img:not(.b-full-card__zoom-image) {
  display: none !important;
}
.b-full-card__zoom:hover img:not(.b-full-card__zoom-image) {
  display: block !important;
  opacity: 1 !important;
}
@media screen and (max-width: 1280px) {
.b-full-card-details {
  padding: 20px;
}
}
@media screen and (max-width: 1000px) {
.b-full-card__row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b-full-card__info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  min-width: 100%;
}
.b-full-card__images {
  width: 50%;
  min-width: 50%;
}
.b-full-card__aside {
  width: 50%;
  min-width: 50%;
}
.b-full-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.b-full-card-list__block {
  width: 50%;
  min-width: 50%;
  padding: 0 15px;
}
.b-full-card-list__block:first-child {
}
.b-full-card-list__block:nth-child(2) {
  padding-top: 0;
  margin-top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
}

.b-full-card-thumbs-slider__item .video-triangle {
  z-index: 1;
  position: absolute;
  width: 50px;
}

.b-full-card-thumbs-slider__item .video-circle {
  z-index: 1;
  position: absolute;
  width: 32px;
}
.b-full-card-thumbs-slider__item .video-review {
  z-index: 1;
  position: absolute;
  width: 46px;
}
#callback {
  display: none;
}
#otherProperties__detailPage #callback {
  position: relative;
  top: 6px;
  display: initial;
}
.centred_important {
  display: flex !important;
  width: 100%;
  justify-content: center !important;
}
.callback_title {
  width: fit-content;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FF6E00;
  cursor: default;
}

.callback_title.hovered {
  color: #009AA6;
}

.callback_block {
  cursor: default;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 4px 27px rgba(87, 87, 87, 0.17);
  border-radius: 8px;
  left: 0;
  padding: 16px;
  max-width: 263px;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 100;
}

.callback_block.g-hidden {
  display: none;
}

.callback_block p {
  text-align: center;
  font-size: 14px;
}

.callback_block .g-button_primary {
  background: #FFF3EA;
  color: #FF6E00;
}

.callback_block .g-button_primary:hover {
  background: #FF6E00 !important;
  color: #FFF3EA !important;
}

#properties__detailPage {
  position: relative;
}

.b-full-card-details__item .b-card-line {
  align-items: flex-start;
}
.b-full-card__icon {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 8px;
}
.b-full-card__icon img {
  display: block;
}
.b-full-card-details__button .g-button_secondary .g-button__text {
  font-size: 14px;
}

.b-full-card-list__action {
	min-height: 26px;
	background: #FFF1E6;
	border-radius: 6px;
	font-size: 14px;
	text-align: center;
	color: #FF6E00;
	line-height: 1.18;
	display: flex;
	align-items: center;
	padding: 0 8px;
	justify-content: center;
	text-align: center;
  cursor: pointer;
}

.b-full-card-list__action:hover {
    background: #FF6E00;
    color: #ffffff;
}
/* End */


/* Start:/local/templates/orteka_desktop/components/orteka/product.list.light.item/product_card/style.css?17649477794798*/
.bx-no-touch .b-card:hover .b-card-sizes {
    display: flex;
    flex-wrap: wrap;
}
.b-card-sizes{
    display: none;
}
.bx-no-touch .b-card.b-card_main .g-text-block a:hover {
    color: white;
}
.aloe__item:hover {
    color: #F04C25 !important;
}
.aloe p a:hover {
    color: #F04C25 !important;
}
.product-card {
    transition: box-shadow .25s;
}
.product-card-wrapper {
    height: 413px;
    position: relative;
    border-radius: 12px;
}
.product-card-wrapper:hover .product-card {
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.15);
}
.product-card-wrapper .b-card {
    height: 100%;
}
.product-card-discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 13px;
    background: #fff;
		border: 1px solid #FF554A;
    border-radius: 26px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #FF554A;
		text-align: center;
		padding: 4px 6px;
}
.product-card-action {
    background: #FFF1E6;
    font-size: 14px;
    color: #FF6E00;
}
.g-page a.product-card-action {
    color: #FF6E00;
}
.product-card-action:hover {
    background-color: #FF6E00;
    color: white;
}
.g-page a.product-card-action:hover {
    background-color: #FF6E00;
    color: white;
}
.bx-no-touch a.product-card-action:hover {
    background-color: #FF6E00;
    color: white;
}

.product-card-name {
    line-height: 1.25;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.product-card-wrapper:hover .product-card-name {
    -webkit-line-clamp: 3;
}
.product-card-price {
    display: inline-block;
    vertical-align: baseline;
}

.product-card-price-old {
    margin-left: 8px;
    text-decoration-line: line-through;
    color: #A6AEAE;
    display: inline-block;
    vertical-align: baseline;
}

.b-card__content.product-card {
    height: auto;
    margin-left: 0;
    margin-top: 0;
}

.b-card__content.product-card .b-card-sizes {
    padding-top: 8px;
    font-size: 14px;
    line-height: 125%;
    font-style: normal;
    font-weight: normal;
    color: #A6A6A6;
}

.b-card__content.product-card .b-card-sizes .b-card-sizes__item {
    text-decoration: dotted underline;
}

.b-card__content.product-card .b-card-sizes .b-card-sizes__item:hover {
    text-decoration: solid underline;
}

.product-card-discount:hover + .b-tooltip__block {
    opacity: 1;
    visibility: visible;
}

.product-card .bx-no-touch .b-card .b-card__bottom {
    opacity: 0;
    visibility: hidden;
}

.product-card .bx-no-touch .b-card:hover .b-card__bottom {
    opacity: 1;
    visibility: visible;
}

.product-card .b-card__image-picture {
    min-width: 250px;
    min-height: 250px;
    width: 100%;
    height: 100%;
}

.product-card .product-card_slider-nav {
  padding-block: 4px;
}

.product-card .b-slider__dots li {
    padding: 0;
}

.product-card .b-slider__dots li button {
    width: 4px;
    height: 4px;
    background: #CDCDCD;
    border-radius: 4px;
    margin: 0 4px;

    color: transparent;
    border: none;
    cursor: pointer;
    font-size: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
}



.product-card .b-slider__dots li.slick-active button {
    width: 16px;
}

.product-card .slick-list {
    height: 100%;
}

.product-card .slick-list .slick-track {
    height: 100%;
}

.product-card .slider-wrapper {
    overflow: hidden;
}

.product-card .b-card__image-picture.not-initialized {
    display: none;
}

.product-card .b-card__top {
    margin-bottom: 0;
    padding: 16px 19px 0;
}

.product-card .b-card__top .b-card__tag-block {
  position: absolute;
  /*inset: auto;*/
  top: 14px;
  left: 20px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  color: #fff;
  max-width: 75%;
  z-index: 1;
}

.product-card-action-container {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    z-index: 5;
    max-width: 256px;
    margin: 0 auto;
}

.product-card .b-card__image {
    height: 250px;
    width: 250px;
    margin: 0 auto;
}

.b-slider .product-card .b-card__image {
    height: 100%;
    width: 100%;
}
.b-slider .product-card .b-card__image-picture {
    min-width: auto;
    min-height: auto;
}
.b-slider .product-card-wrapper .b-card {
    position: relative;
}

.product-card .b-card__image-picture {
    display: flex !important;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.product-card .b-card__image-picture picture {
    width: 100%;
}

.product-card .b-card__top .b-card__image img {
    width: 100%;
    display: block;
    border-radius: 8px;
}
.searchpage .product-card .b-card__layer{
    z-index: -1;
}
.product-card-action-link {
    display: block;
}

/* End */


/* Start:/local/templates/orteka_desktop/components/bitrix/catalog/.default/catalog_popup/popup-card.css?1626158155492*/
.b-popup .b-full-card-details__bottom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-popup .b-full-card .g-link_more,
.b-popup .b-full-card + .g-link_more {
  background: rgba(0, 167, 184, 0.1);
  color: #00A7B8;
  border: none;
  height: 68px;
  line-height: 68px;
  text-transform: none;
}
.b-popup .b-full-card .g-link_more:hover,
.b-popup .b-full-card + .g-link_more:hover{
  background: #00A7B8;
  color: #FFFFFF;
}

/* End */
/* /local/templates/orteka_desktop/global/css/b-promotion.css?15988831191038 */
/* /local/templates/orteka_desktop/global/b-rating/b-rating.css?16856052962303 */
/* /local/templates/orteka_desktop/global/css/twentytwenty.css?16777640466537 */
/* /local/templates/orteka_desktop/global/b-full-card/b-full-card.css?169452968311743 */
/* /local/templates/orteka_desktop/components/orteka/product.list.light.item/product_card/style.css?17649477794798 */
/* /local/templates/orteka_desktop/components/bitrix/catalog/.default/catalog_popup/popup-card.css?1626158155492 */
