.c-black {
    color: #222334;
}
.box-white {
    padding: 20px;
}
.switcher--small .switcher__custom {
    width: 30px;
    height: 16px;
}
.switcher--small .switcher__custom::after {
    width: 12px;
    height: 12px;
    left: 2px;
    top: 2px;
}
.switcher--small .switcher__input:checked + .switcher__custom::after {
    transform: translateX(14px);
}
.switcher--reverse .switcher__custom {
    order: 1;
}
.switcher--reverse .switcher__text {
    order: 0;
    margin-right: 10px;
}
.switcher__text {
    font-weight: 500;
}
.filter__info-content {
    z-index: 2;
}
.form-field__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 56px;
}
.radio--field {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background: #F4F5F5;
    border-radius: 12px;
    padding-left: 16px;
    padding-right: 16px;
    height: 56px;
}
.form-field__visual-text {
    position: absolute;
    right: 16px;
    margin-left: auto;
    font-size: 14px;
    font-weight: 500;
    color: #8D8D8D;
    pointer-events: none;
}
.radio--field .radio__custom {
    background: transparent;
}
.radio--field .radio__text {
    font-weight: 500;
}
[data-toggle="content"] {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

[data-toggle="content"] .icon {
    transition: transform 0.3s ease;
}

[data-toggle="content"].is-open .icon {
    transform: rotate(180deg);
}
/* Дополнения к старым стилям End*/
.tooltip-inform {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}
.tooltip-inform:hover .filter__info-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.content-cols  {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 84px;
}
.content-col-center {
    flex: 1;
}
.content-col-sidebar {
    flex: 0 0 auto;
    width: 100%;
    max-width: 380px;
}
.cart-added-services__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
}
.cart-added-services__description {
    margin-bottom: 28px;
}

.cart-added-services__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}

.cart-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #0000001A;
    padding-bottom: 20px;
}

.cart-top-left {
    padding-left: 8px;
}
.cart-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 28px;
}
.print-link {
    height: 14px;
}
.print-link .icon {
    width: 14px;
    height: 14px;
}
.share-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}
.share-link .icon {
    font-size: 14px;
    height: 14px;
    flex: 0 0 auto;
}
.clear-cart {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    color: #8D8D8D;
    font-size: 12px;
}
.clear-cart .icon {
    width: 16px;
    height: 16px;
}

.cart-product {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #0000001A;
}
.cart-product:last-of-type {
    padding-bottom: 0;
    border: 0;
}
.cart-product__left {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
.cart-product__check {
    position: absolute;
    z-index: 1;
    left: 8px;
    top: 8px;
}
.cart-product__img {
    flex: 0 0 auto;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    width: 106px;
    height: 78px;
}
.cart-product__img img {}
.cart-product__info {}
.cart-product__price {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.cart-product__name {
    display: block;
    color: #222334;
    max-width: 347px;
    overflow: hidden;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition: color .2s ease-in-out;
}
.cart-product__name:hover {
    color: var(--color-main-red);
}
.cart-product__props {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}
.cart-product__props .prop {
    font-size: 12px;
    color: #8D8D8D;
}
.cart-product__right {
    flex: 0 0 auto;
    position: relative;
    display: flex;
    width: 320px;
    margin-left: auto;
    align-items: center;
    justify-content: flex-start;
}
.cart-product__counter {
    margin-top: auto;
}
.cart-product__total-prices {
    margin-top: auto;
    margin-left: auto;
}
.cart-product__delete {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    width: 14px;
    height: 14px;
}
.cart-product__right {}

.cart-sidebar__result-item {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #0000001A;
}
.cart-sidebar__result-item-title {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.cart-sidebar__result-prop {
    margin-bottom: 6px;
    color: #8D8C8C;
    font-size: 14px;
}
.cart-sidebar__result-prop:last-of-type {
    margin-bottom: 0;
}
.cart-sidebar__result-title {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
}
.cart-sidebar__result-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-sidebar__result-info-text {
    color: #8D8C8C;
    font-size: 14px;
}
.cart-sidebar__result-info-price {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-main-black);
}
.cart-sidebar__result-inform-text {
    margin-bottom: 20px;
    font-size: 14px;
}


@media (max-width: 1024px) {
    .content-cols {
        flex-direction: column;
    }
    .content-col-sidebar {
        width: 100%;
        max-width: 100%;
    }
    .content-col-center {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .h6 {
        font-size: 18px;
        line-height: 20px;
    }
    .cart-top-right {
        gap: 16px;
    }
    .cart-product {
        flex-direction: column;
    }
    .cart-product__left {
        align-items: stretch;
    }
    .cart-product__img {
        height: auto;
        width: 110px;
    }
    .cart-product__name {
        display: block;

    }
    .cart-product__right {
        margin-left: 0;
        width: 100%;
        margin-top: 12px;
        gap: 12px;
    }
    .cart-product__delete {
        position: relative;
        margin-left: auto;
    }
    .cart-product__total-prices {
        margin-top: 0;
        margin-left: 0;
    }
    .share-link .share-link__text {
        display: none;
    }
    .cart-added-services__list {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .cart-added-services__item {
        width: 100%;
    }
    .cart-added-services__item .switcher {
        width: 100%;
        justify-content: space-between;
    }
    .cart-sidebar__result-item {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .print-link {
        display: none;
    }
    .cart-top {
        padding-bottom: 12px;
    }
    .cart-product__props {
        flex-wrap: wrap;
        gap: 4px;
    }
    .cart-product__props .prop--article-num {
        width: 100%;
    }
    .cart-product__counter {
        width: 110px;
    }
    .cart-product__counter .counter{
        width: 100%;
    }
    .cart-added-services__description {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 20px;
    }

}