.item-product-price_prod .item-product-price__new-price {
    margin: 0 auto;
}

.product-cost-nds-text {
    text-align: center;
}

.product-cost-nds-text span {
    font-weight: bold;
    font-size: 20px;
}

@media (min-width: 1400px) {
    .custom-flex-width-product-compliers {
        padding-right: 2%;
        width: 76%;
    }
    .product-variant-first .variant-product-options {
        margin-left: 2%;
        width: 60%;
    }
    .product-variant-first .variant-product-aside {
        margin-left: 2%;
        width: 36%;
    }
}

@media screen and (max-width: 1200px) {
    .product-cost-nds-text span {
        font-weight: bold;
        font-size: 16px;
    }
/* Скругление для фото товара */
.rs-product .product-gallery-top .swiper-slide {
    border-radius: 16px !important;
    overflow: hidden !important;
}

.rs-product .product-gallery-top .swiper-slide img {
    border-radius: 16px !important;
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

/* Скругление для миниатюр снизу */
.rs-product .product-gallery-thumbs .swiper-slide {
    border-radius: 8px !important;
    overflow: hidden !important;
}

.rs-product .product-gallery-thumbs .swiper-slide img {
    border-radius: 8px !important;
    object-fit: cover !important;
}
}

.head-bar {
  padding-top:18px;
  padding-bottom:18px;
}