

/* Start:/local/static_backend/css/catalog.css?176182080319347*/
.product-card__price {
    display: flex;
    flex-direction: column;
}

.locked {
	pointer-events: none;
}

.product-card__quantity {
	cursor: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.product-card__quantity-input {
	color: #fff;
	text-align: center;
}

.product-card__quantity-change {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 20%;
}

.product-card__quantity-change.minus {
	border-radius: 7.6rem 0 0  7.6rem;
}

.product-card__quantity-change.plus {
	border-radius: 0 7.6rem 7.6rem 0;
}

.product-card__quantity-change:hover {
	border-color: #353535;
	background-color: #353535;
}

.product-card__actions {
	justify-content: space-between !important;
	padding: 0 !important;

	border-color: var(--primary-color) !important;
	background-color: var(--primary-color);
	color: #fff;
}

table {
    --border: #dfe1e5;
    --hover:  #f8f9fa;

    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 5px;
    margin-top: 10px;
}

table th,
table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid var(--border);

    overflow: hidden;
    text-overflow: ellipsis;
}

table tr:hover { background: var(--hover); }

table th {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}


@media (max-width: 600px) {
    table thead { display: none; }
    table,
    table tbody,
    table tr,
    table td { display: block; width: 100%; }
    table tr { margin-bottom: 8px; }

    table td {
        white-space: normal;
        text-overflow: initial;
        border: none;
        position: relative;
        border-bottom: 1px solid var(--border) !important;
    }
    table td::before {
        content: attr(data-label);
        position: absolute;
        left: 16px;
        font-weight: 600;
    }
}

.product-card .product-card__wrapper .breadcrumbs {
	margin: 2rem 0 4rem 4.8rem;
}
.product-card .product-card__wrapper .breadcrumbs .breadcrumbs__list {
	/* flex-wrap: wrap;
	row-gap: 0px;
	line-height: 1.2; */
	scrollbar-width: thin;
	scrollbar-gutter: stable;
	scroll-padding-bottom: 10px;
	scroll-margin-bottom: 10px;
	line-height: 2;
}
.product-card .breadcrumbs .breadcrumbs__item {
	font-size: 14px;
}
.product-card .breadcrumbs .breadcrumbs__item:not(:last-child),
.product-card .breadcrumbs .breadcrumbs__item:not(:last-child) .breadcrumbs__link {
	opacity: 1;
	color: rgba(187, 187, 187, 0.7);
}
.product-card .breadcrumbs .breadcrumbs__item:last-child,
.product-card .breadcrumbs .breadcrumbs__item:last-child .breadcrumbs__link {
	opacity: 1;
	color: rgba(53, 53, 53, 0.5);
}
.product-card .breadcrumbs__list .breadcrumbs__item:not(:last-child)::after {
	background-color: rgba(187, 187, 187, 0.7);
}
.product-card .product-card__img {
	border-radius: 0 2rem 2rem 2rem;
}
.product-card__wrapper .breadcrumbs ~ .product-card__img-slider {
	left: auto;
	top: auto;
	bottom: 0;
	max-height: calc(100% - 7rem);
	padding-bottom: 5rem;
}
.product-card__wrapper .breadcrumbs ~ .product-card__img-slider {
	/*height: calc(100% - 6rem);*/
}
.product-card__wrapper .breadcrumbs ~ .product-card__img-slider .product-card__img-slide {
	/*max-height: 90%;*/
}
.product-card__wrapper .breadcrumbs ~ .product-card__img-slider .product-card__img-slide.swiper-slide-active img {
	/*position: relative;
	left: auto;
	top: auto;*/
	transform: scale(1);
}
.product-card .slider-navigation {
	bottom: 1rem;
}
.product-card .swiper-pagination {
	bottom: 2rem;
}
.product-card .product-card__tags {
	top: 10.4rem;
}
.product-card .product-card__content {
	padding: 6rem 5.2rem 4rem;
}
.product-card .product-card__content .product-card__title {
	padding: 0 1rem;
	margin-bottom: 4rem;
}
.product-card__favorite-share {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 3.5rem;
	margin-bottom: 1.9rem;
	font-size: 14px;
}
.product-card__favorite-share .catalog-list__favorite {
	position: relative;
	right: auto;
	top: auto;
	bottom: auto;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 1rem;
	width: auto;
	height: auto;
	border-radius: 100%;
	background: none;
	color: rgba(53, 53, 53, 0.5);
}
.product-card__favorite-share .catalog-list__favorite:before {
	content: "";
	background: url("/local/static_backend/img/favorite.svg") no-repeat 0 0 transparent;
	background-size: contain;
	width: 15px;
	height: 15px;
	display: block;
	opacity: 0.5;
}
.product-card__favorite-share .catalog-list__favorite.active,
.product-card__favorite-share .catalog-list__favorite:hover {
	background: none;
}
.product-card__favorite-share .catalog-list__favorite.active:before,
.product-card__favorite-share .catalog-list__favorite:hover:before {
	background-image: url("/local/static_backend/img/favorite-active.svg");
	opacity: 1;
}
.product-card__favorite-share .catalog-list__favorite:hover {
	color: rgba(53, 53, 53, 1);
}
.product-card__favorite-share .catalog-list__favorite:hover:before {
	opacity: 1;
}
.product-card__favorite-share .product-card__share {
	position: relative;
}
.product-card__favorite-share .product-card__share.product-card__share__mobile {
	display: none;
}
.product-card__favorite-share .product-card__share-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 1rem;
	cursor: pointer;
	color: rgba(53, 53, 53, 0.5);
}
.product-card__favorite-share .product-card__share-icon:before {
	content: "";
	background: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.0026 11.3333V1.33325M8.0026 1.33325L3.41927 5.91659M8.0026 1.33325L12.5859 5.91659M1.33594 10.9166V15.4999H14.6693V10.9166' stroke='%23353535' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0 transparent;
	background-size: contain;
	opacity: 0.5;
	width: 14px;
	height: 15px;
	display: block;
}
.product-card__favorite-share .product-card__share-icon:hover {
	color: rgba(53, 53, 53, 1);
}
.product-card__favorite-share .product-card__share-icon:hover:before {
	opacity: 1;
}
.product-card__favorite-share .product-card__share-menu {
	display: none;
	position: absolute;
	bottom: 100%;
	left: calc(-50% + 8px);
}
.product-card__favorite-share .product-card__share-menu__inner {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 1.9rem;
	border-radius: 0.2rem;
	background: #fff;
	padding: 0.7rem 1.2rem;
	margin-bottom: 15px;
	color: #353535;
}
.product-card__favorite-share .product-card__share-menu__inner:after {
	content: "";
	background: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 9L0.0717964 0H13.9282L7 9Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 0 0 transparent;
	background-size: contain;
	position: absolute;
	bottom: -9px;
	display: block;
	width: 14px;
	height: 9px;
	left: calc(50% - 7px);
}
/*.product-card__favorite-share:hover .product-card__share-menu {
	display: block;
}*/
.product-card__favorite-share .product-card__share:hover .product-card__share-menu {
	display: block;
}
.product-card__share-menu__inner > a svg,
.product-card__share-menu__inner > span svg {
	width: 20px;
	height: 20px;
	color: #353535;
}
.product-card__share-menu__inner > a:hover svg,
.product-card__share-menu__inner > span:hover svg {
	color: var(--primary-color);
	fill: var(--primary-color);
}
.product-card__favorite-share .product-card__share-menu__inner > span {
	cursor: pointer;
}

.product-card__rating {
	color: rgba(53, 53, 53, 0.5);
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-card .product-card__features .product-card__features-title,
.product-card .product-card__features .product-card__features-item {
	font-size: 16px;
}

a.product-card__volume-value:hover {
	border: 1px solid #353535;
}
.product-card__volume-value.product-card__volume-value__active {
	border: 1px solid #353535;
}

.product-card ~ .product-property {
	padding-bottom: 7.7rem;
}
.product-subtitle {
	font: var(--other-2);
	margin: 2.8rem 0;
	text-transform: uppercase;
	font-family: Futura PT;
	letter-spacing: 20%;
}
.product-title,
.page-main .product-description > h2:first-child {
	font: var(--title-h2);
	margin-bottom: 20px;
	font-weight: 700;
}

.page-main .product-description {
	padding-bottom: 10rem;
}
.product-description h2:not(.product-title):not(.product-subtitle):not(.product-title_title):not(:first-child) {
	font: var(--title-h3);
	margin: 35px 0 15px;
	font-weight: 700;
}

.graphic-block .graphic-block__content {
	background: var(--gray-color);
	border-radius: 12px;
	padding: 5.5rem 6rem 5rem;
}
.graphic-block .graphic-block__content ~ .graphic-block__content {
	margin-top: 2rem;
}
.graphic-block__title {
	font: var(--title-h4);
}
.custom-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}
.custom-list li {
	display: flex;
	align-items: flex-start;
	gap: 1.2rem;
	font: var(--text-t1);
}
.custom-list li::before {
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	margin-top: 0.5rem;
	flex-shrink: 0;
	background: url("/local/templates/.default/img/green-star-icon.svg") no-repeat center;
	background-color: contain;
}
.product-description .graphic-block {
	display: grid;
	grid-template-columns: repeat(2, calc(50% - 1rem));
	margin: 15px 0;
}
.graphic-block .graphic-block__img {
	max-width: 100%;
	height: 100%;
}
.product-description > p {
	margin-top: 15px;
}

.product-card-table {
	background: var(--gray-color);
	border-radius: 1.2rem;
	padding: 5rem 6rem calc(5rem - 12px);
	height: 100%;
	margin-top: 25px;
}
.product-card-table.product-card-table__min {
	height: auto;
	overflow: hidden;
}
.product-card-table.product-card-table__min > div:nth-child(-n+2) {
	display: grid;
}
.product-card-table.product-card-table__min > div {
	display: none;
}
.product-card-table .product-card-table_title:first-child {
	margin-top: 0;
}
.product-card-table_title,
.product-card-table_line {
	display: grid;
	column-gap: 12px;
	grid-template-columns: repeat(2, calc(50% - 6px));
	font: var(--text-t1);
	margin-bottom: 12px;
	text-align: center;
}
.product-card-table_title > span,
.product-card-table_line > span {
	padding: 2rem;
	border-radius: 1rem;
}
.product-card-table_title {
	margin-top: 6rem;
}
.product-card-table_title > span {
	background: var(--primary-color);
	color: #fff;
}
.product-card-table_line > span {
	background: #fff;
}
.product-card-table_btn {
	margin-top: 6rem;
	text-align: center;
}
.product-card-table_btn span {
	padding: 1.7rem 9.9rem;
	display: inline-flex;
	height: auto;
}
.product-card-table.product-card-table__min ~ .product-card-table_btn > .js-card-hide {
	display: none;
}
.product-card-table:not(.product-card-table__min) ~ .product-card-table_btn > .js-card-show {
	display: none;
}


.product-faq {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product-faq__accordion {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.product-faq__accordion:first-of-type {
	border-top: 0;
}
.product-faq__accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2.4rem 0;
	cursor: pointer;
}
.product-faq__accordion-header .product-faq__accordion-title {
	font: var(--title-h4);
}
.product-faq__accordion-header svg {
	transform: rotate(180deg);
	width: 2.4rem;
	height: 2.4rem;
	transition: 0.3s transform;
}
.product-faq__accordion-content {
	font: var(--text-t2);
	margin-left: 5.7rem;
	height: 0;
	overflow: hidden;
	transition: 0.3s margin;
	max-width: 82.1rem;
}
.product-faq__accordion.active .product-faq__accordion-content {
	margin: 3.2rem 0 5rem 5.7rem;
}
.product-faq__accordion.active .product-faq__accordion-header svg {
	transform: rotate(0deg);
}
.product-description h2.product-title_title,
.product-reviews h2.product-title_title {
	font: var(--title-h1);
	line-height: 36px;
	margin: 0;
}
.product-title-btn {
	display: flex;
	align-content: center;
	justify-content: space-between;
	column-gap: 2rem;
	row-gap: 2rem;
	flex-wrap: wrap;
}
.product-title-btn .product-title-actions > .button {
	height: 36px;
}
.product-title-btn .button.product-card__button {
	width: auto;
	padding: 5px 25px;
}
.product-title-btn .product-title-actions {
	display: flex;
	align-content: center;
	column-gap: 1.2rem;
}
.product-title-btn .product-card__button {
	margin: 0;
}

.graphic-block ~ .product-title-btn {
	margin-top: 10rem;
	margin-bottom: 4rem;
}

.product-title-btn__mobile {
	display: none;
}
.product-property .product-property__wrapper {
	column-gap: 5rem;
	justify-content: space-between;
}
.product-property__wrapper .product-property__accordions {
	max-width: 85rem;
}
.product-property__wrapper .product-property__accordions .product-property__accordion {
	border-top: 0;
	max-width: 100%;
}

.reviews-section__slider {
	margin-top: 7.2rem;
}
#captcha-container_reviews {
	margin-bottom: 20px;
	margin-top: -15px;
}


@media (min-width: 1025px) {
	.wide-text-container .product-faq,
	.wide-text-container .product-title-btn:has(+ .product-faq) {
		margin-left: calc(-1 * var(--content-padding));
		margin-right: calc(-1 * var(--content-padding));
	}
}

@media (max-width: 1024px) {
	.product-card__wrapper {}
	.product-card .product-card__content {
		padding: 4rem 3rem;
	}
	.page-main .product-card {
		padding-bottom: 3rem;
	}
	.page-main .product-property__img-block {
		margin: 0 auto;
	}
	.product-card__price .catalog-list__price__old {
		margin-left: 4px;
	}
	.product-card .product-card__wrapper .breadcrumbs {
		margin-bottom: 2rem;
		margin-left: 0;
	}
	.product-card__wrapper .breadcrumbs ~ .product-card__img-slider {
		height: 100%;
		position: relative;
		bottom: auto;
	}
	.product-card .product-card__img {
		height: 100%;
	}
	.product-card__wrapper .breadcrumbs ~ .product-card__img-slider .product-card__img-slide {
		height: 60vh;
	}
	.product-card__wrapper .breadcrumbs ~ .product-card__img-slider .product-card__img-slide picture {
		height: inherit;
	}
	.product-card__wrapper .breadcrumbs ~ .product-card__img-slider .product-card__img-slide img {
		position: relative;
		left: auto;
		top: auto;
		object-fit: contain;
	}
	.product-card__wrapper .breadcrumbs ~ .product-card__img-slider .product-card__img-slide.swiper-slide-active img {
		transform: scale(1.2);
	}
	.product-card .product-card__wrapper {
		row-gap: 30px;
	}
}
@media (max-width: 768px) {
	.product-card__info .product-card__info-property {
		flex-direction: column;
	}
	.product-card .product-card__content .product-card__title {
		margin-bottom: 24px;
	}
	.product-card .product-card__content .product-card__content-bottom {
		margin-top: 20px;
		row-gap: 40px;
	}
	.product-property__accordions .product-property__accordion-header,
	.product-faq__accordion .product-faq__accordion-header {
		padding: 20px 0;
	}
	.product-property__accordions.active .product-property__accordion-content,
	.product-faq__accordion.active .product-faq__accordion-content {
		margin: 13px 20px 32px 20px;
	}
	.product-property__accordions .product-property__accordion.active .product-property__accordion-content p:first-child {
		margin-top: 0;
	}
	.product-description .graphic-block {
		grid-template-columns: 100%;
		row-gap: 28px;
	}
	.product-description .graphic-block .graphic-block__img {
		height: auto;
	}
	.product-description .graphic-block__img img {
		position: relative;
		top: auto;
		left: auto;
	}
	.product-card-table {
		padding: 16px;
	}
	.product-card-table_title {
		margin-top: 50px;
	}
	.product-card-table_title,
	.product-card-table_line {
		font-size: 18px;
	}
	.product-card-table_title > span,
	.product-card-table_line > span {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px 12px;
	}
	.product-card-table_btn {
		margin-top: 24px;
	}
	.product-card-table_btn span {
		padding: 9px 16px;
	}
	.graphic-block .graphic-block__content,
	.graphic-block__content {
		padding: 24px;
	}
	.graphic-block .graphic-block__content ~ .graphic-block__content {
		margin-top: 10px;
	}
	.graphic-block ~ .product-title-btn {
		margin: 45px 0 5px;
	}
	.product-title-btn .button.product-card__button {
		display: none;
	}
	.product-title-btn:not(.product-title-btn__mobile) .product-title-actions {
		display: none;
	}
	.product-title-btn__mobile {
		display: flex;
	}
	.product-title-btn__mobile .button.product-card__button {
		display: block;
		height: 36px;
	}
	.graphic-block ~ .product-title-btn.product-title-btn__mobile {
		margin: 0;
		justify-content: start;
	}
	.page-main .product-description {
		padding-bottom: 45px;
	}
	.page-main .product-reviews .reviews-section {
		padding-bottom: 45px;
	}
	.product-reviews .reviews-section__slider {
		margin: 25px 0 30px;
	}
	.product-popular .product-popular__title-wrapper {
		padding-bottom: 24px;
		margin-bottom: 0;
	}
	.product-popular .catalog-list__img {
		padding-top: 90%;
	}
	.product-popular .catalog-list__img .catalog-list__favorite {
		bottom: 7px;
	}
	.product-popular .catalog-list__price-block {
		margin-bottom: 0;
	}
	.product-popular .catalog-list__text {
		margin-bottom: 11px;
	}
	.product-popular .catalog-list__options {
		margin-top: 0;
	}
	.product-card ~ .product-property {
		padding-bottom: 40px;
	}
	.reviews-section .reviews-section__item-author {
		font-size: 18px;
	}
	.reviews-section .reviews-section__item-author-info,
	.reviews-section .reviews-section__item-author-product {
		font-size: 14px;
	}
	.product-card__volume .product-card__volume-desc,
	.product-card__volume .product-card__volume-value {
		font-size: 14px;
	}
	.product-card__info .product-card__volume .product-card__volume-value {
		height: auto;
		padding: 10px 20px;
		line-height: 1;
	}
}
@media (max-width: 640px) {
	.graphic-block .graphic-block__img {
		padding: 0;
		border-radius: 20px;
	}
	.product-property .product-property__wrapper {
		row-gap: 28px;
	}
	.product-description .product-subtitle {
		margin-top: 0px;
	}
	.product-card__wrapper .breadcrumbs ~ .product-card__img-slider .product-card__img-slide {
		max-height: 55vh;
		height: auto;
	}
	.product-card__wrapper .breadcrumbs ~ .product-card__img-slider .product-card__img-slide.swiper-slide-active img {
		transform: scale(1.2);
	}
	.product-card__info .product-card__delivery,
	.product-card__info .product-card__delivery-desc {
		text-align: left;
	}
	.product-card__info .product-card__button {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
	}
	.product-card__favorite-share {
		column-gap: 25px;
	}
	.product-card__favorite-share .catalog-list__favorite {
		white-space: nowrap;
	}
	.product-card .product-card__content {
		padding: 30px 20px;
	}
	.product-card__price .catalog-list__price__old {
		margin-left: 0;
	}
	/*.product-reviews .reviews-section__slider .swiper-wrapper {
		height: 100% !important;
		flex-wrap: wrap;
		row-gap: 20px;
	} */
	.product-reviews .reviews-section__slider .swiper-wrapper .reviews-section__item:nth-child(n+2) {
		display: block;
	}
}
@media (max-width: 576px) {
	.product-card .product-card__img {
		padding: 0;
	}
}

@media screen and (max-device-width:640px) {
	.product-card__share:not(.product-card__share__mobile) {
		display: none;
	}
	.product-card__favorite-share .product-card__share.product-card__share__mobile {
		display: block;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section.list/page_catalog/style.css?176182080382*/
.catalog__categories-circle {
	border-radius: 100%;
	width: 2rem;
	height: 2rem;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/card/style.css?17618208031148*/
.locked {
    pointer-events: none;
}

.product-card__quantity {
    cursor: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.product-card__quantity-input {
    color: #fff;
    text-align: center;
}

.product-card__quantity-change {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 15%;
}

@media only screen and (max-width: 768px) {
    .product-card__quantity-change {
        width: 25%;
    }
}

.product-card__quantity-change.minus {
    border-radius: 7.6rem 0 0  7.6rem;
}

.product-card__quantity-change.plus {
    border-radius: 0 7.6rem 7.6rem 0;
}

.product-card__quantity-change:hover {
    border-color: #353535;
    background-color: #353535;
}

.product-card__actions {
    justify-content: space-between !important;
    padding: 0 !important;

    border-color: var(--primary-color) !important;
    background-color: var(--primary-color);
    color: #fff;

    width: 90% !important;
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 5%;

    height: 4.2rem !important;
}

/* End */
/* /local/static_backend/css/catalog.css?176182080319347 */
/* /local/templates/.default/components/bitrix/catalog.section.list/page_catalog/style.css?176182080382 */
/* /local/templates/.default/components/bitrix/catalog.item/card/style.css?17618208031148 */
