

/* Start:/local/templates/main/components/bitrix/catalog.element/element_2025/style.css?174919523011501*/
.pc_main {
    margin-top: 40px;
}

.pcm_columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pcm_img_container {
    position: relative;
}

.pcm_gallery {
    width: 325px;
    box-sizing: border-box;
    border: none !important;
}

.pcm_center {
    width: 280px;
    padding: 0 20px;
    box-sizing: border-box;
}

.pcm_info {
    width: 290px;
    border: none !important;
    box-sizing: border-box;
}

.pcm_columns #pcm_thumbs {
    margin: 0 auto 10px;
}

.pcm_columns #pcm_img {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 70px 0 0;
}

@media (max-width: 968px) {
    .pcm_columns {
        justify-content: flex-end;
    }

    .pcm_gallery {
        width: 50%;
    }

    .pcm_center {
        width: 50%;
    }

    .pcm_info {
        width: 50%;
        margin-top: -110px;
        margin-left: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 768px) {
    .pcm_columns {
        justify-content: space-between;
    }

    #pcm_thumbs {
        margin: 0 auto !important;
    }

    #pcm_thumbs .slick-list  {
        display: none;
    }

    .pcm_gallery, .pcm_center, .pcm_info {
        width: 100%;
        margin: 0 0 20px 0 !important;
        padding: 0 !important;
    }

    .pcm_center {
        padding: 0;
        margin-top: 20px !important;
    }
}

.pcm_deals {
    border: 1px solid #ddd;
}

.pcm_deals .postavka.availablepostavka,
.pcm_deals .ostatok-more {
    display: none !important;
}

.pcm_deals .c_stock {
    margin-bottom: 10px;
    text-align: center;
}

.pcm_deals .ostatok {
    display: flex !important;
    justify-content: center;
}

.pcm_deals .ostatok:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url('/local/templates/main/images/svg/available.svg') no-repeat;
}

.pcm_deals .onOrder .ostatok:before {
    display: none;
}

.pcm_deals .detailBut {
    display: flex;
    justify-content: center;
    padding-left: 0 !important;
}

.pcm_deals .detailBut:before {
    position: initial !important;
    margin-right: 10px;
}

.pcm_deals .pcm_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0 0 20px !important;
    border-bottom: none;
    float: none !important;
    width: auto !important;
}

.productCard .pcm_price strong span {
    color: #292929 !important;
}

.pcm_deals .pcm_discount {
    background: #FF9087;
    color: #fff;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    padding: 5px 10px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    margin-bottom: 14px;
}

.pcm_deals .pcm_discount span {
    float: none;
    background-color: unset;
    padding: 0;
    margin-top: 0;
    font-size: 12px;
    padding-left: 5px;
}

.pcm_deals .pcm_discount:after {
    display: none;
}

.pcm_deals .pcm_amount {
    padding: 0 20px 16px 20px;
    text-align: center;
    border-bottom: none;
}

.pcm_deals .pcm_amount span {
    margin-left: 0;
    line-height: normal;
}

.pcm_deals .units_click_price {
    width: auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 20px;
}

.pcm_deals .units_click_price span {
    width: 33.33%;
    padding: 5px;
}

.pcm_deals .units_click_summary {
    text-align: center;
    margin-bottom: 20px;
}

.pcm_deals .one_click_btn {
    color: #E53729;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #E53729;
}

.pcm_center .pcm_links {
    text-align: left !important;
}

.pcm_gallery .banners-block {
    top: 10px !important;
}

.pcm_like_compare {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
}

.pcm_like_compare a {
    margin-bottom: 10px;
}

.ico_compare:before {
    width: 22px;
    height: 22px;
    background: url("/local/templates/main/images/ico-compare.svg") no-repeat;
}

.ico_compare.selected:before,
.ico_compare:hover:before {
    background: url("/local/templates/main/images/ico-compare-active.svg") no-repeat;
}

.ico_liked::before {
    width: 22px !important;
    height: 19px !important;
    background-position: 0px -19px !important;
    background-image: url(/local/templates/main/css/../images/ico-liked.svg) !important;
}

.pcm_like_compare .active.ico_liked::before, .pcm_like_compare .ico_liked:hover::before {
    background-position: 0 0 !important;
}

.product-share {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.product-share__title {
    margin-right: 10px;
    font-size: 13px;
    color: #666;
}

.product-share__items {
    display: flex;
    gap: 8px;
}

.product-share__item {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.product-share__item:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

.product-share__item svg {
    display: block;
}

.product-info {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.info-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #ccc;
    padding: 4px 0;
}

.info-value a {
    text-decoration: underline;
}

.pcm_links a {
    display: block !important;
    margin: 0 0 10px 0 !important;
}

@media screen and (max-width: 420px) {
    .pcm_links a {
        padding: 0 !important;
    }
}

/* Контейнер точек */
.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

/* Каждая точка */
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

/* Кнопка внутри точки */
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

/* Визуальное представление точки */
.slick-dots li button:before {
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    color: #ccc;
    opacity: 0.75;
}

/* Активная точка */
.slick-dots li.slick-active button:before {
    color: #748B9E;
    opacity: 1;
}

.productCard .pcm_deals .detailItem {
    border-bottom: inherit !important;
}

.but_red.add_cart::after {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .productCard .pcm_amount .but_white {
        width: 100% !important;
        margin: 5px 0 10px !important;
    }

    .pcm_deals {
        padding: 10px 0 20px 0;
    }

    #pcm_thumbs {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 765px) {
    .productCard .pcm_price strong {
        font-size: inherit !important;
        margin-bottom: 14px !important;
    }
}

.pc_advantages {
    margin-bottom: 26px;
}

.adv-item {
    display: flex !important;
    align-items: center;
}

@media screen and (max-width: 765px) {
    .adv-item {
        margin-bottom: 20px;
    }
}

.adv-item-img {
    width: 20%;
    text-align: center;
}

.adv-item-name {
    width: 80%;
    padding-left: 15px;
}

.adv-item-img img {
    width: 40px;
}

.catalog h2,
.productCard h2 {
    font-weight: bold;
}

.pc_tabs .tabs-item {
    padding: 15px 0;
}

.pc_review {
    margin-bottom: 20px;
}

.pc_reviews_top {
    margin-bottom: 10px;
}

.pc_reviews_name {
    padding-right: 10px;
    font-weight: bold;
}

.tabs-nav {
    display: flex;
    white-space: nowrap;
    overflow: auto !important;
}

.pc_no_reviews {
    margin-bottom: 20px;
}

.pc_specs {
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
}

.pc_spec-item {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #CACACA;
    text-align: center;
    padding: 30px;
}

.pc_spec-item:last-child {
    margin-right: 0;
}

.pc_spec-item-img {
    margin-bottom: 10px;
}

.pc_spec-item-name {
    text-transform: uppercase;
    color: #748B9E;
    font-size: 14px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .pc_spec-item {
        width: 48%;
        margin-right: 2%;
    }
}

.lf_medium {
    font-weight: bold;
}

.designForm {
    padding: 30px;
    width: 50%;
}

.designFormBg {
    background: url("/local/templates/main/images/designFormBg.png") no-repeat right top;
}

@media screen and (max-width: 768px) {
    .designFormBg {
        background: none;
    }

    .designForm {
        padding: 20px;
        width: auto;
    }

    .frm_field {
        width: 100%;
    }

    .leadForm input, .leadForm button {
        width: 100% !important;
    }
}

.main-user-consent-request input[type="checkbox"] {
    width: auto !important;
    margin-bottom: 5px;
    margin-right: 5px !important;
}

.pc_total_rating_count {
    color: #B2B2B2;
    padding-left: 5px;
    font-size: 17px;
}

.pc_total_rating{
    display: inline-block;
    vertical-align: middle;
}
.pc_total_rating span{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(/local/templates/main/css/../images/rev-star.png);
    margin-right: -2px;
}
.pc_total_rating[data-rating="1"] span:nth-child(1){
    background-image: url(/local/templates/main/css/../images/rev-star-red-active.png);
}
.pc_total_rating[data-rating="2"] span:nth-child(1),
.pc_total_rating[data-rating="2"] span:nth-child(2){
    background-image: url(/local/templates/main/css/../images/rev-star-red-active.png);
}
.pc_total_rating[data-rating="3"] span:nth-child(1),
.pc_total_rating[data-rating="3"] span:nth-child(2),
.pc_total_rating[data-rating="3"] span:nth-child(3){
    background-image: url(/local/templates/main/css/../images/rev-star-red-active.png);
}
.pc_total_rating[data-rating="4"] span:not(:last-child){
    background-image: url(/local/templates/main/css/../images/rev-star-red-active.png);
}
.pc_total_rating[data-rating="5"] span{
    background-image: url(/local/templates/main/css/../images/rev-star-red-active.png);
}

.pcm_mobile_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.product-share-mobile {
    margin: 0;
    flex-direction: column;
}

.product-share__items-mobile {
    display: none;
}

.product-share-mobile .product-share__title {
    display: flex;
}

.product-share-mobile .product-share__title img {
    margin-right: 5px;
}

.product-share-mobile .product-share__items {
    margin-top: 10px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/items-slider/style.css?172200826269*/
.c_slider-left .slick-track {
    margin-left: initial !important;
}

/* End */
/* /local/templates/main/components/bitrix/catalog.element/element_2025/style.css?174919523011501 */
/* /local/templates/main/components/bitrix/catalog.section/items-slider/style.css?172200826269 */
