.js__form--success h3, .js__form--success .custom-popup-form-desc, .js__form--success label.field, .js__form--success button.form-button, .js__form--success .form-privacy {
    display: none;
}
.catalog-artikul {
    margin-bottom: 15px;
}
.custom-popup-form-artikul {
    text-align: center;
    margin-bottom: 15px;
}
.shop-catalog-items .products__itemImg {
    height: 100%;
    max-height: 200px;
}
.products__itemImg img {
    height: 100%;
    object-fit: contain;
}

.products__item.swiper-slide {
	height: auto;
	box-sizing: border-box;
}*
.products__item>a,
.products__item>div {
	margin-right: auto; margin-left: auto;
}
.products__item {
	/*padding-bottom: 20px;*/
	display: flex; flex-direction: column;
	align-items: center;
	background-color: var(--color-bgr);
	/*border: 1px solid rgba(var(--rgb-txt),.2);
	border-radius: var(--radius);*/
	text-align: center;
	border: 1px solid #eeeeee;
	border-radius: 20px 0px;
}
.products__item {
    padding: 10px 0 0 0;
}

.products__itemImg {
	position: relative;
	margin-bottom: 15px;
}
.products__itemImg img {
	border-radius: var(--radius) var(--radius) 0 0;
}

.products__itemImg:hover img {
	opacity: .9;
}

.products__itemSale {
	position: absolute;
	padding: 5px 15px;
	top: 15px; right: -1px;
	background-color: var(--color-2);
	color: var(--color-3);
	font-weight: var(--bold);
	line-height: 1;
}


.products__itemTitle {
	flex-grow: 2;
	margin-bottom: 15px;
	padding: 0 10px;
	font-size: 1.125em;
	font-weight: var(--bold);
	color: var(--color-1);
}

.products__itemPrice {
	margin-bottom: 15px;
	font-size: 1.125em;
}

.products__itemPriceCurrent {
	
}
.products__itemPriceOld {
	margin-bottom: 7px;
	opacity: .6;
	text-decoration: line-through;
	font-size: .875em;
}


.products__itemForm {
	width: 100%;
}

#b224 .section-title {
    display: none;
}

#b224 .carousel {
    margin-top: 50px;
}

#b224 .link {
    color: #272727;
    font-weight: 400;
    font-size: 16px;
    border-bottom: none;
}

#b224 .orange-button {
    border-radius: 0px 0px 20px 0px;
    display: flex;
    width: 100%;
    justify-content: center;
}

/*#b224 .products__itemImg {
    border: 1px solid #eeeeee;
    border-radius: 20px 0px 0px 0px;
}*/

#b224 .products__itemImg {
    /*border-bottom: 1px solid #eeeeee;*/
}

 #b224 .products__itemImg {
    height: 100%;
    min-height: 200px;
    max-height: 200px;
 }

#b224 .products__itemImg img {
    border-bottom: 1px solid #eeeeee;
    border-radius: 20px 0 0 0;
    padding: 10px;
}

#b224 .link.readmore {
    font-size: 16px;
    font-weight: 700;
    color: #626262;
    border-bottom: 1px solid rgba(var(--rgb-1),.4) !important;
}

.catalog-info-title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 15px;
}

.crumbs-product .breadcrumb-item {
    font-weight: 700;
}
.pagetop__crumbs a {
    color: orange;
    border-bottom: 1px solid #fca519;
}
.crumbs-product .breadcrumb-item.active {
    font-weight: 400;
}

.sep {
    color: #fca519;
}

.shop-catalog-items .orange-button {
    border-radius: 0px 0px 20px 0px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.shop-catalog-items .link.readmore {
    font-size: 16px;
    font-weight: 700;
    color: #626262;
    border-bottom: 1px solid rgba(var(--rgb-1),.4) !important;
}

.shop-catalog-items .link {
    color: #272727;
    font-weight: 400;
    font-size: 16px;
    border-bottom: none;
}

.shop-catalog-items .products__itemImg {
    border-bottom: 1px solid #eeeeee;
}

.catalog-bottom-text {
    margin-top: 30px;
    text-align: justify;
    padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .slider-catalog {
	    display: none;
	}
}

@media screen and (min-width: 576px) {
    .products__item .button {
        min-width: 180px;
    }
}
@media screen and (max-width: 575px) {
	.products__itemCol {
		margin-bottom: 6px;
	}
	.products__item {
		/*padding-bottom: 10px;*/
	}
	.products__itemImg {
		margin-bottom: 10px;
	}
	.products__itemSale {
		padding: 4px 10px;
		font-size: .875em;
	}
	.products__itemTitle {
		margin-bottom: 10px;
		padding: 0 5px;
		font-size: 1em;
	}
	.products__itemPrice {
		margin-bottom: 10px;
		font-size: 1em;
	}
	.products__itemPriceCurrent {
		
	}
}
@media screen and (max-width: 400px) {
	.products__itemTitle, .products__itemPrice {
		font-size: .875em;
	}
	.products__itemPriceOld {
		margin-bottom: 4px;
	}
}

.products__itemForm:not(.is-added) a {
    display: none;
}
.products__itemForm.is-added button {
    display: none;
}

.shop-catalog-items.is-loading {
	opacity: .4;
}