.price-product-standard h2 {
    margin-bottom: 20px;
}
.price-product-standard .desc {
	line-height: 130%;
    margin-bottom: 20px;
}
.price-product-standard .offer {
	font-size: 18px;
	line-height: 130%;
	margin-bottom: 20px;
}
.price-product-standard .tab__list {
    display: flex;
    gap: 8px;
}
.price-product-standard .tab__content-list {
    position: relative;
}
.price-product-standard .tab__item-content {
	position: absolute;
    opacity: 0;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;	
}
.price-product-standard .tab__item-content.active {
    position: relative;
    opacity: 1;
	z-index: 1;
}
.price-product-standard .box__content {
    display: grid;
	margin-bottom: 30px;
}
.price-product-standard .box__content-img {
	position: relative;
    margin-bottom: 15px;
}
.price-product-standard .box__content-img picture {
	display: flex;
    border-radius: 6px;
	height: 100%;
}
.price-product-standard .box__content-img .box__content-picture.border {    
    border: 5px solid #fff;
    background: rgba(196, 196, 196, 0);
}
.price-product-standard .box__content-img .box__content-picture.box-shadow {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.price-product-standard .box__content-img img {
    width: 100%;
    height: auto;
	object-fit: cover;
    border-radius: 10px;	
}
.price-product-standard .box__content-info {
    display: flex;
    flex-direction: column;
}
.price-product-standard .box__content-desc {
    font-size: 16px;
    line-height: 137%;
    margin-bottom: 10px;
}
.price-product-standard .box__content-standard {
	display: flex;
    flex-wrap: wrap;
    gap: 8px 15px;
	line-height: 130%;
    margin-bottom: 20px;
}
.price-product-standard .box__content-standard .series {
	display: flex;
    gap: 8px;
	align-items: center;
}
.price-product-standard .box__content-standard .series:before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #f26422;
}
.price-product-standard .box__content-list {
    display: grid;
    gap: 10px;
    line-height: 137%;
	margin-bottom: 20px;
}
.price-product-standard .box__content-item {
    padding-left: 24px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='9' cy='9' r='8.5' stroke='%23F26422' /%3e%3cpath d='M8.10865 11.702L5.73208 9.25051C5.58931 9.10323 5.58931 8.86442 5.73208 8.71713L6.24914 8.18374C6.39192 8.03645 6.62344 8.03645 6.76622 8.18374L8.36719 9.83519L11.7963 6.29796C11.9391 6.15068 12.1706 6.15068 12.3134 6.29796L12.8304 6.83134C12.9732 6.97863 12.9732 7.21743 12.8304 7.36473L8.62572 11.702C8.48293 11.8493 8.25143 11.8493 8.10865 11.702Z' fill='black' /%3e%3c/svg%3e");
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: left top;
}
.price-product-standard .box__content-price {
    display: grid;
    gap: 6px;
	margin-top: auto;
    padding: 10px;
    border: 2px solid #f26422;
    border-radius: 6px;	
}
.price-product-standard .box__content-price .price {
    text-align: center;
	font-size: 26px;
}
.price-product-standard .box__content-price .word,
.price-product-standard .box__content-price .currency {
    font-size: 16px;
	line-height: 100%;
}
.price-product-standard .box__content-price .word {
    margin-right: 6px;
}
.price-product-standard .box__content-price .currency {
    margin-left: 4px;
}
.price-product-standard .btn__select {
    justify-content: space-between;
	text-decoration: none;
    padding: 0 20px;	
	margin-bottom: 20px;
    position: relative;
    z-index: 11;	
}
.price-product-standard .btn__select:after {
    content: '';
    display: inline-block;
    width: 12px;
	height: 9px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.2099 0.00066185H1.78995C1.45753 0.000180244 1.13178 0.0938473 0.850393 0.270821C0.569006 0.447794 0.343489 0.700837 0.199947 1.00066C0.0319145 1.3564 -0.0328047 1.75219 0.0131642 2.14293C0.0591331 2.53367 0.213941 2.90363 0.459947 3.21066L4.66995 8.31066C4.83516 8.50129 5.03943 8.65418 5.2689 8.75896C5.49837 8.86374 5.74768 8.91797 5.99995 8.91797C6.25221 8.91797 6.50152 8.86374 6.73099 8.75896C6.96047 8.65418 7.16473 8.50129 7.32995 8.31066L11.5399 3.21066C11.786 2.90363 11.9408 2.53367 11.9867 2.14293C12.0327 1.75219 11.968 1.3564 11.7999 1.00066C11.6564 0.700837 11.4309 0.447794 11.1495 0.270821C10.8681 0.0938473 10.5424 0.000180244 10.2099 0.00066185Z' fill='white' /%3e%3c/svg%3e");
}
.price-product-standard .content__select.on {
    position: relative;
}
.price-product-standard .content__select.on .tab__list {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 32px;
    width: 100%;
    z-index: 10;
    padding: 3px 20px 0;
	background: #fff;
	border: 1px solid rgba(208, 208, 208, 0.6);
	gap: 0;
	border-radius: 0 0 10px 10px;
}
.price-product-standard .content__select.on .tab__list .tab__item-btn {
    background: unset;
    color: #000;
    justify-content: left;
    padding: 16px 0;
}
.price-product-standard .price-product .card__note {

}
.price-product-standard .card__note .product__card-inner {
	background: url("../../../img/product/bg-card-note.jpg") no-repeat center;
	background-size: auto;	
	justify-content: center;
}
.price-product-standard .card__note-title {
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.price-product-standard .card__note-caption {
	font-size: 18px;
	line-height: 122%;
	margin-bottom: 60px;
}
.price-product-standard .card__note-tel a {
	font-size: 28px;
	text-decoration: none;
	margin-bottom: 5px;
}
.price-product-standard .card__note-tel span {
	font-size: 17px;
	line-height: 118%;
}
.price-product-standard .card__note-tel button {
	background: none;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	cursor: pointer;
}
.price-product-standard .content__select.on .tab__list .tab__item + .tab__item {
    border-top: 1px solid rgba(208, 208, 208, 0.6);
}
.price-product-standard .price-product {
	overflow-x: initial;
}
.price-product-standard .price-product .product__card {
	padding: 0;
}
@media (max-width: 767px) {
	.price-product-standard .tab__list {
		display: none;
	}
	.price-product-standard .price-product .owl-carousel .owl-stage-outer {
		-webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
		filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));		
		clip-path: inset(-100vw -100vw -100vw -0);
		overflow: unset;
		padding: 0 6px;
	}
	.price-product-standard .price-product .product__card-inner {
		box-shadow: none;
	}
	.price-product-standard.nonstandard .box__content-desc {
		display: none;
	}	
}
@media (min-width: 768px) and (max-width: 1199px) {
	.price-product-standard .tab__list {
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}	
	.price-product-standard .tab__list::-webkit-scrollbar {
		width: 0;
		height: 0;
	}	
}
@media (min-width: 768px) {
	.price-product-standard h2 .orange {
		display: block;
	}
	.price-product-standard .desc {
		font-size: 18px;
		line-height: 130%;
	}
	.price-product-standard .offer {
		font-size: 22px;
		line-height: 120%;
	}	
	.price-product-standard .tab__list {
		gap: 15px;
		margin-bottom: 25px;
	}	
	.price-product-standard .tab__item {
		flex: 0 0 200px;
	}	
	.price-product-standard .tab__item-btn {
		font-size: 18px;
		letter-spacing: 0;
		text-decoration: none;
		border: 2px solid #efefef;
	}	
	.price-product-standard .tab__item:not(.active) .tab__item-btn {
		background: #efefef;
		font-weight: 700;
		line-height: 100%;
		text-transform: uppercase;
		color: #000;
	}
	.price-product-standard .box__content {
		display: grid;
		grid-template-columns: 226px 1fr;
		gap: 20px;
	}
	.price-product-standard .box__content-img {
		margin-bottom: 0;
	}
	.price-product-standard .box__content-desc {
		font-size: 18px;
		line-height: 122%;
		margin-bottom: 20px;
	}
	.price-product-standard .box__content-standard {
		font-size: 18px;
		line-height: 122%;
		gap: 10px 15px;
	}
	.price-product-standard .box__content-list {
		font-size: 18px;
		gap: 15px;
		line-height: 123%;
		margin-bottom: 20px;
	}
	.price-product-standard .box__content-item {
		padding-left: 32px;
		background-size: 22px 22px;
	}	
	.price-product-standard .box__content-price {
		gap: 0;
		grid-template-columns: 1fr 273px;
		align-items: center;
		padding: 12px 12px 12px 22px;
	}
	.price-product-standard .box__content-price .price {
		font-size: 28px;
		text-align: left;
	}
	.price-product-standard .box__content-price .word,
	.price-product-standard .box__content-price .currency {
		font-size: 18px;
	}
	.price-product-standard .box__content-price .word {
		margin-right: 8px;
	}
	.price-product-standard .btn__select {
		display: none;
	}	
	.price-product-standard .box__product-card {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
		width: 632px;
		margin: 0 auto;
	}	
}
@media (min-width: 1200px) {
	.price-product-standard h2 .orange {
		display: inline-block;
	}
	.price-product-standard .offer {
		margin-bottom: 50px;
	}	
	.price-product-standard .tab__list {
		flex-wrap: nowrap;
		justify-content: space-between;
		gap: 0;
		margin-bottom: 33px;
	}
	.price-product-standard .tab__item {
		flex: 1 0 auto;
	}	
	.price-product-standard .tab__item-btn {
		border-radius: 0;
	}
	.price-product-standard .tab__item.active .tab__item-btn {
		background: #fff;
		color: #000;
		border: 2px solid #F26421;
		font-size: 18px;
		font-weight: 700;
		position: relative;
	}
	.price-product-standard .tab__item.active .tab__item-btn:before {
		content: '';
		position: absolute;
		width: 17px;
		height: 17px;
		background-color: #fff;
		border-right: 2px solid #F26421;
		border-bottom: 2px solid #F26421;
		bottom: -10px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.price-product-standard .box__content {
		grid-template-columns: 449px 1fr;
		gap: 40px;
	}
	.price-product-standard .box__content-desc {
		font-size: 18px;
		line-height: 120%;
		margin-bottom: 25px;
	}
	.price-product-standard .box__content-price {
		grid-template-columns: 1fr 275px;
		padding: 12px;
	}
	.price-product-standard .box__content-price .price {
		font-size: 32px;
	}	
	.price-product-standard .box__content-price .word,
	.price-product-standard .box__content-price .currency {
		font-size: 22px;
	}
	.price-product-standard .box__content-price .word {
		margin-right: 10px;
	}
	.price-product-standard .box__content-price .currency {
		margin-left: 7px;
	}
	.price-product-standard .box__product-card {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
		width: 100%;
	}	
}

