

/* Start:/local/templates/azalia22/components/bitrix/catalog.element/.default/style.css?17540425416531*/
.catalog-detail_right .price_and_bonus_line {
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	gap:24px;
}
.catalog-detail_right .price_and_bonus_line .price_line {
	margin:0;
}
.catalog-detail_right .price_and_bonus_line .price_line .price {
	background: #FF0B4B;
	border: 1px solid #FF0B4B;
	border-radius: 6px;
	padding: 5px 15px 6px;
	color:#fff;
	font-size:29px;
	font-weight:500;
	display: inline-flex;
	align-items:center;
	height:52px;
}

.catalog-detail_right .price_and_bonus_line .catalog-detail-bonus {
	display: inline-flex;
	align-items:center;
	height:52px;
	padding: 10px;
	background: #00A05B;
	border-radius: 6px;
	margin:0;
	gap:6px;
}
.catalog-detail_right .price_and_bonus_line .catalog-detail-bonus .js-detail-note {
	flex: 0 0 auto;
	width:24px;
	height:24px;
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM12 10.75C12.4142 10.75 12.75 11.0858 12.75 11.5V16.5C12.75 16.9142 12.4142 17.25 12 17.25C11.5858 17.25 11.25 16.9142 11.25 16.5V11.5C11.25 11.0858 11.5858 10.75 12 10.75ZM12.5675 8.00075C12.8446 7.69287 12.8196 7.21865 12.5117 6.94156C12.2038 6.66446 11.7296 6.68942 11.4525 6.99731L11.4425 7.00842C11.1654 7.3163 11.1904 7.79052 11.4983 8.06761C11.8062 8.34471 12.2804 8.31975 12.5575 8.01186L12.5675 8.00075Z' fill='white'/%3E%3C/svg%3E%0A") center no-repeat;
	position:relative;
	cursor:help;
}
.catalog-detail_right .price_and_bonus_line .catalog-detail-bonus .js-detail-note [data-title]{
	visibility:hidden;
	opacity:0;
	transition:all .35s ease;
	position:absolute;
	bottom:calc(100% + 14px);
	right:-23px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px;
	gap: 10px;
	width: 234px;
	background: #FFFFFF;
	border-radius: 12px;
	font-size:12px;
	white-space: pre-line;
	filter: drop-shadow(0px 4px 15px rgba(21, 31, 57, 0.15));
}
.catalog-detail_right .price_and_bonus_line .catalog-detail-bonus .js-detail-note:hover [data-title] {
	visibility:visible;
	opacity:1;
}
.catalog-detail_right .price_and_bonus_line .catalog-detail-bonus .js-detail-note [data-title]:before {
	content:"";
	position:absolute;
	width:8px;
	height:6px;
	background: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L0.535899 -6.52533e-07L7.4641 -4.68497e-08L4 6Z' fill='white'/%3E%3C/svg%3E%0A") center no-repeat;
	top:100%;
	right:32px;
}


.catalog-detail_right .price_and_bonus_line .catalog-detail-bonus .js-detail-bonus {
	display: inline-flex;
	flex-direction:column;
	justify-content: center;
	color:#fff;
	font-size:14px;
}

.catalog-detail_right .price_and_bonus_line .catalog-detail-bonus .js-detail-bonus span {
	font-size:16px;
	font-weight:700;
	color:#fff;
}
.catalog-detail_right .price_and_bonus_line .catalog-detail-bonus .js-detail-bonus span:before {
	content:"+";
}
.catalog-detail_right .price_and_bonus_line .service-list {
	list-style:none;
	padding:0;
	margin:0;
	display: inline-flex;
	flex-direction:column;
	font-size:15px;
	gap:0;
}
.catalog-detail_right .price_and_bonus_line .service-list li {
	display:inline-flex;
	gap:9px;
	align-items:center;
}
.catalog-detail_right .price_and_bonus_line .service-list li:before {
	content:"";
	flex:0 0 auto;
	width:18px;
	height:27px;
	background:center no-repeat
}
.catalog-detail_right .price_and_bonus_line .service-list li.free-card:before {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='28' viewBox='0 0 18 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.53927 20.5853C3.64476 20.6907 3.78783 20.75 3.93701 20.75H14.0626C14.2117 20.75 14.3548 20.6907 14.4604 20.5853C14.5658 20.4798 14.6251 20.3367 14.6251 20.1875V7.8125C14.6251 7.66331 14.5658 7.52024 14.4604 7.41476C14.3548 7.30927 14.2117 7.25 14.0626 7.25H3.93701C3.78783 7.25 3.64476 7.30927 3.53927 7.41476C3.43378 7.52024 3.37451 7.66331 3.37451 7.8125V20.1875C3.37451 20.3367 3.43378 20.4798 3.53927 20.5853Z' stroke='%23343A40' stroke-width='1.575' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.1949 18.4244L11.8329 15.8082C12.4811 15.1654 12.5767 14.1078 11.9634 13.4322C11.8097 13.2626 11.6228 13.1257 11.414 13.0299C11.2053 12.9343 10.979 12.8818 10.7492 12.8756C10.5193 12.8695 10.2905 12.9099 10.0769 12.9943C9.86324 13.0788 9.6692 13.2054 9.50657 13.3668L9.01074 13.8585L8.58264 13.4339C7.93446 12.7911 6.86809 12.6963 6.1869 13.3046C6.01578 13.457 5.87776 13.6423 5.78125 13.8494C5.68475 14.0564 5.6318 14.2807 5.62561 14.5088C5.61943 14.7367 5.66016 14.9636 5.7453 15.1754C5.83044 15.3873 5.95822 15.5798 6.12084 15.741L8.82658 18.4244C8.87542 18.4728 8.94167 18.5 9.01074 18.5C9.07981 18.5 9.14606 18.4728 9.1949 18.4244Z' fill='%23343A40'/%3E%3C/svg%3E%0A");
}
.catalog-detail_right .price_and_bonus_line .service-list li.warranty:before {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.625 12.875C11.7317 12.875 14.25 10.3566 14.25 7.25C14.25 4.1434 11.7317 1.625 8.625 1.625C5.5184 1.625 3 4.1434 3 7.25C3 10.3566 5.5184 12.875 8.625 12.875Z' stroke='%23343A40' stroke-width='1.575' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.62549 10.0625C10.1788 10.0625 11.438 8.80329 11.438 7.25C11.438 5.6967 10.1788 4.4375 8.62549 4.4375C7.07219 4.4375 5.81299 5.6967 5.81299 7.25C5.81299 8.80329 7.07219 10.0625 8.62549 10.0625Z' stroke='%23343A40' stroke-width='1.575' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.0005 11.7495V17.3748L8.62499 15.6873L5.25049 17.3748V11.7501' stroke='%23343A40' stroke-width='1.575' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.catalog-detail_right .catalog-detail_text + .price_and_bonus_line {
	margin-top:28px;
}

@media (max-width:1150px) {
	.catalog-detail_right .price_and_bonus_line .service-list {
		width:100%;
		flex-direction:row;
		flex-wrap:wrap;
		gap:0 16px;
	}
	.catalog-detail_right .price_and_bonus_line .catalog-detail-bonus .js-detail-bonus  {
		flex-direction:row;
		gap:.5em;
		align-items:center;
	}
	.catalog-detail_right .price_and_bonus_line .price_line .price {
		font-size:20px;
	}
}


.price_note_line {
	margin: 5px 0 0;
    font-size: .9em;
}
/* End */
/* /local/templates/azalia22/components/bitrix/catalog.element/.default/style.css?17540425416531 */
