

/* Start:/bitrix/templates/.default/components/bitrix/sale.basket.basket/techdir/style.css?178746483368659*/
.cart-b {
	padding: 60px 10px;
	box-sizing: border-box;
	font: 14px/20px 'Ubuntu', Arial, sans-serif;
	color: #393939;
	-webkit-font-smoothing: antialiased;
	margin: 0 auto;
	width: 1000px;
	/* ================================================= ВЕРТИКАЛЬНАЯ ==================================== */
}
.cart-b article,
.cart-b aside,
.cart-b details,
.cart-b figcaption,
.cart-b figure,
.cart-b footer,
.cart-b header,
.cart-b hgroup,
.cart-b menu,
.cart-b nav,
.cart-b section {
	display: block;
}
.cart-b body {
	line-height: 1;
}
.cart-b ol,
.cart-b ul {
	list-style: none;
}
.cart-b blockquote,
.cart-b q {
	quotes: none;
}
.cart-b blockquote:before,
.cart-b blockquote:after,
.cart-b q:before,
.cart-b q:after {
	content: '';
	content: none;
}
.cart-b table {
	border-collapse: collapse;
	border-spacing: 0;
}
.cart-b strong {
	font-weight: 500;
}
@media (max-width: 650px) {
	.cart-b {
		width: initial;
		padding: 30px 10px;
	}
}
.cart-b * {
	box-sizing: border-box;
	outline: none;
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.cart-b *:before,
.cart-b *:after {
	box-sizing: border-box;
}
.cart-b a {
	text-decoration: none;
}
.cart-b__links {
	color: #006dc3;
	text-decoration: none;
	outline: none;
	border-bottom: 1px solid rgba(0,109,195,0.3);
}
@media (min-width: 650px) {
	.cart-b__links:hover {
		-webkit-transition: 0.15s linear;
		transition: 0.15s linear;
		color: #df383a;
		border-color: rgba(223,56,58,0.3);
		text-decoration: none;
	}
}
.cart-b__links_gray {
	color: #393939;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
@media (min-width: 650px) {
	.cart-b__links_gray:hover {
		color: #393939;
		border-color: rgba(0,0,0,0.7);
	}
}
.cart-b__links_remove {
	color: rgba(0,0,0,0.5);
	border-bottom: 1px dashed rgba(0,0,0,0.2);
}
@media (min-width: 650px) {
	.cart-b__links_remove:hover {
		color: rgba(0,0,0,0.7);
		border-bottom: 1px dashed rgba(0,0,0,0.4);
	}
}
.cart-b__links_remove_active {
	color: #ff2525;
	border-bottom: 1px dashed rgba(223,56,58,0.3);
}
@media (min-width: 650px) {
	.cart-b__links_remove_active:hover {
		color: #ff2525;
		border-bottom: 1px dashed rgba(223,56,58,0.7);
	}
}
.cart-b__links_dashed {
	border-bottom-style: dashed;
}
.cart-b__btn {
	width: 100%;
	background: #2d9af1;
	box-sizing: border-box;
	-webkit-appearance: none;
	outline: none;
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font: 19px/24px 'Ubuntu', Arial, sans-serif;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	padding: 10px 10px 14px;
}
.cart-b__btn_big {
	height: 60px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0 40px 4px;
}
@media (min-width: 650px) {
	.cart-b__btn:hover {
		opacity: 0.7;
		-webkit-transition: 0.15s linear;
		transition: 0.15s linear;
	}
}
.cart-b__btn.disabled {
	color: rgba(255,255,255,0.3);
	background: darkgrey;
}
.cart-b .sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}
.cart-b__counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 7px;
	box-shadow: 0 1px 2px 0 #d3dbde;
	border-radius: 2px;
	border: 1px solid #ccd7db;
}
input[type=text].cart-b__value, input[type=password].cart-b__value{
	width: calc(100% - 64px);
	text-align: center;
	color: #393939;
	outline: none;
	border: 0;
	background: #fff;
	box-sizing: border-box;
	font-family: 'Ubuntu', Arial, sans-serif;
	padding: 0 8px 1px;
}
.cart-b__value::-webkit-outer-spin-button,
.cart-b__value::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}
.cart-b__value::-webkit-input-placeholder {
	color: #393939;
}
.cart-b__value:-ms-input-placeholder {
	color: #393939;
}
.cart-b__value::placeholder {
	color: #393939;
}
.cart-b__control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 19px;
	color: #393939;
	width: 32px;
	height: 36px;
	text-decoration: none;
	padding-bottom: 3px;
	background: #fff;
}
@media (min-width: 650px) {
	.cart-b__control:hover {
		background: #f9f9f9;
	}
}
.cart-b__control_minus {
	border-right: 1px solid #ccd7db;
}
.cart-b__control_plus {
	border-left: 1px solid #ccd7db;
}
.cart-b__avail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cart-b__avail svg {
	margin: 2px 4px 0 0;
}
.cart-b__avail_low {
	color: #f27412;
}
.cart-b .checkbox {
	display: none;
}
.cart-b .checkbox + label {
	position: relative;
}
.cart-b .checkbox + label:after {
	content: '';
	width: 16px;
	height: 16px;
	border: 1px solid #c7cbd3;
	border-radius: 3px;
	position: absolute;
	left: 20px;
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
	top: 50%;
	display: block;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	background: #fff;
}
@media (max-width: 650px) {
	.cart-b .checkbox + label:after {
		-webkit-transform: none;
		transform: none;
		left: 15px;
		top: 38px;
	}
}
.cart-b .checkbox + label:before {
	content: '';
	width: 10px;
	height: 9px;
	background: url("/bitrix/templates/.default/components/bitrix/sale.basket.basket/techdir/./img/content/v.svg") no-repeat;
	position: absolute;
	left: 23px;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	top: 50%;
	z-index: 3;
	opacity: 0;
}
@media (max-width: 650px) {
	.cart-b .checkbox + label:before {
		-webkit-transform: none;
		transform: none;
		left: 18px;
		top: 41px;
	}
}
.cart-b .checkbox + label:hover:after {
	border-color: #0679be;
}
.cart-b .checkbox:checked + label:after {
	background: #0679be;
	border-color: #0679be;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
.cart-b .checkbox:checked + label:before {
	opacity: 1;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
.cart-b .checkbox_setvert + label:after {
	-webkit-transform: none;
	transform: none;
	left: 32px;
	top: 35px;
}
.cart-b .checkbox_setvert + label:before {
	left: 35px;
	top: 43px;
}
@media (max-width: 650px) {
	.cart-b .checkbox_setvert + label:before {
		top: 39px;
	}
}
.cart-b__help {
	z-index: 3;
	background: #fff;
	position: absolute;
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	padding: 15px;
	left: 105px;
	top: 50%;
	-webkit-transform: translateY(-70%);
	transform: translateY(-70%);
	opacity: 0;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	pointer-events: none;
}
.cart-b__help:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	margin-top: -14px;
	top: 50%;
	left: 0;
	box-sizing: border-box;
	border: 1em solid #000;
	border-color: transparent transparent #fff #fff;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(45deg) scale(0.6);
	transform: rotate(45deg) scale(0.6);
	box-shadow: -2px 2px 3px 0 rgba(0,0,0,0.1);
}
.cart-b__help img {
	max-height: 200px;
	max-width: 200px;
}
.cart-b__color {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -4px;
}
.cart-b__hue {
	margin: 0 4px 0 0;
}
.cart-b__hue input {
	display: none;
}
.cart-b__hue input + label {
	display: block;
	border: 1px solid transparent;
	padding: 1px;
	border-radius: 100%;
	cursor: pointer;
}
.cart-b__hue input + label span {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	display: block;
	margin: 3px;
}
.cart-b__hue input:checked + label {
	border-color: #e9ebec;
}
.cart-b__item {
	background: #fff;
	border: 1px solid #e9ebec;
	border-radius: 5px;
	margin: 0 0 12px;
	padding: 25px 32px 40px;
}
.cart-b__item:last-child {
	margin: 0;
}
@media (max-width: 650px) {
	.cart-b__item {
		padding: 15px 15px 20px !important;
		border-radius: 3px;
	}
}
.cart-b__item_remove .cart-b__photo,
.cart-b__item_remove .cart-b__about,
.cart-b__item_remove .cart-b__count,
.cart-b__item_remove .cart-b__price--inside,
.cart-b__item_remove .cart-b__attention,
.cart-b__item_remove .cart-b__set_full {
	opacity: 0.3;
	pointer-events: none;
}
.cart-b__remove {
	margin: auto 0 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
.cart-b__remove_mobile {
	display: none;
}
@media (max-width: 650px) {
	.cart-b__remove {
		margin: 25px 0 0;
		opacity: 1;
		pointer-events: auto;
	}
}
.cart-b__item .cart-b__remove {
	opacity: 1;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	pointer-events: auto;
}
.cart-b__item_remove .cart-b__remove {
	opacity: 1;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	pointer-events: auto;
}.cart-b svg.icon__mir {
	 width: 27px;
	 margin-right: 3px;
	 height: 9px;
	 display: inline-block;
	 vertical-align: middle;
 }
.cart-b svg.icon__mc {
	width: 19px;
	margin-left: 2px;
	margin-right: 3px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
}
.cart-b svg.icon__visa {
	width: 27px;
	margin-right: 3px;
	height: 9px;
	display: inline-block;
	vertical-align: middle;
}
.cart-b__attention {
	display: none;
}
.cart-b__desc {
	display: none;
}
.cart-b__title {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 16px;
}
.cart-b__title_medium {
	font-weight: 500;
	margin: 0 0 6px;
}
.cart-b__title_big {
	font-size: 40px;
	line-height: 40px;
	color: #303030;
	font-weight: 800;
	margin: 0 0 40px;
}
.cart-b__title_set {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 3px;
}
.cart-b__content {
	margin: 0 0 36px;
}
.cart-b__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}
@media (max-width: 650px) {
	.cart-b__grid {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.cart-b__photo {
	width: 144px;
}
@media (max-width: 650px) {
	.cart-b__photo {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		width: 70px;
	}
}
.cart-b__photo img {
	width: 144px;
	height: 144px;
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
}
@media (max-width: 650px) {
	.cart-b__photo img {
		width: 70px;
		height: 70px;
	}
}
.cart-b__photo_set {
	width: 44px;
	height: 44px;
	border: 1px solid #ccd7db;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 4px;
}
.cart-b__photo_set img {
	width: 42px;
	height: 42px;
}
.cart-b__about {
	width: 50%;
	padding: 0 22px 0 25px;
}
@media (max-width: 650px) {
	.cart-b__about {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		width: 100%;
		padding: 0;
		margin: 15px 0 20px;
	}
}
.cart-b__word {
	margin: 0 0 7px;
}
.cart-b__article {
	opacity: 0.7;
}
.cart-b__set {
	margin: 25px 0 0;
}
.cart-b__set_full {
	display: none;
}
.cart-b__element {
	margin: 0 0 15px;
	min-height: 44px;
}
.cart-b__element:last-child {
	margin: 0;
}
.cart-b__select {
	display: block;
	position: relative;
	padding: 0 0 0 62px;
	cursor: pointer;
}
.cart-b__count {
	width: 13%;
}
@media (max-width: 650px) {
	.cart-b__count {
		width: 40%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 3px auto 0 25px;
	}
}
.cart-b__price {
	width: 25%;
	padding: 0 0 0 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (max-width: 650px) {
	.cart-b__price {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		width: 100%;
		padding: 0;
	}
}
.cart-b__price_set {
	width: 100%;
	padding: 0;
}
.cart-b__price p {
	margin: 0 0 6px;
}
.cart-b__amount {
	font: 16px/22px Ubuntu, Arial, sans-serif;
	font-weight: bold;
	color: #323232;
	margin: 0 0 10px;
}
.cart-b__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 25px;
}
@media (max-width: 650px) {
	.cart-b__bottom {
		padding: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.cart-b__block_delivery {
	width: 64%;
}
.cart-b__block_results {
	width: 30%;
	padding: 2px 0 0;
}
@media (max-width: 650px) {
	.cart-b__block_results {
		text-align: center;
	}
}
@media (max-width: 650px) {
	.cart-b__block {
		width: 100%;
		margin: 0 0 45px;
	}
	.cart-b__block:last-child {
		margin: 0;
	}
}
.cart-b__type {
	margin: 0 10px 26px;
}
.cart-b__note {
	padding: 3px 8px 4px;
	margin: 0 0 3px;
	display: table;
}
.cart-b__note_help {
	background: #f9ea9f;
}
.cart-b__line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 650px) {
	.cart-b__line {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.cart-b__unit {
	width: 46%;
}
@media (max-width: 650px) {
	.cart-b__unit {
		width: 100%;
		margin: 0 0 20px;
	}
	.cart-b__unit:last-child {
		margin: 0;
	}
}
.cart-b__summa {
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 10px;
}
.cart-b__comment {
	margin: 0 0 20px;
}
.cart-b__button {
	margin: 0 0 18px;
}
.cart-b__sidebar {
	display: none;
}
.cart-b_vertical .cart-b__title_big {
	font-family: 'Open Sans', Arial, sans-serif;
	margin: 0 0 34px;
	font-size: 30px;
	line-height: 21px;
	font-weight: 800;
	color: #303030;
}
.cart-b_vertical .cart-b__title_item {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 24px;
}
.cart-b_vertical .cart-b__section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}
@media (max-width: 650px) {
	.cart-b_vertical .cart-b__section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.cart-b_vertical .cart-b__section_item {
	margin: 0 0 22px;
}
@media (max-width: 650px) {
	.cart-b_vertical .cart-b__section_item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.cart-b_vertical .cart-b__content {
	width: calc(100% - 293px);
}
@media (max-width: 650px) {
	.cart-b_vertical .cart-b__content {
		width: 100%;
		margin: 0 0 25px;
	}
}
.cart-b_vertical .cart-b__grid_set .cart-b__title_item {
	margin: 0 0 7px;
}
.cart-b_vertical .cart-b__item {
	margin: 0 0 30px;
	padding: 21px 21px 25px;
}
.cart-b_vertical .cart-b__word {
	display: none;
}
.cart-b_vertical .cart-b__set_small {
	display: none;
}
.cart-b_vertical .cart-b__set_full {
	display: block;
}
.cart-b_vertical .cart-b__photo {
	width: 16%;
	padding-right: 22px;
	position: relative;
}
.cart-b_vertical .cart-b__photo img {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 64px;
}
@media (max-width: 650px) {
	.cart-b_vertical .cart-b__photo {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		width: 33%;
	}
	.cart-b_vertical .cart-b__photo img {
		width: initial;
		height: initial;
	}
}
.cart-b_vertical .cart-b__grid_set .cart-b__help {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (min-width: 650px) {
	.cart-b_vertical .cart-b__photo:hover .cart-b__help {
		left: 95px;
		opacity: 1;
		-webkit-transition: 0.15s linear;
		transition: 0.15s linear;
	}
}
@media (max-width: 650px) {
	.cart-b_vertical .cart-b__grid_set .cart-b__photo {
		padding-left: 30px;
		width: initial;
	}
	.cart-b_vertical .cart-b__grid_set .cart-b__photo img {
		height: 60px;
	}
}
@media (min-width: 650px) {
	.cart-b_vertical .cart-b__grid_set:hover .cart-b__help {
		left: 85px;
	}
}
.cart-b_vertical .cart-b__about {
	width: 45%;
	padding-right: 22px;
	padding-left: 0;
}
@media (max-width: 650px) {
	.cart-b_vertical .cart-b__about {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		width: 100%;
		padding: 14px 0 0;
		margin: 0;
	}
}
.cart-b_vertical .cart-b__title_item {
	margin: 0 0 7px;
}
.cart-b_vertical .cart-b__grid_set .cart-b__about {
	margin: 0 0 auto;
}
.cart-b_vertical .cart-b__count {
	width: 18%;
}
@media (max-width: 650px) {
	.cart-b_vertical .cart-b__count {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 33% !important;
		margin: 0;
	}
}
.cart-b_vertical .cart-b__grid_set .cart-b__count {
	margin: 0 0 auto;
	width: 19%;
}
@media (max-width: 650px) {
	.cart-b_vertical .cart-b__grid_set .cart-b__count {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		margin-top: 10px;
		width: 110px !important;
	}
}
.cart-b_vertical .cart-b__price {
	width: 20%;
	padding: 0;
}
.cart-b_vertical .cart-b__price--inside p {
	display: none;
}
@media (max-width: 650px) {
	.cart-b_vertical .cart-b__price {
		width: 33% !important;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}
.cart-b_vertical .cart-b__amount {
	font: 16px/22px 'PT Sans Caption', Arial, sans-serif;
	font-weight: bold;
	color: #323232;
	margin: 0 0 0 auto;
	display: table;
}
.cart-b_vertical .cart-b__grid_set .cart-b__price {
	margin: 0 0 auto;
	width: 20%;
	padding-left: 10px;
}
@media (max-width: 650px) {
	.cart-b_vertical .cart-b__grid_set .cart-b__price {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
		width: initial !important;
		margin: -16px 0 0 25px;
		text-align: left;
	}
}
.cart-b_vertical .cart-b__desc {
	display: block;
}
.cart-b_vertical .cart-b__attention {
	box-shadow: 0 2px 4px 0 rgba(207,196,147,0.5);
	background-color: #fffcdc;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 14px;
	position: relative;
	margin: 0 0 14px;
	height: 46px;
}
@media (max-width: 650px) {
	.cart-b_vertical .cart-b__attention {
		height: initial;
		padding: 8px 14px 10px;
	}
}
.cart-b_vertical .cart-b__notice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #393939;
	border: 0;
	text-decoration: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cart-b_vertical .cart-b__notice svg {
	margin: 1px 9px 0 0;
}
@media (max-width: 650px) {
	.cart-b_vertical .cart-b__notice {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 20px;
		position: relative;
	}
	.cart-b_vertical .cart-b__notice svg {
		position: absolute;
		left: -5px;
		top: 1px;
	}
}
.cart-b_vertical .cart-b__notice--label {
	color: #006dc3;
	border-bottom: 1px dashed rgba(0,109,195,0.7);
	display: table;
	padding-bottom: 1px;
	line-height: 1;
	margin: auto 0 1px;
}
@media (min-width: 650px) {
	.cart-b_vertical .cart-b__notice:hover .cart-b_vertical .cart-b__notice--label {
		color: #df383a;
		border-color: rgba(223,56,58,0.3);
	}
}
.cart-b_vertical .cart-b__close {
	position: absolute;
	right: 14px;
	top: 50%;
	-webkit-transform: translateY(-57%);
	transform: translateY(-57%);
	opacity: 0.5;
	display: block;
	font-size: 21px;
	font-weight: 500;
	text-decoration: none;
	color: #393939;
}
@media (max-width: 650px) {
	.cart-b_vertical .cart-b__close {
		top: 7px;
		-webkit-transform: none;
		transform: none;
		right: 10px;
	}
}
.cart-b_vertical .cart-b__close:hover {
	opacity: 1;
}
.cart-b_vertical .cart-b__toggle svg {
	margin: 3px 0 0 6px;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	opacity: 0.5;
}
.cart-b_vertical .cart-b__toggle--title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 7px 0 10px;
	color: #4e4e4e;
	font-size: 16px;
}
@media (min-width: 650px) {
	.cart-b_vertical .cart-b__toggle--title:hover {
		background: rgba(0,0,0,0.02);
		text-decoration: none;
	}
}
.cart-b_vertical .cart-b__toggle--title_active svg {
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.cart-b_vertical .cart-b__set {
	border: 1px solid #d9d9d9;
	border-radius: 4px;
}
.cart-b_vertical .cart-b__list {
	display: none;
}
.cart-b_vertical .cart-b__extra:last-child .cart-b__grid_set {
	border-radius: 0 0 4px 4px;
}
.cart-b_vertical .cart-b__sidebar {
	width: 270px;
	display: block;
}
@media (max-width: 650px) {
	.cart-b_vertical .cart-b__sidebar {
		width: 100%;
	}
}
.cart-b_vertical .cart-b__bottom {
	display: none;
}
.cart-b_vertical .cart-b__block {
	margin: 0 0 18px;
	padding: 16px 17px;
	border-radius: 5px;
	width: 100%;
}
.cart-b_vertical .cart-b__block_delivery {
	border: 1px dashed #cbcbcb;
}
.cart-b_vertical .cart-b__block_results {
	background: #fff;
	border: 1px solid #e9ebec;
}
.cart-b_vertical .cart-b__field {
	margin: 0 0 20px;
}
.cart-b_vertical .cart-b__field:last-child {
	margin-bottom: 10px;
}
.cart-b_vertical .cart-b__label {
	margin: 0 0 5px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}
.cart-b_vertical .cart-b__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 4px;
}
.cart-b_vertical .cart-b__row--cl {
	width: 62%;
}
.cart-b_vertical .cart-b__row--cr {
	width: 35%;
}
.cart-b_vertical .cart-b__results {
	margin: 7px auto 14px;
	text-align: center;
	max-width: 190px;
}
@media (max-width: 650px) {
	.cart-b_vertical .cart-b__results {
		max-width: 100%;
	}
}
.cart-b_vertical .cart-b__summa {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 14px;
	font-size: 15px;
	font-weight: normal;
}
@media (max-width: 650px) {
	.cart-b_vertical .cart-b__summa {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.cart-b_vertical .cart-b__summa--cl {
	width: 30%;
	text-align: left;
}
@media (max-width: 650px) {
	.cart-b_vertical .cart-b__summa--cl {
		width: initial;
		padding: 0 2px 0 0;
	}
}
.cart-b_vertical .cart-b__summa--cr {
	width: 70%;
	text-align: right;
}
@media (max-width: 650px) {
	.cart-b_vertical .cart-b__summa--cr {
		width: initial;
		padding: 0 0 0 2px;
	}
}
.cart-b_vertical .cart-b__button {
	margin: 0 0 14px;
}
.cart-b_vertical .cart-b__pay {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cart-b_vertical .cart-b__pay svg {
	margin-top: 2px;
}
.cart-b_vertical .cart-b__remove {
	position: absolute;
	right: 0;
	bottom: 5px;
}
@media (max-width: 650px) {
	.cart-b_vertical .cart-b__remove {
		display: none;
	}
	.cart-b_vertical .cart-b__remove_mobile {
		display: block;
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
		position: initial;
	}
}
.cart-b_vertical .cart-b__grid {
	padding-bottom: 22px;
}
.cart-b_vertical .cart-b__grid_set {
	border-top: 1px solid #d9d9d9;
	padding: 18px 20px 18px 54px;
	cursor: pointer;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}
@media (max-width: 650px) {
	.cart-b_vertical .cart-b__grid_set {
		padding: 15px 15px 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
@media (min-width: 650px) {
	.cart-b_vertical .cart-b__grid_set:hover {
		background-image: -webkit-linear-gradient(left, #fff 20%, #e2f4ff 80%);
		background-image: linear-gradient(to right, #fff 20%, #e2f4ff 80%);
	}
}
#set-count {
	display: none;
}



.cart-b_vertical .cart-b__amount.cart-b__amount_discount{
	font-weight: normal;
}
.basket-item-price-old-text{
	display: table;
}
.cart-b_vertical .cart-b__amount.cart-b__amount_discount{
	font-weight: normal;
}
.cart-b_vertical .basket-item-price-old-text{
	display: table;
	color: #b9b9b9;
}
.cart-b__remove--title{
	cursor: pointer;
}
.cart-b__control.cart-b__control_minus{
	cursor: pointer;
}
.cart-b__control.cart-b__control_plus{
	cursor: pointer;
}


.toggle-b {
	position: absolute;
	top: 0;
	right: 0;
}
.toggle-b input {
	display: none;
}
.toggle-b input + label {
	position: relative;
	border-radius: 35px;
	background: rgba(0,0,0,0.08);
	cursor: pointer;
	height: 24px;
	width: 55px;
	display: block;
}
.toggle-b input + label:hover {
	background: rgba(0,0,0,0.1);
}
.toggle-b input + label:after {
	position: absolute;
	right: 32px;
	top: 2px;
	height: 20px;
	width: 20px;
	content: '';
	border-radius: 100%;
	background: rgba(0,0,0,0.5);
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
.toggle-b input:checked + label:after {
	background: #0679be;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	right: 3px;
}
.toggle-b__links {
	color: rgba(0,0,0,0.6);
	text-decoration: none;
}
.toggle-b__links_active {
	font-weight: 500;
	color: rgba(0,0,0,0.8);
}
.toggle-b__links:hover {
	color: rgba(0,0,0,0.8);
}

.cart-b__extra-accessory-product_disable{
	opacity: 0.5;
}

.cart-b__extra-accessory-product_disable > label.cart-b__select,
.cart-b__extra-accessory-product_disable > label.cart-b__select:hover,
.cart-b__extra-accessory-product_disable > label.cart-b__grid_set,
.cart-b__extra-accessory-product_disable > label.cart-b__grid_set:hover{
	background: none;
	cursor: default;
	pointer-events: none;
}


.cart-b__sku-block{
	display: flex;
	align-items: center;
	margin-bottom: 18px;
}
.cart-b__prop-wp{
	margin-right: 7px;
}
.cart-b__prop-title{
	display: block;
	position: relative;
	padding: 0 9px 0 0 ;
}
.cart-b__prop-title > svg{
	position: absolute;
	top: 50%;
	margin-top: -2px;
}
.cart-b__prop-title.cart-b__prop-title_active > svg{
	transform: rotate(180deg);
}
.cart-b__prop-title:hover{
	cursor: pointer;
	color: #006dc3;
}
.cart-b__prop-block{
	display: none;
	position: absolute;
	font-family: Ubuntu;
	font-size: 14px;
	background-color: #fff;
	padding: 3px 0;
	border-radius: 2px;
	border: solid 1px #e9ebec;
}
.cart-b__prop-block .cart-b__prop{

}
.cart-b__prop-title.cart-b__prop-title_active + .cart-b__prop-block{
	display: block;
	margin-left: -9px;
	z-index: 900;
}
.cart-b__prop > input{
	display: none;
}
.cart-b__prop-block .cart-b__prop > label{
	width: 100%;
	padding: 0 9px 0 8px;
	line-height: 2;
}
.cart-b__prop > label:hover{
	color: #006dc3;
	cursor: pointer;
}
.cart-b__prop > input:checked + label{
	color: #006dc3;
}
.cart-b__color{
	margin-right: 7px;
}
.cart-b.cart-b_vertical .cart-b__sku-block{
	margin-bottom: 0;
}
.cart-b.cart-b_vertical .cart-b__article{
	margin-bottom: 12px;
}
.cart-b.cart-b_vertical .cart-b__summa > *{
	font-weight: 500;
}
.basket-item-price-old-text,
.cart-b__amount.cart-b__amount_discount{
	color: #b9b9b9;
	font-size: 14px;
}
.cart-b__price--inside-main-product{
	margin: 0 0 10px;
}
.cart-b__price--inside-main-product .cart-b__amount{
	margin: 0 0 0 auto;
}
.product-price-info__full-price{
	color: #b9b9b9;
}
.product-price-info__discount-price{

}
.cart-b_vertical .basket-item-price-old-text{
	margin: 0 0 0 auto;
}
.cart-b__title_big{
	position: relative;
}
.cart-b__title{
	margin: 0 0 14px;
}
.cart-b__sku-block{
	margin-bottom: 14px;
	margin-left: 3px;
}
.cart-b__prop-block .cart-b__prop > label{
	padding: 0 12px 0 10px;
}
.cart-b_vertical .cart-b__attention{
	margin-top: 22px;
}
.cart-b__title .toggle-b{
	display: flex;
	align-items: center;
}
.cart-b__title .toggle-b span{
	font-size: 12px;
	font-family: Ubuntu;
	color: #b9b9b9;
}
.cart-b__title .toggle-b span.active{
	color: #303030;
}
.cart-b__title .toggle-b input + label{
	margin: 0 8px;
}
.cart-b_horizontal .cart-b__comment{
	margin: 0;
}
.cart-b_horizontal .cart-b__coupon{
	display: none;
	margin-top: 12px;
}
.cart-b_horizontal .cart-b__coupon.active{
	display: block;
}
.cart-b__coupon .form-control{
	height: 36px;
	padding: 9px 11px 11px;
	border-radius: 3px;
	border: solid 1px #dadada;
	background-color: #ffffff;
	box-shadow: none;
	font-family: Ubuntu;
	font-size: 14px;
	color: #393939;
	width: 234px;
}
.cart-b_vertical .cart-b__coupon .form-control{
	width: 100%;
}
.cart-b__coupon .form-control::placeholder{
	color: #dadada;
}
.cart-b__coupon .form-control:focus{
	box-shadow: none;
}
.cart-b_horizontal .cart-b__button{
	margin-top: 17px;
}
.cart-b_horizontal .cart-b__button > button{
	width: 234px;
}
.cart-b__coupon-list__item{
	margin-top: 9px;
}
.cart-b__coupon-list__item.basket-coupon-alert .basket-coupon-text{
	font-family: Ubuntu;
	font-size: 14px;
	letter-spacing: normal;
	color: #6fbf6e;
}

.cart-b__coupon-list__item.basket-coupon-alert.text-danger .basket-coupon-text{
	color: #f96666;
}
.cart-b__coupon-list__item .close-link{
	cursor: pointer;
}
.cart-b__summa .basket-coupon-block-total-price-old{
	font-weight: normal;
	color: #2c2a29;
	text-decoration: line-through;
}
.cart-b_vertical .cart-b__summa.cart-b__summa_with-discount{
    margin-bottom: 0;
}
.cart-b_vertical .cart-b__summa.cart-b__summa_discount .cart-b__summa--cr{
    font-weight: normal;
    text-decoration: line-through;
}
.cart-b_vertical .cart-b__list .cart-b__amount{
	font-size: 14px;
}
.cart-b__props .cart-b__desc{
	display: block;
}
.cart-b__props .cart-b__desc .cart-b__row{
	display: flex;
	justify-content: space-between;
	margin: 0 0 4px;
}
.cart-b__props .cart-b__desc .cart-b__row .cart-b__row--cl {
	width: 62%;
}
.cart-b__props .cart-b__desc .cart-b__row .cart-b__row--cr {
	width: 35%;
}

.cart-b__toggle--title:focus{
	text-decoration: none;
}
.delivery-info-ext{
	margin-bottom: 20px;
}

.cart-b__warning-message {
	display: flex;
	justify-content: center;
	padding: 15px;
	outline: 1px solid red;
	margin: 15px;
	width: 100%;
	color: red;
}

@media (max-width: 650px)
{
	.cart-b__warning-message {
		width: 90%;
	}
}

.cart-b__btn .cart-b__button-tooltip {
	visibility: hidden;
	width: 200px;
	background-color: #222;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	padding: 8px;
	position: absolute;
	z-index: 10000;
	bottom: 91%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.3s;
	font-size: 14px;
}

.cart-b__btn.disabled .cart-b__button-tooltip::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #222 transparent transparent transparent;
}

.cart-b__btn.disabled .cart-b__button-tooltip {
	display: none;
}

.cart-b__button:hover .cart-b__btn.disabled .cart-b__button-tooltip {
	display: block;
	visibility: visible;
	opacity: 1;
}

/* MX_BASKET_WIDE_DESKTOP_20260815 */
@media screen and (min-width: 1025px) {
    .cart-b {
        width: calc(100vw - 32px) !important;
        max-width: 1280px !important;
        margin-right: 0 !important;
        margin-left: 50% !important;
        transform: translateX(-50%) !important;
    }
}

/* MX_BASKET_COMPACT_PRODUCT_ROW_20260815
 * Компактная горизонтальная строка товара в десктопной корзине.
 * Мобильная и планшетная раскладка не изменяются.
 */
@media screen and (min-width: 1180px) {
    .cart-b_vertical .cart-b__item {
        margin-bottom: 16px !important;
        padding: 10px 20px 12px !important;
    }

    .cart-b_vertical .cart-b__item > .cart-b__grid {
        display: grid !important;
        grid-template-columns:
            82px
            minmax(350px, 1fr)
            minmax(205px, 225px)
            112px !important;
        column-gap: 14px !important;
        align-items: start !important;
        justify-content: stretch !important;
        width: 100% !important;
        padding-bottom: 8px !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__photo {
        grid-column: 1 !important;
        grid-row: 1 !important;
        width: 82px !important;
        min-width: 82px !important;
        padding: 0 !important;
        margin: 0 !important;
        align-self: start !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__photo img {
        display: block !important;
        width: 64px !important;
        height: 64px !important;
        max-width: 64px !important;
        max-height: 64px !important;
        margin: 0 auto !important;
        object-fit: contain !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__about {
        grid-column: 2 !important;
        grid-row: 1 !important;
        display: grid !important;
        grid-template-columns: minmax(135px, 150px) minmax(210px, 1fr) !important;
        column-gap: 14px !important;
        align-items: start !important;
        width: auto !important;
        min-width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__about
    > .cart-b__title {
        grid-column: 2 !important;
        grid-row: 1 !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 18px 0 0 !important;
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__about
    > .cart-b__title
    .cart-b__links {
        overflow-wrap: anywhere !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__about
    > .cart-b__props {
        grid-column: 1 !important;
        grid-row: 1 !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__about
    > .cart-b__article {
        display: none !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__about
    > .cart-b__props
    .cart-b__desc {
        display: block !important;
        margin: 0 !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__about
    > .cart-b__props
    .cart-b__row {
        display: block !important;
        margin: 0 !important;
        text-align: center !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__about
    > .cart-b__props
    .cart-b__row--cl,
    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__about
    > .cart-b__props
    .cart-b__row--cr {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        line-height: 22px !important;
        overflow-wrap: anywhere !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__count {
        grid-column: 3 !important;
        grid-row: 1 !important;
        display: grid !important;
        grid-template-columns: minmax(65px, 1fr) 132px !important;
        column-gap: 8px !important;
        align-items: start !important;
        width: auto !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__count
    > .cart-b__counter {
        grid-column: 2 !important;
        grid-row: 1 !important;
        width: 132px !important;
        height: 40px !important;
        margin: 0 !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__count
    > .cart-b__avail {
        grid-column: 1 !important;
        grid-row: 1 !important;
        align-self: center !important;
        min-width: 0 !important;
        min-height: 40px !important;
        margin: 0 !important;
        padding: 0 !important;
        white-space: nowrap !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__price {
        grid-column: 4 !important;
        grid-row: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        width: 112px !important;
        min-width: 112px !important;
        min-height: 64px !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: right !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__price
    .cart-b__price--inside {
        width: 100% !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__price
    .cart-b__amount {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        text-align: right !important;
        white-space: nowrap !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__price
    > .cart-b__remove {
        align-self: flex-end !important;
        margin: auto 0 0 !important;
        white-space: nowrap !important;
    }

    .cart-b_vertical .cart-b__item > .cart-b__set_full {
        width: 100% !important;
        margin: 0 !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__set_full
    > .cart-b__toggle
    .cart-b__toggle--title {
        min-height: 38px !important;
        padding: 7px 12px 9px !important;
        border: 1px solid #d9d9d9 !important;
        border-radius: 3px !important;
        background: #fff !important;
        line-height: 20px !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__set_full
    > .cart-b__toggle
    .cart-b__toggle--title:hover {
        border-color: #ff8a24 !important;
        background: linear-gradient(180deg, #fff 0%, #fff8f1 100%) !important;
    }
}

/* MX_BASKET_ULTRA_COMPACT_PRODUCT_ROW_20260815
 * Ультракомпактная товарная строка десктопной корзины.
 * Мобильная и планшетная раскладка не затрагиваются.
 */
@media screen and (min-width: 1180px) {
    .cart-b_vertical .cart-b__item {
        margin: 0 0 12px !important;
        padding: 8px 18px 10px !important;
    }

    .cart-b_vertical .cart-b__item > .cart-b__grid {
        display: grid !important;
        grid-template-columns:
            78px
            minmax(335px, 1fr)
            200px
            112px !important;
        column-gap: 10px !important;
        align-items: start !important;
        justify-content: stretch !important;
        width: 100% !important;
        min-height: 64px !important;
        margin: 0 !important;
        padding: 0 0 4px !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__photo {
        grid-column: 1 !important;
        grid-row: 1 !important;
        align-self: start !important;
        width: 78px !important;
        min-width: 78px !important;
        margin: 0 !important;
        padding: 0 10px 0 0 !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__photo img {
        display: block !important;
        width: 64px !important;
        height: 64px !important;
        max-width: 64px !important;
        max-height: 64px !important;
        margin: 0 auto !important;
        object-fit: contain !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__about {
        grid-column: 2 !important;
        grid-row: 1 !important;
        display: grid !important;
        grid-template-columns: 135px minmax(190px, 1fr) !important;
        column-gap: 10px !important;
        align-items: start !important;
        width: auto !important;
        min-width: 0 !important;
        height: 64px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__about
    > .cart-b__title {
        grid-column: 2 !important;
        grid-row: 1 !important;
        align-self: center !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 15px !important;
        line-height: 20px !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__about
    > .cart-b__title
    .cart-b__links {
        overflow-wrap: anywhere !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__about
    > .cart-b__props {
        grid-column: 1 !important;
        grid-row: 1 !important;
        align-self: center !important;
        width: 135px !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__about
    > .cart-b__article {
        display: none !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__about
    > .cart-b__props
    .cart-b__desc {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__about
    > .cart-b__props
    .cart-b__row {
        display: block !important;
        margin: 0 !important;
        text-align: center !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__about
    > .cart-b__props
    .cart-b__row--cl,
    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__about
    > .cart-b__props
    .cart-b__row--cr {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        line-height: 21px !important;
        overflow-wrap: anywhere !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__count {
        grid-column: 3 !important;
        grid-row: 1 !important;
        display: grid !important;
        grid-template-columns: 62px 132px !important;
        column-gap: 6px !important;
        align-items: start !important;
        width: 200px !important;
        min-width: 200px !important;
        height: 64px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__count
    > .cart-b__counter {
        grid-column: 2 !important;
        grid-row: 1 !important;
        width: 132px !important;
        height: 40px !important;
        margin: 0 !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__count
    > .cart-b__avail {
        grid-column: 1 !important;
        grid-row: 1 !important;
        align-self: center !important;
        justify-content: flex-start !important;
        width: 62px !important;
        min-width: 62px !important;
        min-height: 40px !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 13px !important;
        white-space: nowrap !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__price {
        grid-column: 4 !important;
        grid-row: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        width: 112px !important;
        min-width: 112px !important;
        height: 64px !important;
        min-height: 64px !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: right !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__price
    .cart-b__price--inside {
        width: 100% !important;
        margin: 0 !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__price
    .cart-b__price--inside-main-product {
        margin: 0 !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__price
    .cart-b__amount {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        text-align: right !important;
        white-space: nowrap !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__price
    > .cart-b__remove {
        align-self: flex-end !important;
        margin: auto 0 0 !important;
        font-size: 13px !important;
        line-height: 18px !important;
        white-space: nowrap !important;
    }

    .cart-b_vertical .cart-b__item > .cart-b__attention {
        margin: 5px 0 7px !important;
    }

    .cart-b_vertical .cart-b__item > .cart-b__set_full {
        width: 100% !important;
        margin: 0 !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__set_full
    > .cart-b__toggle
    .cart-b__toggle--title {
        min-height: 38px !important;
        margin: 0 !important;
        padding: 7px 12px 9px !important;
        border: 1px solid #d9d9d9 !important;
        border-radius: 3px !important;
        background: #fff !important;
        font-size: 15px !important;
        line-height: 20px !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__set_full
    > .cart-b__toggle
    .cart-b__toggle--title:hover {
        border-color: #ff8a24 !important;
        background: linear-gradient(180deg, #fff 0%, #fff8f1 100%) !important;
    }
}

/* MX_BASKET_QUANTITY_COMPACT_20260816 */
/*
 * Компактный счётчик количества в десктопной корзине.
 * Мобильная и планшетная версии не затрагиваются.
 */
@media screen and (min-width: 1180px) {
    .cart-b_vertical .cart-b__count {
        grid-template-columns: minmax(74px, 1fr) 104px !important;
        column-gap: 14px !important;
        align-items: center !important;
    }

    .cart-b_vertical .cart-b__avail {
        min-width: 74px !important;
        margin: 0 !important;
        white-space: nowrap !important;
    }

    .cart-b_vertical .cart-b__counter {
        display: grid !important;
        grid-template-columns: 30px 44px 30px !important;
        width: 104px !important;
        min-width: 104px !important;
        max-width: 104px !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    .cart-b_vertical .cart-b__counter > * {
        box-sizing: border-box !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
    }

    .cart-b_vertical .cart-b__counter input {
        width: 44px !important;
        min-width: 0 !important;
        max-width: 44px !important;
        padding-right: 2px !important;
        padding-left: 2px !important;
        text-align: center !important;
    }
}


/* MX_BASKET_QUANTITY_GRID_FIX_20260816 */
/*
 * Исправление внешней сетки счётчика количества.
 * Селектор намеренно повторяет специфичность действующего правила.
 * Применяется только на десктопе.
 */
@media screen and (min-width: 1180px) {
    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__count {
        grid-template-columns: 78px 104px !important;
        column-gap: 14px !important;
        align-items: center !important;

        width: 196px !important;
        min-width: 196px !important;
        max-width: 196px !important;

        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__count
    > .cart-b__avail {
        width: 78px !important;
        min-width: 78px !important;
        max-width: 78px !important;

        margin: 0 !important;
        padding: 0 !important;

        justify-content: flex-start !important;
        white-space: nowrap !important;
        box-sizing: border-box !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__count
    > .cart-b__counter {
        display: grid !important;
        grid-template-columns: 30px 44px 30px !important;

        width: 104px !important;
        min-width: 104px !important;
        max-width: 104px !important;

        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__count
    > .cart-b__counter
    > * {
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__count
    > .cart-b__counter
    input {
        width: 44px !important;
        min-width: 44px !important;
        max-width: 44px !important;

        padding-right: 2px !important;
        padding-left: 2px !important;
        text-align: center !important;
    }
}


/* MX_BASKET_QUANTITY_CONTROL_V2_20260816 */
/*
 * Компактный механизм изменения количества в корзине.
 * JS-атрибуты и логика работы кнопок не изменяются.
 * Правила действуют только на десктопе.
 */
@media screen and (min-width: 1180px) {
    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__count {
        grid-template-columns: 78px 88px !important;
        column-gap: 14px !important;
        align-items: center !important;
        justify-self: end !important;

        width: 180px !important;
        min-width: 180px !important;
        max-width: 180px !important;

        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__count
    > .cart-b__avail {
        width: 78px !important;
        min-width: 78px !important;
        max-width: 78px !important;

        margin: 0 !important;
        padding: 0 !important;

        justify-content: flex-start !important;
        white-space: nowrap !important;
        box-sizing: border-box !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__count
    > .cart-b__counter {
        display: grid !important;
        grid-template-columns: 28px 32px 28px !important;

        width: 88px !important;
        min-width: 88px !important;
        max-width: 88px !important;

        height: 34px !important;
        min-height: 34px !important;
        max-height: 34px !important;

        margin: 0 !important;
        padding: 0 !important;

        overflow: hidden !important;
        border: 1px solid #d6dde1 !important;
        border-radius: 5px !important;
        background: #ffffff !important;
        box-shadow: none !important;
        box-sizing: border-box !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__count
    > .cart-b__counter
    > .cart-b__control {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 28px !important;
        min-width: 28px !important;
        max-width: 28px !important;

        height: 32px !important;
        min-height: 32px !important;
        max-height: 32px !important;

        margin: 0 !important;
        padding: 0 !important;

        color: #30343a !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 1 !important;

        border: 0 !important;
        border-radius: 0 !important;
        background: #ffffff !important;
        box-shadow: none !important;

        cursor: pointer !important;
        box-sizing: border-box !important;
        transition:
            color 0.15s ease,
            background-color 0.15s ease !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__count
    > .cart-b__counter
    > .cart-b__control:hover {
        color: #ff6a00 !important;
        background: #fff4e9 !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__count
    > .cart-b__counter
    > input.cart-b__value {
        display: block !important;

        width: 32px !important;
        min-width: 32px !important;
        max-width: 32px !important;

        height: 32px !important;
        min-height: 32px !important;
        max-height: 32px !important;

        margin: 0 !important;
        padding: 0 2px !important;

        color: #20252a !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        line-height: 32px !important;
        text-align: center !important;

        border-top: 0 !important;
        border-right: 1px solid #e2e7ea !important;
        border-bottom: 0 !important;
        border-left: 1px solid #e2e7ea !important;
        border-radius: 0 !important;

        background: #ffffff !important;
        box-shadow: none !important;
        outline: none !important;
        box-sizing: border-box !important;
    }

    .cart-b_vertical
    .cart-b__item
    > .cart-b__grid
    > .cart-b__count
    > .cart-b__counter
    > input.cart-b__value:focus {
        border-right-color: #ffb071 !important;
        border-left-color: #ffb071 !important;
        background: #fffaf6 !important;
    }
}


/* MX_BASKET_HIDE_RELATED_UI_20260816
 * Удаляет из отображения блок сопутствующих товаров
 * и предупреждение о важных комплектующих.
 */
.cart-b__item .cart-b__set_small,
.cart-b__item .js-accessories-block,
.cart-b__item .js-accessory-vertical__attention-block {
    display: none !important;
}

/* MX_BASKET_SELECTION_20260816 */

/*
 * Выбор товаров, участвующих в текущем заказе.
 * Штатный DELAY=Y сохраняет товар в корзине, но исключает из оплаты.
 */
.cart-b__item > .cart-b__grid {
	box-sizing: border-box !important;
	padding-left: 34px !important;
}

.cart-b__item > .cart-b__grid > .mx-basket-select {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	margin: 0;
	padding: 0;
	transform: translateY(-50%);
	cursor: pointer;
}

.mx-basket-select__input {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
	opacity: 0 !important;
}

.mx-basket-select__box {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 2px solid #ff7900;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 2px 7px rgba(255, 121, 0, 0.15);
	transition:
		background-color 0.15s ease,
		border-color 0.15s ease,
		box-shadow 0.15s ease,
		transform 0.15s ease;
}

.mx-basket-select:hover .mx-basket-select__box {
	box-shadow: 0 3px 10px rgba(255, 121, 0, 0.3);
	transform: translateY(-1px);
}

.mx-basket-select__input:checked + .mx-basket-select__box {
	border-color: #ff7900;
	background: linear-gradient(145deg, #ff982f 0%, #f27300 100%);
}

.mx-basket-select__input:checked + .mx-basket-select__box::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 5px;
	width: 5px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

.mx-basket-select__input:focus + .mx-basket-select__box {
	outline: 2px solid rgba(255, 121, 0, 0.28);
	outline-offset: 2px;
}

.mx-basket-select__input:disabled + .mx-basket-select__box {
	border-color: #cfd5d9;
	background: #f0f2f3;
	box-shadow: none;
	cursor: not-allowed;
}

.cart-b__item.mx-basket-item_delayed {
	background: linear-gradient(135deg, #fff 0%, #fafafa 100%) !important;
}

.cart-b__item.mx-basket-item_delayed > .cart-b__grid > .cart-b__photo,
.cart-b__item.mx-basket-item_delayed > .cart-b__grid > .cart-b__about,
.cart-b__item.mx-basket-item_delayed > .cart-b__grid > .cart-b__count,
.cart-b__item.mx-basket-item_delayed > .cart-b__grid > .cart-b__price {
	opacity: 0.55;
	transition: opacity 0.18s ease;
}

.cart-b__item.mx-basket-item_delayed > .cart-b__grid > .cart-b__count {
	pointer-events: none;
}

.cart-b__item.mx-basket-item_unavailable > .cart-b__grid > .mx-basket-select {
	cursor: not-allowed;
}

@media screen and (max-width: 650px) {
	.cart-b__item > .cart-b__grid {
		padding-left: 30px !important;
	}

	.cart-b__item > .cart-b__grid > .mx-basket-select {
		top: 4px;
		left: 0;
		width: 20px;
		height: 20px;
		transform: none;
	}

	.mx-basket-select__box {
		width: 19px;
		height: 19px;
	}

	.mx-basket-select__input:checked + .mx-basket-select__box::after {
		top: 2px;
		left: 5px;
		width: 4px;
		height: 9px;
	}
}

/* MX_BASKET_SELECTION_IMAGE_SEPARATION_20260816
 * Чекбокс занимает отдельную область слева и не перекрывает фотографию.
 */
.cart-b__item > .cart-b__grid {
    box-sizing: border-box !important;
    width: calc(100% - 32px) !important;
    margin-left: 32px !important;
    padding-left: 0 !important;
}

.cart-b__item > .cart-b__grid > .mx-basket-select {
    left: -30px !important;
}

/* Безопасное размещение на телефонах */
@media screen and (max-width: 650px) {
    .cart-b__item > .cart-b__grid {
        width: calc(100% - 28px) !important;
        margin-left: 28px !important;
        padding-left: 0 !important;
    }

    .cart-b__item > .cart-b__grid > .mx-basket-select {
        left: -26px !important;
    }
}

/* MX_BASKET_SELECTION_COLUMN_20260816
 * Отдельная белая колонка для галочки.
 * Фото, каталожный номер и название сдвинуты вправо на 34 px.
 * Цена, наличие и управление количеством сохраняют прежние позиции.
 */
@media screen and (min-width: 1180px) {
    .cart-b_vertical .cart-b__item > .cart-b__grid {
        display: grid !important;
        grid-template-columns:
            24px
            78px
            minmax(301px, 1fr)
            200px
            112px !important;
        column-gap: 10px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 0 4px !important;
        box-sizing: border-box !important;
    }

    .cart-b_vertical .cart-b__item > .cart-b__grid > .mx-basket-select {
        grid-area: 1 / 1 !important;
        position: static !important;
        align-self: center !important;
        justify-self: center !important;
        width: 22px !important;
        height: 22px !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
    }

    .cart-b_vertical .cart-b__item > .cart-b__grid > .cart-b__photo {
        grid-area: 1 / 2 !important;
    }

    .cart-b_vertical .cart-b__item > .cart-b__grid > .cart-b__about {
        grid-area: 1 / 3 !important;
    }

    .cart-b_vertical .cart-b__item > .cart-b__grid > .cart-b__count {
        grid-area: 1 / 4 !important;
    }

    .cart-b_vertical .cart-b__item > .cart-b__grid > .cart-b__price {
        grid-area: 1 / 5 !important;
    }
}

/* MX_BASKET_MOBILE_TOP_GAP_20260816
 * Уменьшение пустого пространства над содержимым мобильной корзины.
 * Десктопная и планшетная версии не изменяются.
 */
@media screen and (max-width: 650px) {
    #basket-root.cart-b.cart-b_vertical {
        padding-top: 8px !important;
    }

    #basket-root.cart-b.cart-b_vertical > .cart-b__title_big {
        margin-bottom: 14px !important;
    }
}


/* MX_BASKET_MOBILE_GHOST_SPACER_20260816
 * Служебный измерительный контейнер Bitrix остаётся в DOM,
 * но на телефоне исключается из потока страницы.
 */
@media screen and (max-width: 650px) {
    #basket-root.cart-b.cart-b_vertical #basket-items-list-container {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 0 !important;
        height: 0 !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }

    #basket-root.cart-b.cart-b_vertical #basket-item-list {
        height: 0 !important;
        min-height: 0 !important;
    }

    #basket-root.cart-b.cart-b_vertical #basket-item-table {
        width: 100% !important;
        margin-top: 0 !important;
    }

    #basket-root.cart-b.cart-b_vertical
    #basket-items-list-wrapper > [data-entity="basket-total-block"] {
        width: 100% !important;
        min-width: 0 !important;
    }
}

/* MX_BASKET_INFO_SIDEBAR_STYLE_20260816 */
.cart-b_vertical
.cart-b__block.cart-b__block_delivery.mx-basket-info-panel {
	box-sizing: border-box !important;
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 10px !important;
	width: 100% !important;
	margin: 0 0 18px !important;
	padding: 10px !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: #f5f6f7 !important;
}

.mx-basket-info-card {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	width: 100%;
	margin: 0;
	padding: 11px 10px;
	border: 1px solid rgba(255, 116, 54, 0.42);
	border-radius: 8px;
	background: linear-gradient(
		135deg,
		#ffffff 0%,
		#fffaf6 55%,
		#fff5ed 100%
	);
	box-shadow: 0 4px 12px rgba(31, 38, 45, 0.06);
}

.mx-basket-info-card__icon {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(255, 116, 54, 0.35);
	border-radius: 8px;
	background: linear-gradient(145deg, #fff7f0, #ffffff);
	color: #ff7436;
}

.mx-basket-info-card__icon svg {
	display: block;
	width: 21px;
	height: 21px;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mx-basket-info-card__content {
	min-width: 0;
}

.mx-basket-info-card__title {
	margin: 0 0 5px;
	color: #2c3035;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
}

.mx-basket-info-card__title a {
	color: inherit;
	text-decoration: none;
}

.mx-basket-info-card__text,
.mx-basket-info-card__list {
	margin: 0;
	color: #545b63;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.42;
}

.mx-basket-info-card__list {
	padding: 0;
	list-style: none;
}

.mx-basket-info-card__list li {
	position: relative;
	margin: 0 0 3px;
	padding-left: 11px;
}

.mx-basket-info-card__list li:last-child {
	margin-bottom: 0;
}

.mx-basket-info-card__list li::before {
	content: "";
	position: absolute;
	top: 0.62em;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ff7436;
}

.mx-basket-info-card a {
	color: #2879bd;
	text-decoration: none;
}

.mx-basket-info-card a:hover,
.mx-basket-info-card a:focus {
	color: #ff7436;
	text-decoration: underline;
}

@media screen and (max-width: 650px) {
	.cart-b_vertical
	.cart-b__block.cart-b__block_delivery.mx-basket-info-panel {
		gap: 8px !important;
		margin-bottom: 14px !important;
		padding: 8px !important;
	}

	.mx-basket-info-card {
		grid-template-columns: 32px minmax(0, 1fr);
		gap: 9px;
		padding: 10px 9px;
	}

	.mx-basket-info-card__icon {
		width: 32px;
		height: 32px;
	}

	.mx-basket-info-card__icon svg {
		width: 19px;
		height: 19px;
	}

	.mx-basket-info-card__title {
		font-size: 14px;
	}

	.mx-basket-info-card__text,
	.mx-basket-info-card__list {
		font-size: 12px;
	}
}

/* MX_CART_OWNER_MESSAGE_STYLE_V2 */
.mx-cart-main-column {
	width: 100%;
	min-width: 0;
}

.cart-b_vertical .mx-cart-main-column {
	width: calc(100% - 293px);
}

.cart-b_vertical .mx-cart-main-column .cart-b__content {
	width: 100%;
	margin-bottom: 18px;
}

.mx-cart-owner-message {
	position: relative;
	overflow: hidden;
	margin: 0 0 36px;
	border: 1px solid #eadfd2;
	border-radius: 6px;
	background:
		linear-gradient(
			135deg,
			rgba(255, 249, 242, 0.98) 0%,
			rgba(255, 255, 255, 0.98) 58%,
			rgba(250, 247, 243, 0.98) 100%
		);
	box-shadow: 0 8px 24px rgba(51, 42, 33, 0.07);
	color: #333;
}

.mx-cart-owner-message::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: linear-gradient(180deg, #f68b1f 0%, #df6f08 100%);
}

.mx-cart-owner-message__watermark {
	position: absolute;
	right: -13px;
	top: 34px;
	color: rgba(38, 38, 38, 0.035);
	font-size: 78px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 4px;
	transform: rotate(-8deg);
	pointer-events: none;
	user-select: none;
}

.mx-cart-owner-message__body {
	position: relative;
	z-index: 1;
	padding: 28px 30px 25px 32px;
}

.mx-cart-owner-message__eyebrow {
	margin-bottom: 8px;
	color: #d66d0c;
	font-size: 11px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.mx-cart-owner-message__title {
	margin: 0 0 10px;
	color: #272727;
	font-size: 23px;
	font-weight: 600;
	line-height: 30px;
}

.mx-cart-owner-message__intro {
	max-width: 680px;
	margin: 0 0 22px;
	color: #555;
	font-size: 14px;
	line-height: 22px;
}

.mx-cart-owner-message__benefits {
	display: grid;
	gap: 15px;
}

.mx-cart-owner-message__benefit {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
}

.mx-cart-owner-message__number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1px solid rgba(230, 119, 17, 0.32);
	border-radius: 50%;
	background: #fff;
	color: #df720d;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	box-shadow: 0 3px 8px rgba(102, 66, 30, 0.06);
}

.mx-cart-owner-message__benefit strong {
	display: block;
	margin: 1px 0 3px;
	color: #303030;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}

.mx-cart-owner-message__benefit p {
	margin: 0;
	color: #656565;
	font-size: 13px;
	line-height: 20px;
}

.mx-cart-owner-message__footer {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	align-items: flex-end;
	margin-top: 23px;
	padding-top: 19px;
	border-top: 1px solid rgba(177, 150, 122, 0.22);
}

.mx-cart-owner-message__support {
	max-width: 430px;
	color: #5e5e5e;
	font-size: 13px;
	line-height: 20px;
}

.mx-cart-owner-message__support span {
	display: block;
}

.mx-cart-owner-message__support a {
	display: inline-block;
	color: #0877bd;
	font-weight: 500;
	text-decoration: none;
	border-bottom: 1px solid rgba(8, 119, 189, 0.25);
	overflow-wrap: anywhere;
	word-break: break-word;
}

.mx-cart-owner-message__signature {
	flex: 0 0 auto;
	text-align: right;
	color: #777;
	font-size: 12px;
	line-height: 17px;
}

.mx-cart-owner-message__signature span,
.mx-cart-owner-message__signature strong,
.mx-cart-owner-message__signature small {
	display: block;
}

.mx-cart-owner-message__signature strong {
	color: #303030;
	font-size: 14px;
	font-weight: 600;
}

.mx-cart-owner-message__signature small {
	color: #777;
	font-size: 11px;
}

@media (max-width: 650px) {
	.cart-b_vertical .mx-cart-main-column {
		width: 100%;
	}

	.cart-b_vertical .mx-cart-main-column .cart-b__content {
		width: 100%;
		margin-bottom: 15px;
	}

	.mx-cart-owner-message {
		margin-bottom: 25px;
		border-radius: 5px;
	}

	.mx-cart-owner-message__body {
		padding: 22px 20px 21px 23px;
	}

	.mx-cart-owner-message__watermark {
		top: 45px;
		right: -12px;
		font-size: 55px;
	}

	.mx-cart-owner-message__title {
		font-size: 20px;
		line-height: 26px;
	}

	.mx-cart-owner-message__intro {
		margin-bottom: 19px;
		font-size: 13px;
		line-height: 20px;
	}

	.mx-cart-owner-message__benefit {
		grid-template-columns: 28px minmax(0, 1fr);
		gap: 10px;
	}

	.mx-cart-owner-message__footer {
		flex-direction: column;
		align-items: flex-start;
		gap: 17px;
	}

	.mx-cart-owner-message__signature {
		text-align: left;
	}
}

@media (max-width: 370px) {
	.mx-cart-owner-message__body {
		padding: 19px 15px 19px 18px;
	}

	.mx-cart-owner-message__eyebrow {
		font-size: 10px;
		letter-spacing: 0.06em;
	}

	.mx-cart-owner-message__title {
		font-size: 18px;
		line-height: 24px;
	}

	.mx-cart-owner-message__benefit {
		grid-template-columns: 25px minmax(0, 1fr);
		gap: 9px;
	}

	.mx-cart-owner-message__number {
		width: 25px;
		height: 25px;
	}
}
/* /MX_CART_OWNER_MESSAGE_STYLE_V2 */

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/sale.basket.basket/techdir/themes/blue/style.css?1560217268703*/
/* SCU */
.bx-blue .basket-item-scu-item:hover,
.bx-blue .basket-item-scu-item.selected,
.bx-blue .basket-item-scu-item.not-available:hover { border-color: #006cc0; }

/* Amount */
.bx-blue .basket-item-amount-filed:hover,
.bx-blue .basket-item-amount-filed:focus { border-color: #006cc0; }

/* BTN */
div.bx-blue .btn.btn-default {
	outline: none;
	border-color: #1485ce;
	background-color: #1485ce;
	color: #fff;
}

div.bx-blue .btn.btn-default:hover {
	outline: none;
	border-color: #53a4d8;
	background-color: #53a4d8;
	color: #fff;
}

div.bx-blue .btn.btn-default:active {
	outline: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
/* End */


/* Start:/local/components/techdir/oneclickbuy/templates/.default/style.css?15843443534660*/
body.no__scroll {
	position: fixed;
	overflow: hidden;
}
.default_form,
#one_click_buy_basket_frame {
	opacity: 0;
	visibility: hidden;
	transition: .35s opacity, .35s visibility;
}
.default_form.popup,
#one_click_buy_basket_frame.popup {
	opacity: 1;
	visibility: visible;
	z-index: 100;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
}
.default_form {
	position: fixed;
	z-index: 6001;
	left: 50%;
	top: 50%;
}
.default_form .add_to_backcall_form .modal-button-submit {
	padding: 0 30px 30px 30px;
	text-align: center;
}

.default_form .add_to_backcall_form .modal-form-submit {
	cursor: pointer;
	border: 0;
	border-radius: 3px;
	background-image: linear-gradient(to bottom, #ffa50e, #d15d05);
	box-shadow: 0 2px 4px 0 rgba(148, 64, 0, 0.66), 0 1px 0 0 #aa4d00;
	padding: 10px 20px 13px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(149, 71, 0, 0.45);
	font-size: 17px;
	font-weight: bold;
	font-family: 'Open Sans', Arial, sans-serif;
}

.default_form .add_to_backcall_form .modal-form-submit:hover,
.default_form .add_to_backcall_form .modal-form-submit:focus {
	background-image: linear-gradient(-180deg, #FEC05A 1%, #ED6F10 100%);
	box-shadow: 0 2px 0 0 #BE5804, 0 3px 4px 0 rgba(148, 64, 0, 0.66);
}
.default_form .add_to_backcall_form .modal-form-submit[disabled] {
	border-color: #ccc6c6;
	background-color: #f5f5f5;
	background-image: none;
	color: #898484;
	text-shadow: none;
	box-shadow: none;
	cursor: not-allowed;
}
.default_form .add_to_backcall_form {
	position: fixed;
	z-index: 6001;
	left: calc(50% - 364px/2);
	top: 25%;

	width: 364px;
	background: #ebeef1;
	border-radius: 8px;
	box-shadow: 0 2px 10px 0 rgba(85,91,95,.52);
	font-family: 'Open Sans';
}
.default_form .pole .messages {
	display: none;
	padding: 10px 0;
	color: red;
}
.default_form .add_to_backcall_form .close_popup {
	position: absolute;
	top: 20px;
	right: 24px;
	width: 24px;
	height: 24px;
	background: url(/bitrix/templates/mixcar/images/cancel.svg);
	background-size: cover;
	cursor: pointer;
}

.default_form .add_to_backcall_form .close_popup:hover {
	background: url(/bitrix/templates/mixcar/images/cancel-hover.svg);
	background-size: cover;
}

.default_form .add_to_backcall_form .modal-field-row {
	padding: 0 30px 16px 30px;
}
.default_form .add_to_backcall_form .errors__block {
	margin-top: 25px;
}
.default_form .add_to_backcall_form .modal-error-block {
	padding: 10px;
	color: red;
	text-align: center;
}

.add_to_backcall_form .help-block{
	color: #eb0c0c;
	font-size: 12px;
	margin: 0px;
}

.default_form .add_to_backcall_form .modal-success-block {
	padding: 70px 20px 60px;
	color: green;
	text-align: center;
}

.default_form .add_to_backcall_form p {
	font-family: 'Open Sans';
	padding: 0 30px 30px 30px;
}
.default_form .add_to_backcall_form .name {
	margin-bottom: 6px;
}

.default_form .add_to_backcall_form .title {
	display: block;
	margin: 30px 30px 15px 30px;
	font-size: 25px;
	font-family: 'Open Sans';
	color: #333;
	line-height: 25px;
	text-align: center;
}

.default_form .add_to_backcall_form .pole input[type="text"],
.default_form .add_to_backcall_form .pole textarea {
	width: 100%;
	border-radius: 3px;
	background-color: #ffffff;
	box-shadow: inset 0 1px 3px 0 rgba(212, 212, 212, 0.5);
	border: solid 1px #c1c9ce;
	box-sizing: border-box;
	font-size: 15px;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #333;
	padding: 8px 12px;
}

.default_form .add_to_backcall_form .pole textarea{
	height: 80px;
}

.default_form .add_to_backcall_form .sub_b {
	cursor: pointer;
}

.default_form .add_to_backcall_form .row {
	display: table;
	margin: 0 30px 23px 30px;
	width: 304px;
}

.default_form .add_to_backcall_form .row > .name {
	display: table-cell;
	width: 130px;
	vertical-align: top;
	line-height: 40px;
}

.default_form .add_to_backcall_form .row > .name sup {
	color: #ff7436;
	font-size: 18px;
}

.default_form .add_to_backcall_form .row > .pole {
	display: table-cell;
	width: 170px;
	vertical-align: top;
	font-size: 16px;
	font-family: 'Open Sans';
	color: #333;
}

.default_form .add_to_backcall_form .row > .name {
	display: table-cell;
	width: 130px;
	vertical-align: top;
	line-height: 40px;
}

.default_form .add_to_backcall_form .row > .pole input[type="text"] {
	display: block;
	padding: 0 5px;
	height: 40px;
	background: #fff;
	border: none;
	font-size: 16px;
	font-family: 'Open Sans';
	color: #333;
	line-height: 40px;
	width: 100%;
}

.default_form .add_to_backcall_form .row > .pole textarea {
	display: block;
	padding: 5px;
	height: 83px;
	background: #fff;
	border: none;
	font-size: 16px;
	font-family: 'Open Sans';
	color: #333;
	width: 100%;
}

/* End */
/* /bitrix/templates/.default/components/bitrix/sale.basket.basket/techdir/style.css?178746483368659 */
/* /bitrix/templates/.default/components/bitrix/sale.basket.basket/techdir/themes/blue/style.css?1560217268703 */
/* /local/components/techdir/oneclickbuy/templates/.default/style.css?15843443534660 */
