

/* 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 */


/* Start:/local/templates/main/components/bitrix/main.userconsent.request/order/user_consent.css?17487920454004*/
.main-user-consent-request {
	margin-top: 5px;
}

.main-user-consent-request input[type="checkbox"] {
	display: inline-block;
	vertical-align: sub;
	margin-right: 2px;
}


.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px; /* loader magic */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 30px 0;
	font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	padding: 5px 10px;
	width: 100%;
	height: 130px;
	border: 1px solid #999;
	background: #fff;
	box-sizing: border-box;
	outline: none;
	-moz-appearance: none;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	cursor: pointer;
	color: #333;
	font-size:13px;
	line-height: 15px;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text {
		height: 240px;
	}
}

/* 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 */
/* /local/templates/main/components/bitrix/main.userconsent.request/order/user_consent.css?17487920454004 */
