

/* Start:/local/templates/pokrovgold/components/bitrix/main.include/nbQuality/style.css?17551662666080*/
.nbQuality_img img {
    text-align: center;
    width: 100%;
}

.nbQuality_img {
    text-align: center;
    position: relative;
    box-shadow: 0 0 0 1.5rem #fff;
}

/*.nbQuality_img:after {*/
/*    position: absolute;*/
/*    z-index: -1;*/
/*    content: "";*/
/*    background: #f6f6f6 url(/local/templates/pokrovgold/images/pattern.png);*/
/*    top: 25%;*/
/*    left: 75%;*/
/*    bottom: -3.75rem;*/
/*    width: 100vw;*/
/*}*/

/* START TABS */
.product-item-detail-tabs h2 {
    position: relative;
    z-index: 5;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.product-item-detail-tabs h2:after {
    content: '';
    position: absolute;
    z-index: -10;
    top: 40%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #cacaca;
}

.product-item-detail-tabs h2 span {
    position: relative;
    padding: 0 1.5rem;
    background: #fff;
}

.product-item-detail-nav {
    margin-top: 2.25rem;
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    border: none !important;
}

.product-item-detail-nav .nav-item {
    flex: 1;
}

.product-item-detail-nav .nav-link {
    padding: .72rem .5rem;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: .35s;
}

.product-item-detail-nav .nav-link:hover {
    color: #fff;
    background: #000;
    transition: .35s;
}

.product-item-detail-nav .nav-link.active {
    color: #fff !important;
    background: #000 !important;
}

.product-item-detail-tabCont {
    margin-top: 6rem;
}

.product-item-detail-tabCont_img {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-item-detail-tabCont img {
    max-width: 100%;
}

.product-item-detail-tabCont_text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 2rem;
    padding-left: 54px;
    border-left: 1px solid #CACACA;
    color: #858585;
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
}

.product-item-detail-tabCont_text h3 {
    padding-bottom: 2.62rem;
    margin: 0;
    color: #000;
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
}
.product-item-detail-tabCont_text ol {
    padding-top: 2.7rem;
    position: relative;
    padding-left: 3.37rem;
    list-style: none;
    counter-reset: list-counter;
    color: #000;
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
}

.product-item-detail-tabCont_text ol li {
    counter-increment: list-counter;
    color: #000;
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
}

.product-item-detail-tabCont_text ol li:not(:first-child) {
    padding-top: 1.31rem;
}

.product-item-detail-tabCont_text ol li::marker {
    display: none;
}

.product-item-detail-tabCont_text ol li::before {
    content: counter(list-counter) "";
    position: absolute;
    z-index: -1;
    left: 0;
    border-radius: 50%;
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1rem;
    background: #26454E;
}
/* END TABS */

.nbQuality {
    margin-bottom: -4.5rem;
}

.nbQuality_text {
    padding: 8.75rem 0 4rem 8.375rem;
    position: relative;
    font-size: 1.125rem;
    color: #7a716d;
}

.nbQuality_textTitle {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5.625rem;
    background: #26454E;
    overflow: hidden;
}

.nbQuality_textTitle span {
    transform: rotate(-90deg);
    position: absolute;
    top: -2.5rem;
    bottom: 0;
    left: 3.5rem;
    display: block;
    text-transform: uppercase;
    font-family: "ArnoPro", Times;
    font-size: 5.375rem;
    opacity: 0.24;
    color: #fff;
}

@media (max-width: 1620px) {
    .product-item-detail-buy-button,
    .product-item_btn_buy,
    .accordion-button {
        font-size: 1.1rem !important;
    }
    .product-item-detail-info .accordion-body {
        padding: .75rem;
    }
    .product-item-detail-nav .nav-link {
        font-size: 1rem;
    }
    .product-item-detail-tabCont_text {
        font-size: 1rem;
    }
    .product-item-detail-tabCont_text h3 {
        font-size: 1.35rem;
    }
    .product-item-detail-tabCont_text {
        font-size: 1rem;
    }
}
@media (max-width: 1340px) {
    .product-item-detail-nav {
        gap: 1rem;
    }
    .product-item-detail-nav .nav-link {
        min-height: 4rem;
    }
    .product-item-detail-tabCont_text {
        padding-top: 1rem;
        padding-left: 35px;
    }
    .product-item-detail-tabCont_text ol li {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@media (max-width: 991px) {
    .product-item-detail-tabCont {
        margin-top: 2rem;
    }
    .product-item-detail-tabCont_col:nth-child(1) {
        order: 2;
    }
    .product-item-detail-tabCont_col:nth-child(2) {
        order: 1;
    }
    .product-item-detail-tabCont_text {
        padding-left: 0;
        padding-bottom: 2rem;
        border: none;
    }
}
@media (max-width: 768px) {
    .accordion-button {
        font-size: 1.35rem !important;
    }
    .product-item-detail-nav .nav-link {
        min-height: 5.5rem;
    }
}
@media (max-width: 576px) {
    .product-item-detail-nav .nav-item {
        flex: auto;
        width: 47%;
    }
    .product-item-detail-nav .nav-link {
        min-height: 4rem;
    }
}
/* End */
/* /local/templates/pokrovgold/components/bitrix/main.include/nbQuality/style.css?17551662666080 */
