.faq__desc p, .faq__desc ul, .faq__desc ol, .faq__desc li {
    margin-bottom: 15px;
}
.html li {
    list-style: none;
    position: relative;
    margin-bottom: 8px;
}
.html ol {
    counter-reset: myCounter;
}

.html ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter) ".";
    color: #e22829;
    margin-right: 10px;
    font-family: 'Roboto-bold',sans-serif;
}
.html ul li {padding-left: 25px}
.html ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    background: #e22829;
    position: absolute;
    top: 8px;
    left: 0;
}
.html ul li, .html ol li {
    color: #36393f;
    font-size: 18px;
    line-height: 144%;
}
.html ul, .html ol {
    margin-top: 20px;
    list-style-position: inside;
}
.order__form-check .check-input, .order__form-confirm input {
    display: block;
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.order__form-check {
    position: relative;
}

#delivery_id-error, #payment_method_id-error {
    position: absolute;
    bottom: -12px;
}
.clear-wrap {
    padding: 60px 0 100px;
}

.clear { /*.lk__tab-clear .clear*/
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
}
.clear span { /*.lk__tab-clear .clear span*/
    margin-top: 16px;
    color: #36393f;
    display: block;
}
.clear .to-catalog { /*.lk__tab-clear .clear .to-catalog*/
    color: #06c;
}
.tovar__center img { /*РїРѕРјРµРЅСЏС‚СЊ РїСЂР°РІРёР»Р° РґР»СЏ СЌС‚РѕРіРѕ РєР»Р°СЃСЃР°*/
    max-width: 535px;
    max-height: 535px;
    width: auto;
    height: auto;
}
.tovar__text p {
    font-size: 18px;
    line-height: 144%;
    margin-bottom: 15px;
}
.tovar__block-text {
    margin-left: 0;
}
.card__img a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.card__img img {
    width: auto;
    height: auto;
}

.news__item {
    min-height: 340px;
}

.bread-link {
    margin: 0;
}

.icon__bread-arr {margin: 0 12px;}

.card__img {
    padding: 15px;
}
.cart__item img {
    height: auto;
}

.actionFull {
    margin-bottom: ;
}
.partners__slider .swiper-slide img {
    -o-object-fit: contain;
    object-fit: contain;
}

.partners__slider .swiper-slide a {
    max-height: 100%;
}