.tovar-detal-wr {
	display: flex;
	margin-bottom: 35px;
}

.tovar-detal-left {
	width: 65%;
	position: relative;
}

.tovar-detal-left-slider-wr {
	position: relative;
}

.tovar-detal-right {
	width: 35%;
}

.tovar-detal-left-slider-item {
	height: 400px;
}

.tovar-detal-right-top {
	background-color: #FEFFDE;
	padding: 40px 30px;
}

.tovar-detal-left-slider-item a {
	/* background-size: cover; */
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 400px;
	display: block;
}

.slider-arrow {
	position: absolute;
	top: calc(50% - 20px);
	opacity: 1;
	transition: 0.2s linear;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.8;
	box-shadow: 0px 15px 20px rgba(190, 194, 206, 0.3);
}

.slider-arrow:hover {
	opacity: 1;
	transition: 0.2s linear;
}

.slider-arrow-prew {
	left: 20px;
}

.slider-arrow-prew img {
	transform: rotate(180deg);
}

.slider-arrow-next {
	right: 20px;
}

.tovar-detal-right-h1 {
	margin-bottom: 30px;
}

.tovar-detal-right-h1 h1 {
	font-weight: 900;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -0.482353px;
	color: #000000;
}

.tovar-detal-article {
	font-weight: normal;
	font-size: 15px;
	letter-spacing: -0.24px;
	color: rgba(0, 0, 0, 0.4);
}

.tovar-detail-block-1-right-price {
	display: flex;
	align-items: flex-end;
    flex-direction: column-reverse;
    justify-content: flex-end;
    margin-bottom: 15px;
	margin-bottom: 15px;
}

.product-item-detail-price-current {
	letter-spacing: -0.387094px;
	font-weight: 600;
	font-size: 24px;
	color: rgba(0, 0, 0, 0.4);
}

.product-item-detail-price-old {
	letter-spacing: -0.387094px;
	color: #FF2D55;
	font-size: 19px;
	font-weight: normal;
	position: relative;
	margin-bottom: 5px;
}

.product-item-detail-price-old::after {
	content: '';
	position: absolute;
	bottom: 45%;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(241, 58, 48, 0.8);
	transform: rotate(-7deg);
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 25px;
	height: 25px;
	/*border-radius: 2px;*/
	background-color: #000000;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #000000; }

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover { background-color: #000000; }

.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	transition: opacity 300ms ease;
}

.product-item-amount-field-btn-plus:after {
	position: absolute;
	top: 1px;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	transition: opacity 300ms ease;
}

.product-item-amount-field-btn-plus:after {
	content: '+';
	color: #fff;
	font-weight: 700;
	font-size: 20px;
}

.product-item-amount-field-btn-plus {
	border-radius: 0 2px 2px 0;
}

.product-item-amount-field-btn-minus:after {
	content: '-';
	color: #fff;
	font-weight: 700;
	font-size: 20px;
}

.product-item-amount-field-btn-minus {
	border-radius: 2px 0 0 2px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }


.product-item-detail-buy-button {
	width: calc(100% - 24px);
	padding: 15px 12px;
	background: #01499b;
	border-radius: 6px;
	text-align: center;
	letter-spacing: -0.24px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 900;
	text-decoration: none;
	transition: 0.2s linear;
	display: inline-block;
}

.product-item-detail-buy-button:hover {
	transition: 0.2s linear;
	background: #f2583d;
	color: #FFFFFF;
	text-decoration: none;
}

.quantity-box {
	display: flex;
	justify-content: flex-end;
    margin-top: 35px;
}

.quantity-box .product-item-amount {
    width: 150px;
	/*text-align: center;*/
	text-align: right;
}

.quantity-box .product-item-amount input {
	max-width: 45px;
	border: none;
	background-color: #FEFFDE;
	text-align: center;
	color: #000000;
	font-weight: 600;
	font-size: 14px;
}

.quantity-box .product-item-amount input::-webkit-outer-spin-button,
.quantity-box .product-item-amount input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.product-item-amount-description-container {
	font-size: 12px;
	margin-top: 5px;
}

.tovar-detail-right-middle {
	display: flex;
	align-items: flex-start;
	position: relative;
}

.tovar-detail-right-middle-left {
	background: #FFFFFF;
	box-shadow: 0px 15px 20px rgba(190, 194, 206, 0.8);
	border-radius: 6px;
	width: calc(65% - 65px);
	margin-right: 15px;
	padding: 15px 25px;
	background-image: url(/assets/img/delivery-icon.png);
	background-repeat: no-repeat;
	background-position: 90% 90%;
    margin-top: -70px;
}

.tovar-detail-right-middle-right {
	width: calc(35% - 15px);
	margin-left: 15px;
    margin-top: -25px;
}

.tovar-info-item {
	margin-bottom: 20px;
	letter-spacing: -0.41px;
	font-size: 16px;
}

.tovar-info-item:last-child {
	margin-bottom: 0;
}

.tovar-info-item-title {
    font-weight: 600;
}

.tovar-info-item-text {
	font-weight: normal;
}

.tovar-soc-title {
	font-weight: 600;
	font-size: 16px;
	letter-spacing: -0.41px;
	color: #AFAFAF;
	margin-bottom: 25px;
}

.tovar-soc-box {
	display: flex;
	flex-wrap: wrap;
}

.tovar-soc-item {
	text-decoration: none;
	transition: 0.2s linear;
	opacity: 0.8;
	width: 50%;
	margin-bottom: 10px;
}

.tovar-soc-item:hover {
	text-decoration: none;
	transition: 0.2s linear;
	opacity: 1;
	cursor: pointer;
}

.tovar-detail-right-bottom-prior-props,
.tovar-detail-right-bottom-all-props {
	padding: 15px 25px;
}

.prior-prop-item {
	display: flex;
	align-items: center;
	font-size: 16px;
	letter-spacing: -0.41px;
	color: #000000;
	margin-bottom: 7px;
}

.prior-prop-name {
	font-weight: 600;
	margin-right: 10px;
}

.prior-prop-val a {
	color: #3c45f7;
	text-decoration: none;
}

.prior-prop-val a:hover {
	color: #3c45f7;
	text-decoration: underline;
}

.tovar-detail-right-bottom-collection-info {
	padding: 15px 25px;
}

.tovar-detail-right-bottom-collection-info-title,
.tovar-detail-right-bottom-all-props-title,
.tovar-detail-right-bottom-all-props-title h2 {
	font-size: 20px;
	letter-spacing: 0.456px;
	font-weight: 900;
	color: #000000;
	margin-bottom: 15px;
}

.tovar-detail-right-bottom-collection-info-txt {
	font-size: 15px;
	letter-spacing: -0.24px;
	color: #000000;
}

.prop-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
	letter-spacing: -0.24px;
	margin-bottom: 5px;
}

.prop-name {
	color: rgba(0, 0, 0, 0.4);
}

.prop-val {
	text-align: right;
	color: #000;
}

.tovar-detail-descr {
	margin-bottom: 35px;
	padding: 0 15px;
}

.tovar-detail-descr p,
.tovar-detail-descr ol,
.tovar-detail-descr ul {
	margin-bottom: 15px;
}

.tovar-detail-descr ol li,
.tovar-detail-descr ul li {
	margin-bottom: 5px;
}

.tovar-detail-descr ol,
.tovar-detail-descr ul {
	padding-left: 40px;
}

.tovar-detal-analogs-wr > div {
	margin: 35px 0 50px 0;
}

.tovar-detal-analogs-wr > div:last-child {
	margin: 35px 0 0 0;
}

.pod-zakaz-block {
	position: relative;
	margin-bottom: 15px;
    display: inline-flex;
}

.pod-zakaz-block span {
	letter-spacing: -0.387094px;
	font-weight: 600;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.4);
}

.pod-zakaz-block i {
	color: #01499b;
	font-size: 16px;
	display: inline-block;
	height: 15px;
	width: 15px;
	border: 2px solid #01499b;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
}

.pod-zakaz-block-info {
	position: absolute;
	top: calc(100% + 8px);
	left: calc(100% - 35px);
	background: #FFFFFF;
    box-shadow: 0px 15px 20px rgba(190, 194, 206, 0.3);
    border-radius: 6px;
	width: 250px;
    padding: 10px;
    font-size: 12px;
	z-index: 1;
	display: none;
}

.pod-zakaz-block-info-box {
	margin-left: 5px;
	padding-top: 2px;
}

.pod-zakaz-block-info-box:hover .pod-zakaz-block-info {
	display: block;
}

.pod-zakaz-block-info::after {
    content: '';
    position: absolute; /* Абсолютное позиционирование */
    left: 18px;
	top: -16px; /* Положение треугольника */
    border: 8px solid transparent; /* Прозрачные границы */
    border-bottom: 10px solid #FFFFFF; /* Добавляем треугольник */
}

.tovar-detal-left-slider-nav .slick-slide > div{
	margin-right: 15px;
	border: 2px solid #f1f1f1;
}

.tovar-detal-left-slider-nav .slick-slide.slick-current > div{
	/* margin-right: 15px; */
	border: 2px solid #01499b;
}

.tovar-detal-left-slider-nav {
	margin: 15px 0;
}
.tovar-detal-left-slider-item-nav {
	/* margin: 15px; */
}

.tovar-detal-left-slider-item-nav > div {
	background-position: 50% 50%;
	/* background-size: cover; */
	background-size: contain;
	background-repeat: no-repeat;
	outline: none;
	height: 75px;
	width: 100%;
	display: block;
	cursor: pointer;
}

.youtube-video {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 75px;
}

.youtube-video img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.tovar-detal-wr {
		flex-wrap: wrap;
	}

	.tovar-detal-left {
		width: 100%;
		position: relative;
	    background-color: #FEFFDE;
	}

	.tovar-detal-right {
		width: 100%;
	}

	.tovar-detal-left .slick-dots {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	.tovar-detal-left .slick-dots li button:before {
		font-size: 12px;
		background: #F5F6F8;
		box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
		border-radius: 50%;
		opacity: 1;
		color: transparent;
		width: 16px;
		height: 16px;
	}

	.tovar-detal-left .slick-dots li.slick-active button:before {
		background: #000;
	}

	.tovar-detail-right-bottom-all-props {
		background: #FFFFFF;
		box-shadow: 0px 15px 20px rgba(190, 194, 206, 0.8);
		border-radius: 6px;
		margin-top: 25px;
	}

	.pod-zakaz-block-info-box {
		display: none;
	}
}
