

/* Start:/local/templates/mark/components/bitrix/sale.basket.basket/main/style.css?17866945996864*/
.basket-wrp {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-gap: 20px;
}

.basket__content {
    margin-top: 20px;
}

.product__count--wrapper-action {
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
    gap: 10px;
}

.product__remove {
    display: flex;
    align-items: center;
    border: 1px solid #e6e8eb;
    border-radius: 6px;
    width: 60px;
    justify-content: center;
}

.product__remove svg {
    width: 20px;
}

.catalog__card-price {
    text-align: left;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product__price-note {
    font-size: 12px;
    font-weight: 300;
    color: #475569;
    line-height: 1;
    opacity: .6;
}

.basket__items .catalog__card-body {
    grid-template-columns: 3fr 1fr 1fr 1fr;
}

.basket__side-menu {
    position: sticky;
    top: 20px;
}

.basket__action {
    padding: 20px;
    box-shadow: 0 0 20px 0px rgb(1 1 1 / 14%);
    border-radius: 6px;
}

.basket__items .counter__button {
    min-width: 18px;
}

.basket__action-btn {
    width: 100%;
}

.basket__final-price {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 28px;
    font-weight: 700;
}

.final-price__note {
    font-size: 14px;
    font-weight: 300;
    color: #475569;
    line-height: 1;
    opacity: .6;
}

.basket__action-note p {
    font-size: 14px;
    color: #475569;
    line-height: 1.4;
    opacity: .6;
    margin: 10px 0;
}

.basket__order-comment {
    margin-top: 12px;
}

.basket__order-comment label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #475569;
}

#order-comment {
    border: 1px solid #e6e8eb;
    border-color: #e6e8eb;
    background-color: #f5f5f5;
    border-radius: 5px;
    width: 100%;
    min-height: 72px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #0f172a;
    resize: vertical;
    box-sizing: border-box;
}

#order-comment:focus {
    outline: none;
    border-color: #94a3b8;
    background-color: #fff;
}

.basket__items .product__count {
    display: flex;
    gap: 5px;
}

.basket__top-actions {
    margin-top: 24px;
    display: flex;
    gap: 40px;
    margin-bottom: 16px;
}

.remove-all-items-in-basket {
    display: flex;
    gap: 5px;
    align-items: center;
}

.remove-all-items-in-basket svg {
    width: 24px;
    height: 24px;
}

.remove-all-items-in-basket span {
    font-size: 16px;
    color: #94A3B8;
    font-weight: 500;
    line-height: 1;
}

.basket__top-actions-select .checkbox__input {
    width: 18px;
    height: 18px;
}

.basket__top-actions-select label {
    font-size: 16px;
    color: #94A3B8;
    font-weight: 500;
}

.basket__top-actions-select .checkbox {
    display: flex;
    align-items: center;
}

.basket__items .catalog__card-inner {
    display: flex;
    gap: 5px;
    align-items: center;
}

.basket__items .checkbox__input {
    width: 18px;
    height: 18px;
    min-width: 18px;
}

.basket__items .catalog__card-inner {
    position: relative;
    gap: 0;
}

.basket__items .catalog__card-img {
    margin: 0 14px 0 10px;
    min-width: 80px;
}

.basket__items .catalog__card-img img {
    width: 100%;
}

.basket__top-actions-exel button {
    display: flex;
    gap: 5px;
    align-items: center;
}

.basket__top-actions-exel button svg {
    width: 24px;
    height: 24px;
}

.basket__top-actions-exel button span {
    font-size: 16px;
    color: #94A3B8;
    font-weight: 500;
    line-height: 1;
}

.basket__top-actions-exel {
    margin-left: auto;
}

.basket__top-actions-exel svg {
    fill: #bbbabb;
}

.basket__count-info {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.count-info__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #dddddd;
}

.count-info__item span {
    background: #fff;
    position: relative;
    transform: translateY(6px);
    padding-right: 10px;
}

.count-info__item span:nth-child(2) {
    padding-right: 0;
    padding-left: 10px;
}

.clear-articul {
    display: none;
}

.basket__item-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

@media (max-width: 1100px) {
    .basket-wrp {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 30px;
    }
}

@media (max-width: 970px) {
    .basket__top-actions{
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .basket__top-actions-exel{
        margin-left: 0;
    }
    .basket__top-actions-select{
        display: none;
    }
    .basket__items .catalog__card-inner{
        flex-direction: column;
        align-items: flex-start;
    }
    .basket__items .catalog__card-img{
        margin: 0;
        margin-bottom: 20px;
    }
    .catalog__card-body{
        display: flex;
        flex-wrap: wrap;
    }
    .basket__items .checkbox__input{
        display: none;
    }
    .basket__items .catalog__card-body .title{
        width: 100%;
    }
    .basket__items .product__count--wrapper{
        margin-left: auto;
    }
    .basket__items .catalog__card-body{
        width: 100%;
        gap: 10px;
    }
}

@media (max-width: 640px) {
    .basket__items .catalog__card-price{
        width: 40%;
    }
}

.basket__required {
    color: #ee6161;
    font-weight: 600;
}

.basket__delivery .is-error > label,
.basket__delivery-type.is-error > label,
.basket__delivery-address.is-error > label,
.basket__delivery-transport-company.is-error > label {
    color: #ee6161;
    opacity: 1;
}

.basket__delivery .input__field.is-error,
.basket__delivery #order-comment.is-error,
.basket__delivery #transportCompany.is-error,
.basket__delivery #deliveryAddress.is-error {
    border-color: #ee6161 !important;
    background-color: #fff5f5;
}

.basket__delivery .select2-container.is-error .select2-selection--single {
    border-color: #ee6161 !important;
    background-color: #fff5f5;
}

.basket__field-error {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.3;
    color: #ee6161;
}

.basket__delivery{
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.basket__delivery label{
    font-size: 14px;
    opacity: .5;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e6e8eb !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2354ce !important;
}
/* End */


/* Start:/local/templates/mark/components/bitrix/catalog.section/filtered-slider/style.css?1786700862447*/
.swiper-section .catalog-block-title {
  color: #0f172a;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0;
}

.swiper-section .js-swiper-section .swiper-wrapper {
  align-items: stretch;
}

.swiper-section .js-swiper-section .swiper-slide {
  display: flex;
  height: auto;
}

.swiper-section .js-swiper-section .swiper-slide > article.card {
  height: 100%;
  width: 100%;
}

/* End */


/* Start:/local/templates/mark/components/bitrix/catalog.item/card/style.css?17867008633299*/
article.card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  padding: 12px;
  position: relative;
}

article.card .card__header {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  min-height: 24px;
  position: relative;
  z-index: 2;
}

article.card .card__labels {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 4px;
  left: auto;
  min-width: 0;
  padding-right: 4px;
  position: static;
  top: auto;
  z-index: 1;
}

article.card .card__label {
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 3px 8px;
  text-transform: none;
  width: fit-content;
}

article.card .card__label--new {
  background-color: #fff1e0;
  color: #c05612;
}

article.card .card__label--special {
  background-color: #e8eefb;
  color: #2354ce;
}

article.card .card__label--hit,
article.card .card__label--default {
  background-color: #f4f5f7;
  color: #475569;
}

article.card .catalog__card-bar {
  flex-shrink: 0;
  justify-content: flex-end;
  margin-left: auto;
  position: relative;
  width: auto !important;
  z-index: 3;
}

article.card .card__img {
  align-items: center;
  background: #f4f5f7;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  margin-top: 8px;
  overflow: hidden;
}

article.card .card__img img {
  aspect-ratio: 4 / 3;
  height: auto;
  max-height: 148px;
  object-fit: contain;
  padding: 8px;
  width: 100%;
}

article.card .card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}

article.card .card__title {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

article.card .card__title .title {
  color: #0f172a;
  display: -webkit-box;
  font-size: 14px;
  font-weight: 500;
  height: auto;
  min-height: calc(1.35em * 2);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 135%;
  margin: 0;
  overflow: hidden;
}

article.card .card__title .title a {
  color: inherit;
  text-decoration: none;
}

article.card .card__title .title a:hover {
  color: #2354ce;
}

article.card .card__sku,
article.card .clipboard {
  align-items: center;
  color: #88919e;
  display: flex;
  gap: 4px;
  max-width: 100%;
  min-height: 16px;
}

article.card .card__sku--empty {
  visibility: hidden;
}

article.card .scrolling-text {
  color: #88919e;
  display: inline-block;
  font-size: 12px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

article.card .card__title .firm {
  color: #88919e;
  font-size: 12px;
  min-height: 16px;
}

article.card .card__price {
  font-size: 22px;
  font-weight: 600;
  height: auto;
  letter-spacing: -.03em;
  line-height: 1.1;
  margin-top: 4px;
}

article.card .card__footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
}

article.card .card__footer .button {
  margin-top: 0;
  width: 100%;
}

article.card .card__unavailable {
  align-items: center;
  background: #f4f5f7;
  border-radius: 6px;
  color: #94a3b8;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.2;
  min-height: 42px;
  padding: 0 12px;
  text-align: center;
  width: 100%;
}

/* End */
/* /local/templates/mark/components/bitrix/sale.basket.basket/main/style.css?17866945996864 */
/* /local/templates/mark/components/bitrix/catalog.section/filtered-slider/style.css?1786700862447 */
/* /local/templates/mark/components/bitrix/catalog.item/card/style.css?17867008633299 */
