

/* Start:/bitrix/templates/.default/components/bitrix/sale.basket.basket/techdir/style.css?175514638130695*/
.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;
}

.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;
}

/* 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?175514638130695 */
/* /bitrix/templates/.default/components/bitrix/sale.basket.basket/techdir/themes/blue/style.css?1560217268703 */
/* /local/components/techdir/oneclickbuy/templates/.default/style.css?15843443534660 */
