:root {
    --brand-1: #006293;
    --brand-2: #004E78;
    --brand-3: #023953;
    --text: #000000;
    --text-muted: #616161;
    --text-dark: #3F3F3F;
    --surface: #FFFFFF;
    --gray-200: #EAEAEA;
    --gray-50: #F7F7F7;
    --shadow-elev: 0 0 50px rgba(0,0,0,0.15);
    --radius-pill: 57px;
    --radius-card: 10px;
    --container: 1200px;
}

img.background-product-inner {
    position: relative;
    z-index: 9;
}
img.background-product {
    position: absolute;
    left: 0;
}
.gallery__media_item:last-child {
    /*background: rgba(234, 234, 234, 1);*/
}
/* Intro */
.intro_ { margin: 24px 0 24px; }
.intro__grid_ { display: grid; grid-template-columns: 35% 1fr; gap: 40px; align-items: flex-start; }
.intro__image_ { width: 100%; aspect-ratio: 3/2;  }
.intro__title_ { margin: 0 0 12px; font-size: 28px; font-weight: 700; color: var(--text-dark); }
.intro__text_ { display: grid; gap: 12px; color: var(--text-dark); }

.visually-hidden {
    position: absolute !important;
    height: 1px; width: 1px;
    overflow: hidden; clip: rect(1px,1px,1px,1px);
    white-space: nowrap;
}

/* Breadcrumbs */
.breadcrumbs_ { margin: 20px 0 32px; }
.breadcrumbs__list_ {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0; margin: 0;
    color: var(--text-muted);
    font-size: 14px;
}
.breadcrumbs__item_ { display: inline-flex; align-items: center; }
.breadcrumbs__item_:not(.breadcrumbs__item--current_)::after {
    content: "/";
    margin: 0 8px;
    color: var(--text-muted);
}
.breadcrumbs__link_ { color: var(--text-muted); text-decoration: none; }
.breadcrumbs__link_:hover { color: var(--brand-1); text-decoration: underline; }

/* Product */
.product_ { margin-bottom: 48px; }
.product__grid_ {
    display: grid;
    grid-template-columns: 1.55fr 0.9fr;
    gap: 40px;
}

/* Gallery */
.gallery_ { display: grid; gap: 24px; }
.gallery__media_ { display: grid; grid-template-columns: 90px 1fr; gap: 24px; align-items: start; height: 590px }
.gallery__stage_ {
    background: var(--gray-200);
    border-radius: 6px;
    width: 100%;
    aspect-ratio: 3/4;
}
.gallery__links_ { display: flex; flex-wrap: wrap; gap: 15px; }
.gallery__link_ { text-decoration: none; }
.gallery__thumbs_ {
    display: grid;
    grid-auto-rows: 50px;
    gap: 12px;
    list-style: none; padding: 0; margin: 0;
}
.gallery__thumb_ {
    background: var(--gray-200);
    border-radius: 4px;
    height: 50px;
}

/* Product info */
.product-info_ { display: grid; align-content: start; gap: 16px; }
.product-info__collection_ { letter-spacing: 0.3em; font-size: 16px; color: var(--text-dark); }
.product-info__name_ { margin: 0; font-size: 65px; font-weight: 300;     color: rgba(0, 98, 147, 1);}
.product-info__meta_ { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.product-info__kind_ { font-size: 32px; font-weight: 700; color: var(--text-dark); }
.product-info__sku_ { font-size: 14px; color: var(--text); margin-top: 4px; }
.product-info__price_ { font-size: 36px; font-weight: 700; margin: 8px 0 4px; }
.product-info__actions_ { display: flex; gap: 12px; }
div .product-item-detail-slider-container {
    z-index: 2;}
/* Share dropdown */
.share-dropdown_ { position: relative; }
.share-dropdown__menu_ {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: #fff;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-elev);
    padding: 10px;
    min-width: 230px;
    z-index: 10;
}
.share-dropdown__list_ { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.share-dropdown__link_,.product__share.share-dropdown__copy_ {
    color: var(--text-dark);
    text-decoration: none;
    font-size: 14px;
    font-family: "TTNormsPro";
    font-weight: 300;
    text-align: right;
    display: block;
    line-height: 35px;
    line-height: 23px;
    text-align: right;
    width: 100%;}
.share-dropdown__link_:hover { color: var(--brand-1); text-decoration: underline; }
.share-dropdown__copy_ { background: none; border: 0; padding: 0; font: inherit; cursor: pointer; }
.product-info__kind_{
margin-top: 22px;    margin-bottom: 6px;

}


.mb-4.catalog-section .product-item-container:hover {
    z-index: 99;
}
.mb-4.catalog-section .product-item-container {
    z-index:1;
}

.product-info__price_.product-item-detail-price-current {
    font-family: "TTNormsPro";
    color: rgba(0, 98, 147, 1);

}
.product-info__sku_:before {
    content: '';
    background: rgba(0, 98, 147, 1);
    height: 1px;
    width: 132px;
    display: inline-flex;
    align-items: normal;
    margin-right: 9px;
}
.product-info__sku_ {

    display: flex;
    align-items: center;
}
.product-info__sku_ {
    font-size: 14px;
    color: rgba(0, 98, 147, 1);

    margin-top: 4px;
    font-family: "TTNormsPro";
    font-weight: 400;
    font-size: 14px;
}
.share-dropdown__lists{
    display: flex;    justify-content: end;
}
.share-dropdown__list_:last-child{
    padding-left: 10px;
}
.share-dropdown__list_:first-child{
    border-right: 1px solid;
    padding-right: 10px;
}
.product-item-scu-container-title span{
    font-weight: 400;
}
.product-item-scu-container-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 21px;
}
    .docs_ { display: flex; flex-wrap: wrap; gap:26px; margin-top: 8px; }
.docs__btn_ { text-decoration: none; }

.button_ {
    background: none;
    border: 0
}.product-info__actions_ {
     gap: 20px;
     align-items: center;}
.button--primary_ { background: var(--brand-1); color: #fff; }
.button--primary_:hover { background: var(--brand-2); }

.share { margin-top: 8px; }
.share__list { display: flex; gap: 16px; list-style: none; padding: 0; margin: 0; }
.share__link { color: var(--text-dark); text-decoration: none; font-size: 14px; }
.share__link:hover { color: var(--brand-1); text-decoration: underline; }
.share__link--copy { background: none; border: 0; padding: 0; font: inherit; }

/* Specs */
.specs_ { margin: 64px 0 48px; }
.specs__title_ { margin: 0 0 24px; font-size: 48px; font-weight: 700; }
.specs__grid_ { display: grid; grid-template-columns: 1fr 35%; gap: 40px; align-items: start; }
.specs__list_ { display: grid; gap: 0; margin: 0; }
.specs__row_ {
    display: grid;
    grid-template-columns: 1fr 300px;
    align-items: center;
    gap: 24px;
    padding: 14px 0;
    border-bottom: 1px solid var(--text-muted);
}
.specs-aside__title_br {
    background: rgba(97, 97, 97, 1);
    height: 1px;
    width: 345px;
    margin: 0 auto;
    margin-top: 44px;
    margin-bottom: 43px;
}
.specs__aside_ {

    justify-content: center;
    align-items: center;
    text-align: center;
}
.specs__term_ { margin: 0; font-size: 20px; color: var(--text-dark); }
.specs__def_ { margin: 0; font-size: 20px; font-weight: 700; color: var(--text-dark); text-align: left}

/* Specs aside */
.specs__aside_ { display: grid; gap: 16px; }
.specs-aside__title_  strong{
    font-weight: 700;
}
.specs-aside__title_ { margin: 0; font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    font-weight: 300;margin-bottom: 13px;
    font-size: 32px;
}
.specs-aside__value_ {
    width: 273px;
    margin: 0 auto;
    height: 42px;
    font-family: "TTNormsPro";
    font-weight: 400;

    font-size: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border: 1px solid;
    border-radius: 30px;
}
.product--recommendation .mb-4.catalog-section {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}
.product--recommendation .swiper-paginations {

    margin-top: 50px;

}h1#product-title {
     font-family: "TTNormsPro";
     font-weight: 300;
     color: rgba(0, 98, 147, 1);
     font-size: 65px;
 }
.product-item-image-slide {
    position: relative;
    display: none;
    height: 100%;
    background-color: transparent!important;}
.product--recommendation .product-item-image-slider-slide-container.slide .product-item-image-slide.item{
    background-position: 50%;
    width: 100%;
    height: 100%;
}
.product--recommendation .product-item-image-slider-slide-container.slide{
    height: 434px;
    display: flex !important;
    text-align: center;
    justify-content: center;
    align-items: center;
}
div .product--recommendation .product-item-image-wrapper {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-top: 100%;
    width: 100%;
    transition: all 300ms
    ease;
}
    .specs-aside__image_ { width: 100%; height: 427px; background: var(--gray-200); border-radius: 6px; }
.product-item-title--recommendation{
    font-family: "TTNormsPro";
    font-weight: 300;
    font-size: 20px;
text-align: left;
}
.block-uniq--page-text.block-uniq--page-text-4.product--recommendation {
    padding-top: 30px;
}
    /* Description */
.description { margin: 48px 0; }
.description__title { margin: 0 0 16px; font-size: 32px; font-weight: 700; color: var(--text-dark); }
.description__text { color: var(--text-dark); font-size: 20px; display: grid; gap: 12px; }
.description__text ul { margin: 0; padding-left: 18px; }

/* Packaging (перенесено в specs__aside) */

/* Recommended */
.recommended_ { margin: 64px 0 96px; }
.recommended__head_ { display: grid; grid-template-columns: 1fr; align-items: center; margin-bottom: 24px; }
.recommended__title_ { margin: 0; font-size: 48px; font-weight: 700; text-align: right; color: var(--brand-1); }
.recommended__list_ {
    list-style: none; padding: 0; margin: 0;
    display: grid; gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.recommended__card_ { background: none; }
.product-card_ { display: grid; gap: 12px; }
.product-card__image_ { background: var(--gray-50); border: 1px solid #fff; border-radius: 6px; aspect-ratio: 1/1; }
.product-card__title_ { font-size: 20px; color: var(--text-dark); }

/* Responsive */
@media (max-width: 1200px) {
    .product__grid_ { grid-template-columns: 1fr; }
    .recommended__title_ { text-align: left; }
    .intro__grid_ { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
    .recommended__list_ { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .gallery__media_ { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .breadcrumbs__list_ { font-size: 12px; }
    .product-info__name_ { font-size: 40px; }
    .product-info__kind_ { font-size: 24px; }
    .product-info__price_ { font-size: 28px; }
    .specs__row_ { grid-template-columns: 1fr; gap: 8px; }
    .recommended__list_ { grid-template-columns: 1fr; }
    .packaging__image_ { width: 100%; height: 180px; }
}


.intro__title_inner {
    font-family: "TTNormsPro";
    font-weight: 300;
    color: rgba(0, 98, 147, 1);

    font-size: 65px;
}
.intro__title_subtitle {
    font-family: "TTNormsPro";
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 5px;
    color: rgba(0, 98, 147, 1);
    margin-top: 4px;
}.intro__title_br {
     height: 51px;
     width: 1px;
     background: rgba(0, 98, 147, 1);
     margin-left: 22px;
     margin-bottom: 33px;
     margin-top: 26px;
 }
 .intro__text_ p b,
 .intro__text_ p strong{
     font-weight: 500;
 }
section.intro_ {
    margin-bottom: 120px;
}
 .intro__text_ ol,
 .intro__text_ ul {
     margin-left: 26px;
 }
 .intro__text_ li {
     font-family: "TTNormsPro";
     font-weight: 300;
     list-style-type: auto;
     font-size: 20px;
 }
 .intro__text_ p {
     font-family: "TTNormsPro";
     font-weight: 300;

     font-size: 20px;

     text-align: justify;

 }.product-info__collection_ {
      font-family: "TTNormsPro";
      font-weight: 400;
      font-size: 16px;
      letter-spacing: 5px;
      color: rgba(0, 98, 147, 1);
      margin-top: 4px;
  }
.product-info__header_ {
    justify-content: space-between;
    display: flex;
}
.product-info__kind_ h1 {
    font-family: "TTNormsPro";
font-weight: 400;
     font-size: 32px;

 }
a.gallery__link_.button_.button--outline_,a.docs__btn_.button_.button--outline_ {
    border: 1px solid rgba(97, 97, 97, 1);
    height: 40px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    gap: 30px;
    font-family: "TTNormsPro";
    font-weight: 400;
    font-size: 20px;

}
a.docs__btn_.button_.button--primary_ {
    border: 1px solid rgba(0, 98, 147, 1);
    background: rgba(0, 98, 147, 1);
    height: 40px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    gap: 30px;
    font-family: "TTNormsPro";
    font-weight: 400;
    font-size: 20px;
}img.image-guarantees {
     position: absolute;
     right: 32px;
     bottom: 42px;
 }
.product-item-detail-slider-block {
    /* margin-left: 124px; */
    position: relative;
    width: 100%;
    height: 590px;
}

.row--scu-price{
    display: flex;
    flex-direction: column;
}

.col-lg-5--scu {
    order: 2;
}
.product-info__actions_ .share-dropdown_ svg {
    display: flex;
}
.product-item__bottom {
    border-top: 0;
    margin-top: -32px;
}
div.product-item-container.hover {
    z-index: 99;
}
div.mb-4.catalog-section section.product-grid.row .product-item-container .product-item-image-original,
div.mb-4.catalog-section section.product-grid.row .product-item-container .product-item-image-alternative,
div.catalogs .page-catalog .catalog__content .product-item-container .product-item-image-original,
div.catalogs .page-catalog .catalog__content .product-item-container .product-item-image-alternative {

    margin-top: 1px!important;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
}
div .product-item-title {
    white-space: normal;
}
.product--recommendation .product-card__content {
    border: 0;
}
/*
div .mb-4.catalog-section section.product-grid.row .product-item-container .product-item-image-original,
div .mb-4.catalog-section section.product-grid.row .product-item-container .product-item-image-alternative,
div.catalogs .page-catalog .catalog__content .product-item-container .product-item-image-original,
div.catalogs .page-catalog .catalog__content .product-item-container .product-item-image-alternative {
     background-size: contain !important;
}*/
.mb-4.catalog-section section.product-grid.row  .product-item-container .product-item-image-original,
.mb-4.catalog-section section.product-grid.row .product-item-container .product-item-image-alternative {

    margin-top: -12px;
}
.mb-4.catalog-section section.product-grid.row .product-item-image-slider-slide-container ,
.catalogs .page-catalog .catalog__content .product-item-image-slider-slide-container ,
.product--recommendation .product-item-image-slider-slide-container {
    background:none;
}
.product--recommendation .product-item-container {
    position: relative;
    width: auto;
}
@media (max-width: 1600px) {
   div .intro__grid_ {
        grid-template-columns: 40% 1fr;
    }
    div img.background-product-inner {
        width: 100%;
    }
    div img.background-product {
        width: 35%;
    }
}

@media (max-width: 991px) {
    .intro__image_ {
        display: none;
    }
    div .intro__grid_ {
        grid-template-columns: 1fr;
    }
    section.intro_ {
        margin-bottom: 25px;
    }
    .gallery__media_ {
        grid-template-columns: 1fr;
    }
    .gallery__media_item:nth-child(1){
      display: none;
    }img.image-guarantees {
             width: 75px;
         z-index: 99;
     }
}
@media (max-width: 768px) {
    a.docs__btn_.button_.button--outline_ {
        height: auto;
    }
    .specs__grid_ {

        grid-template-columns: 1fr;

    }
    .block-uniq__title {
        font-size: 40px;
    }
    .block-uniq--page-text.block-uniq--page-text-4.product--recommendation {
        margin-top: 0;

        padding-top: 0;
    }
}