

/* Start:/local/templates/.default/components/bitrix/catalog.element/custom_v3/style.css?17315933598185*/
.product-card__price-simple {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 32px;
}

.hidden {
    display: none;
}

.product-card__available.not-available.js-modal {
    text-decoration: underline;
}

#modal-one-click .success{
    text-align: center;
    color: green;
}

/*video gallery*/

.product-card--new {
	border-top: none;
}

.product-card--new > * {
	box-sizing: border-box;
}

.product-card--new  .product-card__container {
	width: 1230px;
	padding: 0 15px;
	max-width: 100%;
}

.product-card--new.fixed .product-gallery__inner,
.product-card--new .product-gallery__inner {
	position: sticky;
	left: 0;
	top: 82px;
	max-width: 100%;
	width: 100%;
	order: -1;
}

.product-card--new.fixed .product-kit + .product-gallery__inner,
.product-card--new .product-kit + .product-gallery__inner {
	position: relative;
	top: 0;
}

.product-card--new .product-gallery {
	display: flex;
	flex-direction: column;
	flex-basis: 760px;
	max-width: 760px;
}

.product-card--new .product-kit {
	width: 100%;
}

@media (max-width: 1199px) {
	.product-card--new .product-gallery {
		flex-basis: 615px;
		max-width: 615px;
	}
}

@media (max-width: 1023px) {
	.product-card--new .product-gallery {
		flex-basis: 515px;
		max-width: 515px;
	}
}

@media (max-width: 991px) {
	.product-card--new .product-gallery {
		flex-basis: 415px;
		max-width: 415px;
	}
}

@media (max-width: 767px) {
	.product-card--new .product-gallery {
		position: relative;
		flex-basis: 100%;
		max-width: 100%;
		overflow: hidden;
	}
}

.product-card--new .product-gallery  .product-gallery__inner {
	display: flex;
	flex-direction: row-reverse;
}

@media (max-width: 1199px) {
	.product-card--new .product-gallery  .product-gallery__inner {
		flex-direction: column;
		padding-right: 15px;
	}
}

@media (max-width: 767px) {
	.product-card--new .product-gallery  .product-gallery__inner {
		padding-right: 0;
		align-items: center;
	}
}

.product-card--new .product-gallery .product-gallery-thumb {
	width: 150px;
	margin-right: 10px;
}

@media (max-width: 1199px) {
	.product-card--new .product-gallery .product-gallery-thumb {
		width: 600px;
		height: 150px;
		margin-right: 0;
		margin-top: 10px;
	}
}

@media (max-width: 1023px) {
	.product-card--new .product-gallery .product-gallery-thumb {
		width: 500px;
		height: 125px;
	}
}

@media (max-width: 991px) {
	.product-card--new .product-gallery .product-gallery-thumb {
		width: 400px;
		height: 100px;
	}
}

@media (max-width: 767px) {
	.product-card--new .product-gallery .product-gallery-thumb {
		width: 100%;
		max-width: 600px;
		height: auto;
	}

	.product-card--new .product-gallery .product-gallery-thumb .slick-list {
		overflow: visible;
	}
}

.product-card--new .product-gallery .product-thumb {
	position: relative;
	width: 150px;
	height: 150px;
	border: 1px solid #ffffff;
	opacity: 1;
	cursor: pointer;
	margin: 0;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 1023px) {
	.product-card--new .product-gallery .product-thumb {
		width: 125px;
		height: 125px;
	}
}

@media (max-width: 991px) {
	.product-card--new .product-gallery .product-thumb {
		width: 100px;
		height: 100px;
	}
}

@media (max-width: 767px) {
	.product-card--new .product-gallery .product-thumb {
		width: calc((100vw - 30px)/4);
		height: calc((100vw - 30px)/4);
	}
}

.product-thumb--video {
	position: relative;
}

.product-thumb--video::before {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0);
	width: 100%;
	height: 100%;
	background-color: rgba(211 211 211, 0.5);
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 68 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.1602 25.9949V42.0058C26.1602 43.2267 27.5047 43.9685 28.5402 43.304L41.1202 35.2985C42.0783 34.6958 42.0783 33.3049 41.1202 32.6867L28.5402 24.6967C27.5047 24.0322 26.1602 24.774 26.1602 25.9949Z' fill='%23CD2E29'/%3E%3Crect x='1.15909' y='1.15909' width='65.6818' height='65.6818' rx='32.8409' stroke='%23CD2E29' stroke-width='2.31818'/%3E%3C/svg%3E%0A");
	background-size: 68px;
	background-repeat: no-repeat;
	background-position: center;
	content: "";
}

@media (max-width: 767px) {
	.product-thumb--video::before {
		background-size: 50%;
	}
}

.product-card--new .product-gallery .product-thumb.slick-current {
	border-color: #CD2E29;
	opacity: 1;
	pointer-events: none;
}

.product-card--new .product-gallery .product-thumb img,
.product-card--new .product-gallery .product-thumb video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


@media (min-width: 1025px) {
	.product-card--new .product-gallery .product-thumb:hover {
		border-color: rgba(205, 46, 41, 0.5);;
	}
}

.product-card--new .product-gallery-thumb .slick-track {
	flex-direction: column;
}

@media (max-width: 1199px) {
	.product-card--new .product-gallery-thumb .slick-track {
		flex-direction: row;
	}
}

.product-card--new .product-gallery-thumb .slick-arrow {
	position: absolute;
	z-index: 999;
	left: calc(50% - 20px);
	font-size: 0;
	color: transparent;
	width: 40px;
	height: 20px;
	border: none;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg width='41' height='21' viewBox='0 0 41 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.863281' y='19.875' width='27.5928' height='0.367925' transform='rotate(-45 0.863281 19.875)' fill='black'/%3E%3Crect x='39.875' y='20.1367' width='27.5928' height='0.369432' transform='rotate(-135 39.875 20.1367)' fill='black'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-position: center;
}

@media (max-width: 1199px) {
	.product-card--new .product-gallery-thumb .slick-arrow {
		transform: rotate(-90deg);
	}
}

@media (max-width: 767px) {
	.product-card--new .product-gallery-thumb .slick-arrow {
		opacity: 0;
		pointer-events: none;
	}
}

.product-card--new .product-gallery-thumb .slick-arrow.slick-disabled {
	opacity: 0;
	pointer-events: none;
}

.product-card--new .product-gallery-thumb .slick-prev {
	top: -10px
}

@media (max-width: 1199px) {
	.product-card--new .product-gallery-thumb .slick-prev {
		top: calc(50% - 10px);
		left: 0;
	}
}

.product-card--new .product-gallery-thumb .slick-next {
	transform: scaleY(-1);
	bottom: -10px;
}

@media (max-width: 1199px) {
	.product-card--new .product-gallery-thumb .slick-next {
		top: calc(50% - 10px);
		left: auto;
		right: 0;
		transform: rotate(90deg);
	}
}

.product-card--new .product-gallery-lg {
	width: calc(100% - 150px);
}

@media (max-width: 1199px) {
	.product-card--new .product-gallery-lg {
		width: 600px
	}
}

@media (max-width: 1023px) {
	.product-card--new .product-gallery-lg {
		width: 500px;
	}
}

@media (max-width: 991px) {
	.product-card--new .product-gallery-lg {
		width: 400px;
	}
}

@media (max-width: 767px) {
	.product-card--new .product-gallery-lg {
		width: 100%;
		max-width: 600px;
	}
}

.product-card--new .product-body {
	padding: 0 0 0 25px;
}

@media (max-width: 1199px) {
	.product-card--new .product-body {
		padding-left: 15px;
	}
}

.product-card--new .product-card__order {
	width: 100%;
	margin-right: 0;
}

.product-card--new .product-card__order .btn-order {
	width: 100%;
}

@media (max-width: 991px) {
	.product-card--new .product-sizes__title {
		font-size: 11px;
	}

	.product-card--new .product-sizes__hint {
		font-size: 13px;
	}

	.product-card--new .product-card__infoblock-text {
		text-align: center;
	}
}

.product-card--new .product-card__options {
	border-bottom: none;
}

.product-card--new  .product-card__title {
	margin-bottom: 10px;
}

.product-card--new .product-card__options {
	margin-top: 18px;
	margin-bottom: 0;
}

.product-card--new .product-card__controls {
	margin-top: 0;
}

.product-card--new .product-card__infoblock-icon {
	min-height: 50px;
}

.product-card--new .product-card__infoblock-icon img {
	width: auto;
	height: 50px;
}

.product-card--new .product-kit .product {
	margin-left: auto;
	margin-right: auto;
}

.product-card--new .product-kit .slick-slide {
	margin-top: 15px;
	margin-bottom: 30px;
}

.product-card__infoblock-text {
  font-size: 12px !important;
}
.ya-pay-widget {
	margin-bottom: 0 !important;
}
.product-split-widget {
	min-height: 170px;
}
/* End */


/* Start:/local/components/zolotopodkova/product.share/templates/.default/style.css?172237114541*/
.ya-share2__item {
    display: inline;
}
/* End */


/* Start:/local/components/zolotopodkova/orderproblem.form/templates/popup/style.css?1722371145172*/
#modal-orderproblem .modal__title,
#modal-orderproblem .modal__txt,
#modal-orderproblem .js-form-result {
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/slider_v3/style.css?172237114774*/
.product__available.in-stock.red:before {
    background-color: #cd2e29;
}
/* End */


/* Start:/local/components/zolotopodkova/catalog.subscribe/templates/.default/style.css?1722371145112*/
.modal__title.modal__title-success {
    padding-left: 0;
    text-align: center;
    text-transform: inherit;
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.element/custom_v3/style.css?17315933598185 */
/* /local/components/zolotopodkova/product.share/templates/.default/style.css?172237114541 */
/* /local/components/zolotopodkova/orderproblem.form/templates/popup/style.css?1722371145172 */
/* /local/templates/.default/components/bitrix/catalog.section/slider_v3/style.css?172237114774 */
/* /local/components/zolotopodkova/catalog.subscribe/templates/.default/style.css?1722371145112 */
