

/* Start:/local/templates/ampm-multilang/components/bitrix/catalog/main_new/style.css?17321106355079*/
.catalog {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.catalog__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog__head h1 {
    flex: 1;
    margin-right: 50px;
    margin-bottom: 20px;
}

.catalog__sort {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.catalog__sort-title {
    color: var(--main-color-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}

.catalog__sort-select {
}

.catalog__wrap {
    display: flex;
    border-top: 1px solid #eee;
}

.catalog__filter {
    position: relative;
    width: 292px;
    border-right: 1px solid #eee;
}

.catalog__filter-wrap {
    width: 292px;
}

.catalog__products {
    flex: 1;
}

.mob-block {
    display: none;
    border-top: 1px solid #eee;
}

.mob-block__list {
    display: flex;
}

.mob-block__item {
    position: relative;
    width: 50%;
    height: 109px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #555;
}

.mob-block__item:last-child {
    padding-left: 10px;
    border-left: 1px solid #E4E7EA;
}

.mob-block__item:first-child {
    border-right: 1px solid #E4E7EA;
}

.mob-block__title {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: var(--main-color-black);
    margin-bottom: 4px;
}

.mob-block__title svg {
    margin-left: 12px;
}

.mob-block__title:before {
    content: attr(data-count);
    position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    width: 15px;
    height: auto;
    line-height: 15px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #D61E3D;
    top: -2px;
    left: 50%;
}

.mob-block__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0 12px 8px 0;
    text-decoration: underline;
    font-size: 12px;
    color: var(--main-color-black);
}

.mob-block__btn:hover {
    text-decoration: none;
}

/*mob sort*/
.mob-sort {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 34px 0;
    background: #fff;
    border-radius: 10px 10px 0 0;
    z-index: 100;
    transition: all 0.2s ease-in-out;
}

.mob-sort.active {
    display: block;
}

.mob-sort__close {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: 14px;
    right: 14px;
    background: transparent;
    margin: 0;
    padding: 0;
}

.mob-sort__close svg {
    width: 16px;
}

.mob-sort a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    text-decoration: none;
    padding: 0 20px;
}

.mob-sort a.active {
    background: #eee;
}

.filter__header {
    position: relative;
    text-align: center;
    background: #eee;
    font-size: 20px;
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.filter__close {
    position: absolute;
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    top: 15px;
    right: 10px;
}

.filter__close svg {
    width: 16px;
}

.seo-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

    &.open {
        display: block;
    }
}

.seo-text__open {
    display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: 13.2px;
    color: #7A7A7A;
    padding: 0;
    background: transparent;
    border: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -35px;
}

@media (max-width: 991px) {
    .catalog__sort,
    .catalog__filter {
        display: none;
    }

    .catalog__wrap,
    .mob-block {
        display: block;
    }

    .mob-block {
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 4;
        transition: top 0.3s linear;
    }

    .open-head .mob-block {
        top: 50px;
    }

    .catalog__filter,
    .catalog__filter-wrap {
        width: 100%;
    }

    .catalog__head h1 {
        font-size: 22px;
        font-weight: 700;
        line-height: 26px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .catalog__filter {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 100;
        height: calc(100vh - 50px);
        overflow: hidden;
        flex-direction: column;
        transition: all 0.2s ease-in-out;
    }

    .catalog__filter.active {
        display: flex;
    }

    .catalog__filter-wrap {
        height: 100%;
        overflow-y: auto;
        padding: 16px 10px;
    }

    .seo-text {
        font-size: 13px;
        font-weight: 400;
        line-height: 19.5px;
        -webkit-line-clamp: 5;
    }
}

.product-service {
    padding: 30px 0;
}
/* 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/catalog.element/main_new/style.css?174125955426782*/
.product-details {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 30px;
}

.product-details__slider {
    position: relative;
    max-width: 568px;
    width: 36.7%;
}

.product-details__info-wrap,
.product-details__slider-wrap {
    position: sticky;
    top: 90px;
}

.product-details__info {
    max-width: 920px;
    width: 59.44%;
}

.product-details__stickers {
    max-width: 300px;
}

/*swiper*/
.swiper:not(.swiper-initialized) {
    position: relative;
    overflow: hidden;
}

.swiper:not(.swiper-initialized) .swiper-nav,
.swiper:not(.swiper-initialized) + .swiper-nav {
    display: none;
}

.swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
}

.swiper:not(.swiper-initialized) .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    position: relative;
}

/*slider*/
.product-details__photo {
    margin-bottom: 16px;
    text-align: center;
    font-size: 0;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-details__photo.hidden {
    display: none;
}

.product-details__slider .swiper-slide {
    font-size: 0;
    line-height: 0;
    height: initial;
    display: flex;
    align-items: center;
}

.product-details__photo img {
    overflow: hidden;
    border-radius: 10px;
}

/*nav*/
.product-details__photo-nav {
    width: 304px;
    position: relative;
    margin: 0 auto 16px;
}

.product-details__photo-nav .swiper-pagination {
    display: none;
}

.product-details__photo-nav img {
    max-width: 100%;
}

.product-details__photo-nav .swiper:not(.swiper-initialized) img {
    max-width: 64px;
}

.product-details__photo-nav .swiper:not(.swiper-initialized) .swiper-slide {
    max-width: 64px;
    margin-right: 16px;
}

.product-details__photo-nav .swiper-slide {
    overflow: hidden;
    border-radius: 4px;
}

.product-details__photo-nav .swiper-slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
    opacity: 0.6;
    transition: opacity 0.2s ease-in-out;
}

.product-details__photo-nav .swiper-slide-thumb-active {
    border: 1px solid var(--main-color-red);
}

.product-details__photo-nav .swiper-slide-thumb-active:before {
    opacity: 0;
}

.product-details__photo-nav .swiper-nav > div:after,
.product-details__videos-nav .swiper-nav > div:after {
    display: none;
}

.product-details__photo-nav .swiper-nav > div svg,
.product-details__videos-nav .swiper-nav > div svg {
    width: 16px;
    height: 16px;

}

.product-details__photo-nav .swiper-nav .swiper-button-prev,
.product-details__videos-nav .swiper-nav .swiper-button-prev {
    transform: rotate(180deg);
    left: -30px;
}

.product-details__photo-nav .swiper-nav > div svg path,
.product-details__videos-nav .swiper-nav > div svg path {
    stroke: var(--main-color-black);
}

.product-details__photo-nav .swiper-nav .swiper-button-next,
.product-details__videos-nav .swiper-nav .swiper-button-next {
    right: -30px;
}

/*videos*/
.product-details__video {
    display: flex;
    margin-bottom: 16px;
    text-align: center;
    aspect-ratio: 1 / 1;
    align-items: center;
}

.product-details__video.hidden {
    display: none;
}

.product-details__video .swiper-slide svg {
    position: absolute;
    top: 50%;
    left: 50%;
}

.product-details__video .swiper-slide svg path:not(.path-ico) {
    fill: var(--main-color-black);
}

.product-details__video .swiper-slide:hover svg path:not(.path-ico) {
    fill: var(--main-color-red);
}

.product-details__video .swiper-slide.is-video img,
.product-details__video .swiper-slide.is-video svg {
    display: none;
}

.product-details__video .swiper-slide .player {
    aspect-ratio: 16 / 9;
    position: absolute;
    top: 0;
    left: 0;
}

.product-details__video .swiper-slide.is-video .player {
    position: relative;
}

.product-details__videos-nav {
    width: 464px;
    position: relative;
    margin: 0 auto 16px;
}

.product-details__videos-nav .swiper-slide {
    width: 144px;
    height: 64px;
    display: flex;
    border: 1px solid var(--border-color-gray);
    border-radius: 4px;
}

.product-details__videos-nav .swiper:not(.swiper-initialized) .swiper-slide {
    max-width: 144px;
    margin-right: 16px;
}

.product-details__videos-nav .swiper-slide-thumb-active {
    border-color: var(--main-color-red);
}

.videos-nav__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.videos-nav__item svg {
    margin-top: 4px;
}

.videos-nav__item path:not(.path-ico) {
    fill: var(--main-color-black);
    /*#FF0000*/
}

.swiper-slide-thumb-active .videos-nav__item path:not(.path-ico) {
    fill: var(--main-color-red);
}

svg .path-ico {
    fill: #fff;
    transform: translateY(-17%);
}

.videos-nav__item:before {
    content: attr(data-i);
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
}

.videos-nav__img {
    display: flex;
    align-items: center;
    background: #000;
    width: 64px;
    border-radius: 4px;
}

/*details-info*/
.details-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -11px 18px;
}

.details-info > * {
    margin: 0 11px;
}

.details-info--color {
    width: calc(50% - 22px);
    background: #F5F5F5;
    border-radius: 10px;
    padding: 18px 20px 16px;
    margin-bottom: 22px;
}

.details-info--full {
    width: 100%;
}

.details-info h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 10px;
}

.detail-info__prop {
    width: 100%;
    margin-bottom: 22px;
}

.detail-prop {
    display: flex;
    justify-content: space-between;
}

.detail-prop__wrap {
    display: flex;
    align-items: center;
}

.detail-prop__item {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    padding: 0 10px;
}

.detail-prop__item--collection {
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.detail-prop__item:not(:last-child) {
    border-right: 1px solid var(--main-color-gray);
}

.detail-prop__item:last-child {
    padding-right: 0;
}

.detail-prop__item:first-child {
    padding-left: 0;
}

.detail-prop__item--mob {
    display: none;
}

.detail-prop__item-kit {
    padding: 0 4px;
    border-radius: 4px;
    background: #eee;
    border: 1px solid var(--border-color-gray);
}

.detail-prop__item--stars svg {
    fill: #fff;
}

.detail-prop__item--stars .active {
    fill: var(--main-color-red);
}

/*details-info__buy*/
.details-info__buy {
}

.details-info__marketing {
}

.details-info__delivery {
}

/**/
.marketing-item {
    display: flex;
}

.marketing-item:not(:last-child) {
    margin-bottom: 17px;
}

.marketing-item__title {
    display: flex;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-right: 10px;
    text-decoration: underline;
    padding: 0;
    background: transparent;
}

.marketing-item__text {
    font-size: 13px;
    font-weight: 300;
    line-height: 13px;
    color: #505050;
}

/*info-delivery*/
.info-delivery {
}

.info-delivery__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}

.info-delivery__wrap {
}

.info-delivery__item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: var(--main-color-gray)
}

.info-delivery__item:not(:last-child) {
    margin-bottom: 15px;
}

.info-delivery__item:before {
    content: "";
    position: absolute;
    width: 90%;
    top: 12px;
    right: 0;
    border-top: 1px solid;
}

.info-delivery__item-desc {
    display: flex;
    align-items: flex-start;
    padding-right: 10px;
}

.info-delivery__item-img {
    margin-right: 10px;
}

.info-delivery__item-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    background: #F5F5F5;
    z-index: 1;
}

.info-delivery__item-price {
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    background: #F5F5F5;
    padding-left: 4px;
    z-index: 1;
}

/*details-info__sku*/
.details-info__sku {

}

.info-sku {
}

.info-sku__wrap {
}

.info-sku__wrap:not(:last-child) {
    margin-bottom: 26px;
}

.info-sku__title {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 12px;
}

.info-sku__list {
    display: flex;
}

.info-sku__item {
    width: 64px;
    height: 44px;
    border: 1px solid var(--border-color-gray);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    line-height: 44px;
    background: #fff;
    padding: 0 5px;
    text-align: center;
}

.info-sku__item:not(:last-child) {
    margin-right: 8px;
}

.info-sku__item:not(.info-sku__item--active) {
    cursor: pointer;
}

.info-sku__item--color {
    font-size: 9px;
    font-weight: 400;
    line-height: 9px;
}

.info-sku__item--active {
    border-color: var(--main-color-red);
}

.info-sku__item-color {
    position: relative;
    margin-top: -20px;
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

/**/
.info-buy {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.info-buy__storage {
    margin-bottom: 17px;
}

.info-buy__prices {
    display: flex;
    flex-wrap: wrap;
    max-width: 376px;
}

.info-buy__price-old {
    color: var(--main-color-gray);
    margin-bottom: 4px;

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

.info-buy__price-discount {
    font-weight: 700;
    color: #D61E3D;
    margin-left: 8px;
}

.info-buy__price {
    display: flex;
    align-items: baseline;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;

    & i,
    & .total__nds {
        font-style: normal;
        font-weight: 400;
        font-size: 0.4334em;
        line-height: 0.4334em;
        letter-spacing: -0.05em;
        color: var(--main-color-gray);
        margin-left: 2px;
    }
}

.info-buy__kits {
    margin-top: 17px;
}

.info-buy__kits-btn {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color: var(--main-color-gray);
    text-decoration: underline;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
}

.info-buy__kits-btn:hover {
    text-decoration: none;
}

.info-buy___buttons {
    display: flex;
    margin-top: 20px;
}

.info-buy___buy.btn {
    width: 100%;
    max-width: 210px;
    height: 48px;
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
    transition: none;
}

.info-buy___buy.btn .stupid {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    height: 48px;
}

.info-buy__favorite {
    width: 48px;
    height: 48px;
    border: 1px solid var(--border-color-gray);
    border-radius: 10px;
    margin-left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 48px;
    background: transparent;
}

.info-buy__favorite svg {
    fill: transparent;
}

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

/*kits*/
.kits {
    font-weight: 400;
    margin-bottom: 14px;
}

.kits__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}

.kits__list {
}

.kits__list__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.kits__item {
    display: flex;
    align-items: center;
    border: 1px solid;
    border-color: var(--border-color-gray);
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
    transition: border-color 0.2s ease-in-out;
}

.kits__item.active {
    border-color: var(--main-color-red);
}

.kits__item:not(:last-child) {
    margin-bottom: 4px;
}

.kits__item-btn {
    margin-right: 20px;
}

.kits__item.active .btn-ico {
    background: var(--main-color-red);
}

.kits__item.active .btn-ico:before {
    transform: translateX(24px);
}

.kits__item-img {
    margin-right: 8px;
    line-height: 0;
    text-decoration: none;
}

.kits__item-img img {
    border-radius: 4px;
    overflow: hidden;
}

.kits__item-desc {
    display: flex;
    align-items: center;
    flex: 1;
    margin-right: 20px;
}

.kits__item-name {
    flex: 1;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    text-decoration: none;
}

.kits__item-storage {
    width: 170px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    margin-left: 20px;
}

.kits__item-prices {
    width: min-content;
    min-width: 85px;
}

/**/
.services {
    margin-bottom: 14px;
}

.services__title {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}

.services__list {
}

.services__item {
    display: flex;
    align-items: center;
    border: 1px solid;
    border-color: var(--border-color-gray);
    border-radius: 10px;
    padding: 10px 20px;
    transition: border-color 0.2s ease-in-out;
    cursor: pointer;
}

.services__item:not(:last-child) {
    margin-bottom: 4px;
}

.services__item.active {
    border-color: var(--main-color-red);
}

.services__item-btn {
    margin-right: 20px;
}

.services__item-desc {
    flex: 1;
}

.services__item-name {
    width: 100%;
    max-width: 370px;
}

.services__item-button {
    width: 170px;
    margin-left: 20px;
    margin-right: 20px;
}

.services__item-popup {
    display: inline-block;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    text-decoration: underline;
}

.services__item-popup:hover {
    text-decoration: none;
}

.services__item-prices {
    width: min-content;
    min-width: 85px;
}

.services__item.active .btn-ico {
    background: var(--main-color-red);
}

.services__item.active .btn-ico:before,
.kits__item.active .btn-ico:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23fff'/%3E%3Cpath stroke='%23FF0000' stroke-linecap='round' stroke-linejoin='round' d='M6 12c.5.5 2.3 2 4 2 1.7 0 3.5-1.5 4-2'/%3E%3Ccircle cx='6' cy='7' r='1' fill='%23FF0000'/%3E%3Ccircle cx='14' cy='7' r='1' fill='%23FF0000'/%3E%3C/svg%3E");
    transform: translateX(24px);
}


/*btn-ico*/
.btn-ico {
    width: 48px;
    height: 24px;
    font-size: 0;
    line-height: 0;
    border-radius: 12px;
    background: var(--border-color-gray);
    position: relative;
    transition: background 0.2s ease-in-out;
}

.btn-ico:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
    background: #fff;
    transform: translateX(0);
    transition: transform 0.2s ease-in-out;
}

/*item-prices*/
.item-prices {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
}

.item-prices__old {
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    color: var(--main-color-gray);
    text-decoration: line-through;

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

.item-prices__discount {
    font-size: 11px;
    font-weight: 700;
    line-height: 9px;
    color: #D61E3D;
}

.item-prices__val {
    white-space: nowrap;

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

/**/
.product-props {
    display: flex;
    margin-bottom: 40px;
}

.product-props__list {
    flex: 1;
    padding-right: 50px;
}

.product-props__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 16px;
}

.product-props__item {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.product-props__item:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    border-bottom: 1px dotted var(--main-color-gray);
    height: calc(100% - 6px);
}

.product-props__item:not(:last-child) {
    margin-bottom: 10px;
}

.product-props__item-title,
.product-props__item-value {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 2;
}

.product-props__item-title {
    color: var(--main-color-gray);
    padding-right: 4px;
}

.product-props__item-value {
    float: right;
    padding-left: 4px;
}

.product-instructions {
    width: 100%;
    max-width: 450px;
    background: #EEE;
    padding: 30px 40px;
    border-radius: 10px;
    height: fit-content;
}

.product-instructions__title {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 16px;
}

.product-instructions__title svg {
    margin-right: 8px;
}

.product-instructions__list {
}

.product-instructions__item {

}

.product-instructions__item:not(:last-child) {
    margin-bottom: 16px;
}

.product-instructions__item-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.product-instructions__item-type {
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    color: var(--main-color-gray);
    margin-top: 4px;
}

/*product-description*/
.product-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    border-radius: 10px;
    background: #F5F5F5;
    padding: 30px 20px;
    margin-bottom: 40px;
}

.product-description__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 15px;
}

.product-description a {
    color: var(--main-color-link);
}

.product-description__show {
    display: none;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    border: 0;
    padding: 0;
    background: transparent;
    margin: 2px auto 0;
}

.product-reviews {
    margin-bottom: 40px;
}

/**/
.product-sliders.visible {
    padding: 30px 0;
}

/**/
.product-service {
    margin: 40px 0;
    padding: 20px 0;
}

/**/
.product-seo-text {
    margin-bottom: 40px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #7A7A7A;
}

/**/
.fixed-panel {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    background: #fff;
    z-index: 100;
    transition: bottom 0.3s linear;
}

[data-panel-loaded] .fixed-panel {
    bottom: 50px;
}

.fixed-panel__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fixed-panel__wrap .info-buy__price {
    font-size: 26px;
    line-height: 26px;
}

.fixed-panel__wrap .info-buy__price-old {
    font-size: 14px;
    line-height: 14px;

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

.fixed-panel__wrap .info-buy__price-discount {
    font-size: 15px;
    line-height: 15px;
}

.fixed-panel__wrap .info-buy___buy.btn {
    max-width: 184px;
}

@media (max-width: 1350px) {
    .product-details__slider {
        width: 34.7%;
    }

    .product-details__info {
        width: 62.8%;
    }
}

@media (max-width: 1250px) {
    .product-details__slider {
        width: 44.681%;
    }

    .product-details__videos-nav {
        width: 304px;
    }

    .product-details__info {
        width: 52.128%;
    }

    .details-info {
        margin: 0 0 18px;
    }

    .details-info h1 {
        font-size: 22px;
        font-weight: 700;
        line-height: 29px;
        margin: 0 0 10px;
    }

    .detail-info__prop {
        flex-wrap: wrap;
    }

    .detail-prop__wrap:not(:last-child) {
        margin-bottom: 14px;
    }

    .details-info--color {
        width: calc(100% - 40px);
        margin: 0 0 22px;
    }

    .product-props {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .product-props__list {
        width: 100%;
        flex: initial;
        margin-bottom: 30px;
    }

    /**/
    .kits__item-btn {
        margin-right: 10px;
    }

    .kits__item-desc {
        flex-wrap: wrap;
        margin-right: 10px;
    }

    .kits__item-name {
        width: 100%;
        flex: initial;
        margin-bottom: 5px;
    }

    .kits__item-storage {
        margin: 0 auto;
    }

    /**/
    .services__item-btn {
        margin-right: 14px;
    }

    .services__item-name {
        font-size: 13px;
        font-weight: 300;
        line-height: 16px;
    }

    .services__item-popup {
        text-align: left;
    }

    .services__item-button {
        width: 40px;
        margin: 0 14px;
    }

    /**/
    .product-sliders.visible {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .product-details__info-wrap,
    .product-details__slider-wrap {
        position: initial;
        top: initial;
    }

    .fixed-panel {
        display: block;
    }

    .product-reviews {
        overflow: hidden;
    }

    .product-details {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .product-details__slider,
    .product-details__info,
    .details-info--color {
        width: 100%;
        max-width: 100%;
    }

    .product-details__slider {
        margin-bottom: 20px;
    }

    .details-info > * {
        margin-left: 0;
        margin-right: 0;
    }

    .details-info--color {
        border-radius: 0;
        padding: 20px 0;
        background: #fff;
    }

    .detail-info__prop {
        order: 1;
    }

    .details-info h1 {
        order: 2;
        font-size: 20px;
        font-weight: 400;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .details-info__sku {
        order: 3
    }

    .details-info__buy {
        order: 4;
    }

    .details-info__marketing {
        order: 5;
    }

    .details-info__delivery {
        order: 6;
    }

    .details-info__buy,
    .details-info__marketing {
        background: #F5F5F5;
        margin: 0 -10px;
        padding: 20px 10px;
        width: calc(100% + 20px);
        max-width: calc(100% + 20px);
    }

    /**/
    .product-details .product-details__photo-nav .swiper-nav {
        display: block;
    }

    .product-details__photo-nav .swiper-pagination-bullet {
        padding: 0;
        font-size: 0;
        width: 12px;
        height: 12px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #000;
        background: #fff;
        opacity: .5;
    }

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
        background: var(--main-color-red);
    }

    .product-details__photo-nav .swiper-nav .swiper-pagination {
        display: block;
        bottom: initial;
        top: 50%;
        line-height: 0;
        transform: translateY(-50%);
        width: calc(100% - 50px);
        right: 0;
        margin: 0 auto;
    }

    .product-details__videos-nav,
    .product-details__photo-nav {
        width: 100%;
        margin-top: 26px;
    }

    .product-details__videos-nav .swiper {
        width: 150px;
    }

    .product-details__videos-nav .swiper-slide {
        width: fit-content;
    }

    .product-details__videos-nav .swiper-slide {
        border: 0;
    }

    .product-details__photo-nav .swiper-nav .swiper-button-prev,
    .product-details__videos-nav .swiper-nav .swiper-button-prev {
        left: 0;
        justify-content: flex-end;
    }

    .product-details__photo-nav .swiper-nav .swiper-button-next,
    .product-details__videos-nav .swiper-nav .swiper-button-next {
        right: 0;
        justify-content: flex-end;
    }

    .videos-nav__img {
        display: none;
    }

    /**/
    .detail-info__prop {
        flex-wrap: nowrap;
    }

    .detail-prop__wrap {
        flex-direction: column;
        margin-bottom: 0;
    }

    .detail-prop__wrap:last-child {
        text-align: right;
    }

    .detail-prop__item:not(:last-child) {
        border: 0;
        margin-bottom: 8px;
    }

    .detail-prop__item {
        width: 100%;
        padding: 0;
        letter-spacing: initial;
    }

    .detail-prop__item--desc {
        display: none;
    }

    .detail-prop__item--mob {
        display: flex;
    }

    .detail-prop__item-mob {
        border-right: 1px solid;
        margin-right: 8px;
        padding-right: 8px;
        letter-spacing: -0.05em;
    }

    .detail-prop__item-kit {
        display: inline-block;
    }

    /**/
    .info-delivery__item-text,
    .info-delivery__item-price {
        background: #fff;
    }

    /**/
    .product-description {
        padding: 0;
        background: #fff;
    }

    .product-description__title {
        font-size: 22px;
        font-weight: 700;
        line-height: 29px;
    }

    .product-description__text {
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding: 10px;
        background: #F5F5F5;
        border-radius: 10px;
    }

    /**/
    .services__item {
        flex-wrap: wrap;
    }

    .services__item-desc {
        order: -1;
        width: 100%;
        flex: initial;
        margin-bottom: 10px
    }

    .services__item-button {
        order: 1;
        flex: 1;
        text-align: right;
        width: auto;
    }

    /**/
    .kits__item {
        flex-wrap: wrap;
        position: relative;
    }

    .kits__item:after {
        content: '';
        width: 100%;
        order: 0;
    }

    .kits__item-img {
        order: -1;
    }

    .kits__item-desc {
        order: 0;
    }

    .kits__item-btn,
    .kits__item-prices {
        order: 2;
        margin-top: 10px;
        margin-right: 23px;
    }

    .kits__item-storage {
        position: absolute;
        right: 10px;
        bottom: 10px;
        max-width: 80px;
        text-align: center;
        font-size: 13px;
        font-weight: 400;
        line-height: 11px;
    }

    .swiper-button-next, .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: calc(44px / 44 * 27);
        height: 44px;
        margin-top: calc(0px - (44px / 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
/* End */
/* /local/templates/ampm-multilang/components/bitrix/catalog/main_new/style.css?17321106355079 */
/* /local/templates/ampm-multilang/components/bitrix/breadcrumb/main/style.css?1732110635736 */
/* /local/templates/ampm-multilang/components/bitrix/catalog.element/main_new/style.css?174125955426782 */
