div#polomtov * {
	box-sizing: border-box;
}

div#polomtov .iaharakt span {
    max-width: 50%;
    order: 2;
    position: relative;
    z-index: 2;
}

div#polomtov .iaharakt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    margin: 0 0 10px;
    border: none;
    position: relative;
}
div#polomtov .iaharakt-important :is(b, span) {
    font-weight: bold;
}

div#polomtov .iaharakt:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: 1px dotted #e9f0f5;
    z-index: 1;
}

div#polomtov .iaharakt b {
    position: relative;
    z-index: 2;
}

div#polomtov .iaharakt:last-child span {
    text-align: right;
}


div#polomtov {
	display: grid;
	gap: 15px;
	grid-template-columns: [imageCont] 250px 1fr;
	/* grid-template-rows: 310px; */
	height: auto;
	padding: 15px;
}

div#polomtov .installments-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: inherit;
}

.installment-img {
	flex-basis: 30px;
	flex-shrink: 0;
}

div#polomtov .product-installment {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 40px;
}

div#polomtov .installment-text span {
	display: block;
	font-size: 12px;
	color: #255475;
}

div#polomtov .product-image-wrapper {
	display: grid;
	grid-template-rows: 1fr auto;
	gap: inherit;
	padding: 0;
	margin: 0;
	height: auto;
	width: auto;
	grid-template-columns: 250px;
	grid-column: imageCont;
}

a.prevphot.image-icon-wrapper {
	display: flex;
	align-items: center;
	position: relative;
	padding: 0;
	margin: 0;
	height: auto;
}

a.prevphot.image-icon-wrapper img {
	display: block;
	object-fit: scale-down;
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.blockinftov {
	margin: 0;
	padding: 0;
	height: auto;
	display: grid;
	grid-template-rows: auto 1fr auto;
}

div#polomtov .carustov.slick-slider {
	margin: 0;
	padding: 0 15px;
	overflow: hidden;
	max-height: 40px;
}

.product-image-wrapper .slick-prev {
	left: 0 !important;
	top: 50% !important;
	transform: translateY(50%) rotate(180deg);
	transform-origin: center;
}

.product-image-wrapper .slick-next,
.product-image-wrapper .slick-prev {
	top: 50% !important;
	width: 15px !important;
	height: 15px !important;
	background: #ffffff center / contain no-repeat
		url(/diox/style/dstyl/foot/arrow.svg) !important;
	padding: 0 !important;
	min-width: 15px !important;
}

.product-image-wrapper .slick-prev {
	left: 0 !important;
	transform: translateY(-50%) rotate(180deg);
}

.product-image-wrapper .slick-next {
	right: 0 !important;
}

div#polomtov .blockinftov {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	grid-template-rows: auto 1fr;
	gap: inherit;
	align-items: stretch;
}

div#polomtov .product-info-wrapper {
	margin: 0;
	display: grid;
	grid-template-rows: 1fr;
	gap: inherit;
	grid-column: 2;
	grid-row: 2/-1;
	width: 100%;
	height: 100%;
}

#polomtov h1 {
	grid-column: 1/3;
	height: auto;
	line-height: normal;
	padding-bottom: 8px;
	border-bottom: 1px solid #e9f0f5;
	grid-row: 1;
}

div#polomtov .bit_table {
	margin: 0;
	grid-column: 1/2;
	height: auto;
	display: grid;
	gap: inherit;
	grid-template-columns: 210px 1fr;
	align-items: center;
	grid-row: 2/-1;
	grid-template-rows: 1fr auto;
}

div#polomtov .polompric {
	width: 100%;
	margin: 0;
}

div#polomtov .polompiahar {
	margin: 0;
	width: 100%;
}

.pbtitem {
	width: auto;
	margin: 0;
}

.oformlen {
	width: 100%;
	grid-column: 1/-1;
	display: grid;
	gap: inherit;
	grid-template-columns: 210px 1fr 1fr;
}

.pbtitem [class*="minus"],
.pbtitem [class*="plus"] {
	height: 40px;
	width: 30px;
}

.pbtitem input[type="text"]:focus,
.pbtitem input[type="text"] {
	width: calc(100% - 60px);
}

.raznicaprice span {
	height: auto;
	line-height: 14px;
}

.oldprices span {
	height: auto;
}

/* tabs */

div#polomtov .product-service-tabs {
	position: relative;
	padding: 0;
}
div#polomtov .product-service-tabs input[name="tab-control"] {
	display: none;
}
div#polomtov .product-service-tabs .content section h2,
div#polomtov .product-service-tabs ul li label {
	/* font-family: "Montserrat"; */
	font-weight: bold;
	font-size: 14px;
	color: #008dd2;
}
div#polomtov .product-service-tabs > ul {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	margin: 0;
	gap: 5px;
	padding: 0 0 5px;
	border-bottom: 1px solid #e9f0f5;
}
div#polomtov .product-service-tabs > ul li {
	box-sizing: border-box;
	flex: 1;
	width: 25%;
	/* padding: 0 10px; */
	text-align: center;
}
div#polomtov .product-service-tabs ul li label {
	transition: all 0.3s ease-in-out;
	color: #929daf;
	padding-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	white-space: nowrap;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
div#polomtov .product-service-tabs ul li label br {
	display: none;
}
div#polomtov .product-service-tabs ul li label svg {
	fill: #929daf;
	height: 1.2em;
	vertical-align: bottom;
	margin-right: 0.2em;
	transition: all 0.2s ease-in-out;
}
div#polomtov .product-service-tabs ul li label:hover,
div#polomtov .product-service-tabs ul li label:focus,
div#polomtov .product-service-tabs ul li label:active {
	outline: 0;
	color: #bec5cf;
}
div#polomtov .product-service-tabs ul li label:hover svg,
div#polomtov .product-service-tabs ul li label:focus svg,
div#polomtov .product-service-tabs ul li label:active svg {
	fill: #bec5cf;
}
div#polomtov .product-service-tabs .slider {
	position: relative;
	width: calc(100% / 3);
	transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
	margin-top: -2.5px;
}
div#polomtov .product-service-tabs .slider .indicator {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	height: 4px;
	background: #ff8605;
	border-radius: 1px;
}
div#polomtov .product-service-tabs .content {
	margin-top: 10px;
	min-height: 207px;
}
div#polomtov .product-service-tabs .content section {
	display: none;
	-webkit-animation-name: content;
	animation-name: content;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	line-height: 1.4;
	grid-template-rows: 1fr auto;
	gap: 15px;
}
div#polomtov .product-service-tabs .content section h2 {
	color: #008dd2;
	display: none;
}
div#polomtov .product-service-tabs .content section h2::after {
	content: "";
	position: relative;
	display: block;
	width: 30px;
	height: 3px;
	background: #008dd2;
	margin-top: 5px;
	left: 1px;
}
div#polomtov
	.product-service-tabs
	input[name="tab-control"]:nth-of-type(1):checked
	~ ul
	> li:nth-child(1)
	> label {
	cursor: default;
	color: #008dd2;
}
div#polomtov
	.product-service-tabs
	input[name="tab-control"]:nth-of-type(1):checked
	~ ul
	> li:nth-child(1)
	> label
	svg {
	fill: #008dd2;
}
@media (max-width: 600px) {
	div#polomtov
		.product-service-tabs
		input[name="tab-control"]:nth-of-type(1):checked
		~ ul
		> li:nth-child(1)
		> label {
		background: rgba(0, 0, 0, 0.08);
	}
}
div#polomtov
	.product-service-tabs
	input[name="tab-control"]:nth-of-type(1):checked
	~ .slider {
	transform: translateX(0%);
}
div#polomtov
	.product-service-tabs
	input[name="tab-control"]:nth-of-type(1):checked
	~ .content
	> section:nth-child(1) {
	display: grid;
}
div#polomtov
	.product-service-tabs
	input[name="tab-control"]:nth-of-type(2):checked
	~ ul
	> li:nth-child(2)
	> label {
	cursor: default;
	color: #008dd2;
}
div#polomtov
	.product-service-tabs
	input[name="tab-control"]:nth-of-type(2):checked
	~ ul
	> li:nth-child(2)
	> label
	svg {
	fill: #008dd2;
}
@media (max-width: 600px) {
	div#polomtov
		.product-service-tabs
		input[name="tab-control"]:nth-of-type(2):checked
		~ ul
		> li:nth-child(2)
		> label {
		background: rgba(0, 0, 0, 0.08);
	}
}
div#polomtov
	.product-service-tabs
	input[name="tab-control"]:nth-of-type(2):checked
	~ .slider {
	transform: translateX(100%);
}
div#polomtov
	.product-service-tabs
	input[name="tab-control"]:nth-of-type(2):checked
	~ .content
	> section:nth-child(2) {
	display: grid;
}
div#polomtov
	.product-service-tabs
	input[name="tab-control"]:nth-of-type(3):checked
	~ ul
	> li:nth-child(3)
	> label {
	cursor: default;
	color: #008dd2;
}
div#polomtov
	.product-service-tabs
	input[name="tab-control"]:nth-of-type(3):checked
	~ ul
	> li:nth-child(3)
	> label
	svg {
	fill: #008dd2;
}
@media (max-width: 600px) {
	div#polomtov
		.product-service-tabs
		input[name="tab-control"]:nth-of-type(3):checked
		~ ul
		> li:nth-child(3)
		> label {
		background: rgba(0, 0, 0, 0.08);
	}
}
div#polomtov
	.product-service-tabs
	input[name="tab-control"]:nth-of-type(3):checked
	~ .slider {
	transform: translateX(200%);
}
div#polomtov
	.product-service-tabs
	input[name="tab-control"]:nth-of-type(3):checked
	~ .content
	> section:nth-child(3) {
	display: grid;
}
div#polomtov
	.product-service-tabs
	input[name="tab-control"]:nth-of-type(4):checked
	~ ul
	> li:nth-child(4)
	> label {
	cursor: default;
	color: #008dd2;
}
div#polomtov
	.product-service-tabs
	input[name="tab-control"]:nth-of-type(4):checked
	~ ul
	> li:nth-child(4)
	> label
	svg {
	fill: #008dd2;
}
@media (max-width: 600px) {
	div#polomtov
		.product-service-tabs
		input[name="tab-control"]:nth-of-type(4):checked
		~ ul
		> li:nth-child(4)
		> label {
		background: rgba(0, 0, 0, 0.08);
	}
}
div#polomtov
	.product-service-tabs
	input[name="tab-control"]:nth-of-type(4):checked
	~ .slider {
	transform: translateX(300%);
}
div#polomtov
	.product-service-tabs
	input[name="tab-control"]:nth-of-type(4):checked
	~ .content
	> section:nth-child(4) {
	display: block;
}
@-webkit-keyframes content {
	from {
		opacity: 0;
		transform: translateY(5%);
	}
	to {
		opacity: 1;
		transform: translateY(0%);
	}
}
@keyframes content {
	from {
		opacity: 0;
		transform: translateY(5%);
	}
	to {
		opacity: 1;
		transform: translateY(0%);
	}
}
@media (max-width: 1000px) {
	div#polomtov .product-service-tabs ul li label {
		white-space: initial;
	}
	/* div#polomtov .product-service-tabs ul li label br {
		display: initial;
	} */
	div#polomtov .product-service-tabs ul li label svg {
		height: 1.5em;
	}
}
@media (max-width: 600px) {
	div#polomtov .product-service-tabs ul li label {
		padding: 5px;
		border-radius: 5px;
		background: #ebebeb4f;
	}
	div#polomtov .product-service-tabs ul li label span {
		display: none;
	}
	div#polomtov .product-service-tabs .slider {
		display: none;
	}
	div#polomtov .product-service-tabs .content {
		margin-top: 20px;
	}
	div#polomtov .product-service-tabs .content section h2 {
		display: block;
	}
}

ul.payments {
	display: grid;
}

div#polomtov .payments {
	display: grid !important;
	grid-template-columns: 1fr;
}

.payments .bitt_li {
	text-align: left !important;
	width: 100% !important;
	padding: 3px 23px;
	background: #e0e7ec;
	font-weight: bold;
}

.text li:before {
	content: "\2014";
	position: absolute;
	left: 0;
}
.text li {
	overflow: hidden;
	position: relative;
	padding-left: 20px;
}

ul.text {
	padding: 0;
	list-style: none;
	margin: 0;
}

.text p {
	margin: 5px;
}

.guarantee p {
	margin: 5px 0 0;
}

.delivery-calc {
	min-height: 40px;
}

.delivery-calc {
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid #e9f0f5;
	padding: 0 20px;
	border-radius: 3px;
}

.installment-img img {
	max-width: 100%;
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.itpbllef .tabs {
	padding: 15px;
	width: calc(100% - 30px);
}

.oldprices > span:before {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #f00;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(3deg);
	border-radius: 6px;
}

.oldprices > span {
	position: relative;
}

/* partpay modal*/
.partpay-modal * {
	box-sizing: border-box;
}
.partpay-modal {
	padding: 15px;
	max-width: 600px;
}
.partpay-modal h2 {
	margin: 0;
	padding-bottom: 20px;
	text-align: center;
}
.partpay-modal h4 {
	margin: 0;
	padding-bottom: 15px;
}
.partpay-modal p {
	margin: 0;
}

.partpay-modal p:not(:last-child) {
	padding-bottom: 10px;
}
/* partpay modal end*/

@media only screen and (min-width: 1370px) and (max-width: 1605px) {
	.delivery-calc {
		padding: 5px 20px;
	}
	div#polomtov {
		grid-template-rows: 368px;
	}
}
@media only screen and (min-width: 1030px) and (max-width: 1366px) {
	.delivery-calc {
		padding: 5px 20px;
	}
	div#polomtov .installments-wrapper {
		gap: 5px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	div#polomtov .bit_table {
		grid-column: 1/-1;
	}
	div#polomtov .product-info-wrapper {
		display: none;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	div#polomtov {
		grid-template-columns: [imageCont] 1fr;
	}

	div#polomtov .product-image-wrapper {
		justify-content: center;
	}

	div#polomtov .blockinftov {
		grid-template-columns: 1fr;
	}

	div#polomtov .bit_table {
		grid-column: 1/-1;
		grid-row: 2;
	}

	div#polomtov .product-info-wrapper {
		grid-column: 1/-1;
		grid-row: 3;
	}

	#polomtov h1 {
		grid-column: 1;
	}

	.pbtitem {
		margin: 0 !important;
	}
	.polompiahar {
		display: block;
		border: none;
		padding: 0;
	}
}

@media only screen and (max-width: 479px) {
	div#polomtov {
		grid-template-columns: [imageCont] 1fr;
	}

	div#polomtov .product-image-wrapper {
		justify-content: center;
		grid-template-columns: minmax(250px, 1fr);
		grid-template-rows: minmax(250px, 300px);
	}

	div#polomtov .blockinftov {
		grid-template-columns: 1fr;
	}

	div#polomtov .bit_table {
		grid-column: 1/-1;
		grid-row: 2;
		grid-template-columns: 1fr;
	}

	div#polomtov .product-info-wrapper {
		grid-column: 1/-1;
		grid-row: 3;
	}

	#polomtov h1 {
		grid-column: 1;
	}

	.pbtitem {
		margin: 0 !important;
	}
	.polompiahar {
		display: block;
		border: none;
		padding: 0;
	}

	.oformlen {
		grid-template-columns: 1fr 1fr;
		height: auto;
	}
	.delivery-calc {
		padding: 5px 20px;
	}
	.delivery-calc > svg {
		flex-shrink: 0;
	}
	.pbtitem:first-child {
		grid-column: 1/-1;
	}
	.image-icon-wrapper .tooltip.tooltip-rb.tooltip-01.south {
		bottom: 0;
	}

	.newprices span {
		line-height: normal;
	}

	.newprices {
		display: block;
		padding: 26px 0;
	}
}
