

/* Start:/local/templates/universe_s1/components/bitrix/sale.basket.basket/template.1.1/style.css?176619566862123*/
.ns-bitrix.c-basket.c-basket-template-1 {
  position: relative;
  z-index: 2;
}

.ns-bitrix.c-basket.c-basket-template-1 .basket-right-block{
  width: 336px;
}

.ns-bitrix.c-basket.c-basket-template-1 .basket-total-buttons{
  margin-top: 28px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-total-button{
  display: flex;
  align-items: center;
  margin-top: 16px;
  color: rgb(111, 111, 110);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  cursor: pointer;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-total-button:first-child{
  margin-top: 0;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-total-button span{
  border-bottom: 1px dashed;

  transition: color .3s ease-out, border-color .3s ease-out;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-total-button:hover span{
  color: #0044BB;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-total-button svg{
  margin-right: 10px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-total-button svg path{
  transition: stroke .3s ease-out;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-total-button:hover svg path{
  stroke: #0044BB;
}

.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-buttons{
  gap: 35px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button-selected-delete{
  display: flex;
  align-items: center;
  color: rgb(40, 40, 41);
  font-size: 14px;
  font-weight: 400;
  line-height: 145%;
  cursor: pointer;
  gap: 10px;

  transition: color .3s ease-out;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button-selected-delete:hover{
  color: #0E8041;
}

.ns-bitrix.c-basket.c-basket-template-1 .basket-body {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-body + .basket-gifts[data-showed=true] {
  margin-top: 64px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-total {
  /*background-color: #FFF;*/
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-total ~ .basket-items {
  margin-top: 20px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-total[data-fixed=true] {
  position: sticky;
  z-index: 3;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-total[data-fixed=true][data-code=basket-total-top] {
  top: 0;
  z-index: 4;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-total[data-fixed=true][data-code=basket-total-bottom] {
  bottom: 0;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-total-container {
  /*padding: 40px 18px;*/
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alerts {
  min-height: auto;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-wrap {
  margin-top: 16px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-wrap + * {
  margin-top: 24px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert {
  display: inline-block;
  position: relative;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #E8E8E8;
  border-radius: 2px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-text,
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-interactive-text {
  vertical-align: middle;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-interactive {
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-interactive:hover {
  opacity: 0.7;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-icon {
  display: inline-block;
  margin: 0 2px 0 4px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: middle;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert {
  position: relative;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert + .basket-alert {
  margin-top: 8px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert + * {
  margin-top: 16px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert.basket-alert-sticky + * {
  margin-top: 0;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
  line-height: 12px;
  cursor: pointer;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-close ~ * {
  padding-right: 10px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-interactive {
  cursor: pointer;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-interactive:hover {
  opacity: 0.7;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-interactive-button {
  display: inline-block;
  line-height: 1;
  border: 1px solid;
  padding: 3px 6px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-duration: 0.2s, 0.35s;
  -moz-transition-duration: 0.2s, 0.35s;
  -ms-transition-duration: 0.2s, 0.35s;
  -o-transition-duration: 0.2s, 0.35s;
  transition-duration: 0.2s, 0.35s;
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -ms-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-interactive-button:active {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-interactive-button:hover {
  opacity: 0.7;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-line + * {
  margin-top: 6px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert[data-entity=basket-item-warning-node] .basket-alert-close {
  top: 8px;
  right: 8px;
  font-size: 12px;
  line-height: 12px;
  cursor: pointer;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert[data-entity=basket-item-warning-node] .basket-alert-close ~ * {
  padding-right: 16px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert.basket-alert-sticky {
  margin-bottom: 16px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert.basket-alert-sticky .basket-alert-close {
  top: 8px;
  right: 8px;
  font-size: 12px;
  line-height: 12px;
  cursor: pointer;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert.basket-alert-sticky .basket-alert-close ~ * {
  padding-right: 16px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-wrapper.basket-item-restore {
  font-size: 13px;
  line-height: 135%;
  color: #808080;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-wrapper.basket-item-restore .basket-item-content {
  padding: 30px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore-name {
  color: #1B1E25;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore-button {
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore-button:hover {
  opacity: 0.7;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore-actions {
  padding-right: 32px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore-action {
  cursor: pointer;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -ms-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore-action svg {
  max-width: 16px;
  max-height: 16px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore-action svg path {
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: stroke;
  -moz-transition-property: stroke;
  -ms-transition-property: stroke;
  -o-transition-property: stroke;
  transition-property: stroke;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore-action:hover svg path {
  stroke: #404040;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-field {
  min-width: 280px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-field-label {
  position: absolute;
  margin-top: -80px;
  font-size: 14px;
  color: #B0B0B0;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-field-input {
  margin-top: 15px;
  background: #fff;
  border: 1px solid rgb(213, 212, 212);
  border-radius: 30px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-field-input input {
  padding: 15.6px 20px;
  border: 0;
  background: transparent;
  color: rgb(111, 111, 110);
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-field-input button{
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  border-radius: 50%;
  flex: 0 0 40px;
  height: 40px;
  padding: 0;
  margin: 0 4px;
  cursor: pointer;

  transition: background-color .3s ease-out;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-messages {
  overflow: hidden;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message {
  font-size: 0;
  margin-top: 24px;
  margin-left: -4px;
  margin-right: -4px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message[data-state=success] {
  color: #1DB940;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message[data-state=error] {
  color: #FF4037;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message + .basket-coupon-message {
  margin-top: 16px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message > span {
  display: inline-block;
  vertical-align: middle;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message > span, .ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message div {
  margin-left: 4px;
  margin-right: 4px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message-value {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #404040;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message-delete {
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  padding: 4px 8px;
  background-color: #FF4037;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-duration: 0.3s, 0.2s;
  -moz-transition-duration: 0.3s, 0.2s;
  -ms-transition-duration: 0.3s, 0.2s;
  -o-transition-duration: 0.3s, 0.2s;
  transition-duration: 0.3s, 0.2s;
  -webkit-transition-property: opacity, transform;
  -moz-transition-property: opacity, transform;
  -ms-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message-delete:hover {
  opacity: .8;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message-description {
  font-size: 12px;
  line-height: 14px;
  margin-top: 6px;
}

.ns-bitrix.c-basket.c-basket-template-1 .basket-total-price-wrap{
  gap: 2px 8px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price {
  overflow: hidden;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price-info-name {
  margin-right: 24px;
  color: rgb(40, 40, 41);
  font-size: 17px;
  font-weight: 600;
  line-height: 145%;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price-info-value {
  font-size: 14px;
  line-height: 16px;
  color: #666666;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price-info-value + .basket-price-info-value {
  margin-top: 6px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price-current {
  color: rgb(14, 128, 65);
  font-size: 24px;
  font-weight: 600;
  line-height: 145%;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price-discount {
  text-decoration: line-through;
  color: rgb(160, 183, 104);
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price-values {
  margin-top: 15px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price-economy-wrapper {
  font-size: 0;
  margin-left: -3px;
  margin-right: -3px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price-economy-wrapper > span {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: middle;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price-economy-name {
  font-size: 12px;
  line-height: 14px;
  color: #666666;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price-economy-value {
  color: #1B1E25;
  padding: 4px;
  background-color: #FFC700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-control {
  position: relative;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-control-input {
  position: relative;
  z-index: 1;
  border-radius: 30px;
  background: rgb(239, 239, 237);
  color: rgb(111, 111, 110);
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
  padding: 15.2px 19px;
  width: 260px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-control-reset {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  padding-left: 14px;
  padding-right: 14px;
  cursor: pointer;
  z-index: 1;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-control-reset::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  overflow: hidden;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-control-reset:hover path {
  stroke: #E05757;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-control-reset svg {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-control-reset path {
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: stroke;
  -moz-transition-property: stroke;
  -ms-transition-property: stroke;
  -o-transition-property: stroke;
  transition-property: stroke;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-statuses {
  overflow: hidden;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-statuses-wrapper {
  margin-left: -16px;
  margin-right: -16px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-status {
  font-size: 16px;
  line-height: 21px;
  color: #B0B0B0;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: border-color, color;
  -moz-transition-property: border-color, color;
  -ms-transition-property: border-color, color;
  -o-transition-property: border-color, color;
  transition-property: border-color, color;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-status.active, .ns-bitrix.c-basket.c-basket-template-1 .basket-filter-status:hover {
  color: #404040;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-empty {
  font-size: 0;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 380px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-empty-picture {
  margin-bottom: 32px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-empty-picture svg {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-empty-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  color: #B0B0B0;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-empty-description {
  font-size: 14px;
  line-height: 22px;
  color: #808080;
  margin-top: 16px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items + .basket-total {
  margin-top: -1px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel {
  overflow: hidden;
  border-radius: 30px;
  background: rgb(255, 255, 255);
  padding: 32px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel + div {
  margin-top: 24px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button {
  padding: 12px 20px;
  background-color: #FFF;
  border-width: 1px;
  border-color: #B0B0B0;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: border-color, background-color;
  -moz-transition-property: border-color, background-color;
  -ms-transition-property: border-color, background-color;
  -o-transition-property: border-color, background-color;
  transition-property: border-color, background-color;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button-icon {
  font-size: 0;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button-icon svg {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 18px;
  max-height: 18px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button-icon path {
  fill: #B0B0B0;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: fill;
  -moz-transition-property: fill;
  -ms-transition-property: fill;
  -o-transition-property: fill;
  transition-property: fill;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button-content {
  font-size: 14px;
  line-height: 14px;
  color: #808080;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button-print {
  border-color: transparent;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button-print:hover .basket-items-panel-button-icon path {
  fill: #404040;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button-delete:hover {
  background-color: #FBE7E7;
  border-color: #FBE7E7;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button-delete:hover .basket-items-panel-button-icon path {
  fill: #E05757;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button-delete:hover .basket-items-panel-button-content {
  color: #E05757;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-overlay {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2 !important;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-container{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button-select-all{
  color: rgb(40, 40, 41);
  font-size: 14px;
  font-weight: 400;
  line-height: 145%;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button-select-all label{
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-delete-check{
  margin-right: 9px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-delete-check input,
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button-select-all input{
  display: none;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-delete-check label,
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button-select-all label span{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #282829;
  width: 20px;
  height: 20px;
  cursor: pointer;

  transition: background-color .3s ease-out, border-color .3s ease-out;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-delete-check input:checked + label,
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button-select-all input:checked + label span{
  background: #CCF437;
  border-color: #CCF437;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-delete-check label svg,
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button-select-all label svg{
  opacity: 0;

  transition: opacity .3s ease-out;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-delete-check input:checked + label svg,
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button-select-all input:checked + label svg{
  opacity: 1;
}

.ns-bitrix.c-basket.c-basket-template-1 .basket-item {
  position: relative;
  background-color: #FFF;
  border-radius: 30px;
  width: 100%;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item + .basket-item {
  margin-top: -1px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-highlighted {
  background-color: #FFC700;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-wrapper {

}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-content {
  padding: 32px;
  /*overflow: hidden;*/
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image {
  position: relative;
  text-align: center;
  width: 186px;
  max-height: 186px;
  margin-right: 24px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image .basket-item-quick-view-image {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s ease;
  cursor: pointer;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image img {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 186px;
  z-index: 1;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image:hover .basket-item-quick-view-image {
  visibility: visible;
  opacity: 1;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-link {
  position: relative;
  display: inline-flex;
  text-decoration: none;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
}
@media all and (max-width: 1000px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-link {
    border-radius: 20px;
  }
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-stickers {
  position: absolute;
  margin: 3px;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-stickers[data-position-y=middle] {
  margin-top: 0;
  margin-bottom: 0;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-stickers[data-position-x=left] {
  text-align: left;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-stickers[data-position-x=center] {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-stickers[data-position-x=right] {
  text-align: right;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-stickers-wrapper {
  font-size: 0;
  margin: -3px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-sticker {
  margin: 3px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-sticker + .basket-item-image-sticker {
  margin-top: 0;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-sticker-value {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  color: #1B1E25;
  padding: 3px 4px;
  background-color: #FFC700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ns-bitrix.c-basket.c-basket-template-1 .basket-item-info{
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-right: 40px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-properties-wrap{
  flex: auto;
  gap: 20px 10px;
}

.ns-bitrix.c-basket.c-basket-template-1 .basket-item-name {
  font-size: 0;
  margin: 0;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-name > * {
  color: rgb(40, 40, 41);
  font-size: 18px;
  font-weight: 600;
  line-height: 126%;
  text-decoration: none;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-name + * {
  margin-top: 24px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-offers + * {
  margin-top: 24px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-offers-property + * {
  margin-top: 16px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-offers-property-name {
  font-size: 14px;
  line-height: 17px;
  color: #808080;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-offers-property-values {
  margin-top: 8px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-offers-property-values-wrapper {
  font-size: 0;
  margin: -4px -3px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-offers-property-value {
  display: inline-block;
  margin: 4px 3px;
  vertical-align: middle;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-offers-property-value-content {
  border: 1px solid #E8E8E8;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-duration: 0.35s, 0.35s, 0.2s;
  -moz-transition-duration: 0.35s, 0.35s, 0.2s;
  -ms-transition-duration: 0.35s, 0.35s, 0.2s;
  -o-transition-duration: 0.35s, 0.35s, 0.2s;
  transition-duration: 0.35s, 0.35s, 0.2s;
  -webkit-transition-property: border-color, background-color, transform;
  -moz-transition-property: border-color, background-color, transform;
  -ms-transition-property: border-color, background-color, transform;
  -o-transition-property: border-color, background-color, transform;
  transition-property: border-color, background-color, transform;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-offers-property-value-content:active {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-properties,
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-properties,
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-properties-wrapper{
  height: 100%;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-offer-property-type=picture] .basket-item-offers-property-value.selected > div > i {
  opacity: 1;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-offer-property-type=picture] .basket-item-offers-property-value.not-available > div {
  opacity: 0.3;
  cursor: not-allowed;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-offer-property-type=picture] .basket-item-offers-property-value-content {
  text-align: center;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-offer-property-type=picture] .basket-item-offers-property-value-content::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  overflow: hidden;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-offer-property-type=picture] .basket-item-offers-property-value-content > i {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #FFF;
  opacity: 0;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-offer-property-type=text] .basket-item-offers-property-value.selected > div {
  background-color: #E8E8E8;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-offer-property-type=text] .basket-item-offers-property-value-content {
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  padding: 7px 8px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-basket-properties + div {
  margin-top: 13px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-basket-properties + .basket-item-offers {
  margin-top: 24px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-basket-property {
  overflow: hidden;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-basket-property + .basket-item-basket-property {
  margin-top: 13px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-basket-property-name {
  font-size: 14px;
  line-height: 20px;
  color: #B0B0B0;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-basket-property-value {
  font-size: 14px;
  line-height: 20px;
  color: #404040;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-properties + div {
  margin-top: 13px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-properties + .basket-item-offers {
  margin-top: 24px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-property {
  /*overflow: hidden;*/
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-property + .basket-item-product-property {
  margin-top: 6px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-property-name {
  color: rgb(40, 40, 41);
  font-size: 14px;
  font-weight: 400;
  line-height: 126%;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-property-values {
  overflow: hidden;
}

.ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-property-list{
  position: relative;
  pointer-events: none;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-property-list-name{
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  padding: 13.86px 16px;
  color: rgb(40, 40, 41);
  font-size: 14px;
  font-weight: 400;
  line-height: 145%;
  background-color: #EFEFED;
  gap: 18px;
  cursor: pointer;
  pointer-events: all;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-property-list-name svg{
  transition: transform .3s ease-out;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-property-list.open .basket-item-product-property-list-name svg{
  transform: rotateZ(180deg);
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-property-list-values{
  position: absolute;
  overflow: hidden;
  margin-top: 8px;
  border-radius: 30px;
  background: #fff;
  z-index: 2;
  height: 0;
  pointer-events: all;
  box-shadow: 0 8px 20px rgba(27, 30, 37, 0.04);
  min-width: 320px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-property-list-values-wrapper{
  padding: 22px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-property-list-values a{
  display: block;
  color: rgb(40, 40, 41);
  font-size: 14px;
  font-weight: 400;
  line-height: 126%;
  text-decoration: none;
  margin-top: 12px;

  transition: color .3s ease-out;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-property-list-values a:first-child{
  margin-top: 0;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-property-list-values a:hover{
  color: #CCF437;
}
@media all and (max-width: 1000px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-property-list-values{
    border-radius: 20px;
  }
}

.ns-bitrix.c-basket.c-basket-template-1 [data-product-property-type=picture] .basket-item-product-property-values {
  margin-top: 5px;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-product-property-type=picture] .basket-item-product-property-value {
  width: auto;
  height: auto;
  max-width: 60px;
  max-height: 60px;
  border: 1px solid #E8E8E8;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: border-color;
  -moz-transition-property: border-color;
  -ms-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-product-property-type=text] .basket-item-product-property-value {
  color: rgb(40, 40, 41);
  font-size: 14px;
  font-weight: 400;
  line-height: 126%;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-additional {
  overflow: hidden;
  height: 100%;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-additional-wrapper{
  height: 100%;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-price-apart-measure {
  font-size: 14px;
  line-height: 16px;
  color: #404040;
  margin-bottom: 6px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-price-apart-value {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: #1B1E25;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-price-apart-discount {
  font-size: 14px;
  line-height: 16px;
  color: #808080;
  text-decoration: line-through;
  margin-top: 4px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-price-along {
  text-align: center;
  margin-top: 12px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-price-along-value {
  font-size: 14px;
  line-height: 16px;
  color: #404040;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-price-along-discount {
  font-size: 12px;
  line-height: 12px;
  color: #808080;
  text-decoration: line-through;
  margin-top: 6px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-wrap {
  font-size: 0;
  text-align: center;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-wrap .basket-item-quantity-counter{
  align-items: center;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity [disabled=disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-counter button {
  display: flex;
  padding: 0 !important;
  /*border: 1.25px solid rgb(40, 40, 41);*/
  /*border-radius: 4px;*/
  /*width: 19px;*/
  /*height: 19px;*/
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-counter button svg path{
  transition: stroke .3s ease-out;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-counter button:hover svg path{
  stroke: #282829;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-wrap input{
  padding: 0 2px !important;
  width: auto !important;
  max-width: 40px;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  color: rgb(40, 40, 41);
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}

.ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-wrap {
  font-size: 0;
  text-align: right;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-total {
  display: inline-block;
  text-align: right;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-percent {
  font-size: 14px;
  line-height: 16px;
  color: #404040;
  margin-bottom: 6px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-price-title{
  color: rgb(14, 128, 65);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-value {
  color: rgb(14, 128, 65);
  font-size: 20px;
  font-weight: 600;
  line-height: 126%;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-discount-wrap{
  margin-top: 12px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-discount-title,
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-discount {
  color: rgb(111, 111, 110);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-economy {
  margin-top: 8px;
  overflow: hidden;
  text-align: right;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-economy-wrapper {
  font-size: 0;
  margin-left: -3px;
  margin-right: -3px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-economy-wrapper > div {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  margin-left: 3px;
  margin-right: 3px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-economy-name {
  color: #666666;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-economy-value {
  color: #1B1E25;
  padding: 4px;
  background-color: #FFC700;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-desktop-actions {
  overflow: hidden;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-desktop-action {
  color: #808080;
  padding: 9px 11px;
  background-color: #FFF;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-desktop-action svg {
  max-width: 16px;
  max-height: 16px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-desktop-action svg path {
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: stroke, fill;
  -moz-transition-property: stroke, fill;
  -ms-transition-property: stroke, fill;
  -o-transition-property: stroke, fill;
  transition-property: stroke, fill;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-desktop-action[data-type=alert]:hover {
  color: #E56060;
  border-color: #FBE7E7;
  background-color: #FBE7E7;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-desktop-action[data-type=alert]:hover svg path {
  fill: #E56060;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-desktop-action-text {
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-left: 8px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-empty {
  font-size: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 380px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-empty-picture {
  margin-bottom: 36px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-empty-picture svg {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-empty-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  color: #B0B0B0;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-empty-description {
  font-size: 14px;
  line-height: 22px;
  color: #808080;
  margin-top: 16px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-empty-button {
  margin-top: 24px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-gifts[data-showed=true] + * {
  margin-top: 64px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-gifts-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #1B1E25;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-gifts-title + .basket-gifts-list {
  margin-top: 32px;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-position-y=top] {
  top: 0;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-position-y=middle] {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ns-bitrix.c-basket.c-basket-template-1 [data-position-y=bottom] {
  bottom: 0;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-position-x=left] {
  left: -10px;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-position-x=center] {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ns-bitrix.c-basket.c-basket-template-1 [data-position-x=right] {
  right: -10px;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-position-y=middle][data-position-x=center] {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ns-bitrix.c-basket.c-basket-template-1 [data-overlayed=true] {
  position: relative;
}
.ns-bitrix.c-basket.c-basket-template-1 [data-overlayed=true] > * {
  position: relative;
  z-index: 1;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-control-wrap {
  /*display: none;*/
  margin-bottom: 12px;
  gap: 6px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-counter .intec-ui-part-input {

}
.ns-bitrix.c-basket.c-basket-template-1 .basket-order-wrapper {
  display: block;
}

.ns-bitrix.c-basket.c-basket-template-1 .basket-order-button {
  display: flex;
  align-items: center;
  color: rgb(14, 128, 65);
  font-size: 16px;
  font-weight: 600;
  line-height: 126%;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  width: 100%;

  transition: background-color .3s ease-out, color .3s ease-out;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-order-button span:nth-child(1){
  border-radius: 30px;
  background: rgb(204, 244, 55);
  padding: 16.93px 29px;
  white-space: nowrap;
  flex: 1;

  transition: background-color .3s ease-out;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-order-button span:nth-child(2){
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(204, 244, 55);
  border-radius: 50%;
  width: 54px;
  height: 54px;

  transition: background-color .3s ease-out;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-order-button:hover span:nth-child(1),
.ns-bitrix.c-basket.c-basket-template-1 .basket-order-button:focus span:nth-child(1),
.ns-bitrix.c-basket.c-basket-template-1 .basket-order-button:hover span:nth-child(2),
.ns-bitrix.c-basket.c-basket-template-1 .basket-order-button:focus span:nth-child(2){
  background-color: #d8f767;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-order-button[disabled="disabled"]{
  pointer-events: none;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-order-button[disabled="disabled"] span{
  background-color: #FF4037;
  color: #fff;
}

.ns-bitrix.c-basket.c-basket-template-1 .basket-total-wrapper{
  gap: 26px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price-wrap{
  border-radius: 30px;
  background: rgb(255, 255, 255);
  padding: 24px 24px 34px;
}
@media all and (max-width: 1000px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-price-wrap{
    border-radius: 20px;
  }
}

.ns-bitrix.c-basket.c-basket-template-1 .basket-item-control-wrap .basket-item-action{
  display: flex;
  cursor: pointer;
}

.ns-bitrix.c-basket.c-basket-template-1 .basket-item-control-wrap .basket-item-action[data-item-action="delete"]{
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 50%;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-control-wrap .basket-item-action[data-item-action="delete"] svg{
  width: 16px;
  height: auto;
}

.ns-bitrix.c-basket.c-basket-template-1 .basket-order-wrapper div:last-child {
  margin-top: 8px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-confirm-remove-product {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  background: rgba(51, 51, 51, 0.5);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-confirm-remove-product[data-state=hidden] {
  display: none;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-confirm-remove-product-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 60px;
  background: #FFFFFF;
  border-radius: 2px;
  max-width: 580px;
  min-width: 320px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-confirm-remove-product-close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-confirm-remove-product-title {
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
  color: #1B1E25;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-confirm-remove-product-text {
  margin-top: 48px;
  margin-bottom: 34px;
  font-weight: normal;
  font-size: 15px;
  line-height: 23px;
  color: #404040;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-confirm-remove-product-button {
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 97px;
  height: 44px;
  border-width: 1px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-confirm-remove-product-delay {
  cursor: pointer;
  color: #808080;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-confirm-remove-product-delay[data-state=hidden] {
  display: none;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-confirm-remove-product-delay [data-role="confirm.remove.product.delay.message"] {
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
}
@media all and (max-width: 1200px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image{
    width: 120px;
    max-height: 120px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image img{
    max-height: 120px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-price-apart-wrap {
    font-size: 0;
    text-align: right;
    order: 4;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-price-apart {
    display: inline-block;
    text-align: left;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-wrap {
    font-size: 0;
    text-align: right;
    order: 3;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-economy {
    order: 2;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-wrapper {
    display: inline-block;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-wrap {
    order: 1;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-buttons-wrap{
    order: 2;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-filter-wrap{
    order: 1;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-filter-control-input{
    width: 100%;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-control-wrap{
    margin-bottom: 0;
  }
}
@media all and (max-width: 1024px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-price-info-values {
    margin-right: 10px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-field {
    min-width: auto;
    max-width: 280px;
  }
}
@media all and (max-width: 1000px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-right-block{
    width: 100%;
  }
}
@media all and (max-width: 900px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-order-wrapper div:last-child {
    margin-top: 0;
    padding-left: 13px;
  }
}
@media all and (max-width: 768px) {
  .ns-bitrix.c-basket.c-basket-template-1 {
    /*.basket-filter-wrap {
      display: none;
    }*/
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-body + .basket-gifts[data-showed=true] {
    margin-top: 48px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message-value {
    display: block !important;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message-delete {
    margin-top: 6px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-price-current {
    font-size: 20px;
    line-height: 24px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-price-info-value {
    font-size: 12px;
    line-height: 14px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel + div {
    margin-top: 22px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-name > * {
    font-size: 16px;
    line-height: 22px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 [data-offer-property-type=picture] .basket-item-offers-property-value-content {
    width: 30px;
    height: 30px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 [data-offer-property-type=picture] > i {
    font-size: 16px;
    line-height: 16px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 [data-offer-property-type=text] .basket-item-offers-property-value-content {
    padding: 11px 12px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-basket-property + .basket-item-basket-property {
    margin-top: 9px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-property + .basket-item-product-property {
    margin-top: 9px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-value {
    font-size: 20px;
    line-height: 24px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-percent {
    font-size: 12px;
    line-height: 14px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-price-apart-measure {
    font-size: 12px;
    line-height: 14px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-price-apart-value {
    font-size: 20px;
    line-height: 20px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-gifts[data-showed=true] + * {
    margin-top: 48px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-gifts-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-gifts-title + .basket-gifts-list {
    margin-top: 24px;
  }
}
@media print {
  .ns-bitrix.c-basket.c-basket-template-1 [data-print=false] {
    display: none;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-counter.intec-ui.intec-ui-control-numeric .intec-ui-part-input {
    box-shadow: none !important;
    padding: 0 !important;
    background: none !important;
    border: 0 !important;
  }
}
@media all and (max-width: 767px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-content {
    padding: 20px;
    margin: 0;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-additional {
    /*padding: 20px 20px 0;*/
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-control-wrap {
    /*display: block;*/
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-control-wrap {
    /*display: none;*/
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-control-wrap .basket-item-action svg {
    width: 100%;
    /*max-height: 21px;*/
    /*max-width: 17px;*/
    background-color: transparent !important;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-control-wrap .basket-item-action div:last-child {
    margin-top: 14px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total {
    display: flex;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-remove-delayed svg path {
    stroke: transparent;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-economy {
    text-align: right;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-percent {
    text-align: right;
  }
}
@media all and (max-width: 720px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-info{
    padding-right: 0;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image {
    margin-right: 20px;
    margin-bottom: 16px;
    width: 180px;
    max-height: 180px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image img{
    max-height: 180px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-additional-wrapper{
    flex-direction: row !important;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-main{
    padding: 0 0 34px;
  }
}
@media all and (max-width: 650px) {
  .ns-bitrix.c-basket.c-basket-template-1 {
    /*.basket-alert-wrap {
      display: none;
    }*/
  }


  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-stickers {
    display: none;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-desktop-actions {
    display: none;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-confirm-remove-product-wrapper {
    padding: 40px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore-close {
    display: none;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-properties {
    margin-top: 0 !important;
  }
  .ns-bitrix.c-basket.c-basket-template-1 [data-position-y=middle] {
    top: 42%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ns-bitrix.c-basket.c-basket-template-1 [data-position-y=bottom] {
    bottom: -10px;
  }
  /*.ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-counter {*/
  /*  !*max-width: 80px;*!*/
  /*}*/
  /*.ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-counter .intec-ui-part-decrement {*/
  /*  padding-right: 13px !important;*/
  /*  padding-left: 0 !important;*/
  /*}*/
  /*.ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-counter .intec-ui-part-input {*/
  /*  width: 40px !important;*/
  /*  height: 40px;*/
  /*}*/
  /*.ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-counter .intec-ui-part-increment {*/
  /*  padding-right: 0 !important;*/
  /*  padding-left: 13px !important;*/
  /*}*/
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image {
    position: relative;
    text-align: center;
    width: 100%;
    margin-right: 20px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image img {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    z-index: 1;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-economy {
    margin-top: 0;
    text-align: left;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-economy-wrapper .basket-item-total-economy-name {
    display: block;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-control-wrap {
    margin-bottom: 0;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-price-apart-wrap {
    display: none;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-wrapper > div[data-print] {
    display: none;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-percent {
    display: none;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-price-apart-wrap {
    text-align: left;
    order: 1;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-wrap {
    text-align: left;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-wrap {
    text-align: left;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-action {
    width: auto;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-wrap {
    order: unset;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-wrap {
    order: unset;
  }
}
@media all and (max-width: 600px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-field {
    min-width: auto;
    max-width: unset;
  }
}
@media all and (max-width: 550px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-property-list-values{
    min-width: 220px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-property-list-values a{
    font-size: 12px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-link{
    display: flex;
    justify-content: center;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel{
    padding: 12px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-name + * {
    margin-top: 16px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-product-properties-wrapper{
    gap: 5px;
  }
}
@media all and (max-width: 425px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-alert-interactive {
    display: block;
  }
}
@media all and (max-width: 400px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-wrap {
    order: 1;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-control-wrap {
    order: 2;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-info-wrap {
    order: 3;
  }
}
@media all and (max-width: 375px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-order-wrapper div:last-child {
    padding-left: 0;
    margin-top: 15px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-control-wrap {
    display: flex;
  }
}
@media all and (max-width: 374px) {

  .ns-bitrix.c-basket.c-basket-template-1 .basket-price-info-name {
    margin-right: 15px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-price-economy {
    margin-top: 15px;
  }
}
@media all and (max-width: 360px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-price-discount {
    margin-left: 0;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image {
    position: relative;
    text-align: center;
    width: 100%;
    max-height: none;
    margin-right: 0;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-economy {
    text-align: right;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-field-label {
    display: block;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-field-input input {
    font-size: 13px;
    line-height: 14px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/universe_s1/components/bitrix/catalog.products.viewed/tile.2/style.css?176619543641384*/
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 {
  position: relative;
  display: block;
  z-index: 1;
  padding-top: clamp(50px, 12vw, 128px);
  overflow: hidden;
}

.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-header{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 40px;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-header-title{
    color: rgb(40, 40, 41);
    font-size: clamp(22px, 3.4vw, 43px);
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 126%;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-purchase-button.bx-catalog-subscribe-button {
    padding: 0 10px;
    width: auto;
    border-radius: 40px;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-items{
  overflow: visible;
}

.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-base {

}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-advanced {

}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-name {
  font-size: 0;
  margin-bottom: 14px;
  height: 46px;
  overflow: hidden;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-name div,
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: rgb(40, 40, 41);
  font-size: 18px;
  font-weight: 600;
  line-height: 126%;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-article {
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  color: #808080;
  overflow: hidden;
  margin-bottom: 16px;
}

.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-vote-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 14px;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-vote {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-vote-icon{
  display: flex;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-vote-value{
  font-size: 16px;
  font-weight: 400;
  line-height: 126%;
  color: #282829;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-reviews {
  font-size: 16px;
  font-weight: 400;
  line-height: 126%;
  color: #6F6F6E;
}

.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-quantity-wrap {
  margin-top: 15px;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-quantity {
  margin-bottom: 10px;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  color: #777;
  text-align: left;
  white-space: normal;
  display: none;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-quantity[data-offer=false] {
  display: block;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-quantity-icon {
  margin-right: 5px;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-quantity-check {
  color: #14cc8d;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-quantity-times {
  color: #fa9696;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image-container {
  position: relative;
  margin-bottom: 20px;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-marks {
  position: absolute;
  top: -15px;
  left: -15px;
  right: 20px;
  pointer-events: none;
  z-index: 2;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image {
  position: relative;
  padding-top: 87.5%;
  z-index: 1;
  display: none;
  border-radius: 16px;
  overflow: hidden;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image[data-offer=false] {
  display: block;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  white-space: nowrap;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image-wrapper .owl-stage-outer,
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image-wrapper .owl-stage,
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image-wrapper .owl-item {
  height: 100%;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image-element {
  display: block;
  height: 100%;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image-buttons {

}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #F4F4F4;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image-button svg{
  width: 20px;
  height: auto;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image-button svg path{
  fill: #fff;
  transition: fill .2s ease-out;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image-button:hover svg path,
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image-button-delayed svg path{
  fill: #FF4037;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image-button-delay {
  display: flex;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image-button-delay[data-basket-state=delayed] {
  display: none;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image-button-delayed {
  display: none;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image-button-delayed[data-basket-state=delayed] {
  display: flex;
  opacity: 1;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image-button-compare {
  display: block;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image-button-compare[data-compare-state=added] {
  display: none;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image-button-compared {
  display: none;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image-button-compared[data-compare-state=added] {
  display: block;
  opacity: 1;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image .owl-nav {
  opacity: 0;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image .owl-nav > button {
  color: #ababab;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image .owl-nav > button:hover {
  color: #000;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image .owl-nav .disabled {
  color: #ebebeb !important;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image[data-view=extended] .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
  text-align: right;
  margin-left: -5px;
  margin-right: -5px;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image[data-view=extended] .owl-nav > button {
  display: inline-block;
  width: 25px;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image[data-view=default] .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image[data-view=default] .owl-nav > button {
  position: absolute;
  width: 25px;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image[data-view=default] .owl-prev {
  left: -25px;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image[data-view=default] .owl-next {
  right: -25px;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-quick-view {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  font-size: 0;
  text-align: center;
  z-index: 1;
}
@media all and (max-width: 1200px) {
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-quick-view {
    display: none !important;
  }
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-quick-view-button {
  visibility: visible;
  line-height: 1;
  padding: 10px;
  font-size: 0;
  background: #fff;
  border: 1px solid #ccc;
  color: #848790;
  opacity: 0.9;
  cursor: pointer;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-quick-view-button-icon,
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-quick-view-button-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-quick-view-button-text {
  line-height: 1.5;
  margin-left: 10px;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-price {

}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-price-wrapper{
  gap: 4px 8px;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-price-discount {
  color: rgb(40, 40, 41);
  font-size: 21px;
  font-weight: 600;
  line-height: 126%;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-price-base {
  color: rgb(137, 152, 101);
  font-size: 14px;
  font-weight: 500;
  line-height: 126%;
  text-decoration: line-through;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-properties {
  margin-top: -15px;
  margin-bottom: 30px;
  min-height: 15px;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property {
  display: block;
  margin-top: 15px;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property-title {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property-values {
  display: block;
  font-size: 0;
  margin: 4px -3px -3px -3px;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property-value {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 3px;
  border: 1px solid #e8e8e8;
  cursor: pointer;
  background: #fff;
  color: #222222;
  overflow: hidden;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: color, border-color, background-color, opacity, transform;
  -moz-transition-property: color, border-color, background-color, opacity, transform;
  -ms-transition-property: color, border-color, background-color, opacity, transform;
  -o-transition-property: color, border-color, background-color, opacity, transform;
  transition-property: color, border-color, background-color, opacity, transform;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property-value:active {
  -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property-value[data-state=hidden] {
  display: none;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property-value[data-state=disabled] {
  opacity: 0.5;
  border-color: #e8e8e8 !important;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property-value[data-state=disabled]:active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property-value[data-state=selected] {
  background: #e8e8e8;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property-value-text {
  display: block;
  padding: 4px 9px;
  color: inherit;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  min-width: 24px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property-value-image {
  height: 24px;
  width: 24px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property-value-image i {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 0;
  color: #FFF;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property[data-type=picture] .catalog-products-viewed-item-offers-property-value {
  border-radius: 17px;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property[data-type=picture] [data-state=selected] i {
  opacity: 1;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property[data-extended=true] {
  display: none;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property[data-visible=false] {
  display: none !important;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property-extended {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25px;
  z-index: 4;
  opacity: 0;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property-extended[data-side=left] {
  left: -30px;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property-extended[data-side=right] {
  right: -30px;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property-extended-values {
  overflow: hidden;
  text-align: center;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property-extended-value {
  position: relative;
  color: #000;
  cursor: pointer;
  margin-bottom: 10px;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property-extended-value:nth-last-child(2) {
  margin-bottom: 0;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property-extended-value-text {
  font-size: 12px;
  line-height: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property-extended-value-image {
  width: 15px;
  height: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #ebebeb;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: border;
  -moz-transition-property: border;
  -ms-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property-extended-value-overlay {
  position: absolute;
  top: 0;
  left: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  background-color: #e8e8e8;
  opacity: 0.9;
  display: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property-extended-value[data-state=hidden] {
  display: none;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property-extended-value[data-state=selected] .catalog-products-viewed-item-offers-property-extended-value-text {
  text-decoration: underline;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property-extended-value[data-state=disabled] .catalog-products-viewed-item-offers-property-extended-value-text {
  text-decoration: line-through;
  opacity: 0.4;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property-extended-value[data-state=disabled] .catalog-products-viewed-item-offers-property-extended-value-overlay {
  display: block;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property-extended[data-visible=false] {
  display: none !important;
}

.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-item-footer{
  gap: 5px;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-item-buttons-wrap{
  gap: 5px;
}

.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-purchase-container {
  overflow: hidden;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-purchase-buttons {

}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-purchase-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 14px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -ms-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-purchase-button-add {
  display: flex;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-purchase-button-add[data-basket-state=added] {
  display: none;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-purchase-button-added {
  display: none;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-purchase-button-added[data-basket-state=added] {
  display: flex;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-counter {
  text-align: center;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-counter .intec-ui-part-input {
  border-left: none;
  border-right: none;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item {
  position: relative;
  z-index: 1;
  opacity: 0;
  pointer-events: none;

  transition: opacity .3s ease-out;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item.swiper-slide-active,
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item.swiper-slide-next,
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item.swiper-slide-next + .catalog-products-viewed-item,
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item.swiper-slide-next + .catalog-products-viewed-item + .catalog-products-viewed-item{
  opacity: 1;
  pointer-events: all;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-wrapper {
  height: 100%;
  background-color: #FFF;
  padding: 16px;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item [data-borders-style=rounded] {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
@media all and (max-width: 1000px) {
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item [data-borders-style=rounded] {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item:hover [data-borders-style=squared] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns="4"] .catalog-products-viewed-item-quick-view-button-icon,
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns="4"] .catalog-products-viewed-item-quick-view-button-text {
  font-size: 10px;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 [data-available=false] .catalog-products-viewed-item-counter {
  display: none;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-button=false] .catalog-products-viewed-item-advanced {
  padding-bottom: 0;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 [data-align=left].catalog-products-viewed-item-name,
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 [data-align=left].catalog-products-viewed-item-article,
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 [data-align=left].catalog-products-viewed-item-vote,
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 [data-align=left].catalog-products-viewed-item-quantity,
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 [data-align=left].catalog-products-viewed-item-price,
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 [data-align=left].catalog-products-viewed-item-offers-property-title, .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 [data-align=left].catalog-products-viewed-item-offers-property-values {
  text-align: left;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 [data-align=center].catalog-products-viewed-item-name, .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 [data-align=center].catalog-products-viewed-item-article, .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 [data-align=center].catalog-products-viewed-item-vote, .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 [data-align=center].catalog-products-viewed-item-quantity, .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 [data-align=center].catalog-products-viewed-item-price, .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 [data-align=center].catalog-products-viewed-item-offers-property-title, .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 [data-align=center].catalog-products-viewed-item-offers-property-values {
  text-align: center;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 [data-align=right].catalog-products-viewed-item-name, .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 [data-align=right].catalog-products-viewed-item-article, .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 [data-align=right].catalog-products-viewed-item-vote, .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 [data-align=right].catalog-products-viewed-item-quantity, .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 [data-align=right].catalog-products-viewed-item-price, .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 [data-align=right].catalog-products-viewed-item-offers-property-title, .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 [data-align=right].catalog-products-viewed-item-offers-property-values {
  text-align: right;
}
@media all and (max-width: 720px) {
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image .owl-nav {
    opacity: 1;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image-button {
    opacity: 1;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-advanced {
    display: block;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property-extended {
    display: none;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-offers-property[data-extended=true] {
    display: block;
  }
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-more {
  display: block;
  font-size: 0;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  line-height: 1px;
  margin-top: 30px;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-more + .catalog-products-viewed-navigation {
  margin-top: 20px;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-more-button {
  display: inline-block;
  width: 100%;
  padding: 18px 0;
  vertical-align: top;
  border: 1px solid #F2F2F2;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-more-icon,
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-more-text {
  display: inline-block;
  vertical-align: middle;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-more-icon {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-more-icon svg {
  fill: none !important;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-more-text {
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-left: 10px;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-more-button:hover {
  border: 1px solid #FBFCFD;
  background-color: #FBFCFD;
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-more-button:hover .catalog-products-viewed-more-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-purchase-buttons:not([data-offer=false]) + .catalog-products-viewed-item-purchase-detail {
  display: none;
}


@media all and (max-width: 1250px) {
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item{
    opacity: 1;
    pointer-events: all;
  }
}
@media all and (max-width: 550px) {
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-header{
    margin-bottom: 16px;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-wrapper{
    padding: 10px 10px 8px;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-vote{
    gap: 4px;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-vote-wrap{
    margin-bottom: 8px;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-price-wrapper{
    gap: 1px 6px;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"] .catalog-products-viewed-item-vote-value,
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"] .catalog-products-viewed-item-reviews{
    font-size: 12px;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"] .catalog-products-viewed-item-vote-icon{
    width: 20px;
  }

  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"] .catalog-products-viewed-item {
    margin: 1px 0 1px;
    padding: 0 1px;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"] .catalog-products-viewed-item [data-borders-style=rounded]:hover .catalog-products-viewed-purchase-container {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"][data-borders=true] .catalog-products-viewed-item {
    padding: 0;
    margin-right: -1px;
    margin-bottom: -1px;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"] .catalog-products-viewed-item-price {
    overflow: hidden;
    height: auto;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"] .catalog-products-viewed-item-image-container {
    margin-bottom: 16px;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"] .catalog-products-viewed-item-image {
    padding-top: 100%;
    margin-bottom: 0;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"] .catalog-products-viewed-item-substrate,
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"] .catalog-products-viewed-item-quantity-wrap,
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"] .catalog-products-viewed-item-marks,
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"] .catalog-products-viewed-item-counter,
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"] .catalog-products-viewed-item-section,
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"] .catalog-products-viewed-item-offers-properties {
    display: none;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"] .catalog-products-viewed-item-name {
    height: 32px;
    margin-bottom: 8px;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"] .catalog-products-viewed-item-name div,
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"] .catalog-products-viewed-item-name a {
    font-size: 12px;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"] .catalog-products-viewed-item-price-discount {
    font-size: 13px;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"] .catalog-products-viewed-item-price-base {
    font-size: 9px;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"] .catalog-products-viewed-item-advanced {

  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"] .catalog-products-viewed-item-offers-properties {
    margin-bottom: 20px;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"] .catalog-products-viewed-item-offers-property {
    margin-top: 10px;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"] .catalog-products-viewed-item-offers-property-value {
    margin: 2px;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"] .catalog-products-viewed-item-offers-property-value-text {
    padding: 2px 6px;
    font-size: 10px;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"] .catalog-products-viewed-item-purchase-button {
    width: 28px;
    height: 28px;
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"] .catalog-products-viewed-item-purchase-button svg{
    width: 12px;
    height: auto;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"] .catalog-products-viewed-item-purchase-buttons:not([data-offer=false]) {
    display: none !important;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2[data-columns-mobile="2"] .catalog-products-viewed-item-purchase-buttons:not([data-offer=false]) + .catalog-products-viewed-item-purchase-detail {
    display: block;
  }

  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image-buttons{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    transform: translate(-6px, 6px);
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image-button{
    border: none;
    background-color: #fff;
    width: 28px;
    height: 28px;
  }
  .ns-bitrix.c-catalog-products-viewed.c-catalog-products-viewed-tile-2 .catalog-products-viewed-item-image-button svg{
    width: 15px;
    height: auto;
  }
}
/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/universe_s1/components/bitrix/sale.basket.basket/template.1.1/style.css?176619566862123 */
/* /local/templates/universe_s1/components/bitrix/catalog.products.viewed/tile.2/style.css?176619543641384 */
