/* fix */

body {
    min-width: 360px;
}


:root {
    --Additional-successDarken: #007f3c;
}


.article a {
    text-decoration: underline;
    transition: color .3s ease;
}

.article a:hover,
.article a:focus {
    color: var(--Primary-blue);
}

/* footer */

.footer .menu__root {
    font-family: var(--Stem);
    font-weight: 500;
}

/* home */

@media (min-width: 1024px) {
    .wide-banner__image {
        height: 336px;
    }

    .wide-banner__desc__logo {
        text-align: center
    }
}

/* vendor */

.brand__header-image {
    height: auto;
}

.brand__header .show-more {
    display: none;
}

.brand__header-image img {
    max-width: 256px;
    width: auto;
    margin: 0 auto;
    max-height: 96px;
}

@media (max-width: 1024px) {
    .brand__header-image img {
        padding: 1rem 0;
    }
}


.brand-item img {
    max-width: 200px;
}

@media (min-width: 1600px) {
    .wide-banner__image {
        height: 384px;
    }
}

.wide-banner__image-inner img {
    transform: none;
    -webkit-transform: none;
}

.wide-banner__desc {
    right: auto;
    left: 48px;
    bottom: 24px;
}

.swiper-hero .hero-item__desc>* {
    text-shadow: none !important;
}

.equipment-el__photo {
    background: #fff;
}

.mobile-product-item__image {
    height: 100px;
}

.recommended .results-product-list .mobile-product-item__info__desc {
    -webkit-line-clamp: 1 !important;
}

.product__manufacturer-content img {
    margin: 0 auto;
}

.styled-select--default {
    z-index: 11;
}

.top-nav__list {
    font-size: 14px;
}

.top-nav__list a {
    line-height: 124%;
}

.products__th {
    white-space: unset;
    vertical-align: revert;
}

@media (min-width:64em) {

    .products__td:nth-child(2),
    .products__th:nth-child(2) {
        width: auto;
        /* white-space: nowrap; */
    }
}

.view-toggler__item.is-active {
    color: var(--Primary-blue)
}


.decoration_none {
    text-decoration-line: none !important;
}





.btn__icon.rotate {
    animation: rotation infinite 2s linear;
}

@keyframes rotation {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

h1 sup {
    vertical-align: revert;
    top: auto
}

/* section */

.filter__container .view-toggler {
    z-index: 2;
}


@media screen and (min-width: 1024px) {
    .filter__container .view-toggler {
        position: initial;
    }

    .sort-area .styled-select .choices .choices__list--dropdown {
        left: 72px;
        width: calc(100% - 72px);
    }
}


.filter__container {
    z-index: 1;
}




.section__description {
    line-height: 24px;
}

.page-popup-wrapper {
    display: none;
}

/* section list */
.equipment-el__name {
    font-size: 16px;
    line-height: 24px;

}

/* vendors */

.brochure__title {
    overflow-wrap: break-word;
}

.brands-list li {
    padding-left: 3em;
}

.brands-list__top:before {
    -webkit-mask: url(./images/sprites/main.stack.svg#image-check) 50% 50% no-repeat;
    mask: url(./images/sprites/main.stack.svg#image-check) 50% 50% no-repeat;
    background: var(--Primary-blue);
    width: 16px;
    height: 16px;
    margin-right: 0.75em;
}

.brands-list .brands-list__top:hover::before {
    background: var(--Primary-25);
}


.brand__categories sup {
    color: var(--Primary-blue);
    font-weight: normal;
}



/*
.brands-list__top:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: .25em;
    width: 16px;
    height: 16px;
    -webkit-mask: url(../images/sprites/main.stack.svg#image-check) 50% 50% no-repeat;
    mask: url(../images/sprites/main.stack.svg#image-check) 50% 50% no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: var(--Primary-blue);
    right: auto;
    margin-right: 0;
}
*/

/* swiper */
.swiper-products .swiper-pagination {
    gap: 4px;
}

.swiper-products .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}


/* filter */

.styled-checkbox.disabled .label-text {
    color: var(--Secondary-25) !important
}

.styled-checkbox .label-pr-item-count {
    padding-left: 0;
}

.acc-filter-list__footer {
    bottom: 24px;
}

.property_126 .select-list li {
    display: none;
}

.property_126 .select-list li:first-child {
    display: block;
}

/* magiczoom */
.mz-expand-thumbnails {
    height: auto;
}


/* viewed */



.viewed__title {
    font-weight: 500;
    color: var(--Secondary-gray150);
}

@media (max-width:64em) {
    .viewed .results-product-list .results-product-list__item:first-child {
        padding-top: 0 !important;
    }
}

.viewed .results-product-list .results-product-list__item {
    border: 0 !important;
}

.mobile-product-item__info__title {
    -webkit-line-clamp: 1;
}

.swiper-pagination-bullet {
    background: var(--Secondary-25) !important;
}

.swiper-pagination-bullet-active {
    background: var(--Primary-blue) !important;
}

.viewed .swiper-button:hover,
.recommended .swiper-button:hover,
.video-slider .swiper-button:hover {
    fill: var(--Primary-blue) !important;
}

.mobile-product-item__image img {
    object-fit: contain;
    -o-object-fit: contain;
}

.viewed {
    padding-bottom: 32px;
    padding-top: 32px;
}

.viewed .swiper {
    z-index: 0;
}

@media (max-width:1024px) {
    .viewed {
        margin-bottom: 96px;
    }
}

/* header */

.header--simple {
    z-index: 12;
}


/* brand */

.brand__header-description p {
    margin-bottom: 1rem;
}

.brand__header .show-more-btn {
    font-size: 14px;
    line-height: 24px;
}

/* loader */

.product-loader .loader::after {
    border-color: var(--Secondary-25) !important;
}


/* order */

.order__basket-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.styled-checkbox input:checked+.label-icon {
    background-color: var(--Primary-blue);
    border-color: var(--Primary-blue);
}


.order__delivery-item .order__delivery-image {
    border: 1px solid var(--Secondary-Light);
    background: var(--Secondary-Light);
    opacity: 0.5;
}

.order__delivery-item:has(input:checked) .order__delivery-image {
    opacity: 1;
}

.order__delivery-item .order__delivery-image:hover {
    cursor: pointer;
}

.order__delivery-item:has(input:checked) .order__delivery-image {
    pointer-events: none;
}

/* element */

.product__manufacturer img {
    margin: 0 auto;
}


.product__header-badge--novelty,
.tag-new {
    /*background-color: #373737;*/
    background: var(--Secondary-75);
}

.product__header-badge--hit,
.tag-hit {
    background: var(--Primary-25);
}

.text-SecondaryGray {
    color: var(--Secondary-gray150)
}

.product__header-badge--free-shipping,
.tag-free-shipping {
    background-color: var(--Additional-successDarken);
}

.product-item-amount-description-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: #a5a5a5;
    white-space: nowrap;
    font-size: 12px;
}

/*.product-item-big-card .product-item-amount-field-container { text-align: left; }*/
.product-item-amount-description-container strong {
    color: #333;
    white-space: nowrap;
}





/* new */

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.brand__categories-caption:hover {
    cursor: pointer;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.error.error_message {
    color: var(--Additional-warning);
    padding-bottom: 1rem;
}

.mobile-product-item__discount {
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
    background-color: var(--Additional-warning);
    padding-left: 4px;
    padding-right: 4px;
}

.mobile-product-item__info__price.discount {
    font-weight: 400;
    font-size: small;
    color: var(--Secondary-50);
    text-decoration: line-through;
}

.blog-post__content .excerpt {
    text-align: justify;
}

.blog-post__content ol {
    list-style: decimal;
}

.blog-post__content ul ul,
.blog-post__content ul ol,
.blog-post__content ol ul,
.blog-post__content ol ol {
    margin-left: 16px;
}

.blog-post__content ul,
.blog-post__content ol,
.blog-post__content p {
    margin-bottom: 1em;
}


.blog-post__content ul ul,
.blog-post__content ul ol {
    margin-bottom: 0;
}

/*.blog-post__container */
.content a {
    color: var(--Primary-blue);
    text-decoration: underline;
    transition: all 0.3s ease;
}

/*.blog-post__container */
.content a:hover {
    text-decoration: none;
    cursor: pointer;
}

/* product */
.video-slider__item-thumb iframe,
.video-slider__item-thumb object,
.video-slider__item-thumb embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.order-error-body {
    padding: 1rem;
    color: var(--Additional-warning);
    border: 1px solid var(--Additional-warning);
    border-radius: 4px;
}

.products__cost-current--sale {
    color: var(--Additional-warning);
}

@media screen and (max-width: 768px) {
    .pagination {
        margin: 0 auto;
    }
}

.pagination .pagination__item.last {
    margin-right: 0;
}

/* main menu */
.self-end img {
    background: #fff;
}

/*
.main-catalog-list--sub-menu {
    -moz-column-count: 2;
    -moz-column-gap: 24px;
    -webkit-column-count: 2;
    -webkit-column-gap: 24px;
    column-count: 2;
    column-gap: 24px;
}
*/

.main-catalog-list--sub-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    /* Отступ между элементами */
}

.main-catalog-list--sub-menu li {
    padding-right: 8px;
    flex: 0 0 calc(50% - 12px);
    /* Половина ширины с учетом отступов */
}

.main-catalog-list--sub-menu>li {
    padding-bottom: 0;
}

.section_expanded {
    margin-bottom: 64px;
}

/* section list */
@media (min-width:64em) {
    .section_expanded {
        margin: 32px 0;
    }
}

/* image block */

@media screen and (max-width: 768px) {
    .imagebox_preview {
        max-width: 80%;
    }
}

.imagebox_preview {
    max-width: 66%;
}




/* .product-preview-card__photo picture {
    padding: 16px;
} */

.basicLightbox {
    background: rgba(255, 255, 255, 0.9) !important;
}


/* basket */
.basket__item-image img,
.basket__item-image picture {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.basket__item-image {
    align-items: unset;
}

.basket-item-property-name,
.basket-item-property-custom-name {
    font: inherit;
    font-family: var(--Proxima);
    line-height: 1em;
}

.basket__item-title {
    font-family: var(--Proxima);
}

/* notification */


.notification-container {
    position: fixed;
    top: 16px;
    right: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 13;
}

.notification {
    width: 360px;
    padding: 16px;
    background-color: white;
    border-radius: 8px;
    position: relative;
    transform: translateX(200%);
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 8px -4px rgba(16, 24, 40, 0.08);
    /* Изначально скрыто */
    opacity: 0;
    /* Скрыто по умолчанию */
    animation: noti 4s forwards ease-in-out;
}

.notification-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.notification-title {
    font-size: 16px;
    font-weight: 600;
    /*text-transform: capitalize;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

.notification-close {
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #F0F2F5;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 30px; */
}

.notification-container-inner {
    display: flex;
    align-items: flex-start;
}

.notification-media {
    position: relative;
}

.notification-user-avatar {
    width: 60px;
    height: 60px;
    object-fit: contain;
}


.notification-content {
    width: calc(100% - 60px);
    padding-left: 20px;
    line-height: 1.2;
}

.notification-text {
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 50px;
}

.notification-timer {
    color: var(--Primary-blue);
    font-weight: 600;
    font-size: 14px;
}

.notification-status {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 15px;
    height: 15px;
    background-color: var(--Primary-blue);
    border-radius: 50%;
}

@keyframes noti {
    0% {
        transform: translateX(200%);
        opacity: 0;
    }

    10% {
        transform: translateX(0);
        opacity: 1;
    }

    90% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(200%);
        opacity: 0;
    }
}


/* content fix */

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

/* search page */

.bx-ag-search-page.search-page {
    display: none;
}

@media (max-width: 768px) {
    .swiper-hero .hero-item__image {
        height: auto;
    }

    .hero-item__desc .text-36 {
        font-size: 24px;
    }

    .hero-item__desc .text-24 {
        font-size: 17.072px;

    }
}

/* video iframe */
:host(.media-document.video) {
    max-width: 100% !important;
}

@media (min-width:75em) {
    .blog-post iframe.yandex-video {
        width: 100% !important;
    }

    img.overflow_image {
        /* width: calc(100% + 237px - 32px); */
        border: 1px solid #E5E7EB;
        border-radius: 4px;
        max-width: calc(100% + 237px - 32px) !important
    }

}

@media (min-width:1366px) {
    .blog-post__content {
        font-size: 18px;
    }

    ;
}

/* blog */

.blog-post__slider .swiper-slide {
    border: 1px solid var(--Secondary-25);
    border-radius: 4px;
}


/* yandex share */

.shareProduct__label {
    color: #888;
}

.shareProduct__label:hover,
.product .card__drop-btns:hover {
    color: var(--Primary-blue);
    cursor: pointer;
}

.ya-share2__container {
    position: absolute;
    top: 24px;
    background-color: #fff;
    z-index: 12;
    left: 0;
    padding: 16px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.ya-share2__item_copy {
    display: none;
}

.ya-share2__badge .ya-share2__icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background-size: cover;
    background-repeat: no-repeat;
}

.ya-share2__link.ya-share2__link_more {
    display: none;
}

.ya-share2__item_service_vkontakte .ya-share2__badge .ya-share2__icon {
    background-image: url('https://www.shareicon.net/download/32x32/2017/02/15/878890_media_512x512.png');
}

.ya-share2__item_service_telegram .ya-share2__badge .ya-share2__icon {
    background-image: url('https://www.shareicon.net/download/32x32/2017/02/15/878914_media_512x512.png');
}

.ya-share2__item_service_odnoklassniki .ya-share2__badge .ya-share2__icon {
    background-image: url('https://www.shareicon.net/download/32x32/2017/02/15/878914_media_512x512.png');
}

.ya-share2__title {
    line-height: 24px;
    vertical-align: super;
}

.ya-share2__title:hover {
    color: var(--Primary-blue);
    cursor: pointer;
}

/* error */
.errortext {
    color: var(--Additional-warning);
}

.form__success {
    color: var(--Additional-successDarken);
}

/* header experiment */


.top-nav.top__contact {
    display: flex;
    /* Устанавливаем flexbox для контейнера */
    justify-content: flex-end;
    /* Прижимаем содержимое к правому краю */
}


.top__contact li {
    display: inline-flex;
}

.top__contact .svg-image-shopping-bag {
    width: 16px;
    margin-right: 8px;
}

.top__contact li:hover {
    color: var(--Primary-blue)
}

.contact-us-dialog-event.fit_right {
    display: block;
    text-align: right;
}

.contact-us-dialog-event.fit_right .contact-us-dialog {
    right: 0;
    left: inherit
}

.article h1 {
    margin-top: 0;
}

.highlight {
    color: var(--Primary-blue) !important
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin-bottom: 1em;
    color: var(--Secondary-gray150);
}

/* product */

.imagebox_preview {
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

/* table */

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

.table> :not(caption)>*>* {
    padding: 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>tbody {
    vertical-align: inherit;
}

.table>thead {
    vertical-align: bottom;
}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: currentColor;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    color: var(--bs-table-striped-color);
    background-color: var(--bs-table-striped-bg);
}


/* section expanded */

.catalogue__item:hover a {
    color: var(--Primary-blue) !important;
}

.catalogue__title {
    color: var(--Secondary-gray150);
}

/* share button */
.shareProduct {
    display: none;
}

/* news */

@media (min-width: 768px) {
    .news__vendors {
        display: table;
    }
}

.news__vendors {
    margin: 1em 0;
}

.news__vendors img {
    max-height: 96px;
}

.news__vendors div {
    display: table-cell;
    vertical-align: middle;
}

/* center inside row columns */
.row--vcenter {
    align-items: center;
}

.row--vcenter>div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100%;
}


/* scroll TOP button */

#scrollToTopBtn {
    position: fixed;
    bottom: 40px;
    left: 40px;
    display: none;
    opacity: 0;
    transition: opacity 0.5s;
    background-color: var(--Secondary-gray150);
    color: #fff;
    border: none;
    padding: 12px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    z-index: 1000;
}

#scrollToTopBtn.show {
    display: block;
    opacity: 1;
}

#scrollToTopBtn.hide {
    opacity: 0;
}

/* MOBILE SEARCH override */

.mobile-search [class*=icon] {
    stroke: none !important;
    color: var(--Secondary-gray150) !important;
    fill: var(--Secondary-gray150) !important;
}

.mobile-search [class*=icon]:hover {
    fill: var(--Primary-blue) !important;
}

@media (max-width: 1024px) {
    .mobile-search {
        mix-blend-mode: normal !important;
    }

    .mobile-search .icon-bg {
        transform: none !important;
    }
}

.two-lines-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* ограничение по строкам */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.proposals__item-image picture {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* privacy list */
.privacy_container ol {
    list-style-type: none;
    counter-reset: item;

    padding-left: 0;
}

.privacy_container ol>li {
    counter-increment: item;

    margin-bottom: 8px;
    position: relative;
    padding-left: 40px;

}


.privacy_container ol>li::before {

    content: counters(item, ".") ". ";
    font-weight: bold;
    position: absolute;
    left: 0;
    width: 48px;

}


.privacy_container ol ol {
    margin-top: 8px;
    padding-left: 16px;
}

.privacy_container .section-title {
    font-size: 16px;
    font-weight: bold;
    color: var(--Secondary-gray150);
    margin-bottom: 1em;
    font-family: 'Stem', sans-serif;

}

.strong {
    font-weight: 700;
}
/*
.nowrap {
    white-space: nowrap;
}
*/

/* fix banner title width */
@media (min-width: 1024px) {
    .hero-item__desc div {
        max-width: 66%;
    }
}