.header__basket-link {
    position: relative;
    span {
        width: 2.4rem;
        height: 2.4rem;
        background-color: var(--color-red);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(50%, -50%);
        border-radius: 50%;
        color: #fff;
        font-family: var(--ff-Inter);
        font-size: 1.4rem;
        font-weight: 500;
        @media (max-width: 767px) {
            width: 2rem;
            height: 2rem;
            font-size: 1rem;
            transform: translate(25%, -50%);
        }
    }
}
.header-catalog::before {
    height: calc(100% - var(--top));
    top: var(--top);
}
@media (max-width: 1420px) {
    .footer__contact {
        gap: 4vw
    }
}

.success-block {
    border: 2px solid #2fc15b;
    border-radius: 1rem;
    padding: 2rem 1rem;
    background: transparent;
    font-size: 1.3em;
    line-height: 140%;
    position: relative;
    font-family: var(--ff-Inter);
    padding-left: 6rem;
    color: #2fc15b;
}

.success-block:before {
    content: "";
    position: absolute;
    left: 1.5rem;
    top: .95em;
    width: 3rem;
    height: 3rem;
    background-color: #2fc15b;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' fill='%23fff'%3E%3Cpath d='M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z'/%3E%3C/svg%3E");    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    display: block;
    border-radius: 50%;
    border: 2px solid #2fc15b
}
.info-block {
    border: 2px solid #5084C1;
    border-radius: 1rem;
    padding: 2rem 1rem;
    background: transparent;
    font-size: 1.3em;
    line-height: 140%;
    position: relative;
    font-family: var(--ff-Inter);
    padding-left: 6rem;
    color: #5084C1;
}

.info-block:before {
    content: "";
    position: absolute;
    left: 1.5rem;
    top: .95em;
    width: 3rem;
    height: 3rem;
    background-color: #5084C1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' fill='%23fff'%3E%3Cpath d='M440-280h80v-240h-80v240Zm40-320q17 0 28.5-11.5T520-640q0-17-11.5-28.5T480-680q-17 0-28.5 11.5T440-640q0 17 11.5 28.5T480-600Zm0 520q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z'/%3E%3C/svg%3E");    background-position: center;
    background-repeat: no-repeat;
    background-size: 75%;
    display: block;
    border-radius: 50%;
    border: 2px solid #5084C1
}
@media screen and (max-width: 767px) {
    .success-block {
        margin-top:1.5rem!important
    }

    .success-block:first-child {
        margin-top: 0
    }

    .success-block:last-child {
        margin-bottom: 0
    }
}
.search__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
@media screen and (max-width: 767px) {
    .search__items {
        grid-template-columns: 1fr;
    }  
}
.catalog__aside-accordion {
    .catalog__aside-accordion-price-input {
        width: 100%;
    }
    .ui-slider {
        margin-top: 1rem;
        .ui-slider-range  {
            background-color: var(--color-red);
            border:none;
        }
    }
    .ui-slider .ui-slider-handle {
        width: 2em;
        height: 2em;
        margin-left: -.1em;
        background-color: var(--color-red);
        border:none;
        border-radius: 50%;
    }
    .ui-slider .ui-slider-handle + .ui-slider-handle {
        margin-left: -1.9em;
    }
    .ui-slider.ui-slider-horizontal .ui-slider-handle {
        top: -.8em;
    }
    .ui-widget.ui-widget-content {
        background-color: #e8e8e8;
        border: none;
    }
    .ui-slider-horizontal {
        height: 4px;
        outline: none !important;
    }
}
.basket__item .count-price {
    white-space: nowrap;
}
.header-catalog__body {
    background-color: transparent;
    padding: 0;
}
.header-catalog__list {
    background-color: #fff;
    height: 100% !important;
    padding: 7.3rem 4rem 4rem 4rem;
}
@media (min-width: 2000px) {
    .footer__contact {
        gap: 6vw
    }
}
.consultation__form-checkout {
    position: relative;
}
.consultation__form-checkout input {
    display: inline-block;
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.recommendations__slider .card {
    height: auto;
}
.card--between .card__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.breadcrumbs__item-link:not(:hover) {
    color: var(--color-black) !important;
}
.header__contact-item-icon {
    height: 2rem;
}
.header__contact-item-icon svg {
    width: auto;
    height: 2rem;
}
.accordion__body .text {
    font-family: var(--ff-Involve);
}
.header__form-search {
    padding: 0;
    background-color: transparent;
    position: relative;
}
.header__form-search-input {
    background: #37454e;
    padding: 1.6rem 2.4rem;
    border-radius: 2.7rem;
}
.header__form-search-btn {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 768px) {
    .show-mob {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .header__search {
        position: fixed;
        display: block;
        top:0;
        left: 0;
        width: 100%;
        height: 63.59px;
        z-index: 1000;
        transform: translateY(-100%);
        background-color: var(--color-black);
        padding: 1rem;
        max-width: unset;
        margin: 0;
        transition: transform .4s;
        display: flex;
        align-items: center;
        gap: 1rem;
    }
    .header__form-search-input {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .header__search.is-mob-active {
        transform: translateY(0);
    }
    .header__search .header__btn {
        margin: 0;
    }
    .header__search .header__btn svg {
        fill: #fff;
    }

}
.header__btn {
    --size: 3.2rem;
    margin-right: 2.2vw;
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .0784313725);
    -webkit-transition: background var(--t);
    transition: background var(--t);
}
.header__btn svg {
    width: 50%;
    height: auto;
}
.header-catalog__list {
    display: none;
    position: sticky;
    top: 0;
    height: auto !important;
}
.header-catalog__list.is-open {
    display: block;
}
.header-catalog__body:has(.is-open) {
    background-color: #fff;
}
.catalog__inner--nos-sidebar {
    display: block;
}
@media (min-width: 1200px) {
    .catalog__list {
        grid-template-columns: repeat(4, 1fr);
    }
    .card, .category__item a {
        transition: .3s box-shadow;
    }
    .card__picture, .category__item-picture {
        overflow: hidden;
    }
    .card__picture img, .category__item-picture img {
        transition: .3s transform;
    }
    .card:hover, .category__item a:hover {
        box-shadow: 0 0 2rem rgba(0, 0, 0, .15);
    }
    .card:hover .card__picture img, .category__item a:hover .category__item-picture img {
        transform: scale(1.05);
    }
    .card__availability {
        z-index: 10;
    }
}
.text {
    font-family: var(--ff-Involve);
}
.advantages__item, .about-info__description {
    padding-right: 1.6rem;
}
/*** Articles ****/
.articles-list {
    font-size: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25em;
}
.articles-list--full {
    gap: 6em 3em;
}
@media screen and (max-width: 767px) {
    .articles-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 3.5em;
    }
}
.article-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: var(--ff-Inter);
}
.article-item__date {
    color: rgba(38, 53, 63, 0.5);
    font-weight: 400;
    line-height: 120%;
        font-family: var(--ff-Bebas);
   font-size: 1.85em;
}
.article-item__name {
    font-weight: 500;
    line-height: 140%;
    display: inline-block;
    margin-top: .5em;
    color: #26353f;
    font-size: 1.85em;
}
.article-item__name:hover {
    color: #26353f;
}
.article-item__image-holder {
    margin-top: 2.5em;
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 0;
}
.article-item__image-holder:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
}
.article-item__image-holder:hover {
    opacity: 1;
}
.article-item__image-holder:hover .article-item__image {
    transform: scale(1.2);
}
.article-item__image-holder:hover .article-item__more-btn {
    background-color: #fff;
}
.article-item__image-holder:hover .article-item__more-btn-icon {
    fill: #ea262a;
}
.article-item__image {
    transition: 0.3s transform;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.article-item__more-btn {
    position: absolute;
    background-color: #ea262a;
    top: 2.25em;
    right: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.625em;
    height: 3.625em;
    z-index: 1;
    border-radius: 50%;
    transition: 0.4s background-color;
}
@media screen and (max-width: 1100px) {
    .article-item__more-btn {
        width: 2.625em;
        height: 2.625em;
        top: 1.25em;
    }
}
.article-item__more-btn-icon {
    fill: #fff;
    transition: 0.4s fill;
    width: 0.6875em;
    height: 0.75em;
}
@media screen and (max-width: 767px) {
    .articles-list {
        font-size: 14px;
    }
    .article-item__name {
        margin-top: 0.2em;
    }
    .article-item__image-holder {
        margin-top: 1.3em;
    }
}
.article-nav__title {
    font-size: 1em;
    line-height: 130%;
    color: #aaa;
}
.article-nav__links {
    list-style: decimal !important;
    padding-left: 1.3125em;
    margin: 1em 0 2.125em 0 !important;
    font-size: 1.25em;
    font-weight: 500;
}
.article-nav__links li {
    list-style: decimal !important;
}
.article-nav__links-item {
    padding: 0 !important;
    font-weight: 500;
}
.article-nav__links-item:before {
    display: none !important;
}
.article-nav__link {
    color: #26353f;
}
.article-nav__link:hover {
    color: #26353f;
}
.article-full {
    font-size: 16px;
}
.text-styles {
    font-size: 1.125em;
    line-height: 170%;
}
.text-styles h1 {
    line-height: 100%;
}
.text-styles section {
    margin: 2em 0;
}
.text-styles .contact-form-block__title:first-child,
.text-styles .demo-show-form__title:first-child,
.text-styles h2:first-child,
.text-styles h3:first-child,
.text-styles h4:first-child,
.text-styles h5:first-child {
    margin-top: 0;
}
.text-styles .contact-form-block__title,
.text-styles .demo-show-form__title,
.text-styles h2, .text-styles h3 {
    margin: 1em 0 1.25em 0;
}
.text-styles h2 {
    font-size: 2.625em;
}
.text-styles h3 {
    font-size: 1.8em;

}
.text-styles p {
    margin: 1.4375em 0;
}
.text-styles p:first-child {
    margin-top: 0;
}
.text-styles p:last-child {
    margin-bottom: 0;
}
.text-styles b {
    font-weight: 600;
}
.text-styles ol,
.text-styles ul {
    margin: 1.4375em 0;
}
.text-styles ol li,
.text-styles ul li {
    color: rgba(38, 53, 63, 0.7);
    padding-left: 1.3125em;
    position: relative;
    line-height: 145%;
    margin: 0.7em 0;
}
.text-styles ol li:before,
.text-styles ul li:before {
    content: "";
    width: 0.3125em;
    height: 0.3125em;
    border-radius: 50%;
    position: absolute;
    display: block;
    left: 0;
    top: 0.7em;
    background-color: #ea262a;
}
.text-styles ol {
    counter-reset: ol;
    list-style: none;
}
.text-styles ol li {
    counter-increment: ol;
    padding-left: 1.3125em;
}
.text-styles ol li:before {
    content: counter(ol) ". ";
    height: auto;
    position: absolute;
    top: 0;
    background-color: transparent;
    color: #ea262a;
    min-width: 1.5em;
    width: 1.5em;
}
.text-styles img {
    width: 100%;
    height: auto;
}
.text-styles table {
    margin: 1.4375em 0;
    width: 100%;
    line-height: 130%;
}
.text-styles table td,
.text-styles table th {
    padding: 1.375em;
}
.text-styles table td:first-child,
.text-styles table th:first-child {
    padding-left: 2.5em;
}
.text-styles table td:last-child,
.text-styles table th:last-child {
    padding-right: 2.5em;
}
.text-styles table thead th {
    background-color: #f2f5f8;
    font-weight: 600;
}
.text-styles table tbody tr + tr td {
    border-top: 1px solid rgba(49, 61, 67, 0.09);
}
.text-styles .btn {
    text-transform: none;
}
.text-styles .btn:before {
    margin-right: 0.8125em;
}
@media screen and (max-width: 767px) {
    .text-styles table {
        display: block;
        overflow-x: auto;
    }
    .text-styles table td,
    .text-styles table th {
        padding: 1rem !important;
    }
    .text-styles h1 {
        margin-top: 0;
    }
}
.page-text {
    max-width: 903px;
}
.search_mb {
    margin-bottom: 1rem;
}
.text-styles {
    font-size: 16px;
}
.article-image {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
    .text-styles {
        font-size: 14px;
    }
}
@media (min-width:768px) and (max-width: 1366px) {
    .header__search {
        max-width: 25vw;
    }
}
@media (min-width: 2000px) {
    .header__search {
        max-width: 44rem;
    }
}
.modal.modal-default .modal__inner {
    background-image: url(../image/cta-2.svg);
    max-width: 52rem;
    width: 100%;
    padding: 5rem 6rem;
}
.modal.modal-default .modal__inner .modal__btn-close {
    position: absolute;
    right: 2rem;
    top: 2rem;
}
@media (max-width: 768px) {
    .modal.modal-default .modal__inner {
        max-width: calc(100vw - var(--container-padding));
        padding-inline: var(--container-padding);
    }
    .modal.modal-default .modal__inner .modal__btn-close {
        position: absolute;
        right: 1rem;
        top: 1rem;
    }
}