

/* Start:/bitrix/templates/aspro-allcorp3/components/ilsn/sale.basket.basket/main-basket/style.css?171921971812128*/
.symbol_ruble { font-family: 'rubleBitrix', Arial, sans-serif }

.basket-container {
  margin-top: 44px;
}

/* cart (empty) */

.bx-sbb-empty-cart-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 197px 0;
}

.bx-sbb-empty-cart-container > img {
	margin-bottom: 17px;
}

.bx-sbb-empty-cart-container > span {
	font-size: 40px;
	font-weight: 400;
	line-height: 52px;
	letter-spacing: -0.1px;
	color: #717171;
}

.bx-sbb-empty-cart-container > a {
	padding: 10px 38px 10px 38px;
	border-radius: 5px;
	background: #FE5C0C;
	color: #fff;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 700;
	line-height: 27.6px;
	margin-top: 30px;
}
.bx-sbb-empty-cart-container > a:hover {
	color: #fff !important;
	background-color: #d6510e;
}

@media (max-width: 1320px) {
	.bx-sbb-empty-cart-container {
		margin: 83px 0;
		padding-left: 130px !important;
	}
}

@media (max-width: 780px) {
	.bx-sbb-empty-cart-container {
		margin: 359px 0;
	}
}

@media (max-width: 520px) {
	.bx-sbb-empty-cart-container {
		margin: 143px 0;
	}
}


@media (max-width: 420px) {
	.bx-sbb-empty-cart-container > span {
		font-size: 30px;
		line-height: 39px;
		letter-spacing: -0.1px;
	}
	.bx-sbb-empty-cart-container {
		margin: 102px 0;
	}
}
/* /cart (empty) */

/* cart */

#basket-items-list-container.basket-items-list-container {
	margin-right: 0;
	margin-top: 25px;
}

.basket-items-list-table {
	width: 100%;
}

.basket-items-list-item-container-delayed {
	display: none !important;
}

.basket-items-list-item-descriptions-inner {
	display: flex;
}

.basket-items-list-table tr {
	border: 1px solid #e5e5e5;
}

.basket-items-list-table th {
  padding-top: 18px;
  padding-bottom: 19px;
}
.basket-items-list-table td {
	padding-top: 13px;
  padding-bottom: 14px;
}

.basket-items-list-table th:first-child,
.basket-items-list-table td:first-child {
	padding-left: 24px;
}

.basket-items-list-table th:last-child,
.basket-items-list-table td:last-child {
	padding-right: 24px;
}

.basket-items-list-table th {
	font-size: 18px;
	font-weight: 600;
}

.basket-items-list-table th:not(:first-child) {
	text-align: center;
}


.basket-items-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-right: 10px;
}

.basket-items-info a:hover {
	opacity: .7;
}

.basket-items-info-name {
	font-size: 20px;
	line-height: 120%;
	color: #333333;
	margin-bottom: 16px;
}

.basket-item-comment {
	margin-top: 18px;
  border: 1px solid #e5e5e5;
  width: 642px;
  padding: 13px 12px 14px;
}

.basket-item-comment input {
	width: 100%;
	border: none;
	outline: none;
	padding: 0;
	height: 19px;
	font-size: 14px;
}

.basket-item-block-price {
	min-width: 126px;
	font-size: 20px;
	line-height: 20px;
	color: #333333;
	text-align: center;
}

.basket-item-price-current-order {
  font-size: 18px;
  line-height: 120%;
  color: #333333;
}

.basket-items-list-item-amount {
	padding-left: 10px;
}

.basket-items-list-item-amount {
	width: 200px;
}

.basket-item-block-amount {
	width: 178px;
	display: flex;
	border: 1px solid #e5e5e5;
	height: 52px;
}

.basket-item-block-amount > * {
	flex: 1;
}

.basket-item-block-amount .basket-item-amount-filed-block {
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

.basket-item-block-amount .basket-item-amount-filed-block input {
	border: none;
	outline: none;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	padding: 15px 0;
	width: 60px;
	height: 50px;
}

.basket-item-block-amount .basket-item-amount-btn-plus,
.basket-item-block-amount .basket-item-amount-btn-minus {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer
}

.basket-item-block-amount .basket-item-amount-btn-plus:hover,
.basket-item-block-amount .basket-item-amount-btn-minus:hover {
	opacity: 0.7;
}	
 
.basket-item-block-amount svg {
	width: 20px;
	height: 20px;
}

.basket-item-block-actions {
  display: flex;
  justify-content: end;
}

.basket-item-block-actions svg {
	width: 32px;
	height: 32px;
}

.basket-item-actions-remove {
	cursor: pointer;
	display: flex;
}

.basket-item-actions-remove:hover {
	opacity: 0.7;
}

@media (max-width: 1128px) {
	.basket-items-info {
		width: 100%;
	}
	.basket-item-comment {
		width: 90%;
		margin-right: 14px;
	}
}

.basket-items-list-item-price-text,
.basket-items-list-item-amount-text {
	display: none;
}

@media (max-width: 882px) {
	#basket-items-list-container.basket-items-list-container {
	  margin-top: 0;
	}

	.basket-items-list-table tr.basket-items-list-item-container {
		display: flex;
		flex-direction: column;
		margin-bottom: 40px;
		padding: 16px 20px;
		position: relative;
	}
	
	 .basket-items-info {
		width: 100%;
		padding-right: 0;
	  }
  
	.basket-items-info-name {
		margin-bottom: 15px;
		max-width: calc(100% - 60px);
	}
	
	.basket-item-comment {
		margin-top: 16px;
		width: 100%;
		margin-right: 0;
	  }
	
	.basket-items-list-item-price-text,
	.basket-items-list-item-amount-text {
		display: block;
		width: 131.3px;
	}
	
	.basket-item-price-current {
		width: 180px;
	}
	
	td.basket-items-list-item-amount,
	td.basket-items-list-item-price {
		display: flex;
		margin-top: 18px;
		width: 100%;
		align-items: center;
		font-size: 18px;
		font-weight: 600;
	}
	
	.basket-items-list-item-price-text,
	.basket-items-list-item-amount-text {
		display: block;
	}

	.basket-items-list-table tr:first-child {
		display: none;
	}
	
	.basket-item-actions-remove {
		position: absolute;
		top: 16px;
		right: 16px;
	}
	
	.basket-items-list-item-container td,
	.basket-items-list-table th:first-child, 
	.basket-items-list-table td:first-child	{ 
		padding: 0;
	}
	
	.basket-item-price-current-order {
	  color: var(--basic_text_black);
	}
}

@media (max-width: 420px) {
	#basket-items-list-container.basket-items-list-container {
	  margin-right: -3px;
	  margin-left: -3px;
	}
}

@media (max-width: 389px) {
	.basket-items-list-item-price-text, 
	.basket-items-list-item-amount-text {
		width: 90px;
	}
}
/*
.basket-items-info-section {
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	color: #717171;
}

.basket-items-list-item-amount {
	width: 260px;
}

.basket-item-block-amount {
	width: 96px;
	height: 50px;
	padding: 16px 5px 16px 5px;
	border-radius: 5px;
	border: 1px solid #C8C8C7;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
}

.basket-item-amount-btn-minus {
	padding-right: 5px;
	padding-left: 10px;
}
.basket-item-amount-btn-plus  {
	padding-left: 5px;
	padding-right: 10px;
}
.basket-item-amount-btn-minus,
.basket-item-amount-btn-plus {
	cursor: pointer;
	display: block;
	padding-top: 3px;
}


.basket-item-amount-btn-minus:hover,
.basket-item-amount-btn-plus:hover {
	opacity: .7;
}

.basket-item-amount-btn-minus,
.basket-item-amount-btn-plus,
.basket-item-amount-filed {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 600;
	line-height: 19.2px;
}

.basket-item-amount-filed {
	flex: 1;
	max-width: 40px;
	text-align: center;
}

.basket-item-block-price {
  padding-top: 2px;
}

.basket-items-list-item-price {
	width: 220px;
}

.basket-item-price-current {
	margin-bottom: 7px;
	font-size: 26px;
	font-weight: 400;
	line-height: 33.8px;
	color: #1D1D1B;
	white-space: nowrap;
}

.basket-item-price-old {
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: 600;
	line-height: 19.2px;
	text-decoration-line: line-through;
	color: #C8C8C7;
	white-space: nowrap;

}

.basket-item-block-actions {
	display: flex;
	padding-right: 30px;
	padding-top: 5px;
}

.basket-item-block-actions .icon {
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.basket-item-block-actions .icon:hover {
	opacity: .7;
}

.basket-item-block-actions .basket-item-actions-favourite {
	margin-right: 20px;
	display: block;
}

.basket-items-list-table td {
	border-bottom: 1px solid #C8C8C7;
	padding-top: 10px;
	padding-bottom: 10px;
}

.basket-items-list-table tr:not(:first-child) td {
	padding-top: 30px;
}

@media (max-width: 1400px) {
	#basket-root.basket-items-list-container {
		max-width: 1060px;
		padding: 0;
	}
	
	.basket-total-block {
		width: 288px;
		position: relative;
	}

	.basket-total-sticky--fixed {
		width: 238px;
	}
	
	.basket-items-list-item-amount {
		width: 134px;
	}
	
	.basket-items-list-item-price {
	  width: 158px;
	}
	
	.basket-checkout-container-price {
		max-width: calc(100% - 61px);
		white-space: nowrap;
	}
}

@media (max-width: 1280px) {
	#basket-root.basket-items-list-container {
		max-width: 1010px;
		padding: 0;
	}
	
	.basket-total-block {
		width: 238px;
		position: relative;
		
	}
	.basket-checkout-container-label {
	  margin-right: 10px;
	}
}

@media (max-width: 1020px) {
	.basket-container {
		padding: 0 40px;
	}
	
	#basket-root.basket-items-list-container {
		max-width: unset;
		width: 100%;
		padding: 0;
		flex-direction: column;
	}
	
	#basket-items-list-container.basket-items-list-container {
		margin-right: 0;
		margin-bottom: 50px;
	}
	
	.basket-total-sticky--fixed,
	.basket-total-sticky--fixed.basket-total-sticky--fixed-stop	{
		width: 300px;
		position: static;
	}
	
	.basket-total-block {
		width: 100%;
	}
	
	.basket-total-order-link {
		flex: unset;
		width: 100%;
	}
	
	table.basket-items-list-table {
	 	display: table;
	}
	table.basket-items-list-table td {
		display: table-cell;
	}
	table.basket-items-list-table tr {
		display: table-row;
	}
	
	.basket-items-list-item-descriptions-inner {
		display: flex;
		height: 118px;
		align-items: center;
	}
	
	.basket-items-info {
		width: 91px;
		padding-top: 0;
	}
}

@media (max-width: 920px) {
	#basket-root.basket-items-list-container {
		margin-top: 68px;
	}
	.basket-items-img {
	  display: flex;
	  width: 17.4vw;
	  height: 80px;
	  align-items: center;
	  padding-left: 2px;
	}
	
	.basket-item-block-actions {
		padding-right: 0;
		padding-left: 13px;
	}
	
	.basket-items-list-item-descriptions {
		width: 33.9vw;
	}
	
	.basket-items-info {
		width: 16.7vw;
	}
	
	.basket-items-list-item-amount {
		width: 20.57vw;
	}
	
	 .basket-items-list-item-price {
		width: 20.57vw;
	  }
}

@media (max-width: 760px) {
	.basket-item-block-actions,
	.basket-items-list-item-descriptions-inner	{
	  flex-direction: column;
	}
	.basket-items-list-item-descriptions-inner {
		justify-content: center;
		height: unset;
		text-align: center;
		
	}
	
	.basket-items-list-item-descriptions {
		width: 24.1vw;
	}
	
	.basket-items-info {
		flex-direction: column;
		align-items: center;
	}
	
	.basket-items-img,
	.basket-items-info	{
		width: 100%;
	}
	
	.basket-items-img a {
		flex: 1;
	}
	
	.basket-items-list-item-amount {
		width: 33.96vw;
	}
	
	.basket-item-block-actions {
		width: 24px;
		padding-left: 0;
	}
	
	.basket-items-list-item-price {
		width: 29.37vw;
	}
}

@media (max-width: 520px) {
	#basket-root.basket-items-list-container {
		margin-top: 71px;
		margin-bottom: 59px;
	}
  
	.basket-container {
		padding: 0 20px;
	}
	
	.basket-items-img {
		height: 67px;
		margin-bottom: 2px;
	}
	
	.basket-items-info-name {
		margin-bottom: 5px;
	}
	
	.basket-items-info-section {
		font-size: 12px;
	}
	
	.basket-item-block-actions {
		height: 81px;
		width: 26px;
		padding-left: 4px;
		justify-content: space-between;
		padding-top: 5px;
	}
}

@media (max-width: 420px) {
	#basket-root.basket-items-list-container {
		margin-top: 54px;
	}
	
	.basket-container {
		padding: 0 10px;
	}
	
	.basket-item-block-amount {
		width: 78px;
		margin: 0;
		margin-left: 0px;
		margin-left: 13px;
	}
	
	.basket-items-list-item-descriptions {
		width: 32.8vw;
	}
	
	.basket-items-list-item-price {
		width: 26.94vw;
	}
	
	.basket-item-price-current {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 2px;
		padding-top: 5px;
	}
	.basket-item-price-old {
		font-size: 14px;
	}
	.basket-items-info-name {
		font-size: 20px;
		margin-bottom: 0px;
	}
	
	.basket-item-amount-filed {
		max-width: 21px;
	}
	.basket-items-img {
		margin-bottom: 0px;
	}
	.basket-item-block-actions {
		height: 78px;
		width: 26px;
		padding-left: 1px;
		justify-content: space-between;
		padding-top: 5px;
	}
	
	.basket-items-list-table td {
		padding-bottom: 17px;
	}
}

/* /cart */

/* End */


/* Start:/bitrix/components/ilsn/sale.order.ajax/templates/.default/style.css?17193980993320*/
.order-form {
  margin-top: 36px;
}

.order-form__title {
	font-family: "Roboto Slab", Arial, sans-serif;
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 16px;
	color: #333;
}

.order-form__subtitle {
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 16px;
	color: #555;
}

.order-form__form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 16px;
}

.order-form__form-block {
	width: calc(50% - 8px);
}

.order-form__form-footer {
	width: 100%;
}

.order-form__input-wrapper {
	width: 100%;
	height: 48px;
	border: 1px solid #e5e5e5;
	padding: 12px 12px 14px;
}

.order-form__input-wrapper.input-error {
	border-color: #e02222;
}


.order-form__input-wrapper:not(:last-child) {
	margin-bottom: 16px;
}

.order-form__input-wrapper input,
.order-form__input-wrapper textarea {
	width: 100%;
	border: none;
	outline: 0;
	padding: 0;
	height: 19px;
	font-size: 14px;
}

.order-form__input-wrapper--textarea {
	height: 176px;
}

.order-form__input-wrapper--textarea textarea {
	height: 100%;
}


body .order-form__form-footer .form-checkbox__label {
  padding: 1px 0 0 36px;
}

.order-form__form-footer .form-checkbox__label:not(.form-checkbox__label--sm) {
  font-size: 14px;
  display: block;
  margin-top: -2px;
}

.btn.order-form__submit {
  font-size: 14px;
  padding: 14px 20px 15px 24px;
  line-height: 15px;
  margin-top: 13px;
}

.order-form__form-footer {
	margin-top: 15px;
}

@media (max-width: 640px) {
	.order-form__form {
		flex-direction: column;
	}
	
	.order-form__form-block {
		width: 100%;
	}
	
	.order-form__form-footer {
		margin-top: 0;
	}
	
	.order-form__input-wrapper {
		margin-bottom: 16px;
	}
	
	.order-form__form-footer .form-checkbox__label:not(.form-checkbox__label--sm) {
	  line-height: 19px;
	}
}

@media (max-width: 420px) {
	.order-form__form {
		margin-right: -3px;
		margin-left: -3px;
	}

	.order-form__title {
		line-height: 32px;
	}
}


.delay-block-title {
	font-size: 14px;
	color: #333;
	margin-bottom: 24px;
	margin-top: 60px;
}

.delay-block-item {
	border: 1px solid #e5e5e5;
	padding: 16px 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}

.delay-block-item-info {
	opacity: 0.5;
}

.delay-block-item-name {
	font-size: 20px;
	line-height: 42px;
	color: #333;
	margin-bottom: 6px;
}

.delay-block-item-button .btn.btn-transparent-border {
	font-size: 14px;
	padding: 12px 20px 13px 23px;
}

@media (max-width: 640px) {
	.delay-block-item {
		flex-direction: column;
		align-items: baseline;
		padding: 16px 19px;
	}
	
	.delay-block-item-name {
		line-height: 24px;
	}
	
	.delay-block-item-info {
		margin-bottom: 20px;
	}
	.delay-block-item-button .btn.btn-transparent-border {
		padding: 12px 22px 13px 25px;
	}
}

@media (max-width: 420px) {
	.delay-block {
	  margin-left: -3px;
	  margin-right: -3px;
	}
}


.order-page {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px 0 40px;
}

.order-page-text {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 52px;
	color: #333;
}

.order-page > a {
  margin-top: 30px;
}
/* End */
/* /bitrix/templates/aspro-allcorp3/components/ilsn/sale.basket.basket/main-basket/style.css?171921971812128 */
/* /bitrix/components/ilsn/sale.order.ajax/templates/.default/style.css?17193980993320 */
