

/* Start:/local/templates/germetic/components/bitrix/catalog.item/main/style.css?17503328035216*/
.catalog__list .product-card {
	font-family: var(--font-family, sans-serif);
	width: calc(100% / 3 - 1.4rem);
	font-size: 16px;
}

.product-card{background-color:#F8F8FA;padding:30px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (width <= 768px){.text-block__list-item{font-size:16px}.text-block__list-item:not(:last-child){margin-bottom:1px}.product-card{padding:16px}.product-card__price-block{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;align-items: center;}}.product-card__img{margin-bottom:12px;height:250px;width:100%}.product-card__badge{margin-bottom:12px}.product-card__title{font-weight:600;font-size:18px;line-height:1.2;margin-bottom:16px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}.product-card__price-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;margin-top:auto}.product-card__price-wrapper{color:var(--red-color);font-weight:600;line-height:1.4;margin-bottom:4px}.product-card__price-num{font-size:24px;font-family:Unbounded;font-weight:600}@media screen and (width <= 768px){.product-card__price-num{font-size:20px}.product-card__sale-price-num,.product-card__sale-price-text{font-weight:500;font-size:14px}}.product-card__price-text{font-size:18px;font-family:Unbounded;font-weight:600}.product-card__sale-price-wrapper{font-weight:500;font-size:16px;line-height:1.6;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px}.product-card__tooltip{cursor:pointer}.product-card__tooltip path{-webkit-transition:.3s;transition:.3s}@media screen and (width <= 1200px){.product-card__tooltip{display:none}}.product-card__tooltip:hover path{stroke:var(--red-color)}@media screen and (width <= 768px){.product-card__price-text{font-size:16px}.product-card__button{padding:11px 19px!important;font-size:16px;height:48px}}

.product-card__price-block{
	align-items: center;
}

.product-card__button {
    background-color: var(--black-color);
    border-radius: 100px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    padding: 17px 33px;
    color: var(--white-color);
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.product-card__button::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 10rem;
    background-color: var(--black-color);
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.product-card__button::before {
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--red-color);
    border-radius: 10rem;
}

.product-card__button:hover::after {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.product-card__price-block {
	justify-content: space-between;
}

.badge__circle {
    display: block;
    border-radius: 50%;
    background-color: var(--white-color);
    width: 6px;
    height: 6px;
}

.badge__text {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    text-align: right;
    color: var(--white-color);
}

.product-card__badge {
	border-radius: 11px;
    padding: 4px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 12px;
    min-width: 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

.badge--green {
    background-color: var(--green-color);
}

.product-card__title {
	transition: all .2s;
}

.product-card__title:hover {
	color: #23527c;
}


@media screen and (max-width: 1500px){
	.product-card__button {
		padding: 17px 17px;
	}
}

@media screen and (min-width: 767px) and (max-width: 1380px){
    .product-card__price-block {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .product-card {
        padding: 16px;
    }
    .product-card__title {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .product-card__price-num {
        font-size: 20px;
    }
    .product-card__sale-price-wrapper {
        font-size: 14px;
    }
}
/* End */


/* Start:/local/templates/germetic/components/bitrix/catalog.section/.default/themes/blue/style.min.css?1708097112706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /local/templates/germetic/components/bitrix/catalog.item/main/style.css?17503328035216 */
/* /local/templates/germetic/components/bitrix/catalog.section/.default/themes/blue/style.min.css?1708097112706 */
