

/* Start:/local/templates/cryptoro/components/bitrix/sale.basket.basket/template.1/style.css?177136469830184*/
body .intec-template .intec-template-layout-page-wrapper {
  margin: 0 0 200px 0;
}

@media (max-width: 743px) {
  body .intec-template .intec-template-layout-page-wrapper {
    margin: 0 0 123px 0;
  }
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items {
  display: grid;
  grid-template-columns: 1fr 0.496fr;
  gap: 25px 10px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items > * {
  grid-column: span 2;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items .basket-items-wrapper, .ns-bitrix.c-basket.c-basket-template-1 .basket-items .basket-total {
  grid-column: span 1;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-wrapper {
  position: relative;
}
.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;
}
@media (max-width: 1199px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-items {
    grid-template-columns: 1fr;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-items > * {
    grid-column: span 1;
  }
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-title {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-right: auto;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-title {
  margin: 0;
  font-family: "Gilroy", sans-serif;
  color: #272B37;
  line-height: 90%;
  font-size: 4.2857142857rem;
  font-weight: 500;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-title-num {
  display: none;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-wrap {
  width: 432px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-control {
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 42px;
  padding: 5px 20px;
  border: 1px solid #E9EDF3;
  border-radius: 30px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-control-reset {
  all: unset;
  padding: 4px;
  cursor: pointer;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-control-reset svg {
  display: block;
  transition: fill 0.3s;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-control-reset:hover svg {
  fill: #F4821C;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-control-input {
  all: unset;
  width: 100%;
  font-family: "Manrope", sans-serif;
  color: #272B37;
  line-height: 100%;
  font-size: 1.1428571429rem;
  font-weight: 500;
  letter-spacing: -0.32px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-control-input::-moz-placeholder {
  font-family: "Manrope", sans-serif;
  color: #272B37;
  line-height: 100%;
  font-size: 1.1428571429rem;
  font-weight: 500;
  letter-spacing: -0.32px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-control-input::placeholder {
  font-family: "Manrope", sans-serif;
  color: #272B37;
  line-height: 100%;
  font-size: 1.1428571429rem;
  font-weight: 500;
  letter-spacing: -0.32px;
}
.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-panel-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  cursor: pointer;
  background: transparent;
  border: 1px solid #E9EDF3;
  border-radius: 36px;
  font-family: "Manrope", sans-serif;
  color: #272B37;
  line-height: 100%;
  font-size: 1.1428571429rem;
  font-weight: 500;
  letter-spacing: -0.32px;
  transition: border-color 0.3s;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-panel-button:hover {
  border-color: #F4821C;
}
@media (max-width: 1199px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-title {
    font-size: 3.5714285714rem;
    line-height: 100%;
  }
}
@media (max-width: 991px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-filter-wrap {
    width: auto;
  }
}
@media (max-width: 743px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-title {
    font-size: 2.1428571429rem;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-title-num {
    display: block;
    font-family: "Gilroy", sans-serif;
    color: #01CD92;
    line-height: 100%;
    font-size: 2.1428571429rem;
    font-weight: 500;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-filter-wrap {
    width: 100%;
    order: 1;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-filter-control {
    background-color: #F6F8FA;
    border-color: transparent;
  }
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-items-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-wrapper {
  position: relative;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-content {
  display: grid;
  grid-template-columns: max-content 1fr 1fr max-content;
  grid-template-areas: "image info info delete" "image price counter add";
  gap: 18px 14px;
  padding: 30px;
  background-color: #F6F8FA;
  border-radius: 30px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-column-image {
  grid-area: image;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-wrap {
  position: relative;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image {
  display: block;
  position: relative;
  width: 133px;
  height: 107px;
  margin-right: 25px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-link {
  position: relative;
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  text-align: center;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-link img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-stickers {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-sticker {
  border-width: 1px;
  border-style: solid;
  border-radius: 7px;
  padding: 5px 10px;
  width: -moz-max-content;
  width: max-content;
  background: #fff;
  font-family: "Manrope", sans-serif;
  color: #272B37;
  line-height: 100%;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.28px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-sticker--hit {
  border-color: #7768AE;
  color: #7768AE;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-sticker--new {
  border-color: #01CD92;
  color: #01CD92;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-sticker--recommend {
  border-color: #F4821C;
  color: #F4821C;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-column-info {
  grid-area: info;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-name {
  margin: 0;
  max-width: 353px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-name a {
  display: block;
  text-decoration: none;
  font-family: "Gilroy", sans-serif;
  color: #272B37;
  line-height: 100%;
  font-size: 1.4285714286rem;
  font-weight: 500;
  letter-spacing: -0.4px;
  transition: color 0.3s;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-name a:hover {
  color: #01CD92;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-name .basket-item-highlighted {
  color: #01CD92;
}
.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;
  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-text,
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-interactive-text {
  font-family: "Gilroy", sans-serif;
  color: #808080;
  line-height: 100%;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.36px;
  vertical-align: middle;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-interactive {
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.3s;
}
.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-text {
  color: #01CD92;
}
.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;
  box-sizing: content-box;
}
.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-button {
  display: inline-block;
  line-height: 1;
  border: 1px solid;
  padding: 3px 6px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: transform 0.2s, opacity 0.35s;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-alert-interactive-button:active {
  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-column-price {
  grid-area: price;
  align-self: end;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-total {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-value {
  font-family: "Gilroy", sans-serif;
  color: #272B37;
  line-height: 100%;
  font-size: 1.2857142857rem;
  font-weight: 500;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-discount {
  position: relative;
  font-family: "Gilroy", sans-serif;
  color: #272B37;
  line-height: 100%;
  font-size: 1.0714285714rem;
  font-weight: 500;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-discount:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: currentColor;
  transform: rotate(-12deg);
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-column-counter {
  grid-area: counter;
  align-self: end;
  justify-self: end;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-counter {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  height: 42px;
  border-radius: 30px;
  border: 1px solid #E9EDF3;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-input {
  display: block;
  width: 40px;
  position: relative;
  background-color: transparent;
  border: none;
  outline: 0;
  flex: 0 0 auto;
  font-family: "Manrope", sans-serif;
  color: #01CD92;
  line-height: normal;
  font-size: 1.2857142857rem;
  font-weight: 500;
  text-align: center;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-decrement,
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-increment {
  position: relative;
  display: block;
  font-family: "Manrope", sans-serif;
  color: #CED2D9;
  line-height: normal;
  font-size: 1.2857142857rem;
  font-weight: 400;
  background-color: transparent;
  border: none;
  outline: 0;
  padding: 6px 16px;
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color ease 0.3s;
  flex: 0 0 auto;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-decrement:hover,
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-quantity-increment:hover {
  color: #F4821C;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-column-delete {
  grid-area: delete;
  justify-self: end;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-action {
  cursor: pointer;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-action-icon {
  display: block;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-action-icon path {
  transition: fill 0.3s;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-action-icon rect {
  transition: stroke 0.3s;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-action:hover svg path {
  fill: #272B37;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-action:hover svg rect {
  stroke: #F4821C;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-action-icon--mob {
  display: none;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-column-add {
  grid-area: add;
  align-self: end;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore {
  padding: 30px;
  background-color: #F6F8FA;
  border-radius: 30px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore-content {
  align-items: center;
  gap: 10px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore-text-wrap {
  font-family: "Gilroy", sans-serif;
  color: #808080;
  line-height: 100%;
  font-size: 1.2857142857rem;
  font-weight: 500;
  letter-spacing: -0.36px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore-name {
  color: #444959;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore-button {
  font-family: "Gilroy", sans-serif;
  color: #01CD92;
  line-height: 100%;
  font-size: 1.2857142857rem;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  transition: opacity 0.3s;
}
.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-action {
  margin-left: 14px;
  cursor: pointer;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore-action-icon {
  display: block;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore-action-icon path {
  transition: fill 0.3s;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore-action-icon rect {
  transition: stroke 0.3s;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore-action:hover svg path {
  fill: #272B37;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore-action:hover svg rect {
  stroke: #F4821C;
}
@media (max-width: 743px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-wrapper.without-lable .basket-item-content {
    padding-top: 60px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-wrapper.without-lable .basket-item-column-delete {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-content {
    grid-template-columns: max-content 1fr 18px;
    grid-template-areas: "image info delete" "image price price" "add counter counter";
    gap: 20px 9px;
    padding: 20px;
    border-radius: 20px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image {
    width: 88px;
    height: 71px;
    margin-right: 0;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-stickers {
    position: absolute;
    left: 0;
    top: auto;
    bottom: calc(100% + 15px);
    flex-direction: row;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-image-sticker {
    padding: 5px 10px;
    width: -moz-max-content;
    width: max-content;
    font-size: 1rem;
    letter-spacing: -0.24px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-name a {
    font-size: 1.0714285714rem;
    letter-spacing: -0.3px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-alert-wrap {
    margin-top: 10px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-alert {
    display: flex;
    flex-direction: column;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-alert-icon {
    margin: 0;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total {
    position: relative;
    margin-top: 5px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-discount {
    position: absolute;
    bottom: calc(100% + 6px);
    left: 0;
    font-size: 0.9285714286rem;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-total-value {
    font-size: 1.1428571429rem;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-action-icon--desk {
    display: none;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-action-icon--mob {
    display: block;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-item-restore {
    padding: 20px;
    border-radius: 20px;
  }
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-total-container {
  position: sticky;
  top: 10px;
  background-color: #272B37;
  border-radius: 30px;
  padding: 30px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-statuses {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Gilroy", sans-serif;
  color: #fff;
  line-height: 100%;
  font-size: 1.4285714286rem;
  font-weight: 500;
  letter-spacing: -0.4px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-status.active {
  opacity: 1;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-status:hover {
  opacity: 0.8;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-filter-status > div {
  color: #01CD92;
  pointer-events: none;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px 0;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price-name {
  font-family: "Gilroy", sans-serif;
  color: #BFC0C3;
  line-height: 100%;
  font-size: 1.2857142857rem;
  font-weight: 500;
  letter-spacing: -0.36px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price-value {
  font-family: "Gilroy", sans-serif;
  color: #BFC0C3;
  line-height: 100%;
  font-size: 1.2857142857rem;
  font-weight: 500;
  letter-spacing: -0.36px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price-total-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 0 0;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price-total-name {
  font-family: "Gilroy", sans-serif;
  color: #fff;
  line-height: 100%;
  font-size: 2.1428571429rem;
  font-weight: 500;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-price-total-value {
  font-family: "Gilroy", sans-serif;
  color: #01CD92;
  line-height: 100%;
  font-size: 2.1428571429rem;
  font-weight: 500;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-field {
  margin-top: 20px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-field-input {
  width: 100%;
  min-height: 56px;
  padding: 0 20px;
  border: 1px solid #3C404B;
  border-radius: 10px;
  background: transparent;
  font-family: "Gilroy", sans-serif;
  color: #fff;
  line-height: 100%;
  font-size: 1.2857142857rem;
  font-weight: 500;
  letter-spacing: -0.36px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-field-input::-moz-placeholder {
  font-family: "Gilroy", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  line-height: 100%;
  font-size: 18;
  font-weight: 500;
  letter-spacing: -0.36px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-field-input::placeholder {
  font-family: "Gilroy", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  line-height: 100%;
  font-size: 18;
  font-weight: 500;
  letter-spacing: -0.36px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-messages {
  overflow: hidden;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message {
  margin-top: 10px;
}
.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-value {
  margin-right: 5px;
  font-family: "Gilroy", sans-serif;
  color: #B5BCC8;
  line-height: 100%;
  font-size: 1rem;
  font-weight: 500;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message-delete {
  padding: 0 6px;
  border: 1px solid #B5BCC8;
  border-radius: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Manrope", sans-serif;
  color: #B5BCC8;
  line-height: 100%;
  font-size: 0.8571428571rem;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message-delete:hover {
  border-color: #F4821C;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message-description {
  margin-top: 6px;
  font-family: "Manrope", sans-serif;
  color: #B5BCC8;
  line-height: 100%;
  font-size: 0.8571428571rem;
  font-weight: 500;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message[data-state=success] .basket-coupon-message-description {
  color: #01CD92;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-message[data-state=error] .basket-coupon-message-description {
  color: #BE6969;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-order {
  margin-top: 30px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-order-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  width: 100%;
  background-color: #01CD92;
  padding: 13px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-order-button:hover {
  background-color: #10BD8B;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-order-button:active {
  background-color: #01AB7A;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-order-button:disabled {
  background-color: #F4F6F9;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-order-button:disabled-text {
  color: #CED2D9;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-order-button:disabled-icon path:first-child {
  fill: #CED2D9;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-order-button:disabled-icon path:last-child {
  fill: #F4F6F9;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-order-button-text {
  font-family: "Nunito Sans", sans-serif;
  color: #FFF;
  line-height: 100%;
  font-size: 1.8571428571rem;
  font-weight: 700;
  letter-spacing: -0.52px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-order-button-icon {
  width: 43px;
  height: auto;
}
@media (max-width: 743px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-total-container {
    border-radius: 20px;
    padding: 20px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-price-name {
    font-size: 1.1428571429rem;
    letter-spacing: -0.32px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-price-value {
    font-size: 1.1428571429rem;
    letter-spacing: -0.32px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-price-total-name {
    font-size: 1.7857142857rem;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-price-total-value {
    font-size: 1.7857142857rem;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-field-input {
    font-size: 1.1428571429rem;
    letter-spacing: -0.32px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-field-input::-moz-placeholder {
    font-size: 1.1428571429rem;
    letter-spacing: -0.32px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-coupon-field-input::placeholder {
    font-size: 1.1428571429rem;
    letter-spacing: -0.32px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-order-button {
    padding: 8px;
    border-radius: 30px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-order-button-text {
    font-size: 1.1428571429rem;
    letter-spacing: -0.32px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-order-button-icon {
    width: 30px;
    height: auto;
  }
}
.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);
  transition: all 0.4s;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-confirm-remove-product[data-state=hidden] {
  display: none;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-confirm-remove-product-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 90px 60px;
  background: #fff;
  border-radius: 30px;
  max-width: 580px;
  min-width: 320px;
  text-align: center;
}
.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-family: "Gilroy", sans-serif;
  color: #272B37;
  line-height: 100%;
  font-size: 1.9285714286rem;
  font-weight: 500;
  letter-spacing: -0.54px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-confirm-remove-product-text {
  margin: 20px 0;
  font-family: "Gilroy", sans-serif;
  color: #444959;
  line-height: 100%;
  font-size: 1.2857142857rem;
  font-weight: 500;
  letter-spacing: -0.36px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-confirm-remove-product-button {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  width: 97px;
  height: 44px;
  border-width: 1px;
  border-radius: 36px;
}
.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-family: "Gilroy", sans-serif;
  color: #444959;
  line-height: 100%;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.36px;
}
@media (max-width: 1199px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-confirm-remove-product-wrapper {
    padding: 60px 40px;
  }
}
.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;
}
@media (max-width: 768px) {
  .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;
  }
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-viewed {
  margin-top: 200px;
}
.ns-bitrix.c-basket.c-basket-template-1 .basket-viewed-title {
  font-family: "Gilroy", sans-serif;
  color: #272B37;
  line-height: 100%;
  font-size: 4.2857142857rem;
  font-weight: 500;
  margin: 0 0 70px 0;
}
@media (max-width: 1199px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-viewed-title {
    font-size: 3.5714285714rem;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 743px) {
  .ns-bitrix.c-basket.c-basket-template-1 .basket-viewed {
    margin-top: 150px;
  }
  .ns-bitrix.c-basket.c-basket-template-1 .basket-viewed-title {
    font-size: 2.1428571429rem;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/cryptoro/components/bitrix/system.pagenavigation/.default/style.css?17713646982487*/
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default {
  display: block;
  margin: 10px 0;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-items {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  font-size: 0;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-items-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: -4px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item {
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-active .system-pagenavigation-item-wrapper {
  background-color: #0065ff;
  border-color: #0065ff;
  color: #fff;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-disabled .system-pagenavigation-item-wrapper {
  display: none;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-all .system-pagenavigation-item-wrapper {
  width: auto;
  text-align: left;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-wrapper {
  display: block;
  background-color: transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  padding: 6px;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  color: #2d2d2d;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-property: color, background-color, border-color;
  -moz-transition-property: color, background-color, border-color;
  -ms-transition-property: color, background-color, border-color;
  -o-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-wrapper:hover {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

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

/* End */
/* /local/templates/cryptoro/components/bitrix/sale.basket.basket/template.1/style.css?177136469830184 */
/* /local/templates/cryptoro/components/bitrix/system.pagenavigation/.default/style.css?17713646982487 */
