

/* Start:/local/templates/ampm-multilang/components/bitrix/news/collections/style.css?1732110635226*/
.collections {
}

.collections h1 {
    margin-top: 10px;
}

.collections__title {
    font-size: 28px;
    font-weight: 400;
    line-height: 36.4px;
    letter-spacing: 1.2px;
    margin-bottom: 30px;
    margin-top: 10px;
}
/* End */


/* Start:/local/templates/ampm-multilang/components/bitrix/breadcrumb/main/style.css?1732110635736*/
.breadcrumb {
    padding-top: 20px;
    height: 36px;
    overflow: hidden;
    width: 100%;
    line-height: 0;
    font-size: 0;
}

.breadcrumb-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 40px;
}

.breadcrumb__item {
    display: flex;
    align-items: center;
    color: var(--main-color-gray);
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.breadcrumb__item--link {
    position: relative;
    padding-right: 17px;
}

.breadcrumb__item--link:before {
    content: '';
    position: absolute;
    right: 9px;
    width: 1px;
    height: 8px;
    background: var(--main-color-gray);
}
/* End */


/* Start:/local/templates/ampm-multilang/components/bitrix/system.pagenavigation/main_new/style.css?1732110635578*/
.catalog-page .list .pages ul li .active {
    color: #000;
}

.pagination__list {
    display: flex;
    align-items: center;
}

.pagination__item {
    margin: 0 15px;
}

.pagination__link {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    height: 18px;
    color: var(--main-color-gray);
    text-decoration: none;
}

.pagination__item.active .pagination__link {
    color: var(--main-color-black);
}
.pagination__link svg path{
    stroke: var(--main-color-gray);
}
a.pagination__link svg path {
    stroke: var(--main-color-black);
}
/* End */


/* Start:/local/templates/ampm-multilang/components/bitrix/catalog.section/collections/style.css?17321106341884*/
.collection-section {
    overflow: hidden;

    &:not(:last-child) {
        margin-bottom: 40px;
    }
}

.collection-section__title {
    width: fit-content;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 26.4px;
    margin-bottom: 20px;
    border-bottom: 1px dotted var(--main-color-gray);
}

.collection-section__title b {
    font-weight: 700;
}

.collection-section__title svg {
    margin-left: 10px;
}

.collection-section__products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.collection-section__product {
    position: relative;
    width: calc(20% - 22px);
    margin: 0 11px;
    padding-bottom: 22px;
}

@media (max-width: 1400px) {
    .collection-section__product {
        width: calc(100% / 3 - 22px);
    }
}

@media (max-width: 1200px) {
    .collection-section__product {
        width: calc(50% - 22px);
    }
}

@media (max-width: 991px) {
    .collection-section__title {
        font-size: 20px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: -0.5px;
    }

    .collection-section__products {
        padding: 0;
        overflow: hidden;
    }

    .collection-section__product {
        width: calc(100% / 2 - 22px);
    }

    .collection-section__product:nth-child(odd):before {
        content: '';
        position: absolute;
        left: 100%;
        top: 0;
        width: 2px;
        height: 100%;
        background: #E4E7EA;
        margin-left: 11px;
    }
}


/*pagination*/
.pagination {

}

.pagination__btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 48px;
    height: 48px;
    text-align: center;
    background: #eee;
    cursor: pointer;
}

.pagination__wrap {
    display: none;
}

.pagination__count {
    font-size: 12px;
    font-weight: 400;
    color: var(--main-color-gray);
    line-height: 48px;
}
/* End */


/* Start:/local/templates/ampm-multilang/components/bitrix/catalog.item/main/style.css?17777386266353*/
.product {
    display: flex;
    flex-direction: column;
}

.product__info {
    position: relative;
    margin-bottom: 10px;
}

.product__info-code {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    color: var(--main-color-gray);
    text-align: right;
    margin-top: -12px;
}

.product__img {
    position: relative;
    display: block;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.product__img-wrap picture {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 0;
    font-size: 0;
}

.product__img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product__img-slide {
    position: absolute;
    display: flex;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.product__img-item {
    flex: 1 1 auto;
    height: 100%;
    display: flex;
    align-items: end;
    padding-bottom: 10px;
}

.product__img-item:before {
    content: '';
    height: 3px;
    display: inline-block;
    border: 1px solid var(--main-color-gray);
    width: calc(100% - 5px);
    margin: 0 auto;
    border-radius: 5px;
}

.product__img-slide:not(:hover):not(.no-hover) .product__img-item:first-child:before,
.product__img-item:hover:before,
.product__img-item.active:before {
    background: var(--main-color-red);
    border-color: var(--main-color-red);
}

/*product-price*/
.product__price {
}

.product-price {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    letter-spacing: -0.05em;

    & i {
        font-style: normal;
        font-size: 13px;
        font-weight: 400;
        line-height: 13px;
        letter-spacing: -0.05em;
        color: var(--main-color-gray);
    }
}

.product__manager-stocks {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 14px;
    color: var(--main-color-gray);
}

.product__manager-stock {
    white-space: nowrap;
}

.product-price__old-wrap {
    display: flex;
    align-items: center;
}

.product-price__old {
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    color: var(--main-color-gray);
    text-decoration: line-through;
    letter-spacing: -0.05em;

    & i {
        font-style: normal;
    }
}

.product-price__percent {
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    color: #D61E3D;
    margin-left: 6px;
    letter-spacing: -0.05em;
}

.product__title {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    height: 63px;
}

.product__footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*product__button*/
.product__button-wrap {
    display: flex;
    align-items: center;
}

.product__button.btn {
    width: 100%;
    max-width: 125px;
    font-size: 16px;
    padding: 0 10px;
    transition: none;
    line-height: 0;
}

.product__button.btn .stupid {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    height: 40px;
}

.product__button:hover {

}

.product__stopped {
    color: #9EA3AF
}

.product__link-cart {
    display: none;
    background: #fff;
    width: min-content;
    height: 40px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
    text-decoration: none;
    line-height: 40px;
    padding: 0 13px;
    color: #000;
}

.product__link-cart:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}

/**/
.product__link {
    margin-left: 20px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.product__link svg {
    fill: transparent;
}

.product__link.active svg {
    fill: var(--main-color-black);
}

.product__kits-count {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color: var(--main-color-gray);
    margin-top: 12px;
}

@media (max-width: 767px) {
    .product__img,
    .product__info {
        margin-bottom: 8px;
    }

    .product-price__old {
        font-weight: 400;
        font-size: 10px;
        line-height: 100%;
    }

    .product__title {
        font-weight: 300;
        font-size: 12px;
        line-height: 140%;
        height: 48px;
    }

    .product__link {
        margin-right: 19px;
    }

    .product__link-cart {
        font-size: 0;
        width: 15px;
        background: url(/local/templates/ampm-multilang/components/bitrix/catalog.item/main/./img/cart_gray.svg) center center no-repeat;
    }

    .product-price {
        font-size: 18px;
        font-weight: 400;
        line-height: 23px;
    }

    /*.product__button.btn {
        font-size: 0;
        width: 40px;
        background: var(--main-color-red) url(/local/templates/ampm-multilang/components/bitrix/catalog.item/main/./img/cart_white.svg) center center no-repeat;
    }

    .product__button.btn.in-basket {
        background: url(/local/templates/ampm-multilang/components/bitrix/catalog.item/main/./img/cart_red.svg) center center no-repeat;
    }*/
    /*.product__button.btn .stupid {
        display: none;
    }*/
}

.flex2.items-list--popup {
    position: absolute;
}

/* #price-and-code*/
.price-and-code {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*#inline style in template*/
body .popup.credit .window .popup-form .name {
    text-transform: inherit;
    letter-spacing: 0;
}

body .popup.credit .window .close {
    background: url(/local/templates/ampm-multilang/components/bitrix/catalog.item/main/./img/cart_gray.svg) center center no-repeat;
    border: 0 !important;
    width: 40px;
    height: 40px;
}

.popup-form .item-content .checkbox + .label div.n {
    width: 90%;
}

.popup-form .item-content .checkbox + .label div.n div:nth-child(1) {
    float: left;
    margin-right: 15px;
}

.popup-form .item-content .checkbox + .label div.n div img {
    margin-right: 16px;
    max-width: 80px;
}

.popup-form .item-content .checkbox + .label div.price {
    width: auto;
    display: table-row;
}

.popup-form .item-content .checkbox + .label div.nal {
    width: auto;
    margin-right: 0px;
    margin-top: -20px;
    position: absolute;
    right: 5%;

}

.popup-form .item-content .checkbox + .label div.but {
    width: 65px;
    position: absolute;
    right: 25px;
    height: 25px;
}

/* End */
/* /local/templates/ampm-multilang/components/bitrix/news/collections/style.css?1732110635226 */
/* /local/templates/ampm-multilang/components/bitrix/breadcrumb/main/style.css?1732110635736 */
/* /local/templates/ampm-multilang/components/bitrix/system.pagenavigation/main_new/style.css?1732110635578 */
/* /local/templates/ampm-multilang/components/bitrix/catalog.section/collections/style.css?17321106341884 */
/* /local/templates/ampm-multilang/components/bitrix/catalog.item/main/style.css?17777386266353 */
